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 'php'
PHP Init Style Status Message
Yesterday I talked about created SUCCESS and FAILED status messages in a Bash script (Bash Script Init Style Status Message). Well, on occasion I use PHP for shell/system scripting and of course I thought it would be nice to incorporate my new status...
PHP Script To Monitor FTP Directory Changes
I recently had the need to be able to monitor a directory on an FTP server for changes and to then be notified of those changes. I’ve been working a lot in PHP lately so I decided to use that to implement my script. FTP Access FTP (file transfe...
How Do I Get Meta Data From MySQL Using PHP?
I know you’ve all asked that question before, right? Well maybe not, but I recently had the need to detect what the DATATYPE for arbitrary columns in arbitrary tables were inside a MySQL database using PHP. Turns out that it isn’t all tha...
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...
