<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://evolt.org">
<channel>
 <title>evolt.org - Backend</title>
 <link>http://evolt.org/taxonomy/term/18/0</link>
 <description></description>
 <language>en-GB</language>
<item>
 <title>Search Engine Friendly URLs with IIS and Classic ASP</title>
 <link>http://evolt.org/search_engine_friendly_urls_with_iis_and_classic_asp</link>
 <description>&lt;p&gt;A few years ago, I needed a Content Management System (CMS) for my site &lt;a href=&quot;http://www.voorbeginners.info/&quot; target=&quot;_blank&quot;&gt;Voor Beginners&lt;/a&gt; and its English counterpart &lt;a href=&quot;http://www.forbeginners.info/&quot; target=&quot;_blank&quot;&gt;For Beginners&lt;/a&gt;. One of the requirements was, that the CMS should use &quot;search engine friendly&quot; URLs. This is fairly easy to accomplish with Linux and Apache; however, another requirement was that the CMS should run on the Windows platform... In this article, I will show how you can &quot;simulate&quot; the effects of .htaccess and mod_rewrite using Microsoft&#039;s Internet Information Server (IIS) and classic ASP.&lt;/p&gt;</description>
 <category domain="http://evolt.org/backend">Backend</category>
 <category domain="http://evolt.org/code">Code</category>
 <category domain="http://evolt.org/site_development">Site Development</category>
 <category domain="http://evolt.org/software">Software</category>
 <pubDate>Wed, 14 Nov 2007 14:42:00 -0600</pubDate>
</item>
<item>
 <title>Ultimate htaccess Examples</title>
 <link>http://evolt.org/ultimate_htaccess_examples</link>
 <description>&lt;p&gt;&lt;strong&gt;Here&#039;s my list of the ultimate htaccess code snippets and examples that I use all the time.&lt;/strong&gt;  I tried to keep them extremely minimalistic.&lt;/p&gt;</description>
 <category domain="http://evolt.org/backend">Backend</category>
 <pubDate>Fri, 19 Oct 2007 10:48:46 -0500</pubDate>
</item>
<item>
 <title>AJAX Login System using XMLHttpRequest</title>
 <link>http://evolt.org/ajax_login_system</link>
 <description>The new buzzword Ajax, barely out of infancy, has turned a lot of heads lately. See what the fuss is about with a demonstration of a secure login system that doesn&#039;t require any page refresh or form submittals.</description>
 <category domain="http://evolt.org/backend">Backend</category>
 <pubDate>Tue, 17 Jan 2006 09:45:07 -0600</pubDate>
</item>
<item>
 <title>PHP coding guidelines</title>
 <link>http://evolt.org/node/60247</link>
 <description>The guidelines that I follow when writing my PHP scripts; can be helpful to have something like this if you&#039;re working on a joint project.</description>
 <category domain="http://evolt.org/backend">Backend</category>
 <pubDate>Tue, 23 Aug 2005 08:15:31 -0500</pubDate>
</item>
<item>
 <title>Tracking your users in the access logs</title>
 <link>http://evolt.org/node/60232</link>
 <description>Server logs, ubiquitous and humble as they are, deserve a second look. They are most web sites&#039; only source for statistically relevant information about user behaviour and with a little creativity you can get much more out of them than your preconfigured log analysis application might lead you to believe.</description>
 <category domain="http://evolt.org/backend">Backend</category>
 <pubDate>Tue, 25 Nov 2003 02:03:15 -0600</pubDate>
</item>
<item>
 <title>Storing form array data to MySQL using PHP</title>
 <link>http://evolt.org/node/60222</link>
 <description>Got an array from a form? Need to store it to a database? Here&#039;s how.</description>
 <category domain="http://evolt.org/backend">Backend</category>
 <pubDate>Wed, 10 Sep 2003 03:05:55 -0500</pubDate>
</item>
<item>
 <title>Add Geography to your Web Site for a Better View</title>
 <link>http://evolt.org/node/60182</link>
 <description>How can a science that studies the features and characteristics of a space (e.g. the Earth) improve our websites? In this article I will introduce examples of methods we can use involving geography to improve site usability by adding unique visualization to our sites.</description>
 <category domain="http://evolt.org/backend">Backend</category>
 <pubDate>Wed, 23 Jul 2003 22:10:52 -0500</pubDate>
