<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>chrisjason.com:: the web made simple</title>
	<atom:link href="http://www.christopherjason.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christopherjason.com</link>
	<description>web development, web design, technical communication information for novices and experts</description>
	<pubDate>Tue, 15 Apr 2008 00:11:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>5 easy ways to increase website traffic</title>
		<link>http://www.christopherjason.com/articles/increase-website-traffic/</link>
		<comments>http://www.christopherjason.com/articles/increase-website-traffic/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 23:09:46 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[Internet Marketing]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/44/</guid>
		<description><![CDATA[The most common complaint I've heard from website owners is that no one visits their site. They've been online for years and still do not get registrations, sales, or even email feedback. While this is a challenge most websites face, the good news is that the reason is very simple-- nobody knows their site exists. Here are 5 cheap, easy ways to increase Website traffic and raise awareness of your content, product, or service.]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/increase-website-traffic/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web hosting from hell: One key tip to prepare for the worst</title>
		<link>http://www.christopherjason.com/articles/bad-web-hosting-company/</link>
		<comments>http://www.christopherjason.com/articles/bad-web-hosting-company/#comments</comments>
		<pubDate>Fri, 25 May 2007 04:39:25 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[Information Technology]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/43/</guid>
		<description><![CDATA[One of the things I'm most familiar with on the Web is Web hosting companies-- choosing them, working with them, yelling at them, comparing their services... After the last week of what could only be described as "the Web hosting experience from hell," I'm now well-versed in leaving them too. Consider this article my Public Service Announcement on a bad Web hosting company. If you read until the end, you'll find out which well-known company wins the award for "most terrible large-scale Web hosting company." If you don't, you'll just get my angry rant. Either way, this should be informative.]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/bad-web-hosting-company/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The top 5 dumbest things Web developers do today</title>
		<link>http://www.christopherjason.com/articles/dumb-web-design-2007/</link>
		<comments>http://www.christopherjason.com/articles/dumb-web-design-2007/#comments</comments>
		<pubDate>Sat, 24 Mar 2007 15:03:24 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/the-top-5-dumbest-things-web-developers-do-today/</guid>
		<description><![CDATA[The Web is certainly much different in 2007 than it was in 1997 when I created my first Web site. There were things back then that were really annoying (under construction .gifs, blinking text, and ugly frames)... I certainly contributed to the ugliness. But 2007 has its share of terrible Web practices too. That got me thinking: what bothers me the most about Web pages today? Here's my top 5 list of the poorest things Web developers are doing in 2007.]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/dumb-web-design-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Parse a string using JavaScript</title>
		<link>http://www.christopherjason.com/articles/parse-string-javascript/</link>
		<comments>http://www.christopherjason.com/articles/parse-string-javascript/#comments</comments>
		<pubDate>Mon, 19 Feb 2007 18:00:41 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[JavaScript Programming]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/parse-a-string-using-javascript/</guid>
		<description><![CDATA[A handy trick for Web Developers in the ability to parse a string to check for a given substring. In plain English, this means checking if a word or part of a word is contained within text. This tutorial demonstrates how to do this using JavaScript.]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/parse-string-javascript/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating a simple, 1-page PHP mail, contact, or feedback form</title>
		<link>http://www.christopherjason.com/articles/php-simple-form/</link>
		<comments>http://www.christopherjason.com/articles/php-simple-form/#comments</comments>
		<pubDate>Tue, 12 Dec 2006 17:13:37 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[PHP Programming]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/40/</guid>
		<description><![CDATA[With some clever coding, you can bypass the need to submit form data from one page to another and instead manage an entire PHP form application in one file. By posting form data to the same page, complex form maintenance becomes very simple.]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/php-simple-form/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What&#8217;s the difference between HTML and XHTML?</title>
		<link>http://www.christopherjason.com/articles/difference-html-xhtml/</link>
		<comments>http://www.christopherjason.com/articles/difference-html-xhtml/#comments</comments>
		<pubDate>Sun, 16 Jul 2006 19:29:39 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/whats-the-difference-between-html-and-xhtml/</guid>
		<description><![CDATA[If you’ve mastered HTML, you’re 90% of the way towards using XHTML. They’re actually very much the same thing—tag-based markup languages used to display Web pages. The difference is only seen by the people creating the pages (Web designers, programmers, etc.) and focuses on “forgivability”— HTML allows for some ugly code (mixed case tags like &#60;BoDy&#62;, improperly nested elements, and unclosed tags), while XHTML does not.   If you write HTML, it’s probably a good idea to start using XHTML practices anyway. It will take 5 minutes to learn, and it’s just a better way of doing things.]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/difference-html-xhtml/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using comments in PHP</title>
		<link>http://www.christopherjason.com/articles/using-comments-php/</link>
		<comments>http://www.christopherjason.com/articles/using-comments-php/#comments</comments>
		<pubDate>Wed, 31 May 2006 20:16:30 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[PHP Programming]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/using-comments-in-php/</guid>
		<description><![CDATA[If you’ve ever had to work through another programmer’s code to complete a project, you probably understand the importance of commenting code.  This quick tutorial shows the 3 different ways to comment your code in PHP.]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/using-comments-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Use PHP to strip the last character in a string</title>
		<link>http://www.christopherjason.com/articles/php-strip-characters/</link>
		<comments>http://www.christopherjason.com/articles/php-strip-characters/#comments</comments>
		<pubDate>Sat, 22 Apr 2006 15:09:06 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[PHP Programming]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/36/</guid>
		<description><![CDATA[Whether you’re working with a string created from a database query or array, here’s a cool trick to strip the last character (comma) of a comma separated list of values using PHP.]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/php-strip-characters/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS Link Styles</title>
		<link>http://www.christopherjason.com/articles/css-link-styles/</link>
		<comments>http://www.christopherjason.com/articles/css-link-styles/#comments</comments>
		<pubDate>Mon, 06 Mar 2006 01:02:42 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/css-link-styles/</guid>
		<description><![CDATA[One of the easiest, yet most interactive, elements you can add to your Web site is dynamic link text—links that change their appearance once the user puts their cursor over them. ]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/css-link-styles/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fix the Windows XP NVIDIA nv4_disp problem</title>
		<link>http://www.christopherjason.com/articles/nvidia-nv4disp-problem/</link>
		<comments>http://www.christopherjason.com/articles/nvidia-nv4disp-problem/#comments</comments>
		<pubDate>Tue, 24 Jan 2006 01:12:26 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[Personal Computing]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/34/</guid>
		<description><![CDATA[Here’s an annoyance that found me today—the sinister “nv4_disp” problem.  Hopefully my fix will allow you to bypass any aggravation, unnecessary purchases, technician costs, or therapy.]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/nvidia-nv4disp-problem/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What’s the difference between &#60;span&#62; and &#60;div&#62; tags?</title>
		<link>http://www.christopherjason.com/articles/difference-span-div-tags/</link>
		<comments>http://www.christopherjason.com/articles/difference-span-div-tags/#comments</comments>
		<pubDate>Sun, 15 Jan 2006 17:31:56 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/difference-between-span-and-div/</guid>
		<description><![CDATA[&#60;span&#62; and &#60;div&#62; tags both allow a Web designer to style text and add other formatting attributes to their Web page. They are not interchangeable tags, though. &#60;div&#62; tags are block-level elements, whereas &#60;span&#62; tags are not. This article explains this, and other differences, between &#60;span&#62; and &#60;div&#62; tags.]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/difference-span-div-tags/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What’s a web hosting company?</title>
		<link>http://www.christopherjason.com/articles/what-is-web-hosting/</link>
		<comments>http://www.christopherjason.com/articles/what-is-web-hosting/#comments</comments>
		<pubDate>Tue, 10 Jan 2006 02:40:32 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[Information Technology]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/32/</guid>
		<description><![CDATA[If you’re a small business owner or have any plans of bringing your business online, one phrase you’ll need to become familiar with is “Web host.” A Web host is simply a company that allows you to make your website available to the public 24 hours a day, 365 days a year. ]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/what-is-web-hosting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Horizontally center layout in CSS</title>
		<link>http://www.christopherjason.com/articles/horizontally-center-layout-css/</link>
		<comments>http://www.christopherjason.com/articles/horizontally-center-layout-css/#comments</comments>
		<pubDate>Thu, 22 Dec 2005 01:38:46 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/31/</guid>
		<description><![CDATA[A good way of dealing with users on different screen resolutions is to center your Web design horizontally. This will ensure, regardless of the user’s screen size, that there is an equal amount of space to the left and right of the main design area, producing an overall &#34;fuller&#34; look to your site.]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/horizontally-center-layout-css/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Prevent files from being indexed with robots.txt</title>
		<link>http://www.christopherjason.com/articles/files-indexing-robots-txt/</link>
		<comments>http://www.christopherjason.com/articles/files-indexing-robots-txt/#comments</comments>
		<pubDate>Tue, 06 Dec 2005 01:45:45 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/30/</guid>
		<description><![CDATA[It is common to publish Web pages, images, and other files on your Web site that you do not want everyone to see. By using robots.txt, you can make broad declarations about which files are browsed by robots (and potentially found by users) and which files are hidden (unless you tell someone exactly where they are!).]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/files-indexing-robots-txt/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Write the current date using JavaScript</title>
		<link>http://www.christopherjason.com/articles/write-date-javascript/</link>
		<comments>http://www.christopherjason.com/articles/write-date-javascript/#comments</comments>
		<pubDate>Sun, 27 Nov 2005 19:13:13 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[JavaScript Programming]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/29/</guid>
		<description><![CDATA[Using the date() object in JavaScript, we can print the current date in a variety of popular formats.]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/write-date-javascript/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using basic CSS in Web pages</title>
		<link>http://www.christopherjason.com/articles/basic-css-web-pages/</link>
		<comments>http://www.christopherjason.com/articles/basic-css-web-pages/#comments</comments>
		<pubDate>Sun, 13 Nov 2005 15:59:43 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/28/</guid>
		<description><![CDATA[In a previous article, I answered the question of, &#34;<a href="http://www.christopherjason.com/articles/what-is-css/">What is Cascading Style Sheets (CSS) and why should you use it</a>?&#34; In this article, I’ll show <em>how</em> to use basic CSS in your Web pages. ]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/basic-css-web-pages/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is CSS and why should you use it?</title>
		<link>http://www.christopherjason.com/articles/what-is-css/</link>
		<comments>http://www.christopherjason.com/articles/what-is-css/#comments</comments>
		<pubDate>Sat, 05 Nov 2005 16:28:52 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/27/</guid>
		<description><![CDATA[CSS stands for Cascading Style Sheets. It is a markup language used to format the “look” of web pages. This includes overall layout, text size, style, and formatting, table formatting, link properties, and more. When used correctly, CSS allows one to define the look of an entire site in one single document. If you’re a Web person who doesn’t already utilize CSS, you should be very excited right now, as it can quickly become your new best friend. ]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/what-is-css/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using PHP includes</title>
		<link>http://www.christopherjason.com/articles/using-php-includes/</link>
		<comments>http://www.christopherjason.com/articles/using-php-includes/#comments</comments>
		<pubDate>Tue, 25 Oct 2005 00:59:34 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[PHP Programming]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/24/</guid>
		<description><![CDATA[By using PHP server-side includes, you can greatly increase the scalability and ease of maintenance of your Website. ]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/using-php-includes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tips for email communication in the workplace</title>
		<link>http://www.christopherjason.com/articles/email-writing-tips/</link>
		<comments>http://www.christopherjason.com/articles/email-writing-tips/#comments</comments>
		<pubDate>Sun, 16 Oct 2005 23:01:26 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[Technical Communication]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/23/</guid>
		<description><![CDATA[Email has become second nature for many people. While it is quick and easy to communicate with friends, family, and colleagues via email, there are several things to keep in mind when sending email in a <em>business</em> environment. Follow these suggestions and you’ll be less likely to be called in to your boss’ office for a &#8220;talk.&#8221;]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/email-writing-tips/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Redirect users to a new page with ASP</title>
		<link>http://www.christopherjason.com/articles/redirect-users-asp/</link>
		<comments>http://www.christopherjason.com/articles/redirect-users-asp/#comments</comments>
		<pubDate>Tue, 11 Oct 2005 01:14:58 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[ASP Programming]]></category>

		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/redirect-users-to-a-new-page-with-asp-classic/</guid>
		<description><![CDATA[ASP makes it easy to redirect a user to another page. This is a useful trick for redirecting users after form submissions, protecting content on your site by redirecting users to a login page, and pointing an old page address to a new one.]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/redirect-users-asp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>String manipulation in PHP</title>
		<link>http://www.christopherjason.com/articles/string-manipulation-php/</link>
		<comments>http://www.christopherjason.com/articles/string-manipulation-php/#comments</comments>
		<pubDate>Sat, 08 Oct 2005 18:36:00 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[PHP Programming]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/21/</guid>
		<description><![CDATA[The ability to manipulate string variables in PHP is extremely helpful.  This tutorial will outline some of the more common situations you’ll encounter when working with  PHP string variables.]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/string-manipulation-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using include files with ASP.NET</title>
		<link>http://www.christopherjason.com/articles/using-includes-asp-net/</link>
		<comments>http://www.christopherjason.com/articles/using-includes-asp-net/#comments</comments>
		<pubDate>Sat, 01 Oct 2005 13:58:12 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[ASP.NET Programming]]></category>

		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/20/</guid>
		<description><![CDATA[An ASP.NET include, or server-side include, is a plain HTML, HTML/ASP.NET, or ASP.NET-only file that sits outside of a parent Web page. The power of a simple include file is tremendous—it allows you to re-use content that will appear on multiple pages throughout your site. Instead of making the same change 100 times to update 100 pages, you could use an include, update the include file once and have the change populated across all 100 pages. Nice, huh? ]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/using-includes-asp-net/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Includes with ASP classic and why you should use them</title>
		<link>http://www.christopherjason.com/articles/includes-using-asp-classic/</link>
		<comments>http://www.christopherjason.com/articles/includes-using-asp-classic/#comments</comments>
		<pubDate>Sat, 24 Sep 2005 18:20:34 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[ASP Programming]]></category>

		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/includes-with-asp-and-why-you-should-use-them/</guid>
		<description><![CDATA["Includes" are the most basic leap from amateur Web designer to Web professional. The reason is simple: Web professionals create and manage large, expensive websites, and “includes” make managing these large sites manageable (get it?). If running large websites makes you nervous, don’t leave this page just yet. Even on small projects, server-side includes make life a whole lot easier.]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/includes-using-asp-classic/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Opening a new window using JavaScript</title>
		<link>http://www.christopherjason.com/articles/opening-window-javascript/</link>
		<comments>http://www.christopherjason.com/articles/opening-window-javascript/#comments</comments>
		<pubDate>Mon, 19 Sep 2005 02:21:35 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[JavaScript Programming]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/opening-a-new-window-using-javascript/</guid>
		<description><![CDATA[Despite developing a bad reputation in recent years, pop-up windows are still an integral part of many good web applications. This quick tutorial will show you how to create and control a pop-up window using JavaScript. ]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/opening-window-javascript/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Formatting money / currency using PHP</title>
		<link>http://www.christopherjason.com/articles/format-money-currency-php/</link>
		<comments>http://www.christopherjason.com/articles/format-money-currency-php/#comments</comments>
		<pubDate>Sun, 18 Sep 2005 17:37:25 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[PHP Programming]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/formatting-money-currency-using-php/</guid>
		<description><![CDATA[As a web developer, there will come a time when you’ll need to work with money. Whether it's for a fully operational shopping cart or a simple calculator, PHP makes this an incredibly simple process.]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/format-money-currency-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Organizing page content and writing effective Web copy</title>
		<link>http://www.christopherjason.com/articles/organizing-writing-page-content/</link>
		<comments>http://www.christopherjason.com/articles/organizing-writing-page-content/#comments</comments>
		<pubDate>Tue, 13 Sep 2005 01:46:37 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[Technical Communication]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/organizing-and-writing-effective-web-page-content/</guid>
		<description><![CDATA[The organization of your website’s content, along with the on-page copy, can make or break a user’s experience with your site. This may seem like a lot of pressure to bear, but writing for Web users, as opposed to other audiences, might be the most natural writing you’ll ever do.]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/organizing-writing-page-content/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How do I print the date using PHP?</title>
		<link>http://www.christopherjason.com/articles/print-date-using-php/</link>
		<comments>http://www.christopherjason.com/articles/print-date-using-php/#comments</comments>
		<pubDate>Mon, 05 Sep 2005 15:59:57 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[PHP Programming]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/how-do-i-print-the-date-using-php/</guid>
		<description><![CDATA[PHP offers an excellent built-in function for printing dates.  Here are some of the most common date formats and how you can print them using PHP.]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/print-date-using-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>.GIFS vs. .JPEGS: Which image format should I use?</title>
		<link>http://www.christopherjason.com/articles/gifs-vs-jpegs/</link>
		<comments>http://www.christopherjason.com/articles/gifs-vs-jpegs/#comments</comments>
		<pubDate>Mon, 05 Sep 2005 15:19:18 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/gifs-vs-jpegs-which-image-format-should-i-use/</guid>
		<description><![CDATA[This question arises often for web designers and developers, but can also apply to anyone using a graphics program to produce compressed images.]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/gifs-vs-jpegs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WiMAX : The future of broadband Internet access?</title>
		<link>http://www.christopherjason.com/articles/wimax-broadband-internet/</link>
		<comments>http://www.christopherjason.com/articles/wimax-broadband-internet/#comments</comments>
		<pubDate>Fri, 26 Aug 2005 02:17:54 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[Information Technology]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/articles/wimax-is-it-the-future-of-broadband-internet-access/</guid>
		<description><![CDATA[Mega-firms like Nokia and Intel are putting significant resources into the WiMAX technology, and appear confident that it will succeed as a legitimate alternative to cable and DSL hi-speed Internet access.  That question will only be answered in time, though, as consumer products and services will likely not be available until 2006. ]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/wimax-broadband-internet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What display (screen resolution) should I design my website for?</title>
		<link>http://www.christopherjason.com/articles/screen-resolution-design-website/</link>
		<comments>http://www.christopherjason.com/articles/screen-resolution-design-website/#comments</comments>
		<pubDate>Mon, 22 Aug 2005 03:27:38 +0000</pubDate>
		<dc:creator>Christopher Jason</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.christopherjason.com/tech-articles/what-display-screen-resolution-should-i-design-my-website-for/</guid>
		<description><![CDATA[A nice web design is worthless if it can't be seen by, in an ideal world, EVERYONE that accesses your website. A common question often asked by new web designers is, "What dimensions should I make my design?"  Currently, the answer is simple: slightly less than 800 x 600 pixels.]]></description>
		<wfw:commentRss>http://www.christopherjason.com/articles/screen-resolution-design-website/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
