A few months ago, I updated a great SPAW editor plug-in for CodeIgniter to use the most recent version of SPAW at the time, that included Safari Browser fixes and some CSS tweeks.
Well over the weekend I look at getting multiple tabs working.
It was pretty easy, with a couple of modifications to the SPAW wrapper [...]
CodeIgniter & SPAW Editor Tabs August 10th, 2009 by Sheldon Lendrum
Use PHP to subStr to cut length in whole words August 5th, 2009 by Sheldon Lendrum
In work, we often output a section of content and don’t always either want the whole content, or want a quick summary;
Below is a quick piece of code that will create a quick clean summary of a full HTML page from our ( or any ) content Management System.
This doesnt actually use PHP’s substr function, [...]
