Languages to Learn

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.ibm.com/developerworks/web/library/wa-memleak/

Memory leak patterns in JavaScript

JavaScript is a powerful scripting language used to add dynamic content to Web pages.
Most developers don’t know about—or don’t care enough about—binding in JavaScript. Yet this single issue is responsible for a sizeable portion of the questions on most JavaScript-related support channels, and thousands—if not millions—of hairs being tortured away from developer heads every single day. Yet with a little attention to this oft-overlooked subject, you can avoid wasting your time, energy, and patience and move on to more powerful, efficient scripting. Why should we care about binding? http://alistapart.com/article/getoutbindingsituations

Getting Out of Binding Situations in JavaScript

http://www.phpied.com/rss-feeds/

RSS feeds

Here's a list of RSS feeds I'm subscribed to, I'm using the Google Reader thing and check these usually once a day, sometimes several times a day, if I feel I need a break and don't have anything in mind. These have become de facto the way I get informed of what's up, my pretty limited view of the world, if you wish. Sometimes I feel a bit guilty of using the feeds, for example I don't visit SitePoint as much as before I subscribed to its feeds, therefore I'm not so exposed to their ads and so on, feels a bit like stealing. Anyway, on to the list.
Flag this {0} as inappropriate Would you like us to review something? Please describe the problem with this {0} and we will look into it. Thank you! http://www.glassdoor.com/Interview/Facebook-Interview-Questions-E40772.htm

Facebook Interview Questions

5. Data Structures — Python v2.7.2 documentation

http://docs.python.org/tutorial/datastructures.html This chapter describes some things you’ve learned about already in more detail, and adds some new things as well. 5.1. More on Lists The list data type has some more methods. Here are all of the methods of list objects: list. append ( x )