-
Recent Posts
Recent Comments
- Sajib on Rolling Your Own MVC: The View
- Single var pattern – Javascript | malev's blog on Responsible JavaScript: Globals
- Fiji Web Design on The Factory Pattern in JavaScript
- Bah Humbug on A Week in JavaScript Patterns: Self-invocation
- JavaScript Patterns, A Book Review « Room Full of Mirrors on A Week in JavaScript Patterns: Self-invocation
Archives
- February 2010
- January 2010
- November 2009
- October 2009
- June 2009
- May 2009
- February 2009
- January 2009
- October 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- March 2007
- January 2007
Categories
Meta
Monthly Archives: October 2007
FIEO with PHP 5 Interceptors
Note: Before getting into this, it may be easier to just download the file, run the code, then read this post. Thanks to the efforts of Chris Shiflett and other PHP security experts, Filter Input/Escape Output (FIEO) is now a … Continue reading
Posted in Code, Design Patterns, PHP
8 Comments
The Abstract Collection
I discovered something cool the other day while playing around with a PHP class that was designed to hold a bunch of items of a certain type. Essentially it is a way to get around PHP’s lack of strict type … Continue reading
Posted in Code, Design Patterns, PHP
Leave a comment
Introducing Planet JavaScript
Planets are nothing new. No no, not planets like in the solar system; planets like news aggregating sites. I’ve been reading some for quite a while now as a low-fat alternative to full-on feed readers like Google Reader or Bloglines. … Continue reading
Posted in Code, JavaScript
Leave a comment
Learning Python
No need to fear, I still love PHP way more. I’m working on a command-line application and decided to use Python because it seems to be a little easier to work with for CLI purposes. I needed to teach myself … Continue reading
Posted in Code, Python
Leave a comment
Namespacing Your JavaScript
There is just too much bad JavaScript in the world. It’s sad because JavaScript, like other functional languages, has so much potential to be beautiful. One of the biggest contributing factors to nasty JavaScript is that it has an implied … Continue reading
Posted in JavaScript
Comments Off