<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9" -->
<rss version="0.92">
<channel>
	<title>thisismy.ca</title>
	<link>http://thisismy.ca</link>
	<description>Web Designer / Web Programmer / Web Site Hosting / PHP,html,Ajax,jquery</description>
	<lastBuildDate>Tue, 06 Apr 2010 15:40:01 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Snowboarding wipeout</title>
		<description><![CDATA[
Need to lift my board up a little more so i wouldn&#8217;t catch an edge  
]]></description>
		<link>http://thisismy.ca/?p=12</link>
			</item>
	<item>
		<title>String Replacement</title>
		<description><![CDATA[I looked for this script forever and I thought I&#8217;d share it with you. This script matches all the letters and numbers in a string an returns them back to you.
$string = &#8220;The quick brown fox jumped over the lazy dog!&#8221;;
$new_string = ereg_replace(&#8220;[^A-Za-z0-9]&#8220;, &#8220;-&#8221;, $string);
echo $new_string
Will return this :
The-quick-brown-fox-jumped-over-the-lazy-dog-
]]></description>
		<link>http://thisismy.ca/?p=11</link>
			</item>
	<item>
		<title>Eqmon.com</title>
		<description><![CDATA[http://www.eqmon.com/sample/
This script was probably my most advanced script written. I use a combination of jquery, mysql, and php to generate a report based on the database. I also use php functions to generate the search form. I&#8217;ve been trying these days to use databases more to generate code than html and it seems to not [...]]]></description>
		<link>http://thisismy.ca/?p=6</link>
			</item>
	<item>
		<title>Standings Script</title>
		<description><![CDATA[I recently had to write a script for my baseball league that then created standings ordered by PTS as I looked for something off the shelf to work for me but nothing seem to fit my needs. I also imagine that this could be easily changed for basketball, baseball or hockey. I will also add [...]]]></description>
		<link>http://thisismy.ca/?p=5</link>
			</item>
	<item>
		<title>Style sheet vs. Images</title>
		<description><![CDATA[I was able to transform our new ILscorp.com website from Images to CSS and reduce the size of the page.
Old Website made with images :

Total loading time:
5.6 seconds
Total objects:
58 (604.1 KB)
External objects:
0
 (X)HTML:
1 (31.4KB)
 RSS/XML:
0
 CSS:
1 (4.8KB)
 Scripts:
1 (29.3KB)
 Images:
55 (538.6KB)
 Plugins:
0
 Other:
0
 Redirected:
0

New Site made with CSS :

Total loading time:
0.2 seconds
Total objects:
15 (154.1 KB)
External [...]]]></description>
		<link>http://thisismy.ca/?p=4</link>
			</item>
	<item>
		<title>Bjork Gallery</title>
		<description><![CDATA[Recently I was messing around with a great thumbnail php gallery code and added a lightbox feature to it. This script is great as its just a drag and drop script. All you have to do is drop the image files into the same directory as the script and boom it finds all the image [...]]]></description>
		<link>http://thisismy.ca/?p=3</link>
			</item>
</channel>
</rss>
