25th August 2009

Resetting a Blackberry Bold to it’s Factory Settings

In a similar manor the iPhone, you can download and install applications for the BlackBerry Bold, either via the BlackBerry App World or directly from the author’s website. Until recently I had been doing the latter, until one download caused an “Unexpected IO Error”.

I was unable to find any additional debugging information on the error, which was also preventing the SMS and MMS application from displaying or even functioning. Any messages that were sent to me didn’t appear to be reaching me, even read receipts were stating that the message had been delivered. Read More

Browsers Hardware 1 Comment »

22nd August 2009

WP – Enable read more links for pages

When listing pages using the_loop(), the latest version of WordPress (2.8.4) does not allow for a “Read more…” link to be appended to a list of pages using the_content() along with the <!–more–> quicktag.

Although it wasn’t immediately obvious to me, read more links can be enabled by over-riding the global $more variable and setting it to false, before looping through the result set, for example: Read More

Blogging PHP WordPress 2 Comments »

20th August 2009

WP – Add class name to first paragraph in blog post

When re-designing my blog I wanted to display the first paragraph of each blog post in bold text. A CSS3 selector could have been used, but wouldn’t work in older browsers such as IE6.

Instead I decided to write a very simple function to add a class name to the first paragraph by filtering the content, then setting the styles accordingly in my theme CSS file. Read More

Blogging CSS PHP WordPress 1 Comment »

« Older Entries

Categories

Twitter

About Me

“I have a geek lifestyle, except geeks don’t have a life. Or style!”

Hi, my name is Steve and this is my blog. I am a web developer based in the United Kingdom. I like (X)HTML, CSS, Flash, ActionScript3, PHP, JavaScript, MySQL, [paste trendy words here] and Mapping APIs.