Ext


Go Back   Ext JS Forums > Ext General Forums > Ext: Open Discussion

Reply
 
Thread Tools
  #1  
Old 11-03-2009, 09:09 AM
jgarcia@tdg-i.com's Avatar
jgarcia@tdg-i.com jgarcia@tdg-i.com is offline
Ext User
 
Join Date: Mar 2007
Location: Frederick MD, NYC, DC
Posts: 11,449
jgarcia@tdg-i.com is on a distinguished road
Send a message via AIM to jgarcia@tdg-i.com Send a message via Skype™ to jgarcia@tdg-i.com
Default JS Mag November 2009 issue now available - first 10 people get it for free!

go to: http://jsmag.com/latest and use coupon code "3z2u8hh" to get a copy.



November 2009


USD $4.99

You must log in to purchase this issue.

Want to subscribe to a full year? Log in to purchase a subscription!
In this issue...

Enhancing YQL with Server-Side JavaScript
Get the most out of the Yahoo Query Language with Server-Side JavaScript in this article from Tom Hughes-Croucher.

JSON-P Error Handling
Kyle Simpson demonstrates how to deal with errors when using JSON-P.

Beginners Corner: IDE Head to Head part 2
Shea Frederick wraps up this multipart series comparing JavaScript support in leading IDEs.

Adding StorageEngine to Your System
Learn how to use client-side storage with Christian Tiberg.

ExtJS Component Lifecycle
Jay Garcia takes a closer look at what's going on under the hood in ExtJS


JavaScript Patterns - Inheritance

Stoyan Stefanov continues his look at JavaScript patterns, this month convering inheritance.

Community news
Catch up with the latest JavaScript news with Matt Henry.

Page count: 32
__________________
Get 42% off by using coupon code n2442 valid until (11/24/09) -> [Book] - Ext JS In Action

My Blog || Ext JS screencasts || ext-doc || twitter

My free extensions/plugins:
Progressbar inside paging toolbar || Tab panel scroller menu || Window drawers || Icon Manager
Grid view custom 'view' filter || PanelHeaderToolbar

JavaScript Magazine August article now available.
Reply With Quote
  #2  
Old 11-03-2009, 10:45 AM
mizzory's Avatar
mizzory mizzory is online now
Ext User
 
Join Date: Jan 2008
Location: St. Louis, MO
Posts: 213
mizzory is on a distinguished road
Default

guess more than 100 people have already gotten it, I just tried and it charged me the $4.99 but it's $5 so who really cares?
Reply With Quote
  #3  
Old 11-03-2009, 10:52 AM
jgarcia@tdg-i.com's Avatar
jgarcia@tdg-i.com jgarcia@tdg-i.com is offline
Ext User
 
Join Date: Mar 2007
Location: Frederick MD, NYC, DC
Posts: 11,449
jgarcia@tdg-i.com is on a distinguished road
Send a message via AIM to jgarcia@tdg-i.com Send a message via Skype™ to jgarcia@tdg-i.com
Default

10 people, not 100 .

Thanks for the support dude.
__________________
Get 42% off by using coupon code n2442 valid until (11/24/09) -> [Book] - Ext JS In Action

My Blog || Ext JS screencasts || ext-doc || twitter

My free extensions/plugins:
Progressbar inside paging toolbar || Tab panel scroller menu || Window drawers || Icon Manager
Grid view custom 'view' filter || PanelHeaderToolbar

JavaScript Magazine August article now available.
Reply With Quote
  #4  
Old 11-03-2009, 11:53 AM
jsmag jsmag is offline
Ext User
 
Join Date: Nov 2009
Posts: 2
jsmag is on a distinguished road
Default Thanks

Thanks for the promotion, and thanks for your contributions (both to jsmag and extjs!)

It's not been widely publicized yet, and not yet prominent on the website either, but a 12 month subscription is now 10% off.

Thanks again - feedback (good or bad) to michael@jsmag.com is appreciated.
Reply With Quote
  #5  
Old 11-03-2009, 01:16 PM
azuroff azuroff is offline
Ext User
 
Join Date: Feb 2009
Posts: 36
azuroff is on a distinguished road
Default

Page 18 - second column: The url for firebug is listed as "http://firebug.com". It should be "http://getfirebug.com"
Reply With Quote
  #6  
Old 11-03-2009, 01:40 PM
azuroff azuroff is offline
Ext User
 
Join Date: Feb 2009
Posts: 36
azuroff is on a distinguished road
Default

Very nice article - well worth the price.

I do have one question - on page 18 when you talk about the beforeDestroy() method, you state:

Quote:
The beforeDestroy method is executed: This is the first method
to be called within the destroy method, and is a great opportunity
to destroy any loosely coupled widgets (such as Menus or
Windows).
What is a "loosely coupled widget" that needs to be destroyed manually, and what widgets will get destroyed automatically when the component is destroyed?
Reply With Quote
  #7  
Old 11-03-2009, 04:55 PM
jsmag jsmag is offline
Ext User
 
Join Date: Nov 2009
Posts: 2
jsmag is on a distinguished road
Default

Quote:
Originally Posted by azuroff View Post
Page 18 - second column: The url for firebug is listed as "http://firebug.com". It should be "http://getfirebug.com"
Thanks for catching that - it's been fixed.
Reply With Quote
  #8  
Old 11-03-2009, 05:01 PM
evant's Avatar
evant evant is offline
Ext JS - Development Team
 
Join Date: Apr 2007
Location: Sydney, Australia
Posts: 8,188
evant is on a distinguished road
Default

@azuroff

Anything that is created inside the widget that isn't added to the items collection. For example, the DateMenu that is created inside the DateField.
__________________
Evan Trimboli
Ext JS - Core Development Team
evan@extjs.com
Reply With Quote
  #9  
Old 11-03-2009, 05:38 PM
azuroff azuroff is offline
Ext User
 
Join Date: Feb 2009
Posts: 36
azuroff is on a distinguished road
Default

Quote:
Originally Posted by evant View Post
@azuroff

Anything that is created inside the widget that isn't added to the items collection. For example, the DateMenu that is created inside the DateField.
So, if it's inside "items: []" it will be destroyed automatically; otherwise it won't, right?

That makes sense.
Reply With Quote
  #10  
Old 11-04-2009, 08:10 AM
jgarcia@tdg-i.com's Avatar
jgarcia@tdg-i.com jgarcia@tdg-i.com is offline
Ext User
 
Join Date: Mar 2007
Location: Frederick MD, NYC, DC
Posts: 11,449
jgarcia@tdg-i.com is on a distinguished road
Send a message via AIM to jgarcia@tdg-i.com Send a message via Skype™ to jgarcia@tdg-i.com
Default

Loosely coupled as in Windows or Menus created by a grid panel.

Btw, thanks for the correction.
__________________
Get 42% off by using coupon code n2442 valid until (11/24/09) -> [Book] - Ext JS In Action

My Blog || Ext JS screencasts || ext-doc || twitter

My free extensions/plugins:
Progressbar inside paging toolbar || Tab panel scroller menu || Window drawers || Icon Manager
Grid view custom 'view' filter || PanelHeaderToolbar

JavaScript Magazine August article now available.
Reply With Quote
Reply

Thread Tools

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

All times are GMT -5. The time now is 10:03 AM.

© 2006-2009 Ext, LLC
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.