This is designed to show 10 posts on each of the pages after the home/blog page when the home page only shows 5 (because if you just use postsperpage=10 without the offset you will lose the most recent posts numbered 6-10 in between the first and secon home/blog paged).
You can tweak it to different numbers, but you'll need to change the maths (10 * ($page - 1) - 5) to suit.
[code]
... Read More »
Frequently I like to make data more user friendly, so while I make it easy for them to add a date as a shorthand format (mm/dd/yyyy) I like to return it as something easier to digest (Day of Month in Year, etc). This is the simplest way to do that I've found
[code]
list($day... Read More »
Autoload for PHP that enables the definition of namespaces and folders
in a list that is used in the spl_registered function for any number of
unknown values. This specific function can be used with Joomla! 1.5
since it reload's Joomla!'s autoload class at conclusion.[code]<?phpclass TamkaAut... Read More »