Blog

Tag Archives: PHP

Elegant Grunge 1.0 released

A significant update to my WordPress theme, Elegant Grunge, has been released. New features and fixes include: Configurable sidebars! Choose from no sidebar, a sidebar on the right (the standard layout), or a double sidebar on the right! Support for WP 2.7 paginated and threaded comments Support for a custom header image – just enter [...]
Also tagged , , | Comments closed

RSS aggregation for PHP

I have written a mechanism in PHP that can take several RSS feeds, filter and manipulate them, and re-display them in either RSS or straight HTML. This can also manipulate content (through the preg_replace function, and configurable per-feed), such as removing names from Twitter entries. I’m using it on loopyapp.com to show all relevant items [...]
Also tagged , | Leave a comment

Links for November 13th through November 17th

Links for November 13th through November 17th: How to Price Your iPhone App out of Existence Write-up on the dangers of pricing an iPhone app too low, and the need to 'correct' the market Open Radar Community-driven, open Apple bug reports Free Australian Postcode location data "…Both the original CSV is available zipped below and [...]
Also tagged , , , , , , | Leave a comment

A OS X service to encode HTML characters

I find myself frequently writing HTML code in comment forms which support use of HTML formatting, which means that I have to encode the html entities if I want them to show up (as in representing '>' with '>', for example). ... I used the always-useful ThisService app with a short PHP script which does a htmlspecialchars() on whatever's passed to it, to create a OS X service called 'Encode HTML'.

Also tagged , , | Leave a comment

Some useful mini-plugins for WordPress

Three simple Wordpress plugins that provide shortcode-based functionality: Simple Google adsense insertion, a FLV media player, and a music list with flash players.

Also tagged , | 10 Comments

Twitter posting lists with images

A Wordpress plugin to display recent Twitter updates, with images from Twinkle or Twitpic displayed inline. Also includes the core PHP class to be used in other systems.

Also tagged , , , | 12 Comments

Advanced web templating with PHP and regular expressions

A method to gain more control over the styling of images for web templates/blog themes, using a bit of Regular Expression magic. This is the technique used for my recent theme, Elegant Grunge.

Also tagged , , , , | 2 Comments

“Elegant Grunge” WordPress theme

An unwashed yet crisp Wordpress theme with a feature footer, beautiful styled image frames, a page template with a uniquely configurable sidebar and a photoblog tag page.

Also tagged , , | Comments closed