<?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>thisismy.ca</title>
	<atom:link href="http://thisismy.ca/?feed=rss2" rel="self" type="application/rss+xml" />
	<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>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Snowboarding wipeout</title>
		<link>http://thisismy.ca/?p=12</link>
		<comments>http://thisismy.ca/?p=12#comments</comments>
		<pubDate>Tue, 06 Apr 2010 15:40:01 +0000</pubDate>
		<dc:creator>riotctrl</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://thisismy.ca/?p=12</guid>
		<description><![CDATA[
Need to lift my board up a little more so i wouldn&#8217;t catch an edge  
]]></description>
			<content:encoded><![CDATA[<p><object width="400" height="300" ><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://www.facebook.com/v/10150151527920494" /><embed src="http://www.facebook.com/v/10150151527920494" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="400" height="300"></embed></object></p>
<p>Need to lift my board up a little more so i wouldn&#8217;t catch an edge <img src='http://thisismy.ca/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://thisismy.ca/?feed=rss2&amp;p=12</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>String Replacement</title>
		<link>http://thisismy.ca/?p=11</link>
		<comments>http://thisismy.ca/?p=11#comments</comments>
		<pubDate>Tue, 29 Dec 2009 23:18:10 +0000</pubDate>
		<dc:creator>riotctrl</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[string replace script]]></category>

		<guid isPermaLink="false">http://thisismy.ca/?p=11</guid>
		<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>
			<content:encoded><![CDATA[<p>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.<br />
$string = &#8220;The quick brown fox jumped over the lazy dog!&#8221;;<br />
$new_string = ereg_replace(&#8220;[^A-Za-z0-9]&#8220;, &#8220;-&#8221;, $string);<br />
echo $new_string</p>
<p>Will return this :<br />
The-quick-brown-fox-jumped-over-the-lazy-dog-</p>
]]></content:encoded>
			<wfw:commentRss>http://thisismy.ca/?feed=rss2&amp;p=11</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eqmon.com</title>
		<link>http://thisismy.ca/?p=6</link>
		<comments>http://thisismy.ca/?p=6#comments</comments>
		<pubDate>Thu, 05 Jun 2008 19:16:24 +0000</pubDate>
		<dc:creator>riotctrl</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://thisismy.ca/?p=6</guid>
		<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>
			<content:encoded><![CDATA[<p><a href="http://www.eqmon.com/sample/" target="_blank">http://www.eqmon.com/sample/</a></p>
<p>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 only save me time but allow me to easily manipulate the data.</p>
<p>Bill</p>
]]></content:encoded>
			<wfw:commentRss>http://thisismy.ca/?feed=rss2&amp;p=6</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Standings Script</title>
		<link>http://thisismy.ca/?p=5</link>
		<comments>http://thisismy.ca/?p=5#comments</comments>
		<pubDate>Thu, 10 Apr 2008 21:11:18 +0000</pubDate>
		<dc:creator>riotctrl</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://thisismy.ca/?p=5</guid>
		<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>
			<content:encoded><![CDATA[<p>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 a sort field using jquery as its just in testing as we speak.</p>
<p>I will post the link to the  standings script as soon as I post it on my site.</p>
<p><a href="http://www.comoxvalleyslopitch.com/index-standings.php" target="_blank">http://www.comoxvalleyslopitch.com/index-standings.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thisismy.ca/?feed=rss2&amp;p=5</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Style sheet vs. Images</title>
		<link>http://thisismy.ca/?p=4</link>
		<comments>http://thisismy.ca/?p=4#comments</comments>
		<pubDate>Tue, 01 Apr 2008 22:04:55 +0000</pubDate>
		<dc:creator>riotctrl</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://thisismy.ca/?p=4</guid>
		<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>
			<content:encoded><![CDATA[<p>I was able to transform our new ILscorp.com website from Images to CSS and reduce the size of the page.</p>
<p>Old Website made with images :</p>
<dl>
<dt>Total loading time:</dt>
<dd id="totaltime">5.6 seconds</dd>
<dt>Total objects:</dt>
<dd id="totalobjects">58 (604.1 KB)</dd>
<dt>External objects:</dt>
<dd id="totalexternal">0</dd>
<dt><img width="16" src="http://tools.pingdom.com/fpt/_img/icon_html.gif" alt="HTML" height="16" /> (X)HTML:</dt>
<dd id="totalhtml">1 (31.4KB)</dd>
<dt><img width="16" src="http://tools.pingdom.com/fpt/_img/icon_rss.gif" alt="RSS" height="16" /> RSS/XML:</dt>
<dd id="totalrss">0</dd>
<dt><img width="16" src="http://tools.pingdom.com/fpt/_img/icon_css.gif" alt="CSS" height="16" /> CSS:</dt>
<dd id="totalcss">1 (4.8KB)</dd>
<dt><img width="16" src="http://tools.pingdom.com/fpt/_img/icon_script.gif" alt="Scripts" height="16" /> Scripts:</dt>
<dd id="totalscript">1 (29.3KB)</dd>
<dt><img width="16" src="http://tools.pingdom.com/fpt/_img/icon_img.gif" alt="Images" height="16" /> Images:</dt>
<dd id="totalimage">55 (538.6KB)</dd>
<dt><img width="16" src="http://tools.pingdom.com/fpt/_img/icon_plugin.gif" alt="Plugins" height="16" /> Plugins:</dt>
<dd id="totalplugin">0</dd>
<dt><img width="16" src="http://tools.pingdom.com/fpt/_img/icon_other.gif" alt="Other" height="16" /> Other:</dt>
<dd id="totalother">0</dd>
<dt><img width="10" src="http://tools.pingdom.com/fpt/_img/icon_redirect.gif" alt="Redirected" height="9" class="redirecticonexp" /> Redirected:</dt>
<dd id="totalredirected">0</dd>
</dl>
<p>New Site made with CSS :</p>
<dl>
<dt>Total loading time:</dt>
<dd id="totaltime">0.2 seconds</dd>
<dt>Total objects:</dt>
<dd id="totalobjects">15 (154.1 KB)</dd>
<dt>External objects:</dt>
<dd id="totalexternal">0</dd>
<dt><img width="16" src="http://tools.pingdom.com/fpt/_img/icon_html.gif" alt="HTML" height="16" /> (X)HTML:</dt>
<dd id="totalhtml">1 (12.6KB)</dd>
<dt><img width="16" src="http://tools.pingdom.com/fpt/_img/icon_rss.gif" alt="RSS" height="16" /> RSS/XML:</dt>
<dd id="totalrss">0</dd>
<dt><img width="16" src="http://tools.pingdom.com/fpt/_img/icon_css.gif" alt="CSS" height="16" /> CSS:</dt>
<dd id="totalcss">1 (1.2KB)</dd>
<dt><img width="16" src="http://tools.pingdom.com/fpt/_img/icon_script.gif" alt="Scripts" height="16" /> Scripts:</dt>
<dd id="totalscript">4 (35.1KB)</dd>
<dt><img width="16" src="http://tools.pingdom.com/fpt/_img/icon_img.gif" alt="Images" height="16" /> Images:</dt>
<dd id="totalimage">9 (105.2KB)</dd>
<dt><img width="16" src="http://tools.pingdom.com/fpt/_img/icon_plugin.gif" alt="Plugins" height="16" /> Plugins:</dt>
<dd id="totalplugin">0</dd>
<dt><img width="16" src="http://tools.pingdom.com/fpt/_img/icon_other.gif" alt="Other" height="16" /> Other:</dt>
<dd id="totalother">0</dd>
<dt><img width="10" src="http://tools.pingdom.com/fpt/_img/icon_redirect.gif" alt="Redirected" height="9" class="redirecticonexp" /> Redirected:</dt>
<dd id="totalredirected">0</dd>
</dl>
<p>I was able to reduce the number of images from 55 to 9 and a load time of 5.6 secs to .02 secs&#8230; just amazing. Websites in my opinion if designed correctly should not take a long time to load. If they do its generally do to external items like scripts or calls to other servers or just plain to many images like the example above. I try to make all my webpages work dynamically using jquery or AJax and php, for 1 it saves me time coding <img src='http://thisismy.ca/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  but also saves in loading time as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://thisismy.ca/?feed=rss2&amp;p=4</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bjork Gallery</title>
		<link>http://thisismy.ca/?p=3</link>
		<comments>http://thisismy.ca/?p=3#comments</comments>
		<pubDate>Mon, 24 Mar 2008 04:26:10 +0000</pubDate>
		<dc:creator>riotctrl</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://thisismy.ca/?p=3</guid>
		<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>
			<content:encoded><![CDATA[<p>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 files.</p>
<p><a target="_blank" href="http://www.thisismy.ca/bjork/?d=bands">View Gallery Here</a></p>
<p>Thanks go out to Sam Perkins-Harbin from <a href="http://www.forge22.com">www.forge22.com</a> who originally wrote the script.</p>
<p>Bill Lee</p>
]]></content:encoded>
			<wfw:commentRss>http://thisismy.ca/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
