<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:media="http://search.yahoo.com/mrss/" version="2.0">

<channel>
	<title>tek-works.com</title>
	
	<link>http://tek-works.com</link>
	<description>Hacking WordPress &amp; Plugins</description>
	<pubDate>Thu, 19 Feb 2009 03:41:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<thespringbox:skin xmlns:thespringbox="http://www.thespringbox.com/dtds/thespringbox-1.0.dtd">http://feeds.feedburner.com/Tek-workscom?format=skin</thespringbox:skin><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Technology/Tech News</media:category><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Tek-workscom" type="application/rss+xml" /><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FTek-workscom" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FTek-workscom" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Why is Your Site Slow?</title>
		<link>http://tek-works.com/why-is-your-site-slow/</link>
		<comments>http://tek-works.com/why-is-your-site-slow/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 03:41:31 +0000</pubDate>
		<dc:creator>Richard Curry</dc:creator>
		
		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[plugins]]></category>

		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Clients]]></category>

		<category><![CDATA[Firebug]]></category>

		<category><![CDATA[Mozilla Firefox]]></category>

		<category><![CDATA[Plug-in]]></category>

		<category><![CDATA[WWW]]></category>

		<guid isPermaLink="false">http://tek-works.com/?p=276</guid>
		<description><![CDATA[



Image via CrunchBase



My wife and I have had a blog site for awhile but just recently we&#8217;ve started actually blogging on it. So quickly one night I added a new theme, updated the old version of wordpress that was on the site and added a few plugins for lightbox images and flickr images. Tested it, [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 240px;">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/product/firefox"><img title="Image representing Firefox as depicted in Crun..." src="http://www.crunchbase.com/assets/images/resized/0001/3109/13109v1-max-450x450.png" alt="Image representing Firefox as depicted in Crun..." width="230" height="77" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://www.crunchbase.com">CrunchBase</a></dd>
</dl>
</div>
</div>
<p>My wife and I have had a blog site for awhile but just recently we&#8217;ve started actually blogging on it. So quickly one night I added a new theme, updated the old version of wordpress that was on the site and added a few plugins for lightbox images and flickr images. Tested it, all was working so like the cobblers kids and their shoes, I would post sometimes but never gave the sites structure a second thought, till this week. I was showing a co-worker our site and realized it was taking awhile to load, it was my own site and I was ready to head to another site just to stop the loading.</p>
<p>It was time to figure out why my site was slow. There can be many reasons why the site is slow, a couple of the things to check are: <strong>Your Web Host</strong>, I&#8217;ve been with ours a long time and knew it wasn&#8217;t them. <strong>Routing over the Internet</strong>, this is usually when you notice your site is slow just one day, but usually is fast. By going to the run command in windows, typing in CMD and then in the command window type: <em>tracert www.yourwebsite.com</em> you will see the hops it takes to get to your site and the time it takes to get there. The lower the number the better, numbers above 100 maybe a problem. There isn&#8217;t anything you can do about this, but these problems are usually fixed in a day or two. This again was not my problem.</p>
<p><strong>How to tell what is running slow on your site</strong></p>
<p>To find out why my site was slow I needed a way to see each item loading on my site and the time it takes for them to load. The tool I chose was Firebug. <a href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">Firebug</a> is a plugin for <a class="zem_slink" title="Firefox" rel="homepage" href="http://www.mozilla.com/en-US/firefox/">Firefox</a> (which you&#8217;d better be using by now!!) Download Firebug and install it into firefox, after restarting Firefox, you&#8217;ll see a small image of a roach in the bottom status bar of FF.</p>
<p><strong>Using Firebug to test your site</strong></p>
<p>Using Firefox, go to your website, once there, click the roach and go to the net tab. The net tab will have check boxes, check them and hit the enable button. your webpage will start to reload, as it&#8217;s loading you&#8217;ll see status bars showing how long it takes each item to load (see the header image). My problems were all  in red, not because they took so long to load but there were files missing, the slow site was caused by when the site would load, it couldn&#8217;t find important files for a couple of the plugins, so it would keep searching till it timed out. You may not have this problem, but you&#8217;ll be able to see if images are to large, javascripts are having problems or if you&#8217;re just loading to many objects.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://ostatic.com/blog/updates-from-mozilla-snowl-a-new-firebug-and-extensions-for-firefox-3-1">Updates from Mozilla: Snowl, a New Firebug, and Extensions for Firefox 3.1</a> (ostatic.com)</li>
<li class="zemanta-article-ul-li"><a href="http://darcknyt.wordpress.com/2009/02/05/five-essential-firefox-plug-ins/">Five Essential FireFox Plug-Ins</a> (darcknyt.wordpress.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=4a1131d7-d134-4e2e-832b-2c43ccd7ecaa" alt="" /></div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Tek-workscom?a=cyub33d2"><img src="http://feeds.feedburner.com/~f/Tek-workscom?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=OMeqVGZw"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=OMeqVGZw" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=5CsSco9k"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=5CsSco9k" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=0iBiJt64"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=0iBiJt64" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Tek-workscom/~4/bUkvYyB8r6A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tek-works.com/why-is-your-site-slow/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I blog with a little help from my Zemanta</title>
		<link>http://tek-works.com/i-blog-with-a-little-help-from-my-zemanta/</link>
		<comments>http://tek-works.com/i-blog-with-a-little-help-from-my-zemanta/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 04:57:35 +0000</pubDate>
		<dc:creator>Richard Curry</dc:creator>
		
		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[Links]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[plugins]]></category>

		<category><![CDATA[Blog]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[Mozilla Firefox]]></category>

		<category><![CDATA[Plugin]]></category>

		<category><![CDATA[Technorati]]></category>

		<category><![CDATA[Zemanta]]></category>

		<guid isPermaLink="false">http://tek-works.com/?p=262</guid>
		<description><![CDATA[



Image via CrunchBase



This week I started using Zemanta, a firefox plugin that boast:
Simple point &#38; click enrichment of your blog posts (and emails). In real-time, while you type. We suggest tags, links, photos, and related articles. You save time and aspirin
At first glance, my thoughts were that this was just another way for a company [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 216px;">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/company/zemanta"><img title="Image representing Zemanta as depicted in Crun..." src="http://www.crunchbase.com/assets/images/resized/0001/6433/16433v1-max-450x450.png" alt="Image representing Zemanta as depicted in Crun..." width="206" height="73" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://www.crunchbase.com">CrunchBase</a></dd>
</dl>
</div>
</div>
<p>This week I started using <a class="zem_slink" title="Zemanta" rel="homepage" href="http://www.zemanta.com">Zemanta</a>, a firefox plugin that boast:</p>
<blockquote><p>Simple point &amp; click enrichment of your blog posts (and emails). In real-time, while you type. We suggest tags, links, photos, and related articles. You save time and aspirin</p></blockquote>
<p>At first glance, my thoughts were that this was just another way for a company to give me a small amount of help for adding a list of links for their benefit to my blog, but being the trusting soul I am, I decided to give it a try.</p>
<p>My first blog post with Zemanta, I wasn&#8217;t completely impressed, since I know html and always create all my post in html instead of visual mode, I thought adding an images to my post wasn&#8217;t that big of a deal, but as I started typing more to the post, even more relevant images started to show.. ok 1 point for Z!</p>
<p>Next adding related articles to my post is a plus, I had wanted to do this long ago with another service that had come out but they were (at that time) only offering this to larger blogs. Yes, I could do a search and find related articles but this saves a lot of time..  2 points!</p>
<p>At this point I saved and posted the post, thinking the plugin was ok, but not sure I&#8217;d use it a lot, but that would soon change. As I was editing my post I noticed the Links section of Zemanta, talk about a time saver, it finds keywords within your post and gives you choices of different links to point those keywords to. All these links and related articles links can be opened in a new window so you know exactly where you&#8217;re pointing your visitors.</p>
<p>The last part of Zemanta that I use are the tags, I had been tagging my post but noticed the tags weren&#8217;t showing on my new theme. I realized that my theme didn&#8217;t show tags, but by adding the <a class="zem_slink" title="WordPress" rel="homepage" href="http://wordpress.org">wordpress</a> plugin &#8220;WP tags to Technorati&#8221; the plugin auto showed all the tags on my site without me changing code within my theme.</p>
<p>With the above listed content, options of adding your own images and related articles from friends rss feeds and all the upcoming options (like Zemanta in email) that they are adding, I see Zemanta as a useful tool for any blogger no matter the size of their blog.</p>
<p>(BTW, last i checked there is a difference between the firefox plugin and the wordpress plugin, The <a class="zem_slink" title="Mozilla Firefox" rel="geolocation" href="http://maps.google.com/maps?ll=45.1238,-123.1138&amp;spn=1.0,1.0&amp;q=45.1238,-123.1138%20%28Mozilla%20Firefox%29&amp;t=h">Firefox</a> plugin has more options and Links, I disabled the wordpress plugin)</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.lucafiligheddu.com/2009/02/how-my-blogging-style-changed-over-the-years.html">How My Blogging Style Changed Over the Years</a> (lucafiligheddu.com)</li>
<li class="zemanta-article-ul-li"><a href="http://read2know.com/wordpress/plugins/enhance-your-emails-and-blog-posts-with-zemanta/">Enhance your emails and blog posts with Zemanta</a> (read2know.com)</li>
<li class="zemanta-article-ul-li"><a href="http://andrewapeterson.com/2008/12/24/zemanta-real-time-semantic-discovery-blogging-tool/">Zemanta: Real-Time Semantic Discovery &amp; Blogging Tool</a> (andrewapeterson.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: medium none ; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=e41cbfd8-1a3c-4cbc-9799-38b01dd322a9" alt="" /></div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Tek-workscom?a=lpKLEnQ0"><img src="http://feeds.feedburner.com/~f/Tek-workscom?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=e90rB24K"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=e90rB24K" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=guGlO2fa"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=guGlO2fa" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=Ru8XoGpO"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=Ru8XoGpO" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Tek-workscom/~4/e536A_1f80I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tek-works.com/i-blog-with-a-little-help-from-my-zemanta/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bringing Traffic to Your Site</title>
		<link>http://tek-works.com/bringing-traffic-to-your-site/</link>
		<comments>http://tek-works.com/bringing-traffic-to-your-site/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 03:23:56 +0000</pubDate>
		<dc:creator>Richard Curry</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Links]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[audience]]></category>

		<category><![CDATA[Blog]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[Online Communities]]></category>

		<category><![CDATA[Social Networking]]></category>

		<category><![CDATA[stats]]></category>

		<category><![CDATA[traffic]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://tek-works.com/?p=231</guid>
		<description><![CDATA[I have friends that ask me how I end up with hundreds of hits even when my site hasn&#8217;t been updated in months (Which I&#8217;m changing lately!) They think that someone needs to buy traffic through Google or have some secret, the truth is, you can find traffic, it takes your time but doesn&#8217;t cost [...]]]></description>
			<content:encoded><![CDATA[<p>I have friends that ask me how I end up with hundreds of hits even when my site hasn&#8217;t been updated in months (Which I&#8217;m changing lately!) They think that someone needs to buy traffic through <a class="zem_slink" href="http://finance.yahoo.com/q?s=GOOG" mce_href="http://finance.yahoo.com/q?s=GOOG" title="NASDAQ: GOOG" rel="stockexchange">Google</a> or have some secret, the truth is, you can find traffic, it takes your time but doesn&#8217;t cost a dime.</p>
<p><b>Find your audience</b>&#8230;</p>
<p> With most blogs you write about certain things, your site may be about a special sport, cakes or what ever, you have your niche. (This step doesn&#8217;t work on sites like mine since it&#8217;s topics are so broad, which also doesn&#8217;t translate into great traffic, but that&#8217;s for a different post). Once you know your niche, join a couple groups and websites that discuss your niche or have a forums. This is probably where I should add, DO NOT spam these boards, if you write a blog about something it better be something you love, so it should be easy for you to join in real conversations with people on a forum and if allowed add your site link to your signature.</p>
<div class="zemanta-img zemanta-action-dragged" style="margin: 1em; display: block;" mce_style="margin: 1em; display: block;">
<div>
<dl style="width: 220px;" class="wp-caption alignright">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/company/twitter" mce_href="http://www.crunchbase.com/company/twitter"><img src="http://www.crunchbase.com/assets/images/resized/0000/2755/2755v2-max-450x450.png" mce_src="http://www.crunchbase.com/assets/images/resized/0000/2755/2755v2-max-450x450.png" alt="Image representing Twitter as depicted in Crun..." title="Image representing Twitter as depicted in Crun..." width="210" height="49"></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;" mce_style="font-size: 0.8em;">Image via <a href="http://www.crunchbase.com" mce_href="http://www.crunchbase.com">CrunchBase</a></dd>
</dl>
</div>
</div>
<p></p>
<p>
Another way of finding your audience is use twitter, using a site that does <a class="zem_slink" title="Twitter" rel="wikipedia" href="http://en.wikipedia.org/wiki/Twitter" mce_href="http://en.wikipedia.org/wiki/Twitter">Twitter</a> Alerts like<a href="http://tweetbeep.com/" mce_href="http://tweetbeep.com/"> http://tweetbeep.com/</a> you can watch the twitterverce for words like cupcakes or Mustangs, once you get an alert that someone used that term, follow their twitter. They will probably talk about the term again, in which you can chime in, or at the least they&#8217;ll visit your twitter page to see who you are, there they&#8217;ll see your link to your site about CupCakes and either follow your twitter or visit your site, maybe both.</p>
<p><b>Research your post</b>&#8230; </p>
<p>Some may call it long tail, I just call it doing what other aren&#8217;t. Before you even write your post, you usually have an idea of what it&#8217;s going to be about, so do a couple searches on your topic. If you find that there are millions of hits for your topic, change it a little.. If you want to write a story about making cupcakes, you&#8217;ll see by doing a search there are tons of those post, but if your story is about creating giant birthday cherry cupcakes, you may not only get hits for cupcakes but also birthday cupcakes and giant cupcakes. (don&#8217;t ask why i&#8217;m on the <a class="zem_slink" href="http://en.wikipedia.org/wiki/Cupcake" mce_href="http://en.wikipedia.org/wiki/Cupcake" title="Cupcake" rel="wikipedia">cupcake</a> kick tonight) Adding that extra little detail never hurts. Searching will also give you an idea if your post is something that is popular now or not, <a target="_blank" mce_href="http://www.google.com/trends/hottrends" href="http://www.google.com/trends/hottrends">http://www.google.com/trends/hottrends</a> will tell you what the hot searches for the day are, this is also a good place to look if you have writers block, you can search through the popular searches and find something in your niche.</p>
<p>Watch for more information like the above, subscribe to my <a target="_blank" mce_href="http://feeds.feedburner.com/Tek-workscom" href="http://feeds.feedburner.com/Tek-workscom">RSS feed</a></p>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=b46105b9-2782-4c97-bf26-05b125d44964"></div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Tek-workscom?a=UhRuPPM6"><img src="http://feeds.feedburner.com/~f/Tek-workscom?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=SMld6Abv"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=SMld6Abv" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=FNFNrXZY"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=FNFNrXZY" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=xoOaW2kl"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=xoOaW2kl" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Tek-workscom/~4/Y_OW0BdUuis" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tek-works.com/bringing-traffic-to-your-site/feed/</wfw:commentRss>
		</item>
		<item>
		<title>You can Almost get rid of Cable</title>
		<link>http://tek-works.com/you-can-almost-get-rid-of-cable/</link>
		<comments>http://tek-works.com/you-can-almost-get-rid-of-cable/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 05:58:06 +0000</pubDate>
		<dc:creator>Richard Curry</dc:creator>
		
		<category><![CDATA[Info]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[TV]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[Apple TV]]></category>

		<category><![CDATA[AppleTv]]></category>

		<category><![CDATA[Boxee]]></category>

		<category><![CDATA[Cable television]]></category>

		<category><![CDATA[drop cable]]></category>

		<category><![CDATA[Hulu]]></category>

		<category><![CDATA[Joost]]></category>

		<category><![CDATA[Netflix]]></category>

		<category><![CDATA[Television]]></category>

		<guid isPermaLink="false">http://tek-works.com/?p=216</guid>
		<description><![CDATA[



Image via CrunchBase



For a couple months now I&#8217;ve been testing new software called Boxee. Boxee allows me to watch many of the online video sites on my television. As of now there are different versions for different OS&#8217;s, some allow Netflix while orhers have ABC, still lacking behind is the Apple TV setup, but they [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 193px;">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/company/hulu"><img title="Image representing hulu as depicted in CrunchBase" src="http://www.crunchbase.com/assets/images/resized/0001/1061/11061v1-max-450x450.png" alt="Image representing hulu as depicted in CrunchBase" width="183" height="61" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://www.crunchbase.com">CrunchBase</a></dd>
</dl>
</div>
</div>
<p>For a couple months now I&#8217;ve been testing new software called <a class="zem_slink" title="Boxee" rel="homepage" href="http://www.boxee.tv">Boxee</a>. Boxee allows me to watch many of the online video sites on my television. As of now there are different versions for different OS&#8217;s, some allow <a class="zem_slink" title="Netflix" rel="homepage" href="http://www.netflix.com/">Netflix</a> while orhers have ABC, still lacking behind is the <a class="zem_slink" title="Apple TV" rel="homepage" href="http://www.apple.com/appletv/">Apple TV</a> setup, but they are slowly working on it (it&#8217;s the hardwares problem not Boxee&#8217;s).</p>
<p>Right now I have the appleTV setup, I use it mostly to watch shows on <a class="zem_slink" title="hulu" rel="homepage" href="http://www.hulu.com/">hulu</a> and <a class="zem_slink" title="Joost" rel="homepage" href="http://joost.com">Joost</a>, but I have also installed a 2 TB server that I can copy all my movies to off of DVD. Boxee will then list all my movies with info on each, I choose what i&#8217;d like to watch and the movie starts, no worrying about finding the dvd, scratching it and I always have a backup.</p>
<p>As boxee adds more and more resources, I can see in the near future that I can drop cable and watch the shows i want when i want. Too bad i still will have to pay the cable company for internet. I setup 2 AppleTV&#8217;s with boxee, one for myself and another for <a href="http://scottjanz.com" target="_blank">Scott Janz</a>.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://mymediamusings.com/2008/12/05/dear-hbo-showtime-et-al-your-business-model-is-absurd/">Dear HBO, Showtime, et. al., Your Business Model is Absurd</a> (mymediamusings.com)</li>
<li class="zemanta-article-ul-li"><a href="http://news.cnet.com/8301-17938_105-10149079-1.html?part=rss&amp;subj=news">Boxee adds ABC content, offers Windows alpha</a> (news.cnet.com)</li>
<li class="zemanta-article-ul-li"><a href="http://cultofmac.com/boxee-may-seek-embedded-hardware-future/7398">Boxee May Seek Embedded Hardware Future</a> (cultofmac.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=27260270-7976-4e2e-84a4-0e06859bd7c1" alt="" /></div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Tek-workscom?a=cJq17FwQ"><img src="http://feeds.feedburner.com/~f/Tek-workscom?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=CXtHQTlB"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=CXtHQTlB" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=pkWGrsjN"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=pkWGrsjN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=lurqUk2o"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=lurqUk2o" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Tek-workscom/~4/KloTucruBeQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tek-works.com/you-can-almost-get-rid-of-cable/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sharing Your Bookmarks / Favorites</title>
		<link>http://tek-works.com/sharing-your-bookmarks-favorites/</link>
		<comments>http://tek-works.com/sharing-your-bookmarks-favorites/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 02:51:11 +0000</pubDate>
		<dc:creator>Richard Curry</dc:creator>
		
		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[plugins]]></category>

		<category><![CDATA[bookmarks]]></category>

		<category><![CDATA[Browser]]></category>

		<category><![CDATA[Clients]]></category>

		<category><![CDATA[delicious]]></category>

		<category><![CDATA[Diigo]]></category>

		<category><![CDATA[favorites]]></category>

		<category><![CDATA[Mozilla Firefox]]></category>

		<category><![CDATA[Plug-in]]></category>

		<guid isPermaLink="false">http://tek-works.com/?p=209</guid>
		<description><![CDATA[



Image via CrunchBase



First off, if you&#8217;re not using firefox for internet browsing, get your butt over to firefox.com and download it. Firefox allows you to have addons or plugins that help you with daily task, One of my favorite is Diigo. Diigo allows me to share bookmarks with others or just myself. While I don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 146px;">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/company/diigo"><img title="Image representing Diigo as depicted in CrunchBase" src="http://www.crunchbase.com/assets/images/resized/0001/6019/16019v1-max-450x450.png" alt="Image representing Diigo as depicted in CrunchBase" width="136" height="65" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://www.crunchbase.com">CrunchBase</a></dd>
</dl>
</div>
</div>
<p>First off, if you&#8217;re not using firefox for internet browsing, get your butt over to firefox.com and download it. <a class="zem_slink" title="Mozilla Firefox" rel="geolocation" href="http://maps.google.com/maps?ll=45.1238,-123.1138&amp;spn=1.0,1.0&amp;q=45.1238,-123.1138%20%28Mozilla%20Firefox%29&amp;t=h">Firefox</a> allows you to have addons or plugins that help you with daily task, One of my favorite is <a class="zem_slink" title="Diigo" rel="homepage" href="http://www.diigo.com">Diigo</a>. Diigo allows me to share bookmarks with others or just myself. While I don&#8217;t care about sharing with others, I&#8217;ve installed Diigo on my work computer, home computer and both laptops. This allows me to always have my all my bookmarks on all machines and they are also searchable, using your tags that you added when you saved the bookmark. There are other pluging that do the same thing and i&#8217;ve used those in the past but with diigo I can also leave myself notes on each page and highlight areas, for when I return.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=1a051495-470c-447f-ba0d-2e7fe8d346d0" alt="" /></div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Tek-workscom?a=XrZIzifr"><img src="http://feeds.feedburner.com/~f/Tek-workscom?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=fco4BHQq"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=fco4BHQq" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=GcBO9uGI"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=GcBO9uGI" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=b2L6SGDU"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=b2L6SGDU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Tek-workscom/~4/N9ogMEunC4c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tek-works.com/sharing-your-bookmarks-favorites/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fixing TurboTax BootStrapper Setup Failed</title>
		<link>http://tek-works.com/fixing-turbotax-bootstrapper-setup-failed/</link>
		<comments>http://tek-works.com/fixing-turbotax-bootstrapper-setup-failed/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 08:48:58 +0000</pubDate>
		<dc:creator>Richard Curry</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Support]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[Wireless]]></category>

		<category><![CDATA[.NET Framework]]></category>

		<category><![CDATA[BootStrapper]]></category>

		<category><![CDATA[Installation]]></category>

		<category><![CDATA[Intuit]]></category>

		<category><![CDATA[TurboTax]]></category>

		<guid isPermaLink="false">http://tek-works.com/?p=193</guid>
		<description><![CDATA[



Image via Wikipedia



Last night some friends called and told me they were having problems installing Intuit&#8217;s TurboTax, every time they tried to install it Turbo Tax would have an error that BootStrapper Setup Failed and asked if i&#8217;d come check it out.
On Intuit&#8217;s web site the make it clear that if you get this error [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 212px;">
<dt class="wp-caption-dt"><a href="http://en.wikipedia.org/wiki/Image:Intuit_Logo.svg"><img title="Intuit Inc." src="http://upload.wikimedia.org/wikipedia/en/thumb/a/ae/Intuit_Logo.svg/202px-Intuit_Logo.svg.png" alt="Intuit Inc." width="202" height="59" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://en.wikipedia.org/wiki/Image:Intuit_Logo.svg">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>Last night some friends called and told me they were having problems installing Intuit&#8217;s <a class="zem_slink" title="TurboTax" rel="wikipedia" href="http://en.wikipedia.org/wiki/TurboTax">TurboTax</a>, every time they tried to install it Turbo Tax would have an error that BootStrapper Setup Failed and asked if i&#8217;d come check it out.<br />
On Intuit&#8217;s web site the make it clear that if you get this error you need to uninstall .net framework 2.0 <a href="http://turbotax.intuit.com/support/kb/installing/installation/6586.html">Link</a>. What they don&#8217;t tell you is what to do if you can not uninstall .net framework 2.0.<br />
Going into the control panel and clicking remove on a program doesn&#8217;t always work. This is what happened in the problem last night. With .net Framework, many programs use it in the background of your system, so it could have either been corrupt or windows just didn&#8217;t want to let it go, if some other program was using it.<br />
Searching for a way to uninstall .net framework 2.0 manually pointed me to this site <a href="http://blogs.msdn.com/astebner/pages/8904493.aspx">Aaron Stebner&#8217;s Blog</a> where he&#8217;s written a program that will completely uninstall all the .net frameworks that you choose. The <a href="http://astebner.sts.winisp.net/Tools/dotnetfx_cleanup_tool.zip">.NET Framework Cleanup Tool</a> worked perfectly, one thing you may notice is that since many programs use the .net framework in their background, once you reboot some programs like at&amp;t firewall and other things may not work, BUT once you download this <a href="http://www.microsoft.com/Downloads/details.aspx?familyid=79BC3B77-E02C-4AD3-AACF-A7633F706BA5&amp;displaylang=en">.net framework 2.0 SP1</a>, install it and reboot all programs should start to work once more.</p>
<p>If this post helped you please leave a comment, thank you</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=461e1ba6-109c-43ea-abdf-008bdd533d16" alt="" /></div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Tek-workscom?a=XgjXXaIp"><img src="http://feeds.feedburner.com/~f/Tek-workscom?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=9xHUxbgW"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=9xHUxbgW" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=ap7tRgpg"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=ap7tRgpg" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=yY3chq7O"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=yY3chq7O" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Tek-workscom/~4/zmZOPkbYlLA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tek-works.com/fixing-turbotax-bootstrapper-setup-failed/feed/</wfw:commentRss>
		<enclosure url="http://astebner.sts.winisp.net/Tools/dotnetfx_cleanup_tool.zip" length="256334" type="application/x-zip-compressed" /><media:content url="http://astebner.sts.winisp.net/Tools/dotnetfx_cleanup_tool.zip" fileSize="256334" type="application/x-zip-compressed" /></item>
		<item>
		<title>The things Spammers ruin</title>
		<link>http://tek-works.com/the-things-spammers-ruin/</link>
		<comments>http://tek-works.com/the-things-spammers-ruin/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 05:13:15 +0000</pubDate>
		<dc:creator>Richard Curry</dc:creator>
		
		<category><![CDATA[Rant]]></category>

		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Password]]></category>

		<category><![CDATA[Spam]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://tek-works.com/?p=177</guid>
		<description><![CDATA[



Image by Getty Images via Daylife



On another one of my sites, celebrating the coming soon of my first son, I wanted to add a twitter update on the side bar, not unlike the one I use here on Tek-Works.com, but since it&#8217;s mostly family and they&#8217;d have no idea how to use Twitter. I wanted [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl style="width: 160px;" class="wp-caption alignright">
<dt class="wp-caption-dt"><a href="http://www.daylife.com/image/07ip12pbyA6gC?utm_source=zemanta&amp;utm_medium=p&amp;utm_content=07ip12pbyA6gC&amp;utm_campaign=z1"><img src="http://cache.daylife.com/imageserve/07ip12pbyA6gC/150x100.jpg" alt="SIERRA MADRE, CA - MAY 29:  Seventieth anniver..." title="SIERRA MADRE, CA - MAY 29:  Seventieth anniver..." height="100" width="150"></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image by <a href="http://www.daylife.com/source/Getty_Images">Getty Images</a> via <a href="http://www.daylife.com">Daylife</a></dd>
</dl>
</div>
</div>
<p>On another one of my sites, celebrating the coming soon of my first son, I wanted to add a twitter update on the side bar, not unlike the one I use here on Tek-Works.com, but since it&#8217;s mostly family and they&#8217;d have no idea how to use Twitter. I wanted a wordpress twitter plugin that allowed them to reply to my tweets and it would show on the site but also send to my twitter on my phone. After alot of searching, I found one plugin that worked like this. The downside is that it used your username and password to send those tweets and others were complaining of Spammers hitting it over and over. The owner did add a moderation to it, but this function wouldn&#8217;t allow me to easily moderate from my phone and it wouldn&#8217;t be hands off. I still like the idea but I can&#8217;t think of a way around the spammers.</p>
<p>This got me thinking about other things spammers have ruined, the big one that everyone could guess is Email, no need to get into that one. One thing that you may not know is <a class="zem_slink" href="http://en.wikipedia.org/wiki/Bandwidth_%28computing%29" title="Bandwidth (computing)" rel="wikipedia">bandwidth</a>, Spammers will hack a site or even create paid for or free hosting services and setup a bot. This bot will instantly start to send out millions of email, many times the hosting company will be monitoring this and catch it, but then not only is your and the worlds connection just a bit slower but now your account is shut down or site deleted to stop the bot. Take that and multiply it time thousands, you start to see the problem, you also see why Spammers make money, from a recent study: from <a href="http://tinyurl.com/56uhl4">http://tinyurl.com/56uhl4</a></p>
<blockquote><p>&#8220;After 26 days, and almost 350 million email messages, only 28 sales resulted,&#8221; says the research paper.</p>
<p>Yet even with this apparently abysmal response rate of less than 0.00001 per cent, the researchers still estimate that the controllers of a network the size of Storm are still bringing in about $7,000 (£4,430) a day or $3.5m (£2.21m) over a year. </p></blockquote>
<p>Spammers also ruin blogs, even with many anti-spam tools, spammers still get a post or 2 on many sites, if you take the time you have to read through the spam, monitoring your own site and the time it took the programmers to create the anti-spam tool, Spammers also are stealing our time. Next time you get an email asking you to buy something, even if it&#8217;s the coolest thing in the world, don&#8217;t buy it from them, do a Google search and buy it from a real company. If we can stop that 0.00001% of buyers maybe we can starve the Spammers out of business (yeah right!)</p>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=a52f891a-874e-4664-bd4a-50ee02c06280"></div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Tek-workscom?a=WWdOAhTI"><img src="http://feeds.feedburner.com/~f/Tek-workscom?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=iB4LchPU"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=iB4LchPU" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=X6ID7S4M"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=X6ID7S4M" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=x1wZzbA1"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=x1wZzbA1" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Tek-workscom/~4/81OylkQiiq0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tek-works.com/the-things-spammers-ruin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pink Magazine just went Cheap</title>
		<link>http://tek-works.com/pink-magazine-just-went-cheap/</link>
		<comments>http://tek-works.com/pink-magazine-just-went-cheap/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 03:23:22 +0000</pubDate>
		<dc:creator>Richard Curry</dc:creator>
		
		<category><![CDATA[Off Topic]]></category>

		<guid isPermaLink="false">http://tek-works.com/?p=169</guid>
		<description><![CDATA[Yes, the title and image are strange for a tech blog but hold on a bit&#8230; Here&#8217;s the back story..
My wife receives Pink Magazine every month, I&#8217;ve never read it but I have carried it from the mail box into the house, month after month. Yesterday, I open the mailbox and see the Pink Magazine, [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, the title and image are strange for a tech blog but hold on a bit&#8230; Here&#8217;s the back story..<br />
My wife receives Pink Magazine every month, I&#8217;ve never read it but I have carried it from the mail box into the house, month after month. Yesterday, I open the mailbox and see the Pink Magazine, grab it and instantly put all the mail back in the box except the magazine. Again, I haven&#8217;t read it, but something seemed different, the cover felt different and the entire magazine didn&#8217;t feel the same. After bringing it into the house, I grabbed the month before to compare them. What a difference, the front cover isn&#8217;t glossy and thick paper, instead of having a hard spine like most magazines do, this months is now stapled and it went from 106 pages to 50 pages. If this was a magazine that I bought and read each month, I would wonder if next month I&#8217;d get my issue, specially with that many changes in one month. This brings me to the technology part of the post.<br />
I&#8217;m guessing that the reason for these changes are the economy and not enough ads being sold. At what point does this happen to many publications (not just newspapers) and at what point do they just start to go online? If I was forced to take my magazine and change it to something that in my opinion looks like a college magazine, I&#8217;d be seriously thinking of online. In Pink&#8217;s defense, they do already have a large online presence. Seeing all these changes may have only been noticed by me, since I did a few searches today and found no one else complaining about them.</p>
<p>What are your thoughts? about magazines going online? would you complain if your favorite magazine suddenly went cheap on you?</p>
<p>&#8211;EDIT UPDATE&#8211;<br />
I just found some info on Pink Magazines site about this, they only mention one of the changes but they also do mention they&#8217;ve started Pink Magazine Online.. So I guess i&#8217;m a bit behind on this..<br />
<a href="http://community.pinkmagazine.com/blogs/cynthia/archive/2008/12/17/editor-s-blog-surviving-and-thriving.aspx">Read about it here</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Tek-workscom?a=mGfxf5H9"><img src="http://feeds.feedburner.com/~f/Tek-workscom?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=TkFsWyQp"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=TkFsWyQp" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=ro8qTP1w"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=ro8qTP1w" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=0JCnOamQ"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=0JCnOamQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Tek-workscom/~4/qK9Y7400TaY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tek-works.com/pink-magazine-just-went-cheap/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Thank you Google Maps</title>
		<link>http://tek-works.com/thank-you-google-maps/</link>
		<comments>http://tek-works.com/thank-you-google-maps/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 15:26:40 +0000</pubDate>
		<dc:creator>Richard Curry</dc:creator>
		
		<category><![CDATA[Info]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Wireless]]></category>

		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://tek-works.com/?p=162</guid>
		<description><![CDATA[The above photo of my driveway was brought to you by Google Maps, who I guess likes to take street view images of your house on garbage pickup day..
But I guess this is also a good image to say it&#8217;s time to take all the trash out and restart blogging again on Tek-Works. As you [...]]]></description>
			<content:encoded><![CDATA[<p>The above photo of my driveway was brought to you by Google Maps, who I guess likes to take street view images of your house on garbage pickup day..<br />
But I guess this is also a good image to say it&#8217;s time to take all the trash out and restart blogging again on Tek-Works. As you can see on the Archives page, there&#8217;s stuff on here from Dec 2006, I skip a month or 5 and then blog some more, skip a few more and blog again. So lets see if I can go the entire year of 2009 without skipping a month..<br />
To help me, I think I&#8217;m going to be posting things like new tech bookmarks I create, some code for Wordpress and .net stuff I run across at work and any hacking kewlness I come across.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Tek-workscom?a=0KNq4gZQ"><img src="http://feeds.feedburner.com/~f/Tek-workscom?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=rETt7HNI"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=rETt7HNI" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=N7jQMb82"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=N7jQMb82" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=VHi3e2FQ"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=VHi3e2FQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Tek-workscom/~4/qxssDcso6_U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tek-works.com/thank-you-google-maps/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ADT Home Security Lives in the Late 90’s</title>
		<link>http://tek-works.com/adt-home-security-lives-in-the-late-90s/</link>
		<comments>http://tek-works.com/adt-home-security-lives-in-the-late-90s/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 20:42:50 +0000</pubDate>
		<dc:creator>Richard Curry</dc:creator>
		
		<category><![CDATA[Hacking]]></category>

		<category><![CDATA[Info]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://tek-works.com/?p=154</guid>
		<description><![CDATA[My wife and I are due to have our first born in April and while getting the house all ready for the new born, I figured i&#8217;d look into home security systems. Because of great advertising ADT is probably the first place you think of when looking for a after your house is built security [...]]]></description>
			<content:encoded><![CDATA[<p>My wife and I are due to have our first born in April and while getting the house all ready for the new born, I figured i&#8217;d look into home security systems. Because of great advertising ADT is probably the first place you think of when looking for a after your house is built security system. Checking out their website I ran into a few problems..</p>
<p>Wireless<br />
Since this is an after the house was built security system, it will work on a wireless signal, Or your going to pay thousands to have your complete house wired. Without doing deep digging I&#8217;m sure the system runs on either 2.4gh, 5.8 or 900mh. My problem with that is that I already have a 2.4gh wireless system in the house and I&#8217;m getting ready to add baby monitors that also run on 2.4gh, yes 2.4gh has different channels but I&#8217;ve seen them easily bleed over to the other channels, I also have a 5 foot antenna that I do testing with that i&#8217;m sure would totally disrupt anything on 2.4gh. If the system is 900mh, what about the cellular amp antenna I have on top of my house, what&#8217;s hat gonna do to it? But my biggest problem with wireless is that I can build a unit that will disrupt and disconnect any wireless within a range while I have that unit on, so this would either stop the signal from going off or it would set off the alarm (i&#8217;m guessing it would stop it), I don&#8217;t see this as that secure..</p>
<p>But the reason I say they are living in the late 90&#8217;s is because to have ADT they want you to either have a telephone line or a digital phone line through VoIP. Have you looked at the numbers, <a href="http://arstechnica.com/news.ars/post/20080514-more-americans-snipping-landlines-in-favor-of-cell-phones.html">More Americans snipping landlines in favor of cell phones</a>, daily, people are dropping their phone lines for cell phones, yes the older crowds still have phone lines, they can sell to them. To summarize, almost one in six households (15.8 percent) are wireless-only, this is from last year.<br />
They need to get with multiple cell carriers, for 5.00 a month extra, you get a SIM card for the ADT unit that either can only call ADT or it&#8217;s a copy of your cell phones and it&#8217;s just added to your phone bill. Adding a land line or digital line is 25 more a month and when you never use it, it&#8217;s a waste. But again I can build a device that will jam all cellular signals in a range so i guess it doesn&#8217;t matter.. (yeh but phone lines can be cut, but I bet they have someone check on the house if one house in the neighborhood looses it&#8217;s phone line.</p>
<p>I figure if I want a security system I&#8217;m going to have to wire it up myself, connect it through a PC to call me if I&#8217;m not home or some junk like that&#8230; nevermind, just come in my house and take my stuff, most electronics are out of date a year later anyway, this will give me a chance to get new sh*t!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Tek-workscom?a=uOWKxLJz"><img src="http://feeds.feedburner.com/~f/Tek-workscom?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=DHWKjtQ8"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=DHWKjtQ8" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=SsFkDz9x"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=SsFkDz9x" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Tek-workscom?a=zT5Uulyq"><img src="http://feeds.feedburner.com/~f/Tek-workscom?i=zT5Uulyq" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Tek-workscom/~4/NB35UPSenSk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://tek-works.com/adt-home-security-lives-in-the-late-90s/feed/</wfw:commentRss>
		</item>
	<media:rating>nonadult</media:rating></channel>
</rss>
