<?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 Web Traffic Analysis</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Thu, 16 Feb 2012 01:30:13 -0500</lastBuildDate>
<pubDate>Thu, 16 Feb 2012 01:30:13 -0500</pubDate>
<item>
<title>Simple PHP (+.txt) Hit Counter Tutorial</title>
<pubDate>Mon, 01 Nov 2010 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Simple-PHP-%28%2B.txt%29-Hit-Counter-Tutorial/73193</link>
<description>
<![CDATA[Learn how to create a simple yet functional hit counter using PHP! This tutorial can be completed in minutes and customized to your liking.]]>
</description><guid>http://www.tutorialized.com/tutorial/Simple-PHP-%28%2B.txt%29-Hit-Counter-Tutorial/73193</guid>
</item>
<item>
<title>How to Get a Users Geo Location?</title>
<pubDate>Fri, 05 Dec 2008 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-Get-a-Users-Geo-Location%3F/42749</link>
<description>
<![CDATA[Every wonder how all of those dating ads know that you are looking for hot girls near (insert your city here)? Well if you are a complete nerd like me you probably ignored the hot girls and wondered: ...]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-Get-a-Users-Geo-Location%3F/42749</guid>
</item>
<item>
<title>PHP/mySQL Simple User Counter</title>
<pubDate>Fri, 07 Dec 2007 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/PHP%2FmySQL-Simple-User-Counter/36134</link>
<description>
<![CDATA[A simple tutorial on a user counter. Total and unique hits, used mySQL.]]>
</description><guid>http://www.tutorialized.com/tutorial/PHP%2FmySQL-Simple-User-Counter/36134</guid>
</item>
<item>
<title>Easy Country from IP with PHP</title>
<pubDate>Tue, 04 Dec 2007 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Easy-Country-from-IP-with-PHP/33749</link>
<description>
<![CDATA[Check which country your visitors are coming from with an easy to use open database.]]>
</description><guid>http://www.tutorialized.com/tutorial/Easy-Country-from-IP-with-PHP/33749</guid>
</item>
<item>
<title>Creating a file based logging script</title>
<pubDate>Mon, 04 Dec 2006 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Creating-a-file-based-logging-script/24276</link>
<description>
<![CDATA[In this tutorial I will show you how you can create a small and simple PHP script to log your visitors activity into a file. You just need to add 1 line to each of your page to enable logging and the ...]]>
</description><guid>http://www.tutorialized.com/tutorial/Creating-a-file-based-logging-script/24276</guid>
</item>
<item>
<title>User online</title>
<pubDate>Thu, 01 Dec 2005 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/User-online/10724</link>
<description>
<![CDATA[This tutorial show you php script that count how many users are active on your site.]]>
</description><guid>http://www.tutorialized.com/tutorial/User-online/10724</guid>
</item>
<item>
<title>Getting Your Visitor's Details using PHP</title>
<pubDate>Mon, 01 Nov 2004 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Getting-Your-Visitor%27s-Details-using-PHP/9450</link>
<description>
<![CDATA[This tutorial shows how to obtain information about your user such as the web page they came from, the page being accessed, and the user's IP address.]]>
</description><guid>http://www.tutorialized.com/tutorial/Getting-Your-Visitor%27s-Details-using-PHP/9450</guid>
</item>
<item>
<title>Track Your Visitors Using PHP</title>
<pubDate>Sun, 31 Oct 2004 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Track-Your-Visitors-Using-PHP/9135</link>
<description>
<![CDATA[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 yourse...]]>
</description><guid>http://www.tutorialized.com/tutorial/Track-Your-Visitors-Using-PHP/9135</guid>
</item>
<item>
<title>Simple Download Counter</title>
<pubDate>Tue, 09 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Simple-Download-Counter/5785</link>
<description>
<![CDATA[This tutorial will show you how to make a sql table for all your downloads, and also how how many times any of the files in it have been downloaded. Kind of like a click counter.]]>
</description><guid>http://www.tutorialized.com/tutorial/Simple-Download-Counter/5785</guid>
</item>
<item>
<title>Getting visitor information</title>
<pubDate>Mon, 08 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Getting-visitor-information/5477</link>
<description>
<![CDATA[Getting information about your visitors is interesting and sometimes useful for generating statistics, especially when you have a high traffic.]]>
</description><guid>http://www.tutorialized.com/tutorial/Getting-visitor-information/5477</guid>
</item>
<item>
<title>safeReferral Function</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/safeReferral-Function/1271</link>
<description>
<![CDATA[This function saves the referrals to a text file. Each url will only be saved once.]]>
</description><guid>http://www.tutorialized.com/tutorial/safeReferral-Function/1271</guid>
</item>
<item>
<title>Revisited: Logging With PHP</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Revisited%3A-Logging-With-PHP/1275</link>
<description>
<![CDATA[In this continuation of the article, &quot;Logging With PHP,&quot; the author explains how to build a PHP/MySQL-driven Web traffic logging and analysis system that can be continually updated, which pr...]]>
</description><guid>http://www.tutorialized.com/tutorial/Revisited%3A-Logging-With-PHP/1275</guid>
</item>
<item>
<title>Logging With PHP3</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Logging-With-PHP3/1276</link>
<description>
<![CDATA[This one page tutorial show you how to use PHP to display your site traffic statistics on the fly at any time. Along with its supplied PHP script, you will learn how to get access to your statistics t...]]>
</description><guid>http://www.tutorialized.com/tutorial/Logging-With-PHP3/1276</guid>
</item>
<item>
<title>Creating Your Own Log Files</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Creating-Your-Own-Log-Files/1277</link>
<description>
<![CDATA[Don't have access to your server logfile? Here, you will find how to create your own logfile using PHP. It is basically a small PHP script that extracted all the appropriate environment variables, put...]]>
</description><guid>http://www.tutorialized.com/tutorial/Creating-Your-Own-Log-Files/1277</guid>
</item>
<item>
<title>Where did they go today?</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Where-did-they-go-today%3F/1278</link>
<description>
<![CDATA[Have you wondered where and how people leave off your site? Well, this one-page tutorial shows you how to setup a PHP redirection script with logging feature. You can use the script for link-based as ...]]>
</description><guid>http://www.tutorialized.com/tutorial/Where-did-they-go-today%3F/1278</guid>
</item>
</channel>
</rss>
