<?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>Website Design Peterborough, Jigowatt - Magento Web Design, UK &#187; ThemeForest</title>
	<atom:link href="http://www.jigowatt.co.uk/category/blog/themeforest/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jigowatt.co.uk</link>
	<description>Website Design Peterborough</description>
	<lastBuildDate>Wed, 23 Jun 2010 13:13:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AJAX Contact Form; Add or Remove Custom Fields</title>
		<link>http://www.jigowatt.co.uk/blog/ajax-contact-form-add-or-remove-custom-fields</link>
		<comments>http://www.jigowatt.co.uk/blog/ajax-contact-form-add-or-remove-custom-fields#comments</comments>
		<pubDate>Thu, 14 Jan 2010 13:21:56 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[ThemeForest]]></category>

		<guid isPermaLink="false">http://jigowatt.co.uk/?p=729</guid>
		<description><![CDATA[In a burst of Wordpress fever we decided to write another blog post to help all of our ThemeForest / CodeCanyon customers.
Alongside our ThemeForest and CodeCanyon success comes Customer Support. We get a lot of ...


Related posts:<ol><li><a href='http://www.jigowatt.co.uk/blog/general/ajax-contact-form-add-checkboxes' rel='bookmark' title='Permanent Link: AJAX Contact Form; Add / Validate Checkboxes'>AJAX Contact Form; Add / Validate Checkboxes</a></li>
<li><a href='http://www.jigowatt.co.uk/blog/change-the-first-day-on-our-php-event-calendar-script' rel='bookmark' title='Permanent Link: Change the first day on our PHP Event Calendar Script'>Change the first day on our PHP Event Calendar Script</a></li>
<li><a href='http://www.jigowatt.co.uk/blog/wordpress-list-subpages-including-their-post-tumbnails' rel='bookmark' title='Permanent Link: WordPress &#8211; List subpages including their post tumbnails'>WordPress &#8211; List subpages including their post tumbnails</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In a burst of <a href="http://jigowatt.co.uk/wordpress/" alt="Wordpress Design">Wordpress</a> fever we decided to write another blog post to help all of our ThemeForest / CodeCanyon customers.</p>
<p>Alongside our <a href="http://jigowatt.co.uk/blog/5-later-a-themeforest-product-update/">ThemeForest</a> and <a href="http://codecanyon.net/">CodeCanyon</a> success comes Customer Support. We get a lot of questions from users needing a point in the right direction so we thought we&#8217;d make it easier for us both and explain how to add custom fields to our ever popular <a href="http://codecanyon.net/item/ajax-contact-form/50846" alt="AJAX Contact Form">AJAX Contact Form</a>.</p>
<h2>Add a Custom Field Tutorial</h2>
<p>In this example we&#8217;re going to add a new simple text field (Your Height) which we want all users to fill in (a required, validated field).</p>
<p><strong>Step One</strong></p>
<p>Firstly, backup backup and backup again, once you&#8217;ve done that we need to edit our HTML to include our new field, we&#8217;re going to add this one under the &#8216;Your Name&#8217; field.</p>
<p>In the included index.html file find the following lines..</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/input.html"><span style="color: #000000; font-weight: bold;">input</span></a> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;name&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;name&quot;</span> <span style="color: #000066;">size</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;30&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></div></td></tr></tbody></table></div>
<p>Below it we&#8217;re going to insert our new text field..</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">br</span></a> <span style="color: #66cc66;">/</span>&gt;</span><br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/label.html"><span style="color: #000000; font-weight: bold;">label</span></a> <span style="color: #000066;">for</span><span style="color: #66cc66;">=</span><span style="color: #000066;">height</span> <span style="color: #000066;">accesskey</span><span style="color: #66cc66;">=</span>H&gt;&lt;<a href="http://december.com/html/4/element/span.html"><span style="color: #000000; font-weight: bold;">span</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;required&quot;</span>&gt;</span>*<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/span.html"><span style="color: #000000; font-weight: bold;">span</span></a>&gt;</span> Your Height (cm)<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/label.html"><span style="color: #000000; font-weight: bold;">label</span></a>&gt;</span><br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/input.html"><span style="color: #000000; font-weight: bold;">input</span></a> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;height&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;height&quot;</span> <span style="color: #000066;">size</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;30&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></div></td></tr></tbody></table></div>
<p>Now save and close index.html, that&#8217;s the first step out of the way.</p>
<p><strong>Step Two</strong></p>
<p>This is an often overlooked though most important step of this tutorial.</p>
<p>We&#8217;re going to edit the Javascript handler (the AJAX part) of the contact form.</p>
<p>In the js/jquery.jigowatt.js file find the following line..</p>
<div class="codecolorer-container javascript default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000066;">name</span><span style="color: #339933;">:</span> $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#name'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">val</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span></div></td></tr></tbody></table></div>
<p>For this example add the following code immediately below.. (please note the comma , after the line &#8211; this is important)</p>
<div class="codecolorer-container javascript default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">height<span style="color: #339933;">:</span> $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#height'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">val</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span></div></td></tr></tbody></table></div>
<p>Once done the section of the code should look like this..</p>
<div class="codecolorer-container javascript default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br /></div></td><td><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000066;">name</span><span style="color: #339933;">:</span> $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#name'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">val</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span><br />
height<span style="color: #339933;">:</span> $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#height'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">val</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span><br />
email<span style="color: #339933;">:</span> $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#email'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">val</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span></div></td></tr></tbody></table></div>
<p>Save and close jquery.jigowatt.js, that&#8217;s the second step done!</p>
<p><strong>Step Three</strong></p>
<p>The third and final step! We&#8217;re going to add our new field to the PHP form handler. This will validate it&#8217;s contents and put it into the e-mail.</p>
<p>In contact.php find the following line (aprox line 5)</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000088;">$name</span> &nbsp; &nbsp; <span style="color: #339933;">=</span> <span style="color: #000088;">$_POST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'name'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span></div></td></tr></tbody></table></div>
<p>Add the following code immediately below..</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000088;">$height</span> &nbsp; &nbsp; <span style="color: #339933;">=</span> <span style="color: #000088;">$_POST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'height'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span></div></td></tr></tbody></table></div>
<p>In contact.php find the following lines (aprox line 13)</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&lt;div class=&quot;error_message&quot;&gt;Attention! You must enter your name.&lt;/div&gt;'</span><span style="color: #339933;">;</span><br />
<a href="http://www.php.net/exit"><span style="color: #990000;">exit</span></a><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></td></tr></tbody></table></div>
<p>Add the following code immediately below..</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><a href="http://www.php.net/trim"><span style="color: #990000;">trim</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$height</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">''</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&lt;div class=&quot;error_message&quot;&gt;Attention! Please enter a your height.&lt;/div&gt;'</span><span style="color: #339933;">;</span><br />
<a href="http://www.php.net/exit"><span style="color: #990000;">exit</span></a><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><a href="http://www.php.net/is_numeric"><span style="color: #990000;">is_numeric</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$height</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&lt;div class=&quot;error_message&quot;&gt;Attention! Your height can only contain digits.&lt;/div&gt;'</span><span style="color: #339933;">;</span><br />
<a href="http://www.php.net/exit"><span style="color: #990000;">exit</span></a><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></td></tr></tbody></table></div>
<p>This piece of code checks that the user has firstly entered a value, and the further checks that they have only entered a numeric value. The only variables within this are $height and the error message you want to display if it finds a discrepancy.</p>
<p>And finally, place our validated variable into the e-mail.</p>
<p>Find the following (aprox line 70)</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">You have been contacted by <span style="color: #000088;">$name</span> with regards to <span style="color: #000088;">$subject</span></div></td></tr></tbody></table></div>
<p>Replace this with the following (notice the sentence change to include our new $height variable)</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">You have been contacted by <span style="color: #000088;">$name</span> who is <span style="color: #000088;">$height</span> cm tall with regards to <span style="color: #000088;">$subject</span></div></td></tr></tbody></table></div>
<p>And that&#8217;s it, you&#8217;ve just added a new field to your <a href="http://codecanyon.net/item/ajax-contact-form/50846" alt="AJAX Contact Form">AJAX Contact Form</a>! Upload the changed files and give it a test. Any questions, feedback or suggestions please use our comments box below.</p>


<p>Related posts:<ol><li><a href='http://www.jigowatt.co.uk/blog/general/ajax-contact-form-add-checkboxes' rel='bookmark' title='Permanent Link: AJAX Contact Form; Add / Validate Checkboxes'>AJAX Contact Form; Add / Validate Checkboxes</a></li>
<li><a href='http://www.jigowatt.co.uk/blog/change-the-first-day-on-our-php-event-calendar-script' rel='bookmark' title='Permanent Link: Change the first day on our PHP Event Calendar Script'>Change the first day on our PHP Event Calendar Script</a></li>
<li><a href='http://www.jigowatt.co.uk/blog/wordpress-list-subpages-including-their-post-tumbnails' rel='bookmark' title='Permanent Link: WordPress &#8211; List subpages including their post tumbnails'>WordPress &#8211; List subpages including their post tumbnails</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jigowatt.co.uk/blog/ajax-contact-form-add-or-remove-custom-fields/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>5% later, a ThemeForest product update</title>
		<link>http://www.jigowatt.co.uk/blog/5-later-a-themeforest-product-update</link>
		<comments>http://www.jigowatt.co.uk/blog/5-later-a-themeforest-product-update#comments</comments>
		<pubDate>Fri, 06 Nov 2009 10:25:13 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[ThemeForest]]></category>

		<guid isPermaLink="false">http://www.jigowatt.co.uk/?p=423</guid>
		<description><![CDATA[It&#8217;s been a while since our previous ThemeForest update and the truth is that we&#8217;ve been so busy with other projects that we haven&#8217;t actually had time to add anything new to ThemeForest over the ...


Related posts:<ol><li><a href='http://www.jigowatt.co.uk/blog/a-themeforest-update' rel='bookmark' title='Permanent Link: A ThemeForest Update'>A ThemeForest Update</a></li>
<li><a href='http://www.jigowatt.co.uk/blog/jigowatt-joins-themeforest' rel='bookmark' title='Permanent Link: Jigowatt Joins ThemeForest'>Jigowatt Joins ThemeForest</a></li>
<li><a href='http://www.jigowatt.co.uk/blog/change-the-first-day-on-our-php-event-calendar-script' rel='bookmark' title='Permanent Link: Change the first day on our PHP Event Calendar Script'>Change the first day on our PHP Event Calendar Script</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since our previous <a href="http://www.jigowatt.co.uk/blog/a-themeforest-update/" title="ThemeForest update July 09">ThemeForest update</a> and the truth is that we&#8217;ve been so busy with other projects that we haven&#8217;t actually had time to add anything new to ThemeForest over the last couple of months (except for dozens of support comments of course).</p>
<p>However this has given us the perfect opportunity to test the business model and see how earnings pan out without being as active as we would like to be in the community. Here is a lowdown of our earnings and how they correlate with our activity:</p>
<p>We uploaded and began selling our first products on the 20th of June and in the next 10 days amassed 91 sales and earned $191 at the standard commission rate of 40%.</p>
<p>Throughout July we added several additional products and it turned out to be our most active month. This resulted in our most profitable period too earning $1500, again at 40%. This catapulted us to 2nd place in the <a href="http://themeforest.net/page/top_sellers?ref=jigowatt" title="Popular files and authors on ThemeForest">&#8220;ThemeForest Popular Author&#8221;</a> leaderboard with a total of 580 sales.</p>
<p>As I mentioned previously, from this point onwards our activity, besides support, has been minimal and our earnings have reflected this. We have experienced a dip in profit but it is not a steady decline, in fact our earnings seem to have leveled out at around $1000 per month whilst overall sales figures are steady. Aided by the fact that our commission rate is now 45% as our products have earned a total of >$11,800 we&#8217;re more than happy with how our ThemeForest adventure is progressing. Especially if we look back to those first 10 days in June and compare them to the first 10 days of November so far and compare them:</p>
<table>
<tr>
<th>Month</th>
<th>Sales</th>
<th>Profit</th>
</tr>
<tr>
<th>June (10 days)</th>
<td>91</td>
<td>$191</td>
</tr>
<tr>
<th>November (10 days)</th>
<td>136</td>
<td>$358</td>
</tr>
</table>
<p>This is encouraging reading and illustrates how fantastic the ThemeForest model is. Since our first product upload we&#8217;ve seen a rapid increase in interest in our own site and sales on ThemeForest, this has contributed to us being regularly featured as a monthly popular author and even generated new clients for projects outside of ThemeForest. After 2 or 3 months of not uploading anything new we&#8217;re still making good money which seems to be increasing. It will be interested to see how things develop when we find time to create and upload some new products.</p>
<p>Some other interesting information: Our most popular files have been, by far, our <a href="http://themeforest.net/collections/238678-php-collection?ref=jigowatt" title="Jigowatt PHP Scripts">PHP scripts</a> which continue to sell daily whilst the <a href="http://themeforest.net/collections/238703-html-collection?ref=jigowatt" title="Jigowatt HTML Templates">HTML templates</a> seem to fall off the radar and not sell as often once they leave the ThemeForest homepage. This is perhaps due to the template market being totally saturated whilst the <a href="http://themeforest.net/category/php-scripts?sort_by=sales_count&#038;type=files&#038;categories=php-scripts&#038;page=1?ref=jigowatt" title="Most popular PHP Scripts at ThemeForest">PHP section of ThemeForest</a> is still in its infancy.</p>
<ul>
<li>Our most popular product has been our <a href="http://themeforest.net/item/ajax-contact-form/50846?ref=jigowatt" title="AJAX Contact Form">AJAX Contact Form</a> which has sold 720 times earning $1303.</li>
<li>Our most profitable product has been our <a href="http://themeforest.net/item/php-login-user-management/49008?ref=jigowatt" title="PHP Login and User Management">PHP Login and User Management</a> script which has earned us $1374</li>
<li>Our least popular/profitable product has been our <a href="http://themeforest.net/item/php-users-online/49938?ref=jigowatt" title="PHP Users Online">PHP Users Online</a> script which has sold just 32 times and earned us $42.</li>
<li>At a 40% commission rate we earned $4.80 for every $12 product sold, we now earn $5.40. An increase of 8%.</li>
</ul>
<p>And finally, I leave you with our favorite testimonial to date:</p>
<blockquote><p>Thanks, your scripts are quite addictive</p></blockquote>
<p>Here&#8217;s to the next few months on ThemeForest! </p>
<p>PS We&#8217;re always looking out for good ideas for new scripts so feel free to leave a comment with any ideas, or even message us directly via <a href="http://www.twitter.com/jigowatt/" title="Jigowatt Twitter">Twitter</a>.</p>


<p>Related posts:<ol><li><a href='http://www.jigowatt.co.uk/blog/a-themeforest-update' rel='bookmark' title='Permanent Link: A ThemeForest Update'>A ThemeForest Update</a></li>
<li><a href='http://www.jigowatt.co.uk/blog/jigowatt-joins-themeforest' rel='bookmark' title='Permanent Link: Jigowatt Joins ThemeForest'>Jigowatt Joins ThemeForest</a></li>
<li><a href='http://www.jigowatt.co.uk/blog/change-the-first-day-on-our-php-event-calendar-script' rel='bookmark' title='Permanent Link: Change the first day on our PHP Event Calendar Script'>Change the first day on our PHP Event Calendar Script</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jigowatt.co.uk/blog/5-later-a-themeforest-product-update/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Change the first day on our PHP Event Calendar Script</title>
		<link>http://www.jigowatt.co.uk/blog/change-the-first-day-on-our-php-event-calendar-script</link>
		<comments>http://www.jigowatt.co.uk/blog/change-the-first-day-on-our-php-event-calendar-script#comments</comments>
		<pubDate>Thu, 15 Oct 2009 08:40:53 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[ThemeForest]]></category>

		<guid isPermaLink="false">http://www.jigowatt.co.uk/?p=319</guid>
		<description><![CDATA[Just a quick post for any of our ThemeForest customers who&#8217;ve purchased our PHP Event Calendar Script and would like to change the first day of the week to Sunday.
If you want Sunday to be ...


Related posts:<ol><li><a href='http://www.jigowatt.co.uk/blog/shopp-tutorial-only-display-top-level-categories' rel='bookmark' title='Permanent Link: Shopp tutorial; only display top level categories'>Shopp tutorial; only display top level categories</a></li>
<li><a href='http://www.jigowatt.co.uk/blog/general/ajax-contact-form-add-checkboxes' rel='bookmark' title='Permanent Link: AJAX Contact Form; Add / Validate Checkboxes'>AJAX Contact Form; Add / Validate Checkboxes</a></li>
<li><a href='http://www.jigowatt.co.uk/blog/ajax-contact-form-add-or-remove-custom-fields' rel='bookmark' title='Permanent Link: AJAX Contact Form; Add or Remove Custom Fields'>AJAX Contact Form; Add or Remove Custom Fields</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Just a quick post for any of our <a href="http://themeforest.net/user/jigowatt?ref=jigowatt" title="Jigowatts ThemeForest Portfolio">ThemeForest</a> customers who&#8217;ve purchased our <a href="http://themeforest.net/item/php-event-calendar/47723?ref=jigowatt" title="PHP Event Calendar">PHP Event Calendar Script</a> and would like to change the first day of the week to Sunday.</p>
<p>If you want Sunday to be the first day enter this code</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$firstday = date(&quot;w&quot;,mktime(0, 0, 0, $month, 1, $year)); <br />
if ($firstday != 0){<br />
&nbsp; &nbsp; for($y=$firstday; $y&gt; 0; $y--) {<br />
&nbsp; &nbsp; echo &quot;&lt;div class='cal_day' style='background:none;'&gt;&lt;/div&gt;&quot;;<br />
&nbsp; &nbsp; }<br />
}</div></td></tr></tbody></table></div>
<p>before this line</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">for($i=1; $i&lt;= $day_count; $i++) { // Start of for $i</div></td></tr></tbody></table></div>
<p>in the function list_events in the functions.php file.</p>
<p>Thanks to <a href="http://themeforest.net/user/swamp_water?ref=jigowatt">swamp_under</a> on ThemeForest for posting this fix!</p>


<p>Related posts:<ol><li><a href='http://www.jigowatt.co.uk/blog/shopp-tutorial-only-display-top-level-categories' rel='bookmark' title='Permanent Link: Shopp tutorial; only display top level categories'>Shopp tutorial; only display top level categories</a></li>
<li><a href='http://www.jigowatt.co.uk/blog/general/ajax-contact-form-add-checkboxes' rel='bookmark' title='Permanent Link: AJAX Contact Form; Add / Validate Checkboxes'>AJAX Contact Form; Add / Validate Checkboxes</a></li>
<li><a href='http://www.jigowatt.co.uk/blog/ajax-contact-form-add-or-remove-custom-fields' rel='bookmark' title='Permanent Link: AJAX Contact Form; Add or Remove Custom Fields'>AJAX Contact Form; Add or Remove Custom Fields</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jigowatt.co.uk/blog/change-the-first-day-on-our-php-event-calendar-script/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A ThemeForest Update</title>
		<link>http://www.jigowatt.co.uk/blog/a-themeforest-update</link>
		<comments>http://www.jigowatt.co.uk/blog/a-themeforest-update#comments</comments>
		<pubDate>Wed, 15 Jul 2009 11:43:27 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[ThemeForest]]></category>

		<guid isPermaLink="false">http://www.jigowatt.co.uk/?p=137</guid>
		<description><![CDATA[Our ThemeForest portfolio is continuing to grow, since releasing Cleen Theeme as detailed in the previous blog post we have gone on to produce several more files including two new templates, &#8220;photon&#8221; and &#8220;photon_dark&#8221; and ...


Related posts:<ol><li><a href='http://www.jigowatt.co.uk/blog/5-later-a-themeforest-product-update' rel='bookmark' title='Permanent Link: 5% later, a ThemeForest product update'>5% later, a ThemeForest product update</a></li>
<li><a href='http://www.jigowatt.co.uk/blog/jigowatt-joins-themeforest' rel='bookmark' title='Permanent Link: Jigowatt Joins ThemeForest'>Jigowatt Joins ThemeForest</a></li>
<li><a href='http://www.jigowatt.co.uk/blog/cleen-theeme-released' rel='bookmark' title='Permanent Link: Cleen Theeme released'>Cleen Theeme released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Our ThemeForest portfolio is continuing to grow, since releasing <a title="Cleen Theeme" href="http://themeforest.net/item/cleen-theeme/48046?ref=jigowatt">Cleen Theeme</a> as detailed in the previous blog post we have gone on to produce several more files including two new templates, &#8220;<a title="photon" href="http://themeforest.net/item/photon/48397?ref=jigowatt">photon</a>&#8221; and &#8220;<a title="photon_dark" href="http://themeforest.net/item/photon_dark/49098?ref=jigowatt">photon_dark</a>&#8221; and a new PHP script; &#8220;<a title="PHP Login &amp; User Management" href="http://themeforest.net/item/php-login-user-management/49008?ref=jigowatt">PHP Login &amp; User Management</a>&#8221; which have all gone on to sell quite well.</p>
<p>We also have two more products ready for sale firstly a PHP/MySQL &#8216;users online&#8217; script which uses a database to display the total number of visitors on a web site at any one time. Secondly we have a new template called Gossamer which is a simple little portfolio theme, built on an AJAX modular tab system so that all content is held within a single page. As with all of our HTML templates, Gossamer will also feature our PHP contact form script. You can see a sneak preview of Gossamer at <a title="Sneak preview of Gossamer" href="http://www.screenjelly.com/watch/iac3ty9ooS8">ScreenJelly</a>.</p>
<p>We&#8217;re proud to say that our <a title="Simple PHP Contact Form" href="http://themeforest.net/item/simple-php-contact-form/46679?ref=jigowatt">Simple PHP Contact Form</a> is currently the fastest selling and most popular PHP script on ThemeForest with over 160 sales in a little under a month generating over $450 gross income. Pretty impressive for such a simple little script.</p>
<p>So what have we learned in our first month of ThemeForestry? Well, as the Contact Form suggests, simple items sell best. Whilst all of our PHP scripts have done well the contact form has done the best generating $50 more than our next best script &#8211; the <a title="PHP Event Calendar" href="http://themeforest.net/item/php-event-calendar/47723?ref=jigowatt">PHP Event Calendar</a>. Kind of ironic seeing as it took the least amount of time to create. But this just reinforces how this marketplace is so successful;- If you can create something simple and usable, even if it takes you a long time and is sold for only $3 a go, you will make your money back and then some.</p>
<p>It seems that the same can be said for HTML templates. Currently our two best-selling templates are <a title="Cleen Theeme" href="http://themeforest.net/item/cleen-theeme/48046?ref=jigowatt">Cleen Theeme</a> and <a title="photon" href="http://themeforest.net/item/photon/48397?ref=jigowatt">photon</a>, both of which are clean and simple in style and use a light colour palette opposed to a dark one. The other two however aren&#8217;t far behind, so it&#8217;s difficult to say for sure. I feel that a well designed dark template could do as well as it&#8217;s lighter counterparts if really pushed.</p>
<p>So what&#8217;s next? Looking at the popularity of WordPress themes this is the direction we will be looking to go in next. Whether we port one of our current templates into WordPress or create something entirely new is yet to be seen, but if there are any requests to see a particular template ported then it would make our decision a little easier! <img src='http://www.jigowatt.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>


<p>Related posts:<ol><li><a href='http://www.jigowatt.co.uk/blog/5-later-a-themeforest-product-update' rel='bookmark' title='Permanent Link: 5% later, a ThemeForest product update'>5% later, a ThemeForest product update</a></li>
<li><a href='http://www.jigowatt.co.uk/blog/jigowatt-joins-themeforest' rel='bookmark' title='Permanent Link: Jigowatt Joins ThemeForest'>Jigowatt Joins ThemeForest</a></li>
<li><a href='http://www.jigowatt.co.uk/blog/cleen-theeme-released' rel='bookmark' title='Permanent Link: Cleen Theeme released'>Cleen Theeme released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jigowatt.co.uk/blog/a-themeforest-update/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cleen Theeme released</title>
		<link>http://www.jigowatt.co.uk/blog/cleen-theeme-released</link>
		<comments>http://www.jigowatt.co.uk/blog/cleen-theeme-released#comments</comments>
		<pubDate>Wed, 01 Jul 2009 09:45:50 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[ThemeForest]]></category>

		<guid isPermaLink="false">http://www.jigowatt.co.uk/?p=130</guid>
		<description><![CDATA[Our latest product has been uploaded and is now available to purchase at ThemeForest. Say hello to Cleen Theeme!

Cleen Theeme is a simple PHP /HTML template fit for any purpose. With its stylish jQuery slides ...


Related posts:<ol><li><a href='http://www.jigowatt.co.uk/blog/a-themeforest-update' rel='bookmark' title='Permanent Link: A ThemeForest Update'>A ThemeForest Update</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Our latest product has been uploaded and is now available to purchase at ThemeForest. Say hello to Cleen Theeme!</p>
<p><a href="http://themeforest.net/item/cleen-theeme/48046?ref=jigowatt" title="Cleen Theeme"><img src="http://s3.envato.com/files/138762/Cleen_Preview/Home_SreenShot.__large_preview.png" alt="Cleen Theeme" /></a></p>
<blockquote><p>Cleen Theeme is a simple PHP /HTML template fit for any purpose. With its stylish jQuery slides and Lightbox effects it leaves a great impression on every visitor to your site. </p></blockquote>
<p>We are also working on a new PHP script which we will hopefully be releasing this week along with our next template: photon.</p>


<p>Related posts:<ol><li><a href='http://www.jigowatt.co.uk/blog/a-themeforest-update' rel='bookmark' title='Permanent Link: A ThemeForest Update'>A ThemeForest Update</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jigowatt.co.uk/blog/cleen-theeme-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jigowatt Joins ThemeForest</title>
		<link>http://www.jigowatt.co.uk/blog/jigowatt-joins-themeforest</link>
		<comments>http://www.jigowatt.co.uk/blog/jigowatt-joins-themeforest#comments</comments>
		<pubDate>Tue, 30 Jun 2009 10:50:58 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[ThemeForest]]></category>

		<guid isPermaLink="false">http://www.jigowatt.co.uk/?p=123</guid>
		<description><![CDATA[ThemeForest, created by Envato is a marketplace where users can buy and sell a wide variety of web related products such as HTML Templates, PHP scripts, WordPress Themes and Flash files. Not only is it ...


Related posts:<ol><li><a href='http://www.jigowatt.co.uk/blog/5-later-a-themeforest-product-update' rel='bookmark' title='Permanent Link: 5% later, a ThemeForest product update'>5% later, a ThemeForest product update</a></li>
<li><a href='http://www.jigowatt.co.uk/blog/a-themeforest-update' rel='bookmark' title='Permanent Link: A ThemeForest Update'>A ThemeForest Update</a></li>
<li><a href='http://www.jigowatt.co.uk/blog/cleen-theeme-released' rel='bookmark' title='Permanent Link: Cleen Theeme released'>Cleen Theeme released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>ThemeForest, created by <a href="http://www.envato.com" title="Envato">Envato</a> is a marketplace where users can buy and sell a wide variety of web related products such as <a href="http://themeforest.net/category/site-templates?ref=jigowatt">HTML Templates</a>, <a href="http://themeforest.net/category/php-scripts?ref=jigowatt">PHP scripts</a>, <a href="http://themeforest.net/category/wordpress?ref=jigowatt">WordPress Themes</a> and <a href="http://flashden.net/category/site-templates?ref=jigowatt">Flash files</a>. Not only is it a good place to make money, but ThemeForest allows us to take a break from a strict project brief or corporate image / identity and be really creative, designing files / scripts that we not only think users will find useful but are also fun to build and develop.</p>
<p>Jigowatt currently hosts <a href="http://themeforest.net/user/jigowatt/portfolio?ref=jigowatt">3 files for sale</a> and have had an astounding response with over 90 sales in our first week of trading on ThemeForest. Below you&#8217;ll find details of each product and links to purchase and download them:</p>
<h3><a href="http://themeforest.net/item/simple-php-contact-form/46679?ref=jigowatt" title="Simple PHP Contact Form">Simple PHP Contact Form</a></h3>
<p><a href="http://themeforest.net/item/simple-php-contact-form/46679?ref=jigowatt" title="Simple PHP Contact Form"><img src="http://s3.envato.com/files/134076/Simple_Contact_Previews/Simple_Contact_Preview_1_Main.__large_preview.png" title="Preview" /></a><br />
This website component allows you to easily place a self-contained Contact Page on any PHP page of your website.</p>
<h3><a href="http://themeforest.net/item/php-event-calendar/47723?ref=jigowatt" title="PHP Event Calendar">PHP Event Calendar</a></h3>
<p><a href="http://themeforest.net/item/php-event-calendar/47723?ref=jigowatt" title="PHP Event Calendar"><img src="http://s3.envato.com/files/137312/Event_Calendar_SS.__large_preview.png" title="Preview" /></a><br />
PHP Event Calendar is a MySQL Database driven script that displays events on your website quickly and easily through a traditional calendar UI. It can be integrated into any existing PHP page within minutes using a simple file include.</p>
<h3><a href="http://themeforest.net/item/core/46701?ref=jigowatt" title="HTML Template - Core">HTML Template &#8211; Core</a></h3>
<p><a href="http://themeforest.net/item/core/46701?ref=jigowatt" title="HTML Template - Core"><img src="http://s3.envato.com/files/134147/Screenshots/1_homepage.__large_preview.jpg" title="Preview" /></a><br />
CORE is a HTML template designed to be used as a portfolio web site.</p>
<p>We&#8217;re delighted with the response all of our products have attracted including some extremely positive comments:</p>
<blockquote><p>I love this. Very straightforward, yet robust at the same time.<br />- <a href="http://themeforest.net/user/cajebo?ref=jigowatt">cajebo</a></p></blockquote>
<blockquote><p>amazing work !<br />- <a href="http://themeforest.net/user/Valuediz?ref=jigowatt">Valuediz</a></p></blockquote>
<blockquote><p>I bought this website (love it!), and had a concern over what appeared to be a stray group of pixels in the PSD file so I contacted “jigowatt”&#8230; Within 24 hours, he had gotten back to me, and provided me with the fix to my problem. His responsiveness and willingness to please were first class and top-notch!<br />- <a href="http://themeforest.net/user/marksharper?ref=jigowatt">marksharper</a></p></blockquote>
<p>We&#8217;ve also had a lot of constructive criticism and have been really impressed with the communities dedication to providing high quality products by helping each other out with suggestions and ideas to improve products which are already of a very high quality. Thus we already have <strong>updates on the way for our two PHP scripts, two new HTML templates ready to be uploaded and a whole host of other ideas for new and useful PHP scripts</strong>.</p>
<p>So here&#8217;s to our adventure on the ThemeForest wagon! Until next time, I will leave you with a link to our profile page: <a href="http://themeforest.net/user/jigowatt?ref=jigowatt" title="Jigowatt ThemeForest Profile">Jigowatt ThemeForest Profile Page</a> and invite you to leave any suggestions via the comment form below. We also suggest that you <a href="http://www.jigowatt.co.uk/feed/" title="Subscribe">subscribe</a> to our RSS feed so that anyone who purchases our files will have immediate bulletins of when we update our products so that you can download the new versions (for free) ASAP.</p>


<p>Related posts:<ol><li><a href='http://www.jigowatt.co.uk/blog/5-later-a-themeforest-product-update' rel='bookmark' title='Permanent Link: 5% later, a ThemeForest product update'>5% later, a ThemeForest product update</a></li>
<li><a href='http://www.jigowatt.co.uk/blog/a-themeforest-update' rel='bookmark' title='Permanent Link: A ThemeForest Update'>A ThemeForest Update</a></li>
<li><a href='http://www.jigowatt.co.uk/blog/cleen-theeme-released' rel='bookmark' title='Permanent Link: Cleen Theeme released'>Cleen Theeme released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jigowatt.co.uk/blog/jigowatt-joins-themeforest/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
