<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.hitecharticles.com">
        <title>Recent CGI Articles</title>
        <description>15 Recent CGI Articles</description>
        <link>http://www.hitecharticles.com/rss.html</link>
        <image rdf:resource="" />
       <dc:date>2008-09-05T22:15:49+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.hitecharticles.com/articles/cgi/who-is-to-blame-for-job-dissatisfaction.html"/>
                <rdf:li rdf:resource="http://www.hitecharticles.com/articles/cgi/open-source-scripts.html"/>
                <rdf:li rdf:resource="http://www.hitecharticles.com/articles/cgi/mastering-regular-expressions-in-php.html"/>
                <rdf:li rdf:resource="http://www.hitecharticles.com/articles/cgi/screen-scraping-your-way-into-rss.html"/>
                <rdf:li rdf:resource="http://www.hitecharticles.com/articles/cgi/php-and-cookies-a-good-mix.html"/>
                <rdf:li rdf:resource="http://www.hitecharticles.com/articles/cgi/php-onthefly.html"/>
                <rdf:li rdf:resource="http://www.hitecharticles.com/articles/cgi/track-your-visitors-using-php.html"/>
                <rdf:li rdf:resource="http://www.hitecharticles.com/articles/cgi/password-protection-and-file-inclusion-with-php.html"/>
                <rdf:li rdf:resource="http://www.hitecharticles.com/articles/cgi/autoresponders-with-php.html"/>
                <rdf:li rdf:resource="http://www.hitecharticles.com/articles/cgi/better-writing-what-works-and-what-doesnt.html"/>
                <rdf:li rdf:resource="http://www.hitecharticles.com/articles/cgi/your-clickbank-search-engine.html"/>
                <rdf:li rdf:resource="http://www.hitecharticles.com/articles/cgi/quick-intro-to-php-development.html"/>
                <rdf:li rdf:resource="http://www.hitecharticles.com/articles/cgi/how-to-stop-digital-thieves-with-cgi.html"/>
                <rdf:li rdf:resource="http://www.hitecharticles.com/articles/cgi/cgi-what-the-heck-is-that.html"/>
                <rdf:li rdf:resource="http://www.hitecharticles.com/articles/cgi/cgi-security-issues.html"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="">
        <title></title>
        <link></link>
        <url></url>
    </image>
    <item rdf:about="http://www.hitecharticles.com/articles/cgi/who-is-to-blame-for-job-dissatisfaction.html">
        <dc:format>text/html</dc:format>
        <dc:source>http://www.hitecharticles.com</dc:source>
        <dc:creator>Laurie Sheppard</dc:creator>
        <title>Who Is to Blame for Job Dissatisfaction?</title>
        <link>http://www.hitecharticles.com/articles/cgi/who-is-to-blame-for-job-dissatisfaction.html</link>
        <description>Does the burden rest on companies to produce more inspired, trained and challenged employees or to the employees to be more self-directed and generative?&amp;nbsp; Who is to blame for job dissatisfaction?...</description>
    </item>
    <item rdf:about="http://www.hitecharticles.com/articles/cgi/open-source-scripts.html">
        <dc:format>text/html</dc:format>
        <dc:source>http://www.hitecharticles.com</dc:source>
        <dc:creator>Sanjib Ahmad</dc:creator>
        <title>Open Source Scripts</title>
        <link>http://www.hitecharticles.com/articles/cgi/open-source-scripts.html</link>
        <description>Commercial web application systems used to be expensive at one time. With the advent of open source solutions such applications are not only available for free but in many cases they are superior to c...</description>
    </item>
    <item rdf:about="http://www.hitecharticles.com/articles/cgi/mastering-regular-expressions-in-php.html">
        <dc:format>text/html</dc:format>
        <dc:source>http://www.hitecharticles.com</dc:source>
        <dc:creator>Dennis Pallett</dc:creator>
        <title>Mastering Regular Expressions in PHP</title>
        <link>http://www.hitecharticles.com/articles/cgi/mastering-regular-expressions-in-php.html</link>
        <description>What are Regular Expressions?A regular expression is a pattern that can match various text strings. Using regular expressions you can find (and replace) certain text patterns, for example &quot;all the wor...</description>
    </item>
    <item rdf:about="http://www.hitecharticles.com/articles/cgi/screen-scraping-your-way-into-rss.html">
        <dc:format>text/html</dc:format>
        <dc:source>http://www.hitecharticles.com</dc:source>
        <dc:creator>Dennis Pallett</dc:creator>
        <title>Screen scraping your way into RSS</title>
        <link>http://www.hitecharticles.com/articles/cgi/screen-scraping-your-way-into-rss.html</link>
        <description>IntroductionRSS is one the hottest technologies at the moment, and even big web publishers (such as the New York Times) are getting into RSS as well. However, there are still a lot of websites that do...</description>
    </item>
    <item rdf:about="http://www.hitecharticles.com/articles/cgi/php-and-cookies-a-good-mix.html">
        <dc:format>text/html</dc:format>
        <dc:source>http://www.hitecharticles.com</dc:source>
        <dc:creator>Dennis Pallett</dc:creator>
        <title>PHP and Cookies; a good mix!</title>
        <link>http://www.hitecharticles.com/articles/cgi/php-and-cookies-a-good-mix.html</link>
        <description>IntroductionCookies have long been used in PHP scripts, and are a very useful function. But what exactly are cookies? Maybe you have used then, but you still don't know exactly what they are. Or you a...</description>
    </item>
    <item rdf:about="http://www.hitecharticles.com/articles/cgi/php-onthefly.html">
        <dc:format>text/html</dc:format>
        <dc:source>http://www.hitecharticles.com</dc:source>
        <dc:creator>Dennis Pallett</dc:creator>
        <title>PHP On-The-Fly!</title>
        <link>http://www.hitecharticles.com/articles/cgi/php-onthefly.html</link>
        <description>IntroductionPHP can be used for a lot of different things, and is one of the most powerful scripting languages available on the web. Not to mention it's extremely cheap and widely used. However, one t...</description>
    </item>
    <item rdf:about="http://www.hitecharticles.com/articles/cgi/track-your-visitors-using-php.html">
        <dc:format>text/html</dc:format>
        <dc:source>http://www.hitecharticles.com</dc:source>
        <dc:creator>Dennis Pallett</dc:creator>
        <title>Track your visitors, using PHP</title>
        <link>http://www.hitecharticles.com/articles/cgi/track-your-visitors-using-php.html</link>
        <description> There are many different traffic analysis tools, ranging from simple counters to complete traffic analyzers. Although there are some free ones, most of them come with a price tag. Why not do it yours...</description>
    </item>
    <item rdf:about="http://www.hitecharticles.com/articles/cgi/password-protection-and-file-inclusion-with-php.html">
        <dc:format>text/html</dc:format>
        <dc:source>http://www.hitecharticles.com</dc:source>
        <dc:creator>Robert Plank</dc:creator>
        <title>Password Protection and File Inclusion With PHP</title>
        <link>http://www.hitecharticles.com/articles/cgi/password-protection-and-file-inclusion-with-php.html</link>
        <description>First off, if you read last week's article by me (the one about site personalization in PHP), I have one addition to make to make your life a little easier. If you didn't read last week's article, rea...</description>
    </item>
    <item rdf:about="http://www.hitecharticles.com/articles/cgi/autoresponders-with-php.html">
        <dc:format>text/html</dc:format>
        <dc:source>http://www.hitecharticles.com</dc:source>
        <dc:creator>Robert Plank</dc:creator>
        <title>Autoresponders With PHP</title>
        <link>http://www.hitecharticles.com/articles/cgi/autoresponders-with-php.html</link>
        <description>First off, check out the URL below. You'll learn how to make that today. http://www.jumpx.com utorials/3/signup.html Fill out your e-mail address on the page you see. (I promise it's not being saved a...</description>
    </item>
    <item rdf:about="http://www.hitecharticles.com/articles/cgi/better-writing-what-works-and-what-doesnt.html">
        <dc:format>text/html</dc:format>
        <dc:source>http://www.hitecharticles.com</dc:source>
        <dc:creator>Susan Dunn, MA, Marketing Consultant Coach, certified EQ Coach</dc:creator>
        <title>Better Writing&amp;#58;  What Works and What Doesn&amp;#39;t</title>
        <link>http://www.hitecharticles.com/articles/cgi/better-writing-what-works-and-what-doesnt.html</link>
        <description>There’s no better way to promote your business for free than to write articles on the Internet. It is particularly good for promoting services, where advertising doesn’t work as well, even if you can ...</description>
    </item>
    <item rdf:about="http://www.hitecharticles.com/articles/cgi/your-clickbank-search-engine.html">
        <dc:format>text/html</dc:format>
        <dc:source>http://www.hitecharticles.com</dc:source>
        <dc:creator>Dany Matta</dc:creator>
        <title>YOUR CLICKBANK SEARCH ENGINE</title>
        <link>http://www.hitecharticles.com/articles/cgi/your-clickbank-search-engine.html</link>
        <description>DO YOU LIKE TO BUILD YOUR OWN CLICKBANK SEARCH ENGINE 100% FREE &amp; GET PAID?DO YOU KNOW THAT CLICKBANK NOW HAS MORE THEN 100.000 PRODUCTS ON SALE &amp; WHEN YOU BUILD YOUR OWN CLICKBANK SEARCH ENGINE YOU'L...</description>
    </item>
    <item rdf:about="http://www.hitecharticles.com/articles/cgi/quick-intro-to-php-development.html">
        <dc:format>text/html</dc:format>
        <dc:source>http://www.hitecharticles.com</dc:source>
        <dc:creator>Alan Grissett</dc:creator>
        <title>Quick Intro to PHP Development</title>
        <link>http://www.hitecharticles.com/articles/cgi/quick-intro-to-php-development.html</link>
        <description>Chances are that if you’ve been around the Internet long enough, you’ve heard of server-side scripting languages such as PERL, ASP and ColdFusion. These are all popular languages that are used to add ...</description>
    </item>
    <item rdf:about="http://www.hitecharticles.com/articles/cgi/how-to-stop-digital-thieves-with-cgi.html">
        <dc:format>text/html</dc:format>
        <dc:source>http://www.hitecharticles.com</dc:source>
        <dc:creator>Steve Humphrey</dc:creator>
        <title>How to Stop Digital Thieves with CGI</title>
        <link>http://www.hitecharticles.com/articles/cgi/how-to-stop-digital-thieves-with-cgi.html</link>
        <description>I'm going to assume you're serious about your business. Ifyou're not, I can't help you anyway. You've gone as far asgetting a real merchant account to accept credit card paymentsonline. You know that ...</description>
    </item>
    <item rdf:about="http://www.hitecharticles.com/articles/cgi/cgi-what-the-heck-is-that.html">
        <dc:format>text/html</dc:format>
        <dc:source>http://www.hitecharticles.com</dc:source>
        <dc:creator>Richard Lowe</dc:creator>
        <title>CGI&amp;#58; What the Heck Is That&amp;#63;</title>
        <link>http://www.hitecharticles.com/articles/cgi/cgi-what-the-heck-is-that.html</link>
        <description>Let's unlock a little bit of the mystery about something called CGI. If ithelps any, CGI means Common Gateway Interface. This is a method which isused to exchange data between the server (the hardware...</description>
    </item>
    <item rdf:about="http://www.hitecharticles.com/articles/cgi/cgi-security-issues.html">
        <dc:format>text/html</dc:format>
        <dc:source>http://www.hitecharticles.com</dc:source>
        <dc:creator>Richard Lowe</dc:creator>
        <title>CGI Security Issues</title>
        <link>http://www.hitecharticles.com/articles/cgi/cgi-security-issues.html</link>
        <description>When you are creating or using CGI routines, you must be careful to keepgood coding techniques, security and just plain common sense in mind.Sometimes you can do things that cause serious unexpected s...</description>
    </item>
</rdf:RDF>
