Recent Posts
franzone.com
Return To Blog Listing
I'm a work from home web geek, a father of three, a husband, a World of Warcraft nerd, a martial arts/kung fu practitioner, a musician and many other things. Product reviews, technical articles, April Fools posts, life stories, oh... and we have comics!
Recent Posts Tagged With 'web development'
Cleaning Up HTML Code
I love (sarcastically) cleaning up other people’s HTML code. For instance I just found this little snippet. <td rowspan="2"> <font size="2" face="Arial, Helvetica, sans-serif"> </font> &...
Inserting A Picture Into Your WordPress RSS 2.0 Feed
I use NetVibes for my browser home page and RSS feed reader and I’ve noticed over time that some of the feeds that I subscribe to have pictures embedded within their feed summary. Why doesn’t my feed have a picture in it? I thought that t...
Looping Through Pages In WordPress
In a recent article I outlined how to modify the output of the wp_list_pages() template function in WordPress. Later on, however, I found that having the <span> tags that I added in every single title was not desirable. So instead of using a ...
Writing A WordPress Filter To Modify Post/Page Titles
I was recently working on a new WordPress theme when I had need to modify the title of pages before output. The style I was attempting to use involved wrapping <span> tags around the title (inside of the href tags). The wp_list_pages() functi...
How Can I Recover My Lost MySQL root Password?
Many people use the MySQL open source relational database server. Mostly for websites, but I’ve also seen it used elsewhere. One problem that I recently ran into with my local development installation is… “what was my root password ...
