November 2009
Displaying a shortened Block of Text with PHP
Nov 16 2009From time to time, I find myself wanting to display a certain amount of text, like and intro or snippet, from a much larger one. This could be a description or intro for an article, or news item for use on a landing page or latest news widget. For dynamic websites, where content is pulled in... read more on Shortening A Text String With Php
Opening a new window with Unobtrusive Javascript
Nov 08 2009According to the W3C Specifications, XHTML should only deal with information displayed in a browser window. Basically, opening a new window is something that does not relate to the current window, and therefore XHTML should not perform this action. So, when opening a new page, this should be... read more on Opening New Windows With Unobtrusive Javascript