</item>
<item>
 <title>Mask Your Web Server for Enhanced Security</title>
 <link>http://evolt.org/node/60160</link>
 <description>Masking or anonymizing a Web server involves removing identifying details that intruders could use to detect your OS and Web server vendor and version. This information, while providing little or no utility to legitimate users, is often the starting place for crackers, blackhat hackers and &quot;script kiddies&quot;. This article explores some ways you can minimize the risk of such detection.</description>
 <category domain="http://evolt.org/backend">Backend</category>
 <pubDate>Sun, 01 Jun 2003 04:23:26 -0500</pubDate>
</item>
<item>
 <title>Password encryption: rationale and Java example</title>
 <link>http://evolt.org/node/60122</link>
 <description>Most of the web sites today have some sort of a registration module where a user is asked to choose a username/password combination.  You might wonder if the password you provide will be kept well-protected (read encrypted). In case you are the person designing such backend registration component, why not give your users peace of mind by encrypting their passwords?</description>
 <category domain="http://evolt.org/backend">Backend</category>
 <pubDate>Tue, 20 May 2003 13:10:43 -0500</pubDate>
</item>
<item>
 <title>Using PEAR&#039;s mimeDecode module</title>
 <link>http://evolt.org/node/60103</link>
 <description>In this article, we will explore the mimeDecode module of PEAR to see how we can easily decode MIME email.</description>
 <category domain="http://evolt.org/backend">Backend</category>
 <pubDate>Mon, 14 Apr 2003 01:55:48 -0500</pubDate>
</item>
<item>
 <title>Simple Localization with PHP</title>
 <link>http://evolt.org/Simple_Localization_with_PHP</link>
 <description>On PHP DevCenter, Adam Trachtenberg and Joao Prado Maia have described interesting ways to localize web sites with PHP. I&#039;m offering another alternative, which should be easy for non-programmers to use.</description>
 <category domain="http://evolt.org/backend">Backend</category>
 <pubDate>Thu, 12 Apr 2007 11:42:03 -0500</pubDate>
</item>
<item>
 <title>An Introduction to generating sequences with SQL</title>
 <link>http://evolt.org/An_Introduction_to_generating_sequences_with_SQL</link>
 <description>Did mama say that &amp;quot;while&amp;quot; and &amp;quot;for&amp;quot; loops were the only ways to generate patterned sequences? Well, mama was wrong! The plain old SQL SELECT statement will do just fine.</description>
 <category domain="http://evolt.org/backend">Backend</category>
 <pubDate>Thu, 12 Apr 2007 11:27:05 -0500</pubDate>
</item>
<item>
 <title>Evaluating a Database</title>
 <link>http://evolt.org/node/43193</link>
 <description>An overview of factors to consider when deciding to use database technology.</description>
 <category domain="http://evolt.org/backend">Backend</category>
 <pubDate>Sat, 23 Nov 2002 06:43:25 -0600</pubDate>
</item>
<item>
 <title>Ten Things to Do with IIS</title>
 <link>http://evolt.org/node/44112</link>
 <description>It would be nice if everything ran in a vacuum so that when something goes wrong you know what caused it, but in the real world most software is dependent on other software. ASP, ASP.NET, ColdFusion, JSP, Perl are no different... they run on top of IIS. Here&#039;s a list of ten ways to make IIS the best it can be.</description>
 <category domain="http://evolt.org/backend">Backend</category>
 <pubDate>Fri, 25 Oct 2002 08:38:13 -0500</pubDate>
</item>
<item>
 <title>Using XML with PHP without any apache changes</title>
 <link>http://evolt.org/node/35930</link>
 <description>XML is sexy, PHP and XML is a cheap and good way to create and syndicate your website. Now, when you have your own server, you can set up all the necessary apache add-ons to explore the PHP-XML relationship to the full extend. When you own a virtual server at an ISP, you can&#039;t do that. Still, there is a way to use XML with PHP without doing any changes to the server, the answer is a small but fine PHP script.</description>
 <category domain="http://evolt.org/backend">Backend</category>
 <pubDate>Tue, 13 Aug 2002 06:39:13 -0500</pubDate>
</item>
</channel>
</rss>
