<?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>David Parkinson - Miscellaneous ramblings of a web developer</title>
	<atom:link href="http://daparky.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://daparky.com</link>
	<description>Miscellaneous ramblings of a web developer called David Parkinson. I work full time as a web developer but have interests in other things.</description>
	<lastBuildDate>Tue, 15 Nov 2011 21:28:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Codeigniter Version 2.1.0 released</title>
		<link>http://daparky.com/codeigniter-version-2-1-0-released/</link>
		<comments>http://daparky.com/codeigniter-version-2-1-0-released/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 21:27:03 +0000</pubDate>
		<dc:creator>David Parkinson</dc:creator>
				<category><![CDATA[Codeigniter]]></category>

		<guid isPermaLink="false">http://daparky.com/?p=497</guid>
		<description><![CDATA[Codeigniter is my first choice framework for PHP for it&#8217;s small footprint, documentation and easy learning curve. I have built quite a lot of projects using Codeigniter, none of which are online, just internal stuff. Codeigniter has been updated to version 2.1 and here&#8217;s what has changed. You can get the very latest version on [...]]]></description>
			<content:encoded><![CDATA[<p>Codeigniter is my first choice framework for PHP for it&#8217;s small footprint, documentation and easy learning curve. I have built quite a lot of projects using Codeigniter, none of which are online, just internal stuff. Codeigniter has been updated to version 2.1 and here&#8217;s what has changed.</p>
<p>You can get the very latest version on <a href="https://github.com/EllisLab/CodeIgniter" target="_blank">Guthub</a> as the framework is now updated constantly.</p>
<ul>
<li>General Changes
<ul>
<li>Fixed a potential parameter injection flaw in the <a>Security Library</a> and strengthened the XSS filter for HTML5 vulnerabilites.</li>
<li>Callback validation rules can now accept parameters like any other validation rule.</li>
<li>Added html_escape() to the <a>Common functions</a> to escape HTML output for preventing XSS easliy.</li>
</ul>
</li>
<li>Helpers
<ul>
<li>Added <samp>increment_string()</samp> to <a>String Helper</a> to turn &#8220;foo&#8221; into &#8220;foo-1&#8243; or &#8220;foo-1&#8243; into &#8220;foo-2&#8243;.</li>
<li>Altered form helper &#8211; made action on form_open_multipart helper function call optional. Fixes (#65)</li>
<li><samp>url_title()</samp> will now trim extra dashes from beginning and end.</li>
<li>Improved speed of <a>String Helper</a>&#8216;s <strong>random_string()</strong> method</li>
</ul>
</li>
<li>Database
<ul>
<li>Added a CUBRID driver to the <a>Database driver</a>. Thanks to the CUBRID team for supplying this patch.</li>
<li>Added a PDO driver to the <a>Database driver</a>.</li>
<li>Typecast limit and offset in the <a>Database driver</a> to integers to avoid possible injection.</li>
<li>Added additional option &#8216;none&#8217; for the optional third argument for <kbd>$this-&gt;db-&gt;like()</kbd> in the <a>Database driver</a>.</li>
<li>Added <kbd>$this-&gt;db-&gt;insert_batch()</kbd> support to the OCI8 (Oracle) driver.</li>
</ul>
</li>
<li>Libraries
<ul>
<li>Changed <kbd>$this-&gt;cart-&gt;insert()</kbd> in the <a>Cart library</a> to return the Row ID if a single item was inserted successfully.</li>
<li>Added support to set an optional parameter in your callback rules of validation using the <a>Form Validation library</a>.</li>
<li>Added a <a>Migration library</a> to assist with applying incremental updates to your database schema.</li>
<li>Driver children can be located in any package path.</li>
<li>Added <samp>is_unique</samp> to the <a>Form Validation library</a>.</li>
<li>Added <kbd>$config['use_page_numbers']</kbd> to the <a>Pagination library</a>, which enables real page numbers in the URI.</li>
<li>Added TLS and SSL Encryption for SMTP.</li>
</ul>
</li>
<li>Core
<ul>
<li>Changed private functions in <a>URI library</a> to protected so MY_URI can override them.</li>
<li>Removed <samp>CI_CORE</samp> boolean constant from CodeIgniter.php (there are no longer different Reactor and Core versions).</li>
</ul>
</li>
</ul>
<h3>Bug fixes for 2.1.0</h3>
<ul>
<li>Fixed #378 Robots identified as regular browsers by the <a>User Agent class</a>.</li>
<li>If a config class was loaded first then a library with the same name is loaded, the config would be ignored.</li>
<li>Fixed a bug (Reactor #19) where 1) the 404_override route was being  ignored in some cases, and 2) auto-loaded libraries were not available  to the 404_override controller when a controller existed but the  requested method did not.</li>
<li>Fixed a bug (Reactor #89) where MySQL export would fail if the  table had hyphens or other non alphanumeric/underscore characters.</li>
<li>Fixed a bug (#200) where MySQL queries would be malformed after calling <kbd>$this-&gt;db-&gt;count_all()</kbd> then $this-&gt;db-&gt;get()</li>
<li>Fixed bug #105 that stopped query errors from being logged unless database debugging was enabled</li>
<li>Fixed a bug (#160) &#8211; Removed unneeded array copy in the file cache driver.</li>
<li>Fixed a bug (#150) &#8211; <samp>field_data()</samp> now correctly returns column length.</li>
<li>Fixed a bug (#8) &#8211; <samp>load_class()</samp> now looks for core classes in <samp>APPPATH</samp> first, allowing them to be replaced.</li>
<li>Fixed a bug (#24) &#8211; ODBC database driver called incorrect parent in __construct().</li>
<li>Fixed a bug (#85) &#8211; OCI8 (Oracle) database <kbd>escape_str()</kbd> function did not escape correct.</li>
<li>Fixed a bug (#344) &#8211; Using schema found in <a>Saving Session Data to a Database</a>, system would throw error &#8220;user_data does not have a default value&#8221; when deleting then creating a session.</li>
<li>Fixed a bug (#112) &#8211; OCI8 (Oracle) driver didn&#8217;t pass the configured database character set when connecting.</li>
<li>Fixed a bug (#182) &#8211; OCI8 (Oracle) driver used to re-execute the statement whenever num_rows() is called.</li>
<li>Fixed a bug (#82) &#8211; WHERE clause field names in the DB <kbd>update_string()</kbd> method were not escaped, resulting in failed queries in some cases.</li>
<li>Fixed a bug (#89) &#8211; Fix a variable type mismatch in DB <kbd>display_error()</kbd> where an array is expected, but a string could be set instead.</li>
<li>Fixed a bug (#467) &#8211; Suppress warnings generated from <kbd>get_magic_quotes_gpc()</kbd> (deprecated in PHP 5.4)</li>
<li>Fixed a bug (#484) &#8211; First time <kbd>_csrf_set_hash()</kbd> is called, hash is never set to the cookie (in Security.php).</li>
<li>Fixed a bug (#60) &#8211; Added <kbd>_file_mime_type()</kbd> method to the <a>File Uploading Library</a> in order to fix a possible MIME-type injection (also fixes bug #394).</li>
<li>Fixed a bug (#537) &#8211; Support for all wav type in browser.</li>
<li>Fixed a bug (#576) &#8211; Using <kbd>ini_get()</kbd> function to detect if apc is enabled or not.</li>
<li>Fixed invalid date time format in <a>Date helper</a> and <a>XMLRPC library</a>.</li>
</ul>
<img src="http://daparky.com/?ak_action=api_record_view&id=497&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://daparky.com/codeigniter-version-2-1-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone iOS 5 lock screen camera icon missing</title>
		<link>http://daparky.com/iphone-ios-5-lock-screen-camera-icon-missing/</link>
		<comments>http://daparky.com/iphone-ios-5-lock-screen-camera-icon-missing/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 00:39:18 +0000</pubDate>
		<dc:creator>David Parkinson</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://daparky.com/iphone-ios-5-lock-screen-camera-icon-missing/</guid>
		<description><![CDATA[Apple has recently released ios 5 to the world and it&#8217;s a rather big update. With more than 200 new features one of those was the ability to access the iPhones/iPad&#8217;s camera from the lock screen. I bet you are wondering where the hell it is, well it doesn&#8217;t appear when you go to unlock [...]]]></description>
			<content:encoded><![CDATA[<p>Apple has recently released ios 5 to the world and it&#8217;s a rather big update. With more than 200 new features one of those was the ability to access the iPhones/iPad&#8217;s camera from the lock screen.</p>
<p>I bet you are wondering where the hell it is, well it doesn&#8217;t appear when you go to unlock your phone, it&#8217;s hidden and can be seen by double tapping the home button when the lock screen in on.</p>
<p>I would much prefer it to appear no matter what but that can be sorted in another update.</p>
<p><a href="http://daparky.com/wp-content/uploads/2011/10/20111013-013851.jpg" rel="lightbox[495]"><img src="http://daparky.com/wp-content/uploads/2011/10/20111013-013851.jpg" alt="20111013-013851.jpg" class="alignnone size-full" /></a></p>
<img src="http://daparky.com/?ak_action=api_record_view&id=495&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://daparky.com/iphone-ios-5-lock-screen-camera-icon-missing/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>My Alienware m15x laptop</title>
		<link>http://daparky.com/my-alienware-m15x-laptop/</link>
		<comments>http://daparky.com/my-alienware-m15x-laptop/#comments</comments>
		<pubDate>Tue, 31 May 2011 22:55:49 +0000</pubDate>
		<dc:creator>David Parkinson</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[alienware]]></category>
		<category><![CDATA[laptop]]></category>

		<guid isPermaLink="false">http://daparky.com/?p=485</guid>
		<description><![CDATA[I own an Alienware m15x and have done so since September 2010 when i made the life changing decision to go independant and live with my girlfriend in a nice cosy flat. Before the Alienware i owned a Dell Desktop and it did me proud until i wanted something a bit more practical and it [...]]]></description>
			<content:encoded><![CDATA[<p>I own an Alienware m15x and have done so since September 2010 when i  made the life changing decision to go independant and live with my  girlfriend in a nice cosy flat. Before the Alienware i owned a Dell  Desktop and it did me proud until i wanted something a bit more  practical and it started to get a bit dated.</p>
<p>I kept my eye on a lower budget laptop, namely the Dell Studio XPS 16 but after reading bad reviews about it overheating i decided to go upwards for the Alienware. There were no other laptops that cut it for me. People think Dell aren&#8217;t very good but to be honest i have never ever had 1 single problem after owning 3 of their devices (this includes the Alienware).</p>
<p>The main specs of my laptop are:-</p>
<ul>
<li>Alienware M15x Gaming Laptop &#8211; Cosmic Black</li>
<li>Intel® Core™ i7 940XM (2.13 GHz to 3.33 GHz frequency range)</li>
<li>4096MB 1333MHz Dual Channel DDR3 SDRAM [2x2048]</li>
<li>1GB ATI® Radeon™ HD 5850 Graphics Card</li>
<li>500GB (7,200rpm) Serial ATA Hard Drive</li>
<li>Windows® 7 Pro 64bit</li>
</ul>
<p>I mainly wanted a new laptop to do work on and the Studio XPS 16 would do exactly that but i bit the bullet and went for the top of the range Alienware so i could do some gaming as well. Has this given the PS3 some rest? Deffinitely, it&#8217;s an absolute power house. Overpriced? Probably.</p>
<img src="http://daparky.com/?ak_action=api_record_view&id=485&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://daparky.com/my-alienware-m15x-laptop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect http to https htaccess apache</title>
		<link>http://daparky.com/redirect-http-to-https-htaccess-apache/</link>
		<comments>http://daparky.com/redirect-http-to-https-htaccess-apache/#comments</comments>
		<pubDate>Sat, 28 May 2011 15:59:57 +0000</pubDate>
		<dc:creator>David Parkinson</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://daparky.com/?p=469</guid>
		<description><![CDATA[Are you wondering how to redirect to SSL via htaccess? Alot of users won&#8217;t type in the https or even http for that matter so if your site has an SSL certificate you will want to make sure your visitors get redirected to the secured site. This is very useful for websites with a secure [...]]]></description>
			<content:encoded><![CDATA[<p>Are you wondering how to redirect to SSL via htaccess? Alot of users won&#8217;t type in the https or even http for that matter so if your site has an SSL certificate you will want to make sure your visitors get redirected to the secured site. This is very useful for websites with a secure layer. I will explain in this post exactly how to achieve this.</p>
<p>Presuming you have an Apache server, first off you will need to create a .htaccess file and put the following code in:-</p>
<pre class="brush: php">
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
</pre>
<p>What does the above code do? The first lines tells Apache that we want to use the mod_rewrite module, the second line checks whether HTTPS is off, the third line forces https.</p>
<p>Once you are happy simply upload the file to the root directory of your website.</p>
<p>I hope this helps some of you out there.</p>
<img src="http://daparky.com/?ak_action=api_record_view&id=469&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://daparky.com/redirect-http-to-https-htaccess-apache/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Playing with Codeigniter and Migrations</title>
		<link>http://daparky.com/playing-with-codeigniter-and-migrations/</link>
		<comments>http://daparky.com/playing-with-codeigniter-and-migrations/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 21:21:50 +0000</pubDate>
		<dc:creator>David Parkinson</dc:creator>
				<category><![CDATA[Codeigniter]]></category>

		<guid isPermaLink="false">http://daparky.com/?p=462</guid>
		<description><![CDATA[I&#8217;m currently developing a Content Management System for the company i work for and one thing i&#8217;ve spent alot of time looking into is how am i going to keep track of updates when it comes to updating 100+ client websites. I ran into a rather great idea, inspired by Ruby on Rails Migrations. Basically [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently developing a Content Management System for the company i work for and one thing i&#8217;ve spent alot of time looking into is how am i going to keep track of updates when it comes to updating 100+ client websites. I ran into a rather great idea, inspired by <a href="http://guides.rubyonrails.org/migrations.html" target="_blank">Ruby on Rails Migrations</a>. Basically Migrations alter the database in an organised way where anyone can come in and look at what updates have been carried out in the past and most importantly it will keep track of which changes need to be run against the clients websites when they come to upgrade them. You can even downgrade to previous versions if need be.</p>
<p>Although this is extremely useful for managing the database but what about the file system? This is something i&#8217;m thinking really hard about as it needs to be totally upgradeable and downgradeable. Maybe it&#8217;s time i start looking into something like Github?</p>
<img src="http://daparky.com/?ak_action=api_record_view&id=462&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://daparky.com/playing-with-codeigniter-and-migrations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fresh Store Builder: Almost one year later</title>
		<link>http://daparky.com/fresh-store-builder-almost-one-year-later/</link>
		<comments>http://daparky.com/fresh-store-builder-almost-one-year-later/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 19:43:41 +0000</pubDate>
		<dc:creator>David Parkinson</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://daparky.com/?p=458</guid>
		<description><![CDATA[Last May i invested in Fresh Store Bulder, an Amazon Store Script that allows you to easily setup a store and list Amazon products on a domain name of your choice. I bet the main question you are asking is has it actually made me any cash? Short answer: yes. You need to invest alot [...]]]></description>
			<content:encoded><![CDATA[<p>Last May i invested in Fresh Store Bulder, an Amazon Store Script that allows you to easily setup a store and list Amazon products on a domain name of your choice. I bet the main question you are asking is has it actually made me any cash? Short answer: yes.</p>
<p>You need to invest alot of time configuring your store, adding products, writing articles and unique descriptions for each of your categories and products. I launched the store last May and started to see some earning within two weeks, mainly due to the fact that i chose a not so competitive niche. From last May up until around October i was probably making around £10 per month and then the Xmas season came.</p>
<p>From October to January i made over £300 with Fresh Store Builder and easily made my money back. Hell i didn&#8217;t even do any optimisation to the website, i just left it and hoped for the best. Usually that is the worst thing you can do when launching a website, leaving it alone and not doing a thing on it. Alot of people expect magic to happen when left alone but 9 times out 10 it never happens.</p>
<p>Luckily for me, Fresh Store Builder bought all my Xmas presents and i thank Carey, the creator of the script.</p>
<p>If you have a niche idea or if you have a hobby and want to start an affiliate website, check out <a href="http://www.freshstorebuilder.com/" target="_blank">Fresh Store Builder</a>.</p>
<img src="http://daparky.com/?ak_action=api_record_view&id=458&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://daparky.com/fresh-store-builder-almost-one-year-later/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MOD Cosmetics &#8211; a website to visit for cheap make up</title>
		<link>http://daparky.com/mod-cosmetics-a-website-to-visit-for-cheap-make-up/</link>
		<comments>http://daparky.com/mod-cosmetics-a-website-to-visit-for-cheap-make-up/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 22:13:01 +0000</pubDate>
		<dc:creator>David Parkinson</dc:creator>
				<category><![CDATA[Sites worth visiting]]></category>

		<guid isPermaLink="false">http://daparky.com/?p=449</guid>
		<description><![CDATA[One of my friends launched an eCommerce website selling makeup etc, here&#8217;s what they said about their new website. At a time where the UK is feeling the pinch, we&#8217;re all trying to find ways to save money! What with the rise in VAT and us recovering from the recession, not all of us are [...]]]></description>
			<content:encoded><![CDATA[<p>One of my friends launched an eCommerce website selling makeup etc, here&#8217;s what they said about their new website.</p>
<p>At a time where the UK is feeling the pinch, we&#8217;re all trying to find ways to save money! What with the rise in VAT and us recovering from the recession, not all of us are able to spend £££&#8217;s on our favourite beauty products. MOD Cosmetics have brought to you a new online store that allows you to treat yourself to those beauty bag must-haves without worrying about the price.</p>
<p>With <a href="http://www.modcosmetics.co.uk" target="_blank">cheap make up</a> prices from high street brands such as Benefit, Too Faced, Urban Decay, Elizabeth Arden, Barry M, Maybelline, Maxfactor and Rimmel &#8211; you&#8217;ll be sure to grab yourself a beauty bargain!</p>
<p>They are also offering FREE SHIPPING on orders over £25, so there is no harm in taking a look is there?</p>
<p>Get the look for less.</p>
<p>Check it out, <a href="http://www.modcosmetics.co.uk/" target="_blank">click here</a>.</p>
<img src="http://daparky.com/?ak_action=api_record_view&id=449&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://daparky.com/mod-cosmetics-a-website-to-visit-for-cheap-make-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fresh Store Builder: A one to invest in</title>
		<link>http://daparky.com/fresh-store-builder-a-one-to-invest-in/</link>
		<comments>http://daparky.com/fresh-store-builder-a-one-to-invest-in/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 00:47:22 +0000</pubDate>
		<dc:creator>David Parkinson</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://daparky.com/?p=444</guid>
		<description><![CDATA[After stumbling through one Amazon store script after another, I was pretty much done with the Amazon affiliate store niche. Stores consistently failed to rank well on Google in spite of a high paying niche and even after months, my earnings were next to nothing. I happened on a promotional offer for Fresh Store Builder [...]]]></description>
			<content:encoded><![CDATA[<p>After stumbling through one <a href="http://www.freshstorebuilder.com/" target="_blank">Amazon store script</a> after another, I was pretty much done with the Amazon affiliate store niche. Stores consistently failed to rank well on Google in spite of a high paying niche and even after months, my earnings were next to nothing. I happened on a promotional offer for Fresh Store Builder on a webmaster forum and decided to give it a shot because of the great results other webmaster on the same forum had had, and also because the live examples of the script in action were pretty fantastic. Here are my experiences and observations about FSB and its community:</p>
<p>The first thing that strikes you about FSB is the ease of installation. All I had to do was upload the script folder to my server through FTP and then follow the instructions on the URL which asked me for a few details like store name, categories etc. I’m pretty sure any layman could go about installing this script, though one does require rudimentary knowledge of FTP to get started. However, if you’re still stuck like I was at one point, FSB support will sort you out, or in case you have absolutely no idea, will install the script for you for a small fee!</p>
<p>Having used other similar scripts like Build a Niche Store (BANs), I was quite surprised with original and unique content which FSB requires for all its stores. Though writing this content can be a bit of work, it&#8217;s all for the better since it allows your store to be ranked high on Google (sometimes even better than Amazon itself for a particular niche) unlike other store scripts which get branded as ‘thin affiliates’ and are down ranked by Google. If it’s too much work, you could outsource the content writing, which is another useful service FSB offers along with logo creation and script installation. I’ve been burnt by Google on occasion, and the presence of this feature is perhaps one of the biggest selling points for me since Google is a great source of traffic which is otherwise lost with other scripts.</p>
<p>The script itself is very easy to use and offers a degree of customization which is not only comprehensive and deep, but also intuitive. The detailed control panel is unparalleled, offering modification options for nearly everything from adding products manually/automated, creating and editing categories, automating updating of products on a daily basis and editing of the template, so you can get down and dirty with the code itself. Of course, the only flipside to making design changes yourself is the fact that you need some coding experience. However, if you know your way around, the script can be modified endlessly since everything is hosted on your own servers.</p>
<p>Apart from the script itself, the support and community behind the script is fantastic. The private forums accessible on purchase of the script are small but lively with a number of like minded webmasters who use the script. The support team behind FSB is also there to sort out your problems at the drop of a hat, even going as far as logging on to my server to fix a PHP error I had been encountering for a while. The script is also regularly updated for no extra fee, unlike other scripts which are intent on just making sales and do not care about improvements thereafter, FSB is a continually evolving product which has grown leaps and bounds since I first tried it. I heartily recommend it to anyone looking to start an affiliate Amazon store.</p>
<p>Ending this on a cautious note, I would just like to say that though FSB is a great platform to launch a store, you will still need to work on the store in terms of researching the right products and promoting the site. FSB does most of the work for you, but it’s not a magic wand which will cause money to start pouring in right away. The forums and comprehensive guides are great for pointing you in the right direction, but I had to research myself what are the best paying niches and what products actually sell. Buying the script and just setting up a store and adding products will probably not get you any results. After a fair bit of research and site promotion, I’ve been able to pull in on an average $20 profit per day. Without FSB, I’m sure it would have taken me a fair more time and effort to reach where I am today.</p>
<p>Check out my <a href="http://www.thehairstraightenershop.co.uk/" target="_blank">Hair Straightener store</a> called The Hair Straightener Shop where you can<a href="http://www.thehairstraightenershop.co.uk/" target="_blank"> buy cheap hair straighteners</a> online!</p>
<img src="http://daparky.com/?ak_action=api_record_view&id=444&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://daparky.com/fresh-store-builder-a-one-to-invest-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IOS 4 is now available for your iPhone 3Gs and 3G</title>
		<link>http://daparky.com/ios-4-is-now-available-for-your-iphone-3gs-and-3g/</link>
		<comments>http://daparky.com/ios-4-is-now-available-for-your-iphone-3gs-and-3g/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 17:20:26 +0000</pubDate>
		<dc:creator>David Parkinson</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://daparky.com/?p=441</guid>
		<description><![CDATA[That&#8217;s right, i&#8217;m updating my iPhone 3GS right now (21/06/2010) to version 4.0. I&#8217;ve been waiting a while for some of the features of the newest update, mostly looking forwards to trying out the multi-tasking feature. Here are some of the highlights of IOS 4. Multitasking Folders Even better Mail iBooks 5x digital zoom Spell [...]]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s right, i&#8217;m updating my iPhone 3GS right now (21/06/2010) to version 4.0. I&#8217;ve been waiting a while for some of the features of the newest update, mostly looking forwards to trying out the multi-tasking feature.</p>
<p>Here are some of the highlights of IOS 4.</p>
<ul>
<li>Multitasking</li>
<li>Folders</li>
<li>Even better Mail</li>
<li>iBooks</li>
<li>5x digital zoom</li>
<li>Spell checking</li>
</ul>
<p>Get on iTune right now and start updating!</p>
<img src="http://daparky.com/?ak_action=api_record_view&id=441&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://daparky.com/ios-4-is-now-available-for-your-iphone-3gs-and-3g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m voting for Nick Clegg in the General Election 2010</title>
		<link>http://daparky.com/im-voting-for-nick-clegg-in-the-general-election-2010/</link>
		<comments>http://daparky.com/im-voting-for-nick-clegg-in-the-general-election-2010/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 18:03:46 +0000</pubDate>
		<dc:creator>David Parkinson</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[general election]]></category>
		<category><![CDATA[general election 2010]]></category>
		<category><![CDATA[liberal democrats]]></category>
		<category><![CDATA[nick clegg]]></category>

		<guid isPermaLink="false">http://daparky.com/?p=435</guid>
		<description><![CDATA[The First Election Debate was held in Manchester last night, I sat and watch it because I take politics very serious. A few months ago my vote was for Labour, then I changed to The Convservatives and after Nick Clegg&#8217;s outstanding performance last night has made me vote for him. Nick Clegg managed to pursuade [...]]]></description>
			<content:encoded><![CDATA[<p>The First Election Debate was held in Manchester last night, I sat and watch it because I take politics very serious. A few months ago my vote was for Labour, then I changed to The Convservatives and after Nick Clegg&#8217;s outstanding performance last night has made me vote for him.</p>
<p>Nick Clegg managed to pursuade me and it&#8217;s something that I probably won&#8217;t change. It&#8217;s a real shame because The Liberal Democrats don&#8217;t get much publicity and last night was probably the best publicity they have received.</p>
<p>I don&#8217;t think Nick will become the next Prime Minister but that doesn&#8217;t mean he will never become one. Let&#8217;s see what the next debate brings.</p>
<img src="http://daparky.com/?ak_action=api_record_view&id=435&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://daparky.com/im-voting-for-nick-clegg-in-the-general-election-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Carl Rosekilly&#8217;s online portfolio</title>
		<link>http://daparky.com/carl-rosekillys-online-portfolio/</link>
		<comments>http://daparky.com/carl-rosekillys-online-portfolio/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 21:13:10 +0000</pubDate>
		<dc:creator>David Parkinson</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://daparky.com/?p=430</guid>
		<description><![CDATA[Not only have I been making money from selling websites this month, I have been hard at work developing my very close friends (Carl Rosekilly) website. We worked very closely on the project and Carl Rosekilly wanted a site that had a lot of visual impact, yet retain clarity and purpose. He also wanted some [...]]]></description>
			<content:encoded><![CDATA[<p>Not only have I been making money from selling websites this month, I  have been hard at work developing my very close friends (<a href="http://www.carlrosekilly.co.uk/" target="_blank">Carl Rosekilly</a>)  website.</p>
<p>We worked very closely on the project and <a href="http://www.carlrosekilly.co.uk/" target="_blank">Carl Rosekilly</a> wanted a site  that had a lot of visual impact, yet retain clarity and purpose. He also  wanted some javascript animation that would add dynamics to the site.  Working on such a visually strong website always provides me with a  fantastic challenge and something that I rise to.</p>
<p>It&#8217;s a great feeling when a developer and designer collaborate on a  project and discuss the options of what can be achieved.<a href="http://www.carlrosekilly.co.uk/" target="_blank"></a></p>
<p><a href="http://www.carlrosekilly.co.uk/" target="_blank">Carl  Rosekilly</a> was more than pleased with the outcome  of his site and I  have to say I am very proud of it too as it really  showcases what I can  achieve as a developer.</p>
<p>The site can be viewed here:- <a href="http://www.carlrosekilly.co.uk/" target="_blank">www.carlrosekilly.co.uk</a></p>
<p>Please look out for my site too as <a href="http://www.carlrosekilly.co.uk/" target="_blank">Carl Rosekilly</a> is creating the visual  for me as a favour of me developing his. So we will be working very  closely yet again to produce a fully functioning and accessible website  and I am really looking forward to it.</p>
<img src="http://daparky.com/?ak_action=api_record_view&id=430&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://daparky.com/carl-rosekillys-online-portfolio/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TalkPlaystation.com sold for $2700</title>
		<link>http://daparky.com/talkplaystation-com-sold-for-2700/</link>
		<comments>http://daparky.com/talkplaystation-com-sold-for-2700/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 20:58:13 +0000</pubDate>
		<dc:creator>David Parkinson</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[flippa]]></category>
		<category><![CDATA[talk playstation]]></category>

		<guid isPermaLink="false">http://daparky.com/?p=427</guid>
		<description><![CDATA[I put Talk Playstation up for sale last Sunday night/Monday morning on Flippa.com. I wasn&#8217;t expected massive amounts for the site but it generated alot of interest, i received private offers, made decisions and in the end it sold for a great $2700. Am I happy with that? Of course I am! That&#8217;s around £1800. [...]]]></description>
			<content:encoded><![CDATA[<p>I put Talk Playstation up for sale last Sunday night/Monday morning on Flippa.com. I wasn&#8217;t expected massive amounts for the site but it generated alot of interest, i received private offers, made decisions and in the end it sold for a great $2700.</p>
<p>Am I happy with that? Of course I am! That&#8217;s around £1800. What will I do with the money? Well what I might do is put it into any future projects I might work on, this sale has made me realise what&#8217;s to stop from me trying different niches, getting them good page ranks, high in google, 28k backlinks and then selling them off?</p>
<p>All in all I think the sale of Talk Playstation was fair and I&#8217;m very happy with the result.</p>
<img src="http://daparky.com/?ak_action=api_record_view&id=427&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://daparky.com/talkplaystation-com-sold-for-2700/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quick update on sale of Talk Playstation</title>
		<link>http://daparky.com/quick-update-on-sale-of-talk-playstation/</link>
		<comments>http://daparky.com/quick-update-on-sale-of-talk-playstation/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 17:51:14 +0000</pubDate>
		<dc:creator>David Parkinson</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[flippa]]></category>
		<category><![CDATA[talk playstation]]></category>

		<guid isPermaLink="false">http://daparky.com/?p=423</guid>
		<description><![CDATA[Earlier this week I listed Talk Playstation on Flippa, the site for buying and selling websites. Where am I up to with this? Well basically the site is currently standing in at $800, but this is sure to rise in the last few days. It ends in 4 days. I&#8217;ve had some private offers of [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier this week I listed Talk Playstation on <a href="http://flippa.com/auctions/85597/Playstation-3-News-Blog-PR4-2-years-old" target="_blank">Flippa</a>, the site for buying and selling websites. Where am I up to with this? Well basically the site is currently standing in at $800, but this is sure to rise in the last few days. It ends in 4 days.</p>
<p>I&#8217;ve had some private offers of $3000 and currently negotiating an offer of $3800. To be honest, I&#8217;m not really that fussed on how much the website goes for, I just want it out of my hair.</p>
<p>So far more than 600 people have viewed the auction and 28 people are keeping an eye on it.</p>
<p>I&#8217;ll keep you updated.</p>
<img src="http://daparky.com/?ak_action=api_record_view&id=423&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://daparky.com/quick-update-on-sale-of-talk-playstation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TalkPlaystation.com up for sale</title>
		<link>http://daparky.com/talkplaystation-com-up-for-sale/</link>
		<comments>http://daparky.com/talkplaystation-com-up-for-sale/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 17:35:20 +0000</pubDate>
		<dc:creator>David Parkinson</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Money]]></category>
		<category><![CDATA[talk playstation]]></category>

		<guid isPermaLink="false">http://daparky.com/?p=419</guid>
		<description><![CDATA[Over the weekend I decided to put Talk Playstation.com up for sale purely for the fact that I and the authors don&#8217;t have time to keep it up to date. As you can see it gets around 2 new posts per day, which isn&#8217;t bad, but could be alot better. I&#8217;ve listed the site on [...]]]></description>
			<content:encoded><![CDATA[<p>Over the weekend I decided to put Talk Playstation.com up for sale purely for the fact that I and the authors don&#8217;t have time to keep it up to date. As you can see it gets around 2 new posts per day, which isn&#8217;t bad, but could be alot better. I&#8217;ve listed the site on <a href="http://flippa.com/auctions/85597/Playstation-3-News-Blog-PR4-2-years-old" target="_blank">flippa.com</a>, you can view the <a href="http://flippa.com/auctions/85597/Playstation-3-News-Blog-PR4-2-years-old" target="_blank">listing here</a>.</p>
<p>It&#8217;s gaining quite alot of interest, I&#8217;ve had a few private offers, one being $3,000 (around £2k?) but I think i&#8217;m going to let the auction run. I&#8217;ve also been looking at past sites sold on a similar scale to Talk Playstation and they have gone for $4k.</p>
<p>The auction is currently sitting at $600 and I only put the listing on last night, it runs out next Monday/Tuesday night, we&#8217;ll see where we are at then.</p>
<p>I&#8217;m quite happy with what I&#8217;ve achieved and learnt from running the site, the stats are excellent. Here&#8217;s some of the highlights:-</p>
<ul>
<li>Page Rank 4</li>
<li>28k backlinks</li>
<li>66.72% of the 45k monthly visits come from Google</li>
<li>Had a steady income via Adsense</li>
</ul>
<p>Anyway, we&#8217;ll see where we are at next week. I did <a href="http://daparky.com/talk-playstation-is-worth-around-3500-to-9500/" target="_blank">mention just before Xmas</a> that Talk Playstation is worth around $3.5 to $9.5k.</p>
<img src="http://daparky.com/?ak_action=api_record_view&id=419&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://daparky.com/talkplaystation-com-up-for-sale/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alternate row colour in PHP</title>
		<link>http://daparky.com/alternate-row-colour-in-php/</link>
		<comments>http://daparky.com/alternate-row-colour-in-php/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 22:23:28 +0000</pubDate>
		<dc:creator>David Parkinson</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://daparky.com/?p=411</guid>
		<description><![CDATA[Over the past couple of months I&#8217;ve been developing a content management system to give myself something to aim for and achieve. What I do with the system is unknown, maybe I&#8217;ll start using it at work. Anyway, I&#8217;ve been posting some stuff on here that I may find userful for other developers, whether they [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past couple of months I&#8217;ve been developing a content management system to give myself something to aim for and achieve. What I do with the system is unknown, maybe I&#8217;ll start using it at work.</p>
<p>Anyway, I&#8217;ve been posting some stuff on here that I may find userful for other developers, whether they know how or not. I wanted to do some alternative row colour for some table results within the system and this is what I did.</p>
<p>Presuming you have a counter such as $i, try this:</p>
<pre class="brush: php">
$i = 0;
foreach($vars as $var) {
$i++;

if($i%2 == 0) { echo &#039;class=&quot;first&quot;&#039;; } else { echo &#039;class=&quot;second&quot;&#039;; }
</pre>
<p>On the first row it will add the class &#8216;first&#8217; and on the second row it will add &#8216;second&#8217;. It will keep repeating this until the last row.</p>
<p>In simple english: The variable $i is 0 before the foreach loop, we check if the variable is divided by 2, we will see if it is odd or even. If it divides, the remainder will be 0, and the classes will echo.</p>
<img src="http://daparky.com/?ak_action=api_record_view&id=411&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://daparky.com/alternate-row-colour-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

