<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHP Scripts and Programming&#187; Information</title>
	<atom:link href="http://www.warkensoft.com/category/information/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.warkensoft.com</link>
	<description>PHP scripts, programs and downloads for use by webmasters around the world.</description>
	<lastBuildDate>Thu, 22 Apr 2010 16:14:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Beware of Thieves like AmazonPress</title>
		<link>http://www.warkensoft.com/2010/04/beware-of-thieves-like-amazonpress/</link>
		<comments>http://www.warkensoft.com/2010/04/beware-of-thieves-like-amazonpress/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 16:14:32 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[AmazonFeed Blog]]></category>
		<category><![CDATA[Information]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordPress Programming]]></category>

		<guid isPermaLink="false">http://www.warkensoft.com/?p=380</guid>
		<description><![CDATA[I was recently made aware of a couple of plugin thieves who have taken my code, rebranded it as their own (calling it AmazonPress), redirected the tip to themselves, and made it mandatory rather than optional with no notice to the website owner.  In my opinion this constitutes theft from both myself as well [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently made aware of a couple of plugin thieves who have taken my code, rebranded it as their own (calling it AmazonPress), redirected the tip to themselves, and made it mandatory rather than optional with no notice to the website owner.  In my opinion this constitutes theft from both myself as well as their clients/victims.  By not giving credit to me as the original author they are also in violation of the terms of the GPL.</p>
<p><strong>From their site:</strong> <em>&#8220;We have been online for about 4 years now, we decided to jump in and create an open source plugin for wordpress, it seems there is a need for an amazon plugin that actually works properly, so we decided to go ahead and develop one. Soon to come we will be creating new and awesome plugins.&#8221;</em></p>
<p>If you&#8217;re a plugin developer, you better watch out because they might be &#8220;creating&#8221; your plugin next!  If you already use their plugin, you may want to consider another option as they are stealing your commissions without your knowledge or consent.  May I recommend <a href="http://www.warkensoft.com/php-downloads/amazonfeed-wordpress-plugin/">the original AmazonFeed</a>?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.warkensoft.com/2010/04/beware-of-thieves-like-amazonpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Aptana and Eclipse Mouse Click Problems</title>
		<link>http://www.warkensoft.com/2010/01/aptana-and-eclipse-mouse-click-problems/</link>
		<comments>http://www.warkensoft.com/2010/01/aptana-and-eclipse-mouse-click-problems/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 20:21:49 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Webmaster Resources]]></category>
		<category><![CDATA[Webmaster Tools]]></category>

		<guid isPermaLink="false">http://www.warkensoft.com/?p=362</guid>
		<description><![CDATA[Recently, both the Aptana and Eclipse IDE&#8217;s have been giving me mouse clicking problems but I finally found the solution.  To fix the problem you will need to do the following:

Create a new empty file called aptana.sh that you will use to launch Aptana.  I store my install of Aptana in /home/username/Applications/aptana so I [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, both the Aptana and Eclipse IDE&#8217;s have been giving me mouse clicking problems but I finally found the solution.  To fix the problem you will need to do the following:</p>
<ol>
<li>Create a new empty file called <strong>aptana.sh</strong> that you will use to launch Aptana.  I store my install of Aptana in <strong>/home/username/Applications/aptana</strong> so I created the launch script in <strong>/home/username/Applications/aptana.sh</strong>.</li>
<li>Put the following code in the empty file and save it.  It will become what is called a wrapper script for launching the Aptana application.  Change the paths to match your environment.
<pre>#!/bin/sh
export GDK_NATIVE_WINDOWS=1
/home/username/Applications/aptana/AptanaStudio</pre>
</li>
<li>Make the script executable.  You can do this by right-clicking it in gnome and selecting <strong>Properties -&gt; Permissions -&gt; Allow executing file as program</strong>.  For the purists: <strong>chmod +x /home/username/Applications/aptana.sh</strong></li>
<li>Create a launch script.  For the sake of simplicity, I create a launch script for it on my desktop by right-clicking on the desktop and selecting Create Launcher.<br />
<strong>Name: Aptana<br />
Command: /home/username/applications/aptana.sh</strong> (browse to and select the script you created)</li>
</ol>
<p>You should be able to use a very similar setup to fix mouse clicks in Eclipse as well.  Just change the paths and filenames where appropriate.  Keep in mind that the application for Aptana is called <strong>AptanaStudio</strong> whereas in Eclipse it is simply called <strong>eclipse</strong>.</p>
<p>You can now test your script by double clicking the launcher or running the shell script you created.  The mouse clicking problems should be fixed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.warkensoft.com/2010/01/aptana-and-eclipse-mouse-click-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where to Start with a Website</title>
		<link>http://www.warkensoft.com/2007/03/where-to-start-with-a-website/</link>
		<comments>http://www.warkensoft.com/2007/03/where-to-start-with-a-website/#comments</comments>
		<pubDate>Mon, 19 Mar 2007 18:08:00 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://www.warkensoft.com/2007/03/where-to-start-with-a-website/</guid>
		<description><![CDATA[I&#8217;ve come to realize that there are a lot of people visiting this site who know very little about the whole process of setting up a good website.  I&#8217;m sure there are many who are intimidated by the process, as well as those who simply haven&#8217;t due to the apparent exorbitant prices of doing [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve come to realize that there are a lot of people visiting this site who know very little about the whole process of setting up a good website.  I&#8217;m sure there are many who are intimidated by the process, as well as those who simply haven&#8217;t due to the apparent exorbitant prices of doing so.</p>
<p>I want you to know that setting up and maintaining a website does not have to be either difficult or excessively expensive.  In fact, you can do it for under $11 / month.  The only thing that might be confusing to some is simply terminology and I&#8217;ll do my best in this lesson to explain what things are as well as how they work.</p>
<p>When it comes right down to it, there are three simple aspects to creating a website.</p>
<p><strong>1. You need something called &#8220;HOSTING&#8221;.</strong><br />
HOSTING is simply the word that we use to refer to where your website is stored.  We will use the analogy of a house.  In this analogy, your HOSTING provider is sort of like your house.  You can put things INTO your house&#8230; and people can come TO your house to see the things that you have on display.  </p>
<p>When you get HOSTING, you receive something like an address.  Just as with a real house, this address indicates to other people where they can find your website.  Now, unfortunately, this address can be complicated at times.  Usually, it is in the form of a number something like 192.168.125.57.  Sometimes, you may not have a specific number at all, so using this address can be fairly complicated for people.  That&#8217;s why we get the next item on the list called a &#8220;DOMAIN&#8221;.</p>
<p>This website, for example, is hosted at <a href="http://phpads.warkensoft.com/adclick.php?bannerid=7&#038;zoneid=9&#038;source=&#038;dest=http://www.warkensoft.com/2006/10/hosting-coupons/&#038;ismap=">DreamHost</a>.  They&#8217;re a company down in California which specializes in HOSTING and they&#8217;re both good and inexpensive.  In fact, we very highly recommend them.  For under $10 / month, they provide everything that we need to run this website, and they make it VERY easy to use.  Check out <a href="http://phpads.warkensoft.com/adclick.php?bannerid=7&#038;zoneid=9&#038;source=&#038;dest=http://www.warkensoft.com/2006/10/hosting-coupons/&#038;ismap=">DreamHost</a> if you&#8217;re looking for somewhere good to host your websites.</p>
<p><a href="http://phpads.warkensoft.com/adclick.php?bannerid=7&#038;zoneid=9&#038;source=&#038;dest=http://www.warkensoft.com/2006/10/hosting-coupons/&#038;ismap=">We also have HOSTING COUPONS for $50 OFF.  Click for more info.</a><br />
<span id="more-45"></span></p>
<p><strong>2. You need what is called a &#8220;DOMAIN&#8221;.</strong><br />
Now a DOMAIN can be compared to a nickname or shorter name for the actual address of your website.  If you are still thinking of your website as a house with an address, the DOMAIN would be something similar to a shortcut to that address.  When you tell your friends to come over to your house, you don&#8217;t usually say &#8220;Come to my place at 12345 BOX 432 on This or That Street in MyCity of MyCountry with MyPostalCode&#8221;.  That would probably confuse more people than it would help.  Rather you say &#8220;Come to James&#8217; place&#8221;.  In the same way, a DOMAIN is a shortcut to your website.</p>
<p>Now, typically domains can cost anywhere between $5 and $100 / year, but most average domains cost about $10 / year.  If you&#8217;ve chosen to host with <a href="http://phpads.warkensoft.com/adclick.php?bannerid=7&#038;zoneid=9&#038;source=&#038;dest=http://www.warkensoft.com/2006/10/hosting-coupons/&#038;ismap=">DreamHost</a> as we recommended above, they provide one domain for FREE so you don&#8217;t even have to worry about how or where to get one.  You can also buy additional domains from them for about $10 / year.</p>
<p><strong>3. You need &#8220;CONTENT&#8221;.</strong><br />
In the house analogy, this would be the same as having stuff in your house that people can look at, or interact with.  Now, the type of content you want to have in your website will make a difference when choosing how to arrange that content.  The content in your site can be as simple as a single page which never changes and just tells a little about who you are, or as complex as a fully automated online store.</p>
<p>This is where the process can get somewhat expensive, but only if you let it.  So far, we&#8217;ve spent a sum total of approximately $11 / month, which isn&#8217;t bad for owning a house&#8230; er&#8230; website.  Things can get pricey though when you start to design complicated sites.  For example, if you did extensive bead-work, and wanted to sell your products online, with a fully automated store, you would probably need to pay someone to set up the store for you in a way that would be easy to update with new products as you get them.</p>
<p>On the other hand, most people looking to start out with a website, simply want a place to put their thoughts (like a blog) or somewhere to experiment with various Internet technologies.  In this case, you shouldn&#8217;t really need to pay anything more than the $11 that we already have.</p>
<p>Say, for example, that you simply want a blog.  Somewhere to put family news, or develop a community around something that you enjoy doing.  <a href="http://phpads.warkensoft.com/adclick.php?bannerid=7&#038;zoneid=9&#038;source=&#038;dest=http://www.warkensoft.com/2006/10/hosting-coupons/&#038;ismap=">DreamHost</a> offers blogging software that can be installed and fully operational on your site with as little as 2 or 3 clicks of the mouse.  They use a blogging software product called &#8220;WordPress&#8221; which is free to use, and allows you to keep your blog up-to-date without ever having to touch any code or programming behind the scenes.  Just click what you want, and they do all the work of setting it up.</p>
<p><strong>And SUDDENLY&#8230;</strong> we have a fully functional website, which your friends can visit and your family can keep in touch.  Pretty cool eh?  And all for less than $11 / month.</p>
<p>If you have more questions about it, or would like to talk to me further about the whole process, I&#8217;d love to hear from you.  Feel free to leave your comments in the comments area below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.warkensoft.com/2007/03/where-to-start-with-a-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About the Owner of WarkenSoft Productions</title>
		<link>http://www.warkensoft.com/2007/03/who-i-am-about-the-owner-of-warkensoft-productions/</link>
		<comments>http://www.warkensoft.com/2007/03/who-i-am-about-the-owner-of-warkensoft-productions/#comments</comments>
		<pubDate>Wed, 07 Mar 2007 18:30:27 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://www.warkensoft.com/2007/03/who-i-am-about-the-owner-of-warkensoft-productions/</guid>
		<description><![CDATA[As owner and author of this blog, I would like to take a little time to introduce myself and give some background on what it is that I do.  My name is James Warkentin and I work as a full time PHP programmer at a non-profit ministry in Canada called TruthMedia.  TruthMedia is [...]]]></description>
			<content:encoded><![CDATA[<p>As owner and author of this blog, I would like to take a little time to introduce myself and give some background on what it is that I do.  My name is James Warkentin and I work as a full time PHP programmer at a non-profit ministry in Canada called <a href="http://www.truthmedia.com" target="_blank">TruthMedia.</a>  TruthMedia is part of a larger non-profit organization called Campus Crusade for Christ.</p>
<p><a href="http://www.crusade.org" target="_blank">Campus Crusade for Christ</a> is a Christian organization which works to bring hope to hurting people around the world.  We do this in a number of ways, including sharing the good news that Jesus Christ has saved each one of us from our sins.  Campus Crusade also works with a number of other agencies including the &#8220;Global Aid Network&#8221;, providing relief supplies to countries dealing with local crises, and assisting with projects that promote sustainable development.</p>
<p>As one of the main developers of Campus Crusade&#8217;s Internet presence, TruthMedia seeks to bring the same message of hope to hurting people on the Internet.  </p>
<blockquote><p>We build online communities where the message of Jesus&#8217; salvation is shared, and spiritual growth takes place. Activities include evangelistic websites, spiritual chat rooms, training online mentors, and support for other groups wanting to develop their own Internet ministry. (www.crusade.org)</p></blockquote>
<p>Because of the fact that TruthMedia is non-profit, I am required to raise all the costs associated with my employment there as <strong>tax deductible donations</strong> from people who want to support the work that we do.  These costs include things like my salary, medical benefits and any other costs associated with being an employee.</p>
<p>In light of that, part of my job involves going to people and asking them to consider helping to support me in this ministry.  I would like to do that here.  If <strong>you</strong> would be willing to consider helping me financially in this ministry, I would LOVE to talk to you more about it.  Feel free to email me through the <a href="/contact/">contact form on this site</a> with your thoughts or questions.  OR, if you would like to donate directly to my ministry, feel free to do so using one of the following links:</p>
<ul>
<li><a href="https://secure.crusade.org/giving/give_staff.php?Staff=Warkentin,%20James%20%2898028%29">Canadian Donation</a> &#8211; Will receive a Canadian tax receipt</li>
<li><a href="https://give.ccci.org/give?Action=ProcessPage&#038;Page=VirtualCommonLinks&#038;Listener=newGift&#038;Desig=2804014">USA Donation</a> &#8211; Will receive a US tax receipt</li>
</ul>
<p>Please choose the donation link which pertains to your location.  Doing this will allow you to receive a tax deductible receipt for the appropriate country.</p>
<p>Thank you so much for your consideration of me in this ministry.<br />
Have a great day,</p>
<p>James Warkentin</p>
]]></content:encoded>
			<wfw:commentRss>http://www.warkensoft.com/2007/03/who-i-am-about-the-owner-of-warkensoft-productions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Downtime</title>
		<link>http://www.warkensoft.com/2007/02/site-downtime/</link>
		<comments>http://www.warkensoft.com/2007/02/site-downtime/#comments</comments>
		<pubDate>Sun, 25 Feb 2007 17:09:34 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://www.warkensoft.com/2007/02/site-downtime/</guid>
		<description><![CDATA[You may have noticed that over the last few hours this site has been up and down.  This has been due to problems with our web host and a planned outage which took some wrong turns, ending up longer than expected.  If you can read this, you&#8217;re one of the lucky ones who [...]]]></description>
			<content:encoded><![CDATA[<p>You may have noticed that over the last few hours this site has been up and down.  This has been due to problems with our web host and a planned outage which took some wrong turns, ending up longer than expected.  If you can read this, you&#8217;re one of the lucky ones who got through.</p>
<p>Have a good one,<br />
the Blog Admin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.warkensoft.com/2007/02/site-downtime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strongbad on Website Design</title>
		<link>http://www.warkensoft.com/2006/10/strongbad-on-website-design/</link>
		<comments>http://www.warkensoft.com/2006/10/strongbad-on-website-design/#comments</comments>
		<pubDate>Tue, 10 Oct 2006 19:49:55 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://www.warkensoft.com/2006/10/strongbad-on-website-design/</guid>
		<description><![CDATA[This little clip has been around for a while, but it&#8217;s still a great demonstration of what NOT to put on your website.  Courtesy of http://www.homestarrunner.com/
[kml_flashembed movie="http://www.homestarrunner.com/sbemail51.swf" height="300" width="400" /]
]]></description>
			<content:encoded><![CDATA[<p>This little clip has been around for a while, but it&#8217;s still a great demonstration of what NOT to put on your website.  Courtesy of <a href="http://www.homestarrunner.com/">http://www.homestarrunner.com/</a><br />
[kml_flashembed movie="http://www.homestarrunner.com/sbemail51.swf" height="300" width="400" /]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.warkensoft.com/2006/10/strongbad-on-website-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All About Website Hosting</title>
		<link>http://www.warkensoft.com/2006/10/all-about-website-hosting/</link>
		<comments>http://www.warkensoft.com/2006/10/all-about-website-hosting/#comments</comments>
		<pubDate>Wed, 04 Oct 2006 21:53:34 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://www.warkensoft.com/uncategorized/all-about-website-hosting/</guid>
		<description><![CDATA[So you want to build a website, and you&#8217;ve heard about website hosting, but you&#8217;re not sure what it&#8217;s all about.  This tutorial is for you!
Simply put, your website host is the company or person who stores your website, and makes it available to be viewed on the internet.  This person usually has [...]]]></description>
			<content:encoded><![CDATA[<p>So you want to build a website, and you&#8217;ve heard about website hosting, but you&#8217;re not sure what it&#8217;s all about.  This tutorial is for you!</p>
<p>Simply put, <span style="font-weight: bold">your website host is the company or person who stores your website</span>, and makes it available to be viewed on the internet.  This person usually has a computer that stays connected to the internet, and is set up to allow people to come and browse through the information that you have placed on your website.</p>
<p><span id="more-11"></span>There are a number of different options available for hosting your website&#8230; some of them better, and some worse.  There are some places that will host your website for free, as long as you are willing to display their advertising.  There are other places that can charge you up to $100 each month, or more.  The difficulty is learning what is right for you.</p>
<p><span style="font-weight: bold">Factors to Consider:</span></p>
<p><span style="font-weight: bold">Space.  </span>How much space is your website going to need?  If you have a lot of content, or large quantities of graphics, you are going to need to be sure that whomever you host your site with, will provide adequate space for your site, without charging exorbitant fees.</p>
<p><span style="font-weight: bold">Bandwidth.  </span>Bandwidth is the amount of data that you expect people to be downloading from your site on a monthly basis.  If your site is mostly text with few graphics, bandwidth probably won&#8217;t be a problem.  If on the other hand you plan to provide video or audio for download, or large data files and graphics, you will need to be concerned with how much bandwidth your host is able to provide, as well as the cost for additional bandwidth.</p>
<p><span style="font-weight: bold">Speed.  </span>You don&#8217;t want people to have to wait 15 minutes to download your pages when your website happens to be busy.  Make sure that your hosting provider is connected to a fast internet connection.</p>
<p><span style="font-weight: bold">Scripting Options.  </span>You will want to make sure that your host provides the ability to run scripts on your website.  If you intend to build a site with any sort of dynamic functionality (guestbooks, counters, user interaction) you will be needing scripting ability.  At the time of writing, major scripting abilities you will want to ask about are PHP, CGI, ASP, FrontPage Extensions, and possibly Ruby.</p>
<p><span style="font-weight: bold">Cost.  </span>The final, and usually the most important factor that you will need to consider is cost.  How much do you want to spend on your hosting package.  WarkenSoft would suggest that unless you operate a large company and intend to build a large online presence, you should be able to find excellent hosting for under $25 / month.  In fact, in most cases you should be able to something under $10 / month.</p>
<p>You will notice on places on our site that WarkenSoft suggests <a href="http://phpads.warkensoft.com/adclick.php?bannerid=7&#038;zoneid=9&#038;source=&#038;dest=http://www.warkensoft.com/2006/10/hosting-coupons/&#038;ismap=">hosting with DreamHost</a>.  For most small or medium sized businesses, the services and quality that they offer are excellent.  In reference to the factors mentioned above, DreamHost offers the following:</p>
<p><span style="font-weight: bold">Space: </span>167 Gigabytes (plenty for almost any website)<br />
<span style="font-weight: bold">Bandwidth: </span>1.6 Terabytes / month (that&#8217;s a lot!)<br />
<span style="font-weight: bold">Speed: </span>Excellent<br />
<span style="font-weight: bold">Cost: </span>$7.95 / month (very competitive)<br />
<a href="http://phpads.warkensoft.com/adclick.php?bannerid=7&#038;zoneid=9&#038;source=&#038;dest=http://www.warkensoft.com/2006/10/hosting-coupons/&#038;ismap=">Click here to visit their site.</a></p>
<p>We have been very happy with our experience with them so far.  We recommend that you give them a try.  You&#8217;ll find it worth while.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.warkensoft.com/2006/10/all-about-website-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Traffic and Statistics</title>
		<link>http://www.warkensoft.com/2006/10/website-traffic-and-statistics/</link>
		<comments>http://www.warkensoft.com/2006/10/website-traffic-and-statistics/#comments</comments>
		<pubDate>Wed, 04 Oct 2006 21:53:05 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://www.warkensoft.com/uncategorized/website-traffic-and-statistics/</guid>
		<description><![CDATA[A key component in building and maintaining a successful website is the ability to keep track of how many visitors are coming to your website.  You want to know where they are coming from, and which pages they are looking at and finding most useful.
Often, in order to keep track of these traffic statistics [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight: bold">A key component in building and maintaining a successful website is the ability to keep track of how many visitors are coming to your website.  You want to know where they are coming from, and which pages they are looking at and finding most useful.</span></p>
<p>Often, in order to keep track of these traffic statistics a webmaster will use some sort of script or program which monitors visitors and creates reports based on their needs. These scripts can range in size and complexity from a simple hit counter on a page, to a fully integrated data-mining application. They can also range in price from free unsupported scripts, to thousands of dollars for an integrated system. In many cases though, the first option is relatively useless, and the second is unnecessary (and usually outside of the budget). As is true with many things in life, the best solution is usually somewhere in between.</p>
<p>So what does a good traffic or website statistic monitering system require?</p>
<p><span style="font-weight: bold"><span id="more-10"></span>  1. Basic Page View and Visitor Tracking</span><br />
Especially when first starting out with building a website, it is important to know how much traffic is coming to your site, and how many pages those people are looking at.  If a lot of people are coming to your site, but not going anywhere other than the first page, you may want to revisit your marketing strategy as well as searching for more &#8220;sticky&#8221; content or resources to provide to your visitors. As a webmaster, you are given a very small window of opportunity to capture the attention of the visitor before they move on to something else. In order to know this though, <span style="font-style: italic">you will need a statistics tracking package which can tell you both how many people are coming to your site, and how many pages those people have looked at.</span></p>
<p><span style="font-weight: bold">2. Most Active or Popular Pages</span><br />
It is also very useful to know over time what pages on your site tend to be the most popular.  Which pages are people hitting the most often?  What pages are less popular?  Knowing this can help you to fine-tune many of the strategies on your website.  You may want to consider the material on the highly hit pages and focus more of your site content around those topics.  If you offer advertizing on your site, you may wish to focus more heavily on those pages that are doing well.  <span style="font-style: italic">A good statistics tracking application will keep  you in touch with what pages your visitors are most likely to hit.</span></p>
<p><span style="font-weight: bold">3. Top Referring URLs</span><br />
These days, one of the major factors in getting good search engine ranking, is to have other relevant sites linking to your own.  <span style="font-style: italic">Having a statistics tracking package that keeps you informed of where people are coming from as they come to your site, is KEY to building an effective online presence.</span>  Knowing how visitors got to your website can make a huge difference in how you promote your site further.  You may wish to contact the owners of the referring website to consider an even more direct exchange of links, or you may wish to target similar sites to build more of the same type of traffic.</p>
<p><span style="font-weight: bold">4. Search Engine Words and Phrases</span><br />
Most new webmasters learn very quickly that one of the most important ways in which to generate new traffic to one&#8217;s website is to do so by carefully targetting the search engines.  Having a good search engine listing essentially brings an ongoing stream of traffic to your site.  <span style="font-style: italic">Knowing what your visitors searched for in order to find you, allows you to both improve on your key words and phrases, as well as knowing what is working and what isn&#8217;t.</span>  A good website  statistics package will do this for you.</p>
<p><span style="font-weight: bold">Suggested Resources:</span><br />
If you are looking for a software package which offers the capabilities listed above, <span style="font-weight: bold; font-style: italic">we may have just the tool that you are looking for.</span>  WarkenSoft Productions has developed an application which we call <a style="font-weight: bold" href="http://www.warkensoft.com/products/details.php?p=2">SimpleStats</a>.  It is a PHP based, website statistics tracking package which easily fits all of the above listed criterion.  We offer it for sale here on our website and we&#8217;re convinced that you will find it to be a valuable addition to your website.  In fact, we&#8217;re so convinced that you&#8217;ll find it helpful, that we offer an <span style="font-weight: bold">unconditional 30 day money back guarantee</span> if you don&#8217;t like it for any reason.  We don&#8217;t charge a whole lot for it either.  <a style="font-weight: bold" href="http://www.warkensoft.com/products/details.php?p=2">Feel free to check it out.  Click here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.warkensoft.com/2006/10/website-traffic-and-statistics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WarkenSoft Productions Introduction</title>
		<link>http://www.warkensoft.com/2006/10/warkensoft-productions-introduction/</link>
		<comments>http://www.warkensoft.com/2006/10/warkensoft-productions-introduction/#comments</comments>
		<pubDate>Sun, 01 Oct 2006 08:01:00 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://www.warkensoft.com/information/warkensoft-productions-introduction/</guid>
		<description><![CDATA[Welcome to our brand new (redesigned) website.  Our goal here is to provide webmasters with tips, ideas and strategies, helping them to build better websites.
Here you will find tips on CSS coding, search engine optimization strategies, ideas for website designs and other great webmaster tools.  We want to help you be more efficient [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to our brand new (redesigned) website.  Our goal here is to provide webmasters with tips, ideas and strategies, helping them to build better websites.</p>
<p>Here you will find tips on CSS coding, search engine optimization strategies, ideas for website designs and other great webmaster tools.  We want to help you be more efficient as a website designer and give you the tools you need to create your masterpieces.</p>
<p>We will be adding new design ideas regularly, so you may want to bookmark this portion of the site to come back often.</p>
<p>If you’re new here, feel free to introduce yourself to us in the comments area below this post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.warkensoft.com/2006/10/warkensoft-productions-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
