<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5" -->
<rss version="0.92">
<channel>
	<title>Lots of Code</title>
	<link>http://www.lotsofcode.com</link>
	<description>php, css and javascript</description>
	<lastBuildDate>Wed, 22 Oct 2008 20:19:36 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>how to backup a mysql table</title>
		<description>A nice and simple way of backing up a mysql table without renaming / exporting is to create a new table with the same structure and copy across the data for the current table.

This can be done without having to copy and paste the structure of the table.

Simply replace the ...</description>
		<link>http://www.lotsofcode.com/sql/how-to-backup-a-mysql-table.htm</link>
			</item>
	<item>
		<title>It&#8217;s been a while &#8230;.</title>
		<description>I haven't writted here in a long while, i have been whay too busy working and haven't had a chance to see what's happening.

I'v changed the style, not really sure what difference it's going to make, but it makes me feel asif i have done my part as a web-publisher, ...</description>
		<link>http://www.lotsofcode.com/websites/its-been-a-while.htm</link>
			</item>
	<item>
		<title>xbox360 Gamer Tag</title>
		<description>My xbox360 Gamer Tag

I'm a newb online (ps3 is my first love), if anyone wants to add me then please feel free too.

 </description>
		<link>http://www.lotsofcode.com/general/xbox360-gamer-tag.htm</link>
			</item>
	<item>
		<title>Market Music</title>
		<description>Yesterday was the launch of the new market music website, the sellers of official music merchandise such as Misfits, Breaking Benjiman, Inflames and Many more. It was decided that the site would go live with only a few products that have been cleaned up from the old site and now ...</description>
		<link>http://www.lotsofcode.com/websites/market-music.htm</link>
			</item>
	<item>
		<title>Three Columns with Header, Menu and Footer</title>
		<description>Simple template for inclusion into your website.

 </description>
		<link>http://www.lotsofcode.com/css/three-columns-with-header-menu-and-footer.htm</link>
			</item>
	<item>
		<title>Simple Smarty Pagination</title>
		<description> With the combined effort of my PHP Array Pagination script and this tutorial you will be able to pagination results (database &#38; non database driven results) and intergrate it easily with the smarty template engine.

So, to start download the PHP Pagination script and then put it into a directory ...</description>
		<link>http://www.lotsofcode.com/php/smarty-pagination.htm</link>
			</item>
	<item>
		<title>Simple Modular Arithmetic with Smarty Template Engine</title>
		<description>Something i take for granted in PHP is the use of Modular Arithmetic when display results in a grid like format.

Usually in php, i would do something like this to display three items per row
if ($count % 3 == 0) {

// Add Break / Clear here

}
So i assumed something like ...</description>
		<link>http://www.lotsofcode.com/php/simple-modular-arithmetic-with-smarty-template-engine.htm</link>
			</item>
	<item>
		<title>jQuery - Skinning HTML Select Boxes</title>
		<description>Had enough of the same old operating system based select field style? Why not skin it up, this script allows you to apply a skin to a select box.

This tutorial is based on the original code i wrote, however this version is less buggier and has support for non JS ...</description>
		<link>http://www.lotsofcode.com/javascript-and-ajax/jquery-select-box-skin.htm</link>
			</item>
	<item>
		<title>jQuery for beginners</title>
		<description>This is a little tutorial i put together to help people starting out with jQuery to learn the basics.

So, first things first. Pop over to http://docs.jquery.com/Downloading_jQuery and download the latest version in whatever form you prefer, Minified, Packed or Uncompressed. If you are not fussed then i would suggest the ...</description>
		<link>http://www.lotsofcode.com/javascript-and-ajax/jquery-for-beginners.htm</link>
			</item>
	<item>
		<title>Wordpress TinyMCE Image Upload Plugin</title>
		<description>After many hours looking and looking for a plugin for TinyMCE i finally found one that actually worked quite well and was what it said it is ..  An actual image upload plugin for Wordpress's TinyMCE ... !

Take a look here: http://www.soderlind.no/archives/2006/01/03/imagemanager-20/



Download here: http://www.soderlind.no/download/ImageManager2.41.zip

I know someone will really appreciate ...</description>
		<link>http://www.lotsofcode.com/javascript-and-ajax/wordpress-tinymce-image-upload-plugin.htm</link>
			</item>
</channel>
</rss>
