<?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>WebLab</title>
	<atom:link href="http://weblab.bionicweb.co.za/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblab.bionicweb.co.za</link>
	<description>Tutorials on Web Development</description>
	<lastBuildDate>Wed, 03 Aug 2011 16:47:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>innerbeauty.co.za</title>
		<link>http://weblab.bionicweb.co.za/innerbeauty-co-za/</link>
		<comments>http://weblab.bionicweb.co.za/innerbeauty-co-za/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 10:31:21 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://weblab.bionicweb.co.za/?p=227</guid>
		<description><![CDATA[They sell all kinds of products like Magnesium Inflama Spray, Rafaa, Olive Leaf, Colon Activator, and all these products have different pack sizes with different pricing.]]></description>
			<content:encoded><![CDATA[<p>My latest project is innerbeauty.co.za, they needed an online store that could work for the SA market. I had a look at quite a few solutions but settled on Prestashop as the software of choice. They sell all kinds of products like <a title="BodyDetox Magnesium Inflama Spray" href="http://innerbeauty.co.za/18-magnesium-inflama-spray.html" target="_blank">Magnesium Inflama Spray</a>, Rafaa, Olive Leaf, Colon Activator, and all these products have different pack sizes with different pricing. Prestashop was well suited to this kind of thing luckily <img src='http://weblab.bionicweb.co.za/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I had a difficult time adding the <a title="Magnesium InflamaSpray" href="http://innerbeauty.co.za/18-magnesium-inflama-spray.html" target="_blank">Inflamaspray</a> because of a bug in prestashop that affects Chrome and FireFox, but hopefully that&#8217;ll get fixed soon! Adding thumbnails was a breeze and Presta automatically resizes the thumbs which saved me a ton of time! Overall I really enjoyed doing the project so go check them out! <a title="Bodydetox innerbeauty.co.za" href="http://innerbeauty.co.za" target="_blank">Bodydetox InnerBeauty.co.za</a></p>
]]></content:encoded>
			<wfw:commentRss>http://weblab.bionicweb.co.za/innerbeauty-co-za/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your First Ever Rails 3 App in Windows</title>
		<link>http://weblab.bionicweb.co.za/your-first-ever-rails-3-app-in-windows/</link>
		<comments>http://weblab.bionicweb.co.za/your-first-ever-rails-3-app-in-windows/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 20:07:53 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://weblab.bionicweb.co.za/?p=161</guid>
		<description><![CDATA[So you want to give Rails a whack but don't have a clue where to start? Well you have come to the right place!]]></description>
			<content:encoded><![CDATA[<h3>So you want to give Rails a whack but don&#8217;t have a clue where to start? Well you have come to the right place!</h3>
<p>First things first, go grab Ruby <a title="Ruby for Windows" href="http://rubyforge.org/frs/?group_id=167" target="_blank">Here</a>. I got the <strong> <a title="Ruby 1.9.2-p180 windows" href="http://rubyforge.org/frs/download.php/74298/rubyinstaller-1.9.2-p180.exe" target="_blank">1.9.2-p180</a> </strong>version and would suggest you get the same to avoid issues with following along with me. Install and make sure that you select &#8220;Add Ruby executables to your PATH&#8221; and &#8220;Associate .rb and .rbw files with this Ruby installation&#8221; as shown below.</p>
<div id="attachment_162" class="wp-caption alignnone" style="width: 310px"><a href="http://weblab.bionicweb.co.za/wp-content/uploads/2011/06/ruby-install.png" rel="lightbox[161]"><img class="size-medium wp-image-162  " style="margin-top: 10px; margin-bottom: 10px;" title="ruby install" src="http://weblab.bionicweb.co.za/wp-content/uploads/2011/06/ruby-install-300x235.png" alt="Ruby install options" width="300" height="235" /></a><p class="wp-caption-text">Ruby install options</p></div>
<p>&nbsp;</p>
<p>So with Ruby installed open up a CMD prompt and run &#8220;gem update &#8211;system&#8221;</p>
<div id="attachment_163" class="wp-caption alignnone" style="width: 310px"><a href="http://weblab.bionicweb.co.za/wp-content/uploads/2011/06/gem_system_update.png" rel="lightbox[161]"><img class="size-medium wp-image-163  " style="margin-top: 10px; margin-bottom: 10px;" title="gem_system_update" src="http://weblab.bionicweb.co.za/wp-content/uploads/2011/06/gem_system_update-300x186.png" alt="Gem update --system" width="300" height="186" /></a><p class="wp-caption-text">Update gem system</p></div>
<p>&nbsp;</p>
<p>With that done go ahead and run</p>
<p>&#8220;gem update&#8221;</p>
<p>and then you should be golden to install Rails.</p>
<p>Run &#8220;gem install rails&#8221;</p>
<div id="attachment_164" class="wp-caption alignnone" style="width: 231px"><a href="http://weblab.bionicweb.co.za/wp-content/uploads/2011/06/gem_install_rails.png" rel="lightbox[161]"><img class="size-medium wp-image-164  " style="margin-top: 10px; margin-bottom: 10px;" title="gem_install_rails" src="http://weblab.bionicweb.co.za/wp-content/uploads/2011/06/gem_install_rails-221x300.png" alt="gem install rails" width="221" height="300" /></a><p class="wp-caption-text">Install Rails with gem</p></div>
<p>&nbsp;</p>
<p>This should take a few seconds/minutes so go to the bathroom, go drink something, or upgrade your internet <img src='http://weblab.bionicweb.co.za/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
After Rails is installed you should install some sort of database. The default one Rails uses is SQLite3 but the catch is that it does not ship with Rails 3 <img src='http://weblab.bionicweb.co.za/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  So let&#8217;s go ahead and get that sucker installed</p>
<p>Run &#8220;gem install sqlite3-ruby&#8221;</p>
<p>Note that after you install the SQLite3 gem there will be instructions on where you should get the sqlite3.dll version that works with your version of the sqlite3-ruby gem. Or download the version I used <a href="http://www.sqlite.org/sqlite-dll-win32-x86-3070603.zip">http://www.sqlite.org/sqlitedll-3_7_3.zip.</a></p>
<p>So go ahead and download sqlite3.dll and make sure you place it in your ruby/bin folder. Hopefully you won&#8217;t get any problems with SQLite3, if you do please don&#8217;t hesitate to ask away in the comments below and I&#8217;ll help where I can!</p>
<p>It&#8217;s time to create your first ever Rails app! How exciting!! So what are you waiting for? Create a folder wherever you want and go to that folder in the cmd. Example C:/myfolder<br />
so in CMD prompt type<br />
1) &#8220;cd\&#8221;<br />
2) &#8220;mkdir myfolder&#8221;<br />
3) &#8220;cd myfolder&#8221;<br />
4) &#8220;rails new myapp&#8221;</p>
<p>Watch as the magic happens right before your virgin rails eyes <img src='http://weblab.bionicweb.co.za/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
BTW myapp can be anything you want, it&#8217;s your choice!</p>
<p>Oky the hardest parts are over I promise! The last step is to run &#8220;rake db:migrate&#8221;, this will create the sqlite database for your modding pleasure later!<br />
So the moment of truth has arrived! It&#8217;s time to take flight little hatchling, so go ahead and unleash the power that is Ruby on Rails!</p>
<p>Run &#8220;rails server&#8221; and if everything goes to plan you should see WEBrick fire up</p>
<div id="attachment_165" class="wp-caption alignnone" style="width: 310px"><a href="http://weblab.bionicweb.co.za/wp-content/uploads/2011/06/rails_server.png" rel="lightbox[161]"><img class="size-medium wp-image-165  " style="margin-top: 10px; margin-bottom: 10px;" title="rails_server" src="http://weblab.bionicweb.co.za/wp-content/uploads/2011/06/rails_server-300x93.png" alt="WEBrick" width="300" height="93" /></a><p class="wp-caption-text">WEBrick in all its glory</p></div>
<p>&nbsp;</p>
<p>Awesome! Now start-up your browser and go to localhost:3000, you should be greeted with the default Rails welcome page!</p>
<div id="attachment_166" class="wp-caption alignnone" style="width: 289px"><a href="http://weblab.bionicweb.co.za/wp-content/uploads/2011/06/rails_welcome.png" rel="lightbox[161]"><img class="size-medium wp-image-166  " style="margin-top: 10px; margin-bottom: 10px;" title="rails_welcome" src="http://weblab.bionicweb.co.za/wp-content/uploads/2011/06/rails_welcome-279x300.png" alt="rails welcome page" width="279" height="300" /></a><p class="wp-caption-text">Rails Welcome Page</p></div>
<p>&nbsp;</p>
<p>When you click the about link you should see info about your Rails stack, WELL DONE!!<br />
Please tweet this post and don&#8217;t forget to subscribe at the top of the page, thanks! <img src='http://weblab.bionicweb.co.za/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Next time I&#8217;ll show you how to take your site to the World Wide Web and unleash it in CyberSpace!</p>
<p>&nbsp;</p>
<p>Rhinorumbles.com</p>
]]></content:encoded>
			<wfw:commentRss>http://weblab.bionicweb.co.za/your-first-ever-rails-3-app-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Default WordPress MU From Email Address</title>
		<link>http://weblab.bionicweb.co.za/change-default-wordpress-mu-from-email-address/</link>
		<comments>http://weblab.bionicweb.co.za/change-default-wordpress-mu-from-email-address/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 19:40:35 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://weblab.bionicweb.co.za/?p=153</guid>
		<description><![CDATA[Notice how WPMU sends email and the from-email address and name is something like WordPress(wordpress@yoursite.com) Annoying isn't it? Well here's the fix! ;)]]></description>
			<content:encoded><![CDATA[<p>Hey Friends!!</p>
<p>Notice how WPMU sends email and the from-email address and name is something like WordPress(wordpress@yoursite.com) Annoying isn&#8217;t it? Well here&#8217;s the fix! <img src='http://weblab.bionicweb.co.za/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Just place this in your theme&#8217;s function.php file</p>
<p><code>function my_fromemail($email) {<br />
$wpfrom = get_option('admin_email');<br />
return $wpfrom;<br />
}</code></p>
<p><code>function my_fromname($email){<br />
$wpfrom = get_option('blogname');<br />
return $wpfrom;<br />
}</code></p>
<p><code> </code></p>
<p>&nbsp;</p>
<p><code>add_filter('wp_mail_from', 'my_fromemail');<br />
add_filter('wp_mail_from_name', 'my_fromname');</code></p>
<p>Please Tweet <img src='http://weblab.bionicweb.co.za/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://weblab.bionicweb.co.za/change-default-wordpress-mu-from-email-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Custom Post Types on Your WordPress Front Page</title>
		<link>http://weblab.bionicweb.co.za/getting-custom-post-types-on-wordpress-frontpage/</link>
		<comments>http://weblab.bionicweb.co.za/getting-custom-post-types-on-wordpress-frontpage/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 18:58:45 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://weblab.bionicweb.co.za/?p=104</guid>
		<description><![CDATA[Custom Post Types on your home page can really come in handy when using WordPress as a CMS.]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Hi guys and gals, my name is Theokie and recently I needed to have my WordPress Home Page display a custom post type. Firstly go to your theme&#8217;s index.php file and open it. Look for where The Loop starts, usually</p>
<p><code>&lt;?php if (have_posts()) : while (have_posts()) : the_post(); ?&gt;</code></p>
<p>now place this just before The Loop</p>
<p><code>&lt;?php<br />
$args = array( 'post_type'=&gt; 'product' );<br />
query_posts( $args );<br />
?&gt;</code></p>
<p>You could add more post types to the query by replacing the above with</p>
<p><code>$args = array ( 'post_type' =&gt; array('product' , 'post' ));<br />
query_posts( $args );</code></p>
<p>Remember to reset the Query just after The Loop by adding this</p>
<p><code>&lt;?php wp_reset_query(); ?&gt;</code></p>
<p>Now you should see your custom posts on the FrontPage <img src='http://weblab.bionicweb.co.za/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  WordPress Rocks!!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://weblab.bionicweb.co.za/getting-custom-post-types-on-wordpress-frontpage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Awesome Fireworks Forum</title>
		<link>http://weblab.bionicweb.co.za/awesome-fireworks-forum/</link>
		<comments>http://weblab.bionicweb.co.za/awesome-fireworks-forum/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 18:44:48 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://weblab.bionicweb.co.za/?p=75</guid>
		<description><![CDATA[Really nice Fireworks tutorials on here! Check it out!]]></description>
			<content:encoded><![CDATA[<p>Really nice Fireworks tutorials on here! Check it out! <a title="Fireworks Guru Forum" href="http://www.fireworksguruforum.com/" target="_blank">http://www.fireworksguruforum.com/</a></p>
<p>They reply quickly to questions and it&#8217;s an active community.</p>
<p>Cheers</p>
<p>Theokie</p>
]]></content:encoded>
			<wfw:commentRss>http://weblab.bionicweb.co.za/awesome-fireworks-forum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fireworks CS5 Tutorial – Making a Logo for Your Web Site 1</title>
		<link>http://weblab.bionicweb.co.za/fireworks-cs5-tutorial-making-a-logo-for-your-web-site/</link>
		<comments>http://weblab.bionicweb.co.za/fireworks-cs5-tutorial-making-a-logo-for-your-web-site/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 19:17:36 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cs4]]></category>
		<category><![CDATA[cs5]]></category>
		<category><![CDATA[fireworks]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://weblab.bionicweb.co.za/?p=66</guid>
		<description><![CDATA[A Web Lab Tutorial on creating an awesome logo for your website!]]></description>
			<content:encoded><![CDATA[<p><span class="youtube">
<object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/i0HmuvidVBw?color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0&amp;rel=1" />
<param name="allowFullScreen" value="true" />
<param name="allowscriptaccess" value="always">
<embed src="http://www.youtube.com/v/i0HmuvidVBw?color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0&amp;rel=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="425" height="344"></embed>
</object>
</span><p><a href="http://www.youtube.com/watch?v=i0HmuvidVBw">www.youtube.com/watch?v=i0HmuvidVBw</a></p></p>
<p>A Web Lab Tutorial on creating an awesome logo for your website!</p>
]]></content:encoded>
			<wfw:commentRss>http://weblab.bionicweb.co.za/fireworks-cs5-tutorial-making-a-logo-for-your-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fireworks CS4 Tutorial – Making a Cool button for your website</title>
		<link>http://weblab.bionicweb.co.za/fireworks-cs4-tutorial-making-a-cool-button-for-your-website-with-the-powerful-pen-tool/</link>
		<comments>http://weblab.bionicweb.co.za/fireworks-cs4-tutorial-making-a-cool-button-for-your-website-with-the-powerful-pen-tool/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 08:49:58 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[cs4]]></category>
		<category><![CDATA[fireworks]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://weblab.bionicweb.co.za/?p=59</guid>
		<description><![CDATA[Making a Cool button for your website with the powerful pen tool - a video tut!]]></description>
			<content:encoded><![CDATA[<p><span class="youtube">
<object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/Z_uFPW5Mt5c?color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0&amp;rel=1" />
<param name="allowFullScreen" value="true" />
<param name="allowscriptaccess" value="always">
<embed src="http://www.youtube.com/v/Z_uFPW5Mt5c?color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0&amp;rel=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="425" height="344"></embed>
</object>
</span><p><a href="http://www.youtube.com/watch?v=Z_uFPW5Mt5c">www.youtube.com/watch?v=Z_uFPW5Mt5c</a></p></p>
]]></content:encoded>
			<wfw:commentRss>http://weblab.bionicweb.co.za/fireworks-cs4-tutorial-making-a-cool-button-for-your-website-with-the-powerful-pen-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

