<?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></title>
	<atom:link href="http://www.247sw.ca/feed" rel="self" type="application/rss+xml" />
	<link>http://www.247sw.ca</link>
	<description></description>
	<lastBuildDate>Sat, 22 May 2010 21:05:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQLite Bulk Insert</title>
		<link>http://www.247sw.ca/sqlite-bulk-insert</link>
		<comments>http://www.247sw.ca/sqlite-bulk-insert#comments</comments>
		<pubDate>Sat, 22 May 2010 21:01:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.247sw.ca/?p=652</guid>
		<description><![CDATA[One of our projects involved inserting in a SQLite database &#8211; however, INSERT is really slow &#8211; I could only do few dozen INSERTs per second.

Research led me to this:

    &#8220;Actually, SQLite will easily do 50,000 or more INSERT statements per second on an average desktop computer. But it will only do [...]]]></description>
		<wfw:commentRss>http://www.247sw.ca/sqlite-bulk-insert/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MYSQL Update if data exists else insert</title>
		<link>http://www.247sw.ca/update-if-data-exists-else-insert</link>
		<comments>http://www.247sw.ca/update-if-data-exists-else-insert#comments</comments>
		<pubDate>Sun, 09 May 2010 20:30:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[insert]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.247sw.ca/?p=644</guid>
		<description><![CDATA[I was writing some database code based on a weather forecast issued every day. Each new set of data has a total of 89 hours; 24 hours of completely new data to be appended to the end of the datbase table and the rest data needs to be inserted.
Here&#8217;s a link to how I did [...]]]></description>
		<wfw:commentRss>http://www.247sw.ca/update-if-data-exists-else-insert/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iMarc update&#8230;</title>
		<link>http://www.247sw.ca/imarc-update</link>
		<comments>http://www.247sw.ca/imarc-update#comments</comments>
		<pubDate>Fri, 30 Apr 2010 23:09:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.247sw.ca/?p=637</guid>
		<description><![CDATA[Well things have started to pick up some steam &#8211; nice to see some results.  The latest project press release is available here.
Share This              ]]></description>
		<wfw:commentRss>http://www.247sw.ca/imarc-update/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More WordPress and jQuery</title>
		<link>http://www.247sw.ca/more-wordpress-and-jquery</link>
		<comments>http://www.247sw.ca/more-wordpress-and-jquery#comments</comments>
		<pubDate>Sun, 28 Mar 2010 21:45:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.247sw.ca/?p=584</guid>
		<description><![CDATA[To refine a previous post on WordPress and jQuery and the use of the wp_enqueue_script function, its paths and dependencies (found at http://themocracy.com/2010/01/more-wordpress-and-jquery/ ).

As a barebones example, this is how we do it when we we’re enqueueing – if that’s a word – the jQuery Cycle plugin, so that we can make a slideshow on [...]]]></description>
		<wfw:commentRss>http://www.247sw.ca/more-wordpress-and-jquery/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Tips!</title>
		<link>http://www.247sw.ca/css-tips</link>
		<comments>http://www.247sw.ca/css-tips#comments</comments>
		<pubDate>Mon, 22 Mar 2010 22:08:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.247sw.ca/?p=553</guid>
		<description><![CDATA[I was traversing my Google Reader tech blogs today and I came across a great set of tips from Tutorial Feed. 
Here they are, Top 10:
1. CSS font shortcut rules
When styling fonts with CSS you may be doing this:
font-size: 1em;
line-height: 1.5em;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-family: verdana,serif;
There&#8217;s no need though as you can use this CSS shorthand [...]]]></description>
		<wfw:commentRss>http://www.247sw.ca/css-tips/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up the Windows WDK / DDK on Vista</title>
		<link>http://www.247sw.ca/setting-up-the-windows-wdk-ddk-on-vista</link>
		<comments>http://www.247sw.ca/setting-up-the-windows-wdk-ddk-on-vista#comments</comments>
		<pubDate>Wed, 06 Jan 2010 19:19:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.247sw.ca/?p=524</guid>
		<description><![CDATA[I wanted to blow my head off with this one.
I was told that the Windows Driver Development Kit was compatible with Vista&#8230;this was verified by numerous sites.
Yet time and time again the installs failed&#8230;.with the error msg:
The WDK 7_0_0 install failed with the following error msg (which I couldn&#8217;t find ANYWHERE&#8230;grrrrrrrrrrrrrrrrrrrrrrrrrrr)
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;
KitSetup is unable to open [...]]]></description>
		<wfw:commentRss>http://www.247sw.ca/setting-up-the-windows-wdk-ddk-on-vista/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading from iPhone 3.0 to iPhone 3.0.1 as a Developer</title>
		<link>http://www.247sw.ca/upgrading-from-iphone-3-0-to-iphone-3-0-1-as-a-developer</link>
		<comments>http://www.247sw.ca/upgrading-from-iphone-3-0-to-iphone-3-0-1-as-a-developer#comments</comments>
		<pubDate>Sun, 30 Aug 2009 01:04:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[OS 3.0]]></category>
		<category><![CDATA[OS 3.0.1]]></category>
		<category><![CDATA[upgrading]]></category>

		<guid isPermaLink="false">http://www.247sw.ca/?p=492</guid>
		<description><![CDATA[If you upgrade to the latest OS version for the iPhone you will run into the error &#8220;No provisioned iphone device is connected&#8221; while trying to test your app on the device. There is an easy fix for this. Just open the terminal and create the symbolic link by using the command below.

ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0\ [...]]]></description>
		<wfw:commentRss>http://www.247sw.ca/upgrading-from-iphone-3-0-to-iphone-3-0-1-as-a-developer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create A Simple Web-based Chat Application</title>
		<link>http://www.247sw.ca/how-to-create-a-simple-web-based-chat-application</link>
		<comments>http://www.247sw.ca/how-to-create-a-simple-web-based-chat-application#comments</comments>
		<pubDate>Sat, 25 Jul 2009 17:51:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web application]]></category>

		<guid isPermaLink="false">http://www.247sw.ca/how-to-create-a-simple-web-based-chat-application</guid>
		<description><![CDATA[Web based chat such as the facebook chat is a great addition to any web page especially for real time chat support for businesses. NetTuts is a great website for tutorials and has a web-based chat tutorial located here http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-a-simple-web-based-chat-application/
Share This              ]]></description>
		<wfw:commentRss>http://www.247sw.ca/how-to-create-a-simple-web-based-chat-application/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posting to wordpress from the iphone</title>
		<link>http://www.247sw.ca/posting-to-wordpress-from-the-iphone</link>
		<comments>http://www.247sw.ca/posting-to-wordpress-from-the-iphone#comments</comments>
		<pubDate>Tue, 21 Jul 2009 20:43:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[remote publishing]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.247sw.ca/posting-to-wordpress-from-the-iphone</guid>
		<description><![CDATA[In order to post from your iPhone to wordpress you need to enable xml-rpc on your wordpress blog. Go to your admin panel Settings->writing->remote publishing and check the XML-rpc box. Download the wordpress app from the iTunes store for free and add your blog.  You can now blog from anywhere there is a cell [...]]]></description>
		<wfw:commentRss>http://www.247sw.ca/posting-to-wordpress-from-the-iphone/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Tab Navigator and auto refresh</title>
		<link>http://www.247sw.ca/jquery-tab-navigator</link>
		<comments>http://www.247sw.ca/jquery-tab-navigator#comments</comments>
		<pubDate>Tue, 21 Jul 2009 09:11:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.247sw.ca/?p=484</guid>
		<description><![CDATA[Looking through online documentation for a nice jQuery Tab navigator and auto refresh I stumbled upon these posts

http://docs.jquery.com/UI/Tabs

http://9lessons.blogspot.com/2009/07/auto-load-refresh-every-10-seconds-with.html
Share This              ]]></description>
		<wfw:commentRss>http://www.247sw.ca/jquery-tab-navigator/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
