<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>WebsiteTheme.com - Code</title>
    <link>http://websitetheme.com/</link>
    <description>Quality website themes and designs.</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.1.2 - http://www.s9y.org/</generator>
    <pubDate>Sun, 18 Feb 2007 00:46:49 GMT</pubDate>

    <image>
        <url>http://websitetheme.com/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: WebsiteTheme.com - Code - Quality website themes and designs.</title>
        <link>http://websitetheme.com/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>PHP Variables and constants</title>
    <link>http://websitetheme.com/archives/13-PHP-Variables-and-constants.html</link>
            <category>PHP Tutorial</category>
    
    <comments>http://websitetheme.com/archives/13-PHP-Variables-and-constants.html#comments</comments>
    <wfw:comment>http://websitetheme.com/wfwcomment.php?cid=13</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://websitetheme.com/rss.php?version=2.0&amp;type=comments&amp;cid=13</wfw:commentRss>
    

    <author>nospam@example.com (Abdussamad Abdurrazzaq)</author>
    <content:encoded>
    	
     Variables introduction 

 Variables are used by programmers to store values and to refer to those values in code. Variables in PHP need not be defined. Variable types also do not exist although variable scope does. All variables begin with a $...
        	&lt;br /&gt;&lt;br /&gt; 
        Continue reading &lt;a href=&quot;http://websitetheme.com/archives/13-PHP-Variables-and-constants.html&quot;&gt;PHP Variables and constants&lt;/a&gt;
    
    </content:encoded>

    <pubDate>Fri, 02 Mar 2007 18:40:00 -0800</pubDate>
    <guid isPermaLink="false">http://websitetheme.com/archives/13-guid.html</guid>
    <category>beginners guide</category>
<category>php</category>
<category>programming</category>
<category>server side programming</category>
<category>tutorial</category>

</item>
<item>
    <title>Standards based coding is easy</title>
    <link>http://websitetheme.com/archives/8-Standards-based-coding-is-easy.html</link>
            <category>Code</category>
    
    <comments>http://websitetheme.com/archives/8-Standards-based-coding-is-easy.html#comments</comments>
    <wfw:comment>http://websitetheme.com/wfwcomment.php?cid=8</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://websitetheme.com/rss.php?version=2.0&amp;type=comments&amp;cid=8</wfw:commentRss>
    

    <author>nospam@example.com (Abdussamad Abdurrazzaq)</author>
    <content:encoded>
    	
    Coding according to w3c standards is a major selling point for website designers these days. But how hard is it really? Consider some of the differences between valid XHTML transitional and the usual sloppy HTML coding:    All tags in XHTML are...
        	&lt;br /&gt;&lt;br /&gt; 
        Continue reading &lt;a href=&quot;http://websitetheme.com/archives/8-Standards-based-coding-is-easy.html&quot;&gt;Standards based coding is easy&lt;/a&gt;
    
    </content:encoded>

    <pubDate>Fri, 06 Oct 2006 08:03:37 -0700</pubDate>
    <guid isPermaLink="false">http://websitetheme.com/archives/8-guid.html</guid>
    <category>validation</category>
<category>w3c standards</category>

</item>
<item>
    <title>PHP introduction, code delimiters, comments and statements</title>
    <link>http://websitetheme.com/archives/7-PHP-introduction,-code-delimiters,-comments-and-statements.html</link>
            <category>PHP Tutorial</category>
    
    <comments>http://websitetheme.com/archives/7-PHP-introduction,-code-delimiters,-comments-and-statements.html#comments</comments>
    <wfw:comment>http://websitetheme.com/wfwcomment.php?cid=7</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://websitetheme.com/rss.php?version=2.0&amp;type=comments&amp;cid=7</wfw:commentRss>
    

    <author>nospam@example.com (Abdussamad Abdurrazzaq)</author>
    <content:encoded>
    	
     Introduction 

 PHP Hypertext Preprocessor (PHP) is the most popular server-side scripting language on the world wide web. This guide is designed to introduce programmers familiar with other programming languages to PHP. 

 
This guide will...
        	&lt;br /&gt;&lt;br /&gt; 
        Continue reading &lt;a href=&quot;http://websitetheme.com/archives/7-PHP-introduction,-code-delimiters,-comments-and-statements.html&quot;&gt;PHP introduction, code delimiters, comments and statements&lt;/a&gt;
    
    </content:encoded>

    <pubDate>Mon, 18 Sep 2006 16:04:30 -0700</pubDate>
    <guid isPermaLink="false">http://websitetheme.com/archives/7-guid.html</guid>
    
</item>
<item>
    <title>CSS button hovers without the lag</title>
    <link>http://websitetheme.com/archives/5-CSS-button-hovers-without-the-lag.html</link>
            <category>Code</category>
    
    <comments>http://websitetheme.com/archives/5-CSS-button-hovers-without-the-lag.html#comments</comments>
    <wfw:comment>http://websitetheme.com/wfwcomment.php?cid=5</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://websitetheme.com/rss.php?version=2.0&amp;type=comments&amp;cid=5</wfw:commentRss>
    

    <author>nospam@example.com (Abdussamad Abdurrazzaq)</author>
    <content:encoded>
    	
         Both the hover (bottom) and normal (top) states of the button are in one image.   One of the best features of css is the ability to perform button hovers without java script. By button hovers I mean creating links that have different background...
        	&lt;br /&gt;&lt;br /&gt; 
        Continue reading &lt;a href=&quot;http://websitetheme.com/archives/5-CSS-button-hovers-without-the-lag.html&quot;&gt;CSS button hovers without the lag&lt;/a&gt;
    
    </content:encoded>

    <pubDate>Sun, 17 Sep 2006 08:00:52 -0700</pubDate>
    <guid isPermaLink="false">http://websitetheme.com/archives/5-guid.html</guid>
    <category>website design</category>

</item>
<item>
    <title>Search engine optimization basics</title>
    <link>http://websitetheme.com/archives/4-Search-engine-optimization-basics.html</link>
            <category>Code</category>
            <category>General website design</category>
    
    <comments>http://websitetheme.com/archives/4-Search-engine-optimization-basics.html#comments</comments>
    <wfw:comment>http://websitetheme.com/wfwcomment.php?cid=4</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://websitetheme.com/rss.php?version=2.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    

    <author>nospam@example.com (Abdussamad Abdurrazzaq)</author>
    <content:encoded>
    	
    Search engines are used by all netizens to find useful content. Search Engine Optimization or SEO is the art of developing websites that enjoy a good position on search engine results pages. Website designers and developers are keen to see their...
        	&lt;br /&gt;&lt;br /&gt; 
        Continue reading &lt;a href=&quot;http://websitetheme.com/archives/4-Search-engine-optimization-basics.html&quot;&gt;Search engine optimization basics&lt;/a&gt;
    
    </content:encoded>

    <pubDate>Thu, 17 Aug 2006 18:49:36 -0700</pubDate>
    <guid isPermaLink="false">http://websitetheme.com/archives/4-guid.html</guid>
    <category>search engine optimization</category>
<category>SEO</category>
<category>website design</category>

</item>

</channel>
</rss>