This Fiddle shows how to pass extra parameters to an event handler function in jQuery.
WebMonkey has a good article explaining why hash-bang URLS are a bad idea . If you’re not familiar with them, they have #! symbols at the beginning of the path, e.g. http://twitter.com/#!/username. They rely entirely on JavaScript to parse and therefore make the site inaccessible to browsers without JavaScript (or those with it turned off by the user), assistive technologies that people with disabilities use, and… [more]
Check out Mark Jaquith’s post on the PROTECT IP Act for a basic rundown on why it’s bad and what you can do to help stop it.
In a lot of ways I’m leery of the recent trends towards converting traditional products that you buy once and own into services that you have to lease every month, and hosting data with centralized corporate networks instead of locally, so I appreciate Mark Maunder’s post on his experiences collocating his company’s hardware instead of using the cloud . I think there are valid cases for the cloud,… [more]
Mark Root-Wiley wrote a great article on the pros and cons of using premium themes, writing child themes and writing themes from scratch . It’s discussed in the context of WordPress themes, but most of it is applicable to other CMSs as well. I think it’s a good introduction to give clients when discussing which method is best for their project.
This WordPress Answers page explains the differences between the query_post() and get_posts() functions, and their relation to the WP_Query class. They both use WP_Query internally, but should be used in different contexts. Using them in the wrong context could lead to bugs that are hard to track down.
Dan Pink’s talk at RSA presents some really interesting ideas about what really motivates people to work. Contrary to popular opinion among management, mainstream studies reveal that people don’t really care about making more money, as long as they have enough to meet their basic needs. What really drives us is mastering our craft, having autonomy and knowing that our work… [more]


