<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.5" -->
<rss version="0.92">
<channel>
	<title>Snidge.com</title>
	<link>http://snidge.com/blog</link>
	<description>Internet Marketing, Web Design/Development Blog</description>
	<lastBuildDate>Tue, 16 Mar 2010 19:19:02 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Wordpress Installation Service - $30</title>
		<description>Having trouble installing Wordpress on your server? Don't even want to attempt it? If you're feeling uncomfortable with installing Wordpress on your own, we can help. Everything from file permissions, MySQL, themes, & more, let us help!

For $30 we can get your blog installed and ready to go. Contact us ...</description>
		<link>http://snidge.com/blog/wordpress-installation-service-30/</link>
			</item>
	<item>
		<title>Article Ghost Writing</title>
		<description>For some, writing is a chore. For us, it's doing what we love! Professional, intriguing articles can be pricey to acquire, or time consuming to create! Let us do the writing for you and for a reasonable price! We specialize in SEO keyword injection, ghost writing, and ensure that all ...</description>
		<link>http://snidge.com/blog/article-ghost-writing/</link>
			</item>
	<item>
		<title>Owen Sound Local Web Design</title>
		<description>If you're in the Owen Sound/Grey Bruce Ontario area, we would be happy to work with you. We would like to establish a portfolio of local web development work. We are offering discount web design & development services to anyone interested. The work must be able to be showcased in ...</description>
		<link>http://snidge.com/blog/owen-sound-local-web-design/</link>
			</item>
	<item>
		<title>HTML Redirect/Refresh Code. Timed Redirect.</title>
		<description>To redirect to a new page, or to reload the one you're on without using Javascript, you're going to want to use the following code.
 </description>
		<link>http://snidge.com/blog/html-redirectrefresh-code-timed-redirect/</link>
			</item>
	<item>
		<title>Javascript - Timed Refresh Page Automatically Within Function</title>
		<description>Today I'm going to show you how to setup a javascript refresh function that can be called whenever you would like to refresh the page. This code can also work as a redirect script.

 Lets start with the function...

&#60;script type="text/javascript"&#62;
function pageRefresh(timeoutPeriod) {
	setTimeout("location.reload(true);",timeoutPeriod);
}
&#60;/script&#62;


Now lets look at the call for this function. ...</description>
		<link>http://snidge.com/blog/javascript-timed-refresh-page-automatically-within-function/</link>
			</item>
	<item>
		<title>how to make div = javascript variable</title>
		<description>Today I'm going to show you how to make a &#60;div&#62; = the contents of a javascript variable. It's actually very simple to do!

First lets start with the &#60;div&#62;

&#60;div id="thediv"&#62;&#60;/div&#62;


Now lets do the javascript. Areas you will need to change are in bold.

&#60;script type="text/javascript"&#62;
var thevar = "This is a test";
document.getElementById('thediv').innerHTML ...</description>
		<link>http://snidge.com/blog/how-to-make-div-javascript-variable/</link>
			</item>
	<item>
		<title>PHP - How to Check E-Mail Address Validation</title>
		<description>This ones pretty simple. If you've ever wanted to make sure you get a real e-mail address through your input forms, a good way to check an address is by using the following e-mail validation.


 if (!eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$", $email)) {
//code here
}


This code will check to make sure that the variable "$email" ...</description>
		<link>http://snidge.com/blog/php-how-to-check-e-mail-address-validation/</link>
			</item>
	<item>
		<title>Ontario Auto Dealership Website Design &#038; Development</title>
		<description>Do you own a car dealership? If so, I'm interested in taking you on as a client. We are looking for Ontario car dealerships so that they can help us develop software that can manage dealership inventory. If you are interested in getting a deal on your companies website, please let us ...</description>
		<link>http://snidge.com/blog/ontario-auto-dealership-website-design-development/</link>
			</item>
	<item>
		<title>Small business Email marketing made easy!</title>
		<description>We recently released version 1.3 of IMmailer. The cool thing about the software is that it can handle more than just your mass mailing. It is really a way to collect those truly valuable e-mail addresses. It comes complete with an auto response system with attachments, bulk mailing, individual mailing, ...</description>
		<link>http://snidge.com/blog/small-business-email-marketing-made-easy/</link>
			</item>
	<item>
		<title>JavaScript Bookmark Link</title>
		<description>Ever wondered how to create a bookmark feature for your website? This is how to do it. This code only works in IE. It will display a message to other browsers showing them how to bookmark.

Source Code

&#60;script LANGUAGE="Javascript"&#62;
&#60;!-- Begin
if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) &#62;= 4)) {
var url="http://www.snidge.com";
var ...</description>
		<link>http://snidge.com/blog/javascript-bookmark-link/</link>
			</item>
</channel>
</rss>
