<?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"
	>

<channel>
	<title>129’s Web</title>
	<atom:link href="http://129webdesign.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://129webdesign.com/blog</link>
	<description>129 Web Design &#38; Marketing’s Take</description>
	<pubDate>Thu, 21 Aug 2008 13:56:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Free Online Tools</title>
		<link>http://129webdesign.com/blog/2008/08/21/free-online-tools/</link>
		<comments>http://129webdesign.com/blog/2008/08/21/free-online-tools/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 13:45:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[129 Tips]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[free]]></category>

		<category><![CDATA[html]]></category>

		<category><![CDATA[online]]></category>

		<category><![CDATA[tools]]></category>

		<category><![CDATA[validate]]></category>

		<category><![CDATA[validation]]></category>

		<category><![CDATA[w3c]]></category>

		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://129webdesign.com/blog/?p=16</guid>
		<description><![CDATA[Here&#8217;s a tip for both web designers and web developers &#8211; beginners  and advanced.&#160; After creating a new page or  even after making a small change to a current page &#8211; always, always, always  validate the page.&#160; 
You can use validation tools that are built into development  environments like Dreamweaver, but [...]]]></description>
		<wfw:commentRss>http://129webdesign.com/blog/2008/08/21/free-online-tools/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How We Read Online</title>
		<link>http://129webdesign.com/blog/2008/08/18/how-we-read-online/</link>
		<comments>http://129webdesign.com/blog/2008/08/18/how-we-read-online/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 12:20:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[fonts]]></category>

		<category><![CDATA[how we read online]]></category>

		<category><![CDATA[slate]]></category>

		<category><![CDATA[the slate]]></category>

		<category><![CDATA[web usability]]></category>

		<guid isPermaLink="false">http://129webdesign.com/blog/?p=15</guid>
		<description><![CDATA[Here’s a great article at the Slate.  It covers usability, web design errors, and reading trends online.  It’s not an all encompassing article, but it does touch on a lot of good points.
Also, it makes you wonder why Arial is still king when fonts like Verdana, Trebuchet and Georgia are fonts which are designed for [...]]]></description>
		<wfw:commentRss>http://129webdesign.com/blog/2008/08/18/how-we-read-online/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ASP.net Version Test Script</title>
		<link>http://129webdesign.com/blog/2008/07/29/aspnet-version-test-script/</link>
		<comments>http://129webdesign.com/blog/2008/07/29/aspnet-version-test-script/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 19:10:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[129 Tips]]></category>

		<category><![CDATA[Coding]]></category>

		<category><![CDATA[ASP.net]]></category>

		<category><![CDATA[host]]></category>

		<category><![CDATA[script]]></category>

		<category><![CDATA[Test]]></category>

		<category><![CDATA[Version]]></category>

		<category><![CDATA[virtual]]></category>

		<category><![CDATA[virtual host]]></category>

		<guid isPermaLink="false">http://129webdesign.com/blog/?p=14</guid>
		<description><![CDATA[Here&#8217;s a little script that we have used over and over again that will display the version of ASP.net that is running on a web server.  This script has been particularly useful when working with virtual hosts. 
Copy and paste the following code into a file (example: test.aspx) and upload to the webserver.
&#60;%@ Page Language=&#8221;VB&#8221; %&#62;
&#60;script runat=&#8221;server&#8221;&#62;
    [...]]]></description>
		<wfw:commentRss>http://129webdesign.com/blog/2008/07/29/aspnet-version-test-script/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JavaScript pop up window alternative</title>
		<link>http://129webdesign.com/blog/2008/07/23/javascript-pop-up-window-alternative/</link>
		<comments>http://129webdesign.com/blog/2008/07/23/javascript-pop-up-window-alternative/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 21:04:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[129 Tips]]></category>

		<category><![CDATA[Coding]]></category>

		<category><![CDATA[alternative]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[pop]]></category>

		<category><![CDATA[pop-up]]></category>

		<category><![CDATA[up]]></category>

		<guid isPermaLink="false">http://129webdesign.com/blog/?p=13</guid>
		<description><![CDATA[This method still uses JavaScript, but it is paired with CSS to produce a less annoying and invasive outcome.
1)      Develop the content that you would normally open in a pop up.
2)      Create a div tag in the “opener” page.  Hide the div tag using the visibility and display properties and specify the position property as [...]]]></description>
		<wfw:commentRss>http://129webdesign.com/blog/2008/07/23/javascript-pop-up-window-alternative/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Verizon Wireless SMT5800 Money Savings Tip</title>
		<link>http://129webdesign.com/blog/2008/07/19/verzion-wireless-smt5800-money-savings-tip/</link>
		<comments>http://129webdesign.com/blog/2008/07/19/verzion-wireless-smt5800-money-savings-tip/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 17:52:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[129 Tips]]></category>

		<category><![CDATA[charger]]></category>

		<category><![CDATA[Money]]></category>

		<category><![CDATA[Savings]]></category>

		<category><![CDATA[SMT5800]]></category>

		<category><![CDATA[Tip]]></category>

		<category><![CDATA[USB]]></category>

		<category><![CDATA[USB Port]]></category>

		<category><![CDATA[Verizon]]></category>

		<category><![CDATA[VerizonWireless]]></category>

		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://129webdesign.com/blog/?p=12</guid>
		<description><![CDATA[I recently got my hands on the Verizon Wireless SMT5800 &#8212; a practical smart phone from HTC.  I&#8217;ll do a full review of the phone later on.  But, I just wanted to pass along a tip that could save any potential buyers some cash. 
Looking at the &#8220;modified&#8221; USB port on the 5800, I thought I [...]]]></description>
		<wfw:commentRss>http://129webdesign.com/blog/2008/07/19/verzion-wireless-smt5800-money-savings-tip/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google: top 10 rankings overnight or money back</title>
		<link>http://129webdesign.com/blog/2008/07/17/google-top-10-rankings-overnight-or-money-back/</link>
		<comments>http://129webdesign.com/blog/2008/07/17/google-top-10-rankings-overnight-or-money-back/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 13:36:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[129 Tips]]></category>

		<category><![CDATA[Paid Placement]]></category>

		<category><![CDATA[search engine]]></category>

		<category><![CDATA[Search Engine Marketing]]></category>

		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://129webdesign.com/blog/?p=11</guid>
		<description><![CDATA[The title of this blog entry was actually the subject of an email that I received. Pretty tempting &#8212; isn’t it? In a nutshell &#8212; don’t believe the hype. Is this solicitation possible? Well, anything is possible.
Here’s what you need to know. Google, Yahoo, Microsoft, et al., use complex algorithms to calculate search engine ranking [...]]]></description>
		<wfw:commentRss>http://129webdesign.com/blog/2008/07/17/google-top-10-rankings-overnight-or-money-back/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tech Office Going Green - Part 2 - Green Web Hosting</title>
		<link>http://129webdesign.com/blog/2008/07/03/tech-office-going-green-part-2-green-web-hosting/</link>
		<comments>http://129webdesign.com/blog/2008/07/03/tech-office-going-green-part-2-green-web-hosting/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 20:08:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Green Tech]]></category>

		<category><![CDATA[Misc. Tech]]></category>

		<category><![CDATA[Affordable Internet Services Online Inc]]></category>

		<category><![CDATA[DreamHost]]></category>

		<category><![CDATA[Going Green]]></category>

		<category><![CDATA[green]]></category>

		<category><![CDATA[green web hosting]]></category>

		<category><![CDATA[hosting]]></category>

		<category><![CDATA[HostPapa]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://129webdesign.com/blog/?p=7</guid>
		<description><![CDATA[Green, it’s the ubiquitous, yet trendy buzzword of the present.  And, with the price of fuel skyrocketing and social consciousness for our environment increasing, the term green will be with us for the foreseeable future.  In our last “green” post, we discussed a tech. project that was a less formal way to think green.  This [...]]]></description>
		<wfw:commentRss>http://129webdesign.com/blog/2008/07/03/tech-office-going-green-part-2-green-web-hosting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tech Office Going Green - Part 1 - Dell &#8220;Lapserver&#8221;</title>
		<link>http://129webdesign.com/blog/2008/06/27/tech-going-green-dell-lapserver/</link>
		<comments>http://129webdesign.com/blog/2008/06/27/tech-going-green-dell-lapserver/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 05:06:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Green Tech]]></category>

		<category><![CDATA[Misc. Tech]]></category>

		<category><![CDATA[6]]></category>

		<category><![CDATA[Dell]]></category>

		<category><![CDATA[Going Green]]></category>

		<category><![CDATA[IIS]]></category>

		<category><![CDATA[Laptop]]></category>

		<category><![CDATA[server]]></category>

		<category><![CDATA[shareware]]></category>

		<category><![CDATA[Turn Off Monitor]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://129webdesign.com/blog/?p=6</guid>
		<description><![CDATA[We recently turned an old Dell Latitude CPx J into a development web server. We did this impart because we have been trying to be more eco-friendly. Also, because I am a total technology geek and I love a good challenge. Now keep in mind, this is not mission critical stuff. This is just a [...]]]></description>
		<wfw:commentRss>http://129webdesign.com/blog/2008/06/27/tech-going-green-dell-lapserver/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Transferring Domain names away from IPOWER</title>
		<link>http://129webdesign.com/blog/2008/06/20/transferring-domain-names-away-from-ipower/</link>
		<comments>http://129webdesign.com/blog/2008/06/20/transferring-domain-names-away-from-ipower/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 19:00:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Misc. Tech]]></category>

		<category><![CDATA[help]]></category>

		<category><![CDATA[IPOWER]]></category>

		<category><![CDATA[IPOWERWEB]]></category>

		<category><![CDATA[Transferring Domain names]]></category>

		<guid isPermaLink="false">http://129webdesign.com/blog/?p=5</guid>
		<description><![CDATA[Expanding on a recent article about IPOWER, I decided to provide the steps that helped us during a recent irritating incident regarding the hosting giant. 
We work with many hosts as our clients many times have acquired hosting services before working with us.  And, to be fair, transferring domains between registrars is never a walk in [...]]]></description>
		<wfw:commentRss>http://129webdesign.com/blog/2008/06/20/transferring-domain-names-away-from-ipower/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What Happened to IPOWER?</title>
		<link>http://129webdesign.com/blog/2008/06/13/what-happened-to-ipower/</link>
		<comments>http://129webdesign.com/blog/2008/06/13/what-happened-to-ipower/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 07:00:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Misc. Tech]]></category>

		<category><![CDATA[customer service]]></category>

		<category><![CDATA[inexpensive host]]></category>

		<category><![CDATA[IPOWER]]></category>

		<category><![CDATA[IPOWERWEB]]></category>

		<category><![CDATA[lawsuit]]></category>

		<guid isPermaLink="false">http://129webdesign.com/blog/?p=4</guid>
		<description><![CDATA[Once upon a time, IPOWER/ IPOWERWEB was known to be an inexpensive host that offered decent ( not great) customer service.  The trade off was fine, especially for the technically inclined that didn’t need to rely on IPOWER customer service to run their hosting.  Unfortunately, the decent customer service has turned to downright horrible.  Google [...]]]></description>
		<wfw:commentRss>http://129webdesign.com/blog/2008/06/13/what-happened-to-ipower/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
