<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7" -->
<rss version="0.92">
<channel>
	<title>EJ Web Development</title>
	<link>http://www.ejwebdevelopment.com</link>
	<description>All things web development</description>
	<lastBuildDate>Wed, 28 Jan 2009 08:40:59 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Writing Solid PHP Code 3 - Avoid the Spaghetti</title>
		<description>Unfortunately, a lot of PHP code written today is procedural spagetti code. For smaller applications it may be okay, but larger applications we need to make use of classes.

Classes allow you to make new object variables that can perform all the functionality of the class. Take a look at an ...</description>
		<link>http://www.ejwebdevelopment.com/writing-solid-php-code-3-avoid-the-spaghetti/</link>
			</item>
	<item>
		<title>Writing Solid PHP Code 2 - Naming and Style</title>
		<description>
Having a consistent style makes your PHP code more readable and maintainable. Even in projects where you are the only programmer, once the project progresses to a certain size it can become difficult to maintain.

Variable Names

Variable names should be very descriptive. They should give anyone that is not familiar with ...</description>
		<link>http://www.ejwebdevelopment.com/writing-solid-php-code-2-naming-and-style/</link>
			</item>
	<item>
		<title>Writing Solid PHP Code 1 - Error Handling</title>
		<description>This is the first in a multiple part series on writing solid PHP code. By solid I mean fast, efficient, maintainable and secure code.
This first article deals with error handling. Error handling can stop problems in your application early in their tracks and take appropriate action. Error handling has the ...</description>
		<link>http://www.ejwebdevelopment.com/writing-solid-php-code-1-error-handling/</link>
			</item>
	<item>
		<title>New Knowledge Base</title>
		<description>I have just added a new knowledge base. You can see the link to it on the top menu or here. I will be continuously adding answers over time.

I have also added functionality to ask your own questions, just click on a topic and ask the question at the bottom ...</description>
		<link>http://www.ejwebdevelopment.com/new-knowledge-base/</link>
			</item>
	<item>
		<title>How to Create an AJAX Based Voting System</title>
		<description>This tutorial describes how to create a voting system with stars like below. We assume you have a web server that can run php scripts, a MySQL database, and a browser with javascript enabled. 
function HoverStars(item, star)
{
var starCount;
for (starCount=1; starCount

 </description>
		<link>http://www.ejwebdevelopment.com/how-to-create-an-ajax-based-voting-system/</link>
			</item>
	<item>
		<title>How to Use .htaccess to Easily Mask Links</title>
		<description>This guide assumes you have already setup a website running on an Apache based webserver. If you are using IIS you will need a third party plugin such as IIS Rewrite.

Often times you may want to redirect links from your site as opposed to linking directly. This has a few ...</description>
		<link>http://www.ejwebdevelopment.com/how-to-use-htaccess-to-easily-mask-links/</link>
			</item>
	<item>
		<title>Creating Icons for Your Site</title>
		<description>Icons are a great way to establish an identity for your website. On nearly all browser, when you set an icon for your site it will appear next to your site's URL and next to a bookmark.

Icons are small (16x16) graphics files saved with the extension .ico. They were first ...</description>
		<link>http://www.ejwebdevelopment.com/creating-icons-for-your-site/</link>
			</item>
	<item>
		<title>10 Dirty Little Web Development Tricks</title>
		<description>Yongfook has an interesting article titled "10 Dirt Little Web Development Tricks."

Its an entertaining short list of tricks that can help make your life a little easier and more productive.

One of my favorites on the list is to leave off the trailing ?&#62; in php files. Yongfook truly lives a ...</description>
		<link>http://www.ejwebdevelopment.com/10-dirty-little-web-development-tricks/</link>
			</item>
	<item>
		<title>iPhone fart app makes $10k a day</title>
		<description>Everyone knows that iPhone apps are big business. The popularity of the iPhone combined with the ease of the Apple app store has created a booming market for developers.

One developer has done quite well, raking in nearly $10,000 a day, with his popular iPhone fart app.

Read the full store here.

No ...</description>
		<link>http://www.ejwebdevelopment.com/194/</link>
			</item>
	<item>
		<title>Goals for EJ Web Development in 2009</title>
		<description>EJ Web Development has come a long way in a short time. My vision is to create a website that provides information on all aspects of web development.

Here are some of my goals for the site in 2009:

Consistency
I want to average around 5 posts a week. Keeping the content flowing ...</description>
		<link>http://www.ejwebdevelopment.com/goals-for-ej-web-development-in-2009/</link>
			</item>
</channel>
</rss>
