<?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; Webmaster Resources</title>
	<atom:link href="http://www.warkensoft.com/category/resources/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>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>Wicked Cool PHP &#8211; Review</title>
		<link>http://www.warkensoft.com/2009/11/wicked-cool-php-review/</link>
		<comments>http://www.warkensoft.com/2009/11/wicked-cool-php-review/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 08:59:16 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Webmaster Resources]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[learn php]]></category>
		<category><![CDATA[php books]]></category>
		<category><![CDATA[sample php scripts]]></category>

		<guid isPermaLink="false">http://www.warkensoft.com/?p=248</guid>
		<description><![CDATA[It&#8217;s not often that I write reviews about specific products, but I recently bought this book and couldn&#8217;t resist recommending it to anyone who has a basic grasp of PHP and is looking for some practical applications and scripts to work on.  I have found it to be a great PHP scripting resource which [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_250" class="wp-caption alignleft" style="width: 131px"><a href="http://www.amazon.com/gp/product/1593271735?ie=UTF8&amp;tag=wicked-cool-php-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1593271735"><img class="size-full wp-image-250 " title="Wicked Cool PHP" src="http://www.warkensoft.com/wp-content/uploads/2009/11/512ppzO2mGL._SL160_.jpg" alt="Wicked Cool PHP" width="121" height="160" /></a><p class="wp-caption-text">Wicked Cool PHP</p></div>
<p>It&#8217;s not often that I write reviews about specific products, but I recently bought this book and couldn&#8217;t resist recommending it to anyone who has a basic grasp of PHP and is looking for some practical applications and scripts to work on.  I have found it to be a great PHP scripting resource which walks through a number of very useful scripts in detail, discussing exactly what is going on and how the script might be used in real life.</p>
<p>The authors, William Steinmetz and Brian Ward, do an excellent job of walking through each script showing how it works, what the potential pitfalls are and how it might be used in real life.  The best part is, there isn&#8217;t a single &#8220;Hello World&#8221; script in the book.  Rather the scripts are solutions to real life programming situations that most PHP programmers will run in to at one point or another.</p>
<p>I highly recommend <a title="Wicked Cool PHP on Amazon.com" href="http://www.amazon.com/gp/product/1593271735?ie=UTF8&amp;tag=wicked-cool-php-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1593271735"><strong>Wicked Cool PHP</strong></a> to anyone starting out with PHP who wants to go a little deeper than &#8220;Hello World&#8221; or wants to see real examples of practical PHP scripts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.warkensoft.com/2009/11/wicked-cool-php-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Webmaster Tool &#8211; The Regular Expression Editor</title>
		<link>http://www.warkensoft.com/2007/06/new-webmaster-tool-the-regular-expression-editor/</link>
		<comments>http://www.warkensoft.com/2007/06/new-webmaster-tool-the-regular-expression-editor/#comments</comments>
		<pubDate>Sat, 16 Jun 2007 01:00:59 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Webmaster Resources]]></category>
		<category><![CDATA[Webmaster Tools]]></category>

		<guid isPermaLink="false">http://www.warkensoft.com/2007/06/new-webmaster-tool-the-regular-expression-editor/</guid>
		<description><![CDATA[WarkenSoft Productions is proud to announce the development of a new tool for use on our site.  The Regular Expression editor will allow you to test and edit any regular expressions that you have been struggling with to develop.  Made available for free to our visitors, we hope you enjoy the tool and [...]]]></description>
			<content:encoded><![CDATA[<p>WarkenSoft Productions is proud to announce the development of a new tool for use on our site.  <a href="http://www.warkensoft.com/products/regular-expression-editor-and-tester/"><strong>The Regular Expression editor</strong></a> will allow you to test and edit any regular expressions that you have been struggling with to develop.  Made available for free to our visitors, we hope you enjoy the tool and find it to be useful.</p>
<p>If you have any suggestions for improvements or comments about it, feel free to leave them in the comments area below.  Also, we&#8217;re always on the look out for good regular expressions, so if you feel that you have one or a few that might be useful to the other visitors to this site, feel free to mention them in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.warkensoft.com/2007/06/new-webmaster-tool-the-regular-expression-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Website Designs</title>
		<link>http://www.warkensoft.com/2006/11/open-source-website-designs/</link>
		<comments>http://www.warkensoft.com/2006/11/open-source-website-designs/#comments</comments>
		<pubDate>Sun, 12 Nov 2006 08:25:50 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Site Design Tips]]></category>
		<category><![CDATA[Webmaster Resources]]></category>

		<guid isPermaLink="false">http://www.warkensoft.com/2006/11/open-source-website-designs/</guid>
		<description><![CDATA[Looking for website design ideas?  Check out the Open Source Web Design site.  You will find over 1000 completely free website designs (open source) ready to be downloaded.  You could either use complete designs, or glean site designing ideas from the many different options available.
Open Source Web Design is a place to [...]]]></description>
			<content:encoded><![CDATA[<p>Looking for website design ideas?  Check out the <a title="Open Source Web Design" href="http://www.oswd.org/">Open Source Web Design</a> site.  You will find over 1000 completely free website designs (open source) ready to be downloaded.  You could either use complete designs, or glean site designing ideas from the many different options available.</p>
<blockquote><p>Open Source Web Design is a place to download free web designs and share yours with others. We help make the internet a prettier place. &#8211; oswd.org</p></blockquote>
<p>All the website designs can be easily previewed and downloaded, and come with source images along with everything else you will need to make a great looking website.  Some also come with multiple stylesheets, allowing you to easily tailor the look and feel of your particular website. You can even contact the author of any given design in the event that you have questions or just want to hire them to design MORE stuff for you.</p>
<p>All-in-all, the Open Source Web Design site is a pretty useful tool for any website designer to keep in their &#8216;back pocket&#8217;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.warkensoft.com/2006/11/open-source-website-designs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keyword Selection Tool</title>
		<link>http://www.warkensoft.com/2006/11/keyword-selection-tool/</link>
		<comments>http://www.warkensoft.com/2006/11/keyword-selection-tool/#comments</comments>
		<pubDate>Wed, 08 Nov 2006 08:23:46 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Search Engine Opt.]]></category>
		<category><![CDATA[Webmaster Resources]]></category>

		<guid isPermaLink="false">http://www.warkensoft.com/2006/11/keyword-selection-tool/</guid>
		<description><![CDATA[One tool that I have found to be very useful in optimizing my web pages for search engine rankings, has been the Overture Keyword Selector tool.  This little online keyword selection application allows you to enter a keyword or phrase, and will return both an indication of the estimated number of times that term [...]]]></description>
			<content:encoded><![CDATA[<p>One tool that I have found to be very useful in optimizing my web pages for search engine rankings, has been the <a title="Overture Keyword Selector" href="http://inventory.overture.com/d/searchinventory/suggestion/">Overture Keyword Selector</a> tool.  This little online keyword selection application allows you to enter a keyword or phrase, and will return both an indication of the estimated number of times that term has been searched for, and a list of potentially related keywords or phrases and the number of times THEY have been searched for as well.</p>
<p>This is useful in both helping you to know whether a particular keyword or phrase is popular, as well as helping you to find other keywords or phrases that might be easier to target.  You might see that a particular keyword has huge results in the keyword selector tool, but good luck getting first page search engine results for that word.  Then you notice that there are five other phrases related to that same keyword, which would be much easier to target, and together would yield more results than the initial word you were aiming for.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.warkensoft.com/2006/11/keyword-selection-tool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Daily Jokes for Your Website</title>
		<link>http://www.warkensoft.com/2006/10/daily-jokes-for-your-website/</link>
		<comments>http://www.warkensoft.com/2006/10/daily-jokes-for-your-website/#comments</comments>
		<pubDate>Fri, 20 Oct 2006 23:25:58 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[Webmaster Resources]]></category>

		<guid isPermaLink="false">http://www.warkensoft.com/2006/10/daily-jokes-for-your-website/</guid>
		<description><![CDATA[One of the more difficult aspects of running a website, is finding content that your visitors will find useful, and hopefully will keep them coming back.  One way in which you can accomplish both of these goals is to run a daily joke or humourous article on your site.  Doing so will both [...]]]></description>
			<content:encoded><![CDATA[<p>One of the more difficult aspects of running a website, is finding content that your visitors will find useful, and hopefully will keep them coming back.  One way in which you can accomplish both of these goals is to run a daily joke or humourous article on your site.  Doing so will both provide fresh, new content on a regular basis, as well as giving your website visitors something to come back to.  The difficulty is finding and maintaining a regular list of jokes and humour.</p>
<p>This is exactly what <a href="http://jokes.jamesandcarolanne.com/">The Occasional Joke blog</a> is hoping to provide.  This blog is offering it&#8217;s readers the opportunity to syndicate the daily jokes  onto their own blogs and websites.  Anyone running a PHP enabled site can <a href="http://jokes.jamesandcarolanne.com/subscribe/jokes-on-your-site/">syndicate the latest Occasional Joke</a> to a page on their own site, with just a brief bit of code.</p>
<p>There is also a WordPress plugin developed specifically for people wanting to <a href="http://jokes.jamesandcarolanne.com/subscribe/wordpress-plugin-for-occasional-jokes/">run Occasional Jokes on their own WordPress blogs</a> as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.warkensoft.com/2006/10/daily-jokes-for-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>$50 Hosting Coupons</title>
		<link>http://www.warkensoft.com/2006/10/hosting-coupons/</link>
		<comments>http://www.warkensoft.com/2006/10/hosting-coupons/#comments</comments>
		<pubDate>Sun, 08 Oct 2006 05:32:32 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Webmaster Resources]]></category>

		<guid isPermaLink="false">http://www.warkensoft.com/2006/10/hosting-coupons/</guid>
		<description><![CDATA[I currently have two types of coupons for people signing up with Dreamhost.

The &#8220;50 Dollars Off&#8221; Coupon
If you sign up for a year or more of hosting, you can use this coupon to get $50 off the total cost.  Just enter WARKENSOFT50 as your promotional code when you sign up.  Essentially, that could [...]]]></description>
			<content:encoded><![CDATA[<p>I currently have two types of coupons for people <a title="Sign up with DreamHost." target="_blank" href="http://phpads.warkensoft.com/adclick.php?bannerid=1&#038;zoneid=9&#038;source=&#038;dest=http://www.dreamhost.com/r.cgi?166184&#038;ismap=">signing up with Dreamhost</a>.</p>
<ol>
<li><strong>The &#8220;50 Dollars Off&#8221; Coupon</strong><br />
If you sign up <em>for a year or more</em> of hosting, you can use this coupon to get $50 off the total cost.  Just enter <strong>WARKENSOFT50</strong> as your promotional code when you sign up.  Essentially, that could take your cost down to under $4/mo for the first year.<br/></li>
<li><strong>The &#8220;Waived $50 Setup Fee&#8221; Coupon</strong><br />
When you sign up for <em>monthly payments</em> (instead of paying for a year at a time) Dreamhost will want to charge you a one-time $50 setup fee.  You can get that fee waived by entering <strong>WARKENSOFTXSETUP</strong> as your promotional code when you sign up.<br/></li>
</ol>
<p><strong>What They Offer:</strong></p>
<ul>
<li>167 Gig&#8217;s of storage space</li>
<li>1.6 Terrebytes of bandwidth</li>
<li>3000 email accounts</li>
<li>A free domain name</li>
<li>Unlimited MySQL Databases</li>
<li>Hosting for unlimited domains</li>
<li>And that&#8217;s just the starter package, all for just $7.95 a month</li>
<li>And if for some reason you don&#8217;t like it, you can cancel within the first 97 days!</li>
</ul>
<blockquote><p>If you decide &#8211; within the first 97 days of your time with us &#8211; that DreamHost isn&#8217;t for you, we will gladly close your account and refund any payments you&#8217;ve made to us within those first 97 days.*</p></blockquote>
<p>One of the most important reasons that I recommend hosting with them is that they have a <strong>VERY easy website setup process</strong>.  Once you&#8217;ve signed up, all you have to do is choose a domain name and then walk through their automatic installer.  For the look and feel of your individual site there are hundreds of different themes to choose from, many of which are included with the initial installation.  And I have <strong>fifty dollar coupons</strong> to give away!</p>
<p>So if you&#8217;re looking at the possibility of starting up your own website, I recommend you <a target="_blank" href="http://phpads.warkensoft.com/adclick.php?bannerid=1&#038;zoneid=9&#038;source=&#038;dest=http://www.dreamhost.com/r.cgi?166184&#038;ismap=">click here to see what DreamHost has to offer</a>.  And don&#8217;t forget to use one of our coupons!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.warkensoft.com/2006/10/hosting-coupons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contact Forms on your Website</title>
		<link>http://www.warkensoft.com/2006/10/contact-forms-on-your-website/</link>
		<comments>http://www.warkensoft.com/2006/10/contact-forms-on-your-website/#comments</comments>
		<pubDate>Wed, 04 Oct 2006 21:52:23 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Webmaster Resources]]></category>

		<guid isPermaLink="false">http://www.warkensoft.com/uncategorized/contact-forms-on-your-website/</guid>
		<description><![CDATA[One of the keys to running a good website, is allowing your visitors to contact you when they have a question or comment on your website. Yet, in this day of email harvesting and spam, how do you allow your website visitors to contact you, without exposing yourself to a deluge of unwanted vi*gra ads?
The [...]]]></description>
			<content:encoded><![CDATA[<p>One of the keys to running a good website, is allowing your visitors to contact you when they have a question or comment on your website. Yet, in this day of email harvesting and spam, how do you allow your website visitors to contact you, without exposing yourself to a deluge of unwanted vi*gra ads?</p>
<p>The answer? Use a form mailer! A form mailer is a system which takes information that someone types into a form on your website, and turns it into an email which you can read.</p>
<p><span style="font-weight: bold"><span id="more-9"></span>How Do Form Mailers Work?</span><br />
When a person enters data in a form field on a website and submits the data, that data is transmitted to a script, also on the website, which contains the instructions required to process it. In the case of a form mailer, the script takes that data and puts it into an email, which it sends out to a specified email address. The person who filled out the form, then receives some sort of instructions as to what they can do next, now that they have successfully filled out the form.</p>
<p><span style="font-weight: bold">Why are Form Mailers Needed?</span><br />
You may be asking, why can&#8217;t I just put my email address on my website and let people contact me with it? If you&#8217;ve used the internet for any period of time at all, you&#8217;ll know about the problem of spam. SPAM is the name given to unwanted email, usually sent out in an effort entice people to purchase items or come to a given website. If your email address is posted on your website, it is more than likely that in a few weeks/months time, you will begin receiving more &#8220;SPAM&#8221; than you&#8217;ll know what to do with. This is because less reputable individuals will find your email address, and sell it to the highest bidder for their spam advertising pleasures. Soon, your mailbox will be so full of junk you will have a hard time separating the good from the bad.</p>
<p>A form mailer will allow you to accept email from your website, without risking your email address being &#8220;harvested&#8221; and sold. This is because the form mailer itself will handle the transmission of the email, rather than just posting your email address on the website.</p>
<p><span style="font-weight: bold">What to Look For in a Form Mailer:</span></p>
<ol>
<li><span style="font-style: italic">The ability to completely hide your email address.</span><br />
There are some systems out there which require you to put the email address you want the form to go to in a hidden field on the form on your site. This is bad. Even if a field is hidden on the site, it can still be read in the code of the web page. The Form Mailer should at very least give you the option to set an internal email address to send your forms to, without putting it directly on the web page.</li>
<li><span style="font-style: italic">The ability to send your visitor to a &#8220;Thank You&#8221; page.</span><br />
You want visitors to have a positive experience on your site. As such, once they fill out a form on your site, send them to a page which thanks them for their input, and possibly even gives them a time frame in which you will get back to them if requested.</li>
<li><span style="font-style: italic">The ability to set required fields.</span> In some cases, you may want to force your visitors to fill out the &#8220;email_address&#8221; field before sending in a form. For example, if they have written you for help, you want to make sure you can contact them back. As such, you will want the Form Mailer to allow you to specify which fields on the form are required for the system to send in their response.</li>
<li><span style="font-style: italic">The ability to send a personalized automated response.</span> This can be a key strategy in making sure that your visitors stay connected to you. It can mean the difference between making or breaking a customer. This feature would allow the system not only to email their information to you, but would also email them a personalized response possibly outlining what their next course of action could be, or letting them know that you have received their email and that as important customers or clients, you will be contacting them personally as soon as possible.</li>
</ol>
<p><span style="font-weight: bold">Suggest a Good Form Mailer&#8230;</span><br />
WarkenSoft Productions has developed a Form Mailing script which fulfills all of the above requirements and more. It is quite easy to install, and as it is built in PHP should be usable on most web servers. We strongly suggest that you check this one out. We are convinced that you&#8217;ll find it to be a great asset for your website. So why not check it out.<span style="font-weight: bold">  <a href="http://www.warkensoft.com/products/">You can find it on our Product Page.</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.warkensoft.com/2006/10/contact-forms-on-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
