<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2012 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Tutorialized.com - Latest Tutorial Listings For Development</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Thu, 16 Feb 2012 04:52:18 -0500</lastBuildDate>
<pubDate>Thu, 16 Feb 2012 04:52:18 -0500</pubDate>
<item>
<title>Controlling Program Flow</title>
<pubDate>Wed, 09 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Controlling-Program-Flow/61327</link>
<description>
<![CDATA[Learn how to alter the flow of your Perl code using decisions and loops. This essential tutorial covers statements such as if, while, until, do, for and foreach.]]>
</description><guid>http://www.tutorialized.com/tutorial/Controlling-Program-Flow/61327</guid>
</item>
<item>
<title>Expand your user-authentication options with mouse dynamics</title>
<pubDate>Mon, 01 Dec 2008 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Expand-your-user-authentication-options-with-mouse-dynamics/40428</link>
<description>
<![CDATA[In this article, learn how to apply the open source tools cnee and Perl in mouse-click dynamics to measure the more subtle characteristics of human-computer interaction. Also, learn how to use the num...]]>
</description><guid>http://www.tutorialized.com/tutorial/Expand-your-user-authentication-options-with-mouse-dynamics/40428</guid>
</item>
<item>
<title>Create a constant keystroke-dynamics monitor with Perl and xev</title>
<pubDate>Fri, 02 Nov 2007 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Create-a-constant-keystroke-dynamics-monitor-with-Perl-and-xev/39403</link>
<description>
<![CDATA[Learn how to use Perl, xev, and algorithms to monitor who is currently at the keyboard. Keystroke dynamics is a new field that enables identification of individuals through statistical analysis of the...]]>
</description><guid>http://www.tutorialized.com/tutorial/Create-a-constant-keystroke-dynamics-monitor-with-Perl-and-xev/39403</guid>
</item>
<item>
<title>Genetic algorithms applied with Perl</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Genetic-algorithms-applied-with-Perl/3380</link>
<description>
<![CDATA[Based on the Darwinian principle of survival of the fittest, genetic programming uses mutation and replication to produce algorithms for creating ever-improving computer programs. In this column, you'...]]>
</description><guid>http://www.tutorialized.com/tutorial/Genetic-algorithms-applied-with-Perl/3380</guid>
</item>
<item>
<title>The elegance of JAPH: Just Another Perl Hacker</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/The-elegance-of-JAPH%3A-Just-Another-Perl-Hacker/3381</link>
<description>
<![CDATA[A mainstay of the Perl culture, JAPH is a short script that produces the output &quot;Just another Perl hacker.&quot; Although written for the beginner or intermediate Perl programmer, this article ex...]]>
</description><guid>http://www.tutorialized.com/tutorial/The-elegance-of-JAPH%3A-Just-Another-Perl-Hacker/3381</guid>
</item>
<item>
<title>Using CGI::Application</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Using-CGI%3A%3AApplication/3382</link>
<description>
<![CDATA[The author writes &quot;CGI::Application builds upon the bedrock of CGI, adding a structure for writing truly reusable Web-applications. CGI::Application takes what works about CGI and simply provides...]]>
</description><guid>http://www.tutorialized.com/tutorial/Using-CGI%3A%3AApplication/3382</guid>
</item>
<item>
<title>Benchmarking Perl</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Benchmarking-Perl/3383</link>
<description>
<![CDATA[In this Part 21 of &quot;The Perl You Need To Know&quot; series, it covers the Benchmark module — the handy Perl stopwatch that allows you to time, optimize, and slim down on code.]]>
</description><guid>http://www.tutorialized.com/tutorial/Benchmarking-Perl/3383</guid>
</item>
<item>
<title>Untangling Lists and Hashes</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Untangling-Lists-and-Hashes/3385</link>
<description>
<![CDATA[In this Part 10 of &quot;The Perl You Need to Know&quot; series, you will be shown how to work with Perl's list and hash data structures.]]>
</description><guid>http://www.tutorialized.com/tutorial/Untangling-Lists-and-Hashes/3385</guid>
</item>
<item>
<title>Sorting Techniques</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Sorting-Techniques/3387</link>
<description>
<![CDATA[An introduction to sorting, and how to write your own sorting functions easily with perl. Includes some very common examples of sorts.]]>
</description><guid>http://www.tutorialized.com/tutorial/Sorting-Techniques/3387</guid>
</item>
<item>
<title>Printing all CGI environment variables</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Printing-all-CGI-environment-variables/3389</link>
<description>
<![CDATA[This article provides a short CGI program that can print every environment variable it knows.]]>
</description><guid>http://www.tutorialized.com/tutorial/Printing-all-CGI-environment-variables/3389</guid>
</item>
<item>
<title>CGI Environmental Variables</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/CGI-Environmental-Variables/3390</link>
<description>
<![CDATA[One of the methods that the web server uses to pass information to a cgi script is through environmental variables. These are created and assigned appropriate values within the environment that the se...]]>
</description><guid>http://www.tutorialized.com/tutorial/CGI-Environmental-Variables/3390</guid>
</item>
<item>
<title>Debugging CGI Scripts</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Debugging-CGI-Scripts/3391</link>
<description>
<![CDATA[Hints and tips on debugging Perl CGI scripts and identifying some possible causes of server errors.]]>
</description><guid>http://www.tutorialized.com/tutorial/Debugging-CGI-Scripts/3391</guid>
</item>
<item>
<title>User Info</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/User-Info/3392</link>
<description>
<![CDATA[This note describes how to get information about a remote user from within a CGI-bin script, and lists the information available.]]>
</description><guid>http://www.tutorialized.com/tutorial/User-Info/3392</guid>
</item>
<item>
<title>Debugging CGI Scripts 101</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Debugging-CGI-Scripts-101/3393</link>
<description>
<![CDATA[These are a few guidelines to help you solving problems with your CGI Script. Topics include: Short overview of the CGI calling process, Server Errors - The server fails to execute the CGI, Logical Er...]]>
</description><guid>http://www.tutorialized.com/tutorial/Debugging-CGI-Scripts-101/3393</guid>
</item>
<item>
<title>Common Beginners Mistakes</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Common-Beginners-Mistakes/3394</link>
<description>
<![CDATA[This is a list of common mistakes that people make when writing Perl scripts and suggestions on how to fix them. Included are general help tips on how to debug - very important particularly for beginn...]]>
</description><guid>http://www.tutorialized.com/tutorial/Common-Beginners-Mistakes/3394</guid>
</item>
</channel>
</rss>
