<?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:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Alexandar Tzanov ~ The Titan</title> <link>http://thetitan.titanfusion.net</link> <description>VENI VIDI VICI</description> <lastBuildDate>Mon, 02 Aug 2010 02:55:16 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/tzanov/thetitan" /><feedburner:info uri="tzanov/thetitan" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>41.664582</geo:lat><geo:long>-87.843781</geo:long><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-nc-nd/3.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><feedburner:emailServiceId>tzanov/thetitan</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2Ftzanov%2Fthetitan" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Ftzanov%2Fthetitan" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2Ftzanov%2Fthetitan" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/tzanov/thetitan" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2Ftzanov%2Fthetitan" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2Ftzanov%2Fthetitan" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Ftzanov%2Fthetitan" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><feedburner:feedFlare href="http://www.live.com/?add=http%3A%2F%2Ffeeds.feedburner.com%2Ftzanov%2Fthetitan" src="http://tkfiles.storage.msn.com/x1piYkpqHC_35nIp1gLE68-wvzLZO8iXl_JMledmJQXP-XTBOLfmQv4zhj4MhcWEJh_GtoBIiAl1Mjh-ndp9k47If7hTaFno0mxW9_i3p_5qQw">Subscribe with Live.com</feedburner:feedFlare><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><item><title>sh: uncompress: command not found</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/eQ1CiRCKtBE/</link> <comments>http://thetitan.titanfusion.net/archive/2010/08/01/sh-uncompress-command-not-found/#comments</comments> <pubDate>Mon, 02 Aug 2010 02:55:16 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[tutorials]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/?p=554</guid> <description>&lt;p&gt;If you are uncompressing a program from a .bin and you are working with a freshly installed Linux distro, you might receive the following error &amp;#8211; &lt;em&gt;sh: uncompress: command not found&lt;/em&gt;. This error might be a result of either you have not installed gunzip on your system, or a proper link association with the compression application does not exist.&lt;/p&gt;&lt;p&gt;I will provide instruction on how to fix the latter first, because usually gunzip should be installed by default. To create the proper file linking we will use the &lt;strong&gt;ln&lt;/strong&gt; command, which is used to create links to files. So, all you have to do is first make sure you are logged in as root, then run the following command:&lt;/p&gt;&lt;pre&gt;ln -s /usr/bin/gunzip /usr/bin/uncompress&lt;/pre&gt;&lt;p&gt;Once this has been done try running the command you executed last when you received the &amp;#8220;&lt;em&gt;sh: uncompress: command not found&lt;/em&gt;&amp;#8221; error. I last encountered this error when I was installing the Valve Source gaming dedicated server &amp;#8211; SRCDS, and I was executing the following command &amp;#8211; ./hldsupdatetool.bin.&lt;/p&gt;&lt;p&gt;Now, if you do not have gunzip installed, just login as root and use yum or yast to do so. Below is how you can install gunzip using yum.&lt;/p&gt;&lt;pre&gt;yum install gzip
&lt;/pre&gt;</description> <content:encoded><![CDATA[<p>If you are uncompressing a program from a .bin and you are working with a freshly installed Linux distro, you might receive the following error &#8211; <em>sh: uncompress: command not found</em>. This error might be a result of either you have not installed gunzip on your system, or a proper link association with the compression application does not exist.</p><p>I will provide instruction on how to fix the latter first, because usually gunzip should be installed by default. To create the proper file linking we will use the <strong>ln</strong> command, which is used to create links to files. So, all you have to do is first make sure you are logged in as root, then run the following command:</p><pre>ln -s /usr/bin/gunzip /usr/bin/uncompress</pre><p>Once this has been done try running the command you executed last when you received the &#8220;<em>sh: uncompress: command not found</em>&#8221; error. I last encountered this error when I was installing the Valve Source gaming dedicated server &#8211; SRCDS, and I was executing the following command &#8211; ./hldsupdatetool.bin.</p><p>Now, if you do not have gunzip installed, just login as root and use yum or yast to do so. Below is how you can install gunzip using yum.</p><pre>yum install gzip
</pre>
<p><a href="http://feedads.g.doubleclick.net/~a/b1RShtvi_aLijcZQHoGAVPlLkIA/0/da"><img src="http://feedads.g.doubleclick.net/~a/b1RShtvi_aLijcZQHoGAVPlLkIA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/b1RShtvi_aLijcZQHoGAVPlLkIA/1/da"><img src="http://feedads.g.doubleclick.net/~a/b1RShtvi_aLijcZQHoGAVPlLkIA/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=eQ1CiRCKtBE:QITreir2eok:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=eQ1CiRCKtBE:QITreir2eok:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=eQ1CiRCKtBE:QITreir2eok:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=eQ1CiRCKtBE:QITreir2eok:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=eQ1CiRCKtBE:QITreir2eok:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=eQ1CiRCKtBE:QITreir2eok:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=eQ1CiRCKtBE:QITreir2eok:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=eQ1CiRCKtBE:QITreir2eok:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/eQ1CiRCKtBE" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2010/08/01/sh-uncompress-command-not-found/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2010/08/01/sh-uncompress-command-not-found/</feedburner:origLink></item> <item><title>Women’s bras – the latest trend in cell phone carriers.</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/g1xtGQH0Ens/</link> <comments>http://thetitan.titanfusion.net/archive/2010/07/17/womens-bras-the-latest-trend-in-cell-phone-carriers/#comments</comments> <pubDate>Sun, 18 Jul 2010 01:02:19 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[Critic's Realm]]></category> <category><![CDATA[bras]]></category> <category><![CDATA[clothing]]></category> <category><![CDATA[styles]]></category> <category><![CDATA[trends]]></category> <category><![CDATA[women]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/?p=548</guid> <description>&lt;p&gt;The woman&amp;#8217;s bra, by definition is a clothing item used to provide support for her breasts. But, in many cases it serves secondary purpose as a “storage compartment”! You know &amp;#8230; like the pocket on your pants. Over the years I have seen women use their bras to store money, notes, business cards. Lately, though, I have notices that this trend is changing. Unlike men, women don&amp;#8217;t usually wear belts, at lease not ones that can be used to clip or loop things on, i.e. knifes, keys … mobile phone cases.&lt;/p&gt;&lt;p&gt;So, about that changing bra storage compartment trend. I have noticed that now instead of money and business cards getting pulled out of there, cell phones are either protruding from the cleavage or performing a balancing act under one of the straps. I suppose that for some is a genius idea. This way they carry one less item in their hands with their keys, wallet and whatever else, that should be either in a clutch or a purse. By the way, why not buy the &lt;a
rel="nofollow" target="_blank" title="Cleavage Caddy Purse." href="http://cbs13.com/watercooler/cleavage.caddy.purse.2.815779.html" target="_blank"&gt;cleavage caddy purse&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;My personal views about this style – same as it is for wearing sweat pants with writing on the behind, pajamas or slippers at stores or outside the home – not appropriate.&lt;/p&gt;</description> <content:encoded><![CDATA[<div
id="attachment_550" class="wp-caption alignright" style="width: 310px"><img
class="size-medium wp-image-550 " title="Girl-Cleavage-Kitten" src="http://thetitan.titanfusion.net/wordpress/wp-uploads/2010/07/Girl-Cleavage-Kitten-300x262.jpg" alt="Girl Cleavage Kitten 300x262 Womens bras   the latest trend in cell phone carriers." width="300" height="262" /><p
class="wp-caption-text">Wouldn&#39;t you like to be a kitten?</p></div><p>The woman&#8217;s bra, by definition is a clothing item used to provide support for her breasts. But, in many cases it serves secondary purpose as a “storage compartment”! You know &#8230; like the pocket on your pants. Over the years I have seen women use their bras to store money, notes, business cards. Lately, though, I have notices that this trend is changing. Unlike men, women don&#8217;t usually wear belts, at lease not ones that can be used to clip or loop things on, i.e. knifes, keys … mobile phone cases.</p><p>So, about that changing bra storage compartment trend. I have noticed that now instead of money and business cards getting pulled out of there, cell phones are either protruding from the cleavage or performing a balancing act under one of the straps. I suppose that for some is a genius idea. This way they carry one less item in their hands with their keys, wallet and whatever else, that should be either in a clutch or a purse. By the way, why not buy the <a
rel="nofollow" target="_blank" title="Cleavage Caddy Purse." href="http://cbs13.com/watercooler/cleavage.caddy.purse.2.815779.html" target="_blank">cleavage caddy purse</a>.</p><p>My personal views about this style – same as it is for wearing sweat pants with writing on the behind, pajamas or slippers at stores or outside the home – not appropriate.</p>
<p><a href="http://feedads.g.doubleclick.net/~a/IEouFAzjTVOCd7A9zXpaoBdJkRA/0/da"><img src="http://feedads.g.doubleclick.net/~a/IEouFAzjTVOCd7A9zXpaoBdJkRA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/IEouFAzjTVOCd7A9zXpaoBdJkRA/1/da"><img src="http://feedads.g.doubleclick.net/~a/IEouFAzjTVOCd7A9zXpaoBdJkRA/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=g1xtGQH0Ens:tpEvtmuszdw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=g1xtGQH0Ens:tpEvtmuszdw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=g1xtGQH0Ens:tpEvtmuszdw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=g1xtGQH0Ens:tpEvtmuszdw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=g1xtGQH0Ens:tpEvtmuszdw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=g1xtGQH0Ens:tpEvtmuszdw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=g1xtGQH0Ens:tpEvtmuszdw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=g1xtGQH0Ens:tpEvtmuszdw:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/g1xtGQH0Ens" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2010/07/17/womens-bras-the-latest-trend-in-cell-phone-carriers/feed/</wfw:commentRss> <slash:comments>2</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2010/07/17/womens-bras-the-latest-trend-in-cell-phone-carriers/</feedburner:origLink></item> <item><title>Job Opportunities for June 28, 2010</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/dp8xRm40BhQ/</link> <comments>http://thetitan.titanfusion.net/archive/2010/06/28/job-opportunities-for-june-28-2010/#comments</comments> <pubDate>Mon, 28 Jun 2010 15:07:20 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[Promotions]]></category> <category><![CDATA[business]]></category> <category><![CDATA[Employment]]></category> <category><![CDATA[Information technology]]></category> <category><![CDATA[jobs]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/?p=539</guid> <description>&lt;p&gt;These are the latest IT job opportunities fro Chicago, IL and its suburbs from the &lt;a
rel="nofollow" target="_blank" title="TitanFusion.net Job Board." href="http://jobpress.titanfusion.net/" target="_blank"&gt;TitanFusion.net Job Board&lt;/a&gt;.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a
rel="nofollow" target="_blank" onclick="jam_track_page_view('0','sponsored')" rel="nofollow" href="http://jobpress.titanfusion.net/a/job-details/view/cparm-YV9pZD04NzU4JmNfaWQ9NjY1NyZwX2lkPTQ4NDMmcG9zPTUmem9uZT02JmNwYz0wLjE1JmlwPTY3LjE2My42MC4yNDUmaGFzaD00ZGU2Y2U0MmQ5OTU5YjEyY2FjMTA0MTFlNmNhNTZlYiZjb3VudD0xMyZzdGFtcD0yMDEwLTA2LTI4IDA2OjU4OjE5JnB1Ymxpc2hlcl9jaGFubmVsX2lkcz0%3D%3B033c502e15938e7dd9dcf93ebbe217db/jobkey-926ab7e21bc1c88040bf4179b0e4f573d5acc57f/pub_id-4843/cjp-0" target="_blank"&gt;ASP.NET SOFTWARE DEVELOPER &amp;#8211; SUBURBS&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a
rel="nofollow" target="_blank" onclick="jam_track_page_view('1','sponsored')" rel="nofollow" href="http://jobpress.titanfusion.net/a/job-details/view/cparm-YV9pZD04NzU4JmNfaWQ9NjY1NyZwX2lkPTQ4NDMmcG9zPTUmem9uZT02JmNwYz0wLjE1JmlwPTY3LjE2My42MC4yNDUmaGFzaD00ZGU2Y2U0MmQ5OTU5YjEyY2FjMTA0MTFlNmNhNTZlYiZjb3VudD0xMyZzdGFtcD0yMDEwLTA2LTI4IDA2OjU4OjE5JnB1Ymxpc2hlcl9jaGFubmVsX2lkcz0%3D%3B033c502e15938e7dd9dcf93ebbe217db/jobkey-aa1262f09b4e664612fc228946160ab6dc648eb/pub_id-4843/cjp-1" target="_blank"&gt;Software Developer&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a
rel="nofollow" target="_blank" onclick="jam_track_page_view('2','sponsored')" rel="nofollow" href="http://jobpress.titanfusion.net/a/job-details/view/cparm-YV9pZD02OTQ2JmNfaWQ9NjkzNyZwX2lkPTQ4NDMmcG9zPTEwJnpvbmU9NiZjcGM9MC4xNSZpcD02Ny4xNjMuNjAuMjQ1Jmhhc2g9NDZhMGNmYWU0YjkwNTAzZTVhYzRlY2I1YjQ3MDdkOTgmY291bnQ9MTMmc3RhbXA9MjAxMC0wNi0yOCAwNjo1ODoxOSZwdWJsaXNoZXJfY2hhbm5lbF9pZHM9%3Bdc96887daa25c649b56d53dbc1e523e9/jobkey-5419.18239619/pub_id-4843/cjp-2" target="_blank"&gt;C# Software Developer&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a
rel="nofollow" target="_blank" onclick="jam_track_page_view('3','sponsored')" rel="nofollow" href="http://jobpress.titanfusion.net/a/job-details/view/cparm-YV9pZD04NzU4JmNfaWQ9NjY1NyZwX2lkPTQ4NDMmcG9zPTUmem9uZT02JmNwYz0wLjE1JmlwPTY3LjE2My42MC4yNDUmaGFzaD00ZGU2Y2U0MmQ5OTU5YjEyY2FjMTA0MTFlNmNhNTZlYiZjb3VudD0xMyZzdGFtcD0yMDEwLTA2LTI4IDA2OjU4OjE5JnB1Ymxpc2hlcl9jaGFubmVsX2lkcz0%3D%3B033c502e15938e7dd9dcf93ebbe217db/jobkey-1c7dcf2a8861cf267d3483994a8b92ce675810fa/pub_id-4843/cjp-3" target="_blank"&gt;Software Development Business Analyst&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a
rel="nofollow" target="_blank" onclick="jam_track_page_view('5','sponsored')" rel="nofollow" href="http://jobpress.titanfusion.net/a/job-details/view/cparm-YV9pZD0xODg0NyZjX2lkPTg3NDcmcF9pZD00ODQzJnBvcz0xJnpvbmU9NiZjcGM9MC4yOCZpcD02Ny4xNjMuNjAuMjQ1Jmhhc2g9N2IwZjYyN2JjNTVmM2UxZDU2YTZjZjNmZDVlYzdjNTImY291bnQ9MTMmc3RhbXA9MjAxMC0wNi0yOCAwNjo1ODoxOSZwdWJsaXNoZXJfY2hhbm5lbF9pZHM9%3Bd256e8da8a7dd8435098c5faa0a97396/jobkey-7977.863330/pub_id-4843/cjp-5" target="_blank"&gt;WEB DEVELOPER Job&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a
rel="nofollow" target="_blank" onclick="jam_track_page_view('6','sponsored')" rel="nofollow" href="http://jobpress.titanfusion.net/a/job-details/view/cparm-YV9pZD01NDg5JmNfaWQ9NDgzMyZwX2lkPTQ4NDMmcG9zPTImem9uZT02JmNwYz0wLjI3JmlwPTY3LjE2My42MC4yNDUmaGFzaD02ZjUwZTlmZjliYmM1MWRmMDE0MTU1YTE3ZjNlYWY2MCZjb3VudD0xMyZzdGFtcD0yMDEwLTA2LTI4IDA2OjU4OjE5JnB1Ymxpc2hlcl9jaGFubmVsX2lkcz0%3D%3B796e577979758cc8a8b2d9b0f584bde2/jobkey-69cd8d1ceb72c5bb624d43598aa62ba7ddd2e3f/pub_id-4843/cjp-6" target="_blank"&gt;P HP / Web Developer&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;a
rel="nofollow" target="_blank" title="List your jobs on the TitanFusion.net Job Board." href="http://jobpress.titanfusion.net/a/jbb/post-job" target="_blank"&gt;Employers, list your available jobs on TitanFusion.net Job Board for $1 per day.&lt;/a&gt;&lt;/p&gt;&lt;div
class="zemanta-pixie"&gt;&lt;img
class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=82e1f939-5f99-452d-ac0e-7068a8a59aa9" alt=" Job Opportunities for June 28, 2010"  title="Job Opportunities for June 28, 2010    image" /&gt;&lt;/div&gt;</description> <content:encoded><![CDATA[<p>These are the latest IT job opportunities fro Chicago, IL and its suburbs from the <a
rel="nofollow" target="_blank" title="TitanFusion.net Job Board." href="http://jobpress.titanfusion.net/" target="_blank">TitanFusion.net Job Board</a>.</p><ul><li><a
rel="nofollow" target="_blank" onclick="jam_track_page_view('0','sponsored')" rel="nofollow" href="http://jobpress.titanfusion.net/a/job-details/view/cparm-YV9pZD04NzU4JmNfaWQ9NjY1NyZwX2lkPTQ4NDMmcG9zPTUmem9uZT02JmNwYz0wLjE1JmlwPTY3LjE2My42MC4yNDUmaGFzaD00ZGU2Y2U0MmQ5OTU5YjEyY2FjMTA0MTFlNmNhNTZlYiZjb3VudD0xMyZzdGFtcD0yMDEwLTA2LTI4IDA2OjU4OjE5JnB1Ymxpc2hlcl9jaGFubmVsX2lkcz0%3D%3B033c502e15938e7dd9dcf93ebbe217db/jobkey-926ab7e21bc1c88040bf4179b0e4f573d5acc57f/pub_id-4843/cjp-0" target="_blank">ASP.NET SOFTWARE DEVELOPER &#8211; SUBURBS</a></li><li><a
rel="nofollow" target="_blank" onclick="jam_track_page_view('1','sponsored')" rel="nofollow" href="http://jobpress.titanfusion.net/a/job-details/view/cparm-YV9pZD04NzU4JmNfaWQ9NjY1NyZwX2lkPTQ4NDMmcG9zPTUmem9uZT02JmNwYz0wLjE1JmlwPTY3LjE2My42MC4yNDUmaGFzaD00ZGU2Y2U0MmQ5OTU5YjEyY2FjMTA0MTFlNmNhNTZlYiZjb3VudD0xMyZzdGFtcD0yMDEwLTA2LTI4IDA2OjU4OjE5JnB1Ymxpc2hlcl9jaGFubmVsX2lkcz0%3D%3B033c502e15938e7dd9dcf93ebbe217db/jobkey-aa1262f09b4e664612fc228946160ab6dc648eb/pub_id-4843/cjp-1" target="_blank">Software Developer</a></li><li><a
rel="nofollow" target="_blank" onclick="jam_track_page_view('2','sponsored')" rel="nofollow" href="http://jobpress.titanfusion.net/a/job-details/view/cparm-YV9pZD02OTQ2JmNfaWQ9NjkzNyZwX2lkPTQ4NDMmcG9zPTEwJnpvbmU9NiZjcGM9MC4xNSZpcD02Ny4xNjMuNjAuMjQ1Jmhhc2g9NDZhMGNmYWU0YjkwNTAzZTVhYzRlY2I1YjQ3MDdkOTgmY291bnQ9MTMmc3RhbXA9MjAxMC0wNi0yOCAwNjo1ODoxOSZwdWJsaXNoZXJfY2hhbm5lbF9pZHM9%3Bdc96887daa25c649b56d53dbc1e523e9/jobkey-5419.18239619/pub_id-4843/cjp-2" target="_blank">C# Software Developer</a></li><li><a
rel="nofollow" target="_blank" onclick="jam_track_page_view('3','sponsored')" rel="nofollow" href="http://jobpress.titanfusion.net/a/job-details/view/cparm-YV9pZD04NzU4JmNfaWQ9NjY1NyZwX2lkPTQ4NDMmcG9zPTUmem9uZT02JmNwYz0wLjE1JmlwPTY3LjE2My42MC4yNDUmaGFzaD00ZGU2Y2U0MmQ5OTU5YjEyY2FjMTA0MTFlNmNhNTZlYiZjb3VudD0xMyZzdGFtcD0yMDEwLTA2LTI4IDA2OjU4OjE5JnB1Ymxpc2hlcl9jaGFubmVsX2lkcz0%3D%3B033c502e15938e7dd9dcf93ebbe217db/jobkey-1c7dcf2a8861cf267d3483994a8b92ce675810fa/pub_id-4843/cjp-3" target="_blank">Software Development Business Analyst</a></li><li><a
rel="nofollow" target="_blank" onclick="jam_track_page_view('5','sponsored')" rel="nofollow" href="http://jobpress.titanfusion.net/a/job-details/view/cparm-YV9pZD0xODg0NyZjX2lkPTg3NDcmcF9pZD00ODQzJnBvcz0xJnpvbmU9NiZjcGM9MC4yOCZpcD02Ny4xNjMuNjAuMjQ1Jmhhc2g9N2IwZjYyN2JjNTVmM2UxZDU2YTZjZjNmZDVlYzdjNTImY291bnQ9MTMmc3RhbXA9MjAxMC0wNi0yOCAwNjo1ODoxOSZwdWJsaXNoZXJfY2hhbm5lbF9pZHM9%3Bd256e8da8a7dd8435098c5faa0a97396/jobkey-7977.863330/pub_id-4843/cjp-5" target="_blank">WEB DEVELOPER Job</a></li><li><a
rel="nofollow" target="_blank" onclick="jam_track_page_view('6','sponsored')" rel="nofollow" href="http://jobpress.titanfusion.net/a/job-details/view/cparm-YV9pZD01NDg5JmNfaWQ9NDgzMyZwX2lkPTQ4NDMmcG9zPTImem9uZT02JmNwYz0wLjI3JmlwPTY3LjE2My42MC4yNDUmaGFzaD02ZjUwZTlmZjliYmM1MWRmMDE0MTU1YTE3ZjNlYWY2MCZjb3VudD0xMyZzdGFtcD0yMDEwLTA2LTI4IDA2OjU4OjE5JnB1Ymxpc2hlcl9jaGFubmVsX2lkcz0%3D%3B796e577979758cc8a8b2d9b0f584bde2/jobkey-69cd8d1ceb72c5bb624d43598aa62ba7ddd2e3f/pub_id-4843/cjp-6" target="_blank">P HP / Web Developer</a></li></ul><p><a
rel="nofollow" target="_blank" title="List your jobs on the TitanFusion.net Job Board." href="http://jobpress.titanfusion.net/a/jbb/post-job" target="_blank">Employers, list your available jobs on TitanFusion.net Job Board for $1 per day.</a></p><div
class="zemanta-pixie"><img
class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=82e1f939-5f99-452d-ac0e-7068a8a59aa9" alt=" Job Opportunities for June 28, 2010"  title="Job Opportunities for June 28, 2010    image" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/dnzlHhfF2EYdZhnTuUq5bv3hJnQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/dnzlHhfF2EYdZhnTuUq5bv3hJnQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/dnzlHhfF2EYdZhnTuUq5bv3hJnQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/dnzlHhfF2EYdZhnTuUq5bv3hJnQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=dp8xRm40BhQ:7Vc56LT-at0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=dp8xRm40BhQ:7Vc56LT-at0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=dp8xRm40BhQ:7Vc56LT-at0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=dp8xRm40BhQ:7Vc56LT-at0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=dp8xRm40BhQ:7Vc56LT-at0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=dp8xRm40BhQ:7Vc56LT-at0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=dp8xRm40BhQ:7Vc56LT-at0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=dp8xRm40BhQ:7Vc56LT-at0:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/dp8xRm40BhQ" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2010/06/28/job-opportunities-for-june-28-2010/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2010/06/28/job-opportunities-for-june-28-2010/</feedburner:origLink></item> <item><title>How to mount and unmount a hard drive in Linux?</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/uShDJNFedT0/</link> <comments>http://thetitan.titanfusion.net/archive/2010/06/25/how-to-mount-and-unmount-a-hard-drive-in-linux/#comments</comments> <pubDate>Fri, 25 Jun 2010 13:36:54 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[Techie]]></category> <category><![CDATA[tutorials]]></category> <category><![CDATA[Hard Drives]]></category> <category><![CDATA[hardware]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Operating system]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Superuser]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/?p=531</guid> <description>&lt;p&gt;I lease multiple Linux servers. One of them has multiple hard drives installed in it. After asking the data center to reload the OS on it, the staff only mounted one of the drives. Surprisingly it is extremely easy for anyone with a &lt;em&gt;root &lt;/em&gt;access to mount a hard drive on a Linux-based system. Here I will show you the very basic ways to mount and unmount a hard drive.&lt;/p&gt;&lt;p&gt;For starters, you should first see what hard drives and partitions are available. A real quick way to see the available hard drives in your system is to run the command &lt;em&gt;fdisk -l&lt;/em&gt;. The results will give you some helpful information about the drive(s), as well as information on the partitions.&lt;/p&gt;&lt;p
style="text-align: center;"&gt;&lt;/p&gt;&lt;p&gt;I should point out that your hard drive or drives might be identified on  your system as &lt;em&gt;hd &lt;/em&gt;or &lt;em&gt;sd&lt;/em&gt;. If you have multiple drives they will be  identified by a letter, i.e. &lt;em&gt;hda &lt;/em&gt;/ &lt;em&gt;hdb&lt;/em&gt;, or &lt;em&gt;sda &lt;/em&gt;/&lt;em&gt;sdb&lt;/em&gt;. The partitions on  each drive will be identified numerically, i.e. &lt;em&gt;hda1 &lt;/em&gt;/&lt;em&gt;hda2&lt;/em&gt;, or &lt;em&gt;sdb1&lt;/em&gt; /&lt;em&gt;sdb2&lt;/em&gt;.  You can see this in the screenshot above.&lt;/p&gt;&lt;h3 style="text-align: center;"&gt;Here is how to mount a hard drive in Linux.&lt;/h3&gt;&lt;p&gt;First thing you should do is create a directory where the drive or partition will be mounted. In my case, I use the second hard drive for backups so I...&lt;/p&gt;</description> <content:encoded><![CDATA[<p>I lease multiple Linux servers. One of them has multiple hard drives installed in it. After asking the data center to reload the OS on it, the staff only mounted one of the drives. Surprisingly it is extremely easy for anyone with a <em>root </em>access to mount a hard drive on a Linux-based system. Here I will show you the very basic ways to mount and unmount a hard drive.</p><p>For starters, you should first see what hard drives and partitions are available. A real quick way to see the available hard drives in your system is to run the command <em>fdisk -l</em>. The results will give you some helpful information about the drive(s), as well as information on the partitions.</p><p
style="text-align: center;"><div
id="attachment_536" class="wp-caption aligncenter" style="width: 310px"><a
href="http://thetitan.titanfusion.net/wordpress/wp-uploads/2010/06/linux-fdisk-l.png" rel="lightbox[531]"><img
class="size-medium wp-image-536 " title="linux-fdisk-l" src="http://thetitan.titanfusion.net/wordpress/wp-uploads/2010/06/linux-fdisk-l-300x142.png" alt="Hard disk list command in Linux." width="300" height="142" /></a><p
class="wp-caption-text">List of hard drives on the system.</p></div><p>I should point out that your hard drive or drives might be identified on  your system as <em>hd </em>or <em>sd</em>. If you have multiple drives they will be  identified by a letter, i.e. <em>hda </em>/ <em>hdb</em>, or <em>sda </em>/<em>sdb</em>. The partitions on  each drive will be identified numerically, i.e. <em>hda1 </em>/<em>hda2</em>, or <em>sdb1</em> /<em>sdb2</em>.  You can see this in the screenshot above.</p><h3 style="text-align: center;">Here is how to mount a hard drive in Linux.</h3><p>First thing you should do is create a directory where the drive or partition will be mounted. In my case, I use the second hard drive for backups so I created a directory called <em>backups</em>. I set the permissions to 755, although others would recommend 777 &#8211; full read and write access for <span
style="text-decoration: underline;">everyone</span>. In my opinion that is a security risk, especially on an Internet accessible server. The command to create the directory and set its permissions is:</p><p><code>mkdir /path/dir name &lt;= mkdir /backups<br
/> chmod 755 /path/dir name &lt;= chmod 755 /backups</code></p><p>Now that we have the target directory, it is time to mount the hard rive partition. In my case the second hard drive has only one partition. It encompasses the entire hard drive.</p><p><code>mount /dev/partitionId /path/dir name &lt;= mount /dev/sdb1 /backups</code></p><p>You partition should be permanently mounted now.</p><h3 style="text-align: center;">Here is how to unmount a hard drive in Linux.</h3><p>To unmount a hard drive or a partition in Linux, the command is the same as when you are mounting the same, except you have to add a <em>u</em> to the front of the command. It becomes <em>umount</em>.</p><p><code>umount /dev/partitionId /path/dir name &lt;= umount /dev/sdb1 /backups</code></p><p>Keep in mind that although when we refer to the procedure we use the word unmount, the actual command does not have <em>n</em> in the beginning.</p>
<p><a href="http://feedads.g.doubleclick.net/~a/UNiU0mnWf6NKdVTqSMAiv-fByXE/0/da"><img src="http://feedads.g.doubleclick.net/~a/UNiU0mnWf6NKdVTqSMAiv-fByXE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/UNiU0mnWf6NKdVTqSMAiv-fByXE/1/da"><img src="http://feedads.g.doubleclick.net/~a/UNiU0mnWf6NKdVTqSMAiv-fByXE/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=uShDJNFedT0:r4XtIpsxTKM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=uShDJNFedT0:r4XtIpsxTKM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=uShDJNFedT0:r4XtIpsxTKM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=uShDJNFedT0:r4XtIpsxTKM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=uShDJNFedT0:r4XtIpsxTKM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=uShDJNFedT0:r4XtIpsxTKM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=uShDJNFedT0:r4XtIpsxTKM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=uShDJNFedT0:r4XtIpsxTKM:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/uShDJNFedT0" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2010/06/25/how-to-mount-and-unmount-a-hard-drive-in-linux/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2010/06/25/how-to-mount-and-unmount-a-hard-drive-in-linux/</feedburner:origLink></item> <item><title>Blade Runner</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/vUF3u-yBzpU/</link> <comments>http://thetitan.titanfusion.net/archive/2010/05/28/blade-runner/#comments</comments> <pubDate>Sat, 29 May 2010 04:28:02 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[Entertainment]]></category> <category><![CDATA[Film]]></category> <category><![CDATA[movies]]></category> <category><![CDATA[Netflix]]></category> <category><![CDATA[technology]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/?p=532</guid> <description>&lt;div
class="zemanta-img"&gt;&lt;div&gt;&lt;dl
class="wp-caption alignright"&gt;&lt;dt
class="wp-caption-dt"&gt;&lt;a
rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/File:Blade_Runner_poster.jpg" rel="lightbox[532]"&gt;&lt;img
title="Character Rick Deckard has a hard time resisti..." src="http://upload.wikimedia.org/wikipedia/en/5/53/Blade_Runner_poster.jpg" alt="Character Rick Deckard has a hard time resisti..." /&gt;&lt;/a&gt;&lt;/dt&gt;&lt;dd
class="wp-caption-dd zemanta-img-attribution"&gt;Image via &lt;a
rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/File:Blade_Runner_poster.jpg" rel="lightbox[532]"&gt;Wikipedia&lt;/a&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;I&amp;#8217;m streaming Blade Runner from Netflix right now. I&amp;#8217;ve seen the movie  in its entirety before, but I don&amp;#8217;t think I have ever actually sat down and watched the movie. I suppose I will finally know what exactly this film is about.&lt;/p&gt;&lt;p&gt;Here is a line I found pretty funny at the time when Leon Kowalski, played by Brion James, was pummeling Rick Deckard, played by Harrison Ford: &lt;em&gt;&amp;#8230; wake up. It&amp;#8217;s time to die!&lt;/em&gt; Moments layer he was shot in the back.&lt;/p&gt;&lt;p&gt;By the way, Blade Runner is considered a cult classic, and it is almost, if not, always rated 5 stars.&lt;/p&gt;&lt;p&gt;I love 80&amp;#8242;s movies. I often prefer the special effects and animatronics to today&amp;#8217;s &lt;span
class="ubernym uttAbbreviation" onmouseover="domTT_activate(this, event, 'content', 'The application of the field of computer graphics or, more specifically, 3D computer graphics to special effects in films, television programs, commercials, simulators and simulation generally, and printed media. Video games usually use real-time computer graphics (rarely referred to as CGI), but may also include pre-rendered &amp;#34;cut scenes&amp;#34; and intro movies (or FMVs--full motion videos) that would be typical CGI applications. (&amp;#60;a href=&amp;#34;http://en.wikipedia.org/wiki/Computer-generated_imagery&amp;#34;&amp;#62;link&amp;#60;/a&amp;#62;)','caption', 'Computer-Generated Imagery' );"&gt;&lt;abbr
class="uttAbbreviation"&gt;CGI&lt;/abbr&gt;&lt;/span&gt; (Computer-Generated Imagery) environments.&lt;/p&gt;</description> <content:encoded><![CDATA[<div
class="zemanta-img"><div><dl
class="wp-caption alignright"><dt
class="wp-caption-dt"><a
rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/File:Blade_Runner_poster.jpg" rel="lightbox[532]"><img
title="Character Rick Deckard has a hard time resisti..." src="http://upload.wikimedia.org/wikipedia/en/5/53/Blade_Runner_poster.jpg" alt="Character Rick Deckard has a hard time resisti..." /></a></dt><dd
class="wp-caption-dd zemanta-img-attribution">Image via <a
rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/File:Blade_Runner_poster.jpg" rel="lightbox[532]">Wikipedia</a></dd></dl></div></div><p>I&#8217;m streaming Blade Runner from Netflix right now. I&#8217;ve seen the movie  in its entirety before, but I don&#8217;t think I have ever actually sat down and watched the movie. I suppose I will finally know what exactly this film is about.</p><p>Here is a line I found pretty funny at the time when Leon Kowalski, played by Brion James, was pummeling Rick Deckard, played by Harrison Ford: <em>&#8230; wake up. It&#8217;s time to die!</em> Moments layer he was shot in the back.</p><p>By the way, Blade Runner is considered a cult classic, and it is almost, if not, always rated 5 stars.</p><p>I love 80&#8242;s movies. I often prefer the special effects and animatronics to today&#8217;s <span
class="ubernym uttAbbreviation" onmouseover="domTT_activate(this, event, 'content', 'The application of the field of computer graphics or, more specifically, 3D computer graphics to special effects in films, television programs, commercials, simulators and simulation generally, and printed media. Video games usually use real-time computer graphics (rarely referred to as CGI), but may also include pre-rendered &quot;cut scenes&quot; and intro movies (or FMVs--full motion videos) that would be typical CGI applications. (&lt;a href=&quot;http://en.wikipedia.org/wiki/Computer-generated_imagery&quot;&gt;link&lt;/a&gt;)','caption', 'Computer-Generated Imagery' );"><abbr
class="uttAbbreviation">CGI</abbr></span> (Computer-Generated Imagery) environments.</p>
<p><a href="http://feedads.g.doubleclick.net/~a/qYkGeBDOloJ-SHsrLUOnZHAvaU8/0/da"><img src="http://feedads.g.doubleclick.net/~a/qYkGeBDOloJ-SHsrLUOnZHAvaU8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/qYkGeBDOloJ-SHsrLUOnZHAvaU8/1/da"><img src="http://feedads.g.doubleclick.net/~a/qYkGeBDOloJ-SHsrLUOnZHAvaU8/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=vUF3u-yBzpU:MN2T0j91nh0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=vUF3u-yBzpU:MN2T0j91nh0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=vUF3u-yBzpU:MN2T0j91nh0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=vUF3u-yBzpU:MN2T0j91nh0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=vUF3u-yBzpU:MN2T0j91nh0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=vUF3u-yBzpU:MN2T0j91nh0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=vUF3u-yBzpU:MN2T0j91nh0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=vUF3u-yBzpU:MN2T0j91nh0:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/vUF3u-yBzpU" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2010/05/28/blade-runner/feed/</wfw:commentRss> <slash:comments>1</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2010/05/28/blade-runner/</feedburner:origLink></item> <item><title>Ghost Recon: Future Soldier</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/ZtjKOHXJiVc/</link> <comments>http://thetitan.titanfusion.net/archive/2010/03/27/ghost-recon-future-soldier/#comments</comments> <pubDate>Sun, 28 Mar 2010 04:34:39 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[gaming]]></category> <category><![CDATA[video]]></category> <category><![CDATA[action]]></category> <category><![CDATA[colllege]]></category> <category><![CDATA[console]]></category> <category><![CDATA[events]]></category> <category><![CDATA[pc]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/?p=507</guid> <description>&lt;p&gt;&lt;a
href="http://thetitan.titanfusion.net/wordpress/wp-uploads/2010/03/ghost-recon-advanced-warfighter.jpg" rel="lightbox[507]"&gt;&lt;img
src="http://thetitan.titanfusion.net/wordpress/wp-uploads/2010/03/ghost-recon-advanced-warfighter-150x150.jpg" alt="Ghost Recon logo." title="ghost-recon-advanced-warfighter" width="150" height="150" class="alignright size-thumbnail wp-image-523" /&gt;&lt;/a&gt;I was just browsing GameTrailers.com and I saw that a new game from the Ghost Recon series is is coming out later in 2010. It will be called &lt;em&gt;Future Soldier&lt;/em&gt;. I am very excited. I&amp;#8217;ve been playing Ghost Recon since college. Infrequently, but I still play the game and its various sequels, like GRAW for the Xbox 360. Back then my dormitory mates and I plaid the multi-player almost every day, and for hours at a time.&lt;/p&gt;&lt;p&gt;Mark this date in your calendars &amp;#8211; &lt;strong&gt;Ghost Recon: Future Soldier &amp;#8211; October 1st 2010&lt;/strong&gt;. Below is a live action trailer of the game. &lt;strong&gt;Update:&lt;/strong&gt; By the way, UbiSoft has been granted &lt;a
rel="nofollow" target="_blank" href="http://tarr.uspto.gov/servlet/tarr?regser=serial&amp;#038;entry=77892381" target="_blank" rel="nofollow" title=" Ghost Recon: Future Soldier USPTO trademark report"&gt;a trademark, by the USPTO, for the name Ghost Recon: Future Soldier&lt;/a&gt;?!?&lt;/p&gt;&lt;div
style="width: 480px;"&gt;&lt;/div&gt;&lt;p&gt;Don&amp;#8217;t forget to cast your vote in the poll. Reflect on your best and not so great moment of playing any of the Ghost Recon games in the comments below.&lt;/p&gt;</description> <content:encoded><![CDATA[<p><a
href="http://thetitan.titanfusion.net/wordpress/wp-uploads/2010/03/ghost-recon-advanced-warfighter.jpg" rel="lightbox[507]"><img
src="http://thetitan.titanfusion.net/wordpress/wp-uploads/2010/03/ghost-recon-advanced-warfighter-150x150.jpg" alt="Ghost Recon logo." title="ghost-recon-advanced-warfighter" width="150" height="150" class="alignright size-thumbnail wp-image-523" /></a>I was just browsing GameTrailers.com and I saw that a new game from the Ghost Recon series is is coming out later in 2010. It will be called <em>Future Soldier</em>. I am very excited. I&#8217;ve been playing Ghost Recon since college. Infrequently, but I still play the game and its various sequels, like GRAW for the Xbox 360. Back then my dormitory mates and I plaid the multi-player almost every day, and for hours at a time.</p><p>Mark this date in your calendars &#8211; <strong>Ghost Recon: Future Soldier &#8211; October 1st 2010</strong>. Below is a live action trailer of the game. <strong>Update:</strong> By the way, UbiSoft has been granted <a
rel="nofollow" target="_blank" href="http://tarr.uspto.gov/servlet/tarr?regser=serial&#038;entry=77892381" target="_blank" rel="nofollow" title=" Ghost Recon: Future Soldier USPTO trademark report">a trademark, by the USPTO, for the name Ghost Recon: Future Soldier</a>?!?</p><div
style="width: 480px;"><object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="gtembed" width="480" height="392"><param
name="allowScriptAccess" value="sameDomain" /><param
name="allowFullScreen" value="true" /><param
name="movie" value="http://www.gametrailers.com/remote_wrap.php?mid=63641"/><param
name="quality" value="high" /><embed
src="http://www.gametrailers.com/remote_wrap.php?mid=63641" swLiveConnect="true" name="gtembed" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="480" height="392"></embed></object></div><p>Don&#8217;t forget to cast your vote in the poll. Reflect on your best and not so great moment of playing any of the Ghost Recon games in the comments below.<br
/> Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.</p>
<p><a href="http://feedads.g.doubleclick.net/~a/apyv3RcHkGQCfXXaiJvGmBFRaVk/0/da"><img src="http://feedads.g.doubleclick.net/~a/apyv3RcHkGQCfXXaiJvGmBFRaVk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/apyv3RcHkGQCfXXaiJvGmBFRaVk/1/da"><img src="http://feedads.g.doubleclick.net/~a/apyv3RcHkGQCfXXaiJvGmBFRaVk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=ZtjKOHXJiVc:ZN6iN_7nSCg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=ZtjKOHXJiVc:ZN6iN_7nSCg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=ZtjKOHXJiVc:ZN6iN_7nSCg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=ZtjKOHXJiVc:ZN6iN_7nSCg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=ZtjKOHXJiVc:ZN6iN_7nSCg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=ZtjKOHXJiVc:ZN6iN_7nSCg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=ZtjKOHXJiVc:ZN6iN_7nSCg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=ZtjKOHXJiVc:ZN6iN_7nSCg:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/ZtjKOHXJiVc" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2010/03/27/ghost-recon-future-soldier/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2010/03/27/ghost-recon-future-soldier/</feedburner:origLink></item> <item><title>srcTitle – the answer to the “null” title for the “from” link in Google Buzz feed</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/_NwVbLhQooM/</link> <comments>http://thetitan.titanfusion.net/archive/2010/02/26/srctitle-the-answer-to-the-null-title-for-the-from-link-in-google-buzz-feed/#comments</comments> <pubDate>Fri, 26 Feb 2010 08:54:23 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[Techie]]></category> <category><![CDATA[searches]]></category> <category><![CDATA[tutorials]]></category> <category><![CDATA[coding]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Micro Blog]]></category> <category><![CDATA[publishing]]></category> <category><![CDATA[services]]></category> <category><![CDATA[source code]]></category> <category><![CDATA[websites]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/?p=519</guid> <description>&lt;p&gt;&lt;img
class="alignright size-full wp-image-521" title="google-buzz-logo" src="http://thetitan.titanfusion.net/wordpress/wp-uploads/2010/02/google-buzz-logo.png" alt="google buzz logo srcTitle   the answer to the null title for the from link in Google Buzz feed" width="286" height="68" /&gt;This morning I implemented Google Buzz. You can see the button on the left of this paragraph. After playing around with the code, I buzzed my last post, which was about &lt;a
title="High fructose corn syrup - it's a poison." href="http://thetitan.titanfusion.net/archive/2010/02/22/high-fructose-corn-syrup/" target="_self"&gt;high fructose corn syrup&lt;/a&gt;. When I checked my Google profile I noticed that after the title of the article there was a &amp;#8220;null&amp;#8221;, which linked back to the home page of my blog.&lt;/p&gt;&lt;p&gt;After spending few minutes searching on the Internet, I wasn&amp;#8217;t able to find much information on the problem. Next I decided to look for API documents and other help information published by Google. Seeing that the Google Buzz button works by sharing via Google Reader, the best place for the answer was in the Google Reader help docs . I found this post &amp;#8211; &lt;a
rel="nofollow" target="_blank" title="Adding a 'Share in Reader' link to your website or blog." href="http://www.google.com/support/reader/bin/answer.py?hl=en&amp;#38;answer=147149" target="_blank"&gt;Adding a &amp;#8216;Share in Reader&amp;#8217; link to your website or blog&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;The solution to the problem is very simple and logical. As &amp;#8220;title&amp;#8221; &amp;#8211; the title of the item you are sharing, is to &amp;#8220;&lt;span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"&gt;&lt;abbr
class="uttInitialism"&gt;url&lt;/abbr&gt;&lt;/span&gt;&amp;#8221; &amp;#8211; the address of the item you are sharing, &amp;#8220;srcTitle&amp;#8221; is to &amp;#8220;srcUrl&amp;#8221;. In which case the former is the name you want to use for the source of the item, and the latter is the address to that...&lt;/p&gt;</description> <content:encoded><![CDATA[<p><img
class="alignright size-full wp-image-521" title="google-buzz-logo" src="http://thetitan.titanfusion.net/wordpress/wp-uploads/2010/02/google-buzz-logo.png" alt="google buzz logo srcTitle   the answer to the null title for the from link in Google Buzz feed" width="286" height="68" />This morning I implemented Google Buzz. You can see the button on the left of this paragraph. After playing around with the code, I buzzed my last post, which was about <a
title="High fructose corn syrup - it's a poison." href="http://thetitan.titanfusion.net/archive/2010/02/22/high-fructose-corn-syrup/" target="_self">high fructose corn syrup</a>. When I checked my Google profile I noticed that after the title of the article there was a &#8220;null&#8221;, which linked back to the home page of my blog.</p><p>After spending few minutes searching on the Internet, I wasn&#8217;t able to find much information on the problem. Next I decided to look for API documents and other help information published by Google. Seeing that the Google Buzz button works by sharing via Google Reader, the best place for the answer was in the Google Reader help docs . I found this post &#8211; <a
rel="nofollow" target="_blank" title="Adding a 'Share in Reader' link to your website or blog." href="http://www.google.com/support/reader/bin/answer.py?hl=en&amp;answer=147149" target="_blank">Adding a &#8216;Share in Reader&#8217; link to your website or blog</a>.</p><p>The solution to the problem is very simple and logical. As &#8220;title&#8221; &#8211; the title of the item you are sharing, is to &#8220;<span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"><abbr
class="uttInitialism">url</abbr></span>&#8221; &#8211; the address of the item you are sharing, &#8220;srcTitle&#8221; is to &#8220;srcUrl&#8221;. In which case the former is the name you want to use for the source of the item, and the latter is the address to that source.</p><p><code>... &amp;<strong>srcurl</strong>=123&amp;<strong>srctitle</strong>=numbers ...</code></p><p>The use of &#8220;srcUrl&#8221; is completely optional for your Google Buzz button, but keep in mind that if you do use this URI parameter, then you should probably also use &#8220;srcTitle&#8221;. Otherwise people will be seeing &#8221;null&#8221; in their Google Buzz feed, and some of them might not like that and start deleting buzzed/shared item and eventually completely stop sharing your content.</p><p>By the way, you can set the &#8220;src <span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"><abbr
class="uttInitialism">Url</abbr></span>&#8221; and &#8220;srcTitle&#8221; to anything you want. In my case, I am contemplating between setting them to to my blog&#8217;s home page or to the author&#8217;s post archive. I suppose the latter would be more crucial/useful when used on blogs or websites with multiple authors!</p>
<p><a href="http://feedads.g.doubleclick.net/~a/kk939RrTd6ValnOi4eVCfnGEmNQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/kk939RrTd6ValnOi4eVCfnGEmNQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/kk939RrTd6ValnOi4eVCfnGEmNQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/kk939RrTd6ValnOi4eVCfnGEmNQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=_NwVbLhQooM:9IYmSNa44k4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=_NwVbLhQooM:9IYmSNa44k4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=_NwVbLhQooM:9IYmSNa44k4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=_NwVbLhQooM:9IYmSNa44k4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=_NwVbLhQooM:9IYmSNa44k4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=_NwVbLhQooM:9IYmSNa44k4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=_NwVbLhQooM:9IYmSNa44k4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=_NwVbLhQooM:9IYmSNa44k4:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/_NwVbLhQooM" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2010/02/26/srctitle-the-answer-to-the-null-title-for-the-from-link-in-google-buzz-feed/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2010/02/26/srctitle-the-answer-to-the-null-title-for-the-from-link-in-google-buzz-feed/</feedburner:origLink></item> <item><title>High-fructose corn syrup</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/vShsz9H8bUs/</link> <comments>http://thetitan.titanfusion.net/archive/2010/02/22/high-fructose-corn-syrup/#comments</comments> <pubDate>Mon, 22 Feb 2010 15:08:36 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[Critic's Realm]]></category> <category><![CDATA[Featured]]></category> <category><![CDATA[Today I learned]]></category> <category><![CDATA[food]]></category> <category><![CDATA[health]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/?p=516</guid> <description>&lt;p&gt;Why, why, why is this part of our food? I recently noticed that high-fructose corn syrup (HFCS) is one of the main ingredients in maple syrup. Why? Am I buying maple syrup or am I buying maple flavored corn syrup? I&amp;#8217;m so tier of reading the ingredients on various products&amp;#8217; packages and seeing high-fructose corn syrup listed. It seems that this &amp;#8220;poison&amp;#8221; is part of the ingredients of almost everything. Last time I was surprised to see HFCS as an ingredient was when I read the label on a Heinz ketchup bottle, where I discovered that it made &lt;strong&gt;40%&lt;/strong&gt; of the product!&lt;/p&gt;&lt;p&gt;Yes, high-fructose corn syrup is a cheap sweetener alternative to sugar, but its long term negative effects to Americans greatly outweigh its sweet qualities or its monetary benefits to the price of our consumables. The results can be seen in the public&amp;#8217;s health care bills. I only mention Americans because I haven&amp;#8217;t heard of any other country using high-fructose corn syrup in the quantities or the extend it is being used in the United States. Personally I rather pay an extra dollar or two for a product, but know that whatever my children, my family or I are consuming has real sugar in it, and our organs or &lt;span
class="ubernym uttAbbreviation" onmouseover="domTT_activate(this, event, 'content', 'A nucleic acid that contains the genetic instructions used in the development and functioning of all known living organisms and some...&lt;/p&gt;</description> <content:encoded><![CDATA[<div
id="attachment_517" class="wp-caption alignright" style="width: 160px"><a
href="http://thetitan.titanfusion.net/wordpress/wp-uploads/2010/02/CornSyrup.jpg" rel="lightbox[516]"><img
class="size-thumbnail wp-image-517 " title="CornSyrup" src="http://thetitan.titanfusion.net/wordpress/wp-uploads/2010/02/CornSyrup-150x150.jpg" alt="CornSyrup 150x150 High fructose corn syrup" width="150" height="150" /></a><p
class="wp-caption-text">I</p></div><p>Why, why, why is this part of our food? I recently noticed that high-fructose corn syrup (HFCS) is one of the main ingredients in maple syrup. Why? Am I buying maple syrup or am I buying maple flavored corn syrup? I&#8217;m so tier of reading the ingredients on various products&#8217; packages and seeing high-fructose corn syrup listed. It seems that this &#8220;poison&#8221; is part of the ingredients of almost everything. Last time I was surprised to see HFCS as an ingredient was when I read the label on a Heinz ketchup bottle, where I discovered that it made <strong>40%</strong> of the product!</p><p>Yes, high-fructose corn syrup is a cheap sweetener alternative to sugar, but its long term negative effects to Americans greatly outweigh its sweet qualities or its monetary benefits to the price of our consumables. The results can be seen in the public&#8217;s health care bills. I only mention Americans because I haven&#8217;t heard of any other country using high-fructose corn syrup in the quantities or the extend it is being used in the United States. Personally I rather pay an extra dollar or two for a product, but know that whatever my children, my family or I are consuming has real sugar in it, and our organs or <span
class="ubernym uttAbbreviation" onmouseover="domTT_activate(this, event, 'content', 'A nucleic acid that contains the genetic instructions used in the development and functioning of all known living organisms and some viruses. (&lt;a href=&quot;http://en.wikipedia.org/wiki/DNA&quot;&gt;link&lt;/a&gt;)','caption', 'Deoxyribonucleic acid' );"><abbr
class="uttAbbreviation">DNA</abbr></span> (Deoxyribonucleic acid) won&#8217;t be changing or suffer some other undesirable or health hazardous effects over time.</p><p>I recently heard of some study, which was conducted by an Asian organization, it had concluded that American men, who consume large amounts of soda, have a greater risk for prostate cancer. This is not a surprise. Soda has been part of our life for over a century now, but this was never a problem before. What has changed is the fact that in the last 15 or 20 years HFCS has become the main ingredient in soda and many other product. Maybe it&#8217;s not the amount of soda being consumed. Maybe it is the amount of a very common ingredient that is inescapably being deposited in our bodies via the food we consume!</p> Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.
<p><a href="http://feedads.g.doubleclick.net/~a/Myi1NYu9hSsdmezJKaJnQ8hhGUE/0/da"><img src="http://feedads.g.doubleclick.net/~a/Myi1NYu9hSsdmezJKaJnQ8hhGUE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Myi1NYu9hSsdmezJKaJnQ8hhGUE/1/da"><img src="http://feedads.g.doubleclick.net/~a/Myi1NYu9hSsdmezJKaJnQ8hhGUE/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=vShsz9H8bUs:JYUIPsnvIdo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=vShsz9H8bUs:JYUIPsnvIdo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=vShsz9H8bUs:JYUIPsnvIdo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=vShsz9H8bUs:JYUIPsnvIdo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=vShsz9H8bUs:JYUIPsnvIdo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=vShsz9H8bUs:JYUIPsnvIdo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=vShsz9H8bUs:JYUIPsnvIdo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=vShsz9H8bUs:JYUIPsnvIdo:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/vShsz9H8bUs" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2010/02/22/high-fructose-corn-syrup/feed/</wfw:commentRss> <slash:comments>1</slash:comments> <category domain="http://rss.financialcontent.com/stocksymbol">HFCS</category><feedburner:origLink>http://thetitan.titanfusion.net/archive/2010/02/22/high-fructose-corn-syrup/</feedburner:origLink></item> <item><title>Skribit – Topic Suggestions are ready for the big time.</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/EnkoA9HuF4A/</link> <comments>http://thetitan.titanfusion.net/archive/2010/01/22/skribit-topic-suggestions-are-ready-for-the-big-time/#comments</comments> <pubDate>Fri, 22 Jan 2010 06:04:34 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[Critic's Realm]]></category> <category><![CDATA[Techie]]></category> <category><![CDATA[Useful Sites]]></category> <category><![CDATA[blogging]]></category> <category><![CDATA[community]]></category> <category><![CDATA[companies]]></category> <category><![CDATA[promos]]></category> <category><![CDATA[publishing]]></category> <category><![CDATA[services]]></category> <category><![CDATA[tools]]></category> <category><![CDATA[websites]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/?p=513</guid> <description>&lt;p&gt;&lt;img
class="alignright size-full wp-image-515" title="skribit" src="http://thetitan.titanfusion.net/wordpress/wp-uploads/2010/01/skribit.png" alt="Skribit" width="250" height="75" /&gt;&lt;a
rel="nofollow" target="_blank" rel="nofollow" href="http://skribit.com/" target="_blank"&gt;Skribit&lt;/a&gt;, a topic suggestion tool, which I have been using on my blog for over a year now, is ready for the big time. &lt;a
rel="nofollow" target="_blank" rel="nofollow" href="http://skribit.com/blog/2009/12/16/launch-day-arrives/" target="_blank"&gt;Last month the Skribit team announced&lt;/a&gt; the release of changes to the service and new features. They continue to add new features, some of which you can see below:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Follow your favorite bloggers on Skribit and see their recent activity&lt;/li&gt;&lt;li&gt;Sort suggestions by status, hotness and more&lt;/li&gt;&lt;li&gt;Merge similar suggestions&lt;/li&gt;&lt;li&gt;Ignore suggestions by user and &lt;span
class="ubernym uttAbbreviation" onmouseover="domTT_activate(this, event, 'content', 'Depending on the context it is used in IP is an abbreviation for Internet Protocol or Intellectual Property.','caption', 'Internet Protocol or Intellectual Property' );"&gt;&lt;abbr
class="uttAbbreviation"&gt;IP&lt;/abbr&gt;&lt;/span&gt; (Internet Protocol or Intellectual Property) address&lt;/li&gt;&lt;li&gt;Reduce clutter with new comment and suggestion spam protection&lt;/li&gt;&lt;li&gt;Customize your the URLs for your Skribit blog and user profiles&lt;/li&gt;&lt;li&gt;Easily share suggestions through Twitter and Facebook with a click&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;I do find the Skribit service interesting, and as I have see it on other sites, it can prove a valuable tool. By the way, I first came cross Skribit on Darren Rowse&amp;#8217;s &lt;a
rel="nofollow" target="_blank" rel="nofollow" href="http://www.problogger.net/" target="_blank"&gt;ProBlogger&lt;/a&gt; blog.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Bonus: &lt;/strong&gt;There is also a promo code &amp;#8211; &lt;strong&gt;ackbar42&lt;/strong&gt; &amp;#8211; which you can use by Jan. 27th, 2010, to upgrade your account to Skribit PRO at half-off the cost for 1 year.&lt;/p&gt;&lt;p&gt;Enjoy!&lt;/p&gt;</description> <content:encoded><![CDATA[<p><img
class="alignright size-full wp-image-515" title="skribit" src="http://thetitan.titanfusion.net/wordpress/wp-uploads/2010/01/skribit.png" alt="Skribit" width="250" height="75" /><a
rel="nofollow" target="_blank" rel="nofollow" href="http://skribit.com/" target="_blank">Skribit</a>, a topic suggestion tool, which I have been using on my blog for over a year now, is ready for the big time. <a
rel="nofollow" target="_blank" rel="nofollow" href="http://skribit.com/blog/2009/12/16/launch-day-arrives/" target="_blank">Last month the Skribit team announced</a> the release of changes to the service and new features. They continue to add new features, some of which you can see below:</p><ul><li>Follow your favorite bloggers on Skribit and see their recent activity</li><li>Sort suggestions by status, hotness and more</li><li>Merge similar suggestions</li><li>Ignore suggestions by user and <span
class="ubernym uttAbbreviation" onmouseover="domTT_activate(this, event, 'content', 'Depending on the context it is used in IP is an abbreviation for Internet Protocol or Intellectual Property.','caption', 'Internet Protocol or Intellectual Property' );"><abbr
class="uttAbbreviation">IP</abbr></span> (Internet Protocol or Intellectual Property) address</li><li>Reduce clutter with new comment and suggestion spam protection</li><li>Customize your the URLs for your Skribit blog and user profiles</li><li>Easily share suggestions through Twitter and Facebook with a click</li></ul><p>I do find the Skribit service interesting, and as I have see it on other sites, it can prove a valuable tool. By the way, I first came cross Skribit on Darren Rowse&#8217;s <a
rel="nofollow" target="_blank" rel="nofollow" href="http://www.problogger.net/" target="_blank">ProBlogger</a> blog.</p><p><strong>Bonus: </strong>There is also a promo code &#8211; <strong>ackbar42</strong> &#8211; which you can use by Jan. 27th, 2010, to upgrade your account to Skribit PRO at half-off the cost for 1 year.</p><p>Enjoy!</p>
<p><a href="http://feedads.g.doubleclick.net/~a/4SDgPoUo2f_vAPR09S6u9XsM8J4/0/da"><img src="http://feedads.g.doubleclick.net/~a/4SDgPoUo2f_vAPR09S6u9XsM8J4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/4SDgPoUo2f_vAPR09S6u9XsM8J4/1/da"><img src="http://feedads.g.doubleclick.net/~a/4SDgPoUo2f_vAPR09S6u9XsM8J4/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=EnkoA9HuF4A:p26bJXnxaLE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=EnkoA9HuF4A:p26bJXnxaLE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=EnkoA9HuF4A:p26bJXnxaLE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=EnkoA9HuF4A:p26bJXnxaLE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=EnkoA9HuF4A:p26bJXnxaLE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=EnkoA9HuF4A:p26bJXnxaLE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=EnkoA9HuF4A:p26bJXnxaLE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=EnkoA9HuF4A:p26bJXnxaLE:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/EnkoA9HuF4A" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2010/01/22/skribit-topic-suggestions-are-ready-for-the-big-time/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2010/01/22/skribit-topic-suggestions-are-ready-for-the-big-time/</feedburner:origLink></item> <item><title>Christmas Presents – business cards</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/9HVSmSS7Hrs/</link> <comments>http://thetitan.titanfusion.net/archive/2009/12/26/christmas-presents-business-cards/#comments</comments> <pubDate>Sat, 26 Dec 2009 17:17:46 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[General]]></category> <category><![CDATA[The Titan]]></category> <category><![CDATA[business]]></category> <category><![CDATA[celebrations]]></category> <category><![CDATA[events]]></category> <category><![CDATA[family]]></category> <category><![CDATA[holidays]]></category> <category><![CDATA[presents]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/?p=511</guid> <description>&lt;p&gt;Yesterday we celebrated Christmas. It was at our house and it was great. It was just us, the kids and &lt;a
rel="nofollow" target="_blank" title="Amanda Agins-Tzanov blog." href="http://mandy.titanfusion.net/" target="_blank"&gt;Amanda&lt;/a&gt;&amp;#8216;s parents, aunt and uncle. The food was great, so was the company and the time we spend together.&lt;/p&gt;&lt;p&gt;I received an awesome present &amp;#8211; my &lt;strong&gt;first &lt;/strong&gt;ever business cards. What made them awesome was the fact that the company&amp;#8217;s name was MY company&amp;#8217;s name &amp;#8211; &lt;a
rel="nofollow" target="_blank" title="Innovadix Corporation home page." href="http://innovadix.com/" target="_blank"&gt;Innovadix&lt;/a&gt;.&lt;/p&gt;</description> <content:encoded><![CDATA[<p>Yesterday we celebrated Christmas. It was at our house and it was great. It was just us, the kids and <a
rel="nofollow" target="_blank" title="Amanda Agins-Tzanov blog." href="http://mandy.titanfusion.net/" target="_blank">Amanda</a>&#8216;s parents, aunt and uncle. The food was great, so was the company and the time we spend together.</p><p>I received an awesome present &#8211; my <strong>first </strong>ever business cards. What made them awesome was the fact that the company&#8217;s name was MY company&#8217;s name &#8211; <a
rel="nofollow" target="_blank" title="Innovadix Corporation home page." href="http://innovadix.com/" target="_blank">Innovadix</a>.</p>
<p><a href="http://feedads.g.doubleclick.net/~a/Il3oR5M0i1J1xsUyS89YixJ2NSg/0/da"><img src="http://feedads.g.doubleclick.net/~a/Il3oR5M0i1J1xsUyS89YixJ2NSg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Il3oR5M0i1J1xsUyS89YixJ2NSg/1/da"><img src="http://feedads.g.doubleclick.net/~a/Il3oR5M0i1J1xsUyS89YixJ2NSg/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=9HVSmSS7Hrs:F7Y1nSufm88:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=9HVSmSS7Hrs:F7Y1nSufm88:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=9HVSmSS7Hrs:F7Y1nSufm88:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=9HVSmSS7Hrs:F7Y1nSufm88:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=9HVSmSS7Hrs:F7Y1nSufm88:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=9HVSmSS7Hrs:F7Y1nSufm88:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=9HVSmSS7Hrs:F7Y1nSufm88:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=9HVSmSS7Hrs:F7Y1nSufm88:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/9HVSmSS7Hrs" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2009/12/26/christmas-presents-business-cards/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2009/12/26/christmas-presents-business-cards/</feedburner:origLink></item> <item><title>Happy Holidays</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/y5echFWB9TI/</link> <comments>http://thetitan.titanfusion.net/archive/2009/12/24/happy-holidays/#comments</comments> <pubDate>Thu, 24 Dec 2009 16:34:53 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[Announcements]]></category> <category><![CDATA[celebrations]]></category> <category><![CDATA[events]]></category> <category><![CDATA[holidays]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/?p=508</guid> <description>&lt;p&gt;&lt;img
class="aligncenter size-medium wp-image-509" title="Happy Holidays" src="http://thetitan.titanfusion.net/wordpress/wp-uploads/2009/12/happyholidays-300x119.jpg" alt="happyholidays 300x119 Happy Holidays" width="300" height="119" /&gt;&lt;/p&gt;</description> <content:encoded><![CDATA[<p><img
class="aligncenter size-medium wp-image-509" title="Happy Holidays" src="http://thetitan.titanfusion.net/wordpress/wp-uploads/2009/12/happyholidays-300x119.jpg" alt="happyholidays 300x119 Happy Holidays" width="300" height="119" /></p>
<p><a href="http://feedads.g.doubleclick.net/~a/m9FdWHtFsmuWozmlsxfEJM37D2s/0/da"><img src="http://feedads.g.doubleclick.net/~a/m9FdWHtFsmuWozmlsxfEJM37D2s/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/m9FdWHtFsmuWozmlsxfEJM37D2s/1/da"><img src="http://feedads.g.doubleclick.net/~a/m9FdWHtFsmuWozmlsxfEJM37D2s/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=y5echFWB9TI:mxSnw26cEQc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=y5echFWB9TI:mxSnw26cEQc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=y5echFWB9TI:mxSnw26cEQc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=y5echFWB9TI:mxSnw26cEQc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=y5echFWB9TI:mxSnw26cEQc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=y5echFWB9TI:mxSnw26cEQc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=y5echFWB9TI:mxSnw26cEQc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=y5echFWB9TI:mxSnw26cEQc:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/y5echFWB9TI" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2009/12/24/happy-holidays/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2009/12/24/happy-holidays/</feedburner:origLink></item> <item><title>Happy Thanksgiving</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/q5w7cRkpUWo/</link> <comments>http://thetitan.titanfusion.net/archive/2009/11/26/happy-thanksgiving/#comments</comments> <pubDate>Thu, 26 Nov 2009 18:52:25 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[Announcements]]></category> <category><![CDATA[Micro Blog]]></category> <category><![CDATA[community]]></category> <category><![CDATA[events]]></category> <category><![CDATA[family]]></category> <category><![CDATA[food]]></category> <category><![CDATA[home]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/?p=500</guid> <description>&lt;p&gt;&lt;a
href="http://thetitan.titanfusion.net/wordpress/wp-uploads/2009/11/Thanksgiving.jpg" rel="lightbox[500]"&gt;&lt;img
class="alignright size-thumbnail wp-image-504" title="Thanksgiving" src="http://thetitan.titanfusion.net/wordpress/wp-uploads/2009/11/Thanksgiving-150x150.jpg" alt="Thanksgiving 150x150 Happy Thanksgiving" width="150" height="150" /&gt;&lt;/a&gt;Happy Thanksgiving to everyone who celebrates it &lt;img
src='http://thetitan.titanfusion.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Happy Thanksgiving   icon smile image" /&gt;&lt;/p&gt;</description> <content:encoded><![CDATA[<p><a
href="http://thetitan.titanfusion.net/wordpress/wp-uploads/2009/11/Thanksgiving.jpg" rel="lightbox[500]"><img
class="alignright size-thumbnail wp-image-504" title="Thanksgiving" src="http://thetitan.titanfusion.net/wordpress/wp-uploads/2009/11/Thanksgiving-150x150.jpg" alt="Thanksgiving 150x150 Happy Thanksgiving" width="150" height="150" /></a>Happy Thanksgiving to everyone who celebrates it <img
src='http://thetitan.titanfusion.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Happy Thanksgiving   icon smile image" /></p>
<p><a href="http://feedads.g.doubleclick.net/~a/bZhG65cN15AW3baXCxqXFZSkD0Y/0/da"><img src="http://feedads.g.doubleclick.net/~a/bZhG65cN15AW3baXCxqXFZSkD0Y/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/bZhG65cN15AW3baXCxqXFZSkD0Y/1/da"><img src="http://feedads.g.doubleclick.net/~a/bZhG65cN15AW3baXCxqXFZSkD0Y/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=q5w7cRkpUWo:8bJhIbfc35s:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=q5w7cRkpUWo:8bJhIbfc35s:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=q5w7cRkpUWo:8bJhIbfc35s:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=q5w7cRkpUWo:8bJhIbfc35s:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=q5w7cRkpUWo:8bJhIbfc35s:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=q5w7cRkpUWo:8bJhIbfc35s:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=q5w7cRkpUWo:8bJhIbfc35s:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=q5w7cRkpUWo:8bJhIbfc35s:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/q5w7cRkpUWo" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2009/11/26/happy-thanksgiving/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2009/11/26/happy-thanksgiving/</feedburner:origLink></item> <item><title>My XBOX 360 is kaput!</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/bKZHecP-Oeg/</link> <comments>http://thetitan.titanfusion.net/archive/2009/10/10/my-xbox-360-is-kaput/#comments</comments> <pubDate>Sat, 10 Oct 2009 15:04:25 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[Techie]]></category> <category><![CDATA[The Titan]]></category> <category><![CDATA[gaming]]></category> <category><![CDATA[tutorials]]></category> <category><![CDATA[fix]]></category> <category><![CDATA[microsoft]]></category> <category><![CDATA[xbox]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/?p=499</guid> <description>&lt;p&gt;My XBOX 360 is kaput! It&amp;#8217;s at the point where it won&amp;#8217;t even turn on. Well, it does, but it immediately powers off everything but the Red Ring of Death (RRoD). It sucks. I have been having some issue with the Xbox for some time know. Recently I wrote about how I was experiencing some &lt;a
rel="nofollow" target="_blank" title="Xbox 360 no video, only audio." href="http://thetitan.titanfusion.net/archive/2009/06/15/xbox-360-no-video-only-audio/" target="_blank"&gt;xbox video problems&lt;/a&gt;. Well, about a week or so ago, I lost video on it completely. The TV knows that there is something connected to it, but all I get is a black screen. &lt;a
title="Mandy's Blog" href="http://mandy.titanfusion.net/" target="_blank"&gt;Amanda &lt;/a&gt;came across a tutorial on how to check what might be wrong with the &lt;a
rel="nofollow" target="_blank" title="Xbox 360 error codes." href="http://www.llamma.com/xbox360/repair/Xbox-360-error-codes.htm" target="_blank"&gt;Xbox 360, through getting it to show an error code&lt;/a&gt;. Well, the error code I repeatedly received was 0102, which indicated that the Xbox has no idea what the problem might be.&lt;/p&gt;&lt;p&gt;We have had the system since 2005. So it is definitely out of Microsoft&amp;#8217;s manufacturer warranty. I figured there isn&amp;#8217;t much to loose by trying some of the hacks and fixes people have described on the Internet. Since it was already broken, what could happen? Brake it even further than it is? &amp;#8230;.. hahaha, funny, now that I write this after the fact. What can I tell you &amp;#8230; I...&lt;/p&gt;</description> <content:encoded><![CDATA[<div
id="attachment_469" class="wp-caption alignright" style="width: 160px"><a
href="http://thetitan.titanfusion.net/wordpress/wp-uploads/2009/06/xbox-360.jpg" rel="lightbox[499]"><img
class="size-thumbnail wp-image-469" title="xbox-360" src="http://thetitan.titanfusion.net/wordpress/wp-uploads/2009/06/xbox-360-150x150.jpg" alt="xbox 360, logo, controller" width="150" height="150" /></a><p
class="wp-caption-text">xbox 360, logo, controller</p></div><p>My XBOX 360 is kaput! It&#8217;s at the point where it won&#8217;t even turn on. Well, it does, but it immediately powers off everything but the Red Ring of Death (RRoD). It sucks. I have been having some issue with the Xbox for some time know. Recently I wrote about how I was experiencing some <a
rel="nofollow" target="_blank" title="Xbox 360 no video, only audio." href="http://thetitan.titanfusion.net/archive/2009/06/15/xbox-360-no-video-only-audio/" target="_blank">xbox video problems</a>. Well, about a week or so ago, I lost video on it completely. The TV knows that there is something connected to it, but all I get is a black screen. <a
title="Mandy's Blog" href="http://mandy.titanfusion.net/" target="_blank">Amanda </a>came across a tutorial on how to check what might be wrong with the <a
rel="nofollow" target="_blank" title="Xbox 360 error codes." href="http://www.llamma.com/xbox360/repair/Xbox-360-error-codes.htm" target="_blank">Xbox 360, through getting it to show an error code</a>. Well, the error code I repeatedly received was 0102, which indicated that the Xbox has no idea what the problem might be.</p><p>We have had the system since 2005. So it is definitely out of Microsoft&#8217;s manufacturer warranty. I figured there isn&#8217;t much to loose by trying some of the hacks and fixes people have described on the Internet. Since it was already broken, what could happen? Brake it even further than it is? &#8230;.. hahaha, funny, now that I write this after the fact. What can I tell you &#8230; I have  indeed managed to brake a broken Xbox 360!</p><p>Back to the Xbox 360 hack on the World Wide Web. After reading number of issues and fixes described by Xbox owners, I decided to go with the <a
rel="nofollow" target="_blank" title="Xbox 360 Hot Air Gun fix - search." href="http://www.google.com/search?q=xbox+360+hot+air+gun+fix" target="_blank">360 Hot Air Gun fix</a>. Supposedly if the CPU and GPU, and some times the RAM chips are heated up, with a Hot Air Gun, to the point where the solder melts, it possibly can resolve the problem with the cracked solder joints and lack of conductivity between the chips and the xbox motherboard. Unfortunately for me this fix did not work, and &#8220;broke&#8221; the Xbox 360.</p><p>It will be easier for me just to go out and get a new Xbox 360 around Christmas than to keep trying to fix a 2005 Xbox 360. Hopefully newer models do not have the same issues. Although, I thought about simply picking up a new Xbox 360 motherboard from eBay, but I see that there are Xbox 360 Elite motherboards with the same issue, 4 year latter! I will most likely post this one on Craigslist for $50 or so to help contribute toward the cost of replacing it.</p>
<p><a href="http://feedads.g.doubleclick.net/~a/2GWbqNVG-ZeGaFiPUesZhZQaUQU/0/da"><img src="http://feedads.g.doubleclick.net/~a/2GWbqNVG-ZeGaFiPUesZhZQaUQU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/2GWbqNVG-ZeGaFiPUesZhZQaUQU/1/da"><img src="http://feedads.g.doubleclick.net/~a/2GWbqNVG-ZeGaFiPUesZhZQaUQU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=bKZHecP-Oeg:YIcW0gzAeqU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=bKZHecP-Oeg:YIcW0gzAeqU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=bKZHecP-Oeg:YIcW0gzAeqU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=bKZHecP-Oeg:YIcW0gzAeqU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=bKZHecP-Oeg:YIcW0gzAeqU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=bKZHecP-Oeg:YIcW0gzAeqU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=bKZHecP-Oeg:YIcW0gzAeqU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=bKZHecP-Oeg:YIcW0gzAeqU:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/bKZHecP-Oeg" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2009/10/10/my-xbox-360-is-kaput/feed/</wfw:commentRss> <slash:comments>1</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2009/10/10/my-xbox-360-is-kaput/</feedburner:origLink></item> <item><title>Now available in Bulgarian.</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/axrZmFbCwhg/</link> <comments>http://thetitan.titanfusion.net/archive/2009/09/22/now-available-in-bulgarian/#comments</comments> <pubDate>Tue, 22 Sep 2009 16:56:11 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[Around the World]]></category> <category><![CDATA[Design]]></category> <category><![CDATA[Micro Blog]]></category> <category><![CDATA[Techie]]></category> <category><![CDATA[The Titan]]></category> <category><![CDATA[Bulgarian]]></category> <category><![CDATA[international]]></category> <category><![CDATA[language]]></category> <category><![CDATA[society]]></category> <category><![CDATA[websites]]></category> <category><![CDATA[wordpress]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/?p=495</guid> <description>&lt;p&gt;As a Bulgarian I&amp;#8217;m always excited when I see &amp;#8220;[...] available in Bulgarian.&amp;#8221; or simply a link titled &amp;#8220;Bulgarian&amp;#8221; linking to a Bulgarian version of whatever site I am on. Today, one of these sites I came across was WordPress.org.&lt;/p&gt;&lt;p&gt;There are many Bulgarian communities around the world. To my knowledge the largest one is right here in Chicago. I&amp;#8217;m not counting &lt;a
rel="nofollow" target="_blank" title="Bulgaria - Wikipedia" href="http://en.wikipedia.org/wiki/Bulgaria" target="_blank"&gt;Bulgaria&lt;/a&gt;, because that&amp;#8217;s a whole country! Bulgarians make many contributions to many web sites, science, industries and technologies. We have also made significant invention contributions to &lt;a
rel="nofollow" target="_blank" title="John Vincent Atanasoff - Bulgarian computers inventor. - Wikipedia" href="http://en.wikipedia.org/wiki/John_Vincent_Atanasoff" target="_blank"&gt;computers&lt;/a&gt; and &lt;a
rel="nofollow" target="_blank" title="Assen Jordanoff, Bulgarian aviation inventor. - Wikipedia" href="http://en.wikipedia.org/wiki/Assen_Jordanoff" target="_blank"&gt;aviation&lt;/a&gt;, as well. Something to be proud off.&lt;/p&gt;</description> <content:encoded><![CDATA[<p>As a Bulgarian I&#8217;m always excited when I see &#8220;[...] available in Bulgarian.&#8221; or simply a link titled &#8220;Bulgarian&#8221; linking to a Bulgarian version of whatever site I am on. Today, one of these sites I came across was WordPress.org.</p><div
id="attachment_496" class="wp-caption aligncenter" style="width: 310px"><a
href="http://thetitan.titanfusion.net/wordpress/wp-uploads/2009/09/wordpress-bulgarian.png" rel="lightbox[495]"><img
class="size-medium wp-image-496  " title="wordpress-bulgarian" src="http://thetitan.titanfusion.net/wordpress/wp-uploads/2009/09/wordpress-bulgarian-300x255.png" alt="Wordpress in ?????????." width="300" height="255" /></a><p
class="wp-caption-text">Wordpress in Bulgarian.</p></div><p>There are many Bulgarian communities around the world. To my knowledge the largest one is right here in Chicago. I&#8217;m not counting <a
rel="nofollow" target="_blank" title="Bulgaria - Wikipedia" href="http://en.wikipedia.org/wiki/Bulgaria" target="_blank">Bulgaria</a>, because that&#8217;s a whole country! Bulgarians make many contributions to many web sites, science, industries and technologies. We have also made significant invention contributions to <a
rel="nofollow" target="_blank" title="John Vincent Atanasoff - Bulgarian computers inventor. - Wikipedia" href="http://en.wikipedia.org/wiki/John_Vincent_Atanasoff" target="_blank">computers</a> and <a
rel="nofollow" target="_blank" title="Assen Jordanoff, Bulgarian aviation inventor. - Wikipedia" href="http://en.wikipedia.org/wiki/Assen_Jordanoff" target="_blank">aviation</a>, as well. Something to be proud off.</p>
<p><a href="http://feedads.g.doubleclick.net/~a/g4w3DIlnjIge5Z8U--TmqP5Z0YU/0/da"><img src="http://feedads.g.doubleclick.net/~a/g4w3DIlnjIge5Z8U--TmqP5Z0YU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/g4w3DIlnjIge5Z8U--TmqP5Z0YU/1/da"><img src="http://feedads.g.doubleclick.net/~a/g4w3DIlnjIge5Z8U--TmqP5Z0YU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=axrZmFbCwhg:dVshICS5aBI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=axrZmFbCwhg:dVshICS5aBI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=axrZmFbCwhg:dVshICS5aBI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=axrZmFbCwhg:dVshICS5aBI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=axrZmFbCwhg:dVshICS5aBI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=axrZmFbCwhg:dVshICS5aBI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=axrZmFbCwhg:dVshICS5aBI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=axrZmFbCwhg:dVshICS5aBI:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/axrZmFbCwhg" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2009/09/22/now-available-in-bulgarian/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2009/09/22/now-available-in-bulgarian/</feedburner:origLink></item> <item><title>Being sanitary. … I guess that’s the end of that.</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/VMgn2yb1xLE/</link> <comments>http://thetitan.titanfusion.net/archive/2009/08/04/being-sanitary-i-guess-that%e2%80%99s-the-end-of-that/#comments</comments> <pubDate>Tue, 04 Aug 2009 17:59:59 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[Based on Reasoning]]></category> <category><![CDATA[Critic's Realm]]></category> <category><![CDATA[community]]></category> <category><![CDATA[conduct]]></category> <category><![CDATA[events]]></category> <category><![CDATA[facts]]></category> <category><![CDATA[food]]></category> <category><![CDATA[hygiene]]></category> <category><![CDATA[ill]]></category> <category><![CDATA[knowledge]]></category> <category><![CDATA[people]]></category> <category><![CDATA[sickness]]></category> <category><![CDATA[society]]></category> <category><![CDATA[work]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/archive/2008/04/18/twitter-digest-for-2008-04-18</guid> <description>&lt;p&gt;Yesterday I was at the toilet at work. A coworker came in, did his business in one of the stalls and simply walked out. No washing hand or at the least pretend to do so, like some of my other co-worker. Yes, I can tell the difference. When you turn on and off the water faucet without leaving enough time in between to even get your hands wet, let alone to actually wash them, and maybe add some soap – it is pretty obvious. And, NO, wetting the tips of your fingers does not qualify as hygiene.&lt;/p&gt;&lt;p&gt;On a side note: Here is an instructional video on how to properly wash your hands, filmed by students from ITE College East:&lt;br
/&gt;&lt;/p&gt;&lt;p&gt;Personally I think step 4 is not necessary. Maybe more applicable when in hospital settings or out in the field.&lt;/p&gt;&lt;p&gt;Back to the subject at hand: At work we also have a new refrigerator that makes ice. Unfortunately, it does not mechanically dispense it. A person has to reach into the ice box and take out individual cubes. I wash my hands before doing that, because I know it is neither ethical nor healthy to take out ice with dirty hand. I have hear and read about the ice in restaurants.&lt;/p&gt;&lt;p&gt;Earlier as I was walking toward the fridge to get some ice, I remembered what...&lt;/p&gt;</description> <content:encoded><![CDATA[<p>Yesterday I was at the toilet at work. A coworker came in, did his business in one of the stalls and simply walked out. No washing hand or at the least pretend to do so, like some of my other co-worker. Yes, I can tell the difference. When you turn on and off the water faucet without leaving enough time in between to even get your hands wet, let alone to actually wash them, and maybe add some soap – it is pretty obvious. And, NO, wetting the tips of your fingers does not qualify as hygiene.</p><p>On a side note: Here is an instructional video on how to properly wash your hands, filmed by students from ITE College East:<br
/> <object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" 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/3KjUaibd4gg&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" /><param
name="allowfullscreen" value="true" /><embed
type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/3KjUaibd4gg&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object></p><p>Personally I think step 4 is not necessary. Maybe more applicable when in hospital settings or out in the field.</p><p>Back to the subject at hand: At work we also have a new refrigerator that makes ice. Unfortunately, it does not mechanically dispense it. A person has to reach into the ice box and take out individual cubes. I wash my hands before doing that, because I know it is neither ethical nor healthy to take out ice with dirty hand. I have hear and read about the ice in restaurants.</p><p>Earlier as I was walking toward the fridge to get some ice, I remembered what I observed yesterday and realized that that very same person could also be consuming the ice. Knowing that he doesn’t wash his hands I can, without a doubt, be hapless he doesn’t wash his hands before taking ice, either. And for that matter any other person that takes ice out of the communal ice box.</p><p>Cold drinks … I guess that’s the end of that!</p><p>P.S. Please, do use the ass gaskets. They are there for a reason. Oh, and cast your vote in the coworkers&#8217; hygiene poll below, and sound off in the comments.</p> Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.
<p><a href="http://feedads.g.doubleclick.net/~a/OeaXRqKvnW8EgQbhydH8Ph5BWwM/0/da"><img src="http://feedads.g.doubleclick.net/~a/OeaXRqKvnW8EgQbhydH8Ph5BWwM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/OeaXRqKvnW8EgQbhydH8Ph5BWwM/1/da"><img src="http://feedads.g.doubleclick.net/~a/OeaXRqKvnW8EgQbhydH8Ph5BWwM/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=VMgn2yb1xLE:jpPfzJ4VcXA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=VMgn2yb1xLE:jpPfzJ4VcXA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=VMgn2yb1xLE:jpPfzJ4VcXA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=VMgn2yb1xLE:jpPfzJ4VcXA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=VMgn2yb1xLE:jpPfzJ4VcXA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=VMgn2yb1xLE:jpPfzJ4VcXA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=VMgn2yb1xLE:jpPfzJ4VcXA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=VMgn2yb1xLE:jpPfzJ4VcXA:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/VMgn2yb1xLE" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2009/08/04/being-sanitary-i-guess-that%e2%80%99s-the-end-of-that/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2009/08/04/being-sanitary-i-guess-that%e2%80%99s-the-end-of-that/</feedburner:origLink></item> <item><title>Firefox and DNS prefetching</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/nhrECI-2qxw/</link> <comments>http://thetitan.titanfusion.net/archive/2009/08/04/firefox-and-dns-prefetching/#comments</comments> <pubDate>Tue, 04 Aug 2009 14:39:59 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[Featured]]></category> <category><![CDATA[Techie]]></category> <category><![CDATA[Today I learned]]></category> <category><![CDATA[tutorials]]></category> <category><![CDATA[browsers]]></category> <category><![CDATA[coding]]></category> <category><![CDATA[DNS]]></category> <category><![CDATA[domains]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[knowledge]]></category> <category><![CDATA[mozilla]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/archive/2008/04/08/twitter-digest-for-2008-04-08</guid> <description>&lt;p&gt;Firefox and DNS prefetching &amp;#8211; I read about this being a feature in Google Chrome, but I wasn&amp;#8217;t sure if it was, yet, a feature of Firefox. It is in Ff 3.5. Here you can find a list of the &lt;a
rel="nofollow" target="_blank" title="Firefox 3.5 new features." href="http://www.spreadfirefox.com/node/4226" target="_blank"&gt;new features in Firefox 3.5&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;What is DNS prefetching?&lt;/strong&gt; &amp;#8211; &lt;em&gt;It is the process of requesting domain name and &lt;span
class="ubernym uttAbbreviation" onmouseover="domTT_activate(this, event, 'content', 'Depending on the context it is used in IP is an abbreviation for Internet Protocol or Intellectual Property.','caption', 'Internet Protocol or Intellectual Property' );"&gt;&lt;abbr
class="uttAbbreviation"&gt;IP&lt;/abbr&gt;&lt;/span&gt; (Internet Protocol or Intellectual Property) address resolution used in links, images, documents and other content linked to from a page a web surfer is currently browsing. Theoretically, by taking care of the name resolution before a surfer desires to navigate to a file or another page from a link on the current page can save fractions to X number of seconds. Name resolution being out of the way the surfer should arrive at its next destination faster.&lt;/em&gt; The former is my definition and understanding of DNS prefetching. In my experience, at leased in Google Chrome, I am able to see performance improvements.&lt;/p&gt;&lt;p&gt;I needed to know how can I tell if it is on or off. In Google Chrome it is in the options menu and it can easily be turned on and with a simple check-mark click.&lt;/p&gt;&lt;p&gt;But, in Firefox this is not a function in the options menu. At leased not at this time.&lt;/p&gt;</description> <content:encoded><![CDATA[<p>Firefox and DNS prefetching &#8211; I read about this being a feature in Google Chrome, but I wasn&#8217;t sure if it was, yet, a feature of Firefox. It is in Ff 3.5. Here you can find a list of the <a
rel="nofollow" target="_blank" title="Firefox 3.5 new features." href="http://www.spreadfirefox.com/node/4226" target="_blank">new features in Firefox 3.5</a>.</p><p><strong>What is DNS prefetching?</strong> &#8211; <em>It is the process of requesting domain name and <span
class="ubernym uttAbbreviation" onmouseover="domTT_activate(this, event, 'content', 'Depending on the context it is used in IP is an abbreviation for Internet Protocol or Intellectual Property.','caption', 'Internet Protocol or Intellectual Property' );"><abbr
class="uttAbbreviation">IP</abbr></span> (Internet Protocol or Intellectual Property) address resolution used in links, images, documents and other content linked to from a page a web surfer is currently browsing. Theoretically, by taking care of the name resolution before a surfer desires to navigate to a file or another page from a link on the current page can save fractions to X number of seconds. Name resolution being out of the way the surfer should arrive at its next destination faster.</em> The former is my definition and understanding of DNS prefetching. In my experience, at leased in Google Chrome, I am able to see performance improvements.</p><p>I needed to know how can I tell if it is on or off. In Google Chrome it is in the options menu and it can easily be turned on and with a simple check-mark click.</p><div
id="attachment_473" class="wp-caption aligncenter" style="width: 291px"><a
href="http://thetitan.titanfusion.net/wordpress/wp-uploads/2009/08/google-chrome-dns-prefetching.png" rel="lightbox[248]"><img
class="size-medium wp-image-473" title="google-chrome-dns-prefetching" src="http://thetitan.titanfusion.net/wordpress/wp-uploads/2009/08/google-chrome-dns-prefetching-281x300.png" alt="Google Chrome DNS prefetching option." width="281" height="300" /></a><p
class="wp-caption-text">Google Chrome DNS prefetching option.</p></div><p>But, in Firefox this is not a function in the options menu. At leased not at this time.</p>
<p><a href="http://feedads.g.doubleclick.net/~a/juHskWoKFQY1_npeMPAkzyvuo2E/0/da"><img src="http://feedads.g.doubleclick.net/~a/juHskWoKFQY1_npeMPAkzyvuo2E/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/juHskWoKFQY1_npeMPAkzyvuo2E/1/da"><img src="http://feedads.g.doubleclick.net/~a/juHskWoKFQY1_npeMPAkzyvuo2E/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=nhrECI-2qxw:BlV5jzqVu6I:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=nhrECI-2qxw:BlV5jzqVu6I:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=nhrECI-2qxw:BlV5jzqVu6I:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=nhrECI-2qxw:BlV5jzqVu6I:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=nhrECI-2qxw:BlV5jzqVu6I:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=nhrECI-2qxw:BlV5jzqVu6I:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=nhrECI-2qxw:BlV5jzqVu6I:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=nhrECI-2qxw:BlV5jzqVu6I:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/nhrECI-2qxw" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2009/08/04/firefox-and-dns-prefetching/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2009/08/04/firefox-and-dns-prefetching/</feedburner:origLink></item> <item><title>Verizon rep – being a long time customer is definitely important, but….</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/GQ0ZDhYWh1E/</link> <comments>http://thetitan.titanfusion.net/archive/2009/07/25/verizon-rep-being-a-long-time-customer-is-definitely-important-but/#comments</comments> <pubDate>Sat, 25 Jul 2009 20:30:59 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[Critic's Realm]]></category> <category><![CDATA[General]]></category> <category><![CDATA[Today I learned]]></category> <category><![CDATA[companies]]></category> <category><![CDATA[events]]></category> <category><![CDATA[hardware]]></category> <category><![CDATA[knowledge]]></category> <category><![CDATA[services]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/archive/2008/04/04/twitter-digest-for-2008-04-04</guid> <description>&lt;p&gt;I just got off the phone with a Verizon Wireless representative. I was inquiring about upgrading my phone and what kind of deal they could offer me. I had to revert back to a 5 year old phone due to a recent mishap with the mobile phone I was actively using. The deal they could offer me was &amp;#8230; none! Even after I mentioned that I have been a Verizon Wireless customer since 1998 the guys could not  offer me anything, because my number still has 6 months left before it becomes eligible for the &amp;#8220;sponsored&amp;#8221; upgrade, which of course comes with a &lt;span
style="text-decoration: underline;"&gt;mandatory&lt;/span&gt; 1 or 2 year contract.&lt;/p&gt;&lt;p&gt;What the heck? I have been a Verizon customer for over 10 years now. I have had Verizon land line numbers, I&amp;#8217;ve had Verizon DSL. I have also had and still have multiple mobile lines with Verizon, but apparently none of this is a factor. What happened to customer appreciation for brand loyalty. I can tell you what happened to it. It is gone, if it ever existed! From my experience with Verizon, AT&amp;#38;T, Comcast and other companies, a customer&amp;#8217;s loyalty is only tracked as long as that customer doesn&amp;#8217;t change their number, address or service. More on that in a future post.&lt;/p&gt;&lt;p&gt;Unlike AT&amp;#38;T we have not ever had any problems with the service, but I...&lt;/p&gt;</description> <content:encoded><![CDATA[<p>I just got off the phone with a Verizon Wireless representative. I was inquiring about upgrading my phone and what kind of deal they could offer me. I had to revert back to a 5 year old phone due to a recent mishap with the mobile phone I was actively using. The deal they could offer me was &#8230; none! Even after I mentioned that I have been a Verizon Wireless customer since 1998 the guys could not  offer me anything, because my number still has 6 months left before it becomes eligible for the &#8220;sponsored&#8221; upgrade, which of course comes with a <span
style="text-decoration: underline;">mandatory</span> 1 or 2 year contract.</p><p>What the heck? I have been a Verizon customer for over 10 years now. I have had Verizon land line numbers, I&#8217;ve had Verizon DSL. I have also had and still have multiple mobile lines with Verizon, but apparently none of this is a factor. What happened to customer appreciation for brand loyalty. I can tell you what happened to it. It is gone, if it ever existed! From my experience with Verizon, AT&amp;T, Comcast and other companies, a customer&#8217;s loyalty is only tracked as long as that customer doesn&#8217;t change their number, address or service. More on that in a future post.</p><p>Unlike AT&amp;T we have not ever had any problems with the service, but I do wish Verizon did show back some love to loyal customers when the rare call from them comes.</p>
<p><a href="http://feedads.g.doubleclick.net/~a/IS2EDeYrPowobplSolG5luz26-Q/0/da"><img src="http://feedads.g.doubleclick.net/~a/IS2EDeYrPowobplSolG5luz26-Q/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/IS2EDeYrPowobplSolG5luz26-Q/1/da"><img src="http://feedads.g.doubleclick.net/~a/IS2EDeYrPowobplSolG5luz26-Q/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=GQ0ZDhYWh1E:lCpKdLQze5c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=GQ0ZDhYWh1E:lCpKdLQze5c:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=GQ0ZDhYWh1E:lCpKdLQze5c:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=GQ0ZDhYWh1E:lCpKdLQze5c:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=GQ0ZDhYWh1E:lCpKdLQze5c:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=GQ0ZDhYWh1E:lCpKdLQze5c:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=GQ0ZDhYWh1E:lCpKdLQze5c:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=GQ0ZDhYWh1E:lCpKdLQze5c:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/GQ0ZDhYWh1E" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2009/07/25/verizon-rep-being-a-long-time-customer-is-definitely-important-but/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2009/07/25/verizon-rep-being-a-long-time-customer-is-definitely-important-but/</feedburner:origLink></item> <item><title>The finger plus camera equals douchebaggery.</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/bJT6GjSJaaY/</link> <comments>http://thetitan.titanfusion.net/archive/2009/07/13/the-finger-plus-camera-equals-douchebaggery/#comments</comments> <pubDate>Mon, 13 Jul 2009 15:00:59 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[Based on Reasoning]]></category> <category><![CDATA[Business]]></category> <category><![CDATA[Critic's Realm]]></category> <category><![CDATA[Featured]]></category> <category><![CDATA[business]]></category> <category><![CDATA[companies]]></category> <category><![CDATA[conduct]]></category> <category><![CDATA[events]]></category> <category><![CDATA[Humor]]></category> <category><![CDATA[manners]]></category> <category><![CDATA[politics]]></category> <category><![CDATA[society]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/archive/2008/04/02/twitter-digest-for-2008-04-02</guid> <description>&lt;p&gt;This morning I came across this picture of &lt;a
rel="nofollow" target="_blank" title="Francisco Dao, founder of StrategyandPerformance.com." href="http://www.inc.com/resources/sales/fdaobio.html" target="_blank"&gt;Francisco Dao (founder of StrategyandPerformance.com)&lt;/a&gt;, at the TechCrunch August Capital Party, &lt;a
rel="nofollow" target="_blank" title="TechCrunch - August Capital Party - Francisco Dao" href="http://www.flickr.com/photos/briansolis/3708398699/in/set-72157621275002726/" target="_blank"&gt;giving the finger to the camera&lt;/a&gt;. There used to be a time when I found this to be funny. I used to do it myself a lot. I guess it was a comical way to show friendly intentions, that is, if the finder is accompanied with a smile! Thinking about this it seems childish, but I know that many adults do it amongst friends, and apparently at social gatherings or professionals. I occasionally do it as well, but it is rare and the number of people I do it to I can count on the fingers of one of my hands.&lt;/p&gt;&lt;p&gt;I could care less when people utilize their middle finger to express some sort of emotions. But, I do find it inappropriate when amongst professional peers. Despite the fact that the environment is a party, people do notice what others at the event do and say. They do talk amongst themselves and after the party, as well as almost always there is someone recording audio or video or images. Then they get posted and someone writes something about what You did, even those who do not share...&lt;/p&gt;</description> <content:encoded><![CDATA[<p>This morning I came across this picture of <a
rel="nofollow" target="_blank" title="Francisco Dao, founder of StrategyandPerformance.com." href="http://www.inc.com/resources/sales/fdaobio.html" target="_blank">Francisco Dao (founder of StrategyandPerformance.com)</a>, at the TechCrunch August Capital Party, <a
rel="nofollow" target="_blank" title="TechCrunch - August Capital Party - Francisco Dao" href="http://www.flickr.com/photos/briansolis/3708398699/in/set-72157621275002726/" target="_blank">giving the finger to the camera</a>. There used to be a time when I found this to be funny. I used to do it myself a lot. I guess it was a comical way to show friendly intentions, that is, if the finder is accompanied with a smile! Thinking about this it seems childish, but I know that many adults do it amongst friends, and apparently at social gatherings or professionals. I occasionally do it as well, but it is rare and the number of people I do it to I can count on the fingers of one of my hands.</p><p>I could care less when people utilize their middle finger to express some sort of emotions. But, I do find it inappropriate when amongst professional peers. Despite the fact that the environment is a party, people do notice what others at the event do and say. They do talk amongst themselves and after the party, as well as almost always there is someone recording audio or video or images. Then they get posted and someone writes something about what You did, even those who do not share opinions via writing, still form an opinion about You based on your actions. All of these do affect your reputation and your company’s reputation, because when amongst professionals you do represent your company, and there is an even higher stake when you are the founder!</p><p>Reputation + business = money The better the first the more of the last!</p><p>The finger + a camera = douchebaggery</p> Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.<p>Please, do share the reason for your answer in the comments after this post.</p><p>You can find more information about the TechCrunch party even <a
rel="nofollow" target="_blank" title="Thanks Everyone: The Real Time CrunchUp + The August Capital Summer Party." href="http://www.techcrunch.com/2009/07/12/thanks-everyone-the-real-time-crunchup-the-august-capital-summer-party/" target="_blank">here</a>.</p>
<p><a href="http://feedads.g.doubleclick.net/~a/MGUOGAY83DfBnDdd4RajfWWgPuU/0/da"><img src="http://feedads.g.doubleclick.net/~a/MGUOGAY83DfBnDdd4RajfWWgPuU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/MGUOGAY83DfBnDdd4RajfWWgPuU/1/da"><img src="http://feedads.g.doubleclick.net/~a/MGUOGAY83DfBnDdd4RajfWWgPuU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=bJT6GjSJaaY:wEykHlBCi1c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=bJT6GjSJaaY:wEykHlBCi1c:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=bJT6GjSJaaY:wEykHlBCi1c:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=bJT6GjSJaaY:wEykHlBCi1c:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=bJT6GjSJaaY:wEykHlBCi1c:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=bJT6GjSJaaY:wEykHlBCi1c:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=bJT6GjSJaaY:wEykHlBCi1c:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=bJT6GjSJaaY:wEykHlBCi1c:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/bJT6GjSJaaY" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2009/07/13/the-finger-plus-camera-equals-douchebaggery/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2009/07/13/the-finger-plus-camera-equals-douchebaggery/</feedburner:origLink></item> <item><title>Fireworks! Oh no, not again!</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/oZlY0IVDBOo/</link> <comments>http://thetitan.titanfusion.net/archive/2009/07/01/fireworks-oh-no-not-again/#comments</comments> <pubDate>Thu, 02 Jul 2009 04:11:59 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[Based on Reasoning]]></category> <category><![CDATA[Critic's Realm]]></category> <category><![CDATA[General]]></category> <category><![CDATA[The Titan]]></category> <category><![CDATA[video]]></category> <category><![CDATA[community]]></category> <category><![CDATA[events]]></category> <category><![CDATA[family]]></category> <category><![CDATA[home]]></category> <category><![CDATA[people]]></category> <category><![CDATA[society]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/archive/2008/04/01/twitter-digest-for-2008-04-01</guid> <description>&lt;p&gt;The idiot morons in my neighborhood are already starting with the fireworks. WTF?! It&amp;#8217;s only July 1st! There are 3 days left before I have to endure the random and unnecessary thumping of fireworks. Which, the previously mentions idiots, last year were setting off randomly throughout the night for a month after July 4th. When you are trying to sleep and when you have small children it is very inconsiderate and rude to be woken up, multiple times during the night, because the mentally lacking in capacity neighbors can&amp;#8217;t control themselves. I was finding leftover fireworks in my yard for two months after July 4th, but it was more discouraging and enraging when I found the fireworks debris on the roof of our home.&lt;/p&gt;&lt;p&gt;Fittingly, here is a video dedicated to fireworks idiots. Enjoy!&lt;/p&gt;&lt;div&gt;&lt;br
/&gt; &lt;strong&gt;&lt;a
rel="nofollow" target="_blank" href="http://www.dailymotion.com/video/x9q0cr_fireworks-song-high-quality-version_fun"&gt;Fireworks Song (High Quality Version)&lt;/a&gt;&lt;/strong&gt;&lt;br
/&gt; &lt;em&gt;Uploaded by &lt;a
rel="nofollow" target="_blank" href="http://www.dailymotion.com/rhettandlink"&gt;rhettandlink&lt;/a&gt;. &amp;#8211; &lt;a
rel="nofollow" target="_blank" href="http://www.dailymotion.com/us/channel/fun"&gt;Click for more funny videos.&lt;/a&gt;&lt;/em&gt;&lt;/div&gt;&lt;p&gt;P.S. I like fireworks, I like watching fireworks shows. When we were on out honeymoon in San Diego, I watched a fireworks shows that was coordinated between 12 different locations throughout the city. I could see 9 of those. It was great. It was awesome. But as a home owner, I prefer to keep explosives that I&amp;#8217;m not in control of, and knowing that if  something happens no one is going to take...&lt;/p&gt;</description> <content:encoded><![CDATA[<div
class="wp-caption aligncenter" style="width: 410px"><a
rel="nofollow" target="_blank" href="http://www.blogcomics.net/beer-and-fireworks-bad-combination/2007/12/28/"><img
title="Beer and Fireworks=Bad Combination" src="http://i237.photobucket.com/albums/ff201/pinoyblogero/BeerAndFireworks.jpg" alt="Beer and Fireworks=Bad Combination" width="400" height="300" /></a><p
class="wp-caption-text">Beer and Fireworks = Bad Combination</p></div><p>The idiot morons in my neighborhood are already starting with the fireworks. WTF?! It&#8217;s only July 1st! There are 3 days left before I have to endure the random and unnecessary thumping of fireworks. Which, the previously mentions idiots, last year were setting off randomly throughout the night for a month after July 4th. When you are trying to sleep and when you have small children it is very inconsiderate and rude to be woken up, multiple times during the night, because the mentally lacking in capacity neighbors can&#8217;t control themselves. I was finding leftover fireworks in my yard for two months after July 4th, but it was more discouraging and enraging when I found the fireworks debris on the roof of our home.</p><p>Fittingly, here is a video dedicated to fireworks idiots. Enjoy!</p><div><object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="381" 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.dailymotion.com/swf/x9q0cr_fireworks-song-high-quality-version_fun&amp;related=0" /><param
name="allowfullscreen" value="true" /><embed
type="application/x-shockwave-flash" width="480" height="381" src="http://www.dailymotion.com/swf/x9q0cr_fireworks-song-high-quality-version_fun&amp;related=0" allowscriptaccess="always" allowfullscreen="true"></embed></object><br
/> <strong><a
rel="nofollow" target="_blank" href="http://www.dailymotion.com/video/x9q0cr_fireworks-song-high-quality-version_fun">Fireworks Song (High Quality Version)</a></strong><br
/> <em>Uploaded by <a
rel="nofollow" target="_blank" href="http://www.dailymotion.com/rhettandlink">rhettandlink</a>. &#8211; <a
rel="nofollow" target="_blank" href="http://www.dailymotion.com/us/channel/fun">Click for more funny videos.</a></em></div><p>P.S. I like fireworks, I like watching fireworks shows. When we were on out honeymoon in San Diego, I watched a fireworks shows that was coordinated between 12 different locations throughout the city. I could see 9 of those. It was great. It was awesome. But as a home owner, I prefer to keep explosives that I&#8217;m not in control of, and knowing that if  something happens no one is going to take responsibility for, away from my property and loved ones.</p>
<p><a href="http://feedads.g.doubleclick.net/~a/iyXL7L9ZDl_QfnlVolPwJfqEbgY/0/da"><img src="http://feedads.g.doubleclick.net/~a/iyXL7L9ZDl_QfnlVolPwJfqEbgY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/iyXL7L9ZDl_QfnlVolPwJfqEbgY/1/da"><img src="http://feedads.g.doubleclick.net/~a/iyXL7L9ZDl_QfnlVolPwJfqEbgY/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=oZlY0IVDBOo:pje9oLRKkHY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=oZlY0IVDBOo:pje9oLRKkHY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=oZlY0IVDBOo:pje9oLRKkHY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=oZlY0IVDBOo:pje9oLRKkHY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=oZlY0IVDBOo:pje9oLRKkHY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=oZlY0IVDBOo:pje9oLRKkHY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=oZlY0IVDBOo:pje9oLRKkHY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=oZlY0IVDBOo:pje9oLRKkHY:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/oZlY0IVDBOo" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2009/07/01/fireworks-oh-no-not-again/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2009/07/01/fireworks-oh-no-not-again/</feedburner:origLink></item> <item><title>Meebo has finally started to monetize its home page.</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/u7PWotBL_zw/</link> <comments>http://thetitan.titanfusion.net/archive/2009/06/29/meebo-has-finally-started-to-monetize-its-home-page/#comments</comments> <pubDate>Mon, 29 Jun 2009 18:50:59 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[Critic's Realm]]></category> <category><![CDATA[Design]]></category> <category><![CDATA[E-Review]]></category> <category><![CDATA[Techie]]></category> <category><![CDATA[Useful Sites]]></category> <category><![CDATA[Adobe AIR]]></category> <category><![CDATA[advertising]]></category> <category><![CDATA[community]]></category> <category><![CDATA[companies]]></category> <category><![CDATA[jaiku]]></category> <category><![CDATA[services]]></category> <category><![CDATA[Video Blog]]></category> <category><![CDATA[websites]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/archive/2008/03/29/twitter-digest-for-2008-03-29</guid> <description>&lt;p&gt;Meebo has finally started to monetize its home page. I like the design. Unlike many monetized backgrounds on popular web sites, their is more integrated, in style, with the content on the page. Good job.&lt;/p&gt;&lt;p&gt;At this time the add is for the Toyota Prius &amp;#8211; 3rd generation.&lt;/p&gt;&lt;p&gt;Meebo does have some other products and services to complement its main function &amp;#8211; integrating various instant messenger networks and protocols on the same web site. My favorite of their products is the Meebo notifier.&lt;/p&gt;&lt;p&gt;The Meebo notifier is a small app that sits in your system tray and it stays connected to the Meebo network, allowing you to exit your browser. The memory footprint is small, so it is not resource hog. In addition to providing notification when contacts come online and when new IMs are received, you will also be notified when any of the added accounts, like Gmail, Hotmail, Yahoo mail, have new emails. A feature, which can be disabled if you don&amp;#8217;t care much for emails. Lastly, the notifier is not an Adobe AIR app. Something, which to some extend, I find to be beneficial.&lt;/p&gt;&lt;p&gt;One thing I would like to see Meebo support is micro-blogging services, like Twitter, Identi.ca or Jaiku.&lt;/p&gt;&lt;p&gt;By the way, Meebo powers the &lt;a
title="Alexandar Tzanov ~ TheTitan blog chat room." href="http://thetitan.titanfusion.net/chat/" target="_blank"&gt;chat room&lt;/a&gt; on this blog.&lt;/p&gt;&lt;p&gt;So, do you use...&lt;/p&gt;</description> <content:encoded><![CDATA[<div
id="attachment_472" class="wp-caption alignright" style="width: 310px"><a
href="http://thetitan.titanfusion.net/wordpress/wp-uploads/2008/03/meebo-homepage-ad.png" rel="lightbox[239]"><img
class="size-medium wp-image-472" title="meebo-homepage-ad" src="http://thetitan.titanfusion.net/wordpress/wp-uploads/2008/03/meebo-homepage-ad-300x191.png" alt="Meebo home page now featuring a background ad." width="300" height="191" /></a><p
class="wp-caption-text">Meebo home page now featuring a background ad.</p></div><p>Meebo has finally started to monetize its home page. I like the design. Unlike many monetized backgrounds on popular web sites, their is more integrated, in style, with the content on the page. Good job.</p><p>At this time the add is for the Toyota Prius &#8211; 3rd generation.</p><p>Meebo does have some other products and services to complement its main function &#8211; integrating various instant messenger networks and protocols on the same web site. My favorite of their products is the Meebo notifier.</p><p>The Meebo notifier is a small app that sits in your system tray and it stays connected to the Meebo network, allowing you to exit your browser. The memory footprint is small, so it is not resource hog. In addition to providing notification when contacts come online and when new IMs are received, you will also be notified when any of the added accounts, like Gmail, Hotmail, Yahoo mail, have new emails. A feature, which can be disabled if you don&#8217;t care much for emails. Lastly, the notifier is not an Adobe AIR app. Something, which to some extend, I find to be beneficial.</p><p>One thing I would like to see Meebo support is micro-blogging services, like Twitter, Identi.ca or Jaiku.</p><p>By the way, Meebo powers the <a
title="Alexandar Tzanov ~ TheTitan blog chat room." href="http://thetitan.titanfusion.net/chat/" target="_blank">chat room</a> on this blog.</p><p>So, do you use Meebo? If you do, where do you use it? If you don&#8217;t, do leave me a comment regarding the reason.</p> Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.<hr
/>[cb type="company"]meebo[/cb]</p><p>Whois domain record: <a
rel="nofollow" target="_blank" title="Meebo whois @ DomainRecord.Info" href="http://whois.domainrecord.info/meebo.com" target="_blank">Meebo</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/3rMyERV_4AMl4aP7gt7sDkglnE4/0/da"><img src="http://feedads.g.doubleclick.net/~a/3rMyERV_4AMl4aP7gt7sDkglnE4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/3rMyERV_4AMl4aP7gt7sDkglnE4/1/da"><img src="http://feedads.g.doubleclick.net/~a/3rMyERV_4AMl4aP7gt7sDkglnE4/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=u7PWotBL_zw:qMDG4B1NH5w:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=u7PWotBL_zw:qMDG4B1NH5w:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=u7PWotBL_zw:qMDG4B1NH5w:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=u7PWotBL_zw:qMDG4B1NH5w:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=u7PWotBL_zw:qMDG4B1NH5w:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=u7PWotBL_zw:qMDG4B1NH5w:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=u7PWotBL_zw:qMDG4B1NH5w:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=u7PWotBL_zw:qMDG4B1NH5w:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/u7PWotBL_zw" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2009/06/29/meebo-has-finally-started-to-monetize-its-home-page/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2009/06/29/meebo-has-finally-started-to-monetize-its-home-page/</feedburner:origLink></item> <item><title>GE Calls For More Exports from the US</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/NGM3hSK5Kyw/</link> <comments>http://thetitan.titanfusion.net/archive/2009/06/26/ge-calls-for-more-exports-from-the-us/#comments</comments> <pubDate>Fri, 26 Jun 2009 15:45:26 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[Based on Reasoning]]></category> <category><![CDATA[Critic's Realm]]></category> <category><![CDATA[Featured]]></category> <category><![CDATA[companies]]></category> <category><![CDATA[console]]></category> <category><![CDATA[knowledge]]></category> <category><![CDATA[news]]></category> <category><![CDATA[politics]]></category> <category><![CDATA[radio]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/?p=467</guid> <description>&lt;p&gt;On the way to work this Friday morning I was listening to &lt;span
class="ubernym uttAbbreviation" onmouseover="domTT_activate(this, event, 'content', 'NPR is an internationally acclaimed producer and distributor of noncommercial news, talk, and entertainment programming. (&amp;#60;a href=&amp;#34;http://www.npr.org/&amp;#34;&amp;#62;link&amp;#60;/a&amp;#62;)','caption', 'National Public Radio' );"&gt;&lt;abbr
class="uttAbbreviation"&gt;NPR&lt;/abbr&gt;&lt;/span&gt; (National Public Radio). They broadcasted an interview conducted by host Renee Montagne with General Electric&amp;#8217;s CEO Jeffrey Immelt. Mr. Immelt spoke at an economic forum in Montreal earlier in June. He is asking for the United States to increase its exports, especially in areas where there has been or there is a lot of potential for success. That&amp;#8217;s great, I agree with him, but he also states that American companies and products have to be competitive in the countries they are being sold in. He often used China as an example.&lt;/p&gt;&lt;p&gt;I&amp;#8217;m all for &amp;#8220;Made in America&amp;#8221;. There are American made products that can be competitive in China, but we have to remember that Chinese workers work for very little, long hours, and under conditions that will not be allowed in America. These and number of other factors, like unions, cost of living, health care, taxes, etc. are affecting the cost of manufacturing these &amp;#8220;competitive&amp;#8221; products for the Chinese market. Because of the labor laws, or lack there of, and inexpensive manufacturing cost so many products are made in China and so many American jobs are outsourced to that...&lt;/p&gt;</description> <content:encoded><![CDATA[<p>On the way to work this Friday morning I was listening to <span
class="ubernym uttAbbreviation" onmouseover="domTT_activate(this, event, 'content', 'NPR is an internationally acclaimed producer and distributor of noncommercial news, talk, and entertainment programming. (&lt;a href=&quot;http://www.npr.org/&quot;&gt;link&lt;/a&gt;)','caption', 'National Public Radio' );"><abbr
class="uttAbbreviation">NPR</abbr></span> (National Public Radio). They broadcasted an interview conducted by host Renee Montagne with General Electric&#8217;s CEO Jeffrey Immelt. Mr. Immelt spoke at an economic forum in Montreal earlier in June. He is asking for the United States to increase its exports, especially in areas where there has been or there is a lot of potential for success. That&#8217;s great, I agree with him, but he also states that American companies and products have to be competitive in the countries they are being sold in. He often used China as an example.</p><div
id="attachment_470" class="wp-caption alignright" style="width: 226px"><a
href="http://thetitan.titanfusion.net/wordpress/wp-uploads/2009/06/GECEO_JeffreyImmelt.jpg" rel="lightbox[467]"><img
class="size-medium wp-image-470" title="GECEO_JeffreyImmelt" src="http://thetitan.titanfusion.net/wordpress/wp-uploads/2009/06/GECEO_JeffreyImmelt-216x300.jpg" alt="GE CEO Jeffrey Immelt" width="216" height="300" /></a><p
class="wp-caption-text">GE CEO Jeffrey Immelt</p></div><p>I&#8217;m all for &#8220;Made in America&#8221;. There are American made products that can be competitive in China, but we have to remember that Chinese workers work for very little, long hours, and under conditions that will not be allowed in America. These and number of other factors, like unions, cost of living, health care, taxes, etc. are affecting the cost of manufacturing these &#8220;competitive&#8221; products for the Chinese market. Because of the labor laws, or lack there of, and inexpensive manufacturing cost so many products are made in China and so many American jobs are outsourced to that country and its serfs! What makes a big difference in why the more expensive American made products/exports will sell and succeed in foreign and overseas markets is <strong>quality</strong>. American made products are better made, they last longer, they perform better and they are more desired (when they can be afforded).</p>
<p><a href="http://feedads.g.doubleclick.net/~a/ou8YfYn9doaLz58SZyPxa9lijT0/0/da"><img src="http://feedads.g.doubleclick.net/~a/ou8YfYn9doaLz58SZyPxa9lijT0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ou8YfYn9doaLz58SZyPxa9lijT0/1/da"><img src="http://feedads.g.doubleclick.net/~a/ou8YfYn9doaLz58SZyPxa9lijT0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=NGM3hSK5Kyw:GBTDX8yp9tI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=NGM3hSK5Kyw:GBTDX8yp9tI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=NGM3hSK5Kyw:GBTDX8yp9tI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=NGM3hSK5Kyw:GBTDX8yp9tI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=NGM3hSK5Kyw:GBTDX8yp9tI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=NGM3hSK5Kyw:GBTDX8yp9tI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=NGM3hSK5Kyw:GBTDX8yp9tI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=NGM3hSK5Kyw:GBTDX8yp9tI:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/NGM3hSK5Kyw" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2009/06/26/ge-calls-for-more-exports-from-the-us/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2009/06/26/ge-calls-for-more-exports-from-the-us/</feedburner:origLink></item> <item><title>XBox 360 no video, only audio</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/f78rx_qqo1U/</link> <comments>http://thetitan.titanfusion.net/archive/2009/06/15/xbox-360-no-video-only-audio/#comments</comments> <pubDate>Mon, 15 Jun 2009 16:22:58 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[Featured]]></category> <category><![CDATA[Techie]]></category> <category><![CDATA[gaming]]></category> <category><![CDATA[tutorials]]></category> <category><![CDATA[video]]></category> <category><![CDATA[console]]></category> <category><![CDATA[hardware]]></category> <category><![CDATA[microsoft]]></category> <category><![CDATA[pc]]></category> <category><![CDATA[searches]]></category> <category><![CDATA[services]]></category> <category><![CDATA[websites]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/?p=468</guid> <description>&lt;p&gt;Over the weekend I had some lack of video from my XBox360. Nothing that some heat couldn’t fix. Apparently most problems with the Xbox360 are fixed by that which kills PCs – heat.&lt;/p&gt;&lt;p&gt;I have an XBox360, which is one of those that was born with bugs and &amp;#8220;genetic&amp;#8221; issue &amp;#8211; meaning an early version &amp;#8211; one from the early ones, made before the red ring of death became evident  and all the various versions started to come out. Luckily, I don&amp;#8217;t abuse and rarely spend massive amount of hours playing it, thus I don&amp;#8217;t have very many problem with it! Other than the occasional screen flicker and the &lt;strong&gt;constant &lt;/strong&gt;refusal of the DVD-Rom tray to actually stay closed after attempting to close it. Apparently the DVD drive gets a bad taste from DVD discs and refuses to work with them. HAHA. My solution for the latter is to place my thumb on the drive tray and prevent it from coming back out, then pushing the open/close button again!!&lt;/p&gt;&lt;p&gt;This past weekend I experienced something new &amp;#8211; the XBox booted fine and there was audio, but no video. The digital TV detected an active video source, but there was no picture. At first I was going to disassemble the XBox to look for problem myself, because the warranty had expired a long time ago. But then I decided...&lt;/p&gt;</description> <content:encoded><![CDATA[<div
id="attachment_469" class="wp-caption alignright" style="width: 160px"><a
href="http://thetitan.titanfusion.net/wordpress/wp-uploads/2009/06/xbox-360.jpg" rel="lightbox[468]"><img
class="size-thumbnail wp-image-469" title="xbox-360" src="http://thetitan.titanfusion.net/wordpress/wp-uploads/2009/06/xbox-360-150x150.jpg" alt="xbox 360, logo, controller" width="150" height="150" /></a><p
class="wp-caption-text">xbox 360, logo, controller</p></div><p>Over the weekend I had some lack of video from my XBox360. Nothing that some heat couldn’t fix. Apparently most problems with the Xbox360 are fixed by that which kills PCs – heat.</p><p>I have an XBox360, which is one of those that was born with bugs and &#8220;genetic&#8221; issue &#8211; meaning an early version &#8211; one from the early ones, made before the red ring of death became evident  and all the various versions started to come out. Luckily, I don&#8217;t abuse and rarely spend massive amount of hours playing it, thus I don&#8217;t have very many problem with it! Other than the occasional screen flicker and the <strong>constant </strong>refusal of the DVD-Rom tray to actually stay closed after attempting to close it. Apparently the DVD drive gets a bad taste from DVD discs and refuses to work with them. HAHA. My solution for the latter is to place my thumb on the drive tray and prevent it from coming back out, then pushing the open/close button again!!</p><p>This past weekend I experienced something new &#8211; the XBox booted fine and there was audio, but no video. The digital TV detected an active video source, but there was no picture. At first I was going to disassemble the XBox to look for problem myself, because the warranty had expired a long time ago. But then I decided to wait for Monday and call Microsoft and possibly sent it back.</p><p>After researching the problem in the global knowledge fix and repair database, i.e. the Internet, I was able to determined that 1) it might not be worth the money spend to sent it in for repair, and 2) the issue could be related to the heat sync on the video chip. Something about the x-clamp (see x-clamp fix video at the end of the post). A problem which is most commonly fixed by wrapping the Xbox in a towel causing it to overheat. I again considered taking it apart and performing the x-clam fix, because I wasn&#8217;t willing to wrap the XBox in something to cause it to overheat and possibly cause heat damage to other components. Before proceeding, I simply opted out to just turn it on and let it run heat up. I&#8217;ve noticed how hot it can get! About 20 minutes later I came back to check on it. I turned the XBox off and back on. Voila, there was video again! Problem fixed.</p><p>Now if that darn DVD-drive tray could stay closed, it would be great.</p><p><object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" 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/fM4TEIZqOso&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" /><param
name="allowfullscreen" value="true" /><embed
type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/fM4TEIZqOso&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object></p><p>Whois domain record: <a
rel="nofollow" target="_blank" title="Microsoft whois @ DomainRecord.Info" href="http://whois.domainrecord.info/microsoft.com" target="_blank">Microsoft</a>, <a
rel="nofollow" target="_blank" title="YouTUBE whois @ DomainRecord.Info" href="http://whois.domainrecord.info/youtube.com" target="_blank">YouTUBE</a>, <a
rel="nofollow" target="_blank" title="XBox whois @ DomainRecord.Info" href="http://whois.domainrecord.info/xbox.com" target="_blank">XBox</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/O-vCxrt4gG3oxxiiWIAXzJmX1nQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/O-vCxrt4gG3oxxiiWIAXzJmX1nQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/O-vCxrt4gG3oxxiiWIAXzJmX1nQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/O-vCxrt4gG3oxxiiWIAXzJmX1nQ/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=f78rx_qqo1U:nEqjIF78g6M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=f78rx_qqo1U:nEqjIF78g6M:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=f78rx_qqo1U:nEqjIF78g6M:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=f78rx_qqo1U:nEqjIF78g6M:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=f78rx_qqo1U:nEqjIF78g6M:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=f78rx_qqo1U:nEqjIF78g6M:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=f78rx_qqo1U:nEqjIF78g6M:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=f78rx_qqo1U:nEqjIF78g6M:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/f78rx_qqo1U" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2009/06/15/xbox-360-no-video-only-audio/feed/</wfw:commentRss> <slash:comments>1</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2009/06/15/xbox-360-no-video-only-audio/</feedburner:origLink></item> <item><title>Working late for the rest of the week thanks to …</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/28l4XJaVPL0/</link> <comments>http://thetitan.titanfusion.net/archive/2009/06/03/working-late-for-the-rest-of-the-week-thanks-to/#comments</comments> <pubDate>Thu, 04 Jun 2009 01:20:00 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[AJ]]></category> <category><![CDATA[The Titan]]></category> <category><![CDATA[events]]></category> <category><![CDATA[family]]></category> <category><![CDATA[food]]></category> <category><![CDATA[health]]></category> <category><![CDATA[home]]></category> <category><![CDATA[ill]]></category> <category><![CDATA[news]]></category> <category><![CDATA[sickness]]></category> <category><![CDATA[work]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/archive/2009/05/24/twitter-digest-for-last-week-13/</guid> <description>&lt;p&gt;I have to work late today and the rest of the week, to make up time, after leaving early on Tuesday. I became ill, so did Amanda, yesterday. I spend the day and most of the evening between the bed and the bathroom. Whatever it was, it didn&amp;#8217;t have very nice symptoms. Nausea, muscle pains and vomiting for Amanda, and sensitivity to light, muscle pains, diarrhea and to top it my skin hurt every time anything touched it.&lt;/p&gt;&lt;p&gt;I blame it on the Portillo&amp;#8217;s food we had for dinner the night before. Amanda thinks that it&amp;#8217;s either the food or the flu. Although, thinking about it, it could be also something from Alexandar&amp;#8217;s daycare. He had similar symptoms on Saturday. He was fine on Friday, but he started Saturday not feeling well, occasional  diarrhea and being sensitive to the touch. The culmination was at 1:30 AM when his dinner came out the same way it went in. The rest of the Sunday he was fine again.&lt;/p&gt;&lt;p&gt;Same here, we feel fine today.&lt;/p&gt;</description> <content:encoded><![CDATA[<p>I have to work late today and the rest of the week, to make up time, after leaving early on Tuesday. I became ill, so did Amanda, yesterday. I spend the day and most of the evening between the bed and the bathroom. Whatever it was, it didn&#8217;t have very nice symptoms. Nausea, muscle pains and vomiting for Amanda, and sensitivity to light, muscle pains, diarrhea and to top it my skin hurt every time anything touched it.</p><p>I blame it on the Portillo&#8217;s food we had for dinner the night before. Amanda thinks that it&#8217;s either the food or the flu. Although, thinking about it, it could be also something from Alexandar&#8217;s daycare. He had similar symptoms on Saturday. He was fine on Friday, but he started Saturday not feeling well, occasional  diarrhea and being sensitive to the touch. The culmination was at 1:30 AM when his dinner came out the same way it went in. The rest of the Sunday he was fine again.</p><p>Same here, we feel fine today.</p>
<p><a href="http://feedads.g.doubleclick.net/~a/eWFoJfI26BZjJTTkzyfvLaMBhtg/0/da"><img src="http://feedads.g.doubleclick.net/~a/eWFoJfI26BZjJTTkzyfvLaMBhtg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/eWFoJfI26BZjJTTkzyfvLaMBhtg/1/da"><img src="http://feedads.g.doubleclick.net/~a/eWFoJfI26BZjJTTkzyfvLaMBhtg/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=28l4XJaVPL0:YD0gV3G0ZHg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=28l4XJaVPL0:YD0gV3G0ZHg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=28l4XJaVPL0:YD0gV3G0ZHg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=28l4XJaVPL0:YD0gV3G0ZHg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=28l4XJaVPL0:YD0gV3G0ZHg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=28l4XJaVPL0:YD0gV3G0ZHg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=28l4XJaVPL0:YD0gV3G0ZHg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=28l4XJaVPL0:YD0gV3G0ZHg:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/28l4XJaVPL0" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2009/06/03/working-late-for-the-rest-of-the-week-thanks-to/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2009/06/03/working-late-for-the-rest-of-the-week-thanks-to/</feedburner:origLink></item> <item><title>Good morning ……. (Hmmm should I respond?) …….. Yooo</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/Zh-nMTZQ3f8/</link> <comments>http://thetitan.titanfusion.net/archive/2009/05/28/good-morning-hmmm-should-i-respond-yooo/#comments</comments> <pubDate>Thu, 28 May 2009 13:08:00 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[Around the World]]></category> <category><![CDATA[Based on Reasoning]]></category> <category><![CDATA[Critic's Realm]]></category> <category><![CDATA[community]]></category> <category><![CDATA[events]]></category> <category><![CDATA[Legacy]]></category> <category><![CDATA[manners]]></category> <category><![CDATA[people]]></category> <category><![CDATA[society]]></category> <category><![CDATA[work]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/archive/2009/05/24/twitter-digest-for-last-week-41/</guid> <description>&lt;p&gt;Wow, I said &amp;#8220;Good morning&amp;#8221; to someone earlier and I could see that person actually contemplating about responding to me. Eventually, after I had already started walking away, probably 20 seconds later their response was &amp;#8220;Yooo&amp;#8221;. WTF!! What kind of a response was that, how is it even relevant to what I said, and most important of all, what took so long to even happen.&lt;/p&gt;&lt;p&gt;&amp;#8220;Yoo&amp;#8221;?!!? WTF is that. First of all &amp;#8211; I have a name, and that person is well aware of it. Second, a similar response or something in the lines of &amp;#8220;What&amp;#8217;s happening&amp;#8221; will be more in line of the &amp;#8220;topic&amp;#8221; of what should be a dialog, but a lot of times ends up being a monologue for many people.&lt;/p&gt;&lt;p&gt;If it takes someone more than half a second to a second to provide a response, which at this point in their life should be automated, then don&amp;#8217;t bother responding. It won&amp;#8217;t be the first time. Same applies if you have to think about responding or not in the first place!&lt;/p&gt;&lt;p&gt;In my opinion, the time limit rule for comebacks also applies in this case.&lt;/p&gt;&lt;p&gt;BTW, most of the time, my &lt;strong&gt;verbal &lt;/strong&gt;response to the lack of one in cases of &amp;#8220;Good morning&amp;#8221;, &amp;#8220;Good afternoon&amp;#8221;, &amp;#8220;Good day&amp;#8221; or &amp;#8220;How is it going?&amp;#8221;, is &amp;#8220;That good, huh?&amp;#8221;.&lt;/p&gt;</description> <content:encoded><![CDATA[<p>Wow, I said &#8220;Good morning&#8221; to someone earlier and I could see that person actually contemplating about responding to me. Eventually, after I had already started walking away, probably 20 seconds later their response was &#8220;Yooo&#8221;. WTF!! What kind of a response was that, how is it even relevant to what I said, and most important of all, what took so long to even happen.</p><p>&#8220;Yoo&#8221;?!!? WTF is that. First of all &#8211; I have a name, and that person is well aware of it. Second, a similar response or something in the lines of &#8220;What&#8217;s happening&#8221; will be more in line of the &#8220;topic&#8221; of what should be a dialog, but a lot of times ends up being a monologue for many people.</p><p>If it takes someone more than half a second to a second to provide a response, which at this point in their life should be automated, then don&#8217;t bother responding. It won&#8217;t be the first time. Same applies if you have to think about responding or not in the first place!</p><p>In my opinion, the time limit rule for comebacks also applies in this case.</p><p>BTW, most of the time, my <strong>verbal </strong>response to the lack of one in cases of &#8220;Good morning&#8221;, &#8220;Good afternoon&#8221;, &#8220;Good day&#8221; or &#8220;How is it going?&#8221;, is &#8220;That good, huh?&#8221;.</p>
<p><a href="http://feedads.g.doubleclick.net/~a/yEdMtbrH8CuT_nyHT4nTfby26zY/0/da"><img src="http://feedads.g.doubleclick.net/~a/yEdMtbrH8CuT_nyHT4nTfby26zY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/yEdMtbrH8CuT_nyHT4nTfby26zY/1/da"><img src="http://feedads.g.doubleclick.net/~a/yEdMtbrH8CuT_nyHT4nTfby26zY/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=Zh-nMTZQ3f8:mMbNjh80cI8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=Zh-nMTZQ3f8:mMbNjh80cI8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=Zh-nMTZQ3f8:mMbNjh80cI8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=Zh-nMTZQ3f8:mMbNjh80cI8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=Zh-nMTZQ3f8:mMbNjh80cI8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=Zh-nMTZQ3f8:mMbNjh80cI8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=Zh-nMTZQ3f8:mMbNjh80cI8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=Zh-nMTZQ3f8:mMbNjh80cI8:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/Zh-nMTZQ3f8" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2009/05/28/good-morning-hmmm-should-i-respond-yooo/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2009/05/28/good-morning-hmmm-should-i-respond-yooo/</feedburner:origLink></item> <item><title>Double that plus more is NOT “a little more”!</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/ccFd4RqPU3U/</link> <comments>http://thetitan.titanfusion.net/archive/2009/05/21/double-that-plus-more-is-not-a-little-more/#comments</comments> <pubDate>Thu, 21 May 2009 17:00:59 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[Based on Reasoning]]></category> <category><![CDATA[Business]]></category> <category><![CDATA[Critic's Realm]]></category> <category><![CDATA[Featured]]></category> <category><![CDATA[General]]></category> <category><![CDATA[The Titan]]></category> <category><![CDATA[companies]]></category> <category><![CDATA[home]]></category> <category><![CDATA[services]]></category> <category><![CDATA[Shopping]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/archive/2008/11/16/twitter-digest-for-last-week-13/</guid> <description>&lt;p&gt;Few weeks ago we had a salesman from Illinois Energy come to the house to give us an appraisal for the replacement of few windows and couple of glass sliding doors. In addition to asking random &lt;span
style="text-decoration: underline;"&gt;personal&lt;/span&gt; questions, irrelevant to what he does or sells, his presentation and presence lasted just about two and a half hours. We think that was an hour too long.&lt;/p&gt;&lt;p&gt;What topped everything was when he was done with his calculations he asked me if I would like to guess how much it would be. So, knowing about how much things cost, what others have paid, and how much we wanted to spend, I said:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;$15,000&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;A little bit more. &lt;/em&gt;- He retorted!&lt;/p&gt;&lt;p&gt;&lt;em&gt;$16,500&lt;/em&gt; &amp;#8211; I said.&lt;/p&gt;&lt;p&gt;&lt;em&gt;A little bit more. &lt;/em&gt;- He retorted, again.&lt;/p&gt;&lt;p&gt;&lt;em&gt;$18,000 &lt;/em&gt;- I replied.&lt;/p&gt;&lt;p&gt;&lt;em&gt;A little bit more.&lt;/em&gt; &amp;#8211; Was his answer once again.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;At that point I became annoyed and I said  &amp;#8211; &amp;#8220;&lt;em&gt;We are past the &amp;#8220;A little bit more&amp;#8221; point. We past it $1,500 ago!&lt;/em&gt;&amp;#8220;. So he gave us his figure &amp;#8211; $36,000 and few hundred more!!! What the heck? That number does NOT even qualify for a &amp;#8220;&lt;em&gt;much more&lt;/em&gt;&amp;#8221; response. It&amp;#8217;s double what I said, plus another $6,000.&lt;/p&gt;&lt;p&gt;That number is unacceptable, even if the windows are guaranteed for the life of the house, and to be replaced for free if an...&lt;/p&gt;</description> <content:encoded><![CDATA[<p>Few weeks ago we had a salesman from Illinois Energy come to the house to give us an appraisal for the replacement of few windows and couple of glass sliding doors. In addition to asking random <span
style="text-decoration: underline;">personal</span> questions, irrelevant to what he does or sells, his presentation and presence lasted just about two and a half hours. We think that was an hour too long.</p><p>What topped everything was when he was done with his calculations he asked me if I would like to guess how much it would be. So, knowing about how much things cost, what others have paid, and how much we wanted to spend, I said:</p><blockquote><p><em>$15,000</em></p><p><em>A little bit more. </em>- He retorted!</p><p><em>$16,500</em> &#8211; I said.</p><p><em>A little bit more. </em>- He retorted, again.</p><p><em>$18,000 </em>- I replied.</p><p><em>A little bit more.</em> &#8211; Was his answer once again.</p></blockquote><p>At that point I became annoyed and I said  &#8211; &#8220;<em>We are past the &#8220;A little bit more&#8221; point. We past it $1,500 ago!</em>&#8220;. So he gave us his figure &#8211; $36,000 and few hundred more!!! What the heck? That number does NOT even qualify for a &#8220;<em>much more</em>&#8221; response. It&#8217;s double what I said, plus another $6,000.</p><p>That number is unacceptable, even if the windows are guaranteed for the life of the house, and to be replaced for free if an object ever happens to go through one.</p><p>To cream that, he spend the following 15 or so minutes somewhat refusing to leave and trying to get us to place an order. At least for some of the windows, which he estimated at just above $4,000 &#8211; for 3 small windows.</p><p>The cherry was when he told us that if we don&#8217;t place an order that evening and he has to come again, so we can place an order, we will not be eligible for the 20% first time discount. Huuu?!! Everyone else I have ever done business with, worked with, worked for, as well as it being a standard in doing business, gives discount on the first order, NOT on meeting for a first time.</p><p>Unbelievable!!</p><p>Pressure sales do not work on me. I come from a family with generations of entrepreneurs and business owners of various types. As well as, I married into one of the same type. Needless to say, both my wife and I are on the same path. Same applies for my sibling.</p><p>I have the options, skills and knowledge to do things myself. Just like I have been doing for many years. But, in the last few years, available time has become a factor.</p><p>Anyways, as my Mom always tells me &#8211; &#8220;Be cheap on the expensive thing.&#8221;. In my opinion $36,000 is at a premium for hand full of windows and two sliding doors.</p><hr
/> Domain Record who is: <a
rel="nofollow" target="_blank" href="http://domainrecord.info/index.php?query=illinoisenergy.com">IllinoisEnergy.com</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/_tjMwAgyvrWcilqtrEonAdoGfcg/0/da"><img src="http://feedads.g.doubleclick.net/~a/_tjMwAgyvrWcilqtrEonAdoGfcg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/_tjMwAgyvrWcilqtrEonAdoGfcg/1/da"><img src="http://feedads.g.doubleclick.net/~a/_tjMwAgyvrWcilqtrEonAdoGfcg/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=ccFd4RqPU3U:fEZltsEYmNg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=ccFd4RqPU3U:fEZltsEYmNg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=ccFd4RqPU3U:fEZltsEYmNg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=ccFd4RqPU3U:fEZltsEYmNg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=ccFd4RqPU3U:fEZltsEYmNg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=ccFd4RqPU3U:fEZltsEYmNg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=ccFd4RqPU3U:fEZltsEYmNg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=ccFd4RqPU3U:fEZltsEYmNg:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/ccFd4RqPU3U" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2009/05/21/double-that-plus-more-is-not-a-little-more/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2009/05/21/double-that-plus-more-is-not-a-little-more/</feedburner:origLink></item> <item><title>Exclusive Terminator 4: Salvation footage.</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/PRMh8tQZp-Y/</link> <comments>http://thetitan.titanfusion.net/archive/2009/05/14/exclusive-terminator-4-salvation-footage/#comments</comments> <pubDate>Thu, 14 May 2009 13:20:59 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[Entertainment]]></category> <category><![CDATA[Today I learned]]></category> <category><![CDATA[video]]></category> <category><![CDATA[events]]></category> <category><![CDATA[movies]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/archive/2008/11/17/twitter-digest-for-last-week-18/</guid> <description>&lt;p&gt;I came across this 4 minutes long exclusive Terminator 4: Salvation footage video this morning.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;I find it to be revealing as far as plot and Terminator canon changes. Something I wasn&amp;#8217;t expecting, making it even more desirable to see. At least to me.&lt;/p&gt;&lt;p&gt;Will you see Terminator 4: Salvation in the theater or on DVD? Let me know in the poll below.&lt;/p&gt;</description> <content:encoded><![CDATA[<p>I came across this 4 minutes long exclusive Terminator 4: Salvation footage video this morning.</p><p><object
width="480" height="295" data="http://www.youtube.com/v/ff19bMye4JM&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x006699&amp;color2=0x54abd6&amp;hd=1" type="application/x-shockwave-flash"><param
name="allowFullScreen" value="true" /><param
name="allowscriptaccess" value="always" /><param
name="src" value="http://www.youtube.com/v/ff19bMye4JM&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x006699&amp;color2=0x54abd6&amp;hd=1" /><param
name="allowfullscreen" value="true" /></object></p><p>I find it to be revealing as far as plot and Terminator canon changes. Something I wasn&#8217;t expecting, making it even more desirable to see. At least to me.</p><p>Will you see Terminator 4: Salvation in the theater or on DVD? Let me know in the poll below.</p> Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.
<p><a href="http://feedads.g.doubleclick.net/~a/hWu7BLNQ1OSPzXzKze-HKAtGhaY/0/da"><img src="http://feedads.g.doubleclick.net/~a/hWu7BLNQ1OSPzXzKze-HKAtGhaY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/hWu7BLNQ1OSPzXzKze-HKAtGhaY/1/da"><img src="http://feedads.g.doubleclick.net/~a/hWu7BLNQ1OSPzXzKze-HKAtGhaY/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=PRMh8tQZp-Y:7zYyoRRWwdg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=PRMh8tQZp-Y:7zYyoRRWwdg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=PRMh8tQZp-Y:7zYyoRRWwdg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=PRMh8tQZp-Y:7zYyoRRWwdg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=PRMh8tQZp-Y:7zYyoRRWwdg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=PRMh8tQZp-Y:7zYyoRRWwdg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=PRMh8tQZp-Y:7zYyoRRWwdg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=PRMh8tQZp-Y:7zYyoRRWwdg:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/PRMh8tQZp-Y" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2009/05/14/exclusive-terminator-4-salvation-footage/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2009/05/14/exclusive-terminator-4-salvation-footage/</feedburner:origLink></item> <item><title>I’m workign here!!</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/eqF56Vm0QFU/</link> <comments>http://thetitan.titanfusion.net/archive/2009/05/04/im-workign-here/#comments</comments> <pubDate>Tue, 05 May 2009 04:30:00 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[The Titan]]></category> <category><![CDATA[coding]]></category> <category><![CDATA[domains]]></category> <category><![CDATA[events]]></category> <category><![CDATA[family]]></category> <category><![CDATA[home]]></category> <category><![CDATA[short story]]></category> <category><![CDATA[websites]]></category> <category><![CDATA[work]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/archive/2009/05/03/twitter-digest-for-last-week-38/</guid> <description>&lt;p&gt;I am working on features and services for &lt;a
rel="nofollow" target="_blank" title="DomainVentory - Helping you monetize the web since 2008." href="http://domainventory.com/" target="_blank"&gt;DomainVentory&lt;/a&gt;, which seems to be taking too long to become a public web site. I blame it on all of my freelance and home projects, and day job. Which are not necessarily bad, because I do get compensated well. But any ways. For some reason whenever I&amp;#8217;m working on my laptop my cats decide that it is time to receive attention, which often is comprised of moving from the left to the right side of the laptop and back. The direct path, of course, is the keyboard. I don&amp;#8217;t mind petting them, but when I&amp;#8217;m writing something or codding I really rather not have anyone, other than me, pushing the keys.&lt;/p&gt;&lt;p&gt;Something my cats can&amp;#8217;t seem to comprehend. By the way, how many cats do You have?&lt;/p&gt;</description> <content:encoded><![CDATA[<p>I am working on features and services for <a
rel="nofollow" target="_blank" title="DomainVentory - Helping you monetize the web since 2008." href="http://domainventory.com/" target="_blank">DomainVentory</a>, which seems to be taking too long to become a public web site. I blame it on all of my freelance and home projects, and day job. Which are not necessarily bad, because I do get compensated well. But any ways. For some reason whenever I&#8217;m working on my laptop my cats decide that it is time to receive attention, which often is comprised of moving from the left to the right side of the laptop and back. The direct path, of course, is the keyboard. I don&#8217;t mind petting them, but when I&#8217;m writing something or codding I really rather not have anyone, other than me, pushing the keys.</p><p>Something my cats can&#8217;t seem to comprehend. By the way, how many cats do You have?</p> Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.
<p><a href="http://feedads.g.doubleclick.net/~a/DWSwSPVVb6b3HjrxBFGxRjFbUuw/0/da"><img src="http://feedads.g.doubleclick.net/~a/DWSwSPVVb6b3HjrxBFGxRjFbUuw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/DWSwSPVVb6b3HjrxBFGxRjFbUuw/1/da"><img src="http://feedads.g.doubleclick.net/~a/DWSwSPVVb6b3HjrxBFGxRjFbUuw/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=eqF56Vm0QFU:mPwP95UbjVs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=eqF56Vm0QFU:mPwP95UbjVs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=eqF56Vm0QFU:mPwP95UbjVs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=eqF56Vm0QFU:mPwP95UbjVs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=eqF56Vm0QFU:mPwP95UbjVs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=eqF56Vm0QFU:mPwP95UbjVs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=eqF56Vm0QFU:mPwP95UbjVs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=eqF56Vm0QFU:mPwP95UbjVs:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/eqF56Vm0QFU" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2009/05/04/im-workign-here/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2009/05/04/im-workign-here/</feedburner:origLink></item> <item><title>What is the point behind a URL shortening service? Why are there so many?</title><link>http://feedproxy.google.com/~r/tzanov/thetitan/~3/ZMU5dUunWLs/</link> <comments>http://thetitan.titanfusion.net/archive/2009/04/22/what-is-the-point-behind-a-url-shortening-service-why-are-there-so-many/#comments</comments> <pubDate>Wed, 22 Apr 2009 20:30:59 +0000</pubDate> <dc:creator>Alexandar Tzanov</dc:creator> <category><![CDATA[Techie]]></category> <category><![CDATA[Useful Sites]]></category> <category><![CDATA[companies]]></category> <category><![CDATA[domains]]></category> <category><![CDATA[knowledge]]></category> <category><![CDATA[services]]></category> <category><![CDATA[websites]]></category><guid isPermaLink="false">http://thetitan.titanfusion.net/archive/2008/11/17/twitter-digest-for-last-week-19/</guid> <description>&lt;p&gt;What is the point behind a &lt;span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"&gt;&lt;abbr
class="uttInitialism"&gt;URL&lt;/abbr&gt;&lt;/span&gt; shortening service? In essence, why is everyone using them and why are there so many? These were questions asked on TechCrunch, yesterday, by Ronald Tin, but not in so many words. My reply to him was as follow:&lt;/p&gt;&lt;div
class="comment_content"&gt;&lt;p&gt;&lt;em&gt;Ronald, the point of a &lt;span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"&gt;&lt;abbr
class="uttInitialism"&gt;URL&lt;/abbr&gt;&lt;/span&gt; shortening service is to have a short domain and &lt;span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"&gt;&lt;abbr
class="uttInitialism"&gt;URL&lt;/abbr&gt;&lt;/span&gt;, but that’s beside the point. The real reason behind &lt;span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"&gt;&lt;abbr
class="uttInitialism"&gt;URL&lt;/abbr&gt;&lt;/span&gt; shortening is to have an easy to remember or pass along &lt;span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"&gt;&lt;abbr
class="uttInitialism"&gt;URL&lt;/abbr&gt;&lt;/span&gt;. Instead of having &amp;#8211; http://www.techcrunch.com/2009/04/19/now-even-the-new-york-times-is-entering-the-url-shortening-arena-kinda/#comment-2708504 &amp;#8211; which you will never remember, or care to do so, you have http://tcrn.ch/Lk. Much easier to remember or tell someone about.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;The whole &lt;span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"&gt;&lt;abbr
class="uttInitialism"&gt;URL&lt;/abbr&gt;&lt;/span&gt; shortening idea has split into two evolving concepts &amp;#8211; money making thus the variety of sites offering this service; and content ownership. The later ensures, by owning the &lt;span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"&gt;&lt;abbr
class="uttInitialism"&gt;URL&lt;/abbr&gt;&lt;/span&gt; shortening service, that traffic from the short &lt;span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"&gt;&lt;abbr
class="uttInitialism"&gt;URL&lt;/abbr&gt;&lt;/span&gt; will never stop. If&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;...&lt;/p&gt;</description> <content:encoded><![CDATA[<p>What is the point behind a <span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"><abbr
class="uttInitialism">URL</abbr></span> shortening service? In essence, why is everyone using them and why are there so many? These were questions asked on TechCrunch, yesterday, by Ronald Tin, but not in so many words. My reply to him was as follow:</p><div
class="comment_content"><p><em>Ronald, the point of a <span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"><abbr
class="uttInitialism">URL</abbr></span> shortening service is to have a short domain and <span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"><abbr
class="uttInitialism">URL</abbr></span>, but that’s beside the point. The real reason behind <span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"><abbr
class="uttInitialism">URL</abbr></span> shortening is to have an easy to remember or pass along <span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"><abbr
class="uttInitialism">URL</abbr></span>. Instead of having &#8211; http://www.techcrunch.com/2009/04/19/now-even-the-new-york-times-is-entering-the-url-shortening-arena-kinda/#comment-2708504 &#8211; which you will never remember, or care to do so, you have http://tcrn.ch/Lk. Much easier to remember or tell someone about.</em></p><p><em>The whole <span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"><abbr
class="uttInitialism">URL</abbr></span> shortening idea has split into two evolving concepts &#8211; money making thus the variety of sites offering this service; and content ownership. The later ensures, by owning the <span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"><abbr
class="uttInitialism">URL</abbr></span> shortening service, that traffic from the short <span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"><abbr
class="uttInitialism">URL</abbr></span> will never stop. If any of the other <span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"><abbr
class="uttInitialism">URL</abbr></span> shortening services go down or close down what happens to traffic coming from all the places where those <span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"><abbr
class="uttInitialism">URL</abbr></span> have been used/posted? It stops, which results in decline in SEO, page hits, ad impressions and clicks …. It also guarantees that whatever the <span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"><abbr
class="uttInitialism">URL</abbr></span> the short <span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"><abbr
class="uttInitialism">URL</abbr></span> is pointing to will not be changed by someone, thus stealing the traffic.</em></p><p>This is pretty much what my view of <span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"><abbr
class="uttInitialism">URL</abbr></span> shorteners  is. There might be something missing, so feel free to add in the comments below.</p><p>In general, I find <span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"><abbr
class="uttInitialism">URL</abbr></span> shorteners annoying and a nuisance. I like to be able to see the <span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"><abbr
class="uttInitialism">URL</abbr></span>, which I am about to visit. I also want to be sure that whenever I post a link to something that link will remain working , and anyone, who clicks on it, will not have to go through extra hoops, especially through one that might not be there some times or eventually. I am kind of bothered by how many services exist, because each has something I like about it and some times it can be hard to decide on which one to use. I suppose it all comes down to convenience. I am also sure that there will be more <span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"><abbr
class="uttInitialism">URL</abbr></span> shortening services, like is.gd, tinyurl.com, cli.gs, bit.ly and many others, in the future. Variety can&#8217;t hurt, but over saturation does! When services can&#8217;t make enough to pay their bills they close, variety suffers, but so do users and the Internet.</p><p>Let me know your views on <span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"><abbr
class="uttInitialism">URL</abbr></span> shorteners and which one is your choice in the comments below. Oh and here is a quick poll about preferred <span
class="ubernym uttInitialism" onmouseover="domTT_activate(this, event, 'content', 'Uniform Resource Locator' );"><abbr
class="uttInitialism">URL</abbr></span> shortener(s).</p> Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.<p>Domain record whois: <a
rel="nofollow" target="_blank" title="TechCrunch domain record whois" href="http://domainrecord.info/index.php?query=techcrunch.com" target="_blank">TechCrunch</a>, <a
rel="nofollow" target="_blank" title="tcrn.ch domain record whois" href="http://domainrecord.info/index.php?query=tcrn.ch" target="_blank">tcrn.ch</a>, <a
rel="nofollow" target="_blank" title="TinyURL domain record whois" href="http://domainrecord.info/index.php?query=tinyurl.com" target="_blank">tinyurl.com</a></div>
<p><a href="http://feedads.g.doubleclick.net/~a/6ZewqciNiemr2nBLoGX7GT9AbOg/0/da"><img src="http://feedads.g.doubleclick.net/~a/6ZewqciNiemr2nBLoGX7GT9AbOg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/6ZewqciNiemr2nBLoGX7GT9AbOg/1/da"><img src="http://feedads.g.doubleclick.net/~a/6ZewqciNiemr2nBLoGX7GT9AbOg/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=ZMU5dUunWLs:QZkJKz6Suqk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=ZMU5dUunWLs:QZkJKz6Suqk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=ZMU5dUunWLs:QZkJKz6Suqk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=ZMU5dUunWLs:QZkJKz6Suqk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=ZMU5dUunWLs:QZkJKz6Suqk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=ZMU5dUunWLs:QZkJKz6Suqk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?i=ZMU5dUunWLs:QZkJKz6Suqk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/tzanov/thetitan?a=ZMU5dUunWLs:QZkJKz6Suqk:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/tzanov/thetitan?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/tzanov/thetitan/~4/ZMU5dUunWLs" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://thetitan.titanfusion.net/archive/2009/04/22/what-is-the-point-behind-a-url-shortening-service-why-are-there-so-many/feed/</wfw:commentRss> <slash:comments>4</slash:comments> <feedburner:origLink>http://thetitan.titanfusion.net/archive/2009/04/22/what-is-the-point-behind-a-url-shortening-service-why-are-there-so-many/</feedburner:origLink></item> </channel> </rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 3/106 queries in 0.176 seconds using disk
Object Caching 2362/2615 objects using disk

Served from: thetitan.titanfusion.net @ 2010-08-31 12:49:31 -->
