Posts tagged as:

PHP

Friday Five: Feeds to Follow

Friday August 7, 2009

Five great development blogs to which you should subscribe: DevTips (subscribe) ProBlogDesign (subscribe) David Walsh Blog (subscribe) NETTUTS (subscribe) Raymond Selda (subscribe)

{ 2 comments }

If you’re editing a WordPress theme template file by adding a call to a plugin’s function, you need to be careful. In six months or a year you’re going to deactivate or delete that plugin, and you’re going to get a big ugly fatal PHP error on your blog. You can avoid it, though, by [...]

{ 0 comments }

Today I’m going to explain how to make your WordPress blog display a special note based on a tag associated with a post. This tip is uniquely written for users of Chris Pearson’s awesome Thesis Theme, but if you are crafty enough with WordPress, you’ll be able to use it regardless of the theme you’re [...]

{ 5 comments }

Parsing PHP in CSS

Wednesday October 1, 2008

Pro-Tip: Tell your website to treat CSS files as if they’re PHP files to make life easier. There are only two simple things you need to do to enable this!

{ 18 comments }

How to Display RSS Feeds Using PHP

Wednesday December 6, 2006

If you’re interested in displaying an RSS feed from an external source using PHP, you simply must grab RSS_Fetch by Drew Phillips. It is by far the easiest implementation that I have found. The readme file is very detailed and the code is well-documented. I highly recommend it.

{ 0 comments }

Link Droppings

Wednesday January 11, 2006

Just a bunch of random thoughts I’ve been meaning to post … It took me for-freaking-ever to recognize that it’s Matt Dillon doing the voiceover on the Pontiac Torrent commercials. It took me five minutes to find and download Struggle, by Ringside — the music from the commercial. I snagged a couple of their other [...]

{ 3 comments }

PHP / DAO

Tuesday October 21, 2003

Code 10x More Efficiently Using Data Access Objects and PHP …

{ 1 comment }

MagpieRSS

Monday June 16, 2003

MagpieRSS: an XML-based (expat) RSS parser in PHP!

{ 0 comments }

PHP and MySQL

Thursday March 14, 2002

A Contact Database using MySQL and PHP Build your own Database Driven Website using PHP & MySQL Interfacing With MS Access 97+ The PHP Resource Index

{ 0 comments }