Archive
You are viewing all articles posted in october 2008
Recent articles can be found on the homepage.
Making the most of Javascript namespacing
posted on 29 October 2008 (05:33 PM)
Today's article by Robert Nyman about Javascript namespacing remembered me about my own approach, which I've been using for quite a few projects now.
If you have no clue about Javascript namespacing, go and read Robert's article. I'll wait.
Generate unique slugs in CakePHP
posted on 23 October 2008 (10:41 AM)
I believe it was Wordpress who came up with the term "slug". It has been adopted by many other systems though, and it basically means the following: a unique identifier which can be used in a URL to create a permalink to a page.
At least, that's my interpretation of it. In this article I will show you how you can generate a unique slug easily when working with the CakePHP Framework.