jQuery plugins come in all shapes and sizes. They perform very simple or very complex tasks depending on their intended use. When it comes time for you to design your own plugin, its really important to understand what patterns other developers use and what will best suits your needs.
-
I posted to delicious.com
jQuery Plugin Design Patterns: Part I | Fuel Your Coding
- Tags:
- jquery
- programming
February 14 2010, 8:40pm | Comments »
-
I posted to delicious.com
10 PHP functions you (probably) never use
http://infinity-infinity.com/2009/07/10-php-functions-you-probably-never-use/
When scripting in PHP, we often restrict ourselves to a limited number of API functions: the common ones, like print(), header(), define(), isset(), htmlspecialchars(), etc. If some needed functionality doesn’t exist, we often write it making use of these basic components which we have in mind. The PHP API actually offers a lot of functionality, some useless and some useful; often seldom used. I have been looking through the available functions and was interested to find some really cool functions that I should have known about
- Tags:
- programming
- php5
- resources
January 24 2010, 11:53am | Comments »
-
I posted to delicious.com
Underscore.js
http://documentcloud.github.com/underscore/
Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It's the tie to go along with jQuery's tux.
- Tags:
- jquery
- plugins
- programming
- functional
October 30 2009, 9:52pm | Comments »
1