<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>o7th Web Design</title>
	<link>http://blog.o7th.com</link>
	<description>our design and development articles</description>
	<lastBuildDate>Wed, 09 Jun 2010 17:18:46 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Dynamic Parameterized Queries in VB.Net</title>
		<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>
		<link>http://blog.o7th.com/index.php/dynamic-parameterized-queries-vb-net/</link>
			</item>
	<item>
		<title>Optimizing Scripts</title>
		<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>
		<link>http://blog.o7th.com/index.php/optimizing-scripts/</link>
			</item>
	<item>
		<title>A Little About Mini-Me</title>
		<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>
		<link>http://blog.o7th.com/index.php/a-little-about-mini-me/</link>
			</item>
	<item>
		<title>Couple of JQuery Ajax Loaders</title>
		<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>
		<link>http://blog.o7th.com/index.php/couple-of-jquery-ajax-loaders/</link>
			</item>
	<item>
		<title>Dynamic Parameterized Queries w/ Paging</title>
		<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>
		<link>http://blog.o7th.com/index.php/dynamic-parameterized-queries/</link>
			</item>
	<item>
		<title>Domain Branding</title>
		<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>
		<link>http://blog.o7th.com/index.php/domain-branding/</link>
			</item>
	<item>
		<title>Prevent Image &#8220;Leaching&#8221;</title>
		<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>
		<link>http://blog.o7th.com/index.php/prevent-image-leaching/</link>
			</item>
	<item>
		<title>Recordset Paging With .GetRows()</title>
		<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>
		<link>http://blog.o7th.com/index.php/recordset-paging-with-getrows/</link>
			</item>
	<item>
		<title>Importance Of Browser Compatibility</title>
		<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>
		<link>http://blog.o7th.com/index.php/importance-of-browser-compatibility/</link>
			</item>
	<item>
		<title>Regular Expression String Validation</title>
		<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>
		<link>http://blog.o7th.com/index.php/regex_string_validation/</link>
			</item>
</channel>
</rss>
