<?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>Life Burner&#187; Website Development</title>
	<atom:link href="http://www.lifeburner.com/category/website-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lifeburner.com</link>
	<description>Sharing tools that work, well.</description>
	<lastBuildDate>Fri, 02 Oct 2009 13:52:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Project &#8220;kill IE6&#8243;, with IE6 no more!</title>
		<link>http://www.lifeburner.com/2009/08/05/project-kill-ie6-with-ie6-no-more/</link>
		<comments>http://www.lifeburner.com/2009/08/05/project-kill-ie6-with-ie6-no-more/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 09:04:50 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[die]]></category>
		<category><![CDATA[IE6]]></category>

		<guid isPermaLink="false">http://www.lifeburner.com/?p=214</guid>
		<description><![CDATA[Internet Explorer 6, at one point the worlds most used browser, sadly its still in use today, with a global share of 15-25% of Internet users, if you don&#8217;t know why this is bad, then shame on you!
This disaster, which some call a browser; was released on august 27th 2001, eight years old and still [...]]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer 6, at one point the worlds most used browser, sadly its still in use today, with a global share of 15-25% of Internet users, if you don&#8217;t know why this is bad, then shame on you!</p>
<p>This disaster, which some call a browser; was released on august 27th 2001, eight years old and still stinking up the tubes, many web applications today rely on a browser that is safe and can handle extensive Javascript and CSS, which IE6 can-not&#8230;</p>
<p><span id="more-214"></span>With its many security faults, crappy rendering, and no built in auto upgrade feature, we as website designers and developers need to help kill this rodent, and so spawns Project &#8220;IE6 No More!&#8221; a simple but effective way to tell our users they need to upgrade.</p>
<p>And its as simple as copying and pasting some html, check out the code samples over at:</p>
<p><a href="http://www.ie6nomore.com/code-samples.html">IE6 No more</a></p>
<p>It notifies the user with a simple div container telling them to upgrade, this is how it looks;</p>
<p style="text-align: left;"><a href="http://www.lifeburner.com/wp-content/uploads/2009/08/ie6-bar.png"><img class="size-full wp-image-216 aligncenter" title="ie6-bar" src="http://www.lifeburner.com/wp-content/uploads/2009/08/ie6-bar.png" alt="ie6-bar" width="585" height="78" /></a>There are so many other causes to help one way is a twitter petition:</p>
<p style="text-align: left;"><a href="http://twibbon.com/join/IE6-Must-Die">http://twibbon.com/join/IE6-Must-Die</a></p>
<p style="text-align: left;">What are your thoughts on IE6?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeburner.com/2009/08/05/project-kill-ie6-with-ie6-no-more/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Enable .htaccess in Apache2 on a Ubuntu Server</title>
		<link>http://www.lifeburner.com/2009/07/14/how-to-enable-htaccess-in-apache2-on-a-ubuntu-server/</link>
		<comments>http://www.lifeburner.com/2009/07/14/how-to-enable-htaccess-in-apache2-on-a-ubuntu-server/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 16:01:23 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Software]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[mods]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.lifeburner.com/?p=204</guid>
		<description><![CDATA[Iv jumped back to using my home media server as a web server for testing, and realized that apache2 wouldn&#8217;t recognize .htacess files, after some googling i found the answer, you need to open a terminal or putty session:
navigate to
cd /etc/apache2/sites-available
and open &#8220;default&#8221; up in your editor or choice
sudo nano default
Default for AllowOverride is none, [...]]]></description>
			<content:encoded><![CDATA[<p>Iv jumped back to using my home media server as a web server for testing, and realized that apache2 wouldn&#8217;t recognize .htacess files, after some googling i found the answer, you need to open a terminal or putty session:<br />
navigate to<br />
<code>cd /etc/apache2/sites-available</code><br />
and open &#8220;<em>default</em>&#8221; up in your editor or choice<br />
<code>sudo nano default</code><br />
Default for <em><strong>AllowOverride</strong> </em>is <strong><em>none</em></strong>, it should be <strong><em>All</em></strong>, so your overall <em>&#8220;default&#8221; </em>file should look like this;</p>
<p><code>NameVirtualHost *</p>
<p>ServerAdmin admin@site.com</p>
<p>DocumentRoot /var/www/</p>
<p>Options FollowSymLinks<br />
AllowOverride None</p>
<p>Options Indexes FollowSymLinks MultiViews<br />
AllowOverride All<br />
Order allow,deny<br />
allow from all<br />
# This directive allows us to have apache2's default start page<br />
# in /apache2-default/, but still have / go to the right place<br />
# Commented out for Ubuntu<br />
#RedirectMatch ^/$ /apache2-default/<br />
</code><br />
Then all you need to do is restart apache2:<br />
<code><br />
sudo /etc/init.d/apache2 restart</code></p>
<p>Thanks to<a href="http://ubuntuforums.org/showpost.php?p=276109&amp;postcount=5" target="_blank"> this Ubuntu Forums post</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeburner.com/2009/07/14/how-to-enable-htaccess-in-apache2-on-a-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>600+ Free Design, Twitter and Social Media Icons: A Collection Motherload!</title>
		<link>http://www.lifeburner.com/2009/06/12/600-free-design-twitter-and-social-media-icons-a-collection-motherload/</link>
		<comments>http://www.lifeburner.com/2009/06/12/600-free-design-twitter-and-social-media-icons-a-collection-motherload/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 17:00:23 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[icons]]></category>

		<guid isPermaLink="false">http://www.lifeburner.com/?p=198</guid>
		<description><![CDATA[Whether it’s those little Twitter birds, social media or website icons, we all love and need them from time to time. Over the past several months many other blogs have compiled their list of website, social media, Twitter and other icons, so in case you missed them here is the motherload collection!
View list by going [...]]]></description>
			<content:encoded><![CDATA[<p>Whether it’s those little Twitter birds, social media or website icons, we all love and need them from time to time. Over the past several months many other blogs have compiled their list of website, social media, Twitter and other icons, so in case you missed them here is the motherload collection!</p>
<p><a href="http://www.thedesigncubicle.com/2009/04/600-free-design-twitter-and-social-media-icons-a-collection-motherload/" target="_blank">View list by going to the design cubicle</a>. . .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeburner.com/2009/06/12/600-free-design-twitter-and-social-media-icons-a-collection-motherload/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install a full xampp webserver inside windows for development</title>
		<link>http://www.lifeburner.com/2009/03/14/how-to-install-a-full-xampp-webserver-inside-windows-for-development/</link>
		<comments>http://www.lifeburner.com/2009/03/14/how-to-install-a-full-xampp-webserver-inside-windows-for-development/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 15:25:35 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Windows Software]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[home server]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[s]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[stand-alone]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[win]]></category>
		<category><![CDATA[Windows OS]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.lifeburner.com/?p=47</guid>
		<description><![CDATA[There are multiple reasons that you might want to install a fully working web-server inside windows, the reason that I started off using stand-alone servers was for website development, if your a fully fledged website developer, designer or want to learn how to create dynamic websites these tools will make life so much easier! Cutting development time [...]]]></description>
			<content:encoded><![CDATA[<p>There are multiple reasons that you might want to install a fully working web-server inside windows, the reason that I started off using stand-alone servers was for website development, if your a fully fledged website developer, designer or want to learn how to create dynamic websites these tools will make life so much easier! Cutting development time down.</p>
<p>I have tested many many stand-alone server packages out there and the best by far is XAMPP which runs on Windows 98, NT, 2000, 2003, XP and Vista and includes;</p>
<p style="PADDING-LEFT: 30px"><em>Apache, MySQL, PHP + PEAR, Perl, mod_php, mod_perl, mod_ssl, OpenSSL, phpMyAdmin, Webalizer, Mercury Mail Transport System for Win32 and NetWare Systems v3.32, Ming, JpGraph, FileZilla FTP Server, mcrypt, eAccelerator, SQLite, and WEB-DAV + mod_auth_mysql.</em></p>
<p style="TEXT-ALIGN: left">Now lets get an understanding of those tools included&#8230;</p>
<p style="TEXT-ALIGN: left"><span id="more-47"></span></p>
<p style="TEXT-ALIGN: left"><em><strong>Apache</strong> -</em> Is the main brain of the web-server, it serves the http server, and hosts the local domain <a href="http://localhost">http://localhost</a> where you website/server will be based.</p>
<p><em><strong>MySQL</strong> -</em> Is a database management system that is used by most dynamic websites to store information, many open source applications use mysql such as <a href="http://www.drupal.org" target="_blank">drupal</a>, <a href="http://www.wordpress.org" target="_blank">wordpress</a>, <a href="http://www.joomla.org" target="_blank">Joomla</a>, <a href="http://www.simplemachines.org" target="_blank">SMF</a>, <a href="http://www.phpbb.com">PHPBB</a> and millions more.</p>
<p><em><strong>PHP + PEAR</strong> -</em> And what codes are those open source applications written in? that would be PHP, PHP is an open source server-side scripting language used to create dynamic websites, PEAR is a PHP Extension and Application Repository (or PEAR) framework comprises reusable components. which cover most development problems to save time, more information can be found at <a href="http://www.pear.php.net">http://www.pear.php.net</a>.</p>
<p><em><strong>Perl </strong>- </em>is also a server-side scripting language, one of the first, and still used today.</p>
<p style="TEXT-ALIGN: left"><em><strong>phpMyAdmin</strong> &#8211; </em>Is a very popular open source programme to manage MYSQL databases via a web browser.</p>
<p style="TEXT-ALIGN: left"><em><strong>Webalizer</strong> &#8211; </em>web server log file analysis program, included for tracking visitor information.</p>
<p style="TEXT-ALIGN: left"><em><strong>Mercury Mail Transport System for Win32 and NetWare Systems v3.32</strong> &#8211; </em>This has many detailed operations but the simplese and most used reason is it includes a mail-server that lets you send and receive emails straight from your windows machine, a lot of php applications need to send emails, and this is the programme that makes that happen.</p>
<p style="TEXT-ALIGN: left"><em><strong>FileZilla FTP Server</strong> -</em> FTP,  File Transfer Protocol server is used to transfer files over a network (WAN, LAN or Internet using the FTP protocol)</p>
<h2 style="TEXT-ALIGN: left">So how do i get this working!!?</h2>
<p style="TEXT-ALIGN: left">Its as easy as installing a normal application, all these packages have been put together in exe or zipped format, just visit the XAMPP for windows website and download <a href="http://www.apachefriends.org/en/xampp-windows.html">http://www.apachefriends.org/en/xampp-windows.html</a>.</p>
<p style="TEXT-ALIGN: left"><a href="http://www.lifeburner.com/wp-content/uploads/2009/01/xampp_control_panel.jpg"><img class="alignleft size-medium wp-image-80" title="xampp_control_panel" src="http://www.lifeburner.com/wp-content/uploads/2009/01/xampp_control_panel-300x210.jpg" alt="xampp_control_panel" width="300" height="210" /></a>So go ahead and install your version of xampp, depending on your operating system and what version you want, the easyest method for windows users is the instillation from the installer.</p>
<p style="TEXT-ALIGN: left">After the instillation is complete you will find the XAMPP control panel under your start menu, start &gt;programmes &gt; XAMPP</p>
<p style="TEXT-ALIGN: left">Or type XAMPP into windows vista start menu search bar.</p>
<p>You can start your web server by hitting &#8220;Start&#8221; on Apache, this runs Apache (see above for explanation) and Start MySql.</p>
<h2 style="TEXT-ALIGN: left">Testing local web server, using Joomla! ( or whatever cms you wish! )</h2>
<p style="TEXT-ALIGN: left">The fastest and easiest way to get a website started and running, is to use a free open source php &amp; MySql application, there&#8217;s billions out there, but today were going to start with joomla, as its highly supported and used around the net!</p>
<p style="TEXT-ALIGN: left">Im not going to go deep though the instillation as its quite straight forward, but if you don&#8217;t know how to do this i have provided links to a step by step screenshot instillation!</p>
<ol>
<li>Download the <a href="http://www.joomla.org/download.html" target="_blank">latest Joomla release Here</a></li>
<li>Go to where Joomla was downloaded on your PC, right click on the Zipped joomla download, and hit extract.</li>
<li>Go into the joomla main directory and copy over all the files to your new xampp installations Htdocs directory.<br />
For example mine is at C:/xampp/htdocs, yours will depend on where you installed xampp, you can always go to your xampp control panel and click on &#8220;explore&#8221; then go into Htdocs.</li>
<li>Go into your favourite web browser, and head to <a href="http://localhost" target="_blank">http://localhost</a> make sure you have started up Apache and MySql first, and you should be presented with the <a href="http://help.joomla.org/content/view/1947/306/1/0/" target="_blank">web based joomla installer</a>, fill in the correct details and you will have a fully functioning interactive website, live to start editing from your home computer.</li>
<li>You can start playing with new test website, installing themes and extensions</li>
</ol>
<h2 style="TEXT-ALIGN: left">How do i get this online?</h2>
<p style="TEXT-ALIGN: left">Now, some people will be thinking, I have a web server, how do set it up with a free domain?<br />
These two simple steps will open your web server to the world, not that this is the safest thing to do.</p>
<p style="TEXT-ALIGN: left"><strong>Step 1</strong></p>
<p style="TEXT-ALIGN: left"><strong>Port forwarding your router<br />
</strong></p>
<p style="TEXT-ALIGN: left">You need to open a couple of ports on your router (if you have one) to point to your LAN computer on port 80 (http). At present your router probably blocks incoming connections on all ports for security, First of all we need to find the LAN address of your computer usually something like 192.168.0.4.<br />
One thing beginners always fumble over, is the difference between a LAN ip and a WAN ip, LAN is your Local Area network, that&#8217;s everything connected to your router internal, and your WAN, wide area network, is your IP to the world (inter-webs =p ).</p>
<ol>
<li>
<div style="TEXT-ALIGN: left">as were in windows open up RUN (start &gt; run, or win+R) and type &#8220;cmd&#8221;.</div>
</li>
<li>
<div style="TEXT-ALIGN: left">This will open up command prompt, you need to type in &#8221;ipconfig&#8221; to find out our internal LAN address.</div>
</li>
<li>In CMD, you need the IPv4 or IPv6 address, or whatever version you are using. mine is 192.168.0.4, so I&#8217;ll use that as an example.</li>
</ol>
<p><strong>Step 2</strong></p>
<p style="TEXT-ALIGN: left">Next You need to login to the admin panel of your router, all routers are different so this will vary, Although to our disposal is this database of port forwarding for a range of routers:</p>
<p style="TEXT-ALIGN: left"><a href="http://www.portforward.com/english/routers/port_forwarding/routerindex.htm" target="_blank">http://www.portforward.com/english/routers/port_forwarding/routerindex.htm</a></p>
<p style="TEXT-ALIGN: left">Once you have found your router, if it asks you what programme your port forwarding, its &#8220;Apache&#8221; and the port we want to forward is port 80 to your LAN ip (e.g. 192.168.0.4)</p>
<p style="TEXT-ALIGN: left">Yay were done! you can now give a friend your external ip address (wan) <a href="http://w3tuts.com/whats_my_ip.php" target="_blank">whats my external ip address?</a> and they should be able to view your CMS install on your home windows web server!</p>
<p style="TEXT-ALIGN: left">If you dont have any friends, then you can check if its worked by using this cool service <a href="http://www.canyouseeme.org" target="_blank">http://www.canyouseeme.org</a></p>
<h2 style="TEXT-ALIGN: left">How to setup a free domain</h2>
<p>Now, there are not many of us that memorize IP addresses for websites, that&#8217;s why domain names were invented! so head on over to <a href="http://www.no-ip.com/" target="_blank">http://www.no-ip.com </a>and grab yourself a free account and some free sub-domains, you can have up to 5 free sub domains that link direct to your home server, if you have a static WAN ip then you can put that IP in for each domain, but if you have a normal Internet connection, then you&#8217;ll probably have a dynamic IP, that means that it changes from time to time!</p>
<p>No worries, no-ip&#8217;s here to help! Just <a href="http://www.no-ip.com/referral/index.php/client/tokedope@gmail.com" target="_blank">download there free Dynamic IP software</a>, install and login, your sub-domains will show up, and update your dynamic IP to there servers automatically!<br />
sorted, now you can send out your cool, witty free sub-domains to friends, to access your free hosted website, running free CMS software.</p>
<h2>How to setup a .com or Top domain with my hosting</h2>
<p>You can also upgrade your no-ip account and buy a cheap .com .net .co.uk or whatever. <a href="http://www.no-ip.com/referral/index.php/client/tokedope@gmail.com" target="_blank">register and upgrade No-ip account</a>.</p>
<p style="TEXT-ALIGN: left">
]]></content:encoded>
			<wfw:commentRss>http://www.lifeburner.com/2009/03/14/how-to-install-a-full-xampp-webserver-inside-windows-for-development/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>50 Extreamly usefull PHP tools</title>
		<link>http://www.lifeburner.com/2009/01/21/50-extreamly-usefull-php-tools/</link>
		<comments>http://www.lifeburner.com/2009/01/21/50-extreamly-usefull-php-tools/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 09:56:24 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Website Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.lifeburner.com/?p=133</guid>
		<description><![CDATA[So i came across this while surfing digg, and its an amazing list, i though it would end up being one of those posts, with countless crappy scripts, but the heavens opened, with some really useful tools listed here that i had never heard of!
Find the artical here
]]></description>
			<content:encoded><![CDATA[<p>So i came across this while surfing digg, and its an amazing list, i though it would end up being one of those posts, with countless crappy scripts, but the heavens opened, with some really useful tools listed here that i had never heard of!</p>
<p><a href="http://www.smashingmagazine.com/2009/01/20/50-extremely-useful-php-tools/">Find the artical here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifeburner.com/2009/01/21/50-extreamly-usefull-php-tools/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
