<?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>zedomax.com &#187; WebApp</title>
	<atom:link href="http://zedomax.com/blog/category/technology/web-technology/webapp/feed/" rel="self" type="application/rss+xml" />
	<link>http://zedomax.com/blog</link>
	<description>Zedomax - The DIY, HOWTO, Mod, Hacks, Gadgets, and Tech Blog!</description>
	<lastBuildDate>Sat, 21 Nov 2009 23:44:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Facebook Hack &#8211; How to Hack Facebook Accounts with Javascript!</title>
		<link>http://zedomax.com/blog/2009/10/12/facebook-hack-how-to-hack-facebook-accounts-with-javascript/</link>
		<comments>http://zedomax.com/blog/2009/10/12/facebook-hack-how-to-hack-facebook-accounts-with-javascript/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 20:24:25 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[facebook account]]></category>
		<category><![CDATA[facebook hack]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=23035</guid>
		<description><![CDATA[MakeUseOf.com has some great tutorials on how to hack your Facebook accounts with javascript code and GreaseMonkey.  These hacks won&#8217;t let you actually &#8220;hack&#8221; a facebook account itself but lets you do some really fun things like this one we did last time.
Change chat status to invisible:
javascript:statusControl.sendVisibility(false);
Change chat status to visible:
javascript:statusControl.sendVisibility(true);
Close all chat windows with [...]]]></description>
			<content:encoded><![CDATA[<p>MakeUseOf.com has some <a target="_blank" href="http://www.makeuseof.com/tag/how-to-hack-your-facebook-account-with-greasemonkey-javascript/" >great tutorials on how to hack your Facebook accounts with javascript code and GreaseMonkey</a>.  These hacks won&#8217;t let you actually &#8220;hack&#8221; a facebook account itself but lets you do some really fun things like <a target="_blank" href="http://zedomax.com/blog/search/facebook+hack" >this one we did last time</a>.</p>
<blockquote><p>Change chat status to invisible:<br />
<span style="color: #003366;"><code>javascript:statusControl.sendVisibility(false);</code></span></p>
<p>Change chat status to visible:<br />
<span style="color: #003366;"><code>javascript:statusControl.sendVisibility(true);</code></span></p>
<p>Close all chat windows with person 1122334455:<br />
<span style="color: #003366;"><code>javascript:chatDisplay.tabs[1122334455].tabXOnClick();</code></span></p>
<p>Open application tab:<br />
<span style="color: #003366;"><code>javascript:applicationDock.toggleTab();</code></span></p>
<p>Bring up notifications:<br />
<span style="color: #003366;"><code>javascript:presence.toggleTab('chat_status_control','chat_status_control_tab');</code></span></p>
<p>Bring up friends list:<br />
<span style="color: #003366;"><code>javascript:buddyList.toggleTab();</code></span></p></blockquote>
<p><span style="color: #003366;"><br />
</span></p>
<p><img class="alignnone size-full wp-image-23036" title="facebook-hacks" src="http://zedomax.com/blog/wp-content/uploads/2009/10/facebook-hacks.jpg" alt="facebook-hacks" width="228" height="309" /></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2009/10/12/facebook-hack-how-to-hack-facebook-accounts-with-javascript/" >Facebook Hack &#8211; How to Hack Facebook Accounts with Javascript!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/computer/" title="Computer" rel="tag">Computer</a>, <a href="http://zedomax.com/blog/category/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/category/entertainment/" title="Entertainment" rel="tag">Entertainment</a>, <a href="http://zedomax.com/blog/tag/facebook-account/" title="facebook account" rel="tag">facebook account</a>, <a href="http://zedomax.com/blog/tag/facebook-hack/" title="facebook hack" rel="tag">facebook hack</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/tag/greasemonkey/" title="greasemonkey" rel="tag">greasemonkey</a>, <a href="http://zedomax.com/blog/category/diy/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/tag/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/tag/how-to/" title="how-to" rel="tag">how-to</a>, <a href="http://zedomax.com/blog/category/diy/howto/" title="HOWTO" rel="tag">HOWTO</a>, <a href="http://zedomax.com/blog/tag/javascript/" title="javascript" rel="tag">javascript</a>, <a href="http://zedomax.com/blog/category/diy/projects/" title="Projects" rel="tag">Projects</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/social-networking/" title="Social Networking" rel="tag">Social Networking</a>, <a href="http://zedomax.com/blog/category/technology/" title="technology" rel="tag">technology</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2009/10/11/facebook-hack-how-to-hack-crazy-taxi/" title="Facebook Hack &#8211; How to Hack Crazy Taxi! (October 11, 2009)">Facebook Hack &#8211; How to Hack Crazy Taxi!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/16/zedomax-worlds-fastest-digger-on-google-search/" title="Zedomax World&#8217;s Fastest Digger on Google search! (March 16, 2007)">Zedomax World&#8217;s Fastest Digger on Google search!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/03/zedomax-in-modded-plastic-soldier-format-fire-in-the-hole/" title="Zedomax in modded plastic soldier format &#8211; &#8220;Fire in the hole!&#8221; (April 3, 2007)">Zedomax in modded plastic soldier format &#8211; &#8220;Fire in the hole!&#8221;</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/27/zedomax-diy-128-how-to-make-a-glowing-heart-led-night-light/" title="Zedomax DIY 128 &#8211; HOW TO Make a Glowing Heart LED Night Light! (April 27, 2007)">Zedomax DIY 128 &#8211; HOW TO Make a Glowing Heart LED Night Light!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/03/16/youtube-hack-how-to-watch-youtube-videos-faster-with-firefox-addons-and-more/" title="YouTube Hack &#8211; How to watch YouTube videos faster with Firefox addons and more! (March 16, 2008)">YouTube Hack &#8211; How to watch YouTube videos faster with Firefox addons and more!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/23/wireless-hack-how-to-make-your-own-wireless-detecting-vibrator/" title="Wireless HACK &#8211; How to make your own wireless detecting vibrator! (March 23, 2007)">Wireless HACK &#8211; How to make your own wireless detecting vibrator!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/28/wii-hack-wiinja-nintendo-wii-mod-chip/" title="Wii HACK &#8211; Wiinja &#8211; Nintendo Wii Mod chip? (March 28, 2007)">Wii HACK &#8211; Wiinja &#8211; Nintendo Wii Mod chip?</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/23/wii-hack-wii-loop-machine/" title="Wii HACK &#8211; Wii Loop Machine (March 23, 2007)">Wii HACK &#8211; Wii Loop Machine</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/23/wii-hack-wii-controller-led-mod/" title="Wii HACK &#8211; Wii Controller LED Mod (March 23, 2007)">Wii HACK &#8211; Wii Controller LED Mod</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/23/wii-hack-solar-powered-wii/" title="Wii HACK &#8211; Solar powered Wii! (March 23, 2007)">Wii HACK &#8211; Solar powered Wii!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/27/whoosh-boom-splat-for-projectiles/" title="Whoosh Boom Splat for Projectiles (March 27, 2007)">Whoosh Boom Splat for Projectiles</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/01/we-are-shutting-down-our-blog-for-good/" title="We are shutting down our blog for good (April 1, 2007)">We are shutting down our blog for good</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/04/video-goggles-for-your-ipod/" title="Video Goggles for your iPod! (April 4, 2007)">Video Goggles for your iPod!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/22/touchscreen-smart-mirror/" title="Touchscreen Smart Mirror (March 22, 2007)">Touchscreen Smart Mirror</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/20/stretch-ferrari-limousine-made/" title="Stretch Ferrari Limousine Made! (March 20, 2007)">Stretch Ferrari Limousine Made!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/19/spam-bot-protection-bad-behavior-plugin-for-bloggers-and-wikis/" title="Spam-bot protection &#8211; Bad Behavior Plugin for Bloggers and Wikis (March 19, 2007)">Spam-bot protection &#8211; Bad Behavior Plugin for Bloggers and Wikis</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/26/solar-lawnmower-and-mopbot/" title="Solar Lawnmower and Mopbot (March 26, 2007)">Solar Lawnmower and Mopbot</a> </li>
	<li><a href="http://zedomax.com/blog/2009/10/19/samsung-tv-hack-how-to-hack-samsungs-linux-firmware/" title="Samsung TV Hack &#8211; How to Hack Samsung&#8217;s Linux Firmware! (October 19, 2009)">Samsung TV Hack &#8211; How to Hack Samsung&#8217;s Linux Firmware!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/24/remote-controlled-golf-ball/" title="Remote Controlled Golf Ball (March 24, 2007)">Remote Controlled Golf Ball</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/27/reliance-on-gps-mercedes-splash/" title="reliance on GPS -> Mercedes Splash (March 27, 2007)">reliance on GPS -> Mercedes Splash</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2009/10/12/facebook-hack-how-to-hack-facebook-accounts-with-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo Hack &#8211; How to Hack IP through Yahoo Messenger or other IMs!</title>
		<link>http://zedomax.com/blog/2009/10/11/yahoo-hack-how-to-hack-ip-through-yahoo-messenger-or-other-ims/</link>
		<comments>http://zedomax.com/blog/2009/10/11/yahoo-hack-how-to-hack-ip-through-yahoo-messenger-or-other-ims/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 00:01:50 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Featured Hacks]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[19 inch rims]]></category>
		<category><![CDATA[hack ip]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[yahoo hack]]></category>
		<category><![CDATA[yahoo messenger]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=22972</guid>
		<description><![CDATA[Here&#8217;s a quick video that shows you how to hack IP address of someone you are sending/receiving files through Yahoo Messenger.
Since most IMs do not actually transfer files themselves, the IPs of someone you are sending/receiving files will be revealed through a simple tool like netstat.  (or better, you can use packet sniping tools like [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick video that shows you how to hack IP address of someone you are sending/receiving files through Yahoo Messenger.</p>
<p>Since most IMs do not actually transfer files themselves, the IPs of someone you are sending/receiving files will be revealed through a simple tool like <a target="_blank" href="http://en.wikipedia.org/wiki/Netstat" >netstat</a>.  (or better, you can use packet sniping tools like <a target="_blank" href="http://www.ethereal.com/" >Ethereal</a>.)</p>
<div class="video youtube"><p align="center"><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/n8qZolORIck" width="690" height="512"><param name="movie" value="http://www.youtube.com/v/n8qZolORIck" /><param name="allowScriptAccess" value="sameDomain" /><param name="menu" value="false" /><param name="quality" value="best" /><param name="bgcolor" value="#ffffff" /><param name="scale" value="doesaffect" /><param name="wmode" value="transparent" /><p><a target="_blank" href="http://download.macromedia.com/" >Download latest version of Flash to view video!</a>.</p></object></p></div><p align="center"><a target="_blank" href="http://www.youtube.com/v/n8qZolORIck" > Click Here to View in Full Screen Mode</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2009/10/11/yahoo-hack-how-to-hack-ip-through-yahoo-messenger-or-other-ims/" >Yahoo Hack &#8211; How to Hack IP through Yahoo Messenger or other IMs!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/tag/19-inch-rims/" title="19 inch rims" rel="tag">19 inch rims</a>, <a href="http://zedomax.com/blog/category/computer/" title="Computer" rel="tag">Computer</a>, <a href="http://zedomax.com/blog/category/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/category/entertainment/" title="Entertainment" rel="tag">Entertainment</a>, <a href="http://zedomax.com/blog/category/featured/featured-hacks/" title="Featured Hacks" rel="tag">Featured Hacks</a>, <a href="http://zedomax.com/blog/category/diy/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/tag/hack-ip/" title="hack ip" rel="tag">hack ip</a>, <a href="http://zedomax.com/blog/tag/how-to/" title="how-to" rel="tag">how-to</a>, <a href="http://zedomax.com/blog/category/diy/howto/" title="HOWTO" rel="tag">HOWTO</a>, <a href="http://zedomax.com/blog/category/diy/projects/" title="Projects" rel="tag">Projects</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/tag/yahoo-hack/" title="yahoo hack" rel="tag">yahoo hack</a>, <a href="http://zedomax.com/blog/tag/yahoo-messenger/" title="yahoo messenger" rel="tag">yahoo messenger</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2007/03/16/zedomax-worlds-fastest-digger-on-google-search/" title="Zedomax World&#8217;s Fastest Digger on Google search! (March 16, 2007)">Zedomax World&#8217;s Fastest Digger on Google search!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/03/zedomax-in-modded-plastic-soldier-format-fire-in-the-hole/" title="Zedomax in modded plastic soldier format &#8211; &#8220;Fire in the hole!&#8221; (April 3, 2007)">Zedomax in modded plastic soldier format &#8211; &#8220;Fire in the hole!&#8221;</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/27/zedomax-diy-128-how-to-make-a-glowing-heart-led-night-light/" title="Zedomax DIY 128 &#8211; HOW TO Make a Glowing Heart LED Night Light! (April 27, 2007)">Zedomax DIY 128 &#8211; HOW TO Make a Glowing Heart LED Night Light!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/08/zedomax-diy-how-to-make-a-simple-green-laser-projector/" title="Zedomax DIY &#8211; How to Make a Simple Green Laser Projector! (May 8, 2008)">Zedomax DIY &#8211; How to Make a Simple Green Laser Projector!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/03/16/youtube-hack-how-to-watch-youtube-videos-faster-with-firefox-addons-and-more/" title="YouTube Hack &#8211; How to watch YouTube videos faster with Firefox addons and more! (March 16, 2008)">YouTube Hack &#8211; How to watch YouTube videos faster with Firefox addons and more!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/10/09/youtube-hack-how-to-skip-30-second-ads-on-youtube/" title="YouTube Hack &#8211; How to Skip 30 Second Ads on YouTube! (October 9, 2009)">YouTube Hack &#8211; How to Skip 30 Second Ads on YouTube!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/11/02/yard-diy-how-to-make-an-air-conditioned-dog-house/" title="Yard DIY &#8211; How to Make an Air Conditioned Dog House! (November 2, 2009)">Yard DIY &#8211; How to Make an Air Conditioned Dog House!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/11/15/xbox-360-hack-how-to-unban-your-xbox-360/" title="Xbox 360 Hack &#8211; How to &#8220;Unban&#8221; your Xbox 360! (November 15, 2009)">Xbox 360 Hack &#8211; How to &#8220;Unban&#8221; your Xbox 360!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/11/04/x-men-hack-how-to-make-a-handheld-flame-thrower/" title="X-Men Hack &#8211; How to Make a Handheld Flame Thrower! (November 4, 2009)">X-Men Hack &#8211; How to Make a Handheld Flame Thrower!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/10/14/wordpress-hack-how-to-run-a-wordpress-blog-on-lighttpd/" title="Wordpress Hack &#8211; How to Run a Wordpress Blog on Lighttpd! (October 14, 2009)">Wordpress Hack &#8211; How to Run a Wordpress Blog on Lighttpd!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/09/29/wordpress-diy-how-to-use-wordpress/" title="Wordpress DIY &#8211; How to Use Wordpress! (September 29, 2009)">Wordpress DIY &#8211; How to Use Wordpress!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/15/wordpress-diy-how-to-install-google-friend-connect-to-your-blog/" title="Wordpress DIY &#8211; How to install Google Friend Connect to your blog (December 15, 2008)">Wordpress DIY &#8211; How to install Google Friend Connect to your blog</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/16/wordpress-diy-how-to-edit-you-wordpress-theme/" title="Wordpress DIY &#8211; How to edit you Wordpress theme (December 16, 2008)">Wordpress DIY &#8211; How to edit you Wordpress theme</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/23/wireless-hack-how-to-make-your-own-wireless-detecting-vibrator/" title="Wireless HACK &#8211; How to make your own wireless detecting vibrator! (March 23, 2007)">Wireless HACK &#8211; How to make your own wireless detecting vibrator!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/01/31/winter-diy-how-to-snowboard/" title="Winter DIY &#8211; How to Snowboard! (January 31, 2009)">Winter DIY &#8211; How to Snowboard!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/10/16/wine-hack-how-to-make-homebrewed-fruit-wine/" title="Wine Hack &#8211; How to Make Homebrewed Fruit Wine! (October 16, 2009)">Wine Hack &#8211; How to Make Homebrewed Fruit Wine!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/11/13/windows-xp-hack-how-to-downgrade-to-windows-xp-when-you-get-bsodblue-screen-of-death-on-boot-up/" title="Windows XP Hack &#8211; How to Downgrade to Windows XP When You Get BSOD(Blue Screen of Death) on Boot-up! (November 13, 2009)">Windows XP Hack &#8211; How to Downgrade to Windows XP When You Get BSOD(Blue Screen of Death) on Boot-up!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/11/16/windows-7-diy-how-to-run-1680x1050-in-windows-7/" title="Windows 7 DIY &#8211; How to Run 1680&#215;1050 in Windows 7! (November 16, 2009)">Windows 7 DIY &#8211; How to Run 1680&#215;1050 in Windows 7!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/28/wii-hack-wiinja-nintendo-wii-mod-chip/" title="Wii HACK &#8211; Wiinja &#8211; Nintendo Wii Mod chip? (March 28, 2007)">Wii HACK &#8211; Wiinja &#8211; Nintendo Wii Mod chip?</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/23/wii-hack-wii-loop-machine/" title="Wii HACK &#8211; Wii Loop Machine (March 23, 2007)">Wii HACK &#8211; Wii Loop Machine</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2009/10/11/yahoo-hack-how-to-hack-ip-through-yahoo-messenger-or-other-ims/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Hack &#8211; How to Hack Crazy Taxi!</title>
		<link>http://zedomax.com/blog/2009/10/11/facebook-hack-how-to-hack-crazy-taxi/</link>
		<comments>http://zedomax.com/blog/2009/10/11/facebook-hack-how-to-hack-crazy-taxi/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 23:31:08 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Featured Entertainment]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[crazy taxi]]></category>
		<category><![CDATA[facebook hack]]></category>
		<category><![CDATA[how-to]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=22963</guid>
		<description><![CDATA[For those of you spending a lot of time on Facebook, you might be interested in this facebook hack that lets you hack Crazy Taxi and amaze your friends. (without actually spending a lot of time.)
Enjoy~
Download latest version of Flash to view video!. Click Here to View in Full Screen Mode
Brought to you by: Zedomax.com
Facebook [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you spending a lot of time on Facebook, you might be interested in this facebook hack that lets you hack Crazy Taxi and amaze your friends. (without actually spending a lot of time.)</p>
<p>Enjoy~</p>
<div class="video youtube"><p align="center"><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/-W4OWuBzqog" width="690" height="512"><param name="movie" value="http://www.youtube.com/v/-W4OWuBzqog" /><param name="allowScriptAccess" value="sameDomain" /><param name="menu" value="false" /><param name="quality" value="best" /><param name="bgcolor" value="#ffffff" /><param name="scale" value="doesaffect" /><param name="wmode" value="transparent" /><p><a target="_blank" href="http://download.macromedia.com/" >Download latest version of Flash to view video!</a>.</p></object></p></div><p align="center"><a target="_blank" href="http://www.youtube.com/v/-W4OWuBzqog" > Click Here to View in Full Screen Mode</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2009/10/11/facebook-hack-how-to-hack-crazy-taxi/" >Facebook Hack &#8211; How to Hack Crazy Taxi!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/tag/crazy-taxi/" title="crazy taxi" rel="tag">crazy taxi</a>, <a href="http://zedomax.com/blog/category/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/category/entertainment/" title="Entertainment" rel="tag">Entertainment</a>, <a href="http://zedomax.com/blog/tag/facebook-hack/" title="facebook hack" rel="tag">facebook hack</a>, <a href="http://zedomax.com/blog/category/featured/featured-entertainment/" title="Featured Entertainment" rel="tag">Featured Entertainment</a>, <a href="http://zedomax.com/blog/category/entertainment/funny/" title="Funny" rel="tag">Funny</a>, <a href="http://zedomax.com/blog/category/entertainment/games/" title="Games" rel="tag">Games</a>, <a href="http://zedomax.com/blog/category/diy/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/tag/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/tag/how-to/" title="how-to" rel="tag">how-to</a>, <a href="http://zedomax.com/blog/category/diy/howto/" title="HOWTO" rel="tag">HOWTO</a>, <a href="http://zedomax.com/blog/category/diy/projects/" title="Projects" rel="tag">Projects</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2009/10/12/facebook-hack-how-to-hack-facebook-accounts-with-javascript/" title="Facebook Hack &#8211; How to Hack Facebook Accounts with Javascript! (October 12, 2009)">Facebook Hack &#8211; How to Hack Facebook Accounts with Javascript!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/16/zedomax-worlds-fastest-digger-on-google-search/" title="Zedomax World&#8217;s Fastest Digger on Google search! (March 16, 2007)">Zedomax World&#8217;s Fastest Digger on Google search!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/03/zedomax-in-modded-plastic-soldier-format-fire-in-the-hole/" title="Zedomax in modded plastic soldier format &#8211; &#8220;Fire in the hole!&#8221; (April 3, 2007)">Zedomax in modded plastic soldier format &#8211; &#8220;Fire in the hole!&#8221;</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/27/zedomax-diy-128-how-to-make-a-glowing-heart-led-night-light/" title="Zedomax DIY 128 &#8211; HOW TO Make a Glowing Heart LED Night Light! (April 27, 2007)">Zedomax DIY 128 &#8211; HOW TO Make a Glowing Heart LED Night Light!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/03/16/youtube-hack-how-to-watch-youtube-videos-faster-with-firefox-addons-and-more/" title="YouTube Hack &#8211; How to watch YouTube videos faster with Firefox addons and more! (March 16, 2008)">YouTube Hack &#8211; How to watch YouTube videos faster with Firefox addons and more!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/23/wireless-hack-how-to-make-your-own-wireless-detecting-vibrator/" title="Wireless HACK &#8211; How to make your own wireless detecting vibrator! (March 23, 2007)">Wireless HACK &#8211; How to make your own wireless detecting vibrator!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/28/wii-hack-wiinja-nintendo-wii-mod-chip/" title="Wii HACK &#8211; Wiinja &#8211; Nintendo Wii Mod chip? (March 28, 2007)">Wii HACK &#8211; Wiinja &#8211; Nintendo Wii Mod chip?</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/23/wii-hack-wii-loop-machine/" title="Wii HACK &#8211; Wii Loop Machine (March 23, 2007)">Wii HACK &#8211; Wii Loop Machine</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/23/wii-hack-wii-controller-led-mod/" title="Wii HACK &#8211; Wii Controller LED Mod (March 23, 2007)">Wii HACK &#8211; Wii Controller LED Mod</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/23/wii-hack-solar-powered-wii/" title="Wii HACK &#8211; Solar powered Wii! (March 23, 2007)">Wii HACK &#8211; Solar powered Wii!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/27/whoosh-boom-splat-for-projectiles/" title="Whoosh Boom Splat for Projectiles (March 27, 2007)">Whoosh Boom Splat for Projectiles</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/01/we-are-shutting-down-our-blog-for-good/" title="We are shutting down our blog for good (April 1, 2007)">We are shutting down our blog for good</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/04/video-goggles-for-your-ipod/" title="Video Goggles for your iPod! (April 4, 2007)">Video Goggles for your iPod!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/22/touchscreen-smart-mirror/" title="Touchscreen Smart Mirror (March 22, 2007)">Touchscreen Smart Mirror</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/20/stretch-ferrari-limousine-made/" title="Stretch Ferrari Limousine Made! (March 20, 2007)">Stretch Ferrari Limousine Made!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/19/spam-bot-protection-bad-behavior-plugin-for-bloggers-and-wikis/" title="Spam-bot protection &#8211; Bad Behavior Plugin for Bloggers and Wikis (March 19, 2007)">Spam-bot protection &#8211; Bad Behavior Plugin for Bloggers and Wikis</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/26/solar-lawnmower-and-mopbot/" title="Solar Lawnmower and Mopbot (March 26, 2007)">Solar Lawnmower and Mopbot</a> </li>
	<li><a href="http://zedomax.com/blog/2009/10/19/samsung-tv-hack-how-to-hack-samsungs-linux-firmware/" title="Samsung TV Hack &#8211; How to Hack Samsung&#8217;s Linux Firmware! (October 19, 2009)">Samsung TV Hack &#8211; How to Hack Samsung&#8217;s Linux Firmware!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/24/remote-controlled-golf-ball/" title="Remote Controlled Golf Ball (March 24, 2007)">Remote Controlled Golf Ball</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/27/reliance-on-gps-mercedes-splash/" title="reliance on GPS -> Mercedes Splash (March 27, 2007)">reliance on GPS -> Mercedes Splash</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2009/10/11/facebook-hack-how-to-hack-crazy-taxi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Palm Pre Hack &#8211; How to &#8220;Tweet&#8221; Your Palm Pre&#8217;s GPS Location to Twitter!</title>
		<link>http://zedomax.com/blog/2009/08/23/palm-pre-hack-how-to-tweet-your-palm-pres-gps-location-to-twitter/</link>
		<comments>http://zedomax.com/blog/2009/08/23/palm-pre-hack-how-to-tweet-your-palm-pres-gps-location-to-twitter/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 22:44:57 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Featured DIYs]]></category>
		<category><![CDATA[Featured Gadgets]]></category>
		<category><![CDATA[Featured Hacks]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Palm Pre]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[cell phones]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[googlemaps]]></category>
		<category><![CDATA[gps location]]></category>
		<category><![CDATA[pre hack]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[step by step directions]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=21095</guid>
		<description><![CDATA[Well, I digged a bit further with my Palm Pre GoogleMaps GPS tracking app and made a new app that will track your Palm Pre&#8217;s GPS location via Twitter.
This is a better way to keeping a record of where you have been traveling in the past with your Palm Pre.
Here&#8217;s a screenshot of my latest [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I digged a bit further with my <a target="_blank" href="http://palmpre-hacks.com/palm-pre-hacks/how-to-set-up-google-gps-tracking-on-your-palm-pre/" >Palm Pre GoogleMaps GPS tracking app</a> and made a <a target="_blank" href="http://palmpre-hacks.com/palm-pre-hacks/how-to-tweet-palm-pres-gps-location-to-your-twitter/" >new app that will track your Palm Pre&#8217;s GPS location via Twitter</a>.</p>
<p>This is a better way to keeping a record of where you have been traveling in the past with your Palm Pre.</p>
<p>Here&#8217;s a screenshot of my latest update <a target="_blank" href="http://twitter.com/trackmypalmpre" >@trackmypalmpre</a>:</p>
<p><img class="alignnone size-full wp-image-21097" title="palmpre-gps-1" src="http://zedomax.com/blog/wp-content/uploads/2009/08/palmpre-gps-1.gif" alt="palmpre-gps-1" width="400" height="256" /></p>
<p>If you go <a target="_blank" href="http://maps.google.com/maps?q=37.6916778087616%2C-122.1848613023758&amp;oe=utf-8&amp;rlz=1R1GGGL_en___US333&amp;client=firefox-a&amp;um=1&amp;ie=UTF-8&amp;sa=N&amp;hl=en&amp;tab=wl" >type the location on GoogleMaps</a>, you will get the following:</p>
<p><img class="alignnone size-full wp-image-21096" title="palmpre-gps-2" src="http://zedomax.com/blog/wp-content/uploads/2009/08/palmpre-gps-2.gif" alt="palmpre-gps-2" width="531" height="487" /></p>
<p>Incredibly, I am actually right under that tree in my car near the Monarch Bay golf course in a public parking lot, writing this very blog post using my netbook and <a target="_blank" href="http://palmpre-hacks.com/palm-pre-hacks/how-to-hacktether-palm-pre-into-a-wifi-router/" >my hacked Palm Pre WiFi Router</a>.</p>
<p>LMAO, I will have to turn off the updates eventually, I don&#8217;t want everyone to know my location.  (OR I can set my Twitter updates to private so only I can see&#8230;)</p>
<p>But I will leave them up for now, you can track me <a target="_blank" href="http://twitter.com/trackmypalmpre" >@trackmypalmpre</a>.</p>
<p><a target="_blank" href="http://palmpre-hacks.com/palm-pre-hacks/how-to-tweet-palm-pres-gps-location-to-your-twitter/" >Click here for Full step-by-step directions on how to tweet your Palm Pre&#8217;s GPS location.</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2009/08/23/palm-pre-hack-how-to-tweet-your-palm-pres-gps-location-to-twitter/" >Palm Pre Hack &#8211; How to &#8220;Tweet&#8221; Your Palm Pre&#8217;s GPS Location to Twitter!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/gadgets/cell-phone/" title="cell phones" rel="tag">cell phones</a>, <a href="http://zedomax.com/blog/category/computer/" title="Computer" rel="tag">Computer</a>, <a href="http://zedomax.com/blog/category/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/category/technology/educational/" title="Educational" rel="tag">Educational</a>, <a href="http://zedomax.com/blog/category/entertainment/" title="Entertainment" rel="tag">Entertainment</a>, <a href="http://zedomax.com/blog/category/featured/" title="Featured" rel="tag">Featured</a>, <a href="http://zedomax.com/blog/category/featured/featured-diys/" title="Featured DIYs" rel="tag">Featured DIYs</a>, <a href="http://zedomax.com/blog/category/featured/featured-gadgets/" title="Featured Gadgets" rel="tag">Featured Gadgets</a>, <a href="http://zedomax.com/blog/category/featured/featured-hacks/" title="Featured Hacks" rel="tag">Featured Hacks</a>, <a href="http://zedomax.com/blog/category/gadgets/" title="Gadgets" rel="tag">Gadgets</a>, <a href="http://zedomax.com/blog/tag/googlemaps/" title="googlemaps" rel="tag">googlemaps</a>, <a href="http://zedomax.com/blog/category/technology/gps/" title="gps" rel="tag">gps</a>, <a href="http://zedomax.com/blog/tag/gps/" title="gps" rel="tag">gps</a>, <a href="http://zedomax.com/blog/tag/gps-location/" title="gps location" rel="tag">gps location</a>, <a href="http://zedomax.com/blog/category/diy/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/category/diy/howto/" title="HOWTO" rel="tag">HOWTO</a>, <a href="http://zedomax.com/blog/category/computer/linux-technology/" title="Linux" rel="tag">Linux</a>, <a href="http://zedomax.com/blog/category/gadgets/cell-phone/palm-pre/" title="Palm Pre" rel="tag">Palm Pre</a>, <a href="http://zedomax.com/blog/tag/pre-hack/" title="pre hack" rel="tag">pre hack</a>, <a href="http://zedomax.com/blog/category/diy/projects/" title="Projects" rel="tag">Projects</a>, <a href="http://zedomax.com/blog/tag/router/" title="router" rel="tag">router</a>, <a href="http://zedomax.com/blog/tag/step-by-step-directions/" title="step by step directions" rel="tag">step by step directions</a>, <a href="http://zedomax.com/blog/category/technology/" title="technology" rel="tag">technology</a>, <a href="http://zedomax.com/blog/tag/tweet/" title="tweet" rel="tag">tweet</a>, <a href="http://zedomax.com/blog/tag/twitter/" title="twitter" rel="tag">twitter</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/twitter-wt/" title="Twitter" rel="tag">Twitter</a>, <a href="http://zedomax.com/blog/category/misc/video/" title="Video" rel="tag">Video</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2009/08/23/palm-pre-hack-how-to-make-googlemaps-gps-tracking-on-your-palm-pre/" title="Palm Pre Hack &#8211; How to Make GoogleMaps GPS Tracking on Your Palm Pre! (August 23, 2009)">Palm Pre Hack &#8211; How to Make GoogleMaps GPS Tracking on Your Palm Pre!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/05/diy-iphone-hack-how-to-make-an-iphone-lojack-and-chart-your-location-using-google-maps/" title="DIY iPhone HACK &#8211; How to make an iPhone LoJack and chart your location using Google Maps! (May 5, 2008)">DIY iPhone HACK &#8211; How to make an iPhone LoJack and chart your location using Google Maps!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/10/twitter-hack-how-to-make-a-twitter-power-meter/" title="Twitter Hack &#8211; How to Make a Twitter Power Meter! (April 10, 2009)">Twitter Hack &#8211; How to Make a Twitter Power Meter!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/04/twitter-hack-how-to-keep-track-of-your-cat-with-the-twitter-cat-door/" title="Twitter Hack &#8211; How to Keep Track of Your Cat with the Twitter Cat Door! (April 4, 2009)">Twitter Hack &#8211; How to Keep Track of Your Cat with the Twitter Cat Door!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/09/03/top-5-palm-pre-hacks-to-do-on-your-palm-pre/" title="Top 5 Palm Pre Hacks To Do on Your Palm Pre! (September 3, 2009)">Top 5 Palm Pre Hacks To Do on Your Palm Pre!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/26/top-5-cool-twitter-hacked-gadgets/" title="Top 5 Cool Twitter Hacked Gadgets! (April 26, 2009)">Top 5 Cool Twitter Hacked Gadgets!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/08/21/palm-pre-hack-how-to-ssh-into-a-palm-pre/" title="Palm Pre Hack &#8211; How to SSH into a Palm Pre! (August 21, 2009)">Palm Pre Hack &#8211; How to SSH into a Palm Pre!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/03/zedomaxnet-web20-crunch/" title="Zedomax.Net Web2.0 Crunch&#8230; (June 3, 2008)">Zedomax.Net Web2.0 Crunch&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/04/zedomax-personal-twitter/" title="Zedomax Personal Twitter! (April 4, 2009)">Zedomax Personal Twitter!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/09/06/wordpress-diy-how-to-check-for-spam-links-after-being-attacked-by-hackers/" title="Wordpress DIY &#8211; How To Check For Spam Links After Being Attacked by Hackers! (September 6, 2009)">Wordpress DIY &#8211; How To Check For Spam Links After Being Attacked by Hackers!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/27/wimaxwibro-routers-available-in-south-korea/" title="WiMax/WiBro Routers Available in South Korea! (April 27, 2009)">WiMax/WiBro Routers Available in South Korea!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/06/02/wifi-diy-how-to-make-a-wifi-radio/" title="WiFi DIY &#8211; How to Make a WiFi Radio! (June 2, 2009)">WiFi DIY &#8211; How to Make a WiFi Radio!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/07/web-20-news-and-howtos-for-today/" title="Web 2.0 News and HOWTOs for Today! (February 7, 2009)">Web 2.0 News and HOWTOs for Today!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/04/24/web-20-expo-2008-tellme-voice-activated-yellow-pages-just-launched-for-blackberry/" title="Web 2.0 Expo 2008 &#8211; TellMe Voice-Activated Yellow Pages just launched for Blackberry! (April 24, 2008)">Web 2.0 Expo 2008 &#8211; TellMe Voice-Activated Yellow Pages just launched for Blackberry!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/09/watchtweet-masters-live-on-twitter/" title="Watch(Tweet) Masters Live on Twitter! (April 9, 2009)">Watch(Tweet) Masters Live on Twitter!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/22/useful-technology-overpriced-onstar-for-gm-chevy-vehicles/" title="Useful technology, overpriced &#8211; OnStar for GM, Chevy vehicles (November 22, 2006)">Useful technology, overpriced &#8211; OnStar for GM, Chevy vehicles</a> </li>
	<li><a href="http://zedomax.com/blog/2009/11/03/twitterpeak-mobile-tweeting-device-allows-unlimited-tweeting-anywhere/" title="TwitterPeak Mobile Tweeting Device Allows Unlimited Tweeting Anywhere! (November 3, 2009)">TwitterPeak Mobile Tweeting Device Allows Unlimited Tweeting Anywhere!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/07/20/twitter-hack-diy-home-automation-with-twitter/" title="Twitter Hack &#8211; DIY Home Automation with Twitter! (July 20, 2009)">Twitter Hack &#8211; DIY Home Automation with Twitter!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/24/twitter-hack-display-messages-from-twitter-on-the-small-screen/" title="Twitter Hack &#8211; Display messages from twitter on the small screen! (May 24, 2008)">Twitter Hack &#8211; Display messages from twitter on the small screen!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/30/twitter-diy-how-to-stumble-twitter-like-stumbleupon/" title="Twitter DIY &#8211; How to Stumble Twitter Like StumbleUpon! (April 30, 2009)">Twitter DIY &#8211; How to Stumble Twitter Like StumbleUpon!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2009/08/23/palm-pre-hack-how-to-tweet-your-palm-pres-gps-location-to-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress DIY &#8211; How to Make your FFFFOUND Website!</title>
		<link>http://zedomax.com/blog/2009/06/10/wordpress-diy-how-to-make-your-ffffound-website/</link>
		<comments>http://zedomax.com/blog/2009/06/10/wordpress-diy-how-to-make-your-ffffound-website/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 20:00:34 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Featured DIYs]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[domain name]]></category>
		<category><![CDATA[great source]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[laughs]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=17815</guid>
		<description><![CDATA[FFFFOUND.com is a very interesting image bookmarking site that has been growing steadily.  Here&#8217;s a neat DIY on how to make your own image bookmarking site like FFFFOUND:
I’ve been a daily visitor of ffffound for some time now, but I have never been lucky enough to receive an invite to actually use it. It’s a [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://ffffound.com/" >FFFFOUND.com</a> is a very interesting image bookmarking site that has been growing steadily.  Here&#8217;s a neat DIY on how to make your own image bookmarking site like FFFFOUND:</p>
<blockquote><p>I’ve been a daily visitor of ffffound for some time now, but I have never been lucky enough to receive an invite to actually use it. It’s a GREAT source of inspiration for all types of design, and I constantly refer to it and the QBN pic of the day thread for some good laughs and beautiful pictures. After realizing that I had a spare domain name I decided it was time to try and hack together a Wordpress theme with a few plugins that would emulate ffffound, and its related images feature.</p></blockquote>
<p><a target="_blank" href="http://assaultblog.com/using-wordpress-to-make-your-own-personal-ffffound/" >via assaultblog</a></p>
<p><img class="alignnone size-full wp-image-17816" title="fffound" src="http://zedomax.com/blog/wp-content/uploads/2009/06/fffound.gif" alt="fffound" width="690" height="486" /></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2009/06/10/wordpress-diy-how-to-make-your-ffffound-website/" >Wordpress DIY &#8211; How to Make your FFFFOUND Website!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/technology/web-technology/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/category/design/" title="Design" rel="tag">Design</a>, <a href="http://zedomax.com/blog/category/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/tag/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/tag/domain-name/" title="domain name" rel="tag">domain name</a>, <a href="http://zedomax.com/blog/category/technology/educational/" title="Educational" rel="tag">Educational</a>, <a href="http://zedomax.com/blog/category/entertainment/" title="Entertainment" rel="tag">Entertainment</a>, <a href="http://zedomax.com/blog/category/featured/" title="Featured" rel="tag">Featured</a>, <a href="http://zedomax.com/blog/category/featured/featured-diys/" title="Featured DIYs" rel="tag">Featured DIYs</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/tag/great-source/" title="great source" rel="tag">great source</a>, <a href="http://zedomax.com/blog/category/diy/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/category/diy/howto/" title="HOWTO" rel="tag">HOWTO</a>, <a href="http://zedomax.com/blog/tag/images/" title="images" rel="tag">images</a>, <a href="http://zedomax.com/blog/tag/inspiration/" title="inspiration" rel="tag">inspiration</a>, <a href="http://zedomax.com/blog/tag/laughs/" title="laughs" rel="tag">laughs</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/category/diy/projects/" title="Projects" rel="tag">Projects</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/wordpress/" title="Wordpress" rel="tag">Wordpress</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2007/04/07/snow-surfing-with-a-antartic-snowbot/" title="Snow surfing with a Antartic Snowbot (April 7, 2007)">Snow surfing with a Antartic Snowbot</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/24/remote-controlled-golf-ball/" title="Remote Controlled Golf Ball (March 24, 2007)">Remote Controlled Golf Ball</a> </li>
	<li><a href="http://zedomax.com/blog/2009/03/11/garden-diy-how-to-make-a-dry-rock-zen-garden/" title="Garden DIY &#8211; How to Make a Dry Rock &#8220;Zen&#8221; Garden! (March 11, 2009)">Garden DIY &#8211; How to Make a Dry Rock &#8220;Zen&#8221; Garden!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/10/30/diy-halloween-led-music-player/" title="DIY Halloween LED Music Player! (October 30, 2008)">DIY Halloween LED Music Player!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/01/24/diy-and-howtos-from-guerilla-internet-marketing-blog/" title="DIY and HOWTOs from Guerilla Internet Marketing Blog (January 24, 2009)">DIY and HOWTOs from Guerilla Internet Marketing Blog</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/17/diy-how-to-measure-speed-of-light-using-chocolate/" title="DIY &#8211; How to Measure Speed of Light using Chocolate! (June 17, 2008)">DIY &#8211; How to Measure Speed of Light using Chocolate!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/09/19/diy-how-to-make-scanner-camera-with-your-flatbed-scanner/" title="DIY &#8211; How to Make Scanner Camera with your Flatbed Scanner! (September 19, 2008)">DIY &#8211; How to Make Scanner Camera with your Flatbed Scanner!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/09/01/zoombak-gps-tracking-device/" title="Zoombak GPS Tracking Device! (September 1, 2009)">Zoombak GPS Tracking Device!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/06/znak-it-the-new-pay-as-you-go-solution-alternative-to-paypal/" title="Znak It! &#8211; The New Pay-As-You-Go Solution Alternative to Paypal! (April 6, 2009)">Znak It! &#8211; The New Pay-As-You-Go Solution Alternative to Paypal!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/04/zink-camera-and-printer-together/" title="Zink Camera and Printer together (December 4, 2007)">Zink Camera and Printer together</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/02/zikiwiki-technology-wiki-for-hackers-diyers-mcu-users-plc-users-etc/" title="ZikiWiki &#8211; Technology wiki for hackers, diyers, mcu users, plc users, etc&#8230; (November 2, 2006)">ZikiWiki &#8211; Technology wiki for hackers, diyers, mcu users, plc users, etc&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/16/zedomax-worlds-fastest-digger-on-google-search/" title="Zedomax World&#8217;s Fastest Digger on Google search! (March 16, 2007)">Zedomax World&#8217;s Fastest Digger on Google search!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/22/zedomax-thanksgiving-diys-cooking-for-engineers-and-paper-turkeys/" title="Zedomax Thanksgiving DIYs &#8211; Cooking for Engineers and Paper Turkeys (November 22, 2006)">Zedomax Thanksgiving DIYs &#8211; Cooking for Engineers and Paper Turkeys</a> </li>
	<li><a href="http://zedomax.com/blog/2007/02/22/zedomax-reaches-over-500000-unique-visitors-thanks-to-youall/" title="Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all (February 22, 2007)">Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all</a> </li>
	<li><a href="http://zedomax.com/blog/2006/10/11/zedomax-reaches-100000-unique-visitors/" title="zedomax reaches 100,000 unique visitors! (October 11, 2006)">zedomax reaches 100,000 unique visitors!</a> </li>
	<li><a href="http://zedomax.com/blog/zedomax-network-of-blogs/" title="Zedomax Network of blogs (April 30, 2007)">Zedomax Network of blogs</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/17/zedomax-korea/" title="Zedomax Korea (March 17, 2007)">Zedomax Korea</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/03/zedomax-in-modded-plastic-soldier-format-fire-in-the-hole/" title="Zedomax in modded plastic soldier format &#8211; &#8220;Fire in the hole!&#8221; (April 3, 2007)">Zedomax in modded plastic soldier format &#8211; &#8220;Fire in the hole!&#8221;</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/13/zedomax-diy124-how-to-make-a-50-golf-training-aid-for-5-bucks/" title="Zedomax DIY124 &#8211; HOW TO make a $50 golf training aid for 5 bucks! (December 13, 2006)">Zedomax DIY124 &#8211; HOW TO make a $50 golf training aid for 5 bucks!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/13/zedomax-diy123-how-to-make-a-christmas-led-wreath/" title="Zedomax DIY123 &#8211; HOW TO make a Christmas LED wreath! (December 13, 2006)">Zedomax DIY123 &#8211; HOW TO make a Christmas LED wreath!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2009/06/10/wordpress-diy-how-to-make-your-ffffound-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Programming Hack &#8211; How to Replace Images at Time Intervals with Fading!</title>
		<link>http://zedomax.com/blog/2009/05/14/web-programming-hack-how-to-replace-images-at-time-intervals-with-fading/</link>
		<comments>http://zedomax.com/blog/2009/05/14/web-programming-hack-how-to-replace-images-at-time-intervals-with-fading/#comments</comments>
		<pubDate>Thu, 14 May 2009 18:31:03 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Featured DIYs]]></category>
		<category><![CDATA[Featured Hacks]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[continuation]]></category>
		<category><![CDATA[cool web]]></category>
		<category><![CDATA[image gallery]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[time intervals]]></category>
		<category><![CDATA[web developers]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=16455</guid>
		<description><![CDATA[Here&#8217;s another cool web programming hack for you web developers out there, how to replace images at a set time intervals using jQuery.  Nice. &#8211; link
This post is somehow a continuation of our previous post on replacing images, but this post is one step closer to creating an image gallery using jQuery. In this post [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s another cool web programming hack for you web developers out there, how to replace images at a set time intervals using jQuery.  Nice. &#8211; <a target="_blank" href="http://jquery-howto.blogspot.com/2009/05/replacing-images-at-time-intervals.html" >link</a></p>
<blockquote><p>This post is somehow a continuation of our previous post on replacing images, but this post is one step closer to creating an image gallery using jQuery. In this post I will show you how to replace one image with another one in specific time intervals. For example: replacing image1.jpg with image2.jpg every 5 seconds.</p></blockquote>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2009/05/14/web-programming-hack-how-to-replace-images-at-time-intervals-with-fading/" >Web Programming Hack &#8211; How to Replace Images at Time Intervals with Fading!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/tag/continuation/" title="continuation" rel="tag">continuation</a>, <a href="http://zedomax.com/blog/tag/cool-web/" title="cool web" rel="tag">cool web</a>, <a href="http://zedomax.com/blog/category/design/" title="Design" rel="tag">Design</a>, <a href="http://zedomax.com/blog/category/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/category/technology/educational/" title="Educational" rel="tag">Educational</a>, <a href="http://zedomax.com/blog/category/entertainment/" title="Entertainment" rel="tag">Entertainment</a>, <a href="http://zedomax.com/blog/category/featured/featured-diys/" title="Featured DIYs" rel="tag">Featured DIYs</a>, <a href="http://zedomax.com/blog/category/featured/featured-hacks/" title="Featured Hacks" rel="tag">Featured Hacks</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/category/diy/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/category/diy/howto/" title="HOWTO" rel="tag">HOWTO</a>, <a href="http://zedomax.com/blog/tag/image-gallery/" title="image gallery" rel="tag">image gallery</a>, <a href="http://zedomax.com/blog/tag/images/" title="images" rel="tag">images</a>, <a href="http://zedomax.com/blog/tag/jquery/" title="jquery" rel="tag">jquery</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/category/diy/projects/" title="Projects" rel="tag">Projects</a>, <a href="http://zedomax.com/blog/tag/time-intervals/" title="time intervals" rel="tag">time intervals</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/tag/web-developers/" title="web developers" rel="tag">web developers</a>, <a href="http://zedomax.com/blog/tag/web-programming/" title="web programming" rel="tag">web programming</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2009/08/17/web-programming-diy-how-to-protect-yourself-against-image-hotlinking/" title="Web Programming DIY &#8211; How to Protect Yourself Against Image Hotlinking! (August 17, 2009)">Web Programming DIY &#8211; How to Protect Yourself Against Image Hotlinking!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/03/04/digital-frame-hack-how-to-build-a-custom-web-interface/" title="Digital Frame Hack &#8211; How to Build a Custom Web Interface! (March 4, 2009)">Digital Frame Hack &#8211; How to Build a Custom Web Interface!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/04/zink-camera-and-printer-together/" title="Zink Camera and Printer together (December 4, 2007)">Zink Camera and Printer together</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/23/you-can-never-have-enough-usb-ports/" title="You can never have enough USB ports (February 23, 2009)">You can never have enough USB ports</a> </li>
	<li><a href="http://zedomax.com/blog/2009/06/10/wordpress-diy-how-to-make-your-ffffound-website/" title="Wordpress DIY &#8211; How to Make your FFFFOUND Website! (June 10, 2009)">Wordpress DIY &#8211; How to Make your FFFFOUND Website!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/08/31/web-programming-hack-how-to-redirect-based-on-domain-name-referrer-or-ip-address/" title="Web Programming Hack &#8211; How to Redirect based on Domain Name Referrer or IP address! (August 31, 2009)">Web Programming Hack &#8211; How to Redirect based on Domain Name Referrer or IP address!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/07/09/web-diy-how-to-increase-web-traffic/" title="Web DIY &#8211; How to Increase Web Traffic! (July 9, 2009)">Web DIY &#8211; How to Increase Web Traffic!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/06/use-cooliriss-piclens-firefox-plugin-to-browse-images-videos-like-an-iphone/" title="Use Cooliris&#8217;s PicLens Firefox Plugin to browse images, videos like an iPhone! (May 6, 2008)">Use Cooliris&#8217;s PicLens Firefox Plugin to browse images, videos like an iPhone!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/07/17/this-is-the-way-to-fly/" title="This is the way to fly (July 17, 2009)">This is the way to fly</a> </li>
	<li><a href="http://zedomax.com/blog/2009/01/07/the-wowwee-spyball-on-wheels/" title="The WowWee Spyball on wheels (January 7, 2009)">The WowWee Spyball on wheels</a> </li>
	<li><a href="http://zedomax.com/blog/2009/07/20/the-mini-3d-mirascope/" title="The mini 3D mirascope (July 20, 2009)">The mini 3D mirascope</a> </li>
	<li><a href="http://zedomax.com/blog/2009/07/16/the-brand-name-keyboard/" title="The brand name keyboard (July 16, 2009)">The brand name keyboard</a> </li>
	<li><a href="http://zedomax.com/blog/2008/02/04/the-biggest-pyramid-splog-scam-in-this-world-today-stumbleupon-spambleupon/" title="The biggest pyramid &#8220;splog&#8221; scam in this world today &#8211; StumbleUpon =Spambleupon (February 4, 2008)">The biggest pyramid &#8220;splog&#8221; scam in this world today &#8211; StumbleUpon =Spambleupon</a> </li>
	<li><a href="http://zedomax.com/blog/2006/10/13/talking-paper/" title="Talking Paper! (October 13, 2006)">Talking Paper!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/07/29/stealth-spy-camera/" title="Stealth spy camera (July 29, 2009)">Stealth spy camera</a> </li>
	<li><a href="http://zedomax.com/blog/2009/07/13/sony-ericsson-rachael-android-phone-leaked/" title="Sony Ericsson Rachael Android Phone Leaked! (July 13, 2009)">Sony Ericsson Rachael Android Phone Leaked!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/07/snow-surfing-with-a-antartic-snowbot/" title="Snow surfing with a Antartic Snowbot (April 7, 2007)">Snow surfing with a Antartic Snowbot</a> </li>
	<li><a href="http://zedomax.com/blog/2007/01/11/search-engine-using-tags/" title="Search Engine using tags! (January 11, 2007)">Search Engine using tags!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/21/samsung-announces-its-palm-sized-dlp-projector-p400-pocket-imager/" title="Samsung AnnounceS its Palm-sized DLP Projector &#8211; P400 Pocket Imager (June 21, 2008)">Samsung AnnounceS its Palm-sized DLP Projector &#8211; P400 Pocket Imager</a> </li>
	<li><a href="http://zedomax.com/blog/2008/08/25/redneck-ford-fuck-over-rebuilt-dodge-caravan/" title="Redneck FORD (Fuck-over-Rebuilt-Dodge) Caravan (August 25, 2008)">Redneck FORD (Fuck-over-Rebuilt-Dodge) Caravan</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2009/05/14/web-programming-hack-how-to-replace-images-at-time-intervals-with-fading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design Hack &#8211; How To Make An Awesome CSS Web Calendar with iPhone-like Graphics!</title>
		<link>http://zedomax.com/blog/2009/05/12/web-design-hack-how-to-make-an-awesome-css-web-calendar-with-iphone-like-graphics/</link>
		<comments>http://zedomax.com/blog/2009/05/12/web-design-hack-how-to-make-an-awesome-css-web-calendar-with-iphone-like-graphics/#comments</comments>
		<pubDate>Wed, 13 May 2009 02:23:20 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Consumer]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Featured DIYs]]></category>
		<category><![CDATA[Featured Hacks]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[bottom corner]]></category>
		<category><![CDATA[calendar application]]></category>
		<category><![CDATA[css web]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[web calendar]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web developer]]></category>
		<category><![CDATA[whole lot]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=16451</guid>
		<description><![CDATA[As a web developer/hacker, I am always searching for the next new thing in CSS, of course, this particular web calendar really impressed me with not a whole lot of code.
I think you can easily apply this to make your web app shine more.  (Check out the demo)
I wanted it to be similar to the [...]]]></description>
			<content:encoded><![CDATA[<p>As a web developer/hacker, I am always searching for the next new thing in CSS, of course, this particular web calendar really impressed me with not a whole lot of code.</p>
<p>I think you can easily apply this to make your web app shine more.  (<a target="_blank" href="http://www.stefanoverna.com/wp-content/tutorials/ical_like_calendar/" >Check out the demo</a>)</p>
<blockquote><p>I wanted it to be similar to the iPhone Calendar application (or, if you want, to the little calendar on the left bottom corner in iCal). And I also wanted to keep the code as little and sweet as possible (we don’t like maintenance, do we?).</p></blockquote>
<p><a target="_blank" href="http://www.stefanoverna.com/log/create-astonishing-ical-like-calendars-with-jquery" >via stefanoverna</a></p>
<p><img class="alignnone size-full wp-image-16452" title="awesome-gui" src="http://zedomax.com/blog/wp-content/uploads/2009/05/awesome-gui.jpg" alt="awesome-gui" width="428" height="351" /></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2009/05/12/web-design-hack-how-to-make-an-awesome-css-web-calendar-with-iphone-like-graphics/" >Web Design Hack &#8211; How To Make An Awesome CSS Web Calendar with iPhone-like Graphics!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/tag/bottom-corner/" title="bottom corner" rel="tag">bottom corner</a>, <a href="http://zedomax.com/blog/tag/calendar-application/" title="calendar application" rel="tag">calendar application</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/tag/css-web/" title="css web" rel="tag">css web</a>, <a href="http://zedomax.com/blog/tag/demo/" title="demo" rel="tag">demo</a>, <a href="http://zedomax.com/blog/category/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/category/technology/educational/" title="Educational" rel="tag">Educational</a>, <a href="http://zedomax.com/blog/category/featured/featured-diys/" title="Featured DIYs" rel="tag">Featured DIYs</a>, <a href="http://zedomax.com/blog/category/featured/featured-hacks/" title="Featured Hacks" rel="tag">Featured Hacks</a>, <a href="http://zedomax.com/blog/category/diy/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/tag/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/tag/hacker/" title="hacker" rel="tag">hacker</a>, <a href="http://zedomax.com/blog/category/diy/howto/" title="HOWTO" rel="tag">HOWTO</a>, <a href="http://zedomax.com/blog/tag/iphone/" title="iPhone" rel="tag">iPhone</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/category/diy/projects/" title="Projects" rel="tag">Projects</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/tag/web-calendar/" title="web calendar" rel="tag">web calendar</a>, <a href="http://zedomax.com/blog/tag/web-design/" title="web design" rel="tag">web design</a>, <a href="http://zedomax.com/blog/tag/web-developer/" title="web developer" rel="tag">web developer</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/tag/whole-lot/" title="whole lot" rel="tag">whole lot</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2008/11/14/youtube-hack-how-to-link-directly-to-high-quality-youtube-videos/" title="YouTube Hack &#8211; How to Link Directly to High Quality YouTube Videos! (November 14, 2008)">YouTube Hack &#8211; How to Link Directly to High Quality YouTube Videos!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/07/x10-control-via-iphone/" title="X10 Control via iPhone! (April 7, 2009)">X10 Control via iPhone!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/06/windows-mobile-iphone-theme/" title="Windows mobile iPhone theme (March 6, 2007)">Windows mobile iPhone theme</a> </li>
	<li><a href="http://zedomax.com/blog/2009/01/24/wii-hack-diy-kurukuru-kart/" title="Wii Hack &#8211; DIY Kurukuru Kart! (January 24, 2009)">Wii Hack &#8211; DIY Kurukuru Kart!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/18/robot-catapult/" title="Robot catapult (January 18, 2008)">Robot catapult</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/07/nintendo-hack-how-to-convert-your-powerglove-into-a-wiimote-like-thang/" title="Nintendo Hack &#8211; How to Convert your PowerGlove into a Wiimote-like Thang! (April 7, 2009)">Nintendo Hack &#8211; How to Convert your PowerGlove into a Wiimote-like Thang!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/07/02/more-iphone-hacks-cant-afford-an-iphone-dont-worry/" title="more iPhone Hacks &#8211; can&#8217;t afford an iPhone?  Don&#8217;t worry. (July 2, 2007)">more iPhone Hacks &#8211; can&#8217;t afford an iPhone?  Don&#8217;t worry.</a> </li>
	<li><a href="http://zedomax.com/blog/2007/07/02/iphone-hack-warning-from-ibm/" title="iPhone hack warning from IBM (July 2, 2007)">iPhone hack warning from IBM</a> </li>
	<li><a href="http://zedomax.com/blog/2007/07/09/iphone-hack-use-iphone-as-ipod-and-wifi-device-if-you-dont-like-att/" title="iPhone HACK &#8211; Use iPhone as iPod and Wifi device if you don&#8217;t like AT&#038;T (July 9, 2007)">iPhone HACK &#8211; Use iPhone as iPod and Wifi device if you don&#8217;t like AT&#038;T</a> </li>
	<li><a href="http://zedomax.com/blog/2007/08/16/iphone-hack-iphone-voice-recorder/" title="iPhone HACK &#8211; iPhone Voice Recorder (August 16, 2007)">iPhone HACK &#8211; iPhone Voice Recorder</a> </li>
	<li><a href="http://zedomax.com/blog/2007/08/15/iphone-hack-iphone-unlocked-sim/" title="iPhone HACK &#8211; iPhone unlocked SIM (August 15, 2007)">iPhone HACK &#8211; iPhone unlocked SIM</a> </li>
	<li><a href="http://zedomax.com/blog/2007/07/08/iphone-hack-iphone-serial-port-access/" title="iPhone HACK &#8211; iPhone Serial Port Access (July 8, 2007)">iPhone HACK &#8211; iPhone Serial Port Access</a> </li>
	<li><a href="http://zedomax.com/blog/2007/07/05/iphone-hack-iphone-root-password-is-alpine/" title="iPhone HACK &#8211; iPhone Root Password is &#8220;Alpine&#8221; (July 5, 2007)">iPhone HACK &#8211; iPhone Root Password is &#8220;Alpine&#8221;</a> </li>
	<li><a href="http://zedomax.com/blog/2009/06/03/iphone-hack-how-to-make-a-cheap-stylus-with-snap-and-dental-floss/" title="iPhone Hack &#8211; How to Make a Cheap Stylus with Snap and Dental Floss! (June 3, 2009)">iPhone Hack &#8211; How to Make a Cheap Stylus with Snap and Dental Floss!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/06/30/iphone-hack-how-to-activate-your-iphone-immediately/" title="iPhone HACK &#8211; How to activate your iPhone immediately! (June 30, 2007)">iPhone HACK &#8211; How to activate your iPhone immediately!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/11/13/iphone-hack-get-the-latest-jailbreak-v112-and-hack-your-iphone/" title="iPhone HACK &#8211; Get the latest Jailbreak v.1.1.2 and hack your iPhone! (November 13, 2007)">iPhone HACK &#8211; Get the latest Jailbreak v.1.1.2 and hack your iPhone!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/07/07/iphone-hack-hack-an-iphone-iphoneinterface-tool-is-out/" title="iPhone Hack &#8211; &#8220;Hack an iPhone&#8221; &#8211; iPhoneInterface Tool is Out!! (July 7, 2007)">iPhone Hack &#8211; &#8220;Hack an iPhone&#8221; &#8211; iPhoneInterface Tool is Out!!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/09/18/iphone-food-hack-iphone-cupcakes/" title="iPhone Food Hack &#8211; iPhone Cupcakes! (September 18, 2008)">iPhone Food Hack &#8211; iPhone Cupcakes!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/10/04/iphone-diy-hack-more-sim-unlocking-hacks/" title="iPhone DIY HACK &#8211; more SIM unlocking Hacks&#8230; (October 4, 2007)">iPhone DIY HACK &#8211; more SIM unlocking Hacks&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2007/10/03/iphone-diy-hack-iflash-external-flash-for-the-iphone/" title="iPhone DIY HACK &#8211; iFlash, External Flash for the iPhone (October 3, 2007)">iPhone DIY HACK &#8211; iFlash, External Flash for the iPhone</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2009/05/12/web-design-hack-how-to-make-an-awesome-css-web-calendar-with-iphone-like-graphics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter DIY &#8211; How to Stumble Twitter Like StumbleUpon!</title>
		<link>http://zedomax.com/blog/2009/04/30/twitter-diy-how-to-stumble-twitter-like-stumbleupon/</link>
		<comments>http://zedomax.com/blog/2009/04/30/twitter-diy-how-to-stumble-twitter-like-stumbleupon/#comments</comments>
		<pubDate>Fri, 01 May 2009 04:34:11 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Featured DIYs]]></category>
		<category><![CDATA[Featured Entertainment]]></category>
		<category><![CDATA[Featured Hacks]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[couple days]]></category>
		<category><![CDATA[full attention]]></category>
		<category><![CDATA[interesting sites]]></category>
		<category><![CDATA[real time]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitters]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=16118</guid>
		<description><![CDATA[
Well, I apologize to my readers for lack of posts, my full attention has been gone toward Twitterland(Watch this video that explains what happened to me last couple days), I have been working 24/7 on a new site called StumbleTweets, it let&#8217;s you stumble Twitter like StumbleUpon, except it&#8217;s a lot better and uses tweets [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-561 aligncenter" title="stumbletweets" src="http://zedomax.biz/blog/wp-content/uploads/2009/04/stumbletweets.jpg" alt="stumbletweets" width="620" height="196" /></p>
<p>Well, I apologize to my readers for lack of posts, my full attention has been gone toward Twitterland(<a target="_blank" href="http://www.youtube.com/watch?v=PN2HAroA12w" >Watch this video that explains what happened to me last couple days</a>), I have been working 24/7 on a new site called <a target="_blank" href="http://stumbletweets.com/" >StumbleTweets</a>, it let&#8217;s you stumble Twitter like StumbleUpon, except it&#8217;s a lot better and uses tweets to find interesting new sites in &#8220;real-time&#8221;.</p>
<p>If you get bored stumbling old, outdated stuff on StumbleUpon, try Stumble Tweets as it will rejuvenate your life and let you stumble only the most recent, interesting sites.</p>
<p>I won&#8217;t bore you with details but here&#8217;s couple links that might help you that I&#8217;ve written on my .biz blog:</p>
<ul>
<li><a target="_blank" href="http://zedomax.biz/blog/twitter/how-to-stumble-real-time-tweets-and-gather-more-like-minded-twitter-followers/" >How to Stumble Real-Time Tweets and Gather Like-minded Twitters</a></li>
<li><a target="_blank" href="http://zedomax.biz/blog/twitter/twitter-diy-how-to-retweet-faster-and-effectively/" >How to Retweet Faster and More Effectively</a></li>
</ul>
<p>Even if you are not a Twitter, you can still browse interesting sites using StumbleTweets, try it yourself here:</p>
<p><a target="_blank" href="http://stumbletweets.com/" >StumbleTweets.com</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2009/04/30/twitter-diy-how-to-stumble-twitter-like-stumbleupon/" >Twitter DIY &#8211; How to Stumble Twitter Like StumbleUpon!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/computer/" title="Computer" rel="tag">Computer</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/tag/couple-days/" title="couple days" rel="tag">couple days</a>, <a href="http://zedomax.com/blog/category/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/category/technology/educational/" title="Educational" rel="tag">Educational</a>, <a href="http://zedomax.com/blog/category/entertainment/" title="Entertainment" rel="tag">Entertainment</a>, <a href="http://zedomax.com/blog/category/featured/" title="Featured" rel="tag">Featured</a>, <a href="http://zedomax.com/blog/category/featured/featured-diys/" title="Featured DIYs" rel="tag">Featured DIYs</a>, <a href="http://zedomax.com/blog/category/featured/featured-entertainment/" title="Featured Entertainment" rel="tag">Featured Entertainment</a>, <a href="http://zedomax.com/blog/category/featured/featured-hacks/" title="Featured Hacks" rel="tag">Featured Hacks</a>, <a href="http://zedomax.com/blog/tag/full-attention/" title="full attention" rel="tag">full attention</a>, <a href="http://zedomax.com/blog/category/diy/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/category/diy/howto/" title="HOWTO" rel="tag">HOWTO</a>, <a href="http://zedomax.com/blog/tag/interesting-sites/" title="interesting sites" rel="tag">interesting sites</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/category/diy/projects/" title="Projects" rel="tag">Projects</a>, <a href="http://zedomax.com/blog/tag/real-time/" title="real time" rel="tag">real time</a>, <a href="http://zedomax.com/blog/tag/twitter/" title="twitter" rel="tag">twitter</a>, <a href="http://zedomax.com/blog/tag/twitters/" title="twitters" rel="tag">twitters</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2009/05/27/interesting-twitter-howtostheories/" title="Interesting Twitter HOWTOs/Theories! (May 27, 2009)">Interesting Twitter HOWTOs/Theories!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/03/zedomaxnet-web20-crunch/" title="Zedomax.Net Web2.0 Crunch&#8230; (June 3, 2008)">Zedomax.Net Web2.0 Crunch&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2008/10/23/zedomaxcom-updated-with-a-new-dual-quad-core-xeon-harpertown-server-from-carinet/" title="Zedomax.com Updated with a New Dual Quad-Core Xeon Harpertown Server from Cari.Net! (October 23, 2008)">Zedomax.com Updated with a New Dual Quad-Core Xeon Harpertown Server from Cari.Net!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/04/zedomax-personal-twitter/" title="Zedomax Personal Twitter! (April 4, 2009)">Zedomax Personal Twitter!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/24/zedomax-blog-search-engine-update/" title="Zedomax Blog Search Engine Update! (November 24, 2008)">Zedomax Blog Search Engine Update!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/20/wrist-tracker-does-gps-gps-tracking/" title="Wrist Tracker does GPS + GPS Tracking (May 20, 2008)">Wrist Tracker does GPS + GPS Tracking</a> </li>
	<li><a href="http://zedomax.com/blog/2009/09/06/wordpress-diy-how-to-check-for-spam-links-after-being-attacked-by-hackers/" title="Wordpress DIY &#8211; How To Check For Spam Links After Being Attacked by Hackers! (September 6, 2009)">Wordpress DIY &#8211; How To Check For Spam Links After Being Attacked by Hackers!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/07/15/wilderness-survival-fire-sparkle-and-blade-cutter/" title="Wilderness Survival Fire Sparkle and Blade Cutter! (July 15, 2008)">Wilderness Survival Fire Sparkle and Blade Cutter!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/07/web-20-news-and-howtos-for-today/" title="Web 2.0 News and HOWTOs for Today! (February 7, 2009)">Web 2.0 News and HOWTOs for Today!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/09/watchtweet-masters-live-on-twitter/" title="Watch(Tweet) Masters Live on Twitter! (April 9, 2009)">Watch(Tweet) Masters Live on Twitter!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/09/01/ups-hack-how-to-get-more-capacity-and-battery-power-from-a-ups/" title="UPS Hack &#8211; How to Get More Capacity and Battery Power from a UPS! (September 1, 2009)">UPS Hack &#8211; How to Get More Capacity and Battery Power from a UPS!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/10/28/uk-residents-now-can-read-their-electricity-usage-in-real-time-using-google-powermeter/" title="UK Residents now can read their Electricity Usage in Real Time using Google PowerMeter! (October 28, 2009)">UK Residents now can read their Electricity Usage in Real Time using Google PowerMeter!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/11/03/twitterpeak-mobile-tweeting-device-allows-unlimited-tweeting-anywhere/" title="TwitterPeak Mobile Tweeting Device Allows Unlimited Tweeting Anywhere! (November 3, 2009)">TwitterPeak Mobile Tweeting Device Allows Unlimited Tweeting Anywhere!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/10/twitter-hack-how-to-make-a-twitter-power-meter/" title="Twitter Hack &#8211; How to Make a Twitter Power Meter! (April 10, 2009)">Twitter Hack &#8211; How to Make a Twitter Power Meter!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/04/twitter-hack-how-to-keep-track-of-your-cat-with-the-twitter-cat-door/" title="Twitter Hack &#8211; How to Keep Track of Your Cat with the Twitter Cat Door! (April 4, 2009)">Twitter Hack &#8211; How to Keep Track of Your Cat with the Twitter Cat Door!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/07/20/twitter-hack-diy-home-automation-with-twitter/" title="Twitter Hack &#8211; DIY Home Automation with Twitter! (July 20, 2009)">Twitter Hack &#8211; DIY Home Automation with Twitter!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/24/twitter-hack-display-messages-from-twitter-on-the-small-screen/" title="Twitter Hack &#8211; Display messages from twitter on the small screen! (May 24, 2008)">Twitter Hack &#8211; Display messages from twitter on the small screen!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/06/04/twitter-are-you-twitting-yet/" title="Twitter &#8211; Are you twitting yet? (June 4, 2007)">Twitter &#8211; Are you twitting yet?</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/08/tweethackingcom-launched-twitter-hacks-gadgets-and-more/" title="TweetHacking.com Launched &#8211; Twitter Hacks, Gadgets, and More! (April 8, 2009)">TweetHacking.com Launched &#8211; Twitter Hacks, Gadgets, and More!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/20/trendnet-7%e2%80%9d-wireless-internet-camera-and-photo-monitor/" title="TrendNet 7” Wireless Internet Camera and Photo Monitor! (February 20, 2009)">TrendNet 7” Wireless Internet Camera and Photo Monitor!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2009/04/30/twitter-diy-how-to-stumble-twitter-like-stumbleupon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog DIY &#8211; How to Use GooseGrade to Fix Your Blog Post Grammer and Spelling!</title>
		<link>http://zedomax.com/blog/2009/04/13/blog-diy-how-to-use-goosegrade-to-fix-your-blog-post-grammer-and-spelling/</link>
		<comments>http://zedomax.com/blog/2009/04/13/blog-diy-how-to-use-goosegrade-to-fix-your-blog-post-grammer-and-spelling/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 22:55:27 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Featured DIYs]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Shows]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web2.0 Expo]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[bloggers]]></category>
		<category><![CDATA[cool service]]></category>
		<category><![CDATA[expo]]></category>
		<category><![CDATA[grammer]]></category>
		<category><![CDATA[market research]]></category>
		<category><![CDATA[running out of time]]></category>
		<category><![CDATA[social networking site]]></category>
		<category><![CDATA[spelling errors]]></category>
		<category><![CDATA[techcrunch]]></category>
		<category><![CDATA[thanks john]]></category>
		<category><![CDATA[wordpress-plugin]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=15635</guid>
		<description><![CDATA[
GooseGrade one of those friendly companies I talk to at the Web 2.0 Expo this year.  It&#8217;s a social networking site where people can submit their grammatical/spelling errors to be corrected by members of GooseGrade, who also earn status based on their previous corrections.
(You can read about exactly what the site is about by reading [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-15634 aligncenter" title="goosegrade" src="http://zedomax.com/blog/wp-content/uploads/2009/04/goosegrade.jpg" alt="goosegrade" width="253" height="58" /></p>
<p><a target="_blank" href="http://www.goosegrade.com/" >GooseGrade</a> one of those friendly companies I talk to at the Web 2.0 Expo this year.  It&#8217;s a social networking site where people can submit their grammatical/spelling errors to be corrected by members of GooseGrade, who also earn status based on their previous corrections.</p>
<p>(You can read about exactly what the site is about by reading previous reviews from <a target="_blank" href="http://www.techcrunch.com/2009/01/20/can-you-spell-barack-obama/" >TechCrunch</a> and <a target="_blank" href="http://www.readwriteweb.com/archives/errors_by_bloggers_kill_credib.php" >ReadWriteWeb</a>.)</p>
<p>At the Web 2.0 Expo, <a target="_blank" href="http://www.goosegrade.com/wordpress" >GooseGrade has launched a new Wordpress Plugin</a> that will allow your readers and GooseGrade members to correct your blog posts.  It&#8217;s a free service and if you are always running out of time like me, this Wordpress plugin can help you correct/edit/finalize your blog posts, mostly done by your readers while you approve of their correction if any are found.</p>
<p>I think this is a cool service and more bloggers should take advantage of it.  Based on their market research, people tend to visit blogs more often when there are no grammatical/spelling errors.  Probably true and I am guilty of not re-checking my blog posts too.</p>
<p>Check it out and let me know your thoughts on how well it worked for you <a target="_blank" href="http://twitter.com/zedomax2" >@zedomax2</a>.</p>
<p>Here&#8217;s the video of how the Wordpress plugin works:</p>
<div class="video youtube"><p align="center"><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/858FDGwIp2g" width="690" height="512"><param name="movie" value="http://www.youtube.com/v/858FDGwIp2g" /><param name="allowScriptAccess" value="sameDomain" /><param name="menu" value="false" /><param name="quality" value="best" /><param name="bgcolor" value="#ffffff" /><param name="scale" value="doesaffect" /><param name="wmode" value="transparent" /><p><a target="_blank" href="http://download.macromedia.com/" >Download latest version of Flash to view video!</a>.</p></object></p></div><p align="center"><a target="_blank" href="http://www.youtube.com/v/858FDGwIp2g" > Click Here to View in Full Screen Mode</a></p>
<p>And my horrible inaudible video from the Web 2.0 Expo: (Turn the sound DOWN!)</p>
<div class="video youtube"><p align="center"><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/3WVSnXfMEE8" width="690" height="512"><param name="movie" value="http://www.youtube.com/v/3WVSnXfMEE8" /><param name="allowScriptAccess" value="sameDomain" /><param name="menu" value="false" /><param name="quality" value="best" /><param name="bgcolor" value="#ffffff" /><param name="scale" value="doesaffect" /><param name="wmode" value="transparent" /><p><a target="_blank" href="http://download.macromedia.com/" >Download latest version of Flash to view video!</a>.</p></object></p></div><p align="center"><a target="_blank" href="http://www.youtube.com/v/3WVSnXfMEE8" > Click Here to View in Full Screen Mode</a></p>
<p>And thanks <a target="_blank" href="http://www.blogger.com/profile/04185812873441105950" >John</a> (<a target="_blank" href="http://twitter.com/jbpounders" >@jbpounders</a>) for the interview, you are kind! <img src='http://zedomax.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2009/04/13/blog-diy-how-to-use-goosegrade-to-fix-your-blog-post-grammer-and-spelling/" >Blog DIY &#8211; How to Use GooseGrade to Fix Your Blog Post Grammer and Spelling!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/technology/web-technology/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/tag/bloggers/" title="bloggers" rel="tag">bloggers</a>, <a href="http://zedomax.com/blog/category/computer/" title="Computer" rel="tag">Computer</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/tag/cool-service/" title="cool service" rel="tag">cool service</a>, <a href="http://zedomax.com/blog/category/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/category/technology/educational/" title="Educational" rel="tag">Educational</a>, <a href="http://zedomax.com/blog/tag/expo/" title="expo" rel="tag">expo</a>, <a href="http://zedomax.com/blog/category/featured/" title="Featured" rel="tag">Featured</a>, <a href="http://zedomax.com/blog/category/featured/featured-diys/" title="Featured DIYs" rel="tag">Featured DIYs</a>, <a href="http://zedomax.com/blog/tag/grammer/" title="grammer" rel="tag">grammer</a>, <a href="http://zedomax.com/blog/category/diy/howto/" title="HOWTO" rel="tag">HOWTO</a>, <a href="http://zedomax.com/blog/tag/market-research/" title="market research" rel="tag">market research</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/category/misc/news/" title="News" rel="tag">News</a>, <a href="http://zedomax.com/blog/tag/running-out-of-time/" title="running out of time" rel="tag">running out of time</a>, <a href="http://zedomax.com/blog/category/misc/shows/" title="Shows" rel="tag">Shows</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/social-networking/" title="Social Networking" rel="tag">Social Networking</a>, <a href="http://zedomax.com/blog/tag/social-networking-site/" title="social networking site" rel="tag">social networking site</a>, <a href="http://zedomax.com/blog/category/computer/software/" title="Software" rel="tag">Software</a>, <a href="http://zedomax.com/blog/tag/spelling-errors/" title="spelling errors" rel="tag">spelling errors</a>, <a href="http://zedomax.com/blog/tag/techcrunch/" title="techcrunch" rel="tag">techcrunch</a>, <a href="http://zedomax.com/blog/tag/thanks-john/" title="thanks john" rel="tag">thanks john</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/misc/shows/web20-expo/" title="Web2.0 Expo" rel="tag">Web2.0 Expo</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/wordpress/" title="Wordpress" rel="tag">Wordpress</a>, <a href="http://zedomax.com/blog/tag/wordpress-plugin/" title="wordpress-plugin" rel="tag">wordpress-plugin</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2008/04/24/web20-expo-stewart-mader-from-wikipatterns-interviewed/" title="Web2.0 Expo &#8211; Stewart Mader from Wikipatterns Interviewed! (April 24, 2008)">Web2.0 Expo &#8211; Stewart Mader from Wikipatterns Interviewed!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/03/zedomaxnet-web20-crunch/" title="Zedomax.Net Web2.0 Crunch&#8230; (June 3, 2008)">Zedomax.Net Web2.0 Crunch&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2008/10/23/zedomaxcom-updated-with-a-new-dual-quad-core-xeon-harpertown-server-from-carinet/" title="Zedomax.com Updated with a New Dual Quad-Core Xeon Harpertown Server from Cari.Net! (October 23, 2008)">Zedomax.com Updated with a New Dual Quad-Core Xeon Harpertown Server from Cari.Net!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/06/zedomax-traffic-overview-2008/" title="Zedomax Traffic Overview 2008 (January 6, 2008)">Zedomax Traffic Overview 2008</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/05/zedomax-network-llc-baby/" title="Zedomax Network LLC Baby! (December 5, 2008)">Zedomax Network LLC Baby!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/06/zedomax-links-and-how-to-get-an-upgrade-to-first-class/" title="Zedomax Links and How to Get an Upgrade to First Class (March 6, 2007)">Zedomax Links and How to Get an Upgrade to First Class</a> </li>
	<li><a href="http://zedomax.com/blog/2008/04/18/zedomax-adtech-2008-coverage-cx-digital-media-cpa-affiliate-programs/" title="Zedomax AdTech 2008 Coverage &#8211; CX Digital Media CPA Affiliate Programs (April 18, 2008)">Zedomax AdTech 2008 Coverage &#8211; CX Digital Media CPA Affiliate Programs</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/14/youtube-hack-how-to-link-directly-to-high-quality-youtube-videos/" title="YouTube Hack &#8211; How to Link Directly to High Quality YouTube Videos! (November 14, 2008)">YouTube Hack &#8211; How to Link Directly to High Quality YouTube Videos!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/01/write-a-blog-post-about-sitehoppin-and-receive-20-free-pages-on-one-buck-wiki/" title="Write a blog post about SiteHoppin and receive 20 free pages on One Buck Wiki. (January 1, 2008)">Write a blog post about SiteHoppin and receive 20 free pages on One Buck Wiki.</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/01/wordpress-diy-how-to-get-your-wordpress-howto-blog-posts-noticed-using-wptutcom/" title="Wordpress DIY &#8211; How To Get Your Wordpress HOWTO Blog Posts Noticed using WPTut.com! (December 1, 2008)">Wordpress DIY &#8211; How To Get Your Wordpress HOWTO Blog Posts Noticed using WPTut.com!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/04/wimax-mini-laptops-and-intels-support/" title="WiMax, Mini-Laptops, and Intel&#8217;s Support (June 4, 2008)">WiMax, Mini-Laptops, and Intel&#8217;s Support</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/09/why-blogrush-will-die-and-entrecard-will-exponentially-grow/" title="Why BlogRush will die and EntreCard will exponentially grow! (December 9, 2007)">Why BlogRush will die and EntreCard will exponentially grow!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/18/web20-news-ebay-acquiring-stumbleupon/" title="Web2.0 News &#8211; eBay acquiring Stumbleupon (April 18, 2007)">Web2.0 News &#8211; eBay acquiring Stumbleupon</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/22/web-20-expo-san-francisco/" title="Web 2.0 Expo San Francisco (April 22, 2007)">Web 2.0 Expo San Francisco</a> </li>
	<li><a href="http://zedomax.com/blog/2008/07/15/usb-fish-handheld-mouse-needs-no-mouse-surface/" title="USB Fish Handheld Mouse needs no Mouse Surface! (July 15, 2008)">USB Fish Handheld Mouse needs no Mouse Surface!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/06/type-microoft-on-google/" title="Type Micro$oft on Google (March 6, 2007)">Type Micro$oft on Google</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/09/the-top-5-engineering-magazines/" title="The Top 5 Engineering Magazines (April 9, 2007)">The Top 5 Engineering Magazines</a> </li>
	<li><a href="http://zedomax.com/blog/2007/08/27/the-top-10-reasons-why-you-need-a-blog-vs-static-website/" title="The Top 10 Reasons why you need a Blog vs. static website (August 27, 2007)">The Top 10 Reasons why you need a Blog vs. static website</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/04/surfacedj-for-microsofts-surface-multi-touch-computer-at-web-20-expo-2009/" title="SurfaceDJ for Microsoft&#8217;s Surface Multi-Touch Computer at Web 2.0 Expo 2009! (April 4, 2009)">SurfaceDJ for Microsoft&#8217;s Surface Multi-Touch Computer at Web 2.0 Expo 2009!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/21/spacex-falcon-1-launch-video/" title="SpaceX Falcon 1 launch video (March 21, 2007)">SpaceX Falcon 1 launch video</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2009/04/13/blog-diy-how-to-use-goosegrade-to-fix-your-blog-post-grammer-and-spelling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Hack &#8211; How to Keep Track of Your Cat with the Twitter Cat Door!</title>
		<link>http://zedomax.com/blog/2009/04/04/twitter-hack-how-to-keep-track-of-your-cat-with-the-twitter-cat-door/</link>
		<comments>http://zedomax.com/blog/2009/04/04/twitter-hack-how-to-keep-track-of-your-cat-with-the-twitter-cat-door/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 02:22:06 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Animals]]></category>
		<category><![CDATA[Cats]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Featured Hacks]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[acutally]]></category>
		<category><![CDATA[cat door]]></category>
		<category><![CDATA[cat owners]]></category>
		<category><![CDATA[cats]]></category>
		<category><![CDATA[close proximity]]></category>
		<category><![CDATA[colleagues]]></category>
		<category><![CDATA[delphi]]></category>
		<category><![CDATA[family friends]]></category>
		<category><![CDATA[gus]]></category>
		<category><![CDATA[old laptop]]></category>
		<category><![CDATA[rfid reader]]></category>
		<category><![CDATA[rfid tag]]></category>
		<category><![CDATA[security systems]]></category>
		<category><![CDATA[servo controller]]></category>
		<category><![CDATA[somethin]]></category>
		<category><![CDATA[telegraph]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[whatnot]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=15339</guid>
		<description><![CDATA[

Most cat owners will realize that cats are &#8220;very&#8221; hard to keep track of.  What I mean is that your cat probably likes to hang out by himself/herself in the neighborhood and comes home for meals and whatnot.
Of course, not everyone has the luxury of living in a house (including me), but for those of [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<p style="text-align: center;"><img class="size-full wp-image-15340 aligncenter" title="twitter" src="http://zedomax.com/blog/wp-content/uploads/2009/04/twitter.jpg" alt="twitter" width="500" height="375" /></p>
<p>Most cat owners will realize that cats are &#8220;very&#8221; hard to keep track of.  What I mean is that your cat probably likes to hang out by himself/herself in the neighborhood and comes home for meals and whatnot.</p>
<p>Of course, not everyone has the luxury of living in a house (including me), but for those of you who do, you might just be able to benefit from making one of the cool <a target="_blank" href="http://ioanghip.googlepages.com/catdoor" >Twitter Cat Door</a> that will &#8220;tweet&#8221; whenever your cat uses the cat door.  (And yes, your cat&#8217;s friends might be detectable too by the way.)</p>
<p>I can just imagine myself working in front of my computer at home and receive a tweet that my darling cat has just come home for dinner, I can hide and surpise my cat! :p</p>
<p>Acutally don&#8217;t imagine, check out the <a target="_blank" href="http://twitter.com/GusAndPenny" >cats Gus and Penny here live on Twitter</a> by the makers:</p>
<p style="text-align: center;"><img class="size-full wp-image-15342 aligncenter" title="twitter-cat" src="http://zedomax.com/blog/wp-content/uploads/2009/04/twitter-cat.gif" alt="twitter-cat" width="300" height="320" /></p>
<p>&#8220;Penny is out for no reason&#8221;&#8230;LMAO.</p>
<p>Yes, Twitter is a service for family, friends, and your colleagues to communicate and stay in touch but it can also be a great way to notify you when your cat decides to leave and come home.</p>
<p>Twitter may have to start a new twitter service just for cats, let&#8217;s call it Purrrrr.com or somethin&#8217;.</p>
<p>I think Twitter may have finally hit on something, they are not only the telegraph of Web 2.0, it can also be hacked to serve as messaging system for Twitter Cat Door or even future security systems.</p>
<blockquote><p>Each cat has a small RFID tag on the collar. When a cat is in the close proximity of the door, a small RFID reader reads the tag and if the cat is authorized, a servo will unlock the cat door. The RFID reader and the servo controller are connected to an old laptop. The software on the laptop is written in Delphi and for each &#8220;cat door event&#8221; is sending a Twitter message and a picture to twitter.com</p></blockquote>
<p><a target="_blank" href="http://hackedgadgets.com/2009/04/04/tweeting-rfid-cat-door/" >via hackedgadgets</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2009/04/04/twitter-hack-how-to-keep-track-of-your-cat-with-the-twitter-cat-door/" >Twitter Hack &#8211; How to Keep Track of Your Cat with the Twitter Cat Door!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/tag/acutally/" title="acutally" rel="tag">acutally</a>, <a href="http://zedomax.com/blog/category/misc/animals/" title="Animals" rel="tag">Animals</a>, <a href="http://zedomax.com/blog/tag/cat-door/" title="cat door" rel="tag">cat door</a>, <a href="http://zedomax.com/blog/tag/cat-owners/" title="cat owners" rel="tag">cat owners</a>, <a href="http://zedomax.com/blog/tag/cats/" title="cats" rel="tag">cats</a>, <a href="http://zedomax.com/blog/category/misc/animals/cats-animals/" title="Cats" rel="tag">Cats</a>, <a href="http://zedomax.com/blog/tag/close-proximity/" title="close proximity" rel="tag">close proximity</a>, <a href="http://zedomax.com/blog/tag/colleagues/" title="colleagues" rel="tag">colleagues</a>, <a href="http://zedomax.com/blog/category/computer/" title="Computer" rel="tag">Computer</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/tag/delphi/" title="delphi" rel="tag">delphi</a>, <a href="http://zedomax.com/blog/category/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/category/technology/educational/" title="Educational" rel="tag">Educational</a>, <a href="http://zedomax.com/blog/category/entertainment/" title="Entertainment" rel="tag">Entertainment</a>, <a href="http://zedomax.com/blog/tag/family-friends/" title="family friends" rel="tag">family friends</a>, <a href="http://zedomax.com/blog/category/featured/featured-hacks/" title="Featured Hacks" rel="tag">Featured Hacks</a>, <a href="http://zedomax.com/blog/category/gadgets/" title="Gadgets" rel="tag">Gadgets</a>, <a href="http://zedomax.com/blog/tag/gus/" title="gus" rel="tag">gus</a>, <a href="http://zedomax.com/blog/category/diy/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/tag/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/category/diy/howto/" title="HOWTO" rel="tag">HOWTO</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/tag/old-laptop/" title="old laptop" rel="tag">old laptop</a>, <a href="http://zedomax.com/blog/category/diy/projects/" title="Projects" rel="tag">Projects</a>, <a href="http://zedomax.com/blog/tag/rfid-reader/" title="rfid reader" rel="tag">rfid reader</a>, <a href="http://zedomax.com/blog/tag/rfid-tag/" title="rfid tag" rel="tag">rfid tag</a>, <a href="http://zedomax.com/blog/tag/security-systems/" title="security systems" rel="tag">security systems</a>, <a href="http://zedomax.com/blog/tag/servo-controller/" title="servo controller" rel="tag">servo controller</a>, <a href="http://zedomax.com/blog/tag/somethin/" title="somethin" rel="tag">somethin</a>, <a href="http://zedomax.com/blog/tag/telegraph/" title="telegraph" rel="tag">telegraph</a>, <a href="http://zedomax.com/blog/tag/tweet/" title="tweet" rel="tag">tweet</a>, <a href="http://zedomax.com/blog/tag/twitter/" title="twitter" rel="tag">twitter</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/tag/whatnot/" title="whatnot" rel="tag">whatnot</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2009/04/26/top-5-cool-twitter-hacked-gadgets/" title="Top 5 Cool Twitter Hacked Gadgets! (April 26, 2009)">Top 5 Cool Twitter Hacked Gadgets!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/10/twitter-hack-how-to-make-a-twitter-power-meter/" title="Twitter Hack &#8211; How to Make a Twitter Power Meter! (April 10, 2009)">Twitter Hack &#8211; How to Make a Twitter Power Meter!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/07/20/twitter-hack-diy-home-automation-with-twitter/" title="Twitter Hack &#8211; DIY Home Automation with Twitter! (July 20, 2009)">Twitter Hack &#8211; DIY Home Automation with Twitter!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/24/twitter-hack-display-messages-from-twitter-on-the-small-screen/" title="Twitter Hack &#8211; Display messages from twitter on the small screen! (May 24, 2008)">Twitter Hack &#8211; Display messages from twitter on the small screen!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/08/tweethackingcom-launched-twitter-hacks-gadgets-and-more/" title="TweetHacking.com Launched &#8211; Twitter Hacks, Gadgets, and More! (April 8, 2009)">TweetHacking.com Launched &#8211; Twitter Hacks, Gadgets, and More!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/05/pet-toy-hack-how-to-make-an-internet-enabled-pet-toy/" title="Pet Toy Hack &#8211; How to Make an Internet-Enabled Pet Toy! (February 5, 2009)">Pet Toy Hack &#8211; How to Make an Internet-Enabled Pet Toy!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/08/23/palm-pre-hack-how-to-tweet-your-palm-pres-gps-location-to-twitter/" title="Palm Pre Hack &#8211; How to &#8220;Tweet&#8221; Your Palm Pre&#8217;s GPS Location to Twitter! (August 23, 2009)">Palm Pre Hack &#8211; How to &#8220;Tweet&#8221; Your Palm Pre&#8217;s GPS Location to Twitter!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/20/garretts-usb-mouse-prank-device/" title="Garrett&#8217;s USB Mouse Prank Device (April 20, 2007)">Garrett&#8217;s USB Mouse Prank Device</a> </li>
	<li><a href="http://zedomax.com/blog/2007/10/15/fixyacom-for-diyers-and-ethically-honest-at-heart-hackers/" title="FixYa.com &#8211; For DIYers and ethically honest at heart HACKers! (October 15, 2007)">FixYa.com &#8211; For DIYers and ethically honest at heart HACKers!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/03/diy-linux-dos-hack-howto-limit-your-the-max-number-of-tcp-connections-to-your-web-server/" title="DIY Linux DoS HACK &#8211; HOWTO Limit your the max number of TCP connections to your Web Server! (December 3, 2007)">DIY Linux DoS HACK &#8211; HOWTO Limit your the max number of TCP connections to your Web Server!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/05/diy-iphone-hack-how-to-make-an-iphone-lojack-and-chart-your-location-using-google-maps/" title="DIY iPhone HACK &#8211; How to make an iPhone LoJack and chart your location using Google Maps! (May 5, 2008)">DIY iPhone HACK &#8211; How to make an iPhone LoJack and chart your location using Google Maps!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/09/27/diy-hack-howto-make-your-own-jacobs-ladder/" title="DIY HACK &#8211; HOWTO make your own Jacobs Ladder! (September 27, 2007)">DIY HACK &#8211; HOWTO make your own Jacobs Ladder!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/05/15/diy-hack-how-to-make-a-rotating-lcd/" title="DIY HACK &#8211; HOW TO make a Rotating LCD! (May 15, 2007)">DIY HACK &#8211; HOW TO make a Rotating LCD!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/03/24/diy-hack-how-to-make-a-cheap-lie-detector/" title="DIY HACK &#8211; How to make a cheap Lie Detector! (March 24, 2008)">DIY HACK &#8211; How to make a cheap Lie Detector!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/11/13/zune-hack-install-zune-on-windows-xp-pro-64-bit/" title="Zune HACK &#8211; Install Zune on Windows XP Pro 64 bit (November 13, 2007)">Zune HACK &#8211; Install Zune on Windows XP Pro 64 bit</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/02/zikiwiki-technology-wiki-for-hackers-diyers-mcu-users-plc-users-etc/" title="ZikiWiki &#8211; Technology wiki for hackers, diyers, mcu users, plc users, etc&#8230; (November 2, 2006)">ZikiWiki &#8211; Technology wiki for hackers, diyers, mcu users, plc users, etc&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/03/zedomaxnet-web20-crunch/" title="Zedomax.Net Web2.0 Crunch&#8230; (June 3, 2008)">Zedomax.Net Web2.0 Crunch&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/08/zedomaxnet-web-traffic-services-buy-300-to-500-visitors-of-web-traffic-from-us/" title="Zedomax.Net Web Traffic Services &#8211; Buy 300 to 500 visitors of Web Traffic from Us! (December 8, 2007)">Zedomax.Net Web Traffic Services &#8211; Buy 300 to 500 visitors of Web Traffic from Us!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/16/zedomax-worlds-fastest-digger-on-google-search/" title="Zedomax World&#8217;s Fastest Digger on Google search! (March 16, 2007)">Zedomax World&#8217;s Fastest Digger on Google search!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/02/22/zedomax-reaches-over-500000-unique-visitors-thanks-to-youall/" title="Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all (February 22, 2007)">Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2009/04/04/twitter-hack-how-to-keep-track-of-your-cat-with-the-twitter-cat-door/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>BlogZearch &#8211; Blog Search Engine</title>
		<link>http://zedomax.com/blog/2009/03/29/blogzearch-blog-search-engine/</link>
		<comments>http://zedomax.com/blog/2009/03/29/blogzearch-blog-search-engine/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 19:44:45 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blog search engine]]></category>
		<category><![CDATA[blog-search]]></category>
		<category><![CDATA[blogsearch]]></category>
		<category><![CDATA[blogzearch]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=15104</guid>
		<description><![CDATA[
Over the weekend, I had the pleasure of working on my new blog search engine called BlogZearch.com.
Basically, it&#8217;s a Wordpress-driven, current-events blog search engine, meaning it will only search blogs for the latest news, not something you&#8217;d find from 1 year ago.
Well, I am still working on it but feel free to check it out [...]]]></description>
			<content:encoded><![CDATA[<div style="margin: 0pt auto; width: 340px; height: 140px;"><a target="_blank" href="http://blogzearch.com/" ><img src="http://blogzearch.com/landinglogo.gif" alt="" /></a></div>
<p>Over the weekend, I had the pleasure of working on my new <a target="_blank" href="http://blogzearch.com" >blog search engine called BlogZearch.com</a>.</p>
<p>Basically, it&#8217;s a Wordpress-driven, current-events blog search engine, meaning it will only search blogs for the latest news, not something you&#8217;d find from 1 year ago.</p>
<p>Well, I am still working on it but feel free to check it out before I launch it.</p>
<p>If you have any suggested blog feeds for a topic, please send them to zedomax [at] gmail dot com.</p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2009/03/29/blogzearch-blog-search-engine/" >BlogZearch &#8211; Blog Search Engine</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/technology/web-technology/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/tag/blog-search-engine/" title="blog search engine" rel="tag">blog search engine</a>, <a href="http://zedomax.com/blog/tag/blog-search/" title="blog-search" rel="tag">blog-search</a>, <a href="http://zedomax.com/blog/tag/blogsearch/" title="blogsearch" rel="tag">blogsearch</a>, <a href="http://zedomax.com/blog/tag/blogzearch/" title="blogzearch" rel="tag">blogzearch</a>, <a href="http://zedomax.com/blog/category/featured/" title="Featured" rel="tag">Featured</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/search-engine-wt/" title="Search Engine" rel="tag">Search Engine</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/wordpress/" title="Wordpress" rel="tag">Wordpress</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2009/03/29/blogzearch-blog-search-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL DIY &#8211; How to Apply IP Geo-Location Using MySQL!</title>
		<link>http://zedomax.com/blog/2009/03/25/mysql-diy-how-to-apply-ip-geo-location-using-mysql/</link>
		<comments>http://zedomax.com/blog/2009/03/25/mysql-diy-how-to-apply-ip-geo-location-using-mysql/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 17:03:39 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Featured DIYs]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[c 255]]></category>
		<category><![CDATA[desc]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[ip addresses]]></category>
		<category><![CDATA[ip-address]]></category>
		<category><![CDATA[mysql table]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=14862</guid>
		<description><![CDATA[Here&#8217;s a great resource for IP geo-location, there&#8217;s a guy who&#8217;s made a MySQL table for it, so all you need to do is check the IP address against the database.  I have personally been thinking of making such a site and this is going to help me do that, awesome!  I hope it helps [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a great resource for IP geo-location, there&#8217;s a <a target="_blank" href="http://blogama.org/node/58" >guy who&#8217;s made a MySQL table for it</a>, so all you need to do is check the IP address against the database.  I have personally been thinking of making such a site and this is going to help me do that, awesome!  I hope it helps you too.</p>
<blockquote><p>The IP addresses are listed in table ip_group_city. The data is not in the 1.1.1.1 format since it would need to be stored as text and we dont want that for obvious reasons.<br />
Let say for ip A.B.C.D, the formula is<br />
<strong>ip = (A*256+B)*256+C</strong><br />
(I assume A.B.C.0 is at the same location than A.B.C.255)</p>
<p>For example, if you have an ip of 74.125.45.100 (google.com)</p>
<p>The formula would give a result of :<br />
<strong>ip = (74*256+125)*256+45 = 4881709</strong></p>
<p>You would search for the IP address using MySQL by doing :<br />
<strong>SELECT * FROM `ip_group_city` where `ip_start` &lt;= 4881709 order by ip_start desc limit 1;</strong></p></blockquote>
<p><a target="_blank" href="http://blog.makezine.com/archive/2009/03/free_unlimited_ip_address_geolocati.html?CMP=OTC-0D6B48984890" >via make</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2009/03/25/mysql-diy-how-to-apply-ip-geo-location-using-mysql/" >MySQL DIY &#8211; How to Apply IP Geo-Location Using MySQL!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/tag/c-255/" title="c 255" rel="tag">c 255</a>, <a href="http://zedomax.com/blog/category/computer/" title="Computer" rel="tag">Computer</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/tag/desc/" title="desc" rel="tag">desc</a>, <a href="http://zedomax.com/blog/category/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/tag/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/category/technology/educational/" title="Educational" rel="tag">Educational</a>, <a href="http://zedomax.com/blog/category/featured/featured-diys/" title="Featured DIYs" rel="tag">Featured DIYs</a>, <a href="http://zedomax.com/blog/tag/google/" title="Google" rel="tag">Google</a>, <a href="http://zedomax.com/blog/category/diy/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/category/diy/howto/" title="HOWTO" rel="tag">HOWTO</a>, <a href="http://zedomax.com/blog/tag/ip-addresses/" title="ip addresses" rel="tag">ip addresses</a>, <a href="http://zedomax.com/blog/tag/ip-address/" title="ip-address" rel="tag">ip-address</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/tag/mysql-table/" title="mysql table" rel="tag">mysql table</a>, <a href="http://zedomax.com/blog/category/diy/projects/" title="Projects" rel="tag">Projects</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2007/02/22/zedomax-reaches-over-500000-unique-visitors-thanks-to-youall/" title="Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all (February 22, 2007)">Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/17/onearthtravelcom-and-our-other-blogs-and-social-networking-sites/" title="OnEarthTravel.com and our &#8220;other&#8221; blogs and social networking sites. (March 17, 2007)">OnEarthTravel.com and our &#8220;other&#8221; blogs and social networking sites.</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/15/mac-tv-hack-how-to-run-mac-osx-on-mac-tv/" title="MAC TV Hack &#8211; How to run Mac OSX on MAC TV! (April 15, 2007)">MAC TV Hack &#8211; How to run Mac OSX on MAC TV!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/06/google-voice-local-search/" title="Google Voice Local Search (April 6, 2007)">Google Voice Local Search</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/20/google-phone-contest-what-will-it-look-like-contest-for-100-bucks/" title="Google Phone CONTEST &#8211; &#8220;What will it look like?&#8221; contest for 100 bucks! (March 20, 2007)">Google Phone CONTEST &#8211; &#8220;What will it look like?&#8221; contest for 100 bucks!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/14/google-patent-search/" title="Google Patent Search (December 14, 2006)">Google Patent Search</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/09/google-bought-the-whole-country/" title="Google bought the WHOLE country! (April 9, 2007)">Google bought the WHOLE country!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/20/get-paid-4500-by-google-to-work-on-open-source-projects/" title="Get paid $4,500 by Google to work on open-source projects! (March 20, 2007)">Get paid $4,500 by Google to work on open-source projects!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/03/26/funny-googledoc-or-is-it-googledocs/" title="Funny Googledoc or is it GoogleDocs? (March 26, 2008)">Funny Googledoc or is it GoogleDocs?</a> </li>
	<li><a href="http://zedomax.com/blog/2007/10/15/fixyacom-for-diyers-and-ethically-honest-at-heart-hackers/" title="FixYa.com &#8211; For DIYers and ethically honest at heart HACKers! (October 15, 2007)">FixYa.com &#8211; For DIYers and ethically honest at heart HACKers!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/20/diy-wireless-solar-powered-google-calendar/" title="DIY Wireless Solar Powered Google Calendar! (April 20, 2009)">DIY Wireless Solar Powered Google Calendar!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/04/24/diy-stinger-spud-gun/" title="DIY Stinger Spud Gun! (April 24, 2008)">DIY Stinger Spud Gun!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/04/diy-photoshop-howto-create-water-ripple-effect/" title="DIY PHOTOSHOP &#8211; HOWTO create Water Ripple Effect (April 4, 2007)">DIY PHOTOSHOP &#8211; HOWTO create Water Ripple Effect</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/11/diy-mp3-hack-how-to-make-your-own-mp3-player/" title="DIY MP3 HACK &#8211; How to make your own MP3 Player! (April 11, 2007)">DIY MP3 HACK &#8211; How to make your own MP3 Player!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/15/diy-molding-how-to-mold-an-orb-or-a-round-thingee/" title="DIY Molding &#8211; How to mold an Orb or a round thingee (December 15, 2006)">DIY Molding &#8211; How to mold an Orb or a round thingee</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/05/diy-iphone-hack-how-to-make-an-iphone-lojack-and-chart-your-location-using-google-maps/" title="DIY iPhone HACK &#8211; How to make an iPhone LoJack and chart your location using Google Maps! (May 5, 2008)">DIY iPhone HACK &#8211; How to make an iPhone LoJack and chart your location using Google Maps!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/08/26/diy-homebrewed-wii-app-wii-physics/" title="DIY Homebrewed Wii App &#8211; Wii Physics! (August 26, 2008)">DIY Homebrewed Wii App &#8211; Wii Physics!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/23/diy-hack-how-to-make-a-wii-whiteboard/" title="DIY HACK &#8211; How to Make a Wii Whiteboard! (May 23, 2008)">DIY HACK &#8211; How to Make a Wii Whiteboard!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/29/diy-hack-120000-volt-van-de-graaff-generator/" title="DIY HACK &#8211; 120,000 Volt Van De Graaff Generator! (March 29, 2007)">DIY HACK &#8211; 120,000 Volt Van De Graaff Generator!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/01/24/diy-and-howtos-from-guerilla-internet-marketing-blog/" title="DIY and HOWTOs from Guerilla Internet Marketing Blog (January 24, 2009)">DIY and HOWTOs from Guerilla Internet Marketing Blog</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2009/03/25/mysql-diy-how-to-apply-ip-geo-location-using-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog DIY &#8211; How to Make a Lightbox Newsletter Sign Up Form and Increase your Feedburner RSS!</title>
		<link>http://zedomax.com/blog/2009/03/17/blog-diy-how-to-make-a-lightbox-newsletter-sign-up-form-and-increase-your-feedburner-rss/</link>
		<comments>http://zedomax.com/blog/2009/03/17/blog-diy-how-to-make-a-lightbox-newsletter-sign-up-form-and-increase-your-feedburner-rss/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 05:35:47 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Featured DIYs]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[amount of time]]></category>
		<category><![CDATA[e mail]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[freebies]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[mail sign]]></category>
		<category><![CDATA[newsletter sign]]></category>
		<category><![CDATA[subscribers]]></category>
		<category><![CDATA[thickbox]]></category>
		<category><![CDATA[wordpress-plugin]]></category>
		<category><![CDATA[Zedomax]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=14578</guid>
		<description><![CDATA[
If you want to incorporate the similar lightbox newsletter sign-up form as on this blog, I highly recommend you to check out my new ThickBox Sign-up Plugin for Wordpress.   I did spend a good amount of time trying to make it into a Wordpress plugin so you will have to pay for it but believe [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://thickboxsignup.com/image/thickbox.gif" alt="" /><br />
If you want to incorporate the similar lightbox newsletter sign-up form as on this blog, I highly recommend you to check out my new ThickBox Sign-up Plugin for Wordpress.   I did spend a good amount of time trying to make it into a Wordpress plugin so you will have to pay for it but believe me, this works really well and probably worth well beyond the introductary price of $25.</p>
<blockquote><p>After researching many different lightbox and thickbox methods, I could not find a good plugin, so I made this <a target="_blank" href="http://thickboxsignup.com/" >Thickbox E-mail Sign-up Form</a>.</p>
<p>In the beginning, this wasn&#8217;t a Wordpress plug-in.</p>
<p>After I realized how effective the Thickbox Sign-up form is by seeing the number of my Feedburner RSS subscribers rise from 1300 to almost 1800 in just 2 weeks, I decided to develop it further into a Wordpress plug-in that&#8217;s easy to install and use.</p></blockquote>
<p>Check out the <a target="_blank" href="http://thickboxsignup.com/" >Lightbox Newsletter Sign-up Plugin over here</a>.<br />
I am also willing to give out free samples to anyone who want to blog about my new plugin, just send me an e-mail at zedomax [at] gmail.com if you have a related blog that you can review on.</p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2009/03/17/blog-diy-how-to-make-a-lightbox-newsletter-sign-up-form-and-increase-your-feedburner-rss/" >Blog DIY &#8211; How to Make a Lightbox Newsletter Sign Up Form and Increase your Feedburner RSS!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/tag/amount-of-time/" title="amount of time" rel="tag">amount of time</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/tag/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/category/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/tag/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/tag/e-mail/" title="e mail" rel="tag">e mail</a>, <a href="http://zedomax.com/blog/category/featured/featured-diys/" title="Featured DIYs" rel="tag">Featured DIYs</a>, <a href="http://zedomax.com/blog/tag/feedburner/" title="feedburner" rel="tag">feedburner</a>, <a href="http://zedomax.com/blog/tag/freebies/" title="freebies" rel="tag">freebies</a>, <a href="http://zedomax.com/blog/category/gadgets/" title="Gadgets" rel="tag">Gadgets</a>, <a href="http://zedomax.com/blog/category/diy/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/category/diy/howto/" title="HOWTO" rel="tag">HOWTO</a>, <a href="http://zedomax.com/blog/tag/lightbox/" title="lightbox" rel="tag">lightbox</a>, <a href="http://zedomax.com/blog/tag/mail-sign/" title="mail sign" rel="tag">mail sign</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/tag/newsletter-sign/" title="newsletter sign" rel="tag">newsletter sign</a>, <a href="http://zedomax.com/blog/category/diy/projects/" title="Projects" rel="tag">Projects</a>, <a href="http://zedomax.com/blog/tag/subscribers/" title="subscribers" rel="tag">subscribers</a>, <a href="http://zedomax.com/blog/tag/thickbox/" title="thickbox" rel="tag">thickbox</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/wordpress/" title="Wordpress" rel="tag">Wordpress</a>, <a href="http://zedomax.com/blog/tag/wordpress-plugin/" title="wordpress-plugin" rel="tag">wordpress-plugin</a>, <a href="http://zedomax.com/blog/tag/zedomax/" title="Zedomax" rel="tag">Zedomax</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2006/11/02/zikiwiki-technology-wiki-for-hackers-diyers-mcu-users-plc-users-etc/" title="ZikiWiki &#8211; Technology wiki for hackers, diyers, mcu users, plc users, etc&#8230; (November 2, 2006)">ZikiWiki &#8211; Technology wiki for hackers, diyers, mcu users, plc users, etc&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/22/zedomax-thanksgiving-diys-cooking-for-engineers-and-paper-turkeys/" title="Zedomax Thanksgiving DIYs &#8211; Cooking for Engineers and Paper Turkeys (November 22, 2006)">Zedomax Thanksgiving DIYs &#8211; Cooking for Engineers and Paper Turkeys</a> </li>
	<li><a href="http://zedomax.com/blog/2007/02/22/zedomax-reaches-over-500000-unique-visitors-thanks-to-youall/" title="Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all (February 22, 2007)">Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all</a> </li>
	<li><a href="http://zedomax.com/blog/zedomax-network-of-blogs/" title="Zedomax Network of blogs (April 30, 2007)">Zedomax Network of blogs</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/17/zedomax-korea/" title="Zedomax Korea (March 17, 2007)">Zedomax Korea</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/06/worlds-smallest-mp3-player/" title="World&#8217;s smallest MP3 Player! (April 6, 2007)">World&#8217;s smallest MP3 Player!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/05/worlds-fastest-rail-train-tgv-5748-kph-inside-footage/" title="World&#8217;s Fastest Rail Train TGV 574,8 KPH Inside Footage (April 5, 2007)">World&#8217;s Fastest Rail Train TGV 574,8 KPH Inside Footage</a> </li>
	<li><a href="http://zedomax.com/blog/2007/02/23/wii-hack-wiimote-controlled-robot/" title="Wii HACK &#8211; Wiimote Controlled Robot (February 23, 2007)">Wii HACK &#8211; Wiimote Controlled Robot</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/07/weightlifting-champion-robot/" title="Weightlifting Champion Robot (April 7, 2007)">Weightlifting Champion Robot</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/06/weekend-evil-humor-furby-in-microwave/" title="Weekend Evil Humor &#8211; Furby in Microwave (April 6, 2007)">Weekend Evil Humor &#8211; Furby in Microwave</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/01/we-are-shutting-down-our-blog-for-good/" title="We are shutting down our blog for good (April 1, 2007)">We are shutting down our blog for good</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/08/use-ipod-as-bullet-proof-vest/" title="Use iPod as bullet-proof vest! (April 8, 2007)">Use iPod as bullet-proof vest!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/23/usb-prank-mouse-jiggler/" title="USB Prank &#8211; Mouse jiggler (April 23, 2007)">USB Prank &#8211; Mouse jiggler</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/10/tofu-robot-from-japan/" title="Tofu Robot from Japan! (April 10, 2007)">Tofu Robot from Japan!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/16/the-penny-pyramid/" title="The Penny Pyramid (April 16, 2007)">The Penny Pyramid</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/06/the-cool-robot-links-of-the-day/" title="The Cool Robot Links of the Day (April 6, 2007)">The Cool Robot Links of the Day</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/09/technological-breakthrough-sculptures/" title="Technological Breakthrough Sculptures (April 9, 2007)">Technological Breakthrough Sculptures</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/07/steel-mouse/" title="Steel Mouse (April 7, 2007)">Steel Mouse</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/19/spam-bot-protection-bad-behavior-plugin-for-bloggers-and-wikis/" title="Spam-bot protection &#8211; Bad Behavior Plugin for Bloggers and Wikis (March 19, 2007)">Spam-bot protection &#8211; Bad Behavior Plugin for Bloggers and Wikis</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/21/spacex-falcon-1-launch-video/" title="SpaceX Falcon 1 launch video (March 21, 2007)">SpaceX Falcon 1 launch video</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2009/03/17/blog-diy-how-to-make-a-lightbox-newsletter-sign-up-form-and-increase-your-feedburner-rss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog DIY &#8211; How to Make Lightbox Subscription Sign-up Form!</title>
		<link>http://zedomax.com/blog/2009/03/08/blog-diy-how-to-make-lightbox-subscription-sign-up-form/</link>
		<comments>http://zedomax.com/blog/2009/03/08/blog-diy-how-to-make-lightbox-subscription-sign-up-form/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 16:49:10 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Featured DIYs]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[e store]]></category>
		<category><![CDATA[guerilla marketing]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[scratch]]></category>
		<category><![CDATA[subscription sign]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=14082</guid>
		<description><![CDATA[
You might have noticed a new in-screen lightbox effects with sign-up form on this blog.  Well, I&#8217;ve actually coded the whole thing from scratch (except the lightbox library) and you can check out my detailed DIY on the guerilla marketing blog to apply it on your blog too.
I have been guilty of using many lightbox [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-medium wp-image-14083 aligncenter" title="signup" src="http://zedomax.com/blog/wp-content/uploads/2009/03/signup.gif" alt="" width="500" height="246" /></p>
<p>You might have noticed a new in-screen lightbox effects with sign-up form on this blog.  Well, I&#8217;ve actually coded the whole thing from scratch (except the lightbox library) and you can <a target="_blank" href="http://zedomax.biz/blog/make-money-online/blog-diy-how-to-make-a-lightbox-rss-e-mail-subscription-sign-up-form/" >check out my detailed DIY on the guerilla marketing blog</a> to apply it on your blog too.</p>
<p>I have been guilty of using many lightbox effects (using various different libraries) and they are really fun to implement.  Whether you have a blog, e-store, or any other site, lightboxes can help your site look more Web 2.0ish and more stylish while increasing your effectiveness of getting message across.</p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2009/03/08/blog-diy-how-to-make-lightbox-subscription-sign-up-form/" >Blog DIY &#8211; How to Make Lightbox Subscription Sign-up Form!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/technology/web-technology/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/tag/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/category/computer/" title="Computer" rel="tag">Computer</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/category/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/tag/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/tag/e-store/" title="e store" rel="tag">e store</a>, <a href="http://zedomax.com/blog/category/technology/educational/" title="Educational" rel="tag">Educational</a>, <a href="http://zedomax.com/blog/category/featured/featured-diys/" title="Featured DIYs" rel="tag">Featured DIYs</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/tag/guerilla-marketing/" title="guerilla marketing" rel="tag">guerilla marketing</a>, <a href="http://zedomax.com/blog/category/diy/howto/" title="HOWTO" rel="tag">HOWTO</a>, <a href="http://zedomax.com/blog/tag/libraries/" title="libraries" rel="tag">libraries</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/category/diy/projects/" title="Projects" rel="tag">Projects</a>, <a href="http://zedomax.com/blog/tag/scratch/" title="scratch" rel="tag">scratch</a>, <a href="http://zedomax.com/blog/tag/subscription-sign/" title="subscription sign" rel="tag">subscription sign</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/wordpress/" title="Wordpress" rel="tag">Wordpress</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2006/11/02/zikiwiki-technology-wiki-for-hackers-diyers-mcu-users-plc-users-etc/" title="ZikiWiki &#8211; Technology wiki for hackers, diyers, mcu users, plc users, etc&#8230; (November 2, 2006)">ZikiWiki &#8211; Technology wiki for hackers, diyers, mcu users, plc users, etc&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/22/zedomax-thanksgiving-diys-cooking-for-engineers-and-paper-turkeys/" title="Zedomax Thanksgiving DIYs &#8211; Cooking for Engineers and Paper Turkeys (November 22, 2006)">Zedomax Thanksgiving DIYs &#8211; Cooking for Engineers and Paper Turkeys</a> </li>
	<li><a href="http://zedomax.com/blog/2007/02/22/zedomax-reaches-over-500000-unique-visitors-thanks-to-youall/" title="Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all (February 22, 2007)">Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all</a> </li>
	<li><a href="http://zedomax.com/blog/zedomax-network-of-blogs/" title="Zedomax Network of blogs (April 30, 2007)">Zedomax Network of blogs</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/17/zedomax-korea/" title="Zedomax Korea (March 17, 2007)">Zedomax Korea</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/06/worlds-smallest-mp3-player/" title="World&#8217;s smallest MP3 Player! (April 6, 2007)">World&#8217;s smallest MP3 Player!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/05/worlds-fastest-rail-train-tgv-5748-kph-inside-footage/" title="World&#8217;s Fastest Rail Train TGV 574,8 KPH Inside Footage (April 5, 2007)">World&#8217;s Fastest Rail Train TGV 574,8 KPH Inside Footage</a> </li>
	<li><a href="http://zedomax.com/blog/2007/02/23/wii-hack-wiimote-controlled-robot/" title="Wii HACK &#8211; Wiimote Controlled Robot (February 23, 2007)">Wii HACK &#8211; Wiimote Controlled Robot</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/07/weightlifting-champion-robot/" title="Weightlifting Champion Robot (April 7, 2007)">Weightlifting Champion Robot</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/06/weekend-evil-humor-furby-in-microwave/" title="Weekend Evil Humor &#8211; Furby in Microwave (April 6, 2007)">Weekend Evil Humor &#8211; Furby in Microwave</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/01/we-are-shutting-down-our-blog-for-good/" title="We are shutting down our blog for good (April 1, 2007)">We are shutting down our blog for good</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/08/use-ipod-as-bullet-proof-vest/" title="Use iPod as bullet-proof vest! (April 8, 2007)">Use iPod as bullet-proof vest!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/23/usb-prank-mouse-jiggler/" title="USB Prank &#8211; Mouse jiggler (April 23, 2007)">USB Prank &#8211; Mouse jiggler</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/10/tofu-robot-from-japan/" title="Tofu Robot from Japan! (April 10, 2007)">Tofu Robot from Japan!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/09/the-top-5-engineering-magazines/" title="The Top 5 Engineering Magazines (April 9, 2007)">The Top 5 Engineering Magazines</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/16/the-penny-pyramid/" title="The Penny Pyramid (April 16, 2007)">The Penny Pyramid</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/06/the-cool-robot-links-of-the-day/" title="The Cool Robot Links of the Day (April 6, 2007)">The Cool Robot Links of the Day</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/09/technological-breakthrough-sculptures/" title="Technological Breakthrough Sculptures (April 9, 2007)">Technological Breakthrough Sculptures</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/07/steel-mouse/" title="Steel Mouse (April 7, 2007)">Steel Mouse</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/19/spam-bot-protection-bad-behavior-plugin-for-bloggers-and-wikis/" title="Spam-bot protection &#8211; Bad Behavior Plugin for Bloggers and Wikis (March 19, 2007)">Spam-bot protection &#8211; Bad Behavior Plugin for Bloggers and Wikis</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2009/03/08/blog-diy-how-to-make-lightbox-subscription-sign-up-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Do Search Engine Hacks And Tricks</title>
		<link>http://zedomax.com/blog/2009/02/18/how-to-do-search-engine-hacks-and-tricks/</link>
		<comments>http://zedomax.com/blog/2009/02/18/how-to-do-search-engine-hacks-and-tricks/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 18:00:08 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Bio-diesel]]></category>
		<category><![CDATA[Biodegradable]]></category>
		<category><![CDATA[Desktop App]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Microwave]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Social Bookmarking]]></category>
		<category><![CDATA[engine check]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[internet searches]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[search-engine]]></category>
		<category><![CDATA[security cameras]]></category>
		<category><![CDATA[video tutorial]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=13250</guid>
		<description><![CDATA[

Want to access things that can&#8217;t normally be accessed by your search engine? Check this video out to learn how.

This video tutorial shows you a variety of tricks and hacks you can use on the web. It covers 4 ways to search for security cameras, find websites you can&#8217;t search normally in search engines (whitehouse.gov [...]]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/NpkrVj-rhmg&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/NpkrVj-rhmg&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object><br />
<br />
Want to access things that can&#8217;t normally be accessed by your search engine? Check this video out to learn how.<br />
<br />
This video tutorial shows you a variety of tricks and hacks you can use on the web. It covers 4 ways to search for security cameras, find websites you can&#8217;t search normally in search engines (whitehouse.gov etc.), hiding google functions and more. Watch this video tutorial and learn how to improve your internet searches.<br />
<br />
<a target="_blank" href="http://www.wonderhowto.com/how-to/video/how-to-use-internet-tricks-and-hacks-160646/" >via wonderhowto</a><br /></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2009/02/18/how-to-do-search-engine-hacks-and-tricks/" >How To Do Search Engine Hacks And Tricks</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/technology/earth/bio-diesel/" title="Bio-diesel" rel="tag">Bio-diesel</a>, <a href="http://zedomax.com/blog/category/technology/earth/biodegradable/" title="Biodegradable" rel="tag">Biodegradable</a>, <a href="http://zedomax.com/blog/category/computer/desktop-app/" title="Desktop App" rel="tag">Desktop App</a>, <a href="http://zedomax.com/blog/tag/engine-check/" title="engine check" rel="tag">engine check</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/browser/firefox-browser/" title="Firefox" rel="tag">Firefox</a>, <a href="http://zedomax.com/blog/tag/google/" title="Google" rel="tag">Google</a>, <a href="http://zedomax.com/blog/tag/hacks/" title="hacks" rel="tag">hacks</a>, <a href="http://zedomax.com/blog/tag/internet-searches/" title="internet searches" rel="tag">internet searches</a>, <a href="http://zedomax.com/blog/category/technology/microwave/" title="Microwave" rel="tag">Microwave</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/search-engine-wt/" title="Search Engine" rel="tag">Search Engine</a>, <a href="http://zedomax.com/blog/tag/search-engines/" title="search engines" rel="tag">search engines</a>, <a href="http://zedomax.com/blog/tag/search-engine/" title="search-engine" rel="tag">search-engine</a>, <a href="http://zedomax.com/blog/tag/security-cameras/" title="security cameras" rel="tag">security cameras</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/social-bookmarking/" title="Social Bookmarking" rel="tag">Social Bookmarking</a>, <a href="http://zedomax.com/blog/tag/video-tutorial/" title="video tutorial" rel="tag">video tutorial</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2009/02/11/how-to-hack-security-cameras-using-google/" title="How To Hack Security Cameras Using Google (February 11, 2009)">How To Hack Security Cameras Using Google</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/12/goohack-launched-find-diys-howtos-hacks-and-more/" title="Goohack Launched! &#8211; Find DIYs, HowTos, Hacks, and more! (May 12, 2008)">Goohack Launched! &#8211; Find DIYs, HowTos, Hacks, and more!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/11/google-hack-how-to-hack-the-internet-using-google/" title="Google Hack &#8211; How To Hack The Internet Using Google! (February 11, 2009)">Google Hack &#8211; How To Hack The Internet Using Google!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/03/zedomaxnet-web20-crunch/" title="Zedomax.Net Web2.0 Crunch&#8230; (June 3, 2008)">Zedomax.Net Web2.0 Crunch&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2007/02/22/zedomax-reaches-over-500000-unique-visitors-thanks-to-youall/" title="Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all (February 22, 2007)">Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/08/zedomax-new-wordpress-blog-search-engine-theme/" title="Zedomax New Wordpress Blog Search Engine Theme! (November 8, 2008)">Zedomax New Wordpress Blog Search Engine Theme!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/09/15/what-you-missed-last-weekend-roundup/" title="What you missed Last Weekend [Roundup] (September 15, 2008)">What you missed Last Weekend [Roundup]</a> </li>
	<li><a href="http://zedomax.com/blog/2008/09/17/top-10-cool-electronic-howto-videos/" title="Top 10 Cool Electronic HOWTO Videos! (September 17, 2008)">Top 10 Cool Electronic HOWTO Videos!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/08/27/the-top-10-reasons-why-you-need-a-blog-vs-static-website/" title="The Top 10 Reasons why you need a Blog vs. static website (August 27, 2007)">The Top 10 Reasons why you need a Blog vs. static website</a> </li>
	<li><a href="http://zedomax.com/blog/2007/10/07/the-new-five-dollar-wiki-do-you-have-five-on-it/" title="The New Five Dollar Wiki! &#8211; Do you have five on it? (October 7, 2007)">The New Five Dollar Wiki! &#8211; Do you have five on it?</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/27/srchrcom-search-google-yahoo-youtube-and-more-all-at-once/" title="SRCHR.com &#8211; Search Google, Yahoo, Youtube, and more ALL-AT-ONCE! (December 27, 2006)">SRCHR.com &#8211; Search Google, Yahoo, Youtube, and more ALL-AT-ONCE!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/08/05/some-cool-hacks-for-gmail-googledocs-and-more/" title="Some Cool Hacks for GMail, GoogleDocs, and more! (August 5, 2008)">Some Cool Hacks for GMail, GoogleDocs, and more!</a> </li>
	<li><a href="http://zedomax.com/blog/new-wordpress-search-engine-blog-theme/" title="New Wordpress Search Engine Blog Theme! (November 8, 2008)">New Wordpress Search Engine Blog Theme!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/15/mac-tv-hack-how-to-run-mac-osx-on-mac-tv/" title="MAC TV Hack &#8211; How to run Mac OSX on MAC TV! (April 15, 2007)">MAC TV Hack &#8211; How to run Mac OSX on MAC TV!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/11/iphone-hacks-how-to-play-doom-with-iphone-as-controller-and-old-mac-display/" title="iPhone Hacks &#8211; How to Play Doom with iPhone as Controller and Old Mac Display! (December 11, 2008)">iPhone Hacks &#8211; How to Play Doom with iPhone as Controller and Old Mac Display!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/01/05/interesting-website-search-engine-decoder/" title="Interesting Website &#8211; Search Engine Decoder (January 5, 2007)">Interesting Website &#8211; Search Engine Decoder</a> </li>
	<li><a href="http://zedomax.com/blog/2009/05/27/interesting-twitter-howtostheories/" title="Interesting Twitter HOWTOs/Theories! (May 27, 2009)">Interesting Twitter HOWTOs/Theories!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/11/how-to-hack-google-to-get-free-stuff/" title="How To Hack Google To Get Free Stuff (February 11, 2009)">How To Hack Google To Get Free Stuff</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/10/goohoo-a-google-yahoo-search-engine-was-just-launched/" title="GooHoo, a Google Yahoo search engine, was just launched! (May 10, 2008)">GooHoo, a Google Yahoo search engine, was just launched!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/17/goohack-of-the-day-golf-ball/" title="Goohack of the Day! &#8211; Golf Ball (May 17, 2008)">Goohack of the Day! &#8211; Golf Ball</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2009/02/18/how-to-do-search-engine-hacks-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Gain Access To Blocked Websites</title>
		<link>http://zedomax.com/blog/2009/02/11/how-to-gain-access-to-blocked-websites/</link>
		<comments>http://zedomax.com/blog/2009/02/11/how-to-gain-access-to-blocked-websites/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 02:00:03 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[access to blocked websites]]></category>
		<category><![CDATA[human nature]]></category>
		<category><![CDATA[mom and dad]]></category>
		<category><![CDATA[myspace]]></category>
		<category><![CDATA[online predators]]></category>
		<category><![CDATA[proxy servers]]></category>
		<category><![CDATA[school library]]></category>
		<category><![CDATA[top secret]]></category>
		<category><![CDATA[video tutorial]]></category>
		<category><![CDATA[web access]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=13065</guid>
		<description><![CDATA[How to access blocked web sitesUploaded by Jimmy Ruska

It&#8217;s human nature to go where you are not supposed to, that includes the Internet. Learn how to access blocked websites, so that you can see those top secret boobies&#8230; er&#8230; files, yeah, that&#8217;s it.

Are you using the Internet at a school, library, or some other place [...]]]></description>
			<content:encoded><![CDATA[<div><object width="425" height="344"><param name="movie" value="http://sclipo.com/outer_flvplayer_new.swf?file=PWH3C8D4V3&#038;video_type=O" /><param name="allowScriptAccess" value="always"><param name="wmode" value="transparent" /><embed src="http://sclipo.com/outer_flvplayer_new.swf?file=PWH3C8D4V3&#038;video_type=O"id='ca-video-pub-6880849498984489'"type="application/x-shockwave-flash" wmode="transparent" allowScriptAccess="always" width="425" height="350"></embed></object><br /><b><a target="_blank" href="http://sclipo.com/videos/view/how-to-access-blocked-web-sites" >How to access blocked web sites</a></b><br /><i>Uploaded by <a target="_blank" href="http://sclipo.com/academy/view/jimmyr.com" >Jimmy Ruska</a></i></div>
<p>
It&#8217;s human nature to go where you are not supposed to, that includes the Internet. Learn how to access blocked websites, so that you can see those top secret boobies&#8230; er&#8230; files, yeah, that&#8217;s it.<br />
<br />
Are you using the Internet at a school, library, or some other place that blocks or restricts web access? Mom and dad still trying to protect you from online predators, even though you&#8217;re more than old enough to be one yourself? Learn how to bypass proxy servers that block access to certain websites by watching this how-to video. In this case it&#8217;s done to access Myspace but this method can be used with any blocked website. Follow along with this video tutorial and never get hindered by restricted internet searching again.<br />
<br />
<a target="_blank" href="http://www.wonderhowto.com/how-to/video/how-to-access-blocked-websites-78757/" >via wonderhowto</a><br /></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2009/02/11/how-to-gain-access-to-blocked-websites/" >How To Gain Access To Blocked Websites</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/tag/access-to-blocked-websites/" title="access to blocked websites" rel="tag">access to blocked websites</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/browser/" title="browser" rel="tag">browser</a>, <a href="http://zedomax.com/blog/category/misc/business/" title="Business" rel="tag">Business</a>, <a href="http://zedomax.com/blog/category/computer/" title="Computer" rel="tag">Computer</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/browser/firefox-browser/" title="Firefox" rel="tag">Firefox</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/browser/google-chrome-browser-wt/" title="Google Chrome" rel="tag">Google Chrome</a>, <a href="http://zedomax.com/blog/category/diy/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/category/diy/howto/" title="HOWTO" rel="tag">HOWTO</a>, <a href="http://zedomax.com/blog/tag/human-nature/" title="human nature" rel="tag">human nature</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/tag/mom-and-dad/" title="mom and dad" rel="tag">mom and dad</a>, <a href="http://zedomax.com/blog/tag/myspace/" title="myspace" rel="tag">myspace</a>, <a href="http://zedomax.com/blog/tag/online-predators/" title="online predators" rel="tag">online predators</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/browser/opera-browser/" title="Opera" rel="tag">Opera</a>, <a href="http://zedomax.com/blog/category/computer/pc-computer/" title="PC" rel="tag">PC</a>, <a href="http://zedomax.com/blog/tag/proxy-servers/" title="proxy servers" rel="tag">proxy servers</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/browser/safari-browser/" title="Safari" rel="tag">Safari</a>, <a href="http://zedomax.com/blog/tag/school-library/" title="school library" rel="tag">school library</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/search-engine-wt/" title="Search Engine" rel="tag">Search Engine</a>, <a href="http://zedomax.com/blog/category/computer/software/" title="Software" rel="tag">Software</a>, <a href="http://zedomax.com/blog/category/technology/" title="technology" rel="tag">technology</a>, <a href="http://zedomax.com/blog/tag/top-secret/" title="top secret" rel="tag">top secret</a>, <a href="http://zedomax.com/blog/tag/video-tutorial/" title="video tutorial" rel="tag">video tutorial</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/tag/web-access/" title="web access" rel="tag">web access</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2006/09/30/zedomax-weekend-thoughts-spam-email/" title="Zedomax Weekend Thoughts &#8211; Spam email (September 30, 2006)">Zedomax Weekend Thoughts &#8211; Spam email</a> </li>
	<li><a href="http://zedomax.com/blog/2009/06/01/womens-diy-how-to-make-facial-using-leftover-grounded-coffee/" title="Women&#8217;s DIY &#8211; How to Make Facial using leftover  Grounded Coffee! (June 1, 2009)">Women&#8217;s DIY &#8211; How to Make Facial using leftover  Grounded Coffee!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/02/29/sitehoppin-tranforms-itself-into-a-powerful-free-advertising-platform-for-bloggers-and-site-owners/" title="SiteHoppin&#8217; tranforms itself into a powerful free advertising platform for bloggers and site owners! (February 29, 2008)">SiteHoppin&#8217; tranforms itself into a powerful free advertising platform for bloggers and site owners!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/09/29/ps3-hack-how-to-master-advanced-skills-in-fifa-09/" title="PS3 Hack &#8211; How to Master Advanced Skills in FIFA 09! (September 29, 2008)">PS3 Hack &#8211; How to Master Advanced Skills in FIFA 09!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/19/oscilloscope-tutorial-videos-in-high-def/" title="Oscilloscope DIY &#8211; How to Buy and Use an Oscilloscope! (April 19, 2009)">Oscilloscope DIY &#8211; How to Buy and Use an Oscilloscope!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/08/myspace-hack-how-to-re-design-your-myspace-with-divs/" title="Myspace Hack &#8211; How to re-design your Myspace with DIVs (December 8, 2008)">Myspace Hack &#8211; How to re-design your Myspace with DIVs</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/01/myspace-account-with-over-100000-friends-sells-for-2125/" title="MySpace Account with Over 100,000 Friends Sells for $2,125 (March 1, 2007)">MySpace Account with Over 100,000 Friends Sells for $2,125</a> </li>
	<li><a href="http://zedomax.com/blog/2007/10/01/iphone-parody-video-funny-ephone/" title="iPhone Parody Video &#8211; Funny ePhone (October 1, 2007)">iPhone Parody Video &#8211; Funny ePhone</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/18/how-to-use-windows-xp-hacks-and-tricks/" title="How To Use Windows XP Hacks and Tricks (February 18, 2009)">How To Use Windows XP Hacks and Tricks</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/11/how-to-use-the-internet-to-get-free-items/" title="How To Use The Internet To Get Free Items (February 11, 2009)">How To Use The Internet To Get Free Items</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/11/how-to-send-secret-messages-through-hacked-digital-images/" title="How To Send Secret Messages Through Hacked Digital Images (February 11, 2009)">How To Send Secret Messages Through Hacked Digital Images</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/11/how-to-hack-security-cameras-using-google/" title="How To Hack Security Cameras Using Google (February 11, 2009)">How To Hack Security Cameras Using Google</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/18/how-to-hack-myspace/" title="How To Hack Myspace (February 18, 2009)">How To Hack Myspace</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/18/how-to-hack-into-a-weak-wpa-wireless-network/" title="How To Hack Into A Weak WPA Wireless Network (February 18, 2009)">How To Hack Into A Weak WPA Wireless Network</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/11/how-to-hack-google-to-get-free-stuff/" title="How To Hack Google To Get Free Stuff (February 11, 2009)">How To Hack Google To Get Free Stuff</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/18/how-to-do-search-engine-hacks-and-tricks/" title="How To Do Search Engine Hacks And Tricks (February 18, 2009)">How To Do Search Engine Hacks And Tricks</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/18/how-to-crack-a-wep-secure-network/" title="How To Crack A WEP Secure Network (February 18, 2009)">How To Crack A WEP Secure Network</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/18/how-to-convert-your-old-pc-into-a-server/" title="How To Convert Your Old PC Into A Server (February 18, 2009)">How To Convert Your Old PC Into A Server</a> </li>
	<li><a href="http://zedomax.com/blog/2009/03/24/earbud-hack-how-to-replace-ipod-shuffle-earphones-with-earbuds/" title="Earbud Hack &#8211; How to Replace iPod Shuffle Earphones with Earbuds! (March 24, 2009)">Earbud Hack &#8211; How to Replace iPod Shuffle Earphones with Earbuds!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/09/10/e-mail-diy-how-to-unsubscribe-from-e-mailing-lists/" title="E-Mail DIY &#8211; How to Unsubscribe from E-Mailing Lists! (September 10, 2009)">E-Mail DIY &#8211; How to Unsubscribe from E-Mailing Lists!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2009/02/11/how-to-gain-access-to-blocked-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Hack Security Cameras Using Google</title>
		<link>http://zedomax.com/blog/2009/02/11/how-to-hack-security-cameras-using-google/</link>
		<comments>http://zedomax.com/blog/2009/02/11/how-to-hack-security-cameras-using-google/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 16:00:11 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Cameras]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Featured Hacks]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[Prank]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Spy]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[Wifi]]></category>
		<category><![CDATA[Wireless]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[fbi]]></category>
		<category><![CDATA[intention]]></category>
		<category><![CDATA[networked security]]></category>
		<category><![CDATA[security cameras]]></category>
		<category><![CDATA[security flaws]]></category>
		<category><![CDATA[security issues]]></category>
		<category><![CDATA[video tutorial]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=12902</guid>
		<description><![CDATA[
Have some fun checking out what other people are doing, using their own networked security cameras to spy on them. Careful, if the FBI comes knocking on your door, we don&#8217;t know you.
This video tutorial shows you how to hack with Google, using security issues with Google that can allow you to hack other people&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/_VWXaBq--eg&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/_VWXaBq--eg&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Have some fun checking out what other people are doing, using their own networked security cameras to spy on them. Careful, if the FBI comes knocking on your door, we don&#8217;t know you.</p>
<blockquote><p>This video tutorial shows you how to hack with Google, using security issues with Google that can allow you to hack other people&#8217;s sites. The only intention of this how-to video is to point out security flaws so that you can make sure your own websites are safe. Learn how to hack Google. Protect yourself by watching this instructional video so you know what other people might be using on you.</p></blockquote>
<p><a target="_blank" href="http://www.wonderhowto.com/how-to/video/how-to-hack-sites-with-google-143750/" >via wonderhowto</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2009/02/11/how-to-hack-security-cameras-using-google/" >How To Hack Security Cameras Using Google</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/gadgets/cameras/" title="Cameras" rel="tag">Cameras</a>, <a href="http://zedomax.com/blog/category/computer/" title="Computer" rel="tag">Computer</a>, <a href="http://zedomax.com/blog/category/computer/software/download/" title="download" rel="tag">download</a>, <a href="http://zedomax.com/blog/tag/fbi/" title="fbi" rel="tag">fbi</a>, <a href="http://zedomax.com/blog/category/featured/featured-hacks/" title="Featured Hacks" rel="tag">Featured Hacks</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/google/" title="Google" rel="tag">Google</a>, <a href="http://zedomax.com/blog/tag/google/" title="Google" rel="tag">Google</a>, <a href="http://zedomax.com/blog/category/diy/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/category/diy/howto/" title="HOWTO" rel="tag">HOWTO</a>, <a href="http://zedomax.com/blog/tag/intention/" title="intention" rel="tag">intention</a>, <a href="http://zedomax.com/blog/category/technology/network/" title="Network" rel="tag">Network</a>, <a href="http://zedomax.com/blog/tag/networked-security/" title="networked security" rel="tag">networked security</a>, <a href="http://zedomax.com/blog/category/computer/pc-computer/" title="PC" rel="tag">PC</a>, <a href="http://zedomax.com/blog/category/entertainment/prank/" title="Prank" rel="tag">Prank</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/search-engine-wt/" title="Search Engine" rel="tag">Search Engine</a>, <a href="http://zedomax.com/blog/category/technology/security/" title="security" rel="tag">security</a>, <a href="http://zedomax.com/blog/tag/security-cameras/" title="security cameras" rel="tag">security cameras</a>, <a href="http://zedomax.com/blog/tag/security-flaws/" title="security flaws" rel="tag">security flaws</a>, <a href="http://zedomax.com/blog/tag/security-issues/" title="security issues" rel="tag">security issues</a>, <a href="http://zedomax.com/blog/category/computer/software/" title="Software" rel="tag">Software</a>, <a href="http://zedomax.com/blog/category/entertainment/spy-entertainment/" title="Spy" rel="tag">Spy</a>, <a href="http://zedomax.com/blog/category/technology/" title="technology" rel="tag">technology</a>, <a href="http://zedomax.com/blog/category/misc/video/" title="Video" rel="tag">Video</a>, <a href="http://zedomax.com/blog/tag/video-tutorial/" title="video tutorial" rel="tag">video tutorial</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/category/technology/wireless-technologies/wifi-wireless-technologies/" title="Wifi" rel="tag">Wifi</a>, <a href="http://zedomax.com/blog/category/technology/wireless-technologies/" title="Wireless" rel="tag">Wireless</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2009/02/18/how-to-do-search-engine-hacks-and-tricks/" title="How To Do Search Engine Hacks And Tricks (February 18, 2009)">How To Do Search Engine Hacks And Tricks</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/11/how-to-hack-google-to-get-free-stuff/" title="How To Hack Google To Get Free Stuff (February 11, 2009)">How To Hack Google To Get Free Stuff</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/11/google-hack-how-to-hack-the-internet-using-google/" title="Google Hack &#8211; How To Hack The Internet Using Google! (February 11, 2009)">Google Hack &#8211; How To Hack The Internet Using Google!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/09/09/google-chrome-tips-and-hacks-re-cap-2/" title="Google Chrome Tips and Hacks Re-cap #2! (September 9, 2008)">Google Chrome Tips and Hacks Re-cap #2!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/03/zedomaxnet-web20-crunch/" title="Zedomax.Net Web2.0 Crunch&#8230; (June 3, 2008)">Zedomax.Net Web2.0 Crunch&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/17/zedomaxcom-google-friendconnect/" title="Zedomax.com Google FriendConnect! (December 17, 2008)">Zedomax.com Google FriendConnect!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/06/zedomax-traffic-overview-2008/" title="Zedomax Traffic Overview 2008 (January 6, 2008)">Zedomax Traffic Overview 2008</a> </li>
	<li><a href="http://zedomax.com/blog/2008/10/21/zedomax-server-update/" title="Zedomax Server Update (October 21, 2008)">Zedomax Server Update</a> </li>
	<li><a href="http://zedomax.com/blog/2007/02/22/zedomax-reaches-over-500000-unique-visitors-thanks-to-youall/" title="Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all (February 22, 2007)">Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/08/zedomax-new-wordpress-blog-search-engine-theme/" title="Zedomax New Wordpress Blog Search Engine Theme! (November 8, 2008)">Zedomax New Wordpress Blog Search Engine Theme!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/17/zedomax-christmas-wreath-now-on-lifehacker/" title="Zedomax Christmas Wreath now on&#8230; Lifehacker! (December 17, 2007)">Zedomax Christmas Wreath now on&#8230; Lifehacker!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/27/zedomax-celebrates-thanksgiving/" title="Zedomax Celebrates Thanksgiving! (November 27, 2008)">Zedomax Celebrates Thanksgiving!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/03/youtube-hack-how-to-control-youtube-video-speed/" title="YouTube Hack &#8211; How to Control YouTube Video Speed! (November 3, 2008)">YouTube Hack &#8211; How to Control YouTube Video Speed!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/10/13/youtube-co-founders-announce-the-deal-to-their-community/" title="YouTube co-founders announce the deal to their community (October 13, 2006)">YouTube co-founders announce the deal to their community</a> </li>
	<li><a href="http://zedomax.com/blog/2006/09/20/yahoo-video-coming/" title="Yahoo Video coming! (September 20, 2006)">Yahoo Video coming!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/09/30/yahoo-and-google-stock-2-year-chart-comparison/" title="Yahoo and Google Stock 2 year chart comparison (September 30, 2006)">Yahoo and Google Stock 2 year chart comparison</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/20/wrist-tracker-does-gps-gps-tracking/" title="Wrist Tracker does GPS + GPS Tracking (May 20, 2008)">Wrist Tracker does GPS + GPS Tracking</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/15/world-wide-telescope-for-your-next-starry-nights/" title="World Wide Telescope for your next Starry Nights! (May 15, 2008)">World Wide Telescope for your next Starry Nights!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/23/workin-on-a-new-site/" title="Workin&#8217; on a new site&#8230; (December 23, 2007)">Workin&#8217; on a new site&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/15/wordpress-diy-how-to-install-google-friend-connect-to-your-blog/" title="Wordpress DIY &#8211; How to install Google Friend Connect to your blog (December 15, 2008)">Wordpress DIY &#8211; How to install Google Friend Connect to your blog</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2009/02/11/how-to-hack-security-cameras-using-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JUNGzilla.com Launched Baby, a Web 2.0 Search Engine!</title>
		<link>http://zedomax.com/blog/2009/01/07/jungzillacom-launched-baby-a-web-20-search-engine/</link>
		<comments>http://zedomax.com/blog/2009/01/07/jungzillacom-launched-baby-a-web-20-search-engine/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 15:01:52 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[YouTube]]></category>
		<category><![CDATA[3am]]></category>
		<category><![CDATA[creative juice]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[search-engine]]></category>
		<category><![CDATA[sleep]]></category>
		<category><![CDATA[tag search]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=11854</guid>
		<description><![CDATA[
JUNGzilla.com has been launched, a search engine that can help you find blog posts, images, videos, and more.  Try &#8220;Zedomax&#8221; for fun.
Well, it’s that time of the year, we are not sure why we have this creative juice to make and launch new websites but here’s JUNGzilla.com, a Web 2.0 blog/image/video/tag search engine.
Honestly, I couldn’t [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-11855 aligncenter" title="jungzilla" src="http://zedomax.com/blog/wp-content/uploads/2009/01/jungzilla.gif" alt="" width="500" height="353" /></p>
<p><a target="_blank" href="http://JUNGzilla.com" >JUNGzilla.com</a> has been launched, a search engine that can help you find blog posts, images, videos, and more.  <a target="_blank" href="http://jungzilla.com/zedomax" >Try &#8220;Zedomax&#8221; for fun.</a></p>
<blockquote><p>Well, it’s that time of the year, we are not sure why we have this creative juice to make and launch new websites but here’s <a target="_blank" href="http://jungzilla.com/" >JUNGzilla.com, a Web 2.0 blog/image/video/tag search engine</a>.</p>
<p>Honestly, I couldn’t go to sleep so I woke up in the middle of the night at 3am and started coding this new search engine.</p>
<p>It’s 6:58am right now and the site has been launched!</p></blockquote>
<p><a target="_blank" href="http://zedomax.net/zedomax-network-news/jungzilla-web-20-blogimagevideotag-search-engine-launched/" >via Zedomax Network Blog</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2009/01/07/jungzillacom-launched-baby-a-web-20-search-engine/" >JUNGzilla.com Launched Baby, a Web 2.0 Search Engine!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/tag/3am/" title="3am" rel="tag">3am</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/tag/creative-juice/" title="creative juice" rel="tag">creative juice</a>, <a href="http://zedomax.com/blog/category/technology/educational/" title="Educational" rel="tag">Educational</a>, <a href="http://zedomax.com/blog/category/entertainment/" title="Entertainment" rel="tag">Entertainment</a>, <a href="http://zedomax.com/blog/category/featured/" title="Featured" rel="tag">Featured</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/google/" title="Google" rel="tag">Google</a>, <a href="http://zedomax.com/blog/tag/images/" title="images" rel="tag">images</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/search-engine-wt/" title="Search Engine" rel="tag">Search Engine</a>, <a href="http://zedomax.com/blog/tag/search-engine/" title="search-engine" rel="tag">search-engine</a>, <a href="http://zedomax.com/blog/tag/sleep/" title="sleep" rel="tag">sleep</a>, <a href="http://zedomax.com/blog/tag/tag-search/" title="tag search" rel="tag">tag search</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/wordpress/" title="Wordpress" rel="tag">Wordpress</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/youtube-wt/" title="YouTube" rel="tag">YouTube</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2008/11/08/zedomax-new-wordpress-blog-search-engine-theme/" title="Zedomax New Wordpress Blog Search Engine Theme! (November 8, 2008)">Zedomax New Wordpress Blog Search Engine Theme!</a> </li>
	<li><a href="http://zedomax.com/blog/new-wordpress-search-engine-blog-theme/" title="New Wordpress Search Engine Blog Theme! (November 8, 2008)">New Wordpress Search Engine Blog Theme!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/13/blog-diy-how-to-bring-more-web-traffic-on-your-blog/" title="Blog DIY &#8211; How to Bring More Web Traffic on your Blog! (November 13, 2008)">Blog DIY &#8211; How to Bring More Web Traffic on your Blog!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/04/zink-camera-and-printer-together/" title="Zink Camera and Printer together (December 4, 2007)">Zink Camera and Printer together</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/03/zedomaxnet-web20-crunch/" title="Zedomax.Net Web2.0 Crunch&#8230; (June 3, 2008)">Zedomax.Net Web2.0 Crunch&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/24/zedomax-blog-search-engine-update/" title="Zedomax Blog Search Engine Update! (November 24, 2008)">Zedomax Blog Search Engine Update!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/09/zedomax-blog-search-engine-style-wordpress-theme-v01-available/" title="Zedomax Blog &#8220;Search Engine Style&#8221; WordPress Theme v.0.1 Available! (November 9, 2008)">Zedomax Blog &#8220;Search Engine Style&#8221; WordPress Theme v.0.1 Available!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/01/zedomax-2008-new-years-resolution/" title="Zedomax 2008 New Years Resolution (January 1, 2008)">Zedomax 2008 New Years Resolution</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/23/you-can-never-have-enough-usb-ports/" title="You can never have enough USB ports (February 23, 2009)">You can never have enough USB ports</a> </li>
	<li><a href="http://zedomax.com/blog/2009/06/10/wordpress-diy-how-to-make-your-ffffound-website/" title="Wordpress DIY &#8211; How to Make your FFFFOUND Website! (June 10, 2009)">Wordpress DIY &#8211; How to Make your FFFFOUND Website!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/21/why-are-you-not-sleeping-well-sleeptracker-will-tell-you/" title="Why are you not sleeping well? Sleeptracker will tell you (November 21, 2006)">Why are you not sleeping well? Sleeptracker will tell you</a> </li>
	<li><a href="http://zedomax.com/blog/2009/05/14/web-programming-hack-how-to-replace-images-at-time-intervals-with-fading/" title="Web Programming Hack &#8211; How to Replace Images at Time Intervals with Fading! (May 14, 2009)">Web Programming Hack &#8211; How to Replace Images at Time Intervals with Fading!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/08/17/web-programming-diy-how-to-protect-yourself-against-image-hotlinking/" title="Web Programming DIY &#8211; How to Protect Yourself Against Image Hotlinking! (August 17, 2009)">Web Programming DIY &#8211; How to Protect Yourself Against Image Hotlinking!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/09/use-sleeptrek-to-follow-your-sleep-patterns/" title="Use SleepTrek to follow your Sleep Patterns! (May 9, 2008)">Use SleepTrek to follow your Sleep Patterns!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/01/11/use-qweascom-to-find-software-you-need/" title="Use Qweas.com to find software you need (January 11, 2007)">Use Qweas.com to find software you need</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/06/use-cooliriss-piclens-firefox-plugin-to-browse-images-videos-like-an-iphone/" title="Use Cooliris&#8217;s PicLens Firefox Plugin to browse images, videos like an iPhone! (May 6, 2008)">Use Cooliris&#8217;s PicLens Firefox Plugin to browse images, videos like an iPhone!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/07/17/this-is-the-way-to-fly/" title="This is the way to fly (July 17, 2009)">This is the way to fly</a> </li>
	<li><a href="http://zedomax.com/blog/theme/" title="Theme (November 8, 2008)">Theme</a> </li>
	<li><a href="http://zedomax.com/blog/2009/01/07/the-wowwee-spyball-on-wheels/" title="The WowWee Spyball on wheels (January 7, 2009)">The WowWee Spyball on wheels</a> </li>
	<li><a href="http://zedomax.com/blog/2007/11/28/the-plasma-nightlight/" title="The plasma nightlight (November 28, 2007)">The plasma nightlight</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2009/01/07/jungzillacom-launched-baby-a-web-20-search-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stattt.com Launched!!! &#8211; Stats Search Engine for Webmasters!!!</title>
		<link>http://zedomax.com/blog/2009/01/02/statttcom-launched-stats-search-engine-for-webmasters/</link>
		<comments>http://zedomax.com/blog/2009/01/02/statttcom-launched-stats-search-engine-for-webmasters/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 19:09:59 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[domain names]]></category>
		<category><![CDATA[happy new years]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[search-engine]]></category>
		<category><![CDATA[stat]]></category>
		<category><![CDATA[web traffic stats]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=11740</guid>
		<description><![CDATA[
Happy New Years 2009 everybody!
Yesterday, I launched Stattt.com, a stats search engine for webmasters.  Basically, you can see whole bunch of stats and information about domain names and keywords.  Bookmark it and it will save you time the next time you need to check stats for your website.
Stattt.com is basically a very cool tool for [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-625 aligncenter" title="stattt" src="http://zedomax.net/wp-content/uploads/2009/01/stattt.gif" alt="stattt" width="496" height="230" /></p>
<p>Happy New Years 2009 everybody!</p>
<p>Yesterday, I launched <a target="_blank" href="http://stattt.com" >Stattt.com</a>, a stats search engine for webmasters.  Basically, you can see whole bunch of stats and information about domain names and keywords.  Bookmark it and it will save you time the next time you need to check stats for your website.</p>
<blockquote><p>Stattt.com is basically a very cool tool for webmasters who want to check their web traffic stats everyday.</p>
<p>I didn’t actually make this site to make money or anything, I simply needed a website that could let me view all the stat sites in one page, which includes <a target="_blank" href="http://alexa.com/" >Alexa</a>, <a target="_blank" href="http://quantcast.com/" >Quantcast</a>, and <a target="_blank" href="http://compete.com/" >Compete</a>.</p></blockquote>
<p>You <a target="_blank" href="http://zedomax.net/zedomax-network-news/statttcom-launched-stats-search-engine-for-webmasters/" >can read details on the Zedomax.Net Blog here.</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2009/01/02/statttcom-launched-stats-search-engine-for-webmasters/" >Stattt.com Launched!!! &#8211; Stats Search Engine for Webmasters!!!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/tag/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/tag/domain-names/" title="domain names" rel="tag">domain names</a>, <a href="http://zedomax.com/blog/category/featured/" title="Featured" rel="tag">Featured</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/tag/happy-new-years/" title="happy new years" rel="tag">happy new years</a>, <a href="http://zedomax.com/blog/tag/money/" title="money" rel="tag">money</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/search-engine-wt/" title="Search Engine" rel="tag">Search Engine</a>, <a href="http://zedomax.com/blog/tag/search-engine/" title="search-engine" rel="tag">search-engine</a>, <a href="http://zedomax.com/blog/tag/stat/" title="stat" rel="tag">stat</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/tag/web-traffic-stats/" title="web traffic stats" rel="tag">web traffic stats</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2007/12/08/zedomaxnet-web-traffic-services-buy-300-to-500-visitors-of-web-traffic-from-us/" title="Zedomax.Net Web Traffic Services &#8211; Buy 300 to 500 visitors of Web Traffic from Us! (December 8, 2007)">Zedomax.Net Web Traffic Services &#8211; Buy 300 to 500 visitors of Web Traffic from Us!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/24/world-record-john-chow-is-the-blogging-seinfeld-he-makes-money-making-fun-of-the-internet/" title="World Record &#8211; John Chow is the Blogging Seinfeld?  He makes money making fun of the internet! (January 24, 2008)">World Record &#8211; John Chow is the Blogging Seinfeld?  He makes money making fun of the internet!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/03/02/win-500-cash/" title="Win $500 CASH! (March 2, 2008)">Win $500 CASH!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/02/03/whats-stumbleupon-afraid-of/" title="What&#8217;s StumbleUpon afraid of? (February 3, 2008)">What&#8217;s StumbleUpon afraid of?</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/12/quarterwiki-pages-are-being-sold-like-hotcakes/" title="QuarterWiki &#8211; Pages are being sold like Hotcakes! (December 12, 2007)">QuarterWiki &#8211; Pages are being sold like Hotcakes!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/08/new-logo-for-zedomax-network/" title="New Logo for Zedomax Network! (December 8, 2007)">New Logo for Zedomax Network!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/02/23/never-give-up-especially-your-blog-dude/" title="Never give up, especially your blog dude! (February 23, 2008)">Never give up, especially your blog dude!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/04/my-friend-gyutae-is-having-a-contest-for-t-shirts-and-100-in-cash/" title="My friend Gyutae is having a contest for T-shirts and $100 in CASH! (January 4, 2008)">My friend Gyutae is having a contest for T-shirts and $100 in CASH!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/27/kindle-diy-how-to-add-your-blog-rss-as-kindle-2-monthly-subscription/" title="Kindle DIY &#8211; How to Add Your Blog RSS as Kindle 2 Monthly Subscription! (February 27, 2009)">Kindle DIY &#8211; How to Add Your Blog RSS as Kindle 2 Monthly Subscription!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/04/interesting-video-about-web20-and-dotcom-burst-or-boost/" title="Interesting Video about Web2.0 and Dotcom Burst (or Boost) (December 4, 2007)">Interesting Video about Web2.0 and Dotcom Burst (or Boost)</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/11/google-chrome-is-now-official/" title="Google Chrome is now Official! (December 11, 2008)">Google Chrome is now Official!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/20/get-paid-4500-by-google-to-work-on-open-source-projects/" title="Get paid $4,500 by Google to work on open-source projects! (March 20, 2007)">Get paid $4,500 by Google to work on open-source projects!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/11/19/entrewiki-a-new-place-for-entrepreneurs-to-advertise-money-making-business-ideas/" title="EntreWiki &#8211; A new place for Entrepreneurs to advertise Money Making Business Ideas (November 19, 2007)">EntreWiki &#8211; A new place for Entrepreneurs to advertise Money Making Business Ideas</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/02/drunken-update-and-drunken-development/" title="Drunken Update and Drunken Development (January 2, 2008)">Drunken Update and Drunken Development</a> </li>
	<li><a href="http://zedomax.com/blog/2007/10/18/diy-photography-make-money-with-photoshelter-or-just-browse-for-some-nice-photos/" title="DIY Photography &#8211; Make Money with PhotoShelter or just browse for some nice photos (October 18, 2007)">DIY Photography &#8211; Make Money with PhotoShelter or just browse for some nice photos</a> </li>
	<li><a href="http://zedomax.com/blog/2007/11/08/diy-howto-make-money-by-gettin-married/" title="DIY &#8211; HOWTO make money by gettin&#8217; married! (November 8, 2007)">DIY &#8211; HOWTO make money by gettin&#8217; married!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/10/21/contest-win-500-worth-of-wiki-pages-at-onebuckwikicom/" title="Contest &#8211; Win $500 worth of wiki pages at OneBuckWiki.com (October 21, 2007)">Contest &#8211; Win $500 worth of wiki pages at OneBuckWiki.com</a> </li>
	<li><a href="http://zedomax.com/blog/2007/01/12/bloggers-tool-use-turbo-tagger-for-technorati-tags/" title="Blogger&#8217;s tool &#8211; use Turbo tagger for Technorati tags (January 12, 2007)">Blogger&#8217;s tool &#8211; use Turbo tagger for Technorati tags</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/11/blog-monetization-still-using-text-link-ads-for-selling-your-links/" title="Blog Monetization &#8211; Still using Text Link Ads for selling your Links? (December 11, 2007)">Blog Monetization &#8211; Still using Text Link Ads for selling your Links?</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/13/blog-diy-how-to-bring-more-web-traffic-on-your-blog/" title="Blog DIY &#8211; How to Bring More Web Traffic on your Blog! (November 13, 2008)">Blog DIY &#8211; How to Bring More Web Traffic on your Blog!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2009/01/02/statttcom-launched-stats-search-engine-for-webmasters/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FriiBlog.com in the works, need beta testers!</title>
		<link>http://zedomax.com/blog/2008/12/29/friiblogcom-in-the-works-need-beta-testers/</link>
		<comments>http://zedomax.com/blog/2008/12/29/friiblogcom-in-the-works-need-beta-testers/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 06:51:50 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[SiteHoppin]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[beta testers]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[hack job]]></category>
		<category><![CDATA[hint hint]]></category>
		<category><![CDATA[kinks]]></category>
		<category><![CDATA[mu]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[web software]]></category>
		<category><![CDATA[wikipedia]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=11667</guid>
		<description><![CDATA[Well, I have been messing around with more web software (as usual).  Last year, I made SiteHoppin, which is a complete hack job of open source MediaWiki, the same software that powers Wikipedia.
This year, (actually just last night) I am messing with Wordpress MU and BuddyPress, both which combined gives you some sort of blogging [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I have been messing around with more web software (as usual).  Last year, I made <a target="_blank" href="http://sitehoppin.com" >SiteHoppin</a>, which is a complete hack job of open source <a target="_blank" href="http://www.mediawiki.org/wiki/MediaWiki" >MediaWiki</a>, the same software that powers <a target="_blank" href="http://www.wikipedia.org/" >Wikipedia</a>.</p>
<p>This year, (actually just last night) I am messing with <a target="_blank" href="http://mu.wordpress.org/" >Wordpress MU</a> and <a target="_blank" href="http://buddypress.org/" >BuddyPress</a>, both which combined gives you some sort of blogging social network.</p>
<p>Anyways, I need some beta testers to work out kinks and feedback on what users want.</p>
<p>If you need a free blog, <a target="_blank" href="http://friiblog.com" >you can make a blog over here at FriiBlog.com for free</a>.  Yes, also if you make a blog at FriiBlog, you will get all the Wordpress plugins I use.  (basically you get on the inside of what I use&#8230; hint hint)</p>
<p>I am even thinking of porting my whole blog network over to Wordpress MU and let people make their own blogs too&#8230; well&#8230;</p>
<p><a target="_blank" href="http://friiblog.com" >Check out FriiBlog today, FRii blogs for FREE PEOPLE!</a></p>
<p><a target="_blank" href="http://sitehoppin.com/blog/2008/12/29/friiblogcom-in-beta-free-blog-based-on-wordpress-mu/" >via People You can Trust</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/12/29/friiblogcom-in-the-works-need-beta-testers/" >FriiBlog.com in the works, need beta testers!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/tag/beta-testers/" title="beta testers" rel="tag">beta testers</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/tag/blogs/" title="Blogs" rel="tag">Blogs</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/category/technology/educational/" title="Educational" rel="tag">Educational</a>, <a href="http://zedomax.com/blog/category/entertainment/" title="Entertainment" rel="tag">Entertainment</a>, <a href="http://zedomax.com/blog/category/featured/" title="Featured" rel="tag">Featured</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/category/diy/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/tag/hack-job/" title="hack job" rel="tag">hack job</a>, <a href="http://zedomax.com/blog/tag/hint-hint/" title="hint hint" rel="tag">hint hint</a>, <a href="http://zedomax.com/blog/tag/kinks/" title="kinks" rel="tag">kinks</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/tag/mu/" title="mu" rel="tag">mu</a>, <a href="http://zedomax.com/blog/tag/open-source/" title="open-source" rel="tag">open-source</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/sitehoppin/" title="SiteHoppin" rel="tag">SiteHoppin</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/social-networking/" title="Social Networking" rel="tag">Social Networking</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/tag/web-software/" title="web software" rel="tag">web software</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/tag/wikipedia/" title="wikipedia" rel="tag">wikipedia</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/wordpress/" title="Wordpress" rel="tag">Wordpress</a>, <a href="http://zedomax.com/blog/tag/wordpress-plugins/" title="wordpress plugins" rel="tag">wordpress plugins</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2006/08/29/wibro-browse-web-pages-on-your-cell-phone-dsl-speeds/" title="Wibro &#8211; Browse web pages on your cell phone @ DSL speeds! (August 29, 2006)">Wibro &#8211; Browse web pages on your cell phone @ DSL speeds!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/03/sitehoppin-re-launched-as-domain-search-engine/" title="SiteHoppin Re-Launched as Domain Search Engine! (December 3, 2008)">SiteHoppin Re-Launched as Domain Search Engine!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/09/03/google-chrome-hacks-blog-launched/" title="Google Chrome Hacks Blog Launched! (September 3, 2008)">Google Chrome Hacks Blog Launched!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/17/diy-beginning-with-the-basic-stamp/" title="DIY &#8211; Beginning with the Basic Stamp (March 17, 2007)">DIY &#8211; Beginning with the Basic Stamp</a> </li>
	<li><a href="http://zedomax.com/blog/zedomax-network-of-blogs/" title="Zedomax Network of blogs (April 30, 2007)">Zedomax Network of blogs</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/17/zedomax-korea/" title="Zedomax Korea (March 17, 2007)">Zedomax Korea</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/27/zedomax-celebrates-thanksgiving/" title="Zedomax Celebrates Thanksgiving! (November 27, 2008)">Zedomax Celebrates Thanksgiving!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/24/zedomax-blog-search-engine-update/" title="Zedomax Blog Search Engine Update! (November 24, 2008)">Zedomax Blog Search Engine Update!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/15/yipee-we-are-on-our-track-for-30-postsday/" title="Yipee!  We are on our track for 30+ posts/day! (January 15, 2008)">Yipee!  We are on our track for 30+ posts/day!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/06/worlds-smallest-mp3-player/" title="World&#8217;s smallest MP3 Player! (April 6, 2007)">World&#8217;s smallest MP3 Player!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/05/worlds-fastest-rail-train-tgv-5748-kph-inside-footage/" title="World&#8217;s Fastest Rail Train TGV 574,8 KPH Inside Footage (April 5, 2007)">World&#8217;s Fastest Rail Train TGV 574,8 KPH Inside Footage</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/24/world-record-john-chow-is-the-blogging-seinfeld-he-makes-money-making-fun-of-the-internet/" title="World Record &#8211; John Chow is the Blogging Seinfeld?  He makes money making fun of the internet! (January 24, 2008)">World Record &#8211; John Chow is the Blogging Seinfeld?  He makes money making fun of the internet!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/01/wordpress-diy-how-to-podcast-with-a-wordpress-blog/" title="Wordpress DIY &#8211; How to podcast with a wordpress blog (December 1, 2008)">Wordpress DIY &#8211; How to podcast with a wordpress blog</a> </li>
	<li><a href="http://zedomax.com/blog/2008/02/04/wikia-could-take-a-large-share-of-the-market-as-proven-by-korean-search-engine-giant-navercom/" title="Wikia could take a large share of the market as proven by Korean search engine giant Naver.com (February 4, 2008)">Wikia could take a large share of the market as proven by Korean search engine giant Naver.com</a> </li>
	<li><a href="http://zedomax.com/blog/2009/06/03/what-is-sonic-boom/" title="What is Sonic Boom? (June 3, 2009)">What is Sonic Boom?</a> </li>
	<li><a href="http://zedomax.com/blog/2008/02/10/what-is-soju-and-how-does-it-affect-an-entrecard-abuser%e2%80%99s-life/" title="What is Soju and How Does it Affect an Entrecard (Ab)user’s Life (February 10, 2008)">What is Soju and How Does it Affect an Entrecard (Ab)user’s Life</a> </li>
	<li><a href="http://zedomax.com/blog/2006/08/30/what-is-rss/" title="what is RSS? (August 30, 2006)">what is RSS?</a> </li>
	<li><a href="http://zedomax.com/blog/2006/08/30/what-is-podcast/" title="What is Podcast? (August 30, 2006)">What is Podcast?</a> </li>
	<li><a href="http://zedomax.com/blog/2009/09/03/what-is-hdmi-and-what-is-dhcp/" title="What is HDMI and What is DHCP? (September 3, 2009)">What is HDMI and What is DHCP?</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/07/weightlifting-champion-robot/" title="Weightlifting Champion Robot (April 7, 2007)">Weightlifting Champion Robot</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/12/29/friiblogcom-in-the-works-need-beta-testers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Years 2009 Countdown Widgets!</title>
		<link>http://zedomax.com/blog/2008/12/26/new-years-2009-countdown-widgets/</link>
		<comments>http://zedomax.com/blog/2008/12/26/new-years-2009-countdown-widgets/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 02:44:25 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[coundown]]></category>
		<category><![CDATA[countdown]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=11613</guid>
		<description><![CDATA[
More countdown widgets here
Well, here&#8217;s a list of bunch of cool New Years 2009 countdown widgets you can get for your blog:

Widgia New Years 2009 Countdown Widget (The one pictured above)
New Years 2009 Countdown Widget from SpringWIdgets
New Years 2009 Coundown Widget for Desktop from Softpedia
New Years 2009 Countdown Widget from WidgetBox
New Years 2009 Countdown Widget [...]]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="250" height="200" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://widgia.com/widgets/2009_countdown/2009_countdown.swf" /><embed type="application/x-shockwave-flash" width="250" height="200" src="http://widgia.com/widgets/2009_countdown/2009_countdown.swf"></embed></object><br />
<a target="_blank" href="http://widgia.com" >More countdown widgets here</a><img style="visibility: hidden; width: 0px; height: 0px;" src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyMzAzNDU2MTM3MDMmcHQ9MTIzMDM*NTYzNTkyMSZwPTIyMzA1MiZkPSZnPTEmdD*mbz*5M2VjYzNiNzBmY2Q*MTVlOTQ4NTEwZGZjZjg3Y2ZlZg==.gif" border="0" alt="" width="0" height="0" /></p>
<p>Well, here&#8217;s a list of bunch of cool New Years 2009 countdown widgets you can get for your blog:</p>
<ul>
<li><a target="_blank" href="http://widgia.com/2009-new-year-countdown/" >Widgia New Years 2009 Countdown Widget</a> (The one pictured above)</li>
<li><a target="_blank" href="http://www.springwidgets.com/widgets/view/73807" >New Years 2009 Countdown Widget from SpringWIdgets</a></li>
<li><a target="_blank" href="http://www.softpedia.com/get/Windows-Widgets/Alarms-Clocks/Countdown-To-New-Year-2009.shtml" >New Years 2009 Coundown Widget for Desktop from Softpedia</a></li>
<li><a target="_blank" href="http://www.widgetbox.com/widget/countdown-happy-new-year" >New Years 2009 Countdown Widget from WidgetBox</a></li>
<li><a target="_blank" href="http://eventful.com/philadelphia/events/2009-new-years-eve-celebration-regal-ballroom-/E0-001-015556466-5/widgets/countdown" >New Years 2009 Countdown Widget from Eventful</a></li>
</ul>
<p>Enjoy~</p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/12/26/new-years-2009-countdown-widgets/" >New Years 2009 Countdown Widgets!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/technology/web-technology/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/tag/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/tag/coundown/" title="coundown" rel="tag">coundown</a>, <a href="http://zedomax.com/blog/tag/countdown/" title="countdown" rel="tag">countdown</a>, <a href="http://zedomax.com/blog/category/entertainment/" title="Entertainment" rel="tag">Entertainment</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/tag/widget/" title="widget" rel="tag">widget</a>, <a href="http://zedomax.com/blog/tag/widgets/" title="widgets" rel="tag">widgets</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/wordpress/" title="Wordpress" rel="tag">Wordpress</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2008/12/17/zedomaxcom-google-friendconnect/" title="Zedomax.com Google FriendConnect! (December 17, 2008)">Zedomax.com Google FriendConnect!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/04/26/wordpress-hack-how-to-widgetize-your-theme/" title="Wordpress HACK &#8211; How to widgetize your theme! (April 26, 2008)">Wordpress HACK &#8211; How to widgetize your theme!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/13/sitehoppin-offers-better-click-through-ratio-over-entrecard-and-spottt/" title="SiteHoppin Offers Better Click-Through-Ratio over Entrecard and Spottt! (December 13, 2008)">SiteHoppin Offers Better Click-Through-Ratio over Entrecard and Spottt!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/09/12/plusmo-coming-to-iphones/" title="Plusmo coming to iPhones (September 12, 2007)">Plusmo coming to iPhones</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/15/googles-android-could-learn-from-yahoos-go/" title="Google&#8217;s Android Could Learn From Yahoo&#8217;s Go! (January 15, 2008)">Google&#8217;s Android Could Learn From Yahoo&#8217;s Go!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/11/13/entrecard-the-new-business-card-20-and-one-buck-wiki-goes-buck-wild/" title="Entrecard, the new Business Card 2.0 and One Buck Wiki goes Buck Wild! (November 13, 2007)">Entrecard, the new Business Card 2.0 and One Buck Wiki goes Buck Wild!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/14/entrecard-wins-entrecard-beats-blogrush-in-alexa-reach-rankings-and-traffic/" title="EntreCard WINS &#8211; EntreCard beats BlogRush in Alexa Reach, Rankings, and Traffic! (December 14, 2007)">EntreCard WINS &#8211; EntreCard beats BlogRush in Alexa Reach, Rankings, and Traffic!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/21/diy-hack-howto-drop-more-entrecards-than-your-neighbor/" title="DIY HACK &#8211; HOWTO drop more Entrecards than your neighbor! (January 21, 2008)">DIY HACK &#8211; HOWTO drop more Entrecards than your neighbor!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/02/zikiwiki-technology-wiki-for-hackers-diyers-mcu-users-plc-users-etc/" title="ZikiWiki &#8211; Technology wiki for hackers, diyers, mcu users, plc users, etc&#8230; (November 2, 2006)">ZikiWiki &#8211; Technology wiki for hackers, diyers, mcu users, plc users, etc&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/08/zedomaxnet-web-traffic-services-buy-300-to-500-visitors-of-web-traffic-from-us/" title="Zedomax.Net Web Traffic Services &#8211; Buy 300 to 500 visitors of Web Traffic from Us! (December 8, 2007)">Zedomax.Net Web Traffic Services &#8211; Buy 300 to 500 visitors of Web Traffic from Us!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/09/08/zedomaxnet-logo/" title="Zedomax.Net Logo (September 8, 2007)">Zedomax.Net Logo</a> </li>
	<li><a href="http://zedomax.com/blog/2009/03/12/zedomaxcom-advertising-spaces-available-for-100month/" title="Zedomax.com Advertising Spaces Available for $100/month! (March 12, 2009)">Zedomax.com Advertising Spaces Available for $100/month!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/09/21/zedomaxbiz-social-network-for-making-money-online/" title="Zedomax.Biz &#8211; Social Network for Making Money Online (September 21, 2007)">Zedomax.Biz &#8211; Social Network for Making Money Online</a> </li>
	<li><a href="http://zedomax.com/blog/2006/09/30/zedomax-wordpress-howto-how-to-write-a-post/" title="Zedomax Wordpress HOWTO &#8211; How to write a post (September 30, 2006)">Zedomax Wordpress HOWTO &#8211; How to write a post</a> </li>
	<li><a href="http://zedomax.com/blog/2006/09/30/zedomax-weekend-thoughts-spam-email/" title="Zedomax Weekend Thoughts &#8211; Spam email (September 30, 2006)">Zedomax Weekend Thoughts &#8211; Spam email</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/22/zedomax-thanksgiving-diys-cooking-for-engineers-and-paper-turkeys/" title="Zedomax Thanksgiving DIYs &#8211; Cooking for Engineers and Paper Turkeys (November 22, 2006)">Zedomax Thanksgiving DIYs &#8211; Cooking for Engineers and Paper Turkeys</a> </li>
	<li><a href="http://zedomax.com/blog/2007/02/22/zedomax-server-upgrade-complete/" title="Zedomax Server Upgrade Complete! (February 22, 2007)">Zedomax Server Upgrade Complete!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/10/21/zedomax-server-update/" title="Zedomax Server Update (October 21, 2008)">Zedomax Server Update</a> </li>
	<li><a href="http://zedomax.com/blog/2007/02/22/zedomax-reaches-over-500000-unique-visitors-thanks-to-youall/" title="Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all (February 22, 2007)">Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all</a> </li>
	<li><a href="http://zedomax.com/blog/zedomax-network-of-blogs/" title="Zedomax Network of blogs (April 30, 2007)">Zedomax Network of blogs</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/12/26/new-years-2009-countdown-widgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coupon Search Engine Launched!</title>
		<link>http://zedomax.com/blog/2008/12/23/coupon-search-engine-launched/</link>
		<comments>http://zedomax.com/blog/2008/12/23/coupon-search-engine-launched/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 05:22:28 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Consumer]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[christmas]]></category>
		<category><![CDATA[coupon search engine]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[happy holidays]]></category>
		<category><![CDATA[holy crap]]></category>
		<category><![CDATA[indexes]]></category>
		<category><![CDATA[merry-christmas]]></category>
		<category><![CDATA[money every time]]></category>
		<category><![CDATA[writing a book]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=11570</guid>
		<description><![CDATA[
Holy crap, it&#8217;s almost Christmas and I am still working!  Well, I promise I will stop working tomorrow but before we celebrate one of my favorite holidays, let me introduce you to KouponBox.com, a fully-equipped custom coupon search engine, probably the world&#8217;s very first search engine that can save you a lot of money every [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-11571 aligncenter" title="kouponbox" src="http://zedomax.com/blog/wp-content/uploads/2008/12/kouponbox.gif" alt="" width="500" height="364" /></p>
<p>Holy crap, it&#8217;s almost Christmas and I am still working!  Well, I promise I will stop working tomorrow but before we celebrate one of my favorite holidays, let me introduce you to <a target="_blank" href="http://kouponbox.com" >KouponBox.com, a fully-equipped custom coupon search engine</a>, probably the world&#8217;s very first search engine that can save you a lot of money every time you search.  (Btw, <a target="_blank" href="http://zedomax.biz/blog/make-money-online/what-is-search/" >I am also in the process of writing a book called, &#8220;Search&#8221;</a>, isn&#8217;t that ironic?)</p>
<p>Slightly different from Google, <strong>we only &#8220;crawl&#8221; coupon-related sites so you only get coupon-focused results</strong>.</p>
<p>Anyways, please bookmark it for future reference as you never know when it could be of use.  (Well, practically anytime you buy something online, you could try using KouponBox as it&#8217;s super-fast and indexes a LOT of sites.)</p>
<p><a target="_blank" href="http://kouponbox.com" >Try it here, the new Coupon Search Engine</a>, coded personally by me, Max. <img src='http://zedomax.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Merry Christmas and Happy Holidays!</p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/12/23/coupon-search-engine-launched/" >Coupon Search Engine Launched!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/tag/christmas/" title="christmas" rel="tag">christmas</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/tag/coupon-search-engine/" title="coupon search engine" rel="tag">coupon search engine</a>, <a href="http://zedomax.com/blog/category/technology/educational/" title="Educational" rel="tag">Educational</a>, <a href="http://zedomax.com/blog/category/featured/" title="Featured" rel="tag">Featured</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/category/gadgets/" title="Gadgets" rel="tag">Gadgets</a>, <a href="http://zedomax.com/blog/tag/google/" title="Google" rel="tag">Google</a>, <a href="http://zedomax.com/blog/tag/happy-holidays/" title="happy holidays" rel="tag">happy holidays</a>, <a href="http://zedomax.com/blog/tag/holy-crap/" title="holy crap" rel="tag">holy crap</a>, <a href="http://zedomax.com/blog/tag/indexes/" title="indexes" rel="tag">indexes</a>, <a href="http://zedomax.com/blog/tag/merry-christmas/" title="merry-christmas" rel="tag">merry-christmas</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/tag/money-every-time/" title="money every time" rel="tag">money every time</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/tag/writing-a-book/" title="writing a book" rel="tag">writing a book</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2007/12/17/zedomax-christmas-wreath-now-on-lifehacker/" title="Zedomax Christmas Wreath now on&#8230; Lifehacker! (December 17, 2007)">Zedomax Christmas Wreath now on&#8230; Lifehacker!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/23/workin-on-a-new-site/" title="Workin&#8217; on a new site&#8230; (December 23, 2007)">Workin&#8217; on a new site&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/01/our-new-site-sitehoppin-and-knolprojectnet/" title="Our new site SiteHoppin&#8217; and KnolProject.Net (January 1, 2008)">Our new site SiteHoppin&#8217; and KnolProject.Net</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/26/is-your-blog-hosted-on-a-shared-server-you-are-not-serious-then/" title="Is your blog hosted on a shared server?  You are not serious then. (January 26, 2008)">Is your blog hosted on a shared server?  You are not serious then.</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/06/how-christmas-lights-work/" title="How Christmas Lights Work (December 6, 2006)">How Christmas Lights Work</a> </li>
	<li><a href="http://zedomax.com/blog/2009/08/16/css-hack-how-to-display-css-dropdown-menus-over-iframes/" title="CSS Hack &#8211; How to Display CSS Dropdown Menus Over iFrames! (August 16, 2009)">CSS Hack &#8211; How to Display CSS Dropdown Menus Over iFrames!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/26/zeke-the-balancing-snowbot/" title="Zeke the balancing Snowbot (December 26, 2006)">Zeke the balancing Snowbot</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/03/zedomaxnet-web20-crunch/" title="Zedomax.Net Web2.0 Crunch&#8230; (June 3, 2008)">Zedomax.Net Web2.0 Crunch&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/17/zedomaxcom-google-friendconnect/" title="Zedomax.com Google FriendConnect! (December 17, 2008)">Zedomax.com Google FriendConnect!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/06/zedomax-traffic-overview-2008/" title="Zedomax Traffic Overview 2008 (January 6, 2008)">Zedomax Traffic Overview 2008</a> </li>
	<li><a href="http://zedomax.com/blog/2008/10/21/zedomax-server-update/" title="Zedomax Server Update (October 21, 2008)">Zedomax Server Update</a> </li>
	<li><a href="http://zedomax.com/blog/2007/02/22/zedomax-reaches-over-500000-unique-visitors-thanks-to-youall/" title="Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all (February 22, 2007)">Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/08/zedomax-new-wordpress-blog-search-engine-theme/" title="Zedomax New Wordpress Blog Search Engine Theme! (November 8, 2008)">Zedomax New Wordpress Blog Search Engine Theme!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/13/zedomax-diy123-how-to-make-a-christmas-led-wreath/" title="Zedomax DIY123 &#8211; HOW TO make a Christmas LED wreath! (December 13, 2006)">Zedomax DIY123 &#8211; HOW TO make a Christmas LED wreath!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/08/zedomax-diy122-how-to-make-a-led-christmas-tree/" title="Zedomax DIY122 &#8211; HOW to Make a LED Christmas Tree! (December 8, 2006)">Zedomax DIY122 &#8211; HOW to Make a LED Christmas Tree!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/27/zedomax-celebrates-thanksgiving/" title="Zedomax Celebrates Thanksgiving! (November 27, 2008)">Zedomax Celebrates Thanksgiving!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/03/youtube-hack-how-to-control-youtube-video-speed/" title="YouTube Hack &#8211; How to Control YouTube Video Speed! (November 3, 2008)">YouTube Hack &#8211; How to Control YouTube Video Speed!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/10/13/youtube-co-founders-announce-the-deal-to-their-community/" title="YouTube co-founders announce the deal to their community (October 13, 2006)">YouTube co-founders announce the deal to their community</a> </li>
	<li><a href="http://zedomax.com/blog/2006/09/20/yahoo-video-coming/" title="Yahoo Video coming! (September 20, 2006)">Yahoo Video coming!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/09/30/yahoo-and-google-stock-2-year-chart-comparison/" title="Yahoo and Google Stock 2 year chart comparison (September 30, 2006)">Yahoo and Google Stock 2 year chart comparison</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/12/23/coupon-search-engine-launched/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>E-store DIY &#8211; How to Make an AJAX 1-Click Shopping Cart using Shopify E-Commerce!</title>
		<link>http://zedomax.com/blog/2008/12/23/e-store-diy-how-to-make-an-ajax-1-click-shopping-cart-using-shopify-e-commerce/</link>
		<comments>http://zedomax.com/blog/2008/12/23/e-store-diy-how-to-make-an-ajax-1-click-shopping-cart-using-shopify-e-commerce/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 19:27:03 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Business Ideas]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Featured DIYs]]></category>
		<category><![CDATA[Featured Hacks]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[capabilities]]></category>
		<category><![CDATA[checkout system]]></category>
		<category><![CDATA[default theme]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[different companies]]></category>
		<category><![CDATA[e store]]></category>
		<category><![CDATA[hosting company]]></category>
		<category><![CDATA[optional product]]></category>
		<category><![CDATA[oscommerce]]></category>
		<category><![CDATA[screen feature]]></category>
		<category><![CDATA[shopify]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[shopping carts]]></category>
		<category><![CDATA[smart application]]></category>
		<category><![CDATA[t shirt]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=11562</guid>
		<description><![CDATA[Okay, today I will show you how to make an AJAX a-Click shopping cart using Shopify.com, an e-commerce hosting company I have used over and over for last couple years.
First, let me tell you I have done my research on various different shopping carts as I have made shopping carts for different companies.
So far, the [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, today I will show you how to make an AJAX a-Click shopping cart using <a target="_blank" href="http://www.shopify.com/?ref=zedomax" >Shopify.com</a>, an e-commerce hosting company I have used over and over for last couple years.</p>
<p>First, let me tell you I have done my research on various different shopping carts as I have made shopping carts for different companies.</p>
<p>So far, the <a target="_blank" href="http://www.shopify.com/?ref=zedomax" >best and simplest shopping cart/hosting is Shopify</a>.  I&#8217;ve tried X-cart and OScommerce but they need WAY too much customization.</p>
<p>Shopify has a default theme called, &#8220;Showroom&#8221;, which already has the capabilities of <a target="_blank" href="http://en.wikipedia.org/wiki/Lightbox_(JavaScript)" >Lightbox</a> (Lightbox is in-screen view of your product or image using <a target="_blank" href="http://en.wikipedia.org/wiki/AJAX" >AJAX</a>) and 1-click checkout system.</p>
<p>Now the greatest part about this default theme Shopify provides is that users can head directly to checkout without leaving the homepage.  This results in allowing visitors to browse the e-store 5-10 times faster while minimizing clicks, which is what you want when building a successful e-store.</p>
<p>Without delay, let me show you what I mean.</p>
<p>I have made a <a target="_blank" href="http://zedomax.myshopify.com/" >demo site on Shopify over here</a>, try clicking on the T-shirt and you will see the Lightbox in-screen feature like this:</p>
<p style="text-align: center;"><img class="size-full wp-image-11565 aligncenter" title="shopify1" src="http://zedomax.com/blog/wp-content/uploads/2008/12/shopify1.jpg" alt="" width="500" height="300" /></p>
<p>Now, try clicking on &#8220;Add to cart&#8221; and you will see that your shopping cart will &#8220;magically&#8221; appear at the bottom of the e-store like this:</p>
<p style="text-align: center;"><img class="size-medium wp-image-11564 aligncenter" title="shopify2" src="http://zedomax.com/blog/wp-content/uploads/2008/12/shopify2.jpg" alt="" width="690" height="450" /></p>
<p>Of course, this isn&#8217;t really magic but smart application of AJAX.</p>
<p>The most important thing to note here is that this isn&#8217;t just for looks, it allows your visitors to browse your entire e-store faster, without leaving your homepage.</p>
<p>I&#8217;ve also looked into SEO factors/usability regarding this AJAX method, and it&#8217;s fine as there&#8217;s also optional product page links for those of people with older browsers (IE5 and less) or javascripts disabled.</p>
<p>The first time I saw this <a target="_blank" href="http://www.panic.com/goods/" >type of shopping cart was here</a>.</p>
<p>Of course, Shopify theme doesn&#8217;t get &#8220;drag and drop&#8221; but still, it&#8217;s Web 2.0 at it&#8217;s best.</p>
<p>Now, let me show you how to make an AJAX 1-click shopping cart on any custom theme you make:</p>
<p>1) First, you will need to design your own custom theme using <a target="_blank" href="http://wiki.shopify.com/UsingLiquid" >Liquid</a>, which is basically <a target="_blank" href="http://en.wikipedia.org/wiki/Ruby_on_Rails" >Ruby-on-Rails</a>.  (Or best way is to modify the default Shopify theme to your custom theme.)</p>
<p>2) After you are finished making your own custom theme, you simply need to port over some code from Shopify&#8217;s Showroom theme.</p>
<p>Here&#8217;s how to port over that code:</p>
<p>1) First, you need to copy over all the scripts, lightbox code, and shopping cart code from the file <strong>theme.liquid </strong>of Showroom theme to your showroom theme.</p>
<p>The script code is necessary for all the AJAX to work.</p>
<p>The lightbox code is necessary for in-screen product views.</p>
<p>The shopping cart code is necessary for in-screen shopping-cart at the bottom of your e-store.</p>
<p>(All this code is in theme.liquid file of Shopify&#8217;s Showroom theme.)</p>
<p>Here&#8217;s the code you will need to copy over:</p>
<p>Script code: (Place this within your &lt;head&gt; HTML tags)</p>
<p>{{ &#8216;textile.css&#8217;  | global_asset_url | stylesheet_tag }}<br />
{{ &#8216;prototype.js&#8217; | global_asset_url | script_tag }}<br />
{{ &#8216;effects.js&#8217;   | global_asset_url | script_tag }}<br />
{{ &#8216;api.js&#8217;       | shopify_asset_url | script_tag }}<br />
{{ &#8217;shop.js&#8217;      | asset_url | script_tag }}</p>
<p>Lightbox code: (Place this right after your &lt;body&gt; HTML tags)</p>
<p>&lt;!&#8211; begin LIGHTBOX<br />
The lightbox is for the product details. It is shown for all browsers except for IE6 (due to the select z-index bug) and those who<br />
have javascript disabled. &#8211;&gt;<br />
&lt;div id=&#8221;product-lightbox&#8221; style=&#8221;display:none&#8221;&gt;</p>
<p>&lt;div id=&#8221;product-lightbox-close&#8221;&gt;<br />
&lt;a href=&#8221;#&#8221; onclick=&#8221;Showroom.closeLightbox(); return false;&#8221;&gt;&lt;img src=&#8221;{{ &#8216;close.gif&#8217; | asset_url }}&#8221; alt=&#8221;close this!&#8221; /&gt;&lt;/a&gt;<br />
&lt;/div&gt;</p>
<p>&lt;div id=&#8221;product-lightbox-images&#8221;&gt;<br />
&lt;div id=&#8221;product-lightbox-image&#8221;&gt;&lt;/div&gt;<br />
&lt;div id=&#8221;product-lightbox-image-previews&#8221;&gt;&lt;/div&gt;<br />
&lt;/div&gt;</p>
<p>&lt;div id=&#8221;product-lightbox-desc&#8221;&gt;<br />
&lt;h2 id=&#8221;product-lightbox-title&#8221;&gt;&lt;/h2&gt;</p>
<p>&lt;div id=&#8221;product-lightbox-body&#8221; class=&#8221;textile&#8221;&gt;&lt;/div&gt;<br />
&lt;/div&gt;</p>
<p>&lt;div id=&#8221;product-lightbox-form-area&#8221;&gt;<br />
&lt;form id=&#8221;product-lightbox-form&#8221; action=&#8221;/cart/add&#8221; method=&#8221;post&#8221;&gt;</p>
<p>&lt;select name=&#8221;quantity&#8221;&gt;<br />
&lt;option&gt;1&lt;/option&gt;<br />
&lt;option&gt;2&lt;/option&gt;<br />
&lt;option&gt;3&lt;/option&gt;<br />
&lt;option&gt;4&lt;/option&gt;<br />
&lt;option&gt;5&lt;/option&gt;<br />
&lt;option&gt;6&lt;/option&gt;<br />
&lt;option&gt;7&lt;/option&gt;<br />
&lt;option&gt;8&lt;/option&gt;<br />
&lt;option&gt;9&lt;/option&gt;<br />
&lt;option&gt;10&lt;/option&gt;<br />
&lt;/select&gt;</p>
<p>&lt;select id=&#8221;variant-id&#8221; name=&#8221;id&#8221; onchange=&#8221;Showroom.onVariantChange(this);&#8221;&gt;<br />
&lt;option&gt;&lt;/option&gt;<br />
&lt;/select&gt;</p>
<p>&lt;input id=&#8221;lightbox-submit&#8221; type=&#8221;submit&#8221; name=&#8221;add&#8221; value=&#8221;Add to cart&#8221; onclick=&#8221;Shopify.addItemFromForm(&#8217;product-lightbox-form&#8217;); return false&#8221;/&gt;<br />
&lt;p id=&#8221;product-lightbox-price&#8221;&gt;&lt;/p&gt;</p>
<p>&lt;/form&gt;<br />
&lt;/div&gt;</p>
<p>&lt;/div&gt;<br />
&lt;div id=&#8221;lightbox-overlay&#8221; style=&#8221;display:none&#8221; onclick=&#8221;Showroom.closeLightbox()&#8221;&gt;&lt;/div&gt;<br />
&lt;!&#8211; end LIGHTBOX &#8211;&gt;</p>
<p>Shopping cart code: (Place this right before &lt;/body&gt; HTML tag)</p>
<p>&lt;!&#8211; Don&#8217;t show the bottom cart on the actual cart.liquid page&#8230; &#8211;&gt;<br />
{% if template != &#8216;cart&#8217; %}</p>
<p>&lt;!&#8211; begin div.in-cart<br />
The cart is positioned fixed (absolute for IE6) to the bottom and shows the live content of the customer&#8217;s cart &#8211;&gt;<br />
&lt;div id=&#8221;cart&#8221;{% if cart.item_count == 0 %} style=&#8221;display:none&#8221;{% endif %}&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221; charset=&#8221;utf-8&#8243;&gt;<br />
// add cart class for IE for giving enough margin to show the cart<br />
if($(&#8217;cart&#8217;).style.display != &#8216;none&#8217;) { $(&#8217;page&#8217;).addClassName(&#8217;show-cart&#8217;); }<br />
&lt;/script&gt;</p>
<p>&lt;table width=&#8221;100%&#8221; cellspacing=&#8221;0&#8243; cellpadding=&#8221;0&#8243; border=&#8221;0&#8243;&gt;<br />
&lt;tr&gt;<br />
&lt;td id=&#8221;cart-shade&#8221;&gt;<br />
&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;<br />
&lt;div id=&#8221;cart-content&#8221;&gt;</p>
<p>&lt;div id=&#8221;cart-checkout&#8221;&gt;<br />
&lt;form action=&#8221;/checkout&#8221; method=&#8221;post&#8221;&gt;<br />
&lt;input type=&#8221;submit&#8221; name=&#8221;" value=&#8221;Checkout&#8221; /&gt;<br />
&lt;/form&gt;</p>
<p>or &lt;a href=&#8221;/cart&#8221;&gt;edit cart&lt;/a&gt;<br />
&lt;/div&gt;</p>
<p>&lt;div id=&#8221;cart-count&#8221;&gt;<br />
&lt;h3&gt;shopping cart&lt;/h3&gt;<br />
&lt;a href=&#8221;#&#8221; onclick=&#8221;Showroom.hideCart();return false&#8221;&gt;hide cart&lt;/a&gt;&lt;br /&gt;<br />
&lt;a href=&#8221;/cart&#8221;&gt;&lt;span id=&#8221;cart-quantity&#8221;&gt;{{ cart.item_count }}&lt;/span&gt; {{cart.item_count | pluralize: &#8216;item&#8217;, &#8216;items&#8217;}}&lt;/a&gt;&lt;br /&gt;<br />
&lt;span id=&#8221;cart-total&#8221;&gt;{{ cart.total_price | money }}&lt;/span&gt;<br />
&lt;/div&gt;</p>
<p>&lt;div id=&#8221;cart-items&#8221;&gt;<br />
{% for item in cart.items %}</p>
<p>&lt;div class=&#8221;cart-item&#8221; id=&#8221;item-{{ item.variant_id }}&#8221;&gt;<br />
&lt;div class=&#8221;cart-item-image&#8221;&gt;&lt;a href=&#8221;{{ item.product.url }}&#8221; onclick=&#8221;return Showroom.showProduct(&#8217;{{ item.product.handle }}&#8217;);&#8221;&gt;&lt;img src=&#8221;{{ item.product.featured_image | product_img_url: &#8216;thumb&#8217; }}&#8221; alt=&#8221;{{ item.title | escape }}&#8221; /&gt;&lt;/a&gt;&lt;/div&gt;<br />
{{ item.quantity }}x&lt;br /&gt;&lt;small&gt;&lt;a href=&#8221;{{ item.product.url }}&#8221; onclick=&#8221;return Showroom.showProduct(&#8217;{{ item.product.handle }}&#8217;);&#8221;&gt;{{ item.title | truncate: 18 }}&lt;/a&gt;&lt;br /&gt;<br />
&lt;span class=&#8221;dark-link&#8221;&gt;&lt;a href=&#8221;/cart/change/{{ item.variant.id}}?quantity=0&amp;amp;return_to=back&#8221; onclick=&#8221;Shopify.removeItem(&#8217;{{ item.variant_id }}&#8217;);return false&#8221;&gt;remove&lt;/a&gt;&lt;/span&gt;&lt;/small&gt;<br />
&lt;/div&gt;<br />
{% endfor %}<br />
&lt;/div&gt;</p>
<p>&lt;/div&gt;<br />
&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;/div&gt;<br />
&lt;!&#8211; /end div.in-cart &#8211;&gt;<br />
{% endif %}</p>
<p>Now, once you have the code in place, you will also have to make one more change in your <strong>theme.liquid</strong> file:</p>
<p><span style="color: #ff0000;">IMPORTANT: Make sure your &lt;body&gt; tag has an id called &#8220;page, like this:</span></p>
<p>&lt;body id=&#8221;page&#8221;&gt;</p>
<p>Well, we are not done yet, we also need to copy over some CSS from the Shopify Showroom theme.</p>
<p>Go to your shop.css (or whatever CSS file you are using) and copy over the following css for lightbox and shopping cart:  (Note, you can also see this code at the middle to bottom of <strong>shop.css</strong> of Shopify&#8217;s Showroom theme)<br />
/* BOTTOM CART */</p>
<p>#cart {<br />
position: fixed;<br />
bottom: 0;<br />
left: 0;<br />
right: 0;<br />
z-index: 4000;<br />
color: #fff;<br />
margin-bottom: -2px;<br />
}</p>
<p>body.loading #cart-count {<br />
height: 100px;<br />
background: url(&#8217;updating.gif&#8217;) bottom left no-repeat;<br />
}</p>
<p>#cart-hide {<br />
font-size: 8pt;<br />
color: #fff;<br />
margin-bottom: 8px;<br />
}</p>
<p>#cart-total {<br />
color: #fff;<br />
}</p>
<p>#cart-shade {<br />
background: transparent url(&#8217;cart-shade.png&#8217;) top left repeat-x;<br />
height: 15px;<br />
}</p>
<p>#cart h3 {<br />
margin: 3px 0 5px 0;<br />
color: #000;<br />
font-size: 14pt;<br />
}</p>
<p>#cart a {<br />
color: #ebffb4;<br />
}</p>
<p>#cart-content {<br />
background: #99aec2 url(&#8217;cart-bg.gif&#8217;) top left repeat-x;<br />
height: 124px;<br />
border-top: 1px solid #788898;<br />
padding: 10px 20px 0px 20px;<br />
}</p>
<p>#cart-count {<br />
float: left;<br />
margin-right: 30px;<br />
font-size: 10pt;<br />
}</p>
<p>#cart-items {<br />
margin-right: 5px;<br />
height: 120px;<br />
overflow: auto;<br />
}</p>
<p>.cart-item {<br />
float: left;<br />
text-align: center;<br />
margin: 0 8px 25px 8px;<br />
height: 90px;<br />
width: 115px;<br />
font-size: 10pt;<br />
color: #fff;<br />
}</p>
<p>.cart-item-image {<br />
width: 50px;<br />
height: 50px;<br />
padding: 5px;<br />
background: #fff;<br />
border: 1px solid #788898;<br />
text-align: center;<br />
margin: 0 auto;<br />
}</p>
<p>#cart-checkout {<br />
float: right;<br />
background: url(&#8217;checkout.gif&#8217;) center right no-repeat;<br />
width: 120px;<br />
height: 36px;<br />
font-size: 12px;<br />
color: #fff;<br />
}</p>
<p>#cart-checkout input {<br />
margin-top: 8px;<br />
padding-bottom: 0px;<br />
font-size: 12px;<br />
}</p>
<p>/* LIGHTBOX OVERLAY */</p>
<p>#lightbox-overlay {<br />
position:absolute;<br />
top:0;<br />
left:0;<br />
width:100%;<br />
height:100%;<br />
z-index:5000;<br />
background: #000;<br />
-moz-opacity: 0.75;<br />
opacity:.75;<br />
filter: alpha(opacity=75);<br />
}</p>
<p>body.loading #lightbox-overlay {<br />
background: #000 url(&#8217;loading.gif&#8217;) center center no-repeat;<br />
}</p>
<p>#lightbox-overlay[id] {<br />
position: fixed;<br />
}</p>
<p>#product-lightbox {<br />
position: fixed;<br />
text-align: left;<br />
background: #fff;<br />
border: 1px solid #d9d9cf;<br />
top: 50%;<br />
left: 50%;<br />
z-index:6000;<br />
padding: 15px 10px;<br />
width: 800px;<br />
height: 580px;<br />
margin: -305px -410px;<br />
}</p>
<p>#product-lightbox-close {<br />
position: relative;<br />
height: 28px;<br />
width: 30px;<br />
left: 781px;<br />
bottom: 15px;<br />
margin-bottom: -10px;<br />
}</p>
<p>#product-lightbox-desc {<br />
width: 300px;<br />
z-index: 9999;<br />
height: 440px;<br />
overflow: auto;<br />
}</p>
<p>#product-lightbox h2 {<br />
margin: 0 0 20px 0;<br />
font-weight: normal;<br />
font-size: 150%;<br />
color: #111;<br />
clear: right;<br />
}</p>
<p>#product-lightbox-images {<br />
float: left;<br />
}</p>
<p>#product-lightbox-image-previews {<br />
width: 500px;<br />
height: 60px;<br />
overflow: hidden;<br />
}</p>
<p>#product-lightbox-image {<br />
text-align: center;<br />
width: 480px;<br />
height: 480px;<br />
border-bottom: 1px solid #d9d9cf;<br />
margin: 0 10px 10px 0;<br />
}</p>
<p>#product-lightbox-image-previews div {<br />
text-align: center;<br />
width: 50px;<br />
height: 50px;<br />
float: left;<br />
border: 1px solid #ccc;<br />
padding: 3px;<br />
margin: 0 7px 5px 0;<br />
z-index: 9999;<br />
}</p>
<p>#product-lightbox-form-area {<br />
position: relative;<br />
top: 40px;<br />
float: right;<br />
width: 285px;<br />
z-index: 9999;<br />
border: 1px solid #dcebf6;<br />
background: #eff6fb;<br />
padding: 5px;<br />
}</p>
<p>#lightbox-submit {<br />
display: block;<br />
float: right;<br />
margin-top: 10px;<br />
}</p>
<p>Last but not least, you will need to add the following code for any &#8220;Add to Cart&#8221; buttons you might use in <strong>index.liquid</strong> or <strong>product.liquid</strong>:</p>
<p>&lt;input type=&#8221;submit&#8221; name=&#8221;add&#8221; value=&#8221;Add to cart&#8221; class=&#8221;fr&#8221; onclick=&#8221;Shopify.addItemFromForm(&#8217;product-{{product.id}}&#8217;);return false&#8221;/&gt;</p>
<p>You can also specify th product-{{product.id}} by exact product name like this:</p>
<p>&lt;input type=&#8221;submit&#8221; name=&#8221;add&#8221; value=&#8221;Add to cart&#8221; class=&#8221;fr&#8221; onclick=&#8221;Shopify.addItemFromForm(&#8217;my-product&#8217;);return false&#8221;/&gt;</p>
<p>This will enable the in-screen product preview when people click on your Add to Cart button or you can also use it for &lt;a href&gt; tags like this:</p>
<p>&lt;a href=&#8221;http://example.com/myproduct&#8221; onclick=&#8221;Shopify.addItemFromForm(&#8217;product-{{product.id}}&#8217;);return false&#8221;/&gt;<br />
Now, that&#8217;s about it.  Sometimes you might have some crash with the shopping cart on IE6 if you have dropdown javascript menus.</p>
<p>For that occasion, you can disable the AJAX feature by adding before any code you added:</p>
<p><span class="Apple-style-span" style="border-collapse: separate; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: 2; word-spacing: 0px; font-family: -webkit-monospace; color: #000000;">&lt;![if !IE 6]&gt;</span></p>
<p>and</p>
<p><span class="Apple-style-span" style="border-collapse: separate; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: 2; word-spacing: 0px; font-family: -webkit-monospace; color: #000000;">&lt;![endif]&gt;</span></p>
<p>at the end of any code you added.</p>
<p>I&#8217;ve just implemented this over at my client&#8217;s <a target="_blank" href="http://shop.keetsa.com" >Keetsa E-store</a> over here in just 2.5 hours yesterday and wanted to share it with anyone who&#8217;s using Shopify.</p>
<p>Plus, there was no how-to guide on how to port Shopify&#8217;s Showroom theme but here it is. <img src='http://zedomax.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2>This is simply the greatest way to implement a new e-store that will allow your visitors to shop in real &#8220;Web 2.0&#8243; method while increasing your sales conversion rates.</h2>
<p><a target="_blank" href="https://app.shopify.com/services/signup/?ref=zedomax" >You can sign up for shopify here if you are interested in making your e-store more Web 2.0 and moving at the speed of technology.</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/12/23/e-store-diy-how-to-make-an-ajax-1-click-shopping-cart-using-shopify-e-commerce/" >E-store DIY &#8211; How to Make an AJAX 1-Click Shopping Cart using Shopify E-Commerce!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/tag/ajax/" title="ajax" rel="tag">ajax</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/category/misc/business/" title="Business" rel="tag">Business</a>, <a href="http://zedomax.com/blog/category/misc/business/business-ideas/" title="Business Ideas" rel="tag">Business Ideas</a>, <a href="http://zedomax.com/blog/tag/capabilities/" title="capabilities" rel="tag">capabilities</a>, <a href="http://zedomax.com/blog/tag/checkout-system/" title="checkout system" rel="tag">checkout system</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/tag/default-theme/" title="default theme" rel="tag">default theme</a>, <a href="http://zedomax.com/blog/tag/demo/" title="demo" rel="tag">demo</a>, <a href="http://zedomax.com/blog/category/design/" title="Design" rel="tag">Design</a>, <a href="http://zedomax.com/blog/tag/different-companies/" title="different companies" rel="tag">different companies</a>, <a href="http://zedomax.com/blog/category/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/tag/e-store/" title="e store" rel="tag">e store</a>, <a href="http://zedomax.com/blog/category/technology/educational/" title="Educational" rel="tag">Educational</a>, <a href="http://zedomax.com/blog/category/featured/" title="Featured" rel="tag">Featured</a>, <a href="http://zedomax.com/blog/category/featured/featured-diys/" title="Featured DIYs" rel="tag">Featured DIYs</a>, <a href="http://zedomax.com/blog/category/featured/featured-hacks/" title="Featured Hacks" rel="tag">Featured Hacks</a>, <a href="http://zedomax.com/blog/category/diy/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/tag/hosting-company/" title="hosting company" rel="tag">hosting company</a>, <a href="http://zedomax.com/blog/category/diy/howto/" title="HOWTO" rel="tag">HOWTO</a>, <a href="http://zedomax.com/blog/category/misc/business/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/tag/optional-product/" title="optional product" rel="tag">optional product</a>, <a href="http://zedomax.com/blog/tag/oscommerce/" title="oscommerce" rel="tag">oscommerce</a>, <a href="http://zedomax.com/blog/category/diy/projects/" title="Projects" rel="tag">Projects</a>, <a href="http://zedomax.com/blog/tag/screen-feature/" title="screen feature" rel="tag">screen feature</a>, <a href="http://zedomax.com/blog/tag/shopify/" title="shopify" rel="tag">shopify</a>, <a href="http://zedomax.com/blog/tag/shopping-cart/" title="shopping cart" rel="tag">shopping cart</a>, <a href="http://zedomax.com/blog/tag/shopping-carts/" title="shopping carts" rel="tag">shopping carts</a>, <a href="http://zedomax.com/blog/tag/smart-application/" title="smart application" rel="tag">smart application</a>, <a href="http://zedomax.com/blog/tag/t-shirt/" title="t shirt" rel="tag">t shirt</a>, <a href="http://zedomax.com/blog/category/technology/" title="technology" rel="tag">technology</a>, <a href="http://zedomax.com/blog/tag/usability/" title="usability" rel="tag">usability</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/wordpress/" title="Wordpress" rel="tag">Wordpress</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2008/04/24/web20-expo-2008-adobe-flex-will-it-be-the-next-web30/" title="Web2.0 Expo 2008 &#8211; Adobe Flex, will it be the next Web3.0? (April 24, 2008)">Web2.0 Expo 2008 &#8211; Adobe Flex, will it be the next Web3.0?</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/03/zedomaxnet-web20-crunch/" title="Zedomax.Net Web2.0 Crunch&#8230; (June 3, 2008)">Zedomax.Net Web2.0 Crunch&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/07/x10-control-via-iphone/" title="X10 Control via iPhone! (April 7, 2009)">X10 Control via iPhone!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/10/14/wordpress-hack-how-to-run-a-wordpress-blog-on-lighttpd/" title="Wordpress Hack &#8211; How to Run a Wordpress Blog on Lighttpd! (October 14, 2009)">Wordpress Hack &#8211; How to Run a Wordpress Blog on Lighttpd!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/04/wii-hack-how-to-make-wii-remote-work-in-ubuntu/" title="Wii Hack &#8211; How to Make Wii Remote work in Ubuntu! (February 4, 2009)">Wii Hack &#8211; How to Make Wii Remote work in Ubuntu!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/11/wii-hack-how-to-connect-wiimote-via-bluetooth/" title="Wii Hack &#8211; How to Connect Wiimote via Bluetooth! (December 11, 2008)">Wii Hack &#8211; How to Connect Wiimote via Bluetooth!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/04/24/web20-expo-2008-springnote-wiki-based-online-notes/" title="Web2.0 Expo 2008 &#8211; SpringNote &#8211; Wiki-based Online Notes (April 24, 2008)">Web2.0 Expo 2008 &#8211; SpringNote &#8211; Wiki-based Online Notes</a> </li>
	<li><a href="http://zedomax.com/blog/2008/04/24/web20-expo-2008-spinscapecom-launched-new-digital-collaboration-tool/" title="Web2.0 Expo 2008 &#8211; SpinScape.com Launched &#8211; new &#8220;Digital Collaboration&#8221; Tool! (April 24, 2008)">Web2.0 Expo 2008 &#8211; SpinScape.com Launched &#8211; new &#8220;Digital Collaboration&#8221; Tool!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/03/25/web-designer-diy-how-to-design-drop-down-menus/" title="Web Designer DIY &#8211; How to Design Drop-Down Menus! (March 25, 2009)">Web Designer DIY &#8211; How to Design Drop-Down Menus!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/05/12/web-design-hack-how-to-make-an-awesome-css-web-calendar-with-iphone-like-graphics/" title="Web Design Hack &#8211; How To Make An Awesome CSS Web Calendar with iPhone-like Graphics! (May 12, 2009)">Web Design Hack &#8211; How To Make An Awesome CSS Web Calendar with iPhone-like Graphics!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/14/beard-trimmer/" title="Vidal Sassoon Beard Trimmer (April 14, 2009)">Vidal Sassoon Beard Trimmer</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/10/twitter-hack-how-to-make-a-twitter-power-meter/" title="Twitter Hack &#8211; How to Make a Twitter Power Meter! (April 10, 2009)">Twitter Hack &#8211; How to Make a Twitter Power Meter!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/07/31/treadwall-is-a-wall-climbing-treadmill/" title="Treadwall is a Wall-Climbing Treadmill! (July 31, 2008)">Treadwall is a Wall-Climbing Treadmill!</a> </li>
	<li><a href="http://zedomax.com/blog/theme/" title="Theme (November 8, 2008)">Theme</a> </li>
	<li><a href="http://zedomax.com/blog/2009/08/14/the-personal-soundtrack-t-shirt/" title="The personal soundtrack T shirt (August 14, 2009)">The personal soundtrack T shirt</a> </li>
	<li><a href="http://zedomax.com/blog/2009/08/21/the-naked-gadget-t-shirt/" title="The Naked Gadget T Shirt (August 21, 2009)">The Naked Gadget T Shirt</a> </li>
	<li><a href="http://zedomax.com/blog/2009/06/02/the-ipod-t-shirt/" title="The iPod T Shirt (June 2, 2009)">The iPod T Shirt</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/06/the-iphone-gets-its-own-photo-sharing-site/" title="The iPhone Gets Its Own Photo Sharing Site (May 6, 2008)">The iPhone Gets Its Own Photo Sharing Site</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/22/the-espn-remote/" title="The ESPN Remote! (May 22, 2008)">The ESPN Remote!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/01/08/the-drum-kit-t-shirt/" title="The drum kit T shirt (January 8, 2009)">The drum kit T shirt</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/12/23/e-store-diy-how-to-make-an-ajax-1-click-shopping-cart-using-shopify-e-commerce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zedomax.com Google FriendConnect!</title>
		<link>http://zedomax.com/blog/2008/12/17/zedomaxcom-google-friendconnect/</link>
		<comments>http://zedomax.com/blog/2008/12/17/zedomaxcom-google-friendconnect/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 00:44:01 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=11449</guid>
		<description><![CDATA[
Yey, Zedomax.com has added Google Friend Connect, you can connect with me at the bottom of this blog where you will find the Google Friend Connect widget. Thanks to DedeAndro for the tip on that.
Brought to you by: Zedomax.com
Zedomax.com Google FriendConnect!

	Blog, Blog, Featured, Google, Google, Web, WebApp, widget, Wordpress

	Related posts
	
	EntreCard WINS &#8211; EntreCard beats BlogRush [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-11451 aligncenter" title="friend" src="http://zedomax.com/blog/wp-content/uploads/2008/12/friend.gif" alt="" width="219" height="335" /></p>
<p>Yey, Zedomax.com has added <a target="_blank" href="http://www.google.com/friendconnect/" >Google Friend Connect</a>, you can connect with me at the bottom of this blog where you will find the Google Friend Connect widget. Thanks to <a target="_blank" href="http://dedeandro.blogspot.com/2008/12/google-friend-connect-sign-in-gadget.html" >DedeAndro for the tip on that.</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/12/17/zedomaxcom-google-friendconnect/" >Zedomax.com Google FriendConnect!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/technology/web-technology/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/tag/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/category/featured/" title="Featured" rel="tag">Featured</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/google/" title="Google" rel="tag">Google</a>, <a href="http://zedomax.com/blog/tag/google/" title="Google" rel="tag">Google</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/tag/widget/" title="widget" rel="tag">widget</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/wordpress/" title="Wordpress" rel="tag">Wordpress</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2007/12/14/entrecard-wins-entrecard-beats-blogrush-in-alexa-reach-rankings-and-traffic/" title="EntreCard WINS &#8211; EntreCard beats BlogRush in Alexa Reach, Rankings, and Traffic! (December 14, 2007)">EntreCard WINS &#8211; EntreCard beats BlogRush in Alexa Reach, Rankings, and Traffic!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/21/diy-hack-howto-drop-more-entrecards-than-your-neighbor/" title="DIY HACK &#8211; HOWTO drop more Entrecards than your neighbor! (January 21, 2008)">DIY HACK &#8211; HOWTO drop more Entrecards than your neighbor!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/10/21/zedomax-server-update/" title="Zedomax Server Update (October 21, 2008)">Zedomax Server Update</a> </li>
	<li><a href="http://zedomax.com/blog/2007/02/22/zedomax-reaches-over-500000-unique-visitors-thanks-to-youall/" title="Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all (February 22, 2007)">Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/17/zedomax-christmas-wreath-now-on-lifehacker/" title="Zedomax Christmas Wreath now on&#8230; Lifehacker! (December 17, 2007)">Zedomax Christmas Wreath now on&#8230; Lifehacker!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/08/why-blogrush-will-die-and-sitehoppin-will-exponentially-grow/" title="Why BlogRush will die and SiteHoppin will exponentially grow! (January 8, 2008)">Why BlogRush will die and SiteHoppin will exponentially grow!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/09/why-blogrush-will-die-and-entrecard-will-exponentially-grow/" title="Why BlogRush will die and EntreCard will exponentially grow! (December 9, 2007)">Why BlogRush will die and EntreCard will exponentially grow!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/02/03/whats-stumbleupon-afraid-of/" title="What&#8217;s StumbleUpon afraid of? (February 3, 2008)">What&#8217;s StumbleUpon afraid of?</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/09/wha-wha-what-about-google-pagerank-patent/" title="Wha, wha, what about Google Pagerank Patent? (April 9, 2007)">Wha, wha, what about Google Pagerank Patent?</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/20/web20-news-interesting-videos-about-founders-of-social-networking-sites-and-community-utopia/" title="Web2.0 News &#8211; Interesting videos about founders of Social Networking sites and Community Utopia (April 20, 2007)">Web2.0 News &#8211; Interesting videos about founders of Social Networking sites and Community Utopia</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/07/web-20-news-and-howtos-for-today/" title="Web 2.0 News and HOWTOs for Today! (February 7, 2009)">Web 2.0 News and HOWTOs for Today!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/06/type-microoft-on-google/" title="Type Micro$oft on Google (March 6, 2007)">Type Micro$oft on Google</a> </li>
	<li><a href="http://zedomax.com/blog/2008/02/17/traffic-explosion-with-sitehoppin/" title="Traffic Explosion with SiteHoppin (February 17, 2008)">Traffic Explosion with SiteHoppin</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/18/touchgraph-google-and-amazon/" title="Touchgraph Google and Amazon (April 18, 2007)">Touchgraph Google and Amazon</a> </li>
	<li><a href="http://zedomax.com/blog/2007/08/27/the-top-10-reasons-why-you-need-a-blog-vs-static-website/" title="The Top 10 Reasons why you need a Blog vs. static website (August 27, 2007)">The Top 10 Reasons why you need a Blog vs. static website</a> </li>
	<li><a href="http://zedomax.com/blog/2008/02/04/the-biggest-pyramid-splog-scam-in-this-world-today-stumbleupon-spambleupon/" title="The biggest pyramid &#8220;splog&#8221; scam in this world today &#8211; StumbleUpon =Spambleupon (February 4, 2008)">The biggest pyramid &#8220;splog&#8221; scam in this world today &#8211; StumbleUpon =Spambleupon</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/17/social-networking-can-be-fun-and-useful/" title="Social Networking can be fun and useful (November 17, 2006)">Social Networking can be fun and useful</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/09/sitehoppin-works-on-nokia-e90/" title="SiteHoppin&#8217; works on Nokia E90! (January 9, 2008)">SiteHoppin&#8217; works on Nokia E90!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/01/11/search-engine-using-tags/" title="Search Engine using tags! (January 11, 2007)">Search Engine using tags!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/04/rgs-says-no-on-prop-8-so-does-zedomax/" title="RGS says No on Prop 8, so does Zedomax! (November 4, 2008)">RGS says No on Prop 8, so does Zedomax!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/12/17/zedomaxcom-google-friendconnect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SiteHoppin Offers Better Click-Through-Ratio over Entrecard and Spottt!</title>
		<link>http://zedomax.com/blog/2008/12/13/sitehoppin-offers-better-click-through-ratio-over-entrecard-and-spottt/</link>
		<comments>http://zedomax.com/blog/2008/12/13/sitehoppin-offers-better-click-through-ratio-over-entrecard-and-spottt/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 19:12:48 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Consumer]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[SiteHoppin]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[best exchange]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[detection algorithm]]></category>
		<category><![CDATA[fraud detection]]></category>
		<category><![CDATA[fz]]></category>
		<category><![CDATA[impressions]]></category>
		<category><![CDATA[internet today]]></category>
		<category><![CDATA[unique-visitors]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=11377</guid>
		<description><![CDATA[Download latest version of Flash to view video!. Click Here to View in Full Screen Mode
Here&#8217;s a little explanation of why you should use a SiteHoppin Widget over Entrecard and Spottt.  SiteHoppin offers the best exchange ratio on the market today, drop Entrecard/Spottt and start using the best widget system on the internet today.
In short, [...]]]></description>
			<content:encoded><![CDATA[<div class="video youtube"><p align="center"><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/Fz-RnXSEwaA" width="690" height="512"><param name="movie" value="http://www.youtube.com/v/Fz-RnXSEwaA" /><param name="allowScriptAccess" value="sameDomain" /><param name="menu" value="false" /><param name="quality" value="best" /><param name="bgcolor" value="#ffffff" /><param name="scale" value="doesaffect" /><param name="wmode" value="transparent" /><p><a target="_blank" href="http://download.macromedia.com/" >Download latest version of Flash to view video!</a>.</p></object></p></div><p align="center"><a target="_blank" href="http://www.youtube.com/v/Fz-RnXSEwaA" > Click Here to View in Full Screen Mode</a></p>
<p>Here&#8217;s a little explanation of why you should use a SiteHoppin Widget over Entrecard and Spottt.  SiteHoppin offers the best exchange ratio on the market today, drop Entrecard/Spottt and start using the best widget system on the internet today.</p>
<blockquote><p>In short, <a target="_blank" href="http://sitehoppin.com/SiteHoppin:Beer-Widgets" >SiteHoppin offers 1:1 exchange ratio</a>, meaning we send you 1 unique visitor per 1 unique visitor you send us using the SiteHoppin widgets.</p>
<p>In comparison, Spottt offer 2:1 exchange ratio, meaning you only get 1 visitor per 2 visitors you send them.  (Plus, Spottt doesn’t have a unique visitor system, they use “impressions” meaning their system can easily be gamed.  Our SiteHoppin system, on the other hand, uses fraud-detection algorithm to keep track of “unique” visitors.)</p>
<p>As for comparing to Entrecard, SiteHoppin widgets let you “Set It and Forget It”, just like Ronco’s chicken machine.  (You don’t have to spend hours of your valuable time dropping meaningless Entrecards.  We let you focus on blogging so you don’t need to drop.)</p>
<p><strong>Drop Entrecard/Spottt</strong> and start using <a target="_blank" href="http://sitehoppin.com/SiteHoppin:Beer-Widgets" >SiteHoppin Widgets</a>.</p></blockquote>
<p><a target="_blank" href="http://sitehoppin.com/blog/2008/12/13/sitehoppin-offers-best-traffic-exchange-rates-over-entrecard-and-spottt/" >via SiteHoppin Blog</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/12/13/sitehoppin-offers-better-click-through-ratio-over-entrecard-and-spottt/" >SiteHoppin Offers Better Click-Through-Ratio over Entrecard and Spottt!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/tag/best-exchange/" title="best exchange" rel="tag">best exchange</a>, <a href="http://zedomax.com/blog/tag/blogging/" title="blogging" rel="tag">blogging</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/tag/detection-algorithm/" title="detection algorithm" rel="tag">detection algorithm</a>, <a href="http://zedomax.com/blog/category/featured/" title="Featured" rel="tag">Featured</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/tag/fraud-detection/" title="fraud detection" rel="tag">fraud detection</a>, <a href="http://zedomax.com/blog/tag/fz/" title="fz" rel="tag">fz</a>, <a href="http://zedomax.com/blog/tag/impressions/" title="impressions" rel="tag">impressions</a>, <a href="http://zedomax.com/blog/tag/internet-today/" title="internet today" rel="tag">internet today</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/sitehoppin/" title="SiteHoppin" rel="tag">SiteHoppin</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/social-networking/" title="Social Networking" rel="tag">Social Networking</a>, <a href="http://zedomax.com/blog/tag/unique-visitors/" title="unique-visitors" rel="tag">unique-visitors</a>, <a href="http://zedomax.com/blog/category/misc/video/" title="Video" rel="tag">Video</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/tag/widget/" title="widget" rel="tag">widget</a>, <a href="http://zedomax.com/blog/tag/widgets/" title="widgets" rel="tag">widgets</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2007/02/22/zedomax-reaches-over-500000-unique-visitors-thanks-to-youall/" title="Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all (February 22, 2007)">Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all</a> </li>
	<li><a href="http://zedomax.com/blog/2008/04/26/wordpress-hack-how-to-widgetize-your-theme/" title="Wordpress HACK &#8211; How to widgetize your theme! (April 26, 2008)">Wordpress HACK &#8211; How to widgetize your theme!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/01/26/unique-visitors-guerilla-internet-marketing-101-lesson-1/" title="Unique Visitors &#8211; Guerilla Internet Marketing 101 &#8211; Lesson 1 (January 26, 2007)">Unique Visitors &#8211; Guerilla Internet Marketing 101 &#8211; Lesson 1</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/26/new-years-2009-countdown-widgets/" title="New Years 2009 Countdown Widgets! (December 26, 2008)">New Years 2009 Countdown Widgets!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/03/15/how-to-start-your-own-125x125-banner-exchange/" title="How to start your own 125&#215;125 banner exchange! (March 15, 2008)">How to start your own 125&#215;125 banner exchange!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/03/how-to-not-respond-to-a-blog-review/" title="How to &#8220;not&#8221; to respond to a blog review! (May 3, 2008)">How to &#8220;not&#8221; to respond to a blog review!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/03/12/blog-advertising-beer-widgets-for-free-traffic-to-your-site/" title="Blog Advertising &#8211; Beer Widgets for free traffic to your site! (March 12, 2008)">Blog Advertising &#8211; Beer Widgets for free traffic to your site!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/17/zedomaxcom-google-friendconnect/" title="Zedomax.com Google FriendConnect! (December 17, 2008)">Zedomax.com Google FriendConnect!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/06/zedomax-traffic-overview-2008/" title="Zedomax Traffic Overview 2008 (January 6, 2008)">Zedomax Traffic Overview 2008</a> </li>
	<li><a href="http://zedomax.com/blog/2007/05/18/zedomax-maker-faire-setup/" title="Zedomax Maker Faire Setup (May 18, 2007)">Zedomax Maker Faire Setup</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/17/zedomax-korea/" title="Zedomax Korea (March 17, 2007)">Zedomax Korea</a> </li>
	<li><a href="http://zedomax.com/blog/2007/08/15/zedomax-is-1-years-old/" title="Zedomax is 1 years OLD!!! (August 15, 2007)">Zedomax is 1 years OLD!!!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/22/zedomax-dot-com-3500-posts/" title="Zedomax dot com 3500 posts! (May 22, 2008)">Zedomax dot com 3500 posts!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/05/worlds-fastest-rail-train-tgv-5748-kph-inside-footage/" title="World&#8217;s Fastest Rail Train TGV 574,8 KPH Inside Footage (April 5, 2007)">World&#8217;s Fastest Rail Train TGV 574,8 KPH Inside Footage</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/24/world-record-john-chow-is-the-blogging-seinfeld-he-makes-money-making-fun-of-the-internet/" title="World Record &#8211; John Chow is the Blogging Seinfeld?  He makes money making fun of the internet! (January 24, 2008)">World Record &#8211; John Chow is the Blogging Seinfeld?  He makes money making fun of the internet!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/05/09/world-energy-movement-do-not-buy-gas-on-may-15th-and-lower-gas-prices/" title="World Energy Movement &#8211; Do not buy Gas on May 15th and lower gas prices!!! (May 9, 2007)">World Energy Movement &#8211; Do not buy Gas on May 15th and lower gas prices!!!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/04/25/wordpress-251-released/" title="Wordpress 2.5.1 Released! (April 25, 2008)">Wordpress 2.5.1 Released!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/04/24/web20-expo-2008-spinscapecom-launched-new-digital-collaboration-tool/" title="Web2.0 Expo 2008 &#8211; SpinScape.com Launched &#8211; new &#8220;Digital Collaboration&#8221; Tool! (April 24, 2008)">Web2.0 Expo 2008 &#8211; SpinScape.com Launched &#8211; new &#8220;Digital Collaboration&#8221; Tool!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/04/27/web20-expo-2008-how-to-build-a-web-20-interactive-resume-using-visualcv/" title="Web2.0 Expo 2008 &#8211; How to build a Web 2.0 Interactive Resume using VisualCV! (April 27, 2008)">Web2.0 Expo 2008 &#8211; How to build a Web 2.0 Interactive Resume using VisualCV!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/28/web-hacking-php-hacks/" title="Web Hacking &#8211; PHP hacks (November 28, 2006)">Web Hacking &#8211; PHP hacks</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/12/13/sitehoppin-offers-better-click-through-ratio-over-entrecard-and-spottt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Chrome is now Official!</title>
		<link>http://zedomax.com/blog/2008/12/11/google-chrome-is-now-official/</link>
		<comments>http://zedomax.com/blog/2008/12/11/google-chrome-is-now-official/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 20:50:17 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[community feedback]]></category>
		<category><![CDATA[enhancements]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[kudos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[proprietary code]]></category>
		<category><![CDATA[security bugs]]></category>
		<category><![CDATA[v8]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=11299</guid>
		<description><![CDATA[Yes, Google Chrome has been around and I have even made a blog dedicated to Chrome hacks, but Google Chrome is now going official.  I really sense that Chrome will start picking up even more users due to the fact that they did fix a lot of security bugs with enhancements from the community feedback.
Go [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, Google Chrome has been around and I have even made a <a target="_blank" href="http://chrome-hacks.net/2008/12/11/google-chrome-now-out-of-beta/" >blog dedicated to Chrome hacks</a>, but Google Chrome is now going official.  I really sense that Chrome will start picking up even more users due to the fact that they did fix a lot of security bugs with enhancements from the community feedback.</p>
<p>Go Google!</p>
<p>One thing I highly admire of Google over Microsoft is that they went with open-source when they could&#8217;ve made gazillions more money with proprietary code.  Kudos to open-source, Linux, and of course, I will be open-source <a target="_blank" href="http://sitehoppin.com" >SiteHoppin</a> next year some time.</p>
<blockquote><p><span style="font-weight: bold;">Even more speed.</span> Google Chrome starts up fast, loads pages quickly, and just keeps getting faster. Since the first beta, the V8 JavaScript engine runs 1.4 times faster on the <a target="_blank" href="http://www2.webkit.org/perf/sunspider-0.9/sunspider.html" >SunSpider benchmark</a> and 1.5 times faster on the <a target="_blank" href="http://code.google.com/apis/v8/run.html" >V8 benchmark</a> — and there is more speed to come.</p></blockquote>
<p>via <a target="_blank" href="http://chrome-hacks.net/2008/12/11/google-chrome-now-out-of-beta/" >Chrome-Hacks blog</a>, <a target="_blank" href="http://googleblog.blogspot.com/2008/12/google-chrome-beta.html" >Google Blog</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/12/11/google-chrome-is-now-official/" >Google Chrome is now Official!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/tag/benchmark/" title="benchmark" rel="tag">benchmark</a>, <a href="http://zedomax.com/blog/tag/beta/" title="beta" rel="tag">beta</a>, <a href="http://zedomax.com/blog/tag/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/browser/" title="browser" rel="tag">browser</a>, <a href="http://zedomax.com/blog/tag/community-feedback/" title="community feedback" rel="tag">community feedback</a>, <a href="http://zedomax.com/blog/category/computer/" title="Computer" rel="tag">Computer</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/tag/enhancements/" title="enhancements" rel="tag">enhancements</a>, <a href="http://zedomax.com/blog/category/featured/" title="Featured" rel="tag">Featured</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/google/" title="Google" rel="tag">Google</a>, <a href="http://zedomax.com/blog/tag/google/" title="Google" rel="tag">Google</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/browser/google-chrome-browser-wt/" title="Google Chrome" rel="tag">Google Chrome</a>, <a href="http://zedomax.com/blog/tag/hacks/" title="hacks" rel="tag">hacks</a>, <a href="http://zedomax.com/blog/tag/kudos/" title="kudos" rel="tag">kudos</a>, <a href="http://zedomax.com/blog/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://zedomax.com/blog/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/tag/money/" title="money" rel="tag">money</a>, <a href="http://zedomax.com/blog/tag/open-source/" title="open-source" rel="tag">open-source</a>, <a href="http://zedomax.com/blog/tag/proprietary-code/" title="proprietary code" rel="tag">proprietary code</a>, <a href="http://zedomax.com/blog/tag/security-bugs/" title="security bugs" rel="tag">security bugs</a>, <a href="http://zedomax.com/blog/tag/v8/" title="v8" rel="tag">v8</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2007/03/20/get-paid-4500-by-google-to-work-on-open-source-projects/" title="Get paid $4,500 by Google to work on open-source projects! (March 20, 2007)">Get paid $4,500 by Google to work on open-source projects!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/02/22/zedomax-reaches-over-500000-unique-visitors-thanks-to-youall/" title="Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all (February 22, 2007)">Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all</a> </li>
	<li><a href="http://zedomax.com/blog/2008/02/03/whats-stumbleupon-afraid-of/" title="What&#8217;s StumbleUpon afraid of? (February 3, 2008)">What&#8217;s StumbleUpon afraid of?</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/07/web-20-news-and-howtos-for-today/" title="Web 2.0 News and HOWTOs for Today! (February 7, 2009)">Web 2.0 News and HOWTOs for Today!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/05/top-10-reasons-why-linux-will-be-on-every-pc-in-10-years/" title="Top 10 Reasons Why Linux will be on every PC in 10 Years! (June 5, 2008)">Top 10 Reasons Why Linux will be on every PC in 10 Years!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/08/27/the-top-10-reasons-why-you-need-a-blog-vs-static-website/" title="The Top 10 Reasons why you need a Blog vs. static website (August 27, 2007)">The Top 10 Reasons why you need a Blog vs. static website</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/06/the-cool-robot-links-of-the-day/" title="The Cool Robot Links of the Day (April 6, 2007)">The Cool Robot Links of the Day</a> </li>
	<li><a href="http://zedomax.com/blog/2008/09/05/recap-of-google-chrome-hacks-blog-this-week/" title="Recap of Google Chrome Hacks Blog This Week! (September 5, 2008)">Recap of Google Chrome Hacks Blog This Week!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/12/quarterwiki-pages-are-being-sold-like-hotcakes/" title="QuarterWiki &#8211; Pages are being sold like Hotcakes! (December 12, 2007)">QuarterWiki &#8211; Pages are being sold like Hotcakes!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/08/22/microsoft-ultimate-office-for-5995-and-we-think-its-garbage/" title="Microsoft Ultimate Office for $59.95 and We Think It&#8217;s Garbage! (August 22, 2008)">Microsoft Ultimate Office for $59.95 and We Think It&#8217;s Garbage!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/15/mac-tv-hack-how-to-run-mac-osx-on-mac-tv/" title="MAC TV Hack &#8211; How to run Mac OSX on MAC TV! (April 15, 2007)">MAC TV Hack &#8211; How to run Mac OSX on MAC TV!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/11/iphone-hacks-how-to-play-doom-with-iphone-as-controller-and-old-mac-display/" title="iPhone Hacks &#8211; How to Play Doom with iPhone as Controller and Old Mac Display! (December 11, 2008)">iPhone Hacks &#8211; How to Play Doom with iPhone as Controller and Old Mac Display!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/10/08/interview-with-inventor-of-linux-linus-torvalds/" title="Interview with Inventor of Linux, Linus Torvalds! (October 8, 2008)">Interview with Inventor of Linux, Linus Torvalds!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/04/interesting-video-about-web20-and-dotcom-burst-or-boost/" title="Interesting Video about Web2.0 and Dotcom Burst (or Boost) (December 4, 2007)">Interesting Video about Web2.0 and Dotcom Burst (or Boost)</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/15/googles-android-could-learn-from-yahoos-go/" title="Google&#8217;s Android Could Learn From Yahoo&#8217;s Go! (January 15, 2008)">Google&#8217;s Android Could Learn From Yahoo&#8217;s Go!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/06/google-voice-local-search/" title="Google Voice Local Search (April 6, 2007)">Google Voice Local Search</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/09/google-bought-the-whole-country/" title="Google bought the WHOLE country! (April 9, 2007)">Google bought the WHOLE country!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/02/drunken-update-and-drunken-development/" title="Drunken Update and Drunken Development (January 2, 2008)">Drunken Update and Drunken Development</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/26/diy-how-to-make-your-own-lunchbox-linux-firewall/" title="DIY &#8211; How to Make your own Lunchbox Linux Firewall! (June 26, 2008)">DIY &#8211; How to Make your own Lunchbox Linux Firewall!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/04/cnets-james-kim-and-family-missing-have-you-seen-them/" title="CNET&#8217;s James Kim and family missing &#8212; have you seen them? (December 4, 2006)">CNET&#8217;s James Kim and family missing &#8212; have you seen them?</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/12/11/google-chrome-is-now-official/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Optimization Hack &#8211; How to Increase Load without Failing your MySQL Server!</title>
		<link>http://zedomax.com/blog/2008/12/10/mysql-optimization-hack-how-to-increase-load-without-failing-your-mysql-server/</link>
		<comments>http://zedomax.com/blog/2008/12/10/mysql-optimization-hack-how-to-increase-load-without-failing-your-mysql-server/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 07:16:02 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Featured DIYs]]></category>
		<category><![CDATA[Featured Hacks]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[amp]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[cnf]]></category>
		<category><![CDATA[excellent customer service]]></category>
		<category><![CDATA[excerpt]]></category>
		<category><![CDATA[facinated]]></category>
		<category><![CDATA[free updates]]></category>
		<category><![CDATA[minimal time]]></category>
		<category><![CDATA[priority]]></category>
		<category><![CDATA[programmer]]></category>
		<category><![CDATA[simple thoughts]]></category>
		<category><![CDATA[translator]]></category>
		<category><![CDATA[urls]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=11255</guid>
		<description><![CDATA[As you well know, I have actually not been blogging for the last few weeks, it&#8217;s all done by our network blogger, Andrew. (Thank you Andrew btw, you saved my as* during a horribly busy month) &#8211; I have updated the author links too so you know who&#8217;s writing which blog posts.
I have been busy [...]]]></description>
			<content:encoded><![CDATA[<p>As you well know, I have actually not been blogging for the last few weeks, it&#8217;s all done by our network blogger, <a target="_blank" href="http://zedomax.com/blog/author/andrew/" >Andrew</a>. (Thank you Andrew btw, you saved my as* during a horribly busy month) &#8211; I have updated the author links too so you know who&#8217;s writing which blog posts.</p>
<p>I have been <a target="_blank" href="http://zedomax.com/blog/?s=llc&amp;sa.x=0&amp;sa.y=0" >busy with legalization of my company lately</a>, sorry if I haven&#8217;t been posting for our regular readers.</p>
<p>Anyways, today I got an update on the <a target="_blank" href="http://www.taragana.com/" >Wordpress Translator Plugin from Angsuman over at Simple Thoughts blog</a>.  I&#8217;ve always been facinated by his programming and his plugin, even though it&#8217;s not free, he has been giving me free updates for last 2 years, that&#8217;s called &#8220;excellent&#8221; customer service.</p>
<p>The thing that interests me the most is not the translator update (I do highly recommend it if you have a blog), but <strong>his blog post on how to increase load without failing your server.</strong></p>
<p>(For those of you not familiar with MySQL or website programming, please head over to another blog post as this will be boring for you. <img src='http://zedomax.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p>It&#8217;s so simple, it&#8217;s one line added to your my.cnf file under /etc directory.</p>
<p><strong>max_write_lock_count = 1</strong></p>
<p>I&#8217;ve actually tested this configuration on my <a target="_blank" href="http://sitehoppin.com" >SiteHoppin</a> server where there&#8217;s many, many SELECT and UPDATE MySQL commands as people submit new URLs constantly to the ever-growing database.</p>
<p>After using this configuration, I&#8217;ve experienced that my server actually can handle 5-10 times more traffic, which is awesome since I was about to spend another $500 on a quad-core, 16GB dedicated server. <img src='http://zedomax.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I cannot really prove how it works other than I trust Angsuman and I know he&#8217;s much better programmer than I am so <a target="_blank" href="http://blog.taragana.com/index.php/archive/one-mysql-configuration-tip-that-can-dramatically-improve-mysql-performance/" >head over to his blog post over here if you want to know the technical stuff behind it</a>.</p>
<p>Here&#8217;s an excerpt:</p>
<blockquote><p>MySQL executes INSERT &amp; UPDATE statements with higher priority. Also INSERT &amp; UPDATE statements require table lock (for MYISAM engines) which requires even table reads (SELECT statements) to be completed before INSERT &amp; UPDATES are executed. This can cause long delays for SELECT statements waiting behind an INSERT or UPDATE statement, which may itself take minimal time to execute, which is waiting for existing long running SQL Select statements to be completed. So even a single INSERT or UPDATE can slow-down a heavily loaded database at unpredictable times.</p>
<p>One solution is to use INSERT DELAYED statement to cause INSERT statements to be run at lower priority in a queue. However similar statement for UPDATE isn&#8217;t available. Also in our experiments it proved to be significantly inferior to the solution I will describe next. So are you ready?</p>
<p>I recommend that you add the following line in <strong>/etc/my.cnf</strong> (MYSQL configuration file in Linux; search for my.cnf in Windows) to drastically reduce the possibility of such bottlenecks, as described above, and improve the performance of heavily loaded servers:</p>
<p><strong>max_write_lock_count = 1</strong></p>
<p>By starting mysqld with a low value for the <strong>max_write_lock_count</strong> system variable you are forcing MySQL to temporarily elevate the priority of all SELECT statements that are waiting for a table after a specific number of inserts to the table occur. This allows READ locks after a certain number of WRITE locks. Is that clear?</p>
<p>The bottomline is that this simple configuration can drastically improve your MySQL performance especially if your server is heavily loaded. You should try this for optimizing any heavily loaded MySQL server including but not limited to WordPress site databases for example.</p></blockquote>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/12/10/mysql-optimization-hack-how-to-increase-load-without-failing-your-mysql-server/" >MySQL Optimization Hack &#8211; How to Increase Load without Failing your MySQL Server!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/tag/amp/" title="amp" rel="tag">amp</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/tag/blogging/" title="blogging" rel="tag">blogging</a>, <a href="http://zedomax.com/blog/tag/cnf/" title="cnf" rel="tag">cnf</a>, <a href="http://zedomax.com/blog/category/computer/" title="Computer" rel="tag">Computer</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/category/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/category/technology/educational/" title="Educational" rel="tag">Educational</a>, <a href="http://zedomax.com/blog/tag/excellent-customer-service/" title="excellent customer service" rel="tag">excellent customer service</a>, <a href="http://zedomax.com/blog/tag/excerpt/" title="excerpt" rel="tag">excerpt</a>, <a href="http://zedomax.com/blog/tag/facinated/" title="facinated" rel="tag">facinated</a>, <a href="http://zedomax.com/blog/category/featured/" title="Featured" rel="tag">Featured</a>, <a href="http://zedomax.com/blog/category/featured/featured-diys/" title="Featured DIYs" rel="tag">Featured DIYs</a>, <a href="http://zedomax.com/blog/category/featured/featured-hacks/" title="Featured Hacks" rel="tag">Featured Hacks</a>, <a href="http://zedomax.com/blog/tag/free-updates/" title="free updates" rel="tag">free updates</a>, <a href="http://zedomax.com/blog/category/diy/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/category/diy/howto/" title="HOWTO" rel="tag">HOWTO</a>, <a href="http://zedomax.com/blog/tag/minimal-time/" title="minimal time" rel="tag">minimal time</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/tag/priority/" title="priority" rel="tag">priority</a>, <a href="http://zedomax.com/blog/tag/programmer/" title="programmer" rel="tag">programmer</a>, <a href="http://zedomax.com/blog/tag/simple-thoughts/" title="simple thoughts" rel="tag">simple thoughts</a>, <a href="http://zedomax.com/blog/tag/translator/" title="translator" rel="tag">translator</a>, <a href="http://zedomax.com/blog/tag/urls/" title="urls" rel="tag">urls</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/wordpress/" title="Wordpress" rel="tag">Wordpress</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2008/11/14/youtube-hack-how-to-link-directly-to-high-quality-youtube-videos/" title="YouTube Hack &#8211; How to Link Directly to High Quality YouTube Videos! (November 14, 2008)">YouTube Hack &#8211; How to Link Directly to High Quality YouTube Videos!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/01/17/blogging-howto-blogging-secrets-revealed/" title="Blogging HOWTO &#8211; Blogging Secrets Revealed! (January 17, 2009)">Blogging HOWTO &#8211; Blogging Secrets Revealed!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/06/zedomax-traffic-overview-2008/" title="Zedomax Traffic Overview 2008 (January 6, 2008)">Zedomax Traffic Overview 2008</a> </li>
	<li><a href="http://zedomax.com/blog/2007/02/22/zedomax-reaches-over-500000-unique-visitors-thanks-to-youall/" title="Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all (February 22, 2007)">Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all</a> </li>
	<li><a href="http://zedomax.com/blog/2007/05/18/zedomax-maker-faire-setup/" title="Zedomax Maker Faire Setup (May 18, 2007)">Zedomax Maker Faire Setup</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/17/zedomax-korea/" title="Zedomax Korea (March 17, 2007)">Zedomax Korea</a> </li>
	<li><a href="http://zedomax.com/blog/2007/08/15/zedomax-is-1-years-old/" title="Zedomax is 1 years OLD!!! (August 15, 2007)">Zedomax is 1 years OLD!!!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/22/zedomax-dot-com-3500-posts/" title="Zedomax dot com 3500 posts! (May 22, 2008)">Zedomax dot com 3500 posts!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/25/worlds-largest-drawing-with-a-gps-briefcase/" title="World&#8217;s Largest Drawing with a GPS Briefcase! (May 25, 2008)">World&#8217;s Largest Drawing with a GPS Briefcase!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/05/worlds-fastest-rail-train-tgv-5748-kph-inside-footage/" title="World&#8217;s Fastest Rail Train TGV 574,8 KPH Inside Footage (April 5, 2007)">World&#8217;s Fastest Rail Train TGV 574,8 KPH Inside Footage</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/24/world-record-john-chow-is-the-blogging-seinfeld-he-makes-money-making-fun-of-the-internet/" title="World Record &#8211; John Chow is the Blogging Seinfeld?  He makes money making fun of the internet! (January 24, 2008)">World Record &#8211; John Chow is the Blogging Seinfeld?  He makes money making fun of the internet!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/05/09/world-energy-movement-do-not-buy-gas-on-may-15th-and-lower-gas-prices/" title="World Energy Movement &#8211; Do not buy Gas on May 15th and lower gas prices!!! (May 9, 2007)">World Energy Movement &#8211; Do not buy Gas on May 15th and lower gas prices!!!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/07/20/wordpress-2-8-2-download/" title="Wordpress 2.8.2 Download! (July 20, 2009)">Wordpress 2.8.2 Download!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/04/wimax-will-replace-wifi-soon/" title="WiMax will replace WiFi Soon! (June 4, 2008)">WiMax will replace WiFi Soon!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/17/wedding-diy-how-to-make-table-numbers/" title="Wedding DIY &#8211; How to Make Table Numbers! (February 17, 2009)">Wedding DIY &#8211; How to Make Table Numbers!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/28/web-hacking-php-hacks/" title="Web Hacking &#8211; PHP hacks (November 28, 2006)">Web Hacking &#8211; PHP hacks</a> </li>
	<li><a href="http://zedomax.com/blog/2009/03/25/web-designer-diy-how-to-design-drop-down-menus/" title="Web Designer DIY &#8211; How to Design Drop-Down Menus! (March 25, 2009)">Web Designer DIY &#8211; How to Design Drop-Down Menus!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/04/24/web-20-filtermyrss-launched/" title="Web 2.0 &#8211; FilterMyRss Launched! (April 24, 2008)">Web 2.0 &#8211; FilterMyRss Launched!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/04/12/watch-live-masters-golf-tournament-this-weekend-on-the-web/" title="Watch &#8220;Live&#8221; Masters Golf Tournament this weekend on the web! (April 12, 2008)">Watch &#8220;Live&#8221; Masters Golf Tournament this weekend on the web!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/23/usb-prank-mouse-jiggler/" title="USB Prank &#8211; Mouse jiggler (April 23, 2007)">USB Prank &#8211; Mouse jiggler</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/12/10/mysql-optimization-hack-how-to-increase-load-without-failing-your-mysql-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SiteHoppin Re-Launched as Domain Search Engine!</title>
		<link>http://zedomax.com/blog/2008/12/03/sitehoppin-re-launched-as-domain-search-engine/</link>
		<comments>http://zedomax.com/blog/2008/12/03/sitehoppin-re-launched-as-domain-search-engine/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 20:40:01 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Consumer]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[SiteHoppin]]></category>
		<category><![CDATA[Social Bookmarking]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[Wiki]]></category>
		<category><![CDATA[anniversary]]></category>
		<category><![CDATA[base platform]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[couple days]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[domain search engine]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[iframes]]></category>
		<category><![CDATA[january 1st]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[other search engines]]></category>
		<category><![CDATA[processing power]]></category>
		<category><![CDATA[time constraints]]></category>
		<category><![CDATA[website urls]]></category>
		<category><![CDATA[Zedomax]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=11173</guid>
		<description><![CDATA[
One of my greatest websites I ever made (and hard-coded all myself) using MediaWiki open-source as base platform is SiteHoppin.com.
SiteHoppin has been re-launched as a domain search engine.  Basically, it&#8217;s like Digg but we only store your URL infomation, no content whatsoever other than previews under iFrames.
You can also submit your blog/website URLs as they [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-11174 aligncenter" title="sitehoppinnew" src="http://zedomax.com/blog/wp-content/uploads/2008/12/sitehoppinnew.gif" alt="" width="500" height="280" /></p>
<p>One of my greatest websites I ever made (and hard-coded all myself) using <a target="_blank" href="http://www.mediawiki.org/wiki/Download" >MediaWiki open-source</a> as base platform is <a target="_blank" href="http://SiteHoppin.com" >SiteHoppin.com</a>.</p>
<p>SiteHoppin has been re-launched as a domain search engine.  Basically, it&#8217;s like Digg but we only store your URL infomation, no content whatsoever other than previews under iFrames.</p>
<p>You can also submit your blog/website URLs as they will get indexed by Google and other search engines much quicker.</p>
<p>Due to time constraints and the fact that SiteHoppin wasn&#8217;t generating any revenue, I had to put the project on hold while I took the time to rejuvenate all the blogs in our <a target="_blank" href="http://zedomax.net" >Zedomax Blog Network</a>.</p>
<p>Anyways, SiteHoppin was launched on January 1st, 2008.  It&#8217;s getting to its anniversary soon so I&#8217;ve been spending more time fixing stuff.  Plus, I think this SiteHoppin site is a hidden jem on the internet.  <strong>It&#8217;s a site that lets you check out random sites in the domain search engine database too.</strong></p>
<p>You will notice the SiteHoppin button on this blog on the upper-right corner.  If you press it, it will basically let you &#8220;site hop&#8221; Zedomax.com and other sites I have visited in the past.  (I intend to sell this randomizing technology for large companies in the near future so randomizing can be outsourced to SiteHoppin instead of taking up MySQL processing power on your server.  This is really great for large sites where randomizing can be very costly.)</p>
<p>I have just started developing SiteHoppin again as of couple days ago so there&#8217;s a LOT of fixing/bugs/upgrades that need to be done.</p>
<p>While that&#8217;s being done, don&#8217;t hesistate to press that &#8220;SiteHoppin&#8221; button to find out what it&#8217;s all about.</p>
<p>I&#8217;ve been giving out free Beer Credits, so if you want some, all you have to do is sign up and we will hook you up. =)</p>
<p>Cheer~</p>
<p>Your Web 2.0+ Consultant, Max</p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/12/03/sitehoppin-re-launched-as-domain-search-engine/" >SiteHoppin Re-Launched as Domain Search Engine!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/tag/anniversary/" title="anniversary" rel="tag">anniversary</a>, <a href="http://zedomax.com/blog/tag/base-platform/" title="base platform" rel="tag">base platform</a>, <a href="http://zedomax.com/blog/tag/blogs/" title="Blogs" rel="tag">Blogs</a>, <a href="http://zedomax.com/blog/tag/bugs/" title="bugs" rel="tag">bugs</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/tag/couple-days/" title="couple days" rel="tag">couple days</a>, <a href="http://zedomax.com/blog/tag/digg/" title="digg" rel="tag">digg</a>, <a href="http://zedomax.com/blog/tag/domain-search-engine/" title="domain search engine" rel="tag">domain search engine</a>, <a href="http://zedomax.com/blog/category/entertainment/" title="Entertainment" rel="tag">Entertainment</a>, <a href="http://zedomax.com/blog/category/featured/" title="Featured" rel="tag">Featured</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/tag/google/" title="Google" rel="tag">Google</a>, <a href="http://zedomax.com/blog/tag/iframes/" title="iframes" rel="tag">iframes</a>, <a href="http://zedomax.com/blog/tag/january-1st/" title="january 1st" rel="tag">january 1st</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/tag/open-source/" title="open-source" rel="tag">open-source</a>, <a href="http://zedomax.com/blog/tag/other-search-engines/" title="other search engines" rel="tag">other search engines</a>, <a href="http://zedomax.com/blog/tag/processing-power/" title="processing power" rel="tag">processing power</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/search-engine-wt/" title="Search Engine" rel="tag">Search Engine</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/sitehoppin/" title="SiteHoppin" rel="tag">SiteHoppin</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/social-bookmarking/" title="Social Bookmarking" rel="tag">Social Bookmarking</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/social-networking/" title="Social Networking" rel="tag">Social Networking</a>, <a href="http://zedomax.com/blog/tag/time-constraints/" title="time constraints" rel="tag">time constraints</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/tag/website-urls/" title="website urls" rel="tag">website urls</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/wiki/" title="Wiki" rel="tag">Wiki</a>, <a href="http://zedomax.com/blog/tag/zedomax/" title="Zedomax" rel="tag">Zedomax</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2007/02/22/zedomax-reaches-over-500000-unique-visitors-thanks-to-youall/" title="Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all (February 22, 2007)">Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/27/zedomax-celebrates-thanksgiving/" title="Zedomax Celebrates Thanksgiving! (November 27, 2008)">Zedomax Celebrates Thanksgiving!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/24/zedomax-blog-search-engine-update/" title="Zedomax Blog Search Engine Update! (November 24, 2008)">Zedomax Blog Search Engine Update!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/06/weekend-evil-humor-furby-in-microwave/" title="Weekend Evil Humor &#8211; Furby in Microwave (April 6, 2007)">Weekend Evil Humor &#8211; Furby in Microwave</a> </li>
	<li><a href="http://zedomax.com/blog/2008/02/04/the-biggest-pyramid-splog-scam-in-this-world-today-stumbleupon-spambleupon/" title="The biggest pyramid &#8220;splog&#8221; scam in this world today &#8211; StumbleUpon =Spambleupon (February 4, 2008)">The biggest pyramid &#8220;splog&#8221; scam in this world today &#8211; StumbleUpon =Spambleupon</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/17/social-networking-can-be-fun-and-useful/" title="Social Networking can be fun and useful (November 17, 2006)">Social Networking can be fun and useful</a> </li>
	<li><a href="http://zedomax.com/blog/2007/01/11/search-engine-using-tags/" title="Search Engine using tags! (January 11, 2007)">Search Engine using tags!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/15/poweriser-jump-stilts/" title="Poweriser Jump Stilts (March 15, 2007)">Poweriser Jump Stilts</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/17/onearthtravelcom-and-our-other-blogs-and-social-networking-sites/" title="OnEarthTravel.com and our &#8220;other&#8221; blogs and social networking sites. (March 17, 2007)">OnEarthTravel.com and our &#8220;other&#8221; blogs and social networking sites.</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/15/mac-tv-hack-how-to-run-mac-osx-on-mac-tv/" title="MAC TV Hack &#8211; How to run Mac OSX on MAC TV! (April 15, 2007)">MAC TV Hack &#8211; How to run Mac OSX on MAC TV!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/01/05/interesting-website-search-engine-decoder/" title="Interesting Website &#8211; Search Engine Decoder (January 5, 2007)">Interesting Website &#8211; Search Engine Decoder</a> </li>
	<li><a href="http://zedomax.com/blog/2007/02/26/googles-first-server-ever-and-google-master-plan/" title="Google&#8217;s First Server ever and Google Master Plan! (February 26, 2007)">Google&#8217;s First Server ever and Google Master Plan!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/06/google-voice-local-search/" title="Google Voice Local Search (April 6, 2007)">Google Voice Local Search</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/20/google-phone-contest-what-will-it-look-like-contest-for-100-bucks/" title="Google Phone CONTEST &#8211; &#8220;What will it look like?&#8221; contest for 100 bucks! (March 20, 2007)">Google Phone CONTEST &#8211; &#8220;What will it look like?&#8221; contest for 100 bucks!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/09/google-bought-the-whole-country/" title="Google bought the WHOLE country! (April 9, 2007)">Google bought the WHOLE country!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/05/02/google-blog-search-results-for-09-f9-11-02-9d-74-e3-5b-d8-41-56-c5-63-56-88-c0/" title="Google Blog Search results for 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 (May 2, 2007)">Google Blog Search results for 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/04/cnets-james-kim-and-family-missing-have-you-seen-them/" title="CNET&#8217;s James Kim and family missing &#8212; have you seen them? (December 4, 2006)">CNET&#8217;s James Kim and family missing &#8212; have you seen them?</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/06/zedomax-traffic-overview-2008/" title="Zedomax Traffic Overview 2008 (January 6, 2008)">Zedomax Traffic Overview 2008</a> </li>
	<li><a href="http://zedomax.com/blog/2006/10/11/zedomax-reaches-100000-unique-visitors/" title="zedomax reaches 100,000 unique visitors! (October 11, 2006)">zedomax reaches 100,000 unique visitors!</a> </li>
	<li><a href="http://zedomax.com/blog/zedomax-network-of-blogs/" title="Zedomax Network of blogs (April 30, 2007)">Zedomax Network of blogs</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/12/03/sitehoppin-re-launched-as-domain-search-engine/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Shorten that URL with the NEW CozyURL with Firefox Search Option!</title>
		<link>http://zedomax.com/blog/2008/11/28/shorten-that-url-with-the-new-cozyurl-with-firefox-search-option/</link>
		<comments>http://zedomax.com/blog/2008/11/28/shorten-that-url-with-the-new-cozyurl-with-firefox-search-option/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 23:54:23 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Consumer]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[better graphics]]></category>
		<category><![CDATA[couple weeks]]></category>
		<category><![CDATA[cozyurl]]></category>
		<category><![CDATA[search bars]]></category>
		<category><![CDATA[shorten URL]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=11103</guid>
		<description><![CDATA[
CozyURL, a URL shortening site I made couple weeks ago in just 2 hours, has been re-launched with better graphics and ability to add the function to your Firefox search bars  (it took me another 2 hours) as shown below:

Read details over at the Zedomax Network Blog.
Brought to you by: Zedomax.com
Shorten that URL with the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-11101 aligncenter" title="cozyurl" src="http://zedomax.com/blog/wp-content/uploads/2008/11/cozyurl.gif" alt="" width="500" height="298" /></p>
<p><a target="_blank" href="http://cozyurl.com" >CozyURL</a>, a <a target="_blank" href="http://zedomax.com/blog/2008/10/10/try-cozyurl-for-shortening-your-affiliate-url/" >URL shortening site I made couple weeks ago in just 2 hours</a>, has been re-launched with better graphics and ability to add the function to your Firefox search bars  (it took me another 2 hours) as shown below:</p>
<p style="text-align: center;"><img class="size-full wp-image-11102 aligncenter" title="cozyurl2" src="http://zedomax.com/blog/wp-content/uploads/2008/11/cozyurl2.gif" alt="" width="333" height="46" /></p>
<p><a target="_blank" href="http://zedomax.net/zedomax-network-news/cozyurlcom-url-shortener-re-launched/" >Read details over at the Zedomax Network Blog.</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/11/28/shorten-that-url-with-the-new-cozyurl-with-firefox-search-option/" >Shorten that URL with the NEW CozyURL with Firefox Search Option!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/tag/better-graphics/" title="better graphics" rel="tag">better graphics</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/tag/couple-weeks/" title="couple weeks" rel="tag">couple weeks</a>, <a href="http://zedomax.com/blog/tag/cozyurl/" title="cozyurl" rel="tag">cozyurl</a>, <a href="http://zedomax.com/blog/category/featured/" title="Featured" rel="tag">Featured</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/tag/search-bars/" title="search bars" rel="tag">search bars</a>, <a href="http://zedomax.com/blog/tag/shorten-url/" title="shorten URL" rel="tag">shorten URL</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2008/10/10/try-cozyurl-for-shortening-your-affiliate-url/" title="Try CozyURL for shortening your Affiliate URL! (October 10, 2008)">Try CozyURL for shortening your Affiliate URL!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/09/03/top-5-palm-pre-hacks-to-do-on-your-palm-pre/" title="Top 5 Palm Pre Hacks To Do on Your Palm Pre! (September 3, 2009)">Top 5 Palm Pre Hacks To Do on Your Palm Pre!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/15/nokia-8800-arte-for-show-and-no-go/" title="Nokia 8800 Arte &#8211; For Show and no Go! (May 15, 2008)">Nokia 8800 Arte &#8211; For Show and no Go!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/09/06/laptop-diy-how-to-make-a-newspaper-laptop-sleeve/" title="Laptop DIY &#8211; How to Make a Newspaper Laptop Sleeve! (September 6, 2009)">Laptop DIY &#8211; How to Make a Newspaper Laptop Sleeve!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/06/13/hands-on-video-stamina-inmotion-ii-manual-treadmill-review/" title="Hands-On Video &#8211; Stamina InMotion II Manual Treadmill Review! (June 13, 2009)">Hands-On Video &#8211; Stamina InMotion II Manual Treadmill Review!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/03/02/garden-diy-how-to-kill-gophers-and-moles-with-a-solar-powered-sonic-deterrent/" title="Garden DIY &#8211; How to Kill Gophers and Moles with a Solar Powered Sonic Deterrent! (March 2, 2009)">Garden DIY &#8211; How to Kill Gophers and Moles with a Solar Powered Sonic Deterrent!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/04/firefox-hits-record-market-share-at-20/" title="Firefox Hits Record Market Share at 20%! (November 4, 2008)">Firefox Hits Record Market Share at 20%!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/27/cuwin3500-is-a-windows-ce-based-rugged-embedded-controller/" title="CuWIN3500 is a Windows CE based Rugged Embedded Controller! (May 27, 2008)">CuWIN3500 is a Windows CE based Rugged Embedded Controller!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/11/28/shorten-that-url-with-the-new-cozyurl-with-firefox-search-option/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zedomax Blog Search Engine Update!</title>
		<link>http://zedomax.com/blog/2008/11/24/zedomax-blog-search-engine-update/</link>
		<comments>http://zedomax.com/blog/2008/11/24/zedomax-blog-search-engine-update/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 03:13:36 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[couple days]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[full time]]></category>
		<category><![CDATA[popular searches]]></category>
		<category><![CDATA[search-engine]]></category>
		<category><![CDATA[ya]]></category>
		<category><![CDATA[Zedomax]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=11048</guid>
		<description><![CDATA[I&#8217;ve been so lately that I&#8217;ve hired Andrew, one of our network bloggers to do blog posts since last couple days ago.  (Yes, I will have to update who writes the post, I forgot to add that during the Wordpress Theme change.)

Anyways, I have been busy but I will hopefully come back to full-time blogging [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been so lately that I&#8217;ve hired Andrew, one of our network bloggers to do blog posts since last couple days ago.  (Yes, I will have to update who writes the post, I forgot to add that during the <a target="_blank" href="http://zedomax.com/blog/theme" >Wordpress Theme</a> change.)</p>
<p style="text-align: center;"><img class="size-full wp-image-11050 aligncenter" title="zedomax1" src="http://zedomax.com/blog/wp-content/uploads/2008/11/zedomax1.gif" alt="" width="500" height="313" /></p>
<p>Anyways, I have been busy but I will hopefully come back to full-time blogging soon.</p>
<p>The latest update on the <a target="_blank" href="http://zedomax.com" >Zedomax Blog Search Engine</a> includes recent searches and popular searches so you can check out what other people are &#8220;searching&#8221; for.</p>
<p>If you want to copy me (if there&#8217;s enough comments), I will have to soon write another DIY on how to make your own blog search engine and what plugins to use.</p>
<p>I gotta go again and start converting the rest of the blogs in the Zedomax Blog Search Engine Network so&#8230;</p>
<p>C ya~ <img src='http://zedomax.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/11/24/zedomax-blog-search-engine-update/" >Zedomax Blog Search Engine Update!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/technology/web-technology/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/tag/blogs/" title="Blogs" rel="tag">Blogs</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/tag/couple-days/" title="couple days" rel="tag">couple days</a>, <a href="http://zedomax.com/blog/tag/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/tag/full-time/" title="full time" rel="tag">full time</a>, <a href="http://zedomax.com/blog/tag/popular-searches/" title="popular searches" rel="tag">popular searches</a>, <a href="http://zedomax.com/blog/tag/search-engine/" title="search-engine" rel="tag">search-engine</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/wordpress/" title="Wordpress" rel="tag">Wordpress</a>, <a href="http://zedomax.com/blog/tag/ya/" title="ya" rel="tag">ya</a>, <a href="http://zedomax.com/blog/tag/zedomax/" title="Zedomax" rel="tag">Zedomax</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/zedomax-network-of-blogs/" title="Zedomax Network of blogs (April 30, 2007)">Zedomax Network of blogs</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/17/zedomax-korea/" title="Zedomax Korea (March 17, 2007)">Zedomax Korea</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/06/worlds-smallest-mp3-player/" title="World&#8217;s smallest MP3 Player! (April 6, 2007)">World&#8217;s smallest MP3 Player!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/05/worlds-fastest-rail-train-tgv-5748-kph-inside-footage/" title="World&#8217;s Fastest Rail Train TGV 574,8 KPH Inside Footage (April 5, 2007)">World&#8217;s Fastest Rail Train TGV 574,8 KPH Inside Footage</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/07/weightlifting-champion-robot/" title="Weightlifting Champion Robot (April 7, 2007)">Weightlifting Champion Robot</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/06/weekend-evil-humor-furby-in-microwave/" title="Weekend Evil Humor &#8211; Furby in Microwave (April 6, 2007)">Weekend Evil Humor &#8211; Furby in Microwave</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/08/use-ipod-as-bullet-proof-vest/" title="Use iPod as bullet-proof vest! (April 8, 2007)">Use iPod as bullet-proof vest!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/23/usb-prank-mouse-jiggler/" title="USB Prank &#8211; Mouse jiggler (April 23, 2007)">USB Prank &#8211; Mouse jiggler</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/10/tofu-robot-from-japan/" title="Tofu Robot from Japan! (April 10, 2007)">Tofu Robot from Japan!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/16/the-penny-pyramid/" title="The Penny Pyramid (April 16, 2007)">The Penny Pyramid</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/06/the-cool-robot-links-of-the-day/" title="The Cool Robot Links of the Day (April 6, 2007)">The Cool Robot Links of the Day</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/09/technological-breakthrough-sculptures/" title="Technological Breakthrough Sculptures (April 9, 2007)">Technological Breakthrough Sculptures</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/07/steel-mouse/" title="Steel Mouse (April 7, 2007)">Steel Mouse</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/21/spacex-falcon-1-launch-video/" title="SpaceX Falcon 1 launch video (March 21, 2007)">SpaceX Falcon 1 launch video</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/05/space-travel-from-virgin/" title="Space Travel from Virgin (April 5, 2007)">Space Travel from Virgin</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/07/snow-surfing-with-a-antartic-snowbot/" title="Snow surfing with a Antartic Snowbot (April 7, 2007)">Snow surfing with a Antartic Snowbot</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/03/sitehoppin-re-launched-as-domain-search-engine/" title="SiteHoppin Re-Launched as Domain Search Engine! (December 3, 2008)">SiteHoppin Re-Launched as Domain Search Engine!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/06/sanki-manner-jet/" title="Sanki Manner Jet (April 6, 2007)">Sanki Manner Jet</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/26/samsung-usb-monitor-coming-soon/" title="Samsung USB Monitor coming soon (March 26, 2007)">Samsung USB Monitor coming soon</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/06/robot-week-contest/" title="Robot Week! Contest! (April 6, 2007)">Robot Week! Contest!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/11/24/zedomax-blog-search-engine-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blog DIY &#8211; How to Bring More Web Traffic on your Blog!</title>
		<link>http://zedomax.com/blog/2008/11/13/blog-diy-how-to-bring-more-web-traffic-on-your-blog/</link>
		<comments>http://zedomax.com/blog/2008/11/13/blog-diy-how-to-bring-more-web-traffic-on-your-blog/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 21:07:13 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Business Ideas]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Entrepreneurs]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Featured DIYs]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[bloggers]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[search web]]></category>
		<category><![CDATA[search-engine]]></category>
		<category><![CDATA[sleep]]></category>
		<category><![CDATA[web-traffic]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=10929</guid>
		<description><![CDATA[
Here&#8217;s a video explaining my latest Web2.0+ work on blogs and search engine style themes.
It might be helpful for any bloggers out there so let me know what you think by leaving a comment.
Well, I have been working kinda hard lately, not getting enough sleep so my video might be hard to understand but I [...]]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="690" height="520" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/AdnhOYGnDw" /><embed type="application/x-shockwave-flash" width="690" height="520" src="http://blip.tv/play/AdnhOYGnDw"></embed></object></p>
<p>Here&#8217;s a video explaining my latest Web2.0+ work on blogs and <a target="_blank" href="http://zedomax.com/blog/theme" >search engine style themes</a>.</p>
<p>It might be helpful for any bloggers out there so let me know what you think by leaving a comment.</p>
<blockquote><p>Well, I have been working kinda hard lately, not getting enough sleep so my video might be hard to understand but I am showing you how you can boost 20-30% more “search” web traffic on your blog.</p></blockquote>
<p><a target="_blank" href="http://zedomax.biz/blog/make-money-online/how-to-boost-20-30-more-search-web-traffic-on-your-blog/" >via Blog Optimization Blog</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/11/13/blog-diy-how-to-bring-more-web-traffic-on-your-blog/" >Blog DIY &#8211; How to Bring More Web Traffic on your Blog!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/misc/business/advertising/" title="Advertising" rel="tag">Advertising</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/tag/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/tag/bloggers/" title="bloggers" rel="tag">bloggers</a>, <a href="http://zedomax.com/blog/tag/blogs/" title="Blogs" rel="tag">Blogs</a>, <a href="http://zedomax.com/blog/category/misc/business/" title="Business" rel="tag">Business</a>, <a href="http://zedomax.com/blog/category/misc/business/business-ideas/" title="Business Ideas" rel="tag">Business Ideas</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/category/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/tag/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/category/misc/business/entrepreneurs/" title="Entrepreneurs" rel="tag">Entrepreneurs</a>, <a href="http://zedomax.com/blog/category/featured/" title="Featured" rel="tag">Featured</a>, <a href="http://zedomax.com/blog/category/featured/featured-diys/" title="Featured DIYs" rel="tag">Featured DIYs</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/google/" title="Google" rel="tag">Google</a>, <a href="http://zedomax.com/blog/category/diy/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/category/diy/howto/" title="HOWTO" rel="tag">HOWTO</a>, <a href="http://zedomax.com/blog/category/misc/business/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/tag/optimization/" title="optimization" rel="tag">optimization</a>, <a href="http://zedomax.com/blog/category/diy/projects/" title="Projects" rel="tag">Projects</a>, <a href="http://zedomax.com/blog/tag/search-web/" title="search web" rel="tag">search web</a>, <a href="http://zedomax.com/blog/tag/search-engine/" title="search-engine" rel="tag">search-engine</a>, <a href="http://zedomax.com/blog/tag/sleep/" title="sleep" rel="tag">sleep</a>, <a href="http://zedomax.com/blog/category/misc/video/" title="Video" rel="tag">Video</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/tag/web-traffic/" title="web-traffic" rel="tag">web-traffic</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/wordpress/" title="Wordpress" rel="tag">Wordpress</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2007/02/22/zedomax-reaches-over-500000-unique-visitors-thanks-to-youall/" title="Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all (February 22, 2007)">Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all</a> </li>
	<li><a href="http://zedomax.com/blog/zedomax-network-of-blogs/" title="Zedomax Network of blogs (April 30, 2007)">Zedomax Network of blogs</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/17/zedomax-korea/" title="Zedomax Korea (March 17, 2007)">Zedomax Korea</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/24/zedomax-blog-search-engine-update/" title="Zedomax Blog Search Engine Update! (November 24, 2008)">Zedomax Blog Search Engine Update!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/06/worlds-smallest-mp3-player/" title="World&#8217;s smallest MP3 Player! (April 6, 2007)">World&#8217;s smallest MP3 Player!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/05/worlds-fastest-rail-train-tgv-5748-kph-inside-footage/" title="World&#8217;s Fastest Rail Train TGV 574,8 KPH Inside Footage (April 5, 2007)">World&#8217;s Fastest Rail Train TGV 574,8 KPH Inside Footage</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/07/weightlifting-champion-robot/" title="Weightlifting Champion Robot (April 7, 2007)">Weightlifting Champion Robot</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/06/weekend-evil-humor-furby-in-microwave/" title="Weekend Evil Humor &#8211; Furby in Microwave (April 6, 2007)">Weekend Evil Humor &#8211; Furby in Microwave</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/08/use-ipod-as-bullet-proof-vest/" title="Use iPod as bullet-proof vest! (April 8, 2007)">Use iPod as bullet-proof vest!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/23/usb-prank-mouse-jiggler/" title="USB Prank &#8211; Mouse jiggler (April 23, 2007)">USB Prank &#8211; Mouse jiggler</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/10/tofu-robot-from-japan/" title="Tofu Robot from Japan! (April 10, 2007)">Tofu Robot from Japan!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/09/the-top-5-engineering-magazines/" title="The Top 5 Engineering Magazines (April 9, 2007)">The Top 5 Engineering Magazines</a> </li>
	<li><a href="http://zedomax.com/blog/2007/08/27/the-top-10-reasons-why-you-need-a-blog-vs-static-website/" title="The Top 10 Reasons why you need a Blog vs. static website (August 27, 2007)">The Top 10 Reasons why you need a Blog vs. static website</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/16/the-penny-pyramid/" title="The Penny Pyramid (April 16, 2007)">The Penny Pyramid</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/06/the-cool-robot-links-of-the-day/" title="The Cool Robot Links of the Day (April 6, 2007)">The Cool Robot Links of the Day</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/09/technological-breakthrough-sculptures/" title="Technological Breakthrough Sculptures (April 9, 2007)">Technological Breakthrough Sculptures</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/07/steel-mouse/" title="Steel Mouse (April 7, 2007)">Steel Mouse</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/21/spacex-falcon-1-launch-video/" title="SpaceX Falcon 1 launch video (March 21, 2007)">SpaceX Falcon 1 launch video</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/05/space-travel-from-virgin/" title="Space Travel from Virgin (April 5, 2007)">Space Travel from Virgin</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/07/snow-surfing-with-a-antartic-snowbot/" title="Snow surfing with a Antartic Snowbot (April 7, 2007)">Snow surfing with a Antartic Snowbot</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/11/13/blog-diy-how-to-bring-more-web-traffic-on-your-blog/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Bed Blog Search Engine Launched!</title>
		<link>http://zedomax.com/blog/2008/11/12/bed-blog-search-engine-launched/</link>
		<comments>http://zedomax.com/blog/2008/11/12/bed-blog-search-engine-launched/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 21:42:24 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[advertisers]]></category>
		<category><![CDATA[coment]]></category>
		<category><![CDATA[comers]]></category>
		<category><![CDATA[couple days]]></category>
		<category><![CDATA[custom integration]]></category>
		<category><![CDATA[e mail]]></category>
		<category><![CDATA[free upgrades]]></category>
		<category><![CDATA[free wordpress theme]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[howtos]]></category>
		<category><![CDATA[improvements]]></category>
		<category><![CDATA[integration services]]></category>
		<category><![CDATA[inventor]]></category>
		<category><![CDATA[new advertising]]></category>
		<category><![CDATA[new feature]]></category>
		<category><![CDATA[seamlessly]]></category>
		<category><![CDATA[skillz]]></category>
		<category><![CDATA[waiting list]]></category>
		<category><![CDATA[Zedomax]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=10904</guid>
		<description><![CDATA[
Bedzine Blog Search Engine has been launched today and I had to work (or play,hack, whatever) for the last 24 hours w/o sleep.
The main reason I am spending so much on this new blog search engine idea is the fact that it can help readers find what they &#8220;want&#8221;, not simply the latest blog posts [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-10903 aligncenter" title="bedzine" src="http://zedomax.com/blog/wp-content/uploads/2008/11/bedzine.gif" alt="" width="500" height="316" /></p>
<p><a target="_blank" href="http://bedzine.com/" >Bedzine Blog Search Engine</a> has been launched today and I had to work (or play,hack, whatever) for the last 24 hours w/o sleep.</p>
<p>The main reason I am spending so much on this new blog search engine idea is the fact that it can help readers find what they &#8220;want&#8221;, not simply the latest blog posts on the home page.</p>
<p>Of course, our web stats been hitting the roof last couple days too, mainly due to people &#8220;searching&#8221; after landing on a blog post they are not interested in.</p>
<p>I will probably doing this to more of our blogs in the network and also probably provide custom integration services to those of you who want it but don&#8217;t have the skillz to implement this new feature.</p>
<p>I am really stuffed with a few client consultings right now but if you want this feature implemented to your blog theme &#8220;seamlessly&#8217; by the inventor myself, please leave a coment or send an e-mail to zedomax [at] gmail.com and I will put you on my priority list of people who can take advantage of the new Web 3.0 (we&#8217;d like to say) style blogs.</p>
<p>Of course, I won&#8217;t charge much for the service, maybe $200 to $300 depending on your current blog theme and also provide free upgrades on the various different improvements that will be coming down the road.</p>
<p>If you are tech savvy though, I do highly suggest you to <a target="_blank" href="http://zedomax.com/blog/theme/" >download my free Wordpress theme,</a> which I just implemented on the Bedzine Blog.</p>
<p>(I have also uploaded to the Wordpress Theme section, so you should be able to download it through there soon.)</p>
<p>I&#8217;ve also have some great ideas on for advertisers on my new blog search engine, so if you are interested, make sure to shoot me an e-mail at zedomax [at] gmail.com.</p>
<p>We are only exclusively offering to this service and new advertising programs to the first-comers and quality blogs so, get on the waiting list before I die from working too much. <img src='http://zedomax.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Blog posts will continue hopefully by end of the week, if you want to guest post during the next couple days, please feel free to send me any blog posts related with DIY, Hacks, and HOWTOs with photos.</p>
<p>I am also working on new AJAX search function, which will allow search results to show without page re-load in the future.  That I might sell as I have been putting hours of work into it but let me know what you think I should do.</p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/11/12/bed-blog-search-engine-launched/" >Bed Blog Search Engine Launched!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/tag/advertisers/" title="advertisers" rel="tag">advertisers</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/tag/coment/" title="coment" rel="tag">coment</a>, <a href="http://zedomax.com/blog/tag/comers/" title="comers" rel="tag">comers</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/tag/couple-days/" title="couple days" rel="tag">couple days</a>, <a href="http://zedomax.com/blog/tag/custom-integration/" title="custom integration" rel="tag">custom integration</a>, <a href="http://zedomax.com/blog/tag/e-mail/" title="e mail" rel="tag">e mail</a>, <a href="http://zedomax.com/blog/category/featured/" title="Featured" rel="tag">Featured</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/tag/free-upgrades/" title="free upgrades" rel="tag">free upgrades</a>, <a href="http://zedomax.com/blog/tag/free-wordpress-theme/" title="free wordpress theme" rel="tag">free wordpress theme</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/google/" title="Google" rel="tag">Google</a>, <a href="http://zedomax.com/blog/tag/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/tag/hacks/" title="hacks" rel="tag">hacks</a>, <a href="http://zedomax.com/blog/tag/howtos/" title="howtos" rel="tag">howtos</a>, <a href="http://zedomax.com/blog/tag/improvements/" title="improvements" rel="tag">improvements</a>, <a href="http://zedomax.com/blog/tag/integration-services/" title="integration services" rel="tag">integration services</a>, <a href="http://zedomax.com/blog/tag/inventor/" title="inventor" rel="tag">inventor</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/tag/new-advertising/" title="new advertising" rel="tag">new advertising</a>, <a href="http://zedomax.com/blog/tag/new-feature/" title="new feature" rel="tag">new feature</a>, <a href="http://zedomax.com/blog/tag/seamlessly/" title="seamlessly" rel="tag">seamlessly</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/search-engine-wt/" title="Search Engine" rel="tag">Search Engine</a>, <a href="http://zedomax.com/blog/tag/skillz/" title="skillz" rel="tag">skillz</a>, <a href="http://zedomax.com/blog/tag/waiting-list/" title="waiting list" rel="tag">waiting list</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/wordpress/" title="Wordpress" rel="tag">Wordpress</a>, <a href="http://zedomax.com/blog/tag/zedomax/" title="Zedomax" rel="tag">Zedomax</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2007/02/22/zedomax-reaches-over-500000-unique-visitors-thanks-to-youall/" title="Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all (February 22, 2007)">Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all</a> </li>
	<li><a href="http://zedomax.com/blog/zedomax-network-of-blogs/" title="Zedomax Network of blogs (April 30, 2007)">Zedomax Network of blogs</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/03/zedomax-in-modded-plastic-soldier-format-fire-in-the-hole/" title="Zedomax in modded plastic soldier format &#8211; &#8220;Fire in the hole!&#8221; (April 3, 2007)">Zedomax in modded plastic soldier format &#8211; &#8220;Fire in the hole!&#8221;</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/06/worlds-smallest-mp3-player/" title="World&#8217;s smallest MP3 Player! (April 6, 2007)">World&#8217;s smallest MP3 Player!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/05/worlds-fastest-rail-train-tgv-5748-kph-inside-footage/" title="World&#8217;s Fastest Rail Train TGV 574,8 KPH Inside Footage (April 5, 2007)">World&#8217;s Fastest Rail Train TGV 574,8 KPH Inside Footage</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/23/wireless-hack-how-to-make-your-own-wireless-detecting-vibrator/" title="Wireless HACK &#8211; How to make your own wireless detecting vibrator! (March 23, 2007)">Wireless HACK &#8211; How to make your own wireless detecting vibrator!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/23/wii-hack-wii-controller-led-mod/" title="Wii HACK &#8211; Wii Controller LED Mod (March 23, 2007)">Wii HACK &#8211; Wii Controller LED Mod</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/23/wii-hack-solar-powered-wii/" title="Wii HACK &#8211; Solar powered Wii! (March 23, 2007)">Wii HACK &#8211; Solar powered Wii!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/25/wii-hack-streaming-roms-from-pc-to-wii/" title="Wii Hack (Streaming Roms from PC to WII) (November 25, 2006)">Wii Hack (Streaming Roms from PC to WII)</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/07/weightlifting-champion-robot/" title="Weightlifting Champion Robot (April 7, 2007)">Weightlifting Champion Robot</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/06/weekend-evil-humor-furby-in-microwave/" title="Weekend Evil Humor &#8211; Furby in Microwave (April 6, 2007)">Weekend Evil Humor &#8211; Furby in Microwave</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/28/web-hacking-php-hacks/" title="Web Hacking &#8211; PHP hacks (November 28, 2006)">Web Hacking &#8211; PHP hacks</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/04/video-goggles-for-your-ipod/" title="Video Goggles for your iPod! (April 4, 2007)">Video Goggles for your iPod!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/08/use-ipod-as-bullet-proof-vest/" title="Use iPod as bullet-proof vest! (April 8, 2007)">Use iPod as bullet-proof vest!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/23/usb-prank-mouse-jiggler/" title="USB Prank &#8211; Mouse jiggler (April 23, 2007)">USB Prank &#8211; Mouse jiggler</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/10/tofu-robot-from-japan/" title="Tofu Robot from Japan! (April 10, 2007)">Tofu Robot from Japan!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/16/the-penny-pyramid/" title="The Penny Pyramid (April 16, 2007)">The Penny Pyramid</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/06/the-cool-robot-links-of-the-day/" title="The Cool Robot Links of the Day (April 6, 2007)">The Cool Robot Links of the Day</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/09/technological-breakthrough-sculptures/" title="Technological Breakthrough Sculptures (April 9, 2007)">Technological Breakthrough Sculptures</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/07/steel-mouse/" title="Steel Mouse (April 7, 2007)">Steel Mouse</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/11/12/bed-blog-search-engine-launched/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Add Zedomax Search Engine to your Firefox Seach Bar!</title>
		<link>http://zedomax.com/blog/2008/11/10/add-zedomax-search-engine-to-your-firefox-seach-bar/</link>
		<comments>http://zedomax.com/blog/2008/11/10/add-zedomax-search-engine-to-your-firefox-seach-bar/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 02:52:29 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Consumer]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[couple days]]></category>
		<category><![CDATA[crazy couple]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[search-engine]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=10882</guid>
		<description><![CDATA[
Well, it&#8217;s been a crazy couple days of coding (I am sorry for my regular readers but I have some more awesome posts coming soon).
Anyways, you can now add Zedomax Blog Search Engine to your Firefox, simply by clicking the below button.
Enjoy and we are working on implementing more new Web3.0ish strategies to improve our [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-10883 aligncenter" title="zedomax" src="http://zedomax.com/blog/wp-content/uploads/2008/11/zedomax.gif" alt="" width="341" height="58" /></p>
<p>Well, it&#8217;s been a crazy couple days of coding (I am sorry for my regular readers but I have some more awesome posts coming soon).</p>
<p>Anyways, you can now add Zedomax Blog Search Engine to your Firefox, simply by clicking the below button.</p>
<p>Enjoy and we are working on implementing more new Web3.0ish strategies to improve our search results.</p>
<p><a onclick="addZedomax(); return false;" href="#">Click Here to Install Zedomax Search Engine on your Firefox</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/11/10/add-zedomax-search-engine-to-your-firefox-seach-bar/" >Add Zedomax Search Engine to your Firefox Seach Bar!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/technology/web-technology/browser/" title="browser" rel="tag">browser</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/tag/couple-days/" title="couple days" rel="tag">couple days</a>, <a href="http://zedomax.com/blog/tag/crazy-couple/" title="crazy couple" rel="tag">crazy couple</a>, <a href="http://zedomax.com/blog/category/featured/" title="Featured" rel="tag">Featured</a>, <a href="http://zedomax.com/blog/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/browser/firefox-browser/" title="Firefox" rel="tag">Firefox</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/tag/search-engine/" title="search-engine" rel="tag">search-engine</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2008/11/24/zedomax-blog-search-engine-update/" title="Zedomax Blog Search Engine Update! (November 24, 2008)">Zedomax Blog Search Engine Update!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/07/new-design-for-zedomax-wordpress-theme/" title="New Design for Zedomax Wordpress Theme! (November 7, 2008)">New Design for Zedomax Wordpress Theme!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/03/zedomaxnet-web20-crunch/" title="Zedomax.Net Web2.0 Crunch&#8230; (June 3, 2008)">Zedomax.Net Web2.0 Crunch&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2008/10/23/zedomaxcom-updated-with-a-new-dual-quad-core-xeon-harpertown-server-from-carinet/" title="Zedomax.com Updated with a New Dual Quad-Core Xeon Harpertown Server from Cari.Net! (October 23, 2008)">Zedomax.com Updated with a New Dual Quad-Core Xeon Harpertown Server from Cari.Net!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/08/zedomax-new-wordpress-blog-search-engine-theme/" title="Zedomax New Wordpress Blog Search Engine Theme! (November 8, 2008)">Zedomax New Wordpress Blog Search Engine Theme!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/09/zedomax-blog-search-engine-style-wordpress-theme-v01-available/" title="Zedomax Blog &#8220;Search Engine Style&#8221; WordPress Theme v.0.1 Available! (November 9, 2008)">Zedomax Blog &#8220;Search Engine Style&#8221; WordPress Theme v.0.1 Available!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/03/16/youtube-hack-how-to-watch-youtube-videos-faster-with-firefox-addons-and-more/" title="YouTube Hack &#8211; How to watch YouTube videos faster with Firefox addons and more! (March 16, 2008)">YouTube Hack &#8211; How to watch YouTube videos faster with Firefox addons and more!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/03/youtube-hack-how-to-control-youtube-video-speed/" title="YouTube Hack &#8211; How to Control YouTube Video Speed! (November 3, 2008)">YouTube Hack &#8211; How to Control YouTube Video Speed!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/07/15/wilderness-survival-fire-sparkle-and-blade-cutter/" title="Wilderness Survival Fire Sparkle and Blade Cutter! (July 15, 2008)">Wilderness Survival Fire Sparkle and Blade Cutter!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/08/30/what-is-rss/" title="what is RSS? (August 30, 2006)">what is RSS?</a> </li>
	<li><a href="http://zedomax.com/blog/2007/01/11/use-qweascom-to-find-software-you-need/" title="Use Qweas.com to find software you need (January 11, 2007)">Use Qweas.com to find software you need</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/06/use-cooliriss-piclens-firefox-plugin-to-browse-images-videos-like-an-iphone/" title="Use Cooliris&#8217;s PicLens Firefox Plugin to browse images, videos like an iPhone! (May 6, 2008)">Use Cooliris&#8217;s PicLens Firefox Plugin to browse images, videos like an iPhone!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/30/twitter-diy-how-to-stumble-twitter-like-stumbleupon/" title="Twitter DIY &#8211; How to Stumble Twitter Like StumbleUpon! (April 30, 2009)">Twitter DIY &#8211; How to Stumble Twitter Like StumbleUpon!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/08/todays-laptop-reviews-on-the-laptop-blog/" title="Today&#8217;s Laptop Reviews on the Laptop Blog! (February 8, 2009)">Today&#8217;s Laptop Reviews on the Laptop Blog!</a> </li>
	<li><a href="http://zedomax.com/blog/theme/" title="Theme (November 8, 2008)">Theme</a> </li>
	<li><a href="http://zedomax.com/blog/2009/01/02/statttcom-launched-stats-search-engine-for-webmasters/" title="Stattt.com Launched!!! &#8211; Stats Search Engine for Webmasters!!! (January 2, 2009)">Stattt.com Launched!!! &#8211; Stats Search Engine for Webmasters!!!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/27/srchrcom-search-google-yahoo-youtube-and-more-all-at-once/" title="SRCHR.com &#8211; Search Google, Yahoo, Youtube, and more ALL-AT-ONCE! (December 27, 2006)">SRCHR.com &#8211; Search Google, Yahoo, Youtube, and more ALL-AT-ONCE!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/04/30/sitehoppin-toolbar-private-beta-launched-and-invites-for-zedomaxcom-readers/" title="SiteHoppin Toolbar Private Beta Launched and Invites for Zedomax.com readers! (April 30, 2008)">SiteHoppin Toolbar Private Beta Launched and Invites for Zedomax.com readers!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/03/sitehoppin-re-launched-as-domain-search-engine/" title="SiteHoppin Re-Launched as Domain Search Engine! (December 3, 2008)">SiteHoppin Re-Launched as Domain Search Engine!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/12/safari-browser-plugin/" title="Safari Browser Plugin (May 12, 2008)">Safari Browser Plugin</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/11/10/add-zedomax-search-engine-to-your-firefox-seach-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zedomax Blog &#8220;Search Engine Style&#8221; WordPress Theme v.0.1 Available!</title>
		<link>http://zedomax.com/blog/2008/11/09/zedomax-blog-search-engine-style-wordpress-theme-v01-available/</link>
		<comments>http://zedomax.com/blog/2008/11/09/zedomax-blog-search-engine-style-wordpress-theme-v01-available/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 03:16:15 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Business Ideas]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blog layouts]]></category>
		<category><![CDATA[column version]]></category>
		<category><![CDATA[liking]]></category>
		<category><![CDATA[people search]]></category>
		<category><![CDATA[search-engine]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=10880</guid>
		<description><![CDATA[


Yey, I finally made a Wordpress theme available for people to download.  (I have made tons of them in the past but never realized that it could be helpful for others)
This WordPress theme is the one I used like yesterday. (I already developed a 3-column version of it that you see now)
Anyway, I had to [...]]]></description>
			<content:encoded><![CDATA[<p><span id="konasapn0"></p>
<div class="entry">
<p style="text-align: center;"><img class="size-full wp-image-10877 aligncenter" title="screenshot" src="../wp-content/uploads/2008/11/screenshot.png" alt="" width="300" height="225" /></p>
<p style="text-align: left;">Yey, I finally made a Wordpress theme available for people to download.  (I have made tons of them in the past but never realized that it could be helpful for others)</p>
<p style="text-align: left;">This WordPress theme is the one I used like yesterday. (I already developed a 3-column version of it that you see now)</p>
<p style="text-align: left;">Anyway, I had to pretty much water the theme down as much as possible so you can customize it to your liking.</p>
<p style="text-align: left;">This theme will help your blog to get more visitors and also help the visitors FIND stuff over traditional blog layouts.  I&#8217;ve been watching over last 24 hours how many more people &#8220;search&#8221; on this blog, simply due to the fact that I have emphasized search more.</p>
<p style="text-align: left;"><a target="_blank" href="http://zedomax.com/blog/theme/" >You can DOWNLOAD it here.</a></p>
</div>
<p></span></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/11/09/zedomax-blog-search-engine-style-wordpress-theme-v01-available/" >Zedomax Blog &#8220;Search Engine Style&#8221; WordPress Theme v.0.1 Available!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/misc/business/advertising/" title="Advertising" rel="tag">Advertising</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/tag/blog-layouts/" title="blog layouts" rel="tag">blog layouts</a>, <a href="http://zedomax.com/blog/category/misc/business/" title="Business" rel="tag">Business</a>, <a href="http://zedomax.com/blog/category/misc/business/business-ideas/" title="Business Ideas" rel="tag">Business Ideas</a>, <a href="http://zedomax.com/blog/tag/column-version/" title="column version" rel="tag">column version</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/category/featured/" title="Featured" rel="tag">Featured</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/tag/liking/" title="liking" rel="tag">liking</a>, <a href="http://zedomax.com/blog/category/misc/business/make-money-online/" title="Make Money Online" rel="tag">Make Money Online</a>, <a href="http://zedomax.com/blog/tag/people-search/" title="people search" rel="tag">people search</a>, <a href="http://zedomax.com/blog/tag/search-engine/" title="search-engine" rel="tag">search-engine</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/wordpress/" title="Wordpress" rel="tag">Wordpress</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2008/06/03/zedomaxnet-web20-crunch/" title="Zedomax.Net Web2.0 Crunch&#8230; (June 3, 2008)">Zedomax.Net Web2.0 Crunch&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/08/zedomax-new-wordpress-blog-search-engine-theme/" title="Zedomax New Wordpress Blog Search Engine Theme! (November 8, 2008)">Zedomax New Wordpress Blog Search Engine Theme!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/24/zedomax-blog-search-engine-update/" title="Zedomax Blog Search Engine Update! (November 24, 2008)">Zedomax Blog Search Engine Update!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/01/11/use-qweascom-to-find-software-you-need/" title="Use Qweas.com to find software you need (January 11, 2007)">Use Qweas.com to find software you need</a> </li>
	<li><a href="http://zedomax.com/blog/theme/" title="Theme (November 8, 2008)">Theme</a> </li>
	<li><a href="http://zedomax.com/blog/2009/01/02/statttcom-launched-stats-search-engine-for-webmasters/" title="Stattt.com Launched!!! &#8211; Stats Search Engine for Webmasters!!! (January 2, 2009)">Stattt.com Launched!!! &#8211; Stats Search Engine for Webmasters!!!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/27/srchrcom-search-google-yahoo-youtube-and-more-all-at-once/" title="SRCHR.com &#8211; Search Google, Yahoo, Youtube, and more ALL-AT-ONCE! (December 27, 2006)">SRCHR.com &#8211; Search Google, Yahoo, Youtube, and more ALL-AT-ONCE!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/27/soft-values-portable-belt-speakers/" title="Soft Values Portable Belt Speakers! (May 27, 2008)">Soft Values Portable Belt Speakers!</a> </li>
	<li><a href="http://zedomax.com/blog/new-wordpress-search-engine-blog-theme/" title="New Wordpress Search Engine Blog Theme! (November 8, 2008)">New Wordpress Search Engine Blog Theme!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/07/new-design-for-zedomax-wordpress-theme/" title="New Design for Zedomax Wordpress Theme! (November 7, 2008)">New Design for Zedomax Wordpress Theme!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/15/livingroom-diy-how-to-make-a-cool-pillow-with-custom-trim/" title="Livingroom DIY &#8211; How to Make a Cool Pillow with Custom Trim! (November 15, 2008)">Livingroom DIY &#8211; How to Make a Cool Pillow with Custom Trim!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/03/08/lamp-diy-how-to-make-threaded-led-tealight-cover/" title="Lamp DIY &#8211; How to Make Threaded LED Tealight Cover! (March 8, 2009)">Lamp DIY &#8211; How to Make Threaded LED Tealight Cover!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/01/07/jungzillacom-launched-baby-a-web-20-search-engine/" title="JUNGzilla.com Launched Baby, a Web 2.0 Search Engine! (January 7, 2009)">JUNGzilla.com Launched Baby, a Web 2.0 Search Engine!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/01/05/interesting-website-search-engine-decoder/" title="Interesting Website &#8211; Search Engine Decoder (January 5, 2007)">Interesting Website &#8211; Search Engine Decoder</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/18/how-to-do-search-engine-hacks-and-tricks/" title="How To Do Search Engine Hacks And Tricks (February 18, 2009)">How To Do Search Engine Hacks And Tricks</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/10/goohoo-a-google-yahoo-search-engine-was-just-launched/" title="GooHoo, a Google Yahoo search engine, was just launched! (May 10, 2008)">GooHoo, a Google Yahoo search engine, was just launched!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/17/goohack-of-the-day-golf-ball/" title="Goohack of the Day! &#8211; Golf Ball (May 17, 2008)">Goohack of the Day! &#8211; Golf Ball</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/12/goohack-launched-find-diys-howtos-hacks-and-more/" title="Goohack Launched! &#8211; Find DIYs, HowTos, Hacks, and more! (May 12, 2008)">Goohack Launched! &#8211; Find DIYs, HowTos, Hacks, and more!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/07/03/googlemaps-working-on-voice-search-with-blackberries/" title="GoogleMaps working on Voice Search with Blackberries (July 3, 2008)">GoogleMaps working on Voice Search with Blackberries</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/15/googles-android-could-learn-from-yahoos-go/" title="Google&#8217;s Android Could Learn From Yahoo&#8217;s Go! (January 15, 2008)">Google&#8217;s Android Could Learn From Yahoo&#8217;s Go!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/11/09/zedomax-blog-search-engine-style-wordpress-theme-v01-available/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>G1 Hack &#8211; How to Get Internet Relay Chat (IRC) on your Android G1 phone!</title>
		<link>http://zedomax.com/blog/2008/11/09/g1-hack-how-to-get-internet-relay-chat-irc-on-your-android-g1-phone/</link>
		<comments>http://zedomax.com/blog/2008/11/09/g1-hack-how-to-get-internet-relay-chat-irc-on-your-android-g1-phone/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 19:01:13 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Consumer]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Featured Hacks]]></category>
		<category><![CDATA[G1 Phone]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Google Android]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[cell phones]]></category>
		<category><![CDATA[chat irc]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=10864</guid>
		<description><![CDATA[
Need to get IRC on your G1 Phone?  Well, you can head over to Mibbit.com and start IRC all the way through the weekend.
source
Brought to you by: Zedomax.com
G1 Hack &#8211; How to Get Internet Relay Chat (IRC) on your Android G1 phone!

	cell phones, chat irc, Consumer, DIY, Educational, Entertainment, Featured Hacks, G1 Phone, Gadgets, Google [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-10865 aligncenter" title="mibbit" src="http://zedomax.com/blog/wp-content/uploads/2008/11/mibbit.gif" alt="" width="401" height="338" /></p>
<p>Need to get IRC on your G1 Phone?  Well, you can head over to <a target="_blank" href="http://www.mibbit.com/" >Mibbit.com</a> and start IRC all the way through the weekend.</p>
<p><a target="_blank" href="http://www.android-unleashed.com/2008/11/howto-internet-relay-chat-irc-on-your.html" >source</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/11/09/g1-hack-how-to-get-internet-relay-chat-irc-on-your-android-g1-phone/" >G1 Hack &#8211; How to Get Internet Relay Chat (IRC) on your Android G1 phone!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/gadgets/cell-phone/" title="cell phones" rel="tag">cell phones</a>, <a href="http://zedomax.com/blog/tag/chat-irc/" title="chat irc" rel="tag">chat irc</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/category/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/category/technology/educational/" title="Educational" rel="tag">Educational</a>, <a href="http://zedomax.com/blog/category/entertainment/" title="Entertainment" rel="tag">Entertainment</a>, <a href="http://zedomax.com/blog/category/featured/featured-hacks/" title="Featured Hacks" rel="tag">Featured Hacks</a>, <a href="http://zedomax.com/blog/category/gadgets/cell-phone/g1-phone/" title="G1 Phone" rel="tag">G1 Phone</a>, <a href="http://zedomax.com/blog/category/gadgets/" title="Gadgets" rel="tag">Gadgets</a>, <a href="http://zedomax.com/blog/category/gadgets/cell-phone/google-android/" title="Google Android" rel="tag">Google Android</a>, <a href="http://zedomax.com/blog/category/diy/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/category/diy/howto/" title="HOWTO" rel="tag">HOWTO</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/11/09/g1-hack-how-to-get-internet-relay-chat-irc-on-your-android-g1-phone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zedomax New Wordpress Blog Search Engine Theme!</title>
		<link>http://zedomax.com/blog/2008/11/08/zedomax-new-wordpress-blog-search-engine-theme/</link>
		<comments>http://zedomax.com/blog/2008/11/08/zedomax-new-wordpress-blog-search-engine-theme/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 11:28:17 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[3pm]]></category>
		<category><![CDATA[beers]]></category>
		<category><![CDATA[big ass]]></category>
		<category><![CDATA[going tomorrow]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[magazine style]]></category>
		<category><![CDATA[pixel]]></category>
		<category><![CDATA[scratch]]></category>
		<category><![CDATA[seach engine]]></category>
		<category><![CDATA[search function]]></category>
		<category><![CDATA[search-engine]]></category>
		<category><![CDATA[sleep]]></category>
		<category><![CDATA[sorta]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=10859</guid>
		<description><![CDATA[
Yey, I&#8217;ve been working all day until now, which is 3AM, to design a brand new Wordpress Search Engine Blog Theme.
Basically, what I&#8217;ve realized is that there&#8217;s over 5000+ blog posts in this blog and it&#8217;s hard to find any good information anymore.
By hacking the Wordpress from scratch (hacking the defauly Kubrick theme), I figured [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-10855 aligncenter" title="blog" src="http://zedomax.com/blog/wp-content/uploads/2008/11/blog.gif" alt="" width="500" height="171" /></p>
<p>Yey, I&#8217;ve been working all day until now, which is 3AM, to design a brand new Wordpress Search Engine Blog Theme.</p>
<p>Basically, what I&#8217;ve realized is that there&#8217;s over 5000+ blog posts in this blog and it&#8217;s hard to find any good information anymore.</p>
<p>By hacking the Wordpress from scratch (hacking the defauly Kubrick theme), I figured out a way to make your blog into a &#8220;visual&#8221; seach engine, sorta like Google with 100&#215;75 pixel pics.</p>
<p>This type of theme might be great for those of you who have over 3000+ blog posts but still using traditional layouts where it&#8217;s going to be almost impossible for visitors to find your old posts.</p>
<p>Anyways, you should now be able to find stuff a lot easier using the big ass search function at the top.</p>
<p>I am not done with it, I am just too tired to keep going.</p>
<p>Tomorrow, blog posts will probably be delayed until 3pm or so, I will be sleeping a LOT so if you need me, please e-mail me and I will have to get back to you.</p>
<p>Also, I will either make this theme available for download soon for those of you who want it so stay tuunnneeed.</p>
<p>Oh yeah, this theme is really cool by the way because it&#8217;s sort of a mix between a magazine style blog and a search engine.  YEY!</p>
<p>Okay, I am gonna go drink some beers, smoke, and sleep finally. thank you my readers to listening to my 3am rants.  I promise to start blogging again real soon. <img src='http://zedomax.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/11/08/zedomax-new-wordpress-blog-search-engine-theme/" >Zedomax New Wordpress Blog Search Engine Theme!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/tag/3pm/" title="3pm" rel="tag">3pm</a>, <a href="http://zedomax.com/blog/tag/beers/" title="beers" rel="tag">beers</a>, <a href="http://zedomax.com/blog/tag/big-ass/" title="big ass" rel="tag">big ass</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/category/featured/" title="Featured" rel="tag">Featured</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/tag/going-tomorrow/" title="going tomorrow" rel="tag">going tomorrow</a>, <a href="http://zedomax.com/blog/tag/google/" title="Google" rel="tag">Google</a>, <a href="http://zedomax.com/blog/tag/magazine-style/" title="magazine style" rel="tag">magazine style</a>, <a href="http://zedomax.com/blog/tag/pixel/" title="pixel" rel="tag">pixel</a>, <a href="http://zedomax.com/blog/tag/scratch/" title="scratch" rel="tag">scratch</a>, <a href="http://zedomax.com/blog/tag/seach-engine/" title="seach engine" rel="tag">seach engine</a>, <a href="http://zedomax.com/blog/tag/search-function/" title="search function" rel="tag">search function</a>, <a href="http://zedomax.com/blog/tag/search-engine/" title="search-engine" rel="tag">search-engine</a>, <a href="http://zedomax.com/blog/tag/sleep/" title="sleep" rel="tag">sleep</a>, <a href="http://zedomax.com/blog/tag/sorta/" title="sorta" rel="tag">sorta</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/wordpress/" title="Wordpress" rel="tag">Wordpress</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/new-wordpress-search-engine-blog-theme/" title="New Wordpress Search Engine Blog Theme! (November 8, 2008)">New Wordpress Search Engine Blog Theme!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/03/zedomaxnet-web20-crunch/" title="Zedomax.Net Web2.0 Crunch&#8230; (June 3, 2008)">Zedomax.Net Web2.0 Crunch&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/06/use-cooliriss-piclens-firefox-plugin-to-browse-images-videos-like-an-iphone/" title="Use Cooliris&#8217;s PicLens Firefox Plugin to browse images, videos like an iPhone! (May 6, 2008)">Use Cooliris&#8217;s PicLens Firefox Plugin to browse images, videos like an iPhone!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/02/17/traffic-explosion-with-sitehoppin/" title="Traffic Explosion with SiteHoppin (February 17, 2008)">Traffic Explosion with SiteHoppin</a> </li>
	<li><a href="http://zedomax.com/blog/2008/10/02/stumbleupon-launches-its-toolbar-less-browsing-feature/" title="Stumbleupon launches its Toolbar-less Browsing Feature! (October 2, 2008)">Stumbleupon launches its Toolbar-less Browsing Feature!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/27/srchrcom-search-google-yahoo-youtube-and-more-all-at-once/" title="SRCHR.com &#8211; Search Google, Yahoo, Youtube, and more ALL-AT-ONCE! (December 27, 2006)">SRCHR.com &#8211; Search Google, Yahoo, Youtube, and more ALL-AT-ONCE!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/11/sitehoppin-10k-baby/" title="SiteHoppin&#8217; 10K Baby! (January 11, 2008)">SiteHoppin&#8217; 10K Baby!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/01/our-new-site-sitehoppin-and-knolprojectnet/" title="Our new site SiteHoppin&#8217; and KnolProject.Net (January 1, 2008)">Our new site SiteHoppin&#8217; and KnolProject.Net</a> </li>
	<li><a href="http://zedomax.com/blog/2009/01/07/jungzillacom-launched-baby-a-web-20-search-engine/" title="JUNGzilla.com Launched Baby, a Web 2.0 Search Engine! (January 7, 2009)">JUNGzilla.com Launched Baby, a Web 2.0 Search Engine!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/25/iphone-earth-lets-you-view-the-globe-by-tilting-your-iphone/" title="iPhone Earth lets you view the Globe by tilting your iPhone! (May 25, 2008)">iPhone Earth lets you view the Globe by tilting your iPhone!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/01/05/interesting-website-search-engine-decoder/" title="Interesting Website &#8211; Search Engine Decoder (January 5, 2007)">Interesting Website &#8211; Search Engine Decoder</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/18/how-to-do-search-engine-hacks-and-tricks/" title="How To Do Search Engine Hacks And Tricks (February 18, 2009)">How To Do Search Engine Hacks And Tricks</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/10/goohoo-a-google-yahoo-search-engine-was-just-launched/" title="GooHoo, a Google Yahoo search engine, was just launched! (May 10, 2008)">GooHoo, a Google Yahoo search engine, was just launched!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/12/goohack-launched-find-diys-howtos-hacks-and-more/" title="Goohack Launched! &#8211; Find DIYs, HowTos, Hacks, and more! (May 12, 2008)">Goohack Launched! &#8211; Find DIYs, HowTos, Hacks, and more!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/07/03/googlemaps-working-on-voice-search-with-blackberries/" title="GoogleMaps working on Voice Search with Blackberries (July 3, 2008)">GoogleMaps working on Voice Search with Blackberries</a> </li>
	<li><a href="http://zedomax.com/blog/2009/03/18/google-hack-how-to-search-google-without-copy-and-paste/" title="Google Hack &#8211; How to Search Google Without Copy And Paste! (March 18, 2009)">Google Hack &#8211; How to Search Google Without Copy And Paste!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/10/15/fixyacom-for-diyers-and-ethically-honest-at-heart-hackers/" title="FixYa.com &#8211; For DIYers and ethically honest at heart HACKers! (October 15, 2007)">FixYa.com &#8211; For DIYers and ethically honest at heart HACKers!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/13/blog-diy-how-to-bring-more-web-traffic-on-your-blog/" title="Blog DIY &#8211; How to Bring More Web Traffic on your Blog! (November 13, 2008)">Blog DIY &#8211; How to Bring More Web Traffic on your Blog!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/17/zedomaxcom-google-friendconnect/" title="Zedomax.com Google FriendConnect! (December 17, 2008)">Zedomax.com Google FriendConnect!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/06/zedomax-traffic-overview-2008/" title="Zedomax Traffic Overview 2008 (January 6, 2008)">Zedomax Traffic Overview 2008</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/11/08/zedomax-new-wordpress-blog-search-engine-theme/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>YouTube Hack &#8211; How to Control YouTube Video Speed!</title>
		<link>http://zedomax.com/blog/2008/11/03/youtube-hack-how-to-control-youtube-video-speed/</link>
		<comments>http://zedomax.com/blog/2008/11/03/youtube-hack-how-to-control-youtube-video-speed/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 20:55:08 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[YouTube]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[free plugin]]></category>
		<category><![CDATA[frustration]]></category>
		<category><![CDATA[golf swings in slow motion]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[limited time]]></category>
		<category><![CDATA[long time]]></category>
		<category><![CDATA[playback speed]]></category>
		<category><![CDATA[speed controller]]></category>
		<category><![CDATA[video speed]]></category>
		<category><![CDATA[youtube videos]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=10727</guid>
		<description><![CDATA[
Wow, I have been looking for something like this a long time, a YouTube speed controller that lets you slow down or speed up the YouTube videos.
I find this utility awesome for analyzing golf swings in slow motion or simply skipping to a certain section of the video a lot faster.
It&#8217;s a free plugin that [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-10728 aligncenter" title="youtube" src="http://zedomax.com/blog/wp-content/uploads/2008/11/youtube.jpg" alt="" width="500" height="386" /></p>
<p>Wow, I have been looking for something like this a long time, a YouTube speed controller that lets you slow down or speed up the YouTube videos.</p>
<p>I find this utility awesome for analyzing golf swings in slow motion or simply skipping to a certain section of the video a lot faster.</p>
<p>It&#8217;s a free plugin that will work on most browsers including IE, Firefox, and Google Chrome.</p>
<p><a target="_blank" href="http://secure.enounce.com/myspeed.php" >You can download it HERE and try it yourself.</a></p>
<blockquote>
<p class="larger"><strong>With MySpeed you can:</strong></p>
<ul style="margin-top: 0px;">
<li>Change the playback speed of YouTube Videos dynamically!<br />
(and any other Flash Video)</li>
<li>Watch more videos in less time with speed-up</li>
<li>Understand and Transcribe complex material with slow-down.</li>
<li>Increase learning with lower frustration</li>
</ul>
<li>It&#8217;s Free!! (for a limited time)</li>
</blockquote>
<p><a target="_blank" href="http://www.dailygyan.com/2008/11/increase-or-decrease-playback-speed-of.html" >via dailygyan</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/11/03/youtube-hack-how-to-control-youtube-video-speed/" >YouTube Hack &#8211; How to Control YouTube Video Speed!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/technology/web-technology/browser/" title="browser" rel="tag">browser</a>, <a href="http://zedomax.com/blog/category/computer/" title="Computer" rel="tag">Computer</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/category/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/category/computer/software/download/" title="download" rel="tag">download</a>, <a href="http://zedomax.com/blog/category/technology/educational/" title="Educational" rel="tag">Educational</a>, <a href="http://zedomax.com/blog/category/entertainment/" title="Entertainment" rel="tag">Entertainment</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/browser/firefox-browser/" title="Firefox" rel="tag">Firefox</a>, <a href="http://zedomax.com/blog/tag/free-plugin/" title="free plugin" rel="tag">free plugin</a>, <a href="http://zedomax.com/blog/tag/frustration/" title="frustration" rel="tag">frustration</a>, <a href="http://zedomax.com/blog/tag/golf-swings-in-slow-motion/" title="golf swings in slow motion" rel="tag">golf swings in slow motion</a>, <a href="http://zedomax.com/blog/tag/google/" title="Google" rel="tag">Google</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/browser/google-chrome-browser-wt/" title="Google Chrome" rel="tag">Google Chrome</a>, <a href="http://zedomax.com/blog/category/diy/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/tag/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/category/diy/howto/" title="HOWTO" rel="tag">HOWTO</a>, <a href="http://zedomax.com/blog/tag/limited-time/" title="limited time" rel="tag">limited time</a>, <a href="http://zedomax.com/blog/tag/long-time/" title="long time" rel="tag">long time</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/browser/opera-browser/" title="Opera" rel="tag">Opera</a>, <a href="http://zedomax.com/blog/tag/playback-speed/" title="playback speed" rel="tag">playback speed</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/browser/safari-browser/" title="Safari" rel="tag">Safari</a>, <a href="http://zedomax.com/blog/category/computer/software/" title="Software" rel="tag">Software</a>, <a href="http://zedomax.com/blog/tag/speed-controller/" title="speed controller" rel="tag">speed controller</a>, <a href="http://zedomax.com/blog/tag/video-speed/" title="video speed" rel="tag">video speed</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/youtube-wt/" title="YouTube" rel="tag">YouTube</a>, <a href="http://zedomax.com/blog/tag/youtube-videos/" title="youtube videos" rel="tag">youtube videos</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2008/05/06/use-cooliriss-piclens-firefox-plugin-to-browse-images-videos-like-an-iphone/" title="Use Cooliris&#8217;s PicLens Firefox Plugin to browse images, videos like an iPhone! (May 6, 2008)">Use Cooliris&#8217;s PicLens Firefox Plugin to browse images, videos like an iPhone!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/20/quick-browser-hack-google-and-yahoo-bookmarklets-for-firefox-ie-and-safari/" title="Quick Browser HACK &#8211; Google and Yahoo Bookmarklets for Firefox, IE, and Safari (December 20, 2006)">Quick Browser HACK &#8211; Google and Yahoo Bookmarklets for Firefox, IE, and Safari</a> </li>
	<li><a href="http://zedomax.com/blog/2007/02/22/zedomax-reaches-over-500000-unique-visitors-thanks-to-youall/" title="Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all (February 22, 2007)">Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/17/zedomax-christmas-wreath-now-on-lifehacker/" title="Zedomax Christmas Wreath now on&#8230; Lifehacker! (December 17, 2007)">Zedomax Christmas Wreath now on&#8230; Lifehacker!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/03/16/youtube-hack-how-to-watch-youtube-videos-faster-with-firefox-addons-and-more/" title="YouTube Hack &#8211; How to watch YouTube videos faster with Firefox addons and more! (March 16, 2008)">YouTube Hack &#8211; How to watch YouTube videos faster with Firefox addons and more!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/25/windows-xp-running-on-ps3/" title="Windows XP Running on PS3 (November 25, 2006)">Windows XP Running on PS3</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/13/wii-hack-google-earth-interface-for-wii-remote/" title="WII Hack &#8211; Google Earth interface for Wii remote. (December 13, 2006)">WII Hack &#8211; Google Earth interface for Wii remote.</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/28/video-lockpicking-with-bmw-decoder-tool/" title="Video &#8211; Lockpicking with BMW Decoder Tool (December 28, 2006)">Video &#8211; Lockpicking with BMW Decoder Tool</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/18/touchgraph-google-and-amazon/" title="Touchgraph Google and Amazon (April 18, 2007)">Touchgraph Google and Amazon</a> </li>
	<li><a href="http://zedomax.com/blog/2009/01/21/spy-hack-how-to-make-a-bump-key/" title="Spy Hack &#8211; How to Make a Bump Key! (January 21, 2009)">Spy Hack &#8211; How to Make a Bump Key!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/10/18/seo-and-adsense-hack-best-of-seo-an-adsense-optimization-blog-posts/" title="SEO and Adsense Hack &#8211; Best of SEO an Adsense Optimization Blog Posts! (October 18, 2008)">SEO and Adsense Hack &#8211; Best of SEO an Adsense Optimization Blog Posts!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/17/onearthtravelcom-and-our-other-blogs-and-social-networking-sites/" title="OnEarthTravel.com and our &#8220;other&#8221; blogs and social networking sites. (March 17, 2007)">OnEarthTravel.com and our &#8220;other&#8221; blogs and social networking sites.</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/24/netbook-hack-how-to-make-your-favorite-apps-run-faster-on-a-netbook-with-win-xp/" title="Netbook Hack &#8211; How to Make your Favorite Apps Run Faster on a Netbook with Win XP! (April 24, 2009)">Netbook Hack &#8211; How to Make your Favorite Apps Run Faster on a Netbook with Win XP!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/08/22/microsoft-ultimate-office-for-5995-and-we-think-its-garbage/" title="Microsoft Ultimate Office for $59.95 and We Think It&#8217;s Garbage! (August 22, 2008)">Microsoft Ultimate Office for $59.95 and We Think It&#8217;s Garbage!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/15/mac-tv-hack-how-to-run-mac-osx-on-mac-tv/" title="MAC TV Hack &#8211; How to run Mac OSX on MAC TV! (April 15, 2007)">MAC TV Hack &#8211; How to run Mac OSX on MAC TV!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/01/29/hack-google-google-pageranks-and-googlebombing/" title="HACK Google &#8211; Google Pageranks and Googlebombing (January 29, 2007)">HACK Google &#8211; Google Pageranks and Googlebombing</a> </li>
	<li><a href="http://zedomax.com/blog/2007/07/02/hack-apple-iphone-to-work-on-any-network-not-just-att/" title="Hack Apple iphone to work on any network not just at&#038;t (July 2, 2007)">Hack Apple iphone to work on any network not just at&#038;t</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/21/hack-download-free-mp3-music-using-google/" title="HACK &#8211; Download free mp3 music using GOogle! (December 21, 2006)">HACK &#8211; Download free mp3 music using GOogle!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/30/hack-destory-google/" title="HACK &#8211; Destroy Google (December 30, 2006)">HACK &#8211; Destroy Google</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/12/goohack-launched-find-diys-howtos-hacks-and-more/" title="Goohack Launched! &#8211; Find DIYs, HowTos, Hacks, and more! (May 12, 2008)">Goohack Launched! &#8211; Find DIYs, HowTos, Hacks, and more!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/11/03/youtube-hack-how-to-control-youtube-video-speed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Try CozyURL for shortening your Affiliate URL!</title>
		<link>http://zedomax.com/blog/2008/10/10/try-cozyurl-for-shortening-your-affiliate-url/</link>
		<comments>http://zedomax.com/blog/2008/10/10/try-cozyurl-for-shortening-your-affiliate-url/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 01:13:13 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[affiliate url]]></category>
		<category><![CDATA[g mail]]></category>
		<category><![CDATA[googlemaps]]></category>
		<category><![CDATA[mobile devices]]></category>
		<category><![CDATA[mobile phone]]></category>
		<category><![CDATA[shorten affiliate links]]></category>
		<category><![CDATA[shorten URL]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=10135</guid>
		<description><![CDATA[Well, I&#8217;ve always wanted to make this site that would shorten your affiliate links and finally did it today so check it out, it&#8217;s called CozyURL.com:
Well, here’s another site called CozyURL.com I made today in about 2 hours while chatting on G-mail with Josh.
I didn’t add any graphics so it’s fast and you can easily [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;ve always wanted to make this site that would shorten your affiliate links and finally did it today so check it out, it&#8217;s called <a target="_blank" href="http://CozyURL.com" >CozyURL.com</a>:</p>
<blockquote><p>Well, here’s another site called <a target="_blank" href="http://cozyurl.com/" >CozyURL.com</a> I made today in about 2 hours while chatting on G-mail with <a target="_blank" href="http://joshwhitford.com/" >Josh</a>.</p>
<p>I didn’t add any graphics so it’s fast and you can easily access it from mobile devices too.</p>
<p>It’s basically a site that will shorten URLs like <strong>http://sdfkcs.com/jdsf923jfdsaf</strong> to <strong>http://CozyURL/120</strong>.</p>
<p>It’s a free site and your link will permanently remain so please knock yourself out the next time you need to shorten that long GoogleMaps URL, or simply want to remember one number for viewing the site on your mobile phone.</p>
<p>I might open-source the code since some of you might like to make your own, so leave a comment if you want it.</p></blockquote>
<p><a target="_blank" href="http://zedomax.net/webmasters-tool/cozyurl-launched-shorten-that-affiliate-url/" >via Zedomax Blog Network</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/10/10/try-cozyurl-for-shortening-your-affiliate-url/" >Try CozyURL for shortening your Affiliate URL!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/tag/affiliate-url/" title="affiliate url" rel="tag">affiliate url</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/tag/g-mail/" title="g mail" rel="tag">g mail</a>, <a href="http://zedomax.com/blog/tag/googlemaps/" title="googlemaps" rel="tag">googlemaps</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/tag/mobile-devices/" title="mobile devices" rel="tag">mobile devices</a>, <a href="http://zedomax.com/blog/tag/mobile-phone/" title="mobile phone" rel="tag">mobile phone</a>, <a href="http://zedomax.com/blog/tag/shorten-affiliate-links/" title="shorten affiliate links" rel="tag">shorten affiliate links</a>, <a href="http://zedomax.com/blog/tag/shorten-url/" title="shorten URL" rel="tag">shorten URL</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/wordpress/" title="Wordpress" rel="tag">Wordpress</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2008/04/24/web-20-expo-2008-tellme-voice-activated-yellow-pages-just-launched-for-blackberry/" title="Web 2.0 Expo 2008 &#8211; TellMe Voice-Activated Yellow Pages just launched for Blackberry! (April 24, 2008)">Web 2.0 Expo 2008 &#8211; TellMe Voice-Activated Yellow Pages just launched for Blackberry!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/10/27/att-blackberry-bold-review-and-thoughts/" title="AT&#038;T Blackberry Bold Review and Thoughts! (October 27, 2008)">AT&#038;T Blackberry Bold Review and Thoughts!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/03/26/verizon-hub-review-is-it-really-necessary/" title="Verizon Hub Review, Is It Really Necessary? (March 26, 2009)">Verizon Hub Review, Is It Really Necessary?</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/18/usb-starfish-speakers/" title="USB Starfish Speakers! (June 18, 2008)">USB Starfish Speakers!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/17/usb-solar-charger-for-all-your-gadgets/" title="USB Solar Charger for all your Gadgets! (June 17, 2008)">USB Solar Charger for all your Gadgets!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/08/25/usb-key-flash-drives/" title="USB &#8220;Key&#8221; Flash Drives! (August 25, 2008)">USB &#8220;Key&#8221; Flash Drives!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/06/30/universal-mobile-phone-charger-next-year/" title="Universal mobile phone charger next year (June 30, 2009)">Universal mobile phone charger next year</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/18/tomtom-go-930t-gps-review/" title="TomTom GO 930T GPS Review (February 18, 2009)">TomTom GO 930T GPS Review</a> </li>
	<li><a href="http://zedomax.com/blog/2009/07/15/the-woodstation-for-time-and-weather/" title="The Woodstation for time and weather (July 15, 2009)">The Woodstation for time and weather</a> </li>
	<li><a href="http://zedomax.com/blog/2007/11/30/the-quarter-wiki-a-new-paid-online-encyclopedia/" title="The Quarter Wiki &#8211; a new paid Online Encyclopedia! (November 30, 2007)">The Quarter Wiki &#8211; a new paid Online Encyclopedia!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/05/sony-unveils-ultrasmall-hybrid-fuel-cell/" title="Sony Unveils Ultrasmall Hybrid Fuel Cell (May 5, 2008)">Sony Unveils Ultrasmall Hybrid Fuel Cell</a> </li>
	<li><a href="http://zedomax.com/blog/2008/07/26/sony-ericsson-mbs-200-bluetooth-wireless-portable-speaker/" title="Sony Ericsson MBS-200 Bluetooth Wireless Portable Speaker! (July 26, 2008)">Sony Ericsson MBS-200 Bluetooth Wireless Portable Speaker!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/07/24/socks-for-mobile-devices/" title="Socks for mobile devices (July 24, 2009)">Socks for mobile devices</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/28/shorten-that-url-with-the-new-cozyurl-with-firefox-search-option/" title="Shorten that URL with the NEW CozyURL with Firefox Search Option! (November 28, 2008)">Shorten that URL with the NEW CozyURL with Firefox Search Option!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/08/15/roofray-lets-you-calculate-your-homes-solar-power-potential/" title="RoofRay lets you calculate your home&#8217;s Solar Power potential! (August 15, 2008)">RoofRay lets you calculate your home&#8217;s Solar Power potential!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/12/quarterwiki-pages-are-being-sold-like-hotcakes/" title="QuarterWiki &#8211; Pages are being sold like Hotcakes! (December 12, 2007)">QuarterWiki &#8211; Pages are being sold like Hotcakes!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/08/23/palm-pre-hack-how-to-make-googlemaps-gps-tracking-on-your-palm-pre/" title="Palm Pre Hack &#8211; How to Make GoogleMaps GPS Tracking on Your Palm Pre! (August 23, 2009)">Palm Pre Hack &#8211; How to Make GoogleMaps GPS Tracking on Your Palm Pre!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/08/23/palm-pre-hack-how-to-tweet-your-palm-pres-gps-location-to-twitter/" title="Palm Pre Hack &#8211; How to &#8220;Tweet&#8221; Your Palm Pre&#8217;s GPS Location to Twitter! (August 23, 2009)">Palm Pre Hack &#8211; How to &#8220;Tweet&#8221; Your Palm Pre&#8217;s GPS Location to Twitter!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/04/22/office-printing-diy-how-to-save-time-and-money-on-printing-and-get-your-mail-delivered-faster/" title="Office Printing DIY &#8211; How to save time and money on printing and get your mail delivered faster! (April 22, 2008)">Office Printing DIY &#8211; How to save time and money on printing and get your mail delivered faster!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/01/25/obama-to-ditch-his-rim-blackberry-for-a-windows-mobile-phone-i-hope-not/" title="Obama to Ditch His RIM Blackberry for a Windows Mobile Phone? &#8211; I &#8220;Hope&#8221; NOT! (January 25, 2009)">Obama to Ditch His RIM Blackberry for a Windows Mobile Phone? &#8211; I &#8220;Hope&#8221; NOT!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/10/10/try-cozyurl-for-shortening-your-affiliate-url/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Stumbleupon launches its Toolbar-less Browsing Feature!</title>
		<link>http://zedomax.com/blog/2008/10/02/stumbleupon-launches-its-toolbar-less-browsing-feature/</link>
		<comments>http://zedomax.com/blog/2008/10/02/stumbleupon-launches-its-toolbar-less-browsing-feature/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 17:28:19 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Consumer]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[SiteHoppin]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[Wiki]]></category>
		<category><![CDATA[10 months]]></category>
		<category><![CDATA[beers]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[full force]]></category>
		<category><![CDATA[gnu license]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[great news]]></category>
		<category><![CDATA[image change]]></category>
		<category><![CDATA[launch]]></category>
		<category><![CDATA[open source code]]></category>
		<category><![CDATA[open source platform]]></category>
		<category><![CDATA[rocks]]></category>
		<category><![CDATA[web version]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=9929</guid>
		<description><![CDATA[
Stumbleupon launches its Toolbar-less browsing feature, of course, it seems that they have picked on our ideas from SiteHoppin, which is originally based on Toolbar-less browsing.
You can test both out yourself and judge which one is better, I still think my SiteHoppin rocks over SU&#8217;s new toolbar-lessness.
Test out SU Web Version
Test out SH Web Version
Another [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-9930 aligncenter" title="su" src="http://zedomax.com/blog/wp-content/uploads/2008/10/su.jpg" alt="" width="250" height="250" /></p>
<p><a target="_blank" href="http://stumbleupon.com" >Stumbleupon</a> launches its Toolbar-less browsing feature, of course, it seems that they have picked on our ideas from <a target="_blank" href="http://sitehoppin.com" >SiteHoppin</a>, which is originally based on Toolbar-less browsing.</p>
<p>You can test both out yourself and judge which one is better, I still think my SiteHoppin rocks over SU&#8217;s new toolbar-lessness.</p>
<p><a target="_blank" href="http://www.stumbleupon.com/toolbar/" >Test out SU Web Version</a></p>
<p><a target="_blank" href="http://sitehoppin.com/Special:Random" >Test out SH Web Version</a></p>
<p>Another great news that I should be telling the world is that <strong>SiteHoppin will become the first &#8220;open-source&#8221; platform</strong>.  (that will be released under GNU license as a MediaWiki extension.  You can stay updated on that on my <a target="_blank" href="http://www.mediawiki.org/wiki/User:Zedomax" >MediaWiki page</a>)</p>
<p>The reason I am going open-source is to open the development of SiteHoppin to the world, just like Google Android, Google Chrome, etc&#8230;etc&#8230;</p>
<p>Besides that, I don&#8217;t have whole lotta time to develop SiteHoppin anymore, it takes me all day to code the site.  It would be great if I can share my knowledge to the world and also have other developers contribute to the &#8220;knowledge&#8221;.</p>
<p>But first, we will be going through an &#8220;image&#8221; change from beers to something more appropriate.  We have been messing around too much and partying it up but we should be back in full-force with some open-source code and official &#8220;launch&#8221; as we are still in beta for last 10 months.</p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/10/02/stumbleupon-launches-its-toolbar-less-browsing-feature/" >Stumbleupon launches its Toolbar-less Browsing Feature!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/tag/10-months/" title="10 months" rel="tag">10 months</a>, <a href="http://zedomax.com/blog/tag/beers/" title="beers" rel="tag">beers</a>, <a href="http://zedomax.com/blog/tag/beta/" title="beta" rel="tag">beta</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/category/entertainment/" title="Entertainment" rel="tag">Entertainment</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/tag/full-force/" title="full force" rel="tag">full force</a>, <a href="http://zedomax.com/blog/tag/gnu-license/" title="gnu license" rel="tag">gnu license</a>, <a href="http://zedomax.com/blog/tag/google/" title="Google" rel="tag">Google</a>, <a href="http://zedomax.com/blog/tag/great-news/" title="great news" rel="tag">great news</a>, <a href="http://zedomax.com/blog/tag/image-change/" title="image change" rel="tag">image change</a>, <a href="http://zedomax.com/blog/tag/launch/" title="launch" rel="tag">launch</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/tag/open-source-code/" title="open source code" rel="tag">open source code</a>, <a href="http://zedomax.com/blog/tag/open-source-platform/" title="open source platform" rel="tag">open source platform</a>, <a href="http://zedomax.com/blog/tag/rocks/" title="rocks" rel="tag">rocks</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/sitehoppin/" title="SiteHoppin" rel="tag">SiteHoppin</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/tag/web-version/" title="web version" rel="tag">web version</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/wiki/" title="Wiki" rel="tag">Wiki</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2008/11/08/zedomax-new-wordpress-blog-search-engine-theme/" title="Zedomax New Wordpress Blog Search Engine Theme! (November 8, 2008)">Zedomax New Wordpress Blog Search Engine Theme!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/08/why-blogrush-will-die-and-sitehoppin-will-exponentially-grow/" title="Why BlogRush will die and SiteHoppin will exponentially grow! (January 8, 2008)">Why BlogRush will die and SiteHoppin will exponentially grow!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/02/17/traffic-explosion-with-sitehoppin/" title="Traffic Explosion with SiteHoppin (February 17, 2008)">Traffic Explosion with SiteHoppin</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/05/top-10-reasons-why-linux-will-be-on-every-pc-in-10-years/" title="Top 10 Reasons Why Linux will be on every PC in 10 Years! (June 5, 2008)">Top 10 Reasons Why Linux will be on every PC in 10 Years!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/11/sitehoppin-10k-baby/" title="SiteHoppin&#8217; 10K Baby! (January 11, 2008)">SiteHoppin&#8217; 10K Baby!</a> </li>
	<li><a href="http://zedomax.com/blog/new-wordpress-search-engine-blog-theme/" title="New Wordpress Search Engine Blog Theme! (November 8, 2008)">New Wordpress Search Engine Blog Theme!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/13/knols-project-google-is-trying-to-compete-with-wikipedia/" title="Knols Project &#8211; Google is trying to compete with Wikipedia! (December 13, 2007)">Knols Project &#8211; Google is trying to compete with Wikipedia!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/25/iphone-earth-lets-you-view-the-globe-by-tilting-your-iphone/" title="iPhone Earth lets you view the Globe by tilting your iPhone! (May 25, 2008)">iPhone Earth lets you view the Globe by tilting your iPhone!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/09/12/hp-shifting-focus-to-linux-in-order-to-get-over-vista-unpopularity/" title="HP shifting focus to Linux in order to get over Vista Unpopularity! (September 12, 2008)">HP shifting focus to Linux in order to get over Vista Unpopularity!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/15/googles-android-could-learn-from-yahoos-go/" title="Google&#8217;s Android Could Learn From Yahoo&#8217;s Go! (January 15, 2008)">Google&#8217;s Android Could Learn From Yahoo&#8217;s Go!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/29/google-earth-api-now-lets-you-put-google-earth-in-your-website/" title="Google Earth API now let&#8217;s you put Google Earth in your website! (May 29, 2008)">Google Earth API now let&#8217;s you put Google Earth in your website!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/10/24/google-cse-custom-search-engine-launched/" title="Google CSE Custom Search Engine Launched! (October 24, 2006)">Google CSE Custom Search Engine Launched!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/11/google-chrome-is-now-official/" title="Google Chrome is now Official! (December 11, 2008)">Google Chrome is now Official!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/09/01/gmail-hack-how-to-backup-your-gmail/" title="GMail Hack &#8211; How to BackUp Your GMail! (September 1, 2009)">GMail Hack &#8211; How to BackUp Your GMail!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/02/diy-hack-how-to-make-your-plugins-work-in-firefox-3-beta/" title="DIY Hack &#8211; How to make your plugins work in Firefox 3 Beta! (May 2, 2008)">DIY Hack &#8211; How to make your plugins work in Firefox 3 Beta!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/03/zedomaxnet-web20-crunch/" title="Zedomax.Net Web2.0 Crunch&#8230; (June 3, 2008)">Zedomax.Net Web2.0 Crunch&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/17/zedomaxcom-google-friendconnect/" title="Zedomax.com Google FriendConnect! (December 17, 2008)">Zedomax.com Google FriendConnect!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/06/zedomax-traffic-overview-2008/" title="Zedomax Traffic Overview 2008 (January 6, 2008)">Zedomax Traffic Overview 2008</a> </li>
	<li><a href="http://zedomax.com/blog/2008/10/21/zedomax-server-update/" title="Zedomax Server Update (October 21, 2008)">Zedomax Server Update</a> </li>
	<li><a href="http://zedomax.com/blog/2007/02/22/zedomax-reaches-over-500000-unique-visitors-thanks-to-youall/" title="Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all (February 22, 2007)">Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/10/02/stumbleupon-launches-its-toolbar-less-browsing-feature/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Chrome Tips and Hacks Re-cap #3!</title>
		<link>http://zedomax.com/blog/2008/09/14/google-chrome-tips-and-hacks-re-cap-3/</link>
		<comments>http://zedomax.com/blog/2008/09/14/google-chrome-tips-and-hacks-re-cap-3/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 19:27:50 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[browser]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=9342</guid>
		<description><![CDATA[
If you haven&#8217;t been following our latest Google Chrome Tips and Hacks, you will need to check out the following two posts:
Recap of Google Chrome Tips and Hacks #1
Recap of Google Chrome Tips and Hacks #2
Here&#8217;s the re-cap of Google Chrome Tips and Hacks #3:
Chrome Tips &#8211; How to install Greasemonkey scripts in Google Chrome [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-9207 aligncenter" title="chrome" src="/blog/wp-content/uploads/2008/09/chrome.gif" alt="Google Chrome Tips and Hacks Re-cap #2!" width="500" height="177" /></p>
<p>If you haven&#8217;t been following our latest <a target="_blank" href="http://chrome-hacks.net" >Google Chrome Tips and Hacks</a>, you will need to check out the following two posts:</p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/09/05/recap-of-google-chrome-hacks-blog-this-week/" >Recap of Google Chrome Tips and Hacks #1</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/09/09/google-chrome-tips-and-hacks-re-cap-2/" >Recap of Google Chrome Tips and Hacks #2</a></p>
<p>Here&#8217;s the re-cap of Google Chrome Tips and Hacks #3:</p>
<p><a target="_blank" href="http://chrome-hacks.net/2008/09/10/chrome-tips-how-to-install-greasemonkey-scripts-for-google-chrome/" >Chrome Tips &#8211; How to install Greasemonkey scripts in Google Chrome</a> &#8211; This is a simple howto for enabling your Greasemonkey scripts from Firefox.</p>
<p><a target="_blank" href="http://chrome-hacks.net/2008/09/10/firefox-chrome-tips-chromifox-is-a-chrome-theme-for-firefox/" >Firefox Hack &#8211; Chromi Fox Theme for Firefox</a> &#8211; You can install the Chromi theme for Firefox to make your Firefox look like Google Chrome browser.</p>
<p><a target="_blank" href="http://chrome-hacks.net/2008/09/10/google-chrome-wordpress-blog-theme/" >Google Chrome Wordpress Blog Theme</a> &#8211; Someone has created a Google Chrome theme for your Wordpress blog.  Go knock yourself out.</p>
<p><a target="_blank" href="http://chrome-hacks.net/2008/09/11/google-chrome-still-leads-over-50-at-google-chrome-hacks-blog/" >Google Chrome still leads by over 50% on Google Chrome Hacks Tips blog</a></p>
<p><a target="_blank" href="http://chrome-hacks.net/2008/09/12/google-chrome-comic-sold-for-372/" >Google Chrome Comic sold for $372!</a> &#8211; Can you believe it?  Someone bought the Chrome Comic book for $372!</p>
<p><a target="_blank" href="http://chrome-hacks.net/2008/09/12/firefox-31-and-ie8-adding-google-chromes-incognito-stealth-mode/" >Firefox and IE copies Chrome&#8217;s &#8220;Incognito&#8221; mode</a> &#8211; Wow, this was a simple but surprising feature recognized by all major browser makers.</p>
<p><a target="_blank" href="http://chrome-hacks.net/2008/09/14/how-to-update-google-chrome-to-the-latest-version/" >Chrome Hack &#8211; How to update your Google Chrome browser to the latest version! </a>- Yes, this one is actually a hidden feature on the Google Chrome&#8217;s about page.</p>
<p><a target="_blank" href="http://chrome-hacks.net/2008/09/14/chrome-hack-how-to-make-email-bookmark-for-gmail-in-google-chrome/" >Chrome Tips &#8211; Learn how to add GMail Bookmark to your Chrome!</a> &#8211; Yes, this bookmark allows you to jump straight to &#8220;Compose Mail&#8221; section of GMail on Chrome.</p>
<p><a target="_blank" href="http://chrome-hacks.net/2008/09/14/chromes-address-bar-doubles-as-google-search/" >Did you know Google Chrome&#8217;s Address Bar is also a Google Search Bar? </a>- Yes, Google did monopolize the search section and I am glad since I don&#8217;t use Wikipedia, Amazon, and the other stuff that much on Firefox.</p>
<p><a target="_blank" href="http://chrome-hacks.net/2008/09/14/chrome-hack-how-to-run-java-and-java-applets-in-chrome/" >Chrome Hacks &#8211; How to run Java and Java applets on your Google Chrome browser</a> &#8211; You need to download a beta-version of the JRE (Java Runtime Environment) in order to run Java on Chrome.</p>
<p><a target="_blank" href="http://chrome-hacks.net/2008/09/14/microsoft-office-live-doesnt-support-google-chrome-browser-a-scandalous-conspiracy-by-microsoft/" >Microsoft Office Live doesn&#8217;t support Chrome browser at all</a>, go figure.</p>
<p>Check out more from the <a target="_blank" href="http://chrome-hacks.net" >Google Chrome Tips and Hacks Blog</a>:</p>
<ul>
<li class="cat-item cat-item-41"><a target="_blank" href="http://chrome-hacks.net/category/chrome-about-hacks/" >Chrome About Hacks</a></li>
<li class="cat-item cat-item-198"><a target="_blank" href="http://chrome-hacks.net/category/chrome-css/" >Chrome CSS</a></li>
<li class="cat-item cat-item-150"><a target="_blank" href="http://chrome-hacks.net/category/chrome-development/" >Chrome Development</a></li>
<li class="cat-item cat-item-21"><a target="_blank" href="http://chrome-hacks.net/category/chrome-features/" >Chrome Features</a></li>
<li class="cat-item cat-item-60"><a target="_blank" href="http://chrome-hacks.net/category/chrome-news/" >Chrome News</a></li>
<li class="cat-item cat-item-91"><a target="_blank" href="http://chrome-hacks.net/category/chrome-resources/" >Chrome Resources</a></li>
<li class="cat-item cat-item-61"><a target="_blank" href="http://chrome-hacks.net/category/chrome-rumors/" >Chrome Rumors</a></li>
<li class="cat-item cat-item-171"><a target="_blank" href="http://chrome-hacks.net/category/chrome-security-flawsbugs/" >Chrome Security Flaws/Bugs</a></li>
<li class="cat-item cat-item-13"><a target="_blank" href="http://chrome-hacks.net/category/chrome-speed-tests/" >Chrome Speed Tests</a></li>
<li class="cat-item cat-item-113"><a target="_blank" href="http://chrome-hacks.net/category/chrome-stats/" >Chrome Stats</a></li>
<li class="cat-item cat-item-226"><a target="_blank" href="http://chrome-hacks.net/category/chrome-themes/" >chrome themes</a></li>
<li class="cat-item cat-item-57"><a target="_blank" href="http://chrome-hacks.net/category/chrome-tips/" >chrome tips</a></li>
<li class="cat-item cat-item-169"><a target="_blank" href="http://chrome-hacks.net/category/chrome-videos/" >Chrome Videos</a></li>
<li class="cat-item cat-item-1"><a target="_blank" href="http://chrome-hacks.net/category/google-chrome-hacks/" >Google Chrome Hacks</a></li>
</ul>
<p><a target="_blank" href="http://zedomax.com/blog/feed" >Subscribe to this blog</a> or the <a target="_blank" href="http://chrome-hacks.net/feed/" >Chrome Hacks Blog</a> to stay updated on the latest Google Chrome Tips and Hacks news!</p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/09/14/google-chrome-tips-and-hacks-re-cap-3/" >Google Chrome Tips and Hacks Re-cap #3!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/technology/web-technology/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/browser/" title="browser" rel="tag">browser</a>, <a href="http://zedomax.com/blog/category/computer/" title="Computer" rel="tag">Computer</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/category/diy/" title="DIY" rel="tag">DIY</a>, <a href="http://zedomax.com/blog/category/technology/educational/" title="Educational" rel="tag">Educational</a>, <a href="http://zedomax.com/blog/category/entertainment/" title="Entertainment" rel="tag">Entertainment</a>, <a href="http://zedomax.com/blog/category/featured/" title="Featured" rel="tag">Featured</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/browser/firefox-browser/" title="Firefox" rel="tag">Firefox</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/browser/google-chrome-browser-wt/" title="Google Chrome" rel="tag">Google Chrome</a>, <a href="http://zedomax.com/blog/category/diy/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/category/diy/howto/" title="HOWTO" rel="tag">HOWTO</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/wordpress/" title="Wordpress" rel="tag">Wordpress</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/09/14/google-chrome-tips-and-hacks-re-cap-3/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TikiTag brings tagging to Real Life!</title>
		<link>http://zedomax.com/blog/2008/09/11/tikitag-brings-tagging-to-real-life/</link>
		<comments>http://zedomax.com/blog/2008/09/11/tikitag-brings-tagging-to-real-life/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 19:03:34 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Consumer]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Featured Gadgets]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[World records]]></category>
		<category><![CDATA[blog network]]></category>
		<category><![CDATA[real life]]></category>
		<category><![CDATA[rfid]]></category>
		<category><![CDATA[rfid-tags]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[tikitag]]></category>
		<category><![CDATA[Zedomax]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=9280</guid>
		<description><![CDATA[
Here&#8217;s TikiTag, a real-life RFID tag that can be used to tag anything in real life.  Think of it as del.icio.us for physical things.
Read more at Zedomax Blog Network
Brought to you by: Zedomax.com
TikiTag brings tagging to Real Life!

	blog network, Consumer, Design, Educational, Entertainment, Featured Gadgets, Gadgets, Misc, real life, rfid, rfid-tags, tag, tagging, tikitag, Web, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-9279 aligncenter" title="tikitag1" src="http://zedomax.com/blog/wp-content/uploads/2008/09/tikitag1.jpg" alt="" width="425" height="400" /></p>
<p>Here&#8217;s TikiTag, a real-life RFID tag that can be used to tag anything in real life.  Think of it as del.icio.us for physical things.</p>
<p><a target="_blank" href="http://zedomax.net/social-networking/tikitag-brings-web-20-tagging-to-the-real-world-with-rfid-tagging-system/" >Read more at Zedomax Blog Network</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/09/11/tikitag-brings-tagging-to-real-life/" >TikiTag brings tagging to Real Life!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/tag/blog-network/" title="blog network" rel="tag">blog network</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/category/design/" title="Design" rel="tag">Design</a>, <a href="http://zedomax.com/blog/category/technology/educational/" title="Educational" rel="tag">Educational</a>, <a href="http://zedomax.com/blog/category/entertainment/" title="Entertainment" rel="tag">Entertainment</a>, <a href="http://zedomax.com/blog/category/featured/featured-gadgets/" title="Featured Gadgets" rel="tag">Featured Gadgets</a>, <a href="http://zedomax.com/blog/category/gadgets/" title="Gadgets" rel="tag">Gadgets</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/tag/real-life/" title="real life" rel="tag">real life</a>, <a href="http://zedomax.com/blog/tag/rfid/" title="rfid" rel="tag">rfid</a>, <a href="http://zedomax.com/blog/tag/rfid-tags/" title="rfid-tags" rel="tag">rfid-tags</a>, <a href="http://zedomax.com/blog/tag/tag/" title="tag" rel="tag">tag</a>, <a href="http://zedomax.com/blog/tag/tagging/" title="tagging" rel="tag">tagging</a>, <a href="http://zedomax.com/blog/tag/tikitag/" title="tikitag" rel="tag">tikitag</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/category/misc/world-records/" title="World records" rel="tag">World records</a>, <a href="http://zedomax.com/blog/tag/zedomax/" title="Zedomax" rel="tag">Zedomax</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2007/01/12/bloggers-tool-use-turbo-tagger-for-technorati-tags/" title="Blogger&#8217;s tool &#8211; use Turbo tagger for Technorati tags (January 12, 2007)">Blogger&#8217;s tool &#8211; use Turbo tagger for Technorati tags</a> </li>
	<li><a href="http://zedomax.com/blog/2007/02/23/smalled-rfid-tags-are-smaller-than-human-hair/" title="Smalled RFID tags are smaller than human hair! (February 23, 2007)">Smalled RFID tags are smaller than human hair!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/26/pondering-about-barcodes-and-the-future/" title="Pondering about Barcodes and the future (December 26, 2006)">Pondering about Barcodes and the future</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/25/mini-cooper-billboard-in-san-francisco/" title="Mini Cooper Billboard in San Francisco (April 25, 2007)">Mini Cooper Billboard in San Francisco</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/19/zzz-chest-cabinet-that-turns-into-a-mattress/" title="ZZZ-chest, Cabinet that turns into a mattress! (November 19, 2006)">ZZZ-chest, Cabinet that turns into a mattress!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/09/26/zune-from-microsoft/" title="Zune from Microsoft (September 26, 2006)">Zune from Microsoft</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/02/zikiwiki-technology-wiki-for-hackers-diyers-mcu-users-plc-users-etc/" title="ZikiWiki &#8211; Technology wiki for hackers, diyers, mcu users, plc users, etc&#8230; (November 2, 2006)">ZikiWiki &#8211; Technology wiki for hackers, diyers, mcu users, plc users, etc&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/26/zeke-the-balancing-snowbot/" title="Zeke the balancing Snowbot (December 26, 2006)">Zeke the balancing Snowbot</a> </li>
	<li><a href="http://zedomax.com/blog/2006/09/30/zedomax-wordpress-howto-how-to-write-a-post/" title="Zedomax Wordpress HOWTO &#8211; How to write a post (September 30, 2006)">Zedomax Wordpress HOWTO &#8211; How to write a post</a> </li>
	<li><a href="http://zedomax.com/blog/2006/09/30/zedomax-weekend-thoughts-spam-email/" title="Zedomax Weekend Thoughts &#8211; Spam email (September 30, 2006)">Zedomax Weekend Thoughts &#8211; Spam email</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/06/zedomax-traffic-overview-2008/" title="Zedomax Traffic Overview 2008 (January 6, 2008)">Zedomax Traffic Overview 2008</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/22/zedomax-thanksgiving-diys-cooking-for-engineers-and-paper-turkeys/" title="Zedomax Thanksgiving DIYs &#8211; Cooking for Engineers and Paper Turkeys (November 22, 2006)">Zedomax Thanksgiving DIYs &#8211; Cooking for Engineers and Paper Turkeys</a> </li>
	<li><a href="http://zedomax.com/blog/2007/02/22/zedomax-server-upgrade-complete/" title="Zedomax Server Upgrade Complete! (February 22, 2007)">Zedomax Server Upgrade Complete!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/10/11/zedomax-server-updated-finally-wordpress-restore-howto-also/" title="Zedomax Server Updated Finally &#8211; Wordpress Restore HOWTO also (October 11, 2006)">Zedomax Server Updated Finally &#8211; Wordpress Restore HOWTO also</a> </li>
	<li><a href="http://zedomax.com/blog/2007/02/22/zedomax-reaches-over-500000-unique-visitors-thanks-to-youall/" title="Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all (February 22, 2007)">Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all</a> </li>
	<li><a href="http://zedomax.com/blog/2006/10/11/zedomax-reaches-100000-unique-visitors/" title="zedomax reaches 100,000 unique visitors! (October 11, 2006)">zedomax reaches 100,000 unique visitors!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/04/zedomax-personal-twitter/" title="Zedomax Personal Twitter! (April 4, 2009)">Zedomax Personal Twitter!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/09/01/zedomax-party-light-ii-make-a-computer-controlled-party-lights/" title="Zedomax Party Light II- Make a computer controlled Party Lights (September 1, 2006)">Zedomax Party Light II- Make a computer controlled Party Lights</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/06/zedomax-new-direction-net-and-biz/" title="Zedomax New Direction &#8211; .Net and .Biz (May 6, 2008)">Zedomax New Direction &#8211; .Net and .Biz</a> </li>
	<li><a href="http://zedomax.com/blog/zedomax-network-of-blogs/" title="Zedomax Network of blogs (April 30, 2007)">Zedomax Network of blogs</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/09/11/tikitag-brings-tagging-to-real-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome Browser Launched by Google!</title>
		<link>http://zedomax.com/blog/2008/09/02/google-chrome-browser-launched-by-google/</link>
		<comments>http://zedomax.com/blog/2008/09/02/google-chrome-browser-launched-by-google/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 22:28:15 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Consumer]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[couple hours]]></category>
		<category><![CDATA[google chrome]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=9045</guid>
		<description><![CDATA[Google launches their own line of web browsers called, &#8220;Google Chrome&#8221; and so far after couple hours of use, I am damn, fine impressed.
For more information on features and whatnot, head over to Zedomax.Net blog as I just wrote bunch of stuff about Google Chrome.
Brought to you by: Zedomax.com
Google Chrome Browser Launched by Google!

	browser, Consumer, [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_9046" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-9046" title="eye-view" src="http://zedomax.com/blog/wp-content/uploads/2008/09/eye-view.jpg" alt="Google Chrome Browser Launched by Google!" width="500" height="312" /><p class="wp-caption-text">Google Chrome Browser Launched by Google!</p></div>
<p>Google launches their own line of web browsers called, &#8220;Google Chrome&#8221; and so far after couple hours of use, I am damn, fine impressed.</p>
<p>For more information on features and whatnot, head over to <a target="_blank" href="http://zedomax.net/zedomax-network-news/google-launches-their-own-web-browser-google-chrome/" >Zedomax.Net blog</a> as I just wrote bunch of stuff about Google Chrome.</p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/09/02/google-chrome-browser-launched-by-google/" >Google Chrome Browser Launched by Google!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/technology/web-technology/browser/" title="browser" rel="tag">browser</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/tag/couple-hours/" title="couple hours" rel="tag">couple hours</a>, <a href="http://zedomax.com/blog/category/technology/educational/" title="Educational" rel="tag">Educational</a>, <a href="http://zedomax.com/blog/category/entertainment/" title="Entertainment" rel="tag">Entertainment</a>, <a href="http://zedomax.com/blog/category/featured/" title="Featured" rel="tag">Featured</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/google/" title="Google" rel="tag">Google</a>, <a href="http://zedomax.com/blog/tag/google/" title="Google" rel="tag">Google</a>, <a href="http://zedomax.com/blog/tag/google-chrome/" title="google chrome" rel="tag">google chrome</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2009/09/01/google-gmail-back-up/" title="Google GMail Back UP! (September 1, 2009)">Google GMail Back UP!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/09/03/google-chrome-logo-and-simon-are-distant-relatives/" title="Google Chrome Logo and Simon are Distant Relatives! (September 3, 2008)">Google Chrome Logo and Simon are Distant Relatives!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/03/zedomaxnet-web20-crunch/" title="Zedomax.Net Web2.0 Crunch&#8230; (June 3, 2008)">Zedomax.Net Web2.0 Crunch&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2008/10/23/zedomaxcom-updated-with-a-new-dual-quad-core-xeon-harpertown-server-from-carinet/" title="Zedomax.com Updated with a New Dual Quad-Core Xeon Harpertown Server from Cari.Net! (October 23, 2008)">Zedomax.com Updated with a New Dual Quad-Core Xeon Harpertown Server from Cari.Net!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/17/zedomaxcom-google-friendconnect/" title="Zedomax.com Google FriendConnect! (December 17, 2008)">Zedomax.com Google FriendConnect!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/06/zedomax-traffic-overview-2008/" title="Zedomax Traffic Overview 2008 (January 6, 2008)">Zedomax Traffic Overview 2008</a> </li>
	<li><a href="http://zedomax.com/blog/2008/10/21/zedomax-server-update/" title="Zedomax Server Update (October 21, 2008)">Zedomax Server Update</a> </li>
	<li><a href="http://zedomax.com/blog/2007/02/22/zedomax-reaches-over-500000-unique-visitors-thanks-to-youall/" title="Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all (February 22, 2007)">Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/08/zedomax-new-wordpress-blog-search-engine-theme/" title="Zedomax New Wordpress Blog Search Engine Theme! (November 8, 2008)">Zedomax New Wordpress Blog Search Engine Theme!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/17/zedomax-christmas-wreath-now-on-lifehacker/" title="Zedomax Christmas Wreath now on&#8230; Lifehacker! (December 17, 2007)">Zedomax Christmas Wreath now on&#8230; Lifehacker!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/27/zedomax-celebrates-thanksgiving/" title="Zedomax Celebrates Thanksgiving! (November 27, 2008)">Zedomax Celebrates Thanksgiving!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/03/youtube-hack-how-to-control-youtube-video-speed/" title="YouTube Hack &#8211; How to Control YouTube Video Speed! (November 3, 2008)">YouTube Hack &#8211; How to Control YouTube Video Speed!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/10/13/youtube-co-founders-announce-the-deal-to-their-community/" title="YouTube co-founders announce the deal to their community (October 13, 2006)">YouTube co-founders announce the deal to their community</a> </li>
	<li><a href="http://zedomax.com/blog/2006/09/20/yahoo-video-coming/" title="Yahoo Video coming! (September 20, 2006)">Yahoo Video coming!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/09/30/yahoo-and-google-stock-2-year-chart-comparison/" title="Yahoo and Google Stock 2 year chart comparison (September 30, 2006)">Yahoo and Google Stock 2 year chart comparison</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/20/wrist-tracker-does-gps-gps-tracking/" title="Wrist Tracker does GPS + GPS Tracking (May 20, 2008)">Wrist Tracker does GPS + GPS Tracking</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/15/world-wide-telescope-for-your-next-starry-nights/" title="World Wide Telescope for your next Starry Nights! (May 15, 2008)">World Wide Telescope for your next Starry Nights!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/23/workin-on-a-new-site/" title="Workin&#8217; on a new site&#8230; (December 23, 2007)">Workin&#8217; on a new site&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/15/wordpress-diy-how-to-install-google-friend-connect-to-your-blog/" title="Wordpress DIY &#8211; How to install Google Friend Connect to your blog (December 15, 2008)">Wordpress DIY &#8211; How to install Google Friend Connect to your blog</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/25/windows-xp-running-on-ps3/" title="Windows XP Running on PS3 (November 25, 2006)">Windows XP Running on PS3</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/09/02/google-chrome-browser-launched-by-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memcached, MediaWiki, and MySQL for optimizing Database</title>
		<link>http://zedomax.com/blog/2008/08/07/memcached-mediawiki-and-mysql-for-optimizing-database/</link>
		<comments>http://zedomax.com/blog/2008/08/07/memcached-mediawiki-and-mysql-for-optimizing-database/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 03:49:18 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Featured Hacks]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[SiteHoppin]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[accelerators]]></category>
		<category><![CDATA[caches]]></category>
		<category><![CDATA[database cache]]></category>
		<category><![CDATA[gigs]]></category>
		<category><![CDATA[implementations]]></category>
		<category><![CDATA[mediawiki]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[mysql queries]]></category>
		<category><![CDATA[mysql query]]></category>
		<category><![CDATA[mysql tutorial]]></category>
		<category><![CDATA[open source software]]></category>
		<category><![CDATA[optimizing database]]></category>
		<category><![CDATA[server farming]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[striegel]]></category>
		<category><![CDATA[tutorial pdf]]></category>
		<category><![CDATA[web-server]]></category>
		<category><![CDATA[website strategies]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=8624</guid>
		<description><![CDATA[
Today, I saw that Hackszine&#8217;s Jason Striegel has postsed a blog post about Memcached and MySQL.
Well, basically Memcached is an open-source software for your web server that allows you to cache almost any MySQL query.
In other words, it caches your MySQL queries.  But to do this, you do need to check the Memcached cache before [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-8625 aligncenter" title="mem" src="http://zedomax.com/blog/wp-content/uploads/2008/08/mem.jpg" alt="Memcached, MediaWiki, and MySQL for optimizing Database" width="500" height="144" /></p>
<p>Today, I saw that Hackszine&#8217;s <a target="_blank" href="http://www.hackszine.com/blog/archive/2008/08/memcached_and_high_performance.html?CMP=OTC-7G2N43923558" >Jason Striegel has postsed a blog post about Memcached and MySQL</a>.</p>
<p>Well, basically Memcached is an open-source software for your web server that allows you to cache almost any MySQL query.</p>
<p>In other words, it caches your MySQL queries.  But to do this, you do need to check the Memcached cache before doing the actual MySQL query.</p>
<p>So what&#8217;s the point?</p>
<p>Well, certain Wiki softwares like <a target="_blank" href="http://www.mediawiki.org/wiki/MediaWiki" >MediaWiki</a> already comes with built-in support for Memcached.  I have used a similar strategy for one of my custom sites, <a target="_blank" href="http://SiteHoppin.com" >SiteHoppin.com</a>.</p>
<p>Memcached is also designed for server-farming, meaning you are only limited by number of servers and gigs of ram.</p>
<p>Unlike PHP accelerators, Memcache is really a database cache, thus can give you some extra performance if you implement it right.</p>
<p>Now if the developers at Wordpress started implementing Memcache, that&#8217;d do a lot of good for bloggers.</p>
<p>That said, if you want to explore Memcached, you can check out <a target="_blank" href="http://www.hackszine.com/blog/archive/2008/08/memcached_and_high_performance.html?CMP=OTC-7G2N43923558" >Jason post over at Hackszine</a>.</p>
<p>For MediaWiki implementations, you will have to digg a little deeper. (<a target="_blank" href="http://www.mediawiki.org/wiki/Memcached" >You can start here</a>)  You can buy this book called <a target="_blank" href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FProfessional-Wikis-Programmer-Mark-Choate%2Fdp%2F0470126906&amp;tag=011080-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" >Wiki</a> Professional.</p>
<p>Other Resources:</p>
<p><a target="_blank" href="http://www.danga.com/memcached/" >Memcached Official Website</a></p>
<p><a target="_blank" href="http://highscalability.com/bunch-great-strategies-using-memcached-and-mysql-better-together" >Strategies for Using Memcached and MySQL Better Together</a><br />
<a target="_blank" href="http://download.tangent.org/talks/Memcached%20Study.pdf" >Memcached and MySQL tutorial (PDF)</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/08/07/memcached-mediawiki-and-mysql-for-optimizing-database/" >Memcached, MediaWiki, and MySQL for optimizing Database</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/tag/accelerators/" title="accelerators" rel="tag">accelerators</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/" title="Blog" rel="tag">Blog</a>, <a href="http://zedomax.com/blog/tag/caches/" title="caches" rel="tag">caches</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/tag/database-cache/" title="database cache" rel="tag">database cache</a>, <a href="http://zedomax.com/blog/category/technology/educational/" title="Educational" rel="tag">Educational</a>, <a href="http://zedomax.com/blog/category/featured/featured-hacks/" title="Featured Hacks" rel="tag">Featured Hacks</a>, <a href="http://zedomax.com/blog/tag/gigs/" title="gigs" rel="tag">gigs</a>, <a href="http://zedomax.com/blog/category/diy/hack/" title="Hack" rel="tag">Hack</a>, <a href="http://zedomax.com/blog/tag/implementations/" title="implementations" rel="tag">implementations</a>, <a href="http://zedomax.com/blog/tag/mediawiki/" title="mediawiki" rel="tag">mediawiki</a>, <a href="http://zedomax.com/blog/tag/memcached/" title="memcached" rel="tag">memcached</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/tag/mysql-queries/" title="mysql queries" rel="tag">mysql queries</a>, <a href="http://zedomax.com/blog/tag/mysql-query/" title="mysql query" rel="tag">mysql query</a>, <a href="http://zedomax.com/blog/tag/mysql-tutorial/" title="mysql tutorial" rel="tag">mysql tutorial</a>, <a href="http://zedomax.com/blog/tag/open-source-software/" title="open source software" rel="tag">open source software</a>, <a href="http://zedomax.com/blog/tag/optimizing-database/" title="optimizing database" rel="tag">optimizing database</a>, <a href="http://zedomax.com/blog/tag/server-farming/" title="server farming" rel="tag">server farming</a>, <a href="http://zedomax.com/blog/tag/servers/" title="servers" rel="tag">servers</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/sitehoppin/" title="SiteHoppin" rel="tag">SiteHoppin</a>, <a href="http://zedomax.com/blog/tag/striegel/" title="striegel" rel="tag">striegel</a>, <a href="http://zedomax.com/blog/tag/tutorial-pdf/" title="tutorial pdf" rel="tag">tutorial pdf</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/tag/web-server/" title="web-server" rel="tag">web-server</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/tag/website-strategies/" title="website strategies" rel="tag">website strategies</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/blog/wordpress/" title="Wordpress" rel="tag">Wordpress</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2009/08/17/linux-time-how-to-set-the-time-and-date-using-command-date/" title="Linux Time &#8211; How to Set the Time and Date using Command Date! (August 17, 2009)">Linux Time &#8211; How to Set the Time and Date using Command Date!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/09/17/cx1-supercomputer-for-25k/" title="CX1 Supercomputer for $25K! (September 17, 2008)">CX1 Supercomputer for $25K!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/10/23/zedomaxcom-updated-with-a-new-dual-quad-core-xeon-harpertown-server-from-carinet/" title="Zedomax.com Updated with a New Dual Quad-Core Xeon Harpertown Server from Cari.Net! (October 23, 2008)">Zedomax.com Updated with a New Dual Quad-Core Xeon Harpertown Server from Cari.Net!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/02/22/zedomax-server-upgrade-complete/" title="Zedomax Server Upgrade Complete! (February 22, 2007)">Zedomax Server Upgrade Complete!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/03/02/wikileaks-wiki-for-leaked-documents/" title="WikiLeaks &#8211; Wiki for leaked documents (March 2, 2008)">WikiLeaks &#8211; Wiki for leaked documents</a> </li>
	<li><a href="http://zedomax.com/blog/2008/04/24/web20-expo-2008-springnote-wiki-based-online-notes/" title="Web2.0 Expo 2008 &#8211; SpringNote &#8211; Wiki-based Online Notes (April 24, 2008)">Web2.0 Expo 2008 &#8211; SpringNote &#8211; Wiki-based Online Notes</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/08/web-server-enabled-christmas-tree-that-you-can-play-with/" title="Web-server enabled Christmas Tree that you can play with (December 8, 2006)">Web-server enabled Christmas Tree that you can play with</a> </li>
	<li><a href="http://zedomax.com/blog/2009/08/17/web-server-hack-how-to-auto-restart-httpd-service-script/" title="Web Server Hack &#8211; How To Auto Restart HTTPD service script! (August 17, 2009)">Web Server Hack &#8211; How To Auto Restart HTTPD service script!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/08/17/web-programming-diy-how-to-protect-yourself-against-image-hotlinking/" title="Web Programming DIY &#8211; How to Protect Yourself Against Image Hotlinking! (August 17, 2009)">Web Programming DIY &#8211; How to Protect Yourself Against Image Hotlinking!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/02/17/traffic-explosion-with-sitehoppin/" title="Traffic Explosion with SiteHoppin (February 17, 2008)">Traffic Explosion with SiteHoppin</a> </li>
	<li><a href="http://zedomax.com/blog/2009/07/17/the-smallest-flash-drive/" title="The smallest flash drive? (July 17, 2009)">The smallest flash drive?</a> </li>
	<li><a href="http://zedomax.com/blog/2008/02/04/the-biggest-pyramid-splog-scam-in-this-world-today-stumbleupon-spambleupon/" title="The biggest pyramid &#8220;splog&#8221; scam in this world today &#8211; StumbleUpon =Spambleupon (February 4, 2008)">The biggest pyramid &#8220;splog&#8221; scam in this world today &#8211; StumbleUpon =Spambleupon</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/19/spam-bot-protection-bad-behavior-plugin-for-bloggers-and-wikis/" title="Spam-bot protection &#8211; Bad Behavior Plugin for Bloggers and Wikis (March 19, 2007)">Spam-bot protection &#8211; Bad Behavior Plugin for Bloggers and Wikis</a> </li>
	<li><a href="http://zedomax.com/blog/2009/03/25/server-diy-how-to-load-balance-with-linux-program-balance/" title="Server DIY &#8211; How to Load BalancE with Linux Program &#8220;Balance&#8221; (March 25, 2009)">Server DIY &#8211; How to Load BalancE with Linux Program &#8220;Balance&#8221;</a> </li>
	<li><a href="http://zedomax.com/blog/2009/06/10/secret-iphone-3g-s-specs/" title="Secret iPhone 3G S Specs! (June 10, 2009)">Secret iPhone 3G S Specs!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/01/our-new-site-sitehoppin-and-knolprojectnet/" title="Our new site SiteHoppin&#8217; and KnolProject.Net (January 1, 2008)">Our new site SiteHoppin&#8217; and KnolProject.Net</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/20/new-face-for-zedomax-blogs-zedomax-wiki-running-mediawiki/" title="New Face for Zedomax Blogs &#8211; Zedomax Wiki running MediaWiki (November 20, 2006)">New Face for Zedomax Blogs &#8211; Zedomax Wiki running MediaWiki</a> </li>
	<li><a href="http://zedomax.com/blog/2008/09/23/linux-web-server-hack-how-to-write-automated-load-balancing-script/" title="Linux Web Server Hack &#8211; How to Write Automated Load Balancing Script! (September 23, 2008)">Linux Web Server Hack &#8211; How to Write Automated Load Balancing Script!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/28/linux-server-hacks-how-to-increase-plesk-q-mail-maximum-e-mail-attachment-size-of-2mb/" title="Linux Server Hacks &#8211; How to increase Plesk Q-mail Maximum E-mail Attachment size of 2MB! (May 28, 2008)">Linux Server Hacks &#8211; How to increase Plesk Q-mail Maximum E-mail Attachment size of 2MB!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/03/19/linux-desktop-gui-gnome-226-released/" title="Linux Desktop GUI GNOME 2.26 Released! (March 19, 2009)">Linux Desktop GUI GNOME 2.26 Released!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/08/07/memcached-mediawiki-and-mysql-for-optimizing-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USB iBuddy &#8211; MSN Messenger Alert Lights!</title>
		<link>http://zedomax.com/blog/2008/07/29/usb-ibuddy-msn-messenger-alert-lights/</link>
		<comments>http://zedomax.com/blog/2008/07/29/usb-ibuddy-msn-messenger-alert-lights/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 20:31:06 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[MSN]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Pets]]></category>
		<category><![CDATA[Toys]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[lights]]></category>
		<category><![CDATA[ibuddy]]></category>
		<category><![CDATA[msn messenger users]]></category>
		<category><![CDATA[physical representation]]></category>
		<category><![CDATA[redbull]]></category>
		<category><![CDATA[tiny size]]></category>
		<category><![CDATA[usb cable]]></category>
		<category><![CDATA[windows live messenger]]></category>
		<category><![CDATA[wings]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=8456</guid>
		<description><![CDATA[
Download latest version of Flash to view video!. Click Here to View in Full Screen Mode
Here&#8217;s USB iBuddy, an MSN Messenger alert light basically. It even has wings, just like RedBull.
You can buy it here:
iBuddy at Brando.com.uk for $20
iBuddy at Firebox.com for $24.95
iBuddy at BuyiBuddy.com for $24.95
iBuddy at Prezzybox.com for £14.95
i-Buddy is specially designed for [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-8462" title="ibuddy" src="http://zedomax.com/blog/wp-content/uploads/2008/07/ibuddy.gif" alt="ibuddy" width="690" height="400" /></p>
<div class="video youtube"><p align="center"><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/raKUTUzbblM" width="690" height="512"><param name="movie" value="http://www.youtube.com/v/raKUTUzbblM" /><param name="allowScriptAccess" value="sameDomain" /><param name="menu" value="false" /><param name="quality" value="best" /><param name="bgcolor" value="#ffffff" /><param name="scale" value="doesaffect" /><param name="wmode" value="transparent" /><p><a target="_blank" href="http://download.macromedia.com/" >Download latest version of Flash to view video!</a>.</p></object></p></div><p align="center"><a target="_blank" href="http://www.youtube.com/v/raKUTUzbblM" > Click Here to View in Full Screen Mode</a></p>
<p>Here&#8217;s <a target="_blank" href="http://www.i-buddy.com/" >USB iBuddy</a>, an <a target="_blank" href="http://en.wikipedia.org/wiki/MSN_Messenger" >MSN Messenger</a> alert light basically. It even has wings, just like <a target="_blank" href="http://www.redbull.com/" >RedBull</a>.</p>
<p>You can buy it here:</p>
<p><a target="_blank" href="http://usb.brando.com.hk/prod_detail.php?prod_id=00589" >iBuddy at Brando.com.uk for $20</a></p>
<p><a target="_blank" href="http://www.firebox.com/product/2045/i-Buddy" >iBuddy at Firebox.com for $24.95</a></p>
<p><a target="_blank" href="http://www.buyibuddy.com/" >iBuddy at BuyiBuddy.com for $24.95</a></p>
<p><a target="_blank" href="http://www.prezzybox.com/products/index.aspx?pid=4588" >iBuddy at Prezzybox.com for <span id="ctl03_lblProductPrice" class="pinkText" style="font-weight: bold;">£14.95</span></a></p>
<blockquote><p>i-Buddy is specially designed for Windows Live Messenger (<a target="_blank" href="http://en.wikipedia.org/wiki/MSN_Messenger" >MSN Messenger</a>) users. It is a physical representation of your buddy. You can program it to recognize a particular buddy account, and it will response to all messages and status events sent from your buddy.</p>
<p>It is a 3-inches tall figurine connected to the computer using a USB cable. Specially designed in tiny size, so that it does not consume much space while you are at work. It is perfect to put on top of your monitor too.</p></blockquote>
<p><a target="_blank" href="http://gizmodo.com/5030506/ibuddy-meatspace-instant-message-notification-guy-now-on-sale" >via gizmodo</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/07/29/usb-ibuddy-msn-messenger-alert-lights/" >USB iBuddy &#8211; MSN Messenger Alert Lights!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/computer/" title="Computer" rel="tag">Computer</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/category/design/" title="Design" rel="tag">Design</a>, <a href="http://zedomax.com/blog/category/entertainment/" title="Entertainment" rel="tag">Entertainment</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/category/gadgets/" title="Gadgets" rel="tag">Gadgets</a>, <a href="http://zedomax.com/blog/tag/ibuddy/" title="ibuddy" rel="tag">ibuddy</a>, <a href="http://zedomax.com/blog/category/gadgets/lights/" title="lights" rel="tag">lights</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/msn/" title="MSN" rel="tag">MSN</a>, <a href="http://zedomax.com/blog/tag/msn-messenger-users/" title="msn messenger users" rel="tag">msn messenger users</a>, <a href="http://zedomax.com/blog/category/misc/animals/pets/" title="Pets" rel="tag">Pets</a>, <a href="http://zedomax.com/blog/tag/physical-representation/" title="physical representation" rel="tag">physical representation</a>, <a href="http://zedomax.com/blog/tag/redbull/" title="redbull" rel="tag">redbull</a>, <a href="http://zedomax.com/blog/tag/tiny-size/" title="tiny size" rel="tag">tiny size</a>, <a href="http://zedomax.com/blog/category/entertainment/toys/" title="Toys" rel="tag">Toys</a>, <a href="http://zedomax.com/blog/tag/usb-cable/" title="usb cable" rel="tag">usb cable</a>, <a href="http://zedomax.com/blog/category/misc/video/" title="Video" rel="tag">Video</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/tag/windows-live-messenger/" title="windows live messenger" rel="tag">windows live messenger</a>, <a href="http://zedomax.com/blog/tag/wings/" title="wings" rel="tag">wings</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2009/04/21/vhs-hack-how-to-make-a-vhs-usb-flash-drive/" title="VHS Hack &#8211; How to Make a VHS USB Flash Drive! (April 21, 2009)">VHS Hack &#8211; How to Make a VHS USB Flash Drive!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/03/19/travel-gadget-5-port-usb-ac-charger-that-works-on-110vac-and-220vac/" title="Travel Gadget &#8211; 5-Port USB AC Charger that works on 110VAC and 220VAC! (March 19, 2009)">Travel Gadget &#8211; 5-Port USB AC Charger that works on 110VAC and 220VAC!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/07/10/solar-powered-dragonfly-robot/" title="Solar Powered Dragonfly Robot! (July 10, 2008)">Solar Powered Dragonfly Robot!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/09/14/seamour-sheep-usb-led-lamp/" title="Seamour Sheep USB LED Lamp! (September 14, 2008)">Seamour Sheep USB LED Lamp!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/06/12/redbull-nascar-pitstop-at-new-york/" title="RedBull NASCAR Pitstop at New York! (June 12, 2009)">RedBull NASCAR Pitstop at New York!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/07/03/radio-controlled-stingray-gives-you-sting-for-buck/" title="Radio Controlled Stingray gives you sting for buck! (July 3, 2008)">Radio Controlled Stingray gives you sting for buck!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/09/15/peek-email-device-dissected/" title="Peek Email Device Dissected! (September 15, 2008)">Peek Email Device Dissected!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/08/17/palm-pre-usb-cable/" title="Palm Pre USB Cable! (August 17, 2009)">Palm Pre USB Cable!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/01/27/motion-tracking-webcam-comes-in-handy/" title="Motion tracking webcam comes in handy (January 27, 2009)">Motion tracking webcam comes in handy</a> </li>
	<li><a href="http://zedomax.com/blog/2008/04/18/jetpowered-sky-diving-man/" title="Jetpowered Sky-Diving Man! (April 18, 2008)">Jetpowered Sky-Diving Man!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/23/how-to-share-the-internet/" title="How to share the internet (February 23, 2009)">How to share the internet</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/19/diy-soda-can-robot-robug-kits-for-your-kids/" title="DIY Soda Can Robot &#8220;Robug&#8221; Kits for your Kids! (April 19, 2009)">DIY Soda Can Robot &#8220;Robug&#8221; Kits for your Kids!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/03/13/diy-hack-cool-led-pov/" title="DIY HACK &#8211; Cool LED POV (March 13, 2007)">DIY HACK &#8211; Cool LED POV</a> </li>
	<li><a href="http://zedomax.com/blog/2008/08/23/diy-cardboard-wings-and-parts-for-better-aerodynamics/" title="DIY Cardboard Wings and parts for Better Aerodynamics! (August 23, 2008)">DIY Cardboard Wings and parts for Better Aerodynamics!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/10/16/cool-rc-foamy-flying-wings/" title="Cool RC Foamy Flying Wings (October 16, 2006)">Cool RC Foamy Flying Wings</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/30/checktap-is-a-programmable-power-tap-device/" title="CheckTap is a &#8220;Programmable&#8221; Power Tap Device! (June 30, 2008)">CheckTap is a &#8220;Programmable&#8221; Power Tap Device!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/05/blackberry-9000-rumored-to-come-in-cheaper-and-wo-3g/" title="Blackberry 9000 rumored to come in cheaper and w/o 3G (May 5, 2008)">Blackberry 9000 rumored to come in cheaper and w/o 3G</a> </li>
	<li><a href="http://zedomax.com/blog/2009/01/06/beetle-usb-hub/" title="Beetle USB Hub (January 6, 2009)">Beetle USB Hub</a> </li>
	<li><a href="http://zedomax.com/blog/2008/09/06/15-inch-digital-photo-frame/" title="1.5-inch Digital Photo Frame! (September 6, 2008)">1.5-inch Digital Photo Frame!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/07/29/usb-ibuddy-msn-messenger-alert-lights/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SimpleNoise is a White Noise Generator!</title>
		<link>http://zedomax.com/blog/2008/07/04/simplenoise-is-a-white-noise-generator/</link>
		<comments>http://zedomax.com/blog/2008/07/04/simplenoise-is-a-white-noise-generator/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 10:16:32 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[Stupid]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[purpose in life]]></category>
		<category><![CDATA[sole purpose]]></category>
		<category><![CDATA[white noise generator]]></category>
		<category><![CDATA[womb]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=7848</guid>
		<description><![CDATA[
Here&#8217;s a site called SimplyNoise, who&#8217;s sole purpose in life is to produce white noise.
Well, I&#8217;ve tried it out and was very disappointed that all they did was capture some TV white noise and put it on their site.
That said, SimplyNoise will need to provide other types of white noise such as a mother&#8217;s womb [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-7849 aligncenter" title="white-noise" src="http://zedomax.com/blog/wp-content/uploads/2008/07/white-noise.jpg" alt="SimpleNoise is a White Noise Generator!" width="428" height="210" /></p>
<p>Here&#8217;s a site called <a target="_blank" href="http://simplynoise.com/" >SimplyNoise</a>, who&#8217;s sole purpose in life is to produce white noise.</p>
<p>Well, I&#8217;ve tried it out and was very disappointed that all they did was capture some TV white noise and put it on their site.</p>
<p>That said, SimplyNoise will need to provide other types of white noise such as a mother&#8217;s womb to get the site more popular.</p>
<p>I mean, who likes to listen to white noise on TV anyways?</p>
<p><a target="_blank" href="http://blog.makezine.com/archive/2008/07/noise_generator_generates.html" >via make</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/07/04/simplenoise-is-a-white-noise-generator/" >SimpleNoise is a White Noise Generator!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/technology/audio/" title="Audio" rel="tag">Audio</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/tag/purpose-in-life/" title="purpose in life" rel="tag">purpose in life</a>, <a href="http://zedomax.com/blog/tag/sole-purpose/" title="sole purpose" rel="tag">sole purpose</a>, <a href="http://zedomax.com/blog/category/entertainment/stupid/" title="Stupid" rel="tag">Stupid</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a>, <a href="http://zedomax.com/blog/tag/white-noise-generator/" title="white noise generator" rel="tag">white noise generator</a>, <a href="http://zedomax.com/blog/tag/womb/" title="womb" rel="tag">womb</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2007/06/12/the-teddy-bear-that-plays-pre-natal-sounds/" title="The Teddy Bear That Plays Pre-Natal Sounds (June 12, 2007)">The Teddy Bear That Plays Pre-Natal Sounds</a> </li>
	<li><a href="http://zedomax.com/blog/2009/06/09/peekaru-baby-carrier-or-baby-snuggie-lets-your-baby-go-back-in-time/" title="Peekaru Baby Carrier or Baby Snuggie Lets your Baby Go Back In Time! (June 9, 2009)">Peekaru Baby Carrier or Baby Snuggie Lets your Baby Go Back In Time!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/13/ipod-baby-bouncer-toy-lets-your-baby-get-an-early-start/" title="iPod Baby Bouncer Toy lets your Baby Get an Early Start! (February 13, 2009)">iPod Baby Bouncer Toy lets your Baby Get an Early Start!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/02/18/how-to-relieve-stress-with-a-heart-pillow-that-beats/" title="How to Relieve Stress with a Heart Pillow that Beats! (February 18, 2009)">How to Relieve Stress with a Heart Pillow that Beats!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/07/04/simplenoise-is-a-white-noise-generator/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Talk for the iPhone</title>
		<link>http://zedomax.com/blog/2008/07/03/google-talk-for-the-iphone/</link>
		<comments>http://zedomax.com/blog/2008/07/03/google-talk-for-the-iphone/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 21:12:54 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Consumer]]></category>
		<category><![CDATA[Featured Web]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[cell phones]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[browser window]]></category>
		<category><![CDATA[google talk]]></category>
		<category><![CDATA[Google Talk for the iPhone]]></category>
		<category><![CDATA[instant messages]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=7850</guid>
		<description><![CDATA[
Google Talk is now available for the iPhone without any modifications other than pointing your Safari browser to www.google.com/talk.
There are some differences from using Google Talk on your computer. For instance, in order to receive instant messages with Google Talk on your iPhone, the application needs to be open in your Safari browser. When you [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-7851 aligncenter" title="google-talk-iphone" src="http://zedomax.com/blog/wp-content/uploads/2008/07/google-talk-iphone.jpg" alt="Google Talk for the iPhone" width="216" height="400" /></p>
<p>Google Talk is now available for the iPhone without any modifications other than pointing your Safari browser to <a target="_blank" href="http://www.google.com/talk" ><span style="font-weight: bold;">www.google.com/talk.</span></a></p>
<blockquote><p>There are some differences from using Google Talk on your computer. For instance, in order to receive instant messages with Google Talk on your iPhone, the application needs to be open in your Safari browser. When you navigate away to another browser window or application, your status will be changed to &#8220;unavailable&#8221; and your Google Talk session will be restarted when you return.</p></blockquote>
<p><a target="_blank" href="http://googlemobile.blogspot.com/" >via googlemobile</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/07/03/google-talk-for-the-iphone/" >Google Talk for the iPhone</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/technology/web-technology/browser/" title="browser" rel="tag">browser</a>, <a href="http://zedomax.com/blog/tag/browser-window/" title="browser window" rel="tag">browser window</a>, <a href="http://zedomax.com/blog/category/gadgets/cell-phone/" title="cell phones" rel="tag">cell phones</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/category/featured/featured-web/" title="Featured Web" rel="tag">Featured Web</a>, <a href="http://zedomax.com/blog/category/gadgets/" title="Gadgets" rel="tag">Gadgets</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/google/" title="Google" rel="tag">Google</a>, <a href="http://zedomax.com/blog/tag/google/" title="Google" rel="tag">Google</a>, <a href="http://zedomax.com/blog/tag/google-talk/" title="google talk" rel="tag">google talk</a>, <a href="http://zedomax.com/blog/tag/google-talk-for-the-iphone/" title="Google Talk for the iPhone" rel="tag">Google Talk for the iPhone</a>, <a href="http://zedomax.com/blog/tag/instant-messages/" title="instant messages" rel="tag">instant messages</a>, <a href="http://zedomax.com/blog/category/gadgets/cell-phone/iphone/" title="iPhone" rel="tag">iPhone</a>, <a href="http://zedomax.com/blog/tag/iphone/" title="iPhone" rel="tag">iPhone</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/tag/safari/" title="safari" rel="tag">safari</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/browser/safari-browser/" title="Safari" rel="tag">Safari</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2008/05/06/use-cooliriss-piclens-firefox-plugin-to-browse-images-videos-like-an-iphone/" title="Use Cooliris&#8217;s PicLens Firefox Plugin to browse images, videos like an iPhone! (May 6, 2008)">Use Cooliris&#8217;s PicLens Firefox Plugin to browse images, videos like an iPhone!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/25/diy-iphone-hack-go-sitehoppin-on-your-iphone-or-ipod-touch/" title="DIY iPhone HACK &#8211; Go SiteHoppin&#8217; on your iPhone or iPod Touch! (January 25, 2008)">DIY iPhone HACK &#8211; Go SiteHoppin&#8217; on your iPhone or iPod Touch!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/09/15/what-you-missed-last-weekend-roundup/" title="What you missed Last Weekend [Roundup] (September 15, 2008)">What you missed Last Weekend [Roundup]</a> </li>
	<li><a href="http://zedomax.com/blog/2008/02/17/traffic-explosion-with-sitehoppin/" title="Traffic Explosion with SiteHoppin (February 17, 2008)">Traffic Explosion with SiteHoppin</a> </li>
	<li><a href="http://zedomax.com/blog/2008/09/23/t-mobile-g1-looking-great/" title="T-Mobile G1 looking great&#8230; (September 23, 2008)">T-Mobile G1 looking great&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2008/10/25/samsung-pixon-m8800-iphone-killer/" title="Samsung PIXON M8800 &#8211; iPhone Killer? (October 25, 2008)">Samsung PIXON M8800 &#8211; iPhone Killer?</a> </li>
	<li><a href="http://zedomax.com/blog/2009/10/10/samsung-amoled-sph-w8500-looking-at-the-future/" title="Samsung AMOLED SPH-W8500 &#8211; Looking at the Future! (October 10, 2009)">Samsung AMOLED SPH-W8500 &#8211; Looking at the Future!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/20/quick-browser-hack-google-and-yahoo-bookmarklets-for-firefox-ie-and-safari/" title="Quick Browser HACK &#8211; Google and Yahoo Bookmarklets for Firefox, IE, and Safari (December 20, 2006)">Quick Browser HACK &#8211; Google and Yahoo Bookmarklets for Firefox, IE, and Safari</a> </li>
	<li><a href="http://zedomax.com/blog/2008/04/26/pocketguitar-for-jailbroken-iphone-or-ipod-touch/" title="PocketGuitar for jailbroken iPhone or iPod touch! (April 26, 2008)">PocketGuitar for jailbroken iPhone or iPod touch!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/24/piclens-hack-how-to-view-google-images-like-an-iphone/" title="PicLens Hack &#8211; How to View Google Images Like an iPhone! (April 24, 2009)">PicLens Hack &#8211; How to View Google Images Like an iPhone!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/07/17/nokia-hack-android-running-on-a-nokia-n95/" title="Nokia HACK &#8211; Android Running on a Nokia N95! (July 17, 2009)">Nokia HACK &#8211; Android Running on a Nokia N95!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/15/nokia-8800-arte-for-show-and-no-go/" title="Nokia 8800 Arte &#8211; For Show and no Go! (May 15, 2008)">Nokia 8800 Arte &#8211; For Show and no Go!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/25/linux-may-power-new-nokia-phones/" title="Linux May Power New Nokia Phones (May 25, 2008)">Linux May Power New Nokia Phones</a> </li>
	<li><a href="http://zedomax.com/blog/2008/08/19/iphone-nike-interface-leaked/" title="iPhone Nike+ Interface Leaked! (August 19, 2008)">iPhone Nike+ Interface Leaked!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/04/iphone-lego-nxt-mindstorms-robot/" title="iPhone Lego NXT Mindstorms Robot (June 4, 2008)">iPhone Lego NXT Mindstorms Robot</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/11/iphone-hacks-how-to-play-doom-with-iphone-as-controller-and-old-mac-display/" title="iPhone Hacks &#8211; How to Play Doom with iPhone as Controller and Old Mac Display! (December 11, 2008)">iPhone Hacks &#8211; How to Play Doom with iPhone as Controller and Old Mac Display!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/24/iphone-hack-use-iremember-to-remember-your-cookies/" title="iPhone Hack &#8211; Use iRemember to remember your Cookies! (June 24, 2008)">iPhone Hack &#8211; Use iRemember to remember your Cookies!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/08/07/iphone-hack-12-iphone-tricks-you-need-to-know/" title="iPhone HACK &#8211; 12 iPhone Tricks you need to know! (August 7, 2008)">iPhone HACK &#8211; 12 iPhone Tricks you need to know!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/07/11/iphone-3g-review/" title="iPhone 3G Review (July 11, 2008)">iPhone 3G Review</a> </li>
	<li><a href="http://zedomax.com/blog/2008/03/08/iphone-20-coming-soon-with-100-million-dollars-for-app-developers/" title="iPhone 2.0 coming soon&#8230; with 100 million dollars for app developers! (March 8, 2008)">iPhone 2.0 coming soon&#8230; with 100 million dollars for app developers!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/07/03/google-talk-for-the-iphone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox Hack &#8211; RAMBack helps free Firefox Cache/Memory!</title>
		<link>http://zedomax.com/blog/2008/07/01/firefox-hack-ramback-helps-free-firefox-cachememory/</link>
		<comments>http://zedomax.com/blog/2008/07/01/firefox-hack-ramback-helps-free-firefox-cachememory/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 00:30:31 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[cache memory]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox 3]]></category>
		<category><![CDATA[firefox cache]]></category>
		<category><![CDATA[firefox-hack]]></category>
		<category><![CDATA[free cache]]></category>
		<category><![CDATA[free memory]]></category>
		<category><![CDATA[ramback]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=7767</guid>
		<description><![CDATA[
Here&#8217;s RAMBack, a Firefox add-on that lets you free Firefox cache/memory.  This might help you if you run Firefox under really crappy hardware or a netbook.
RAMBack will cause Firefox to issue an internal notification to free up memory that is otherwise held for performance purposes. Additional items will be hooked into this notification in the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-7768 aligncenter" title="ramback" src="http://zedomax.com/blog/wp-content/uploads/2008/07/ramback.png" alt="RAMBack helps free Firefox Cache/Memory!" width="219" height="181" /></p>
<p>Here&#8217;s <a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/5972" >RAMBack</a>, a Firefox add-on that lets you free Firefox cache/memory.  This might help you if you run Firefox under really crappy hardware or a netbook.</p>
<blockquote><p>RAMBack will cause Firefox to issue an internal notification to free up memory that is otherwise held for performance purposes. Additional items will be hooked into this notification in the future.</p></blockquote>
<p><a target="_blank" href="http://lifehacker.com/397636/ramback-frees-memory-from-firefox-3-on-demand" >via lifehacker</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/07/01/firefox-hack-ramback-helps-free-firefox-cachememory/" >Firefox Hack &#8211; RAMBack helps free Firefox Cache/Memory!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/technology/web-technology/browser/" title="browser" rel="tag">browser</a>, <a href="http://zedomax.com/blog/tag/cache-memory/" title="cache memory" rel="tag">cache memory</a>, <a href="http://zedomax.com/blog/category/computer/" title="Computer" rel="tag">Computer</a>, <a href="http://zedomax.com/blog/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/browser/firefox-browser/" title="Firefox" rel="tag">Firefox</a>, <a href="http://zedomax.com/blog/tag/firefox-3/" title="firefox 3" rel="tag">firefox 3</a>, <a href="http://zedomax.com/blog/tag/firefox-cache/" title="firefox cache" rel="tag">firefox cache</a>, <a href="http://zedomax.com/blog/tag/firefox-hack/" title="firefox-hack" rel="tag">firefox-hack</a>, <a href="http://zedomax.com/blog/tag/free-cache/" title="free cache" rel="tag">free cache</a>, <a href="http://zedomax.com/blog/tag/free-memory/" title="free memory" rel="tag">free memory</a>, <a href="http://zedomax.com/blog/tag/ramback/" title="ramback" rel="tag">ramback</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2009/10/19/firefox-hack-how-to-stop-automatic-pluginfirefox-installations-in-firefox/" title="Firefox Hack &#8211; How To Stop Automatic Plugin/Firefox Installations In Firefox! (October 19, 2009)">Firefox Hack &#8211; How To Stop Automatic Plugin/Firefox Installations In Firefox!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/03/16/youtube-hack-how-to-watch-youtube-videos-faster-with-firefox-addons-and-more/" title="YouTube Hack &#8211; How to watch YouTube videos faster with Firefox addons and more! (March 16, 2008)">YouTube Hack &#8211; How to watch YouTube videos faster with Firefox addons and more!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/03/youtube-hack-how-to-control-youtube-video-speed/" title="YouTube Hack &#8211; How to Control YouTube Video Speed! (November 3, 2008)">YouTube Hack &#8211; How to Control YouTube Video Speed!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/08/30/what-is-rss/" title="what is RSS? (August 30, 2006)">what is RSS?</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/06/use-cooliriss-piclens-firefox-plugin-to-browse-images-videos-like-an-iphone/" title="Use Cooliris&#8217;s PicLens Firefox Plugin to browse images, videos like an iPhone! (May 6, 2008)">Use Cooliris&#8217;s PicLens Firefox Plugin to browse images, videos like an iPhone!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/12/safari-browser-plugin/" title="Safari Browser Plugin (May 12, 2008)">Safari Browser Plugin</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/20/quick-browser-hack-google-and-yahoo-bookmarklets-for-firefox-ie-and-safari/" title="Quick Browser HACK &#8211; Google and Yahoo Bookmarklets for Firefox, IE, and Safari (December 20, 2006)">Quick Browser HACK &#8211; Google and Yahoo Bookmarklets for Firefox, IE, and Safari</a> </li>
	<li><a href="http://zedomax.com/blog/2006/10/02/project-legals-one-development-system-for-all-browser-platforms/" title="Project Legals &#8211; One development system for all browser platforms (October 2, 2006)">Project Legals &#8211; One development system for all browser platforms</a> </li>
	<li><a href="http://zedomax.com/blog/2008/04/22/office-printing-diy-how-to-save-time-and-money-on-printing-and-get-your-mail-delivered-faster/" title="Office Printing DIY &#8211; How to save time and money on printing and get your mail delivered faster! (April 22, 2008)">Office Printing DIY &#8211; How to save time and money on printing and get your mail delivered faster!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/04/24/netbook-hack-how-to-make-your-favorite-apps-run-faster-on-a-netbook-with-win-xp/" title="Netbook Hack &#8211; How to Make your Favorite Apps Run Faster on a Netbook with Win XP! (April 24, 2009)">Netbook Hack &#8211; How to Make your Favorite Apps Run Faster on a Netbook with Win XP!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/18/howto-use-internet-explorer-in-firefox-and-protect-yourself-from-spyware/" title="HOWTO use Internet Explorer in Firefox and protect yourself from spyware! (January 18, 2008)">HOWTO use Internet Explorer in Firefox and protect yourself from spyware!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/09/01/gmail-hack-how-to-backup-your-gmail/" title="GMail Hack &#8211; How to BackUp Your GMail! (September 1, 2009)">GMail Hack &#8211; How to BackUp Your GMail!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/08/30/fun-memorial-weekend-commenting/" title="Fun Memorial Weekend Commenting! (August 30, 2008)">Fun Memorial Weekend Commenting!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/26/forbes-video-interview-with-digg-ceo/" title="Forbes Video Interview With Digg CEO (November 26, 2006)">Forbes Video Interview With Digg CEO</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/28/firefox-hack-sitehoppin-toolbar-saves-you-5-minutes-of-your-daily-web-browsing-time/" title="Firefox Hack &#8211; SiteHoppin Toolbar saves you 5 minutes of your Daily Web browsing time! (May 28, 2008)">Firefox Hack &#8211; SiteHoppin Toolbar saves you 5 minutes of your Daily Web browsing time!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/03/22/firefox-hack-how-to-save-time-with-firefox-shortcuts/" title="Firefox Hack &#8211; How to Save Time with Firefox Shortcuts! (March 22, 2009)">Firefox Hack &#8211; How to Save Time with Firefox Shortcuts!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/10/16/firefox-hack-how-to-run-faster-firefox/" title="Firefox Hack &#8211; How to Run Faster Firefox! (October 16, 2009)">Firefox Hack &#8211; How to Run Faster Firefox!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/09/01/firefox-hack-how-to-recover-firefox-master-password/" title="Firefox Hack &#8211; How to Recover Firefox Master Password! (September 1, 2009)">Firefox Hack &#8211; How to Recover Firefox Master Password!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/06/firefox-hack-how-to-increase-firefox-cache/" title="Firefox HACK &#8211; How to increase Firefox Cache! (May 6, 2008)">Firefox HACK &#8211; How to increase Firefox Cache!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/01/17/firefox-hack-how-to-hack-the-firefox-default-theme/" title="Firefox Hack &#8211; How to Hack the Firefox Default Theme! (January 17, 2009)">Firefox Hack &#8211; How to Hack the Firefox Default Theme!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/07/01/firefox-hack-ramback-helps-free-firefox-cachememory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Geo-Map your Movies!</title>
		<link>http://zedomax.com/blog/2008/06/30/how-to-geo-map-your-movies/</link>
		<comments>http://zedomax.com/blog/2008/06/30/how-to-geo-map-your-movies/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 00:00:09 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Auto]]></category>
		<category><![CDATA[Cars]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[car chase scenes]]></category>
		<category><![CDATA[chases]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google-Maps]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[pip]]></category>
		<category><![CDATA[san francisco streets]]></category>
		<category><![CDATA[theaters]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=7740</guid>
		<description><![CDATA[
With Seero, I guess you can even geo-map your movies.  It&#8217;s interesting as this movie is based on San Francisco streets and I know where they shot it.
It&#8217;d be way cool if all new movies came out with a PiP screen of Google Maps showing the location.  (maybe one day when Google starts buying theaters&#8230;)
I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-7741 aligncenter" title="geomap-movie" src="http://zedomax.com/blog/wp-content/uploads/2008/06/geomap-movie.jpg" alt="How to Geo-Map your Movies!" width="500" height="177" /></p>
<p>With <a target="_blank" href="http://zedomax.net/web30/seero-launched-a-gps-enabled-videos-mashed-up-with-googlemaps/" >Seero</a>, I guess you can even geo-map your movies.  It&#8217;s interesting as this movie is based on San Francisco streets and I know where they shot it.</p>
<p>It&#8217;d be way cool if all new movies came out with a PiP screen of Google Maps showing the location.  (maybe one day when Google starts buying theaters&#8230;)</p>
<blockquote><p>I&#8217;m a huge fan of &#8216;the king of cool&#8217; and of all movie car-chase scenes. I thought it would be great to mashup famous chases with their GPS tracks. Keep in mind some of the chases cut from one place to another&#8230;so I tried to be as accurate as possible. Enjoy!</p></blockquote>
<p><a target="_blank" href="http://www.boingboing.net/2008/06/30/bullit-car-chase-geo.html" >via boingboing</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/06/30/how-to-geo-map-your-movies/" >How to Geo-Map your Movies!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/misc/auto-misc/" title="Auto" rel="tag">Auto</a>, <a href="http://zedomax.com/blog/tag/car-chase-scenes/" title="car chase scenes" rel="tag">car chase scenes</a>, <a href="http://zedomax.com/blog/category/misc/auto-misc/cars/" title="Cars" rel="tag">Cars</a>, <a href="http://zedomax.com/blog/tag/chases/" title="chases" rel="tag">chases</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/category/entertainment/" title="Entertainment" rel="tag">Entertainment</a>, <a href="http://zedomax.com/blog/tag/google/" title="Google" rel="tag">Google</a>, <a href="http://zedomax.com/blog/tag/google-maps/" title="Google-Maps" rel="tag">Google-Maps</a>, <a href="http://zedomax.com/blog/category/technology/gps/" title="gps" rel="tag">gps</a>, <a href="http://zedomax.com/blog/tag/gps/" title="gps" rel="tag">gps</a>, <a href="http://zedomax.com/blog/tag/map/" title="map" rel="tag">map</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/tag/pip/" title="pip" rel="tag">pip</a>, <a href="http://zedomax.com/blog/tag/san-francisco-streets/" title="san francisco streets" rel="tag">san francisco streets</a>, <a href="http://zedomax.com/blog/category/technology/" title="technology" rel="tag">technology</a>, <a href="http://zedomax.com/blog/tag/theaters/" title="theaters" rel="tag">theaters</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2008/09/17/mobile-googlemaps-now-includes-street-view/" title="Mobile GoogleMaps now includes Street View! (September 17, 2008)">Mobile GoogleMaps now includes Street View!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/20/wrist-tracker-does-gps-gps-tracking/" title="Wrist Tracker does GPS + GPS Tracking (May 20, 2008)">Wrist Tracker does GPS + GPS Tracking</a> </li>
	<li><a href="http://zedomax.com/blog/2008/10/18/seo-and-adsense-hack-best-of-seo-an-adsense-optimization-blog-posts/" title="SEO and Adsense Hack &#8211; Best of SEO an Adsense Optimization Blog Posts! (October 18, 2008)">SEO and Adsense Hack &#8211; Best of SEO an Adsense Optimization Blog Posts!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/08/15/roofray-lets-you-calculate-your-homes-solar-power-potential/" title="RoofRay lets you calculate your home&#8217;s Solar Power potential! (August 15, 2008)">RoofRay lets you calculate your home&#8217;s Solar Power potential!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/01/north-oaks-minnesota-tells-google-maps-to-fu-off/" title="North Oaks, Minnesota tells Google Maps to Fu** off! (June 1, 2008)">North Oaks, Minnesota tells Google Maps to Fu** off!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/08/19/iphone-nike-interface-leaked/" title="iPhone Nike+ Interface Leaked! (August 19, 2008)">iPhone Nike+ Interface Leaked!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/09/08/google-rocket-might-give-google-maps-better-resolution/" title="Google Rocket might give Google Maps better resolution! (September 8, 2008)">Google Rocket might give Google Maps better resolution!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/29/google-earth-api-now-lets-you-put-google-earth-in-your-website/" title="Google Earth API now let&#8217;s you put Google Earth in your website! (May 29, 2008)">Google Earth API now let&#8217;s you put Google Earth in your website!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/10/geoquake-brings-you-googlemaps-driving-game/" title="GeoQuake brings you GoogleMaps Driving Game! (June 10, 2008)">GeoQuake brings you GoogleMaps Driving Game!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/10/27/download-google-earth-on-the-iphone/" title="Download Google Earth on the iPhone! (October 27, 2008)">Download Google Earth on the iPhone!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/05/diy-iphone-hack-how-to-make-an-iphone-lojack-and-chart-your-location-using-google-maps/" title="DIY iPhone HACK &#8211; How to make an iPhone LoJack and chart your location using Google Maps! (May 5, 2008)">DIY iPhone HACK &#8211; How to make an iPhone LoJack and chart your location using Google Maps!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/04/28/diy-hack-how-to-build-a-prepaid-cellphone-gps-tracker/" title="DIY HACK &#8211; How to Build a Prepaid Cellphone GPS tracker! (April 28, 2008)">DIY HACK &#8211; How to Build a Prepaid Cellphone GPS tracker!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/05/diy-how-to-add-your-business-to-google-maps/" title="DIY &#8211; HOW TO add your business to Google Maps! (December 5, 2007)">DIY &#8211; HOW TO add your business to Google Maps!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/05/12/bug-tiny-diyopen-srouce-linux-platform-microcomputer-with-java-programming/" title="BUG &#8211; Tiny DIY/Open-Srouce Linux-Platform Microcomputer with Java Programming! (May 12, 2009)">BUG &#8211; Tiny DIY/Open-Srouce Linux-Platform Microcomputer with Java Programming!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/03/zedomaxnet-web20-crunch/" title="Zedomax.Net Web2.0 Crunch&#8230; (June 3, 2008)">Zedomax.Net Web2.0 Crunch&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/17/zedomaxcom-google-friendconnect/" title="Zedomax.com Google FriendConnect! (December 17, 2008)">Zedomax.com Google FriendConnect!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/06/zedomax-traffic-overview-2008/" title="Zedomax Traffic Overview 2008 (January 6, 2008)">Zedomax Traffic Overview 2008</a> </li>
	<li><a href="http://zedomax.com/blog/2008/10/21/zedomax-server-update/" title="Zedomax Server Update (October 21, 2008)">Zedomax Server Update</a> </li>
	<li><a href="http://zedomax.com/blog/2007/02/22/zedomax-reaches-over-500000-unique-visitors-thanks-to-youall/" title="Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all (February 22, 2007)">Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/08/zedomax-new-wordpress-blog-search-engine-theme/" title="Zedomax New Wordpress Blog Search Engine Theme! (November 8, 2008)">Zedomax New Wordpress Blog Search Engine Theme!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/06/30/how-to-geo-map-your-movies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trackstick for Google Earth Tracking your Travels!</title>
		<link>http://zedomax.com/blog/2008/06/22/trackstick-for-google-earth-tracking-your-travels/</link>
		<comments>http://zedomax.com/blog/2008/06/22/trackstick-for-google-earth-tracking-your-travels/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 04:00:21 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Consumer]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Earth]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[exact route]]></category>
		<category><![CDATA[mapping technologies]]></category>
		<category><![CDATA[red line]]></category>
		<category><![CDATA[satellite photos]]></category>
		<category><![CDATA[trackstick]]></category>
		<category><![CDATA[travels]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=7582</guid>
		<description><![CDATA[
Check out Trackstick if you are interested in automatically logging your travels so you can view them later on Google Earth!
It works anywhere on the planet. Traveled locations can be shown via a red line that is traced on satellite photos and 3D terrain using the latest mapping technologies from Google™ Earth. Trackstick continuously records [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-medium wp-image-7583 aligncenter" title="trackstick" src="http://zedomax.com/blog/wp-content/uploads/2008/06/trackstick.jpg" alt="Trackstick for Google Earth Tracking your Travels!" width="200" height="400" /></p>
<p>Check out <a target="_blank" href="http://www.trackstick.com/products/trackstick2/trackstick2.html" >Trackstick</a> if you are interested in automatically logging your travels so you can view them later on Google Earth!</p>
<blockquote><p>It works anywhere on the planet. Traveled locations can be shown via a red line that is traced on satellite photos and 3D terrain using the latest mapping technologies from Google™ Earth. Trackstick continuously records its exact route, stop times, speed, direction, and other valuable information, all of which can be quickly downloaded and viewed on your computer.</p></blockquote>
<p><a target="_blank" href="http://onearthtravel.com/blog/travel-info/trackstick-ii-tracks-your-travels-on-google-earth/" >via onearthtravel</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/06/22/trackstick-for-google-earth-tracking-your-travels/" >Trackstick for Google Earth Tracking your Travels!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/category/design/" title="Design" rel="tag">Design</a>, <a href="http://zedomax.com/blog/category/technology/earth/" title="Earth" rel="tag">Earth</a>, <a href="http://zedomax.com/blog/tag/earth/" title="Earth" rel="tag">Earth</a>, <a href="http://zedomax.com/blog/category/technology/educational/" title="Educational" rel="tag">Educational</a>, <a href="http://zedomax.com/blog/category/entertainment/" title="Entertainment" rel="tag">Entertainment</a>, <a href="http://zedomax.com/blog/tag/exact-route/" title="exact route" rel="tag">exact route</a>, <a href="http://zedomax.com/blog/category/gadgets/" title="Gadgets" rel="tag">Gadgets</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/google/" title="Google" rel="tag">Google</a>, <a href="http://zedomax.com/blog/tag/google/" title="Google" rel="tag">Google</a>, <a href="http://zedomax.com/blog/category/technology/gps/" title="gps" rel="tag">gps</a>, <a href="http://zedomax.com/blog/tag/mapping-technologies/" title="mapping technologies" rel="tag">mapping technologies</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/tag/red-line/" title="red line" rel="tag">red line</a>, <a href="http://zedomax.com/blog/tag/satellite-photos/" title="satellite photos" rel="tag">satellite photos</a>, <a href="http://zedomax.com/blog/category/computer/storage/" title="Storage" rel="tag">Storage</a>, <a href="http://zedomax.com/blog/category/technology/" title="technology" rel="tag">technology</a>, <a href="http://zedomax.com/blog/tag/trackstick/" title="trackstick" rel="tag">trackstick</a>, <a href="http://zedomax.com/blog/tag/travels/" title="travels" rel="tag">travels</a>, <a href="http://zedomax.com/blog/category/computer/usb/" title="USB" rel="tag">USB</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2006/12/13/wii-hack-google-earth-interface-for-wii-remote/" title="WII Hack &#8211; Google Earth interface for Wii remote. (December 13, 2006)">WII Hack &#8211; Google Earth interface for Wii remote.</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/28/what-is-nanotechnology-plus-epa-to-regulate-nanoproducts-sold-as-germ-killing/" title="What is Nanotechnology? Plus: EPA to Regulate Nanoproducts Sold As Germ-Killing (November 28, 2006)">What is Nanotechnology? Plus: EPA to Regulate Nanoproducts Sold As Germ-Killing</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/12/trackstick-is-a-gps-with-belt-clip-that-works-with-google-earth/" title="TrackStick is a GPS with belt clip that works with Google Earth (April 12, 2007)">TrackStick is a GPS with belt clip that works with Google Earth</a> </li>
	<li><a href="http://zedomax.com/blog/2008/04/23/top-10-eco-friendly-and-green-gadgets/" title="Top 10 Eco-Friendly and Green Gadgets! (April 23, 2008)">Top 10 Eco-Friendly and Green Gadgets!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/10/20/stealth-bomber-on-google-earth/" title="Stealth Bomber on Google Earth! (October 20, 2006)">Stealth Bomber on Google Earth!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/05/space-travel-from-virgin/" title="Space Travel from Virgin (April 5, 2007)">Space Travel from Virgin</a> </li>
	<li><a href="http://zedomax.com/blog/2007/04/07/snow-surfing-with-a-antartic-snowbot/" title="Snow surfing with a Antartic Snowbot (April 7, 2007)">Snow surfing with a Antartic Snowbot</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/25/iphone-earth-lets-you-view-the-globe-by-tilting-your-iphone/" title="iPhone Earth lets you view the Globe by tilting your iPhone! (May 25, 2008)">iPhone Earth lets you view the Globe by tilting your iPhone!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/01/09/google-video-nuclear-fusion-reactor-tour/" title="Google Video &#8211; Nuclear Fusion Reactor Tour (January 9, 2007)">Google Video &#8211; Nuclear Fusion Reactor Tour</a> </li>
	<li><a href="http://zedomax.com/blog/2007/06/06/get-35-more-mpg-on-your-car-with-this-little-device/" title="Get 35% more MPG on your car with this little device. (June 6, 2007)">Get 35% more MPG on your car with this little device.</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/04/cnets-james-kim-and-family-missing-have-you-seen-them/" title="CNET&#8217;s James Kim and family missing &#8212; have you seen them? (December 4, 2006)">CNET&#8217;s James Kim and family missing &#8212; have you seen them?</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/21/bike-the-flies-google-earth/" title="Bike the &#8220;flies&#8221; Google Earth! (May 21, 2008)">Bike the &#8220;flies&#8221; Google Earth!</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/02/zikiwiki-technology-wiki-for-hackers-diyers-mcu-users-plc-users-etc/" title="ZikiWiki &#8211; Technology wiki for hackers, diyers, mcu users, plc users, etc&#8230; (November 2, 2006)">ZikiWiki &#8211; Technology wiki for hackers, diyers, mcu users, plc users, etc&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/03/zedomaxnet-web20-crunch/" title="Zedomax.Net Web2.0 Crunch&#8230; (June 3, 2008)">Zedomax.Net Web2.0 Crunch&#8230;</a> </li>
	<li><a href="http://zedomax.com/blog/2008/12/17/zedomaxcom-google-friendconnect/" title="Zedomax.com Google FriendConnect! (December 17, 2008)">Zedomax.com Google FriendConnect!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/01/06/zedomax-traffic-overview-2008/" title="Zedomax Traffic Overview 2008 (January 6, 2008)">Zedomax Traffic Overview 2008</a> </li>
	<li><a href="http://zedomax.com/blog/2008/10/21/zedomax-server-update/" title="Zedomax Server Update (October 21, 2008)">Zedomax Server Update</a> </li>
	<li><a href="http://zedomax.com/blog/2007/02/22/zedomax-reaches-over-500000-unique-visitors-thanks-to-youall/" title="Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all (February 22, 2007)">Zedomax reaches over 500,000 Unique Visitors thanks to you&#8217;all</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/08/zedomax-new-wordpress-blog-search-engine-theme/" title="Zedomax New Wordpress Blog Search Engine Theme! (November 8, 2008)">Zedomax New Wordpress Blog Search Engine Theme!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/05/21/zedomax-maker-faire-2007-coverage-sit-and-pedal-persistence-of-vision/" title="Zedomax Maker Faire 2007 Coverage &#8211; Sit and Pedal Persistence of Vision! (May 21, 2007)">Zedomax Maker Faire 2007 Coverage &#8211; Sit and Pedal Persistence of Vision!</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/06/22/trackstick-for-google-earth-tracking-your-travels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GeoQuake brings you GoogleMaps Driving Game!</title>
		<link>http://zedomax.com/blog/2008/06/10/geoquake-brings-you-googlemaps-driving-game/</link>
		<comments>http://zedomax.com/blog/2008/06/10/geoquake-brings-you-googlemaps-driving-game/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 22:08:15 +0000</pubDate>
		<dc:creator>max</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Consumer]]></category>
		<category><![CDATA[Earth]]></category>
		<category><![CDATA[Educational]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Online Games]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WebApp]]></category>
		<category><![CDATA[cpu power]]></category>
		<category><![CDATA[dozens]]></category>
		<category><![CDATA[driving game]]></category>
		<category><![CDATA[flash applications]]></category>
		<category><![CDATA[fly]]></category>
		<category><![CDATA[Google-Maps]]></category>
		<category><![CDATA[googleearth]]></category>
		<category><![CDATA[googlemaps]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[kobayashi]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[osaka japan]]></category>
		<category><![CDATA[programmer]]></category>

		<guid isPermaLink="false">http://zedomax.com/blog/?p=7199</guid>
		<description><![CDATA[
Now, you can drive on GoogleMaps or fly on GoogleEarth.
It&#8217;s really fun, I think there&#8217;s a potential for dozens of games and money to made off these types of apps.
The first, taking advantage of Google Maps&#8217; new ability to work with Flash applications, lets you drive a car, bus, or truck around Google Maps. It [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-medium wp-image-7201 aligncenter" title="geoquake-1" src="http://zedomax.com/blog/wp-content/uploads/2008/06/geoquake-1.jpg" alt="GeoQuake brings you GoogleMaps Driving Game!" width="400" height="382" /></p>
<p>Now, you can <a target="_blank" href="http://geoquake.jp/en/webgame/DrivingSimulatorGM/" >drive on GoogleMaps</a> or <a target="_blank" href="http://www.barnabu.co.uk/" >fly on GoogleEarth</a>.<br />
It&#8217;s really fun, I think there&#8217;s a potential for dozens of games and money to made off these types of apps.</p>
<blockquote><p>The first, taking advantage of Google Maps&#8217; new ability to work with Flash applications, lets you drive a car, bus, or truck around Google Maps. It won&#8217;t bat an eye if you drive through a building or into the ocean, but Katsuomi Kobayashi, the programmer from Osaka, Japan, who wrote it, was happy to note that the software can display images at 40 frames per second vs. 20 at best for JavaScript. And it uses less CPU power, too.</p></blockquote>

<a target="_blank" href="http://zedomax.com/blog/2008/06/10/geoquake-brings-you-googlemaps-driving-game/geoquake-2/" ><img width="150" height="150" src="http://zedomax.com/blog/wp-content/uploads/2008/06/geoquake-2-150x150.jpg" class="attachment-thumbnail" alt="" title="geoquake-2" /></a>
<a target="_blank" href="http://zedomax.com/blog/2008/06/10/geoquake-brings-you-googlemaps-driving-game/geoquake-1/" ><img width="150" height="150" src="http://zedomax.com/blog/wp-content/uploads/2008/06/geoquake-1-150x150.jpg" class="attachment-thumbnail" alt="GeoQuake brings you GoogleMaps Driving Game!" title="geoquake-1" /></a>

<p><a target="_blank" href="http://crave.cnet.com/8301-1_105-9964112-1.html?part=rss&amp;tag=feed&amp;subj=Crave" >via crave</a></p>
<p>Brought to you by: <a target="_blank" href="http://zedomax.com/blog" >Zedomax.com</a></p>
<p><a target="_blank" href="http://zedomax.com/blog/2008/06/10/geoquake-brings-you-googlemaps-driving-game/" >GeoQuake brings you GoogleMaps Driving Game!</a></p>

	<span style="display:none"><a href="http://zedomax.com/blog/category/computer/" title="Computer" rel="tag">Computer</a>, <a href="http://zedomax.com/blog/category/misc/consumer-misc/" title="Consumer" rel="tag">Consumer</a>, <a href="http://zedomax.com/blog/tag/cpu-power/" title="cpu power" rel="tag">cpu power</a>, <a href="http://zedomax.com/blog/tag/dozens/" title="dozens" rel="tag">dozens</a>, <a href="http://zedomax.com/blog/tag/driving-game/" title="driving game" rel="tag">driving game</a>, <a href="http://zedomax.com/blog/category/technology/earth/" title="Earth" rel="tag">Earth</a>, <a href="http://zedomax.com/blog/category/technology/educational/" title="Educational" rel="tag">Educational</a>, <a href="http://zedomax.com/blog/category/entertainment/" title="Entertainment" rel="tag">Entertainment</a>, <a href="http://zedomax.com/blog/tag/flash-applications/" title="flash applications" rel="tag">flash applications</a>, <a href="http://zedomax.com/blog/tag/fly/" title="fly" rel="tag">fly</a>, <a href="http://zedomax.com/blog/category/gadgets/" title="Gadgets" rel="tag">Gadgets</a>, <a href="http://zedomax.com/blog/category/entertainment/games/" title="Games" rel="tag">Games</a>, <a href="http://zedomax.com/blog/tag/games/" title="Games" rel="tag">Games</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/google/" title="Google" rel="tag">Google</a>, <a href="http://zedomax.com/blog/tag/google/" title="Google" rel="tag">Google</a>, <a href="http://zedomax.com/blog/tag/google-maps/" title="Google-Maps" rel="tag">Google-Maps</a>, <a href="http://zedomax.com/blog/tag/googleearth/" title="googleearth" rel="tag">googleearth</a>, <a href="http://zedomax.com/blog/tag/googlemaps/" title="googlemaps" rel="tag">googlemaps</a>, <a href="http://zedomax.com/blog/tag/images/" title="images" rel="tag">images</a>, <a href="http://zedomax.com/blog/tag/kobayashi/" title="kobayashi" rel="tag">kobayashi</a>, <a href="http://zedomax.com/blog/category/misc/" title="Misc" rel="tag">Misc</a>, <a href="http://zedomax.com/blog/tag/money/" title="money" rel="tag">money</a>, <a href="http://zedomax.com/blog/category/entertainment/games/online-games/" title="Online Games" rel="tag">Online Games</a>, <a href="http://zedomax.com/blog/tag/osaka-japan/" title="osaka japan" rel="tag">osaka japan</a>, <a href="http://zedomax.com/blog/tag/programmer/" title="programmer" rel="tag">programmer</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/" title="Web" rel="tag">Web</a>, <a href="http://zedomax.com/blog/category/technology/web-technology/webapp/" title="WebApp" rel="tag">WebApp</a></span>

	<h3>Related posts</h3>
	<ul class="st-related-posts">
	<li><a href="http://zedomax.com/blog/2007/11/30/the-quarter-wiki-a-new-paid-online-encyclopedia/" title="The Quarter Wiki &#8211; a new paid Online Encyclopedia! (November 30, 2007)">The Quarter Wiki &#8211; a new paid Online Encyclopedia!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/08/15/roofray-lets-you-calculate-your-homes-solar-power-potential/" title="RoofRay lets you calculate your home&#8217;s Solar Power potential! (August 15, 2008)">RoofRay lets you calculate your home&#8217;s Solar Power potential!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/12/quarterwiki-pages-are-being-sold-like-hotcakes/" title="QuarterWiki &#8211; Pages are being sold like Hotcakes! (December 12, 2007)">QuarterWiki &#8211; Pages are being sold like Hotcakes!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/01/north-oaks-minnesota-tells-google-maps-to-fu-off/" title="North Oaks, Minnesota tells Google Maps to Fu** off! (June 1, 2008)">North Oaks, Minnesota tells Google Maps to Fu** off!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/09/17/mobile-googlemaps-now-includes-street-view/" title="Mobile GoogleMaps now includes Street View! (September 17, 2008)">Mobile GoogleMaps now includes Street View!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/09/08/google-rocket-might-give-google-maps-better-resolution/" title="Google Rocket might give Google Maps better resolution! (September 8, 2008)">Google Rocket might give Google Maps better resolution!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/04/28/diy-hack-how-to-build-a-prepaid-cellphone-gps-tracker/" title="DIY HACK &#8211; How to Build a Prepaid Cellphone GPS tracker! (April 28, 2008)">DIY HACK &#8211; How to Build a Prepaid Cellphone GPS tracker!</a> </li>
	<li><a href="http://zedomax.com/blog/2007/12/05/diy-how-to-add-your-business-to-google-maps/" title="DIY &#8211; HOW TO add your business to Google Maps! (December 5, 2007)">DIY &#8211; HOW TO add your business to Google Maps!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/11/27/zedomax-celebrates-thanksgiving/" title="Zedomax Celebrates Thanksgiving! (November 27, 2008)">Zedomax Celebrates Thanksgiving!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/20/wrist-tracker-does-gps-gps-tracking/" title="Wrist Tracker does GPS + GPS Tracking (May 20, 2008)">Wrist Tracker does GPS + GPS Tracking</a> </li>
	<li><a href="http://zedomax.com/blog/2006/11/25/windows-xp-running-on-ps3/" title="Windows XP Running on PS3 (November 25, 2006)">Windows XP Running on PS3</a> </li>
	<li><a href="http://zedomax.com/blog/2006/12/13/wii-hack-google-earth-interface-for-wii-remote/" title="WII Hack &#8211; Google Earth interface for Wii remote. (December 13, 2006)">WII Hack &#8211; Google Earth interface for Wii remote.</a> </li>
	<li><a href="http://zedomax.com/blog/2008/02/03/whats-stumbleupon-afraid-of/" title="What&#8217;s StumbleUpon afraid of? (February 3, 2008)">What&#8217;s StumbleUpon afraid of?</a> </li>
	<li><a href="http://zedomax.com/blog/2008/04/24/web-20-expo-2008-tellme-voice-activated-yellow-pages-just-launched-for-blackberry/" title="Web 2.0 Expo 2008 &#8211; TellMe Voice-Activated Yellow Pages just launched for Blackberry! (April 24, 2008)">Web 2.0 Expo 2008 &#8211; TellMe Voice-Activated Yellow Pages just launched for Blackberry!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/04/24/web-20-filtermyrss-launched/" title="Web 2.0 &#8211; FilterMyRss Launched! (April 24, 2008)">Web 2.0 &#8211; FilterMyRss Launched!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/05/06/use-cooliriss-piclens-firefox-plugin-to-browse-images-videos-like-an-iphone/" title="Use Cooliris&#8217;s PicLens Firefox Plugin to browse images, videos like an iPhone! (May 6, 2008)">Use Cooliris&#8217;s PicLens Firefox Plugin to browse images, videos like an iPhone!</a> </li>
	<li><a href="http://zedomax.com/blog/2008/06/05/top-10-reasons-why-linux-will-be-on-every-pc-in-10-years/" title="Top 10 Reasons Why Linux will be on every PC in 10 Years! (June 5, 2008)">Top 10 Reasons Why Linux will be on every PC in 10 Years!</a> </li>
	<li><a href="http://zedomax.com/blog/2009/07/17/this-is-the-way-to-fly/" title="This is the way to fly (July 17, 2009)">This is the way to fly</a> </li>
	<li><a href="http://zedomax.com/blog/2007/09/05/the-world-first-mmo-e-sports-league-finished-its-european-match/" title="The world first mmo e-Sports league finished its European match (September 5, 2007)">The world first mmo e-Sports league finished its European match</a> </li>
	<li><a href="http://zedomax.com/blog/2008/02/04/the-biggest-pyramid-splog-scam-in-this-world-today-stumbleupon-spambleupon/" title="The biggest pyramid &#8220;splog&#8221; scam in this world today &#8211; StumbleUpon =Spambleupon (February 4, 2008)">The biggest pyramid &#8220;splog&#8221; scam in this world today &#8211; StumbleUpon =Spambleupon</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zedomax.com/blog/2008/06/10/geoquake-brings-you-googlemaps-driving-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
