<?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>o7th Web Design</title>
	<atom:link href="http://blog.o7th.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.o7th.com</link>
	<description>our design and development articles</description>
	<lastBuildDate>Wed, 09 Jun 2010 17:18:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Dynamic Parameterized Queries in VB.Net</title>
		<link>http://blog.o7th.com/index.php/dynamic-parameterized-queries-vb-net/</link>
		<comments>http://blog.o7th.com/index.php/dynamic-parameterized-queries-vb-net/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 19:29:49 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[parameterized queries]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">http://blog.o7th.com/?p=54</guid>
		<description><![CDATA[I have a bit of code which can be found here. I use this all the time when I am developing classic ASP web application. I recently found that I have a need for the same methodolgy was needed in a .Net application I recently started developing, so I came up with the following: Code: [...]]]></description>
		<wfw:commentRss>http://blog.o7th.com/index.php/dynamic-parameterized-queries-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing Scripts</title>
		<link>http://blog.o7th.com/index.php/optimizing-scripts/</link>
		<comments>http://blog.o7th.com/index.php/optimizing-scripts/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 18:34:00 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[optimizing scripts]]></category>
		<category><![CDATA[script compression]]></category>
		<category><![CDATA[vbscript]]></category>

		<guid isPermaLink="false">http://blog.o7th.com/?p=39</guid>
		<description><![CDATA[I&#8217;ve found that by optimizing my javascript and CSS files a bit, I can decrease the load times of my pages by quite a bit. Combining script files, and removing a few elements decreased the total filesize by 36%. Here is how I do it! Using it! &#60;!&#8211;#include virtual=&#34;/includes/server/classes/compress.asp&#34;&#8211;&#62; &#60;% Set objCompress = New clsCompress [...]]]></description>
		<wfw:commentRss>http://blog.o7th.com/index.php/optimizing-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Little About Mini-Me</title>
		<link>http://blog.o7th.com/index.php/a-little-about-mini-me/</link>
		<comments>http://blog.o7th.com/index.php/a-little-about-mini-me/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 18:24:04 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Being Dad]]></category>

		<guid isPermaLink="false">http://blog.o7th.com/?p=33</guid>
		<description><![CDATA[Was born October 26th, 2003. Is a typical 6 year old boy, full of curiosity and hyperactivity.  He loves to play, and learn.  He loves astronomy, animals, and playing. He is creative, thoughtful, and helpful. What a blessing! Link to this post! Bookmark It]]></description>
		<wfw:commentRss>http://blog.o7th.com/index.php/a-little-about-mini-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Couple of JQuery Ajax Loaders</title>
		<link>http://blog.o7th.com/index.php/couple-of-jquery-ajax-loaders/</link>
		<comments>http://blog.o7th.com/index.php/couple-of-jquery-ajax-loaders/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 21:17:29 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[ajax page load]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://blog.o7th.com/?p=27</guid>
		<description><![CDATA[I had a couple of instances where I needed some nice, clean AJAX content loaders. Once to slide a page, one to page, and one with no effects. Here is the code for them&#8230; enjoy (p.s. these require you include the JQuery library, also make sure to change any path inside to the path of [...]]]></description>
		<wfw:commentRss>http://blog.o7th.com/index.php/couple-of-jquery-ajax-loaders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic Parameterized Queries w/ Paging</title>
		<link>http://blog.o7th.com/index.php/dynamic-parameterized-queries/</link>
		<comments>http://blog.o7th.com/index.php/dynamic-parameterized-queries/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 21:31:33 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[ado .getrows]]></category>
		<category><![CDATA[ado recordset]]></category>
		<category><![CDATA[parameterized queries]]></category>
		<category><![CDATA[recordset paging]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://blog.o7th.com/?p=24</guid>
		<description><![CDATA[I did this because it was said that it could not be done. Here we have a method to utilize the ADO.Command object, ADO.GetRows(), and true recordset paging, all wrapped in one neat little class. Usage.asp &#60;!&#8211;#include virtual=&#34;/cls_db.asp&#34;&#8211;&#62; &#60;% &#8216;***************************************************************************** &#160; &#8216;***************************************************************************** &#160; &#8216; &#160; &#8216; This code can be used anywhere you like, all [...]]]></description>
		<wfw:commentRss>http://blog.o7th.com/index.php/dynamic-parameterized-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domain Branding</title>
		<link>http://blog.o7th.com/index.php/domain-branding/</link>
		<comments>http://blog.o7th.com/index.php/domain-branding/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 21:47:50 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[domain branding]]></category>
		<category><![CDATA[site brand]]></category>

		<guid isPermaLink="false">http://blog.o7th.com/?p=22</guid>
		<description><![CDATA[When it comes down to choosing the perfect domain for your website, there are a few important factors that will come into play with helping you keep traffic coming to your site. Here I&#8217;m going to discuss some of these factors in detail and explain each one, so sit tight and have yourself a good [...]]]></description>
		<wfw:commentRss>http://blog.o7th.com/index.php/domain-branding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prevent Image &#8220;Leaching&#8221;</title>
		<link>http://blog.o7th.com/index.php/prevent-image-leaching/</link>
		<comments>http://blog.o7th.com/index.php/prevent-image-leaching/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 20:48:50 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[image leaching]]></category>
		<category><![CDATA[prevent image leaching]]></category>

		<guid isPermaLink="false">http://blog.o7th.com/?p=19</guid>
		<description><![CDATA[I came across a situation where people where &#8220;leaching&#8221; images off my family photo site. &#8220;File Leaching&#8221; means that instead of the person downloading the file, and simply serving it up from their server, they were simply linking to my version of it. While this may seem trivial, it happened on a site that has [...]]]></description>
		<wfw:commentRss>http://blog.o7th.com/index.php/prevent-image-leaching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recordset Paging With .GetRows()</title>
		<link>http://blog.o7th.com/index.php/recordset-paging-with-getrows/</link>
		<comments>http://blog.o7th.com/index.php/recordset-paging-with-getrows/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 20:43:45 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[ado .getrows]]></category>
		<category><![CDATA[ado recordset]]></category>
		<category><![CDATA[recordset paging]]></category>

		<guid isPermaLink="false">http://blog.o7th.com/?p=17</guid>
		<description><![CDATA[I constantly use a .GetRows() array when displaying a recordset from a database.  However, I found that I needed to be able to page the records ont he page, so that so many records won&#8217;t display all at once potentially crashing the page. Here is a function that I use to display a Google like recordset paging [...]]]></description>
		<wfw:commentRss>http://blog.o7th.com/index.php/recordset-paging-with-getrows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Importance Of Browser Compatibility</title>
		<link>http://blog.o7th.com/index.php/importance-of-browser-compatibility/</link>
		<comments>http://blog.o7th.com/index.php/importance-of-browser-compatibility/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 20:40:16 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[browser compatibility]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blog.o7th.com/?p=14</guid>
		<description><![CDATA[One of the most important aspects you need to think of when you&#8217;re coding your website is to make it work across all browsers. If you don&#8217;t and a user visits your website from a browser you haven&#8217;t tested, and it&#8217;s broken, chances are they won&#8217;t be returning. Like most things when developing your website, [...]]]></description>
		<wfw:commentRss>http://blog.o7th.com/index.php/importance-of-browser-compatibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Regular Expression String Validation</title>
		<link>http://blog.o7th.com/index.php/regex_string_validation/</link>
		<comments>http://blog.o7th.com/index.php/regex_string_validation/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 20:38:10 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[regular expressions]]></category>
		<category><![CDATA[server-side validation]]></category>
		<category><![CDATA[string validation]]></category>

		<guid isPermaLink="false">http://blog.o7th.com/?p=10</guid>
		<description><![CDATA[When developing forms for a website it is always a good idea to implement server-side validation for your strings. While client-side validations are handy and pretty, they can also be easily compromised. Here are some server-side validation checks that utilize Regular Expressions.  They return a boolean value if the string passes the test or not. [...]]]></description>
		<wfw:commentRss>http://blog.o7th.com/index.php/regex_string_validation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
