<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>krynsky.com &#187; Tips</title>
	<atom:link href="http://krynsky.com/category/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://krynsky.com</link>
	<description>eclectic mix of technology, poetry, and my ramblings</description>
	<lastBuildDate>Sat, 31 Dec 2011 04:29:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How I Deleted My Whole MP3 Collection But Was Able to Recover Most of It</title>
		<link>http://krynsky.com/how-i-deleted-my-whole-mp3-collection-but-was-able-to-recover-most-of-it/</link>
		<comments>http://krynsky.com/how-i-deleted-my-whole-mp3-collection-but-was-able-to-recover-most-of-it/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 07:22:30 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[data-recovery]]></category>
		<category><![CDATA[file-recovery]]></category>
		<category><![CDATA[nas]]></category>
		<category><![CDATA[recovery]]></category>
		<category><![CDATA[recuva]]></category>
		<category><![CDATA[second-copy]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[synchronization]]></category>
		<category><![CDATA[undelete]]></category>
		<category><![CDATA[winmerge]]></category>

		<guid isPermaLink="false">http://krynsky.com/?p=743</guid>
		<description><![CDATA[So I&#8217;m pretty good about securing my data and backing up. I have a RAID 1 setup on my main machine as well as an external NAS that is also...]]></description>
			<content:encoded><![CDATA[<p><a href="http://krynsky.com/wp-content/uploads/2009/09/mark_pulling_hair_sm.jpg" rel="lightbox[743]"><img class="alignleft size-full wp-image-755" style="margin: 3px;" title="mark_pulling_hair_sm" src="http://krynsky.com/wp-content/uploads/2009/09/mark_pulling_hair_sm.jpg" alt="mark_pulling_hair_sm" width="250" height="188" /></a>So I&#8217;m pretty good about securing my data and backing up. I have a RAID 1 setup on my main machine as well as an external NAS that is also setup as a RAID 1. The only thing I haven&#8217;t done yet but will soon is find an offsite backup solution in the cloud. I&#8217;ve been doing manual snapshot backups to my NAS from my local machine but I wanted a cleaner more automated solution that not only backed up a directory but also synced it.</p>
<p>So what do I mean by syncing? Well there are programs that will keep a mirror image of a source directory to a specified destination directory. The reason I want this is because after a backup I will often move directories around and delete them. When you setup a backup scenario these changes aren&#8217;t reflected, but if you setup a sync, they are. In the past I had used a program called Second Copy that did this well but I have recently discovered two new free apps that also provided sync functionality and wanted to give them a shot as it&#8217;s always nice to have a free solution to recommend to people. More on that in a minute, but first let me share my hell with you.</p>
<p>So I setup the first of these new backup apps which was called <a href="http://lifehacker.com/5305592/gfi-backup-is-an-easy-to-use-free-backup-solution" target="_blank">GFI Backup</a>. I decided to use my MP3 collection as the source directory for these tests (huge mistake). It appeared to be a pretty nice program with a clean and simple interface. The backup process worked great, but the setup options related to synchronizing folders was a little confusing and I couldn&#8217;t get them to work properly. So I went on to the second app called <a href="http://lifehacker.com/398229/five-best-windows-backup-tools" target="_blank">Syncback which I read about in Lifehacker backup tools roundup</a>. I decided to create a new source directory for this test with just a subset of my mp3 files in it. I did however place the destination directory in the same root directory as the one I setup for GFI Backup. I also could not get Syncback to properly synchronize the directory. So I gave up and went to bed that evening.</p>
<p>The next day I went to my machine and as I often do loaded <a href="http://winamp.com" target="_blank">Winamp</a> and click the play all button for my collection. I noticed that it was skipping around from track to track in the player and suddenly felt my heart sink. I knew that behavior. It meant that the data from the loaded library wasn&#8217;t located in the directory. I quickly went to my MP3 folder. I saw all my folders in there but as I poked around within directories I found them all to be empty. I then went to the destination directory on my NAS. Same thing, no files. I went into panic mode. I double and triple checked the directories but no luck. At this point I realized that something in my synchronization setup of the backup apps had gone seriously wrong. I&#8217;ll say that I never went back to try and determine what exactly I did wrong, but if it was that easy to screw things up, I wanted nothing to do with either. To be fair, they both operated fine as backup programs, but synchronization can be a little trickier and neither made that setup work easily. Also, the fact that I shared a destination directory for my testing may have lead to the problems as well. So take my mistakes with a grain of salt and if you choose to try these programs do it with some unimportant data files first so that you don&#8217;t have to worry about losing anything important. I know better than taking the actions I did for these test. I can sometimes be a bonehead.</p>
<p>Anyways, at this point it was time to seek out a recovery program to attempt to undelete as much of my MP3 collection as I could possibly salvage. One thing to note is that whenever you delete data on a hard disk your best bet is to stop doing any file related actions on the machine and stop using it if possible. This will ensure the chances of recovering the data. When you delete files all the data is still on the system and the operating system just sets a flag to not show them in your file system. If you start moving files around and writing new data to your system then you risk overwriting the data that is on there and thus lowering your chances of recovery. So I had used a few recovery apps in the past and needed to refresh my memory as to which were good.</p>
<p>I found this great Lifehacker story on the <a href="http://lifehacker.com/5237503/five-best-free-data-recovery-tools" target="_blank">five best free data recovery tools</a>. I had used a few of these before and just wanted to determine which would be the best for the job. Of the five listed I decided to try the two which offered the most functionality which were <a href="http://www.piriform.com/recuva" target="_blank">Recuva</a> and <a href="http://undeleteplus.com/" target="_blank">Undelete Plus</a>. I&#8217;ll cut to the chase and tell you that Recuva was far better. It scanned the drive very quickly (less than a minute) to determine which deleted files where on my system. The same operation took about 20 minutes on Undelete plus. Also, recovering files using Recuva was very fast it appeared to be able to do a several within a second or so whereas Undelete Plus took several seconds just to recover a single file. Now this may not seem like a big deal but I had to recover over 15,000 files. Lastly, the ability to filter the results by a specific directory worked great in Recuva and I couldn&#8217;t find an easy way to do it in Undelete Plus. Needless to say I chose to use Recuva.</p>
<p><a href="http://krynsky.com/wp-content/uploads/2009/09/recovery_recuva.png" rel="lightbox[743]"><img class="alignnone size-full wp-image-749" title="recovery_recuva_sm" src="http://krynsky.com/wp-content/uploads/2009/09/recovery_recuva_sm.png" alt="recovery_recuva_sm" width="550" height="243" /><br />
</a>(Click image for full view with details)</p>
<p>Recuva also had a nice feature that showed the probability of being able to recover each file that it scanned as being deleted. In my case it appeared that over 95% of the files had an excellent chance of recovery. So before I started I got an external USB hard drive I had which also had a snapshot of my MP3 collection on it from 2 years ago so at least I had something but have obviously acquired quite a bit since then. I created a new directory on the drive, flagged all files in my MP3 directory and told Recuva to go to work. After ~2 hours I was able to recover over 15k files for a total of over 60Gb of data. That turned out to be over 95% of my lost files. I was pretty amazed by how lucky I was.</p>
<p>I had to take screenshots (because there is no facility to save the file info) of the remaining files Recuva identified as being poor or having no chance of recovery so I had a record of them. This way I had a record of what I lost. I did locate some of the files that they listed as having a poor chance of recovery and they worked so it could be a painstaking process to try and determine which are good and which need to be replaced but at least I have a record of them. Overall I&#8217;m extremely happy with Recuva and sending this awesome freeware a donation for what they&#8217;ve done for me.</p>
<p>The other issue is that there was some data that was still ok and on my local drive that didn&#8217;t get deleted. I knew this because showing properties on my local MP3 directory showed that there was 5Gb of data still on it. but there was no way I was going to click individually on the hundreds of folders many of them nested to determine where the data was. Ok, if push came to shove I would have done that but I was pretty sure there was a tool to do this for me. I remembered that there are some file / directory compare tools out there and was able to find <a href="http://lifehacker.com/290657/compare-and-merge-files-and-folders-with-winmerge" target="_blank">WinMerge which was recommended on Lifehacker as well</a> (Yes, I like Lifehacker). So I compared the original MP3 directory to the recovered one and WinMerge showed me that there were 7 directories on the original that weren&#8217;t on the recovered one. Nice, so now I was able to identify these folders with data in them that wasn&#8217;t deleted and could now merge them into the newly recovered MP3 directory.</p>
<p><a href="http://krynsky.com/wp-content/uploads/2009/09/recovery_winmerge.png" rel="lightbox[743]"><img class="alignnone size-full wp-image-753" title="recovery_winmerge" src="http://krynsky.com/wp-content/uploads/2009/09/recovery_winmerge.png" alt="recovery_winmerge" width="550" height="384" /></a></p>
<p>But there were still more files to be found as that wasn&#8217;t everything. Apparently some of the folders in the source still had files in them. So the issue was that I would still have to click on every folder in WinMerge to try and find which ones had data on the original directory versus the newly recovered one. That was going to be a pain so I looked into a way to do a directory listing of the source to try and root them out. I found this great tip on how to <a href="http://liveslick.com/2007/10/18/make-a-directory-list-with-the-command-prompt-in-seconds/" target="_blank">create a text file of a directory using the command prompt</a>. This worked perfectly. I opened the file in a text editor and then began searching the file for the value &#8220;.mp3&#8243; which then uncovered the only folders that had files in them. Bingo, that worked and now I finally was able to locate every possible file I could recover.</p>
<p>The last thing I want to mention is that I could have taken another course of action that would have probably insured a closer to 100% recovery. If you remember I had all the data on my NAS which also was subsequently deleted. I <a href="http://www.tomshardware.com/forum/251131-32-recovering-data-link" target="_blank">read about a process</a> where if I would have taken one of the drives in my RAID 1 array out and placed it in an external case and then plugged it into my computer via USB and used a program called <a href="http://www.diskinternals.com/products/deleted-data-recovery/" target="_blank">Diskinternals Uneraser</a> which would mount the NAS ext2 file system and then undelete the files that way. But I figured I had done a pretty good job with my recovery process and really didn&#8217;t want to go through all the trouble and then risk any issues by putting that drive back in the NAS and losing any data on their after the process. Enough damage and time had been wasted already.</p>
<p>So as you can see this was a very agonizing process that I brought upon myself by not really being careful testing new software that can be very dangerous on unimportant data. I was very lucky to find such good tools to help with the recovery and hopefully this will be useful to someone else who unfortunately runs into a large data loss situation. So I&#8217;m going back to using <a href="http://www.centered.com/products.html" target="_blank">Second Copy</a> for backups and Synchronization which has worked perfectly in the past. I just hope I learned my lesson and can avoid this torture from happening again.</p>
]]></content:encoded>
			<wfw:commentRss>http://krynsky.com/how-i-deleted-my-whole-mp3-collection-but-was-able-to-recover-most-of-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://krynsky.com/wp-content/uploads/2009/09/mark_pulling_hair_sm-150x150.jpg" />
		<media:content url="http://krynsky.com/wp-content/uploads/2009/09/mark_pulling_hair_sm.jpg" medium="image">
			<media:title type="html">mark_pulling_hair_sm</media:title>
			<media:thumbnail url="http://krynsky.com/wp-content/uploads/2009/09/mark_pulling_hair_sm-150x150.jpg" />
		</media:content>
		<media:content url="http://krynsky.com/wp-content/uploads/2009/09/recovery_recuva_sm.png" medium="image">
			<media:title type="html">recovery_recuva_sm</media:title>
			<media:thumbnail url="http://krynsky.com/wp-content/uploads/2009/09/recovery_recuva_sm-150x150.png" />
		</media:content>
		<media:content url="http://krynsky.com/wp-content/uploads/2009/09/recovery_winmerge.png" medium="image">
			<media:title type="html">recovery_winmerge</media:title>
			<media:thumbnail url="http://krynsky.com/wp-content/uploads/2009/09/recovery_winmerge-150x150.png" />
		</media:content>
	</item>
		<item>
		<title>Top 10 WordPress Plugins from WordCamp 2008</title>
		<link>http://krynsky.com/top-10-wordpress-plugins-from-wordcamp-2008/</link>
		<comments>http://krynsky.com/top-10-wordpress-plugins-from-wordcamp-2008/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 07:10:54 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[top-10]]></category>
		<category><![CDATA[wordcamp]]></category>
		<category><![CDATA[wordcamp-2008]]></category>

		<guid isPermaLink="false">http://krynsky.com/?p=322</guid>
		<description><![CDATA[WordPress fans from far and wide congregated this weekend in San Francisco for WordCamp 2008. There is some great coverage in a live blogging style over at The Web Life. One of...]]></description>
			<content:encoded><![CDATA[<p>WordPress fans from far and wide congregated this weekend in San Francisco for <a href="http://2008.sf.wordcamp.org/" target="_blank">WordCamp 2008</a>. There is some great coverage in a live blogging style over at <a href="http://blogs.zdnet.com/weblife/?p=143" target="_blank">The Web Life</a>. One of the interesting tidbits that I found over there was a list of the top 10 WordPress plugins.</p>
<p>Here&#8217;s a quote:</p>
<blockquote><p>For every feature that we could add to WordPress, there is a plugin for it. Wouldn’t it be interesting to look at the usage of these and guage where should we go with it.</p></blockquote>
<p>They also state that there are 4.96 average plugins per blog. The most a user has installed is 1290; 526 of those are active.</p>
<p>The post goes on to list the top 10 plugins&#8230;sans links. But I have taken the time to make your journey to them a little easier by providing them in my list below. Also, no information was provided as to the basis for how this list was calculated.</p>
<p><strong>Top 10 plugins</strong><br />
1. <a href="http://wordpress.org/extend/plugins/akismet/" target="_blank">Akismet</a><br />
2. <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">All in One SEO Pack</a><br />
3. <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">Google XML Sitemaps</a><br />
4. <a href="http://wordpress.org/extend/plugins/nextgen-gallery/" target="_blank">NextGEN Gallery<br />
</a>5. <a href="http://wordpress.org/extend/plugins/stats/" target="_blank">WordPress.com Stats</a><br />
6. <a href="http://wordpress.org/extend/plugins/wp-db-backup/" target="_blank">WP-DB-Backup</a><br />
7. <a href="http://wordpress.org/extend/plugins/wp-cache/" target="_blank">WP-Cache</a><br />
8. <a href="http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/" target="_blank">WP Automatic Upgrade<br />
</a>9. <a href="http://wordpress.org/extend/plugins/wp-polls/" target="_blank">WP-Polls</a><br />
10. <a href="http://wordpress.org/extend/plugins/cforms/" target="_blank">CformsII</a></p>
]]></content:encoded>
			<wfw:commentRss>http://krynsky.com/top-10-wordpress-plugins-from-wordcamp-2008/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
	</item>
		<item>
		<title>My Memory Upgrade &#8211; Just Because it was too Cheap not to</title>
		<link>http://krynsky.com/my-memory-upgrade-just-because-it-was-too-cheap-not-to/</link>
		<comments>http://krynsky.com/my-memory-upgrade-just-because-it-was-too-cheap-not-to/#comments</comments>
		<pubDate>Mon, 21 May 2007 04:44:05 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>
		<category><![CDATA[My Gear]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[ddr2]]></category>
		<category><![CDATA[deals]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[newegg]]></category>
		<category><![CDATA[shopping]]></category>

		<guid isPermaLink="false">http://krynsky.com/my-memory-upgrade-just-because-it-was-too-cheap-not-to/</guid>
		<description><![CDATA[I&#8217;m running a Dell 8400 3.2GHz system with 1Gb of RAM and didn&#8217;t have a real need for more memory until recently. I&#8217;ve been contemplating getting VMWare up and running...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m running a Dell 8400 3.2GHz system with 1Gb of RAM and didn&#8217;t have a real need for more memory until recently. I&#8217;ve been contemplating getting VMWare up and running to play with Vista and Linux in an isolated environment. I was working on a friends system and while doing so decided to temporarily borrow some of his ram and drop it into my system. It was nice to have the extra memory and I decided to look around at RAM prices which I hadn&#8217;t followed to see were prices were.</p>
<p>I was pretty amazed when after doing a little searching around on <a href="http://dealnews.com">dealnews</a>, <a href="http://techbargains.com">techbargains</a>, and <a href="http://www.fatwallet.com/forums/categories.cfm?catid=18">fatwallet</a> I was able to find a 2GB Kit (2 x 1GB dual channel kit) of DDR2 memory for only $70 with free shipping at one of my favorite online merchants <a href="http://newegg.com">newegg.com</a> so I decided they were too cheap not to buy them. I could then easily get about $30 for the 1GB dual channel kit I already had in the system making the upgrade net at only $40, but I decided to be nice and put the memory in my son&#8217;s computer.</p>
<p>As I went to the page to provide you with the link I come to find out that they dropped the price another $5 to only $65&#8230;amazing&#8230;Here&#8217;s the <a href="http://www.newegg.com/product/product.asp?item=N82E16820161677">Link</a></p>
<p><a href="http://www.flickr.com/photos/82524306@N00/507149165" class="tt-flickr"><img src="http://farm1.static.flickr.com/191/507149165_376adf439e_t.jpg" title="2Gb of DDR2 Ram" class="tt-flickr" alt="2Gb of DDR2 Ram" border="0" height="100" width="57" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://krynsky.com/my-memory-upgrade-just-because-it-was-too-cheap-not-to/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:thumbnail url="http://farm1.static.flickr.com/191/507149165_376adf439e_t.jpg" />
		<media:content url="http://farm1.static.flickr.com/191/507149165_376adf439e_t.jpg" medium="image">
			<media:title type="html">2Gb of DDR2 Ram</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Disable Widgets in WordPress 2.2</title>
		<link>http://krynsky.com/how-to-disable-widgets-in-wordpress-22/</link>
		<comments>http://krynsky.com/how-to-disable-widgets-in-wordpress-22/#comments</comments>
		<pubDate>Wed, 16 May 2007 23:19:41 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://krynsky.com/how-to-disable-widgets-in-wordpress-22/</guid>
		<description><![CDATA[If you are planning on upgrading to WordPress 2.2 one thing you want to know is that it now includes widget support in the core. This is a great addition...]]></description>
			<content:encoded><![CDATA[<p>If you are planning on upgrading to WordPress 2.2 one thing you want to know is that it now includes widget support in the core. This is a great addition for the most part as widgets have proved themselves to be a great addition to WordPress. The only problem is that if you prefer the <a href="http://nybblelabs.org.uk/projects/sidebar-modules/">Sidebar Modules Plugin</a> like I do (Implementation is so much nicer!) or if you are using a theme that has SBM embedded such as <a href="http://getk2.com/">K2</a>, you will run into problems as they are not compatible with WordPress 2.2</p>
<p>I installed 2.2 on my local server and verified that my version of K2  was broken after upgrading. Luckily I found a solution.  <a href="http://schulte.mn/about/">Darrell Schulte</a> is a progressive WordPress blogger who is currently running version 2.3 alpha and uses K2. It appears that as he was using beta versions of 2.2 when he came across this issue and developed the <a href="http://schulte.mn/2007/05/04/disable-wordpress-widgets/trackback/">Disable WordPress Widgets Plugin</a>.</p>
<p>I downloaded and installed it and can verify that it worked with the release version of 2.2 and allowed my K2 theme to work gracefully again. I thought I&#8217;d help get the word out for all the other Sidebar Module users out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://krynsky.com/how-to-disable-widgets-in-wordpress-22/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
	</item>
		<item>
		<title>Search to Buy the Best Hair Dryer for my Wife</title>
		<link>http://krynsky.com/search-to-buy-the-best-hair-dryer-for-my-wife/</link>
		<comments>http://krynsky.com/search-to-buy-the-best-hair-dryer-for-my-wife/#comments</comments>
		<pubDate>Sun, 22 Apr 2007 21:51:38 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[My Gear]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[chi]]></category>
		<category><![CDATA[farouk]]></category>
		<category><![CDATA[hair-dryer]]></category>
		<category><![CDATA[ionic]]></category>
		<category><![CDATA[t3]]></category>
		<category><![CDATA[tourmaline]]></category>

		<guid isPermaLink="false">http://krynsky.com/search-to-buy-the-best-hair-dryer-for-my-wife/</guid>
		<description><![CDATA[My wife&#8217;s current hairdryer had just died. It was a pretty good one that had cost her ~$100 (I had no idea they could cost that much). But she really...]]></description>
			<content:encoded><![CDATA[<p style="float: right;margin: 4px;">
<script type="text/javascript"><!--
google_ad_client = "pub-6758191540354481";
google_ad_width = 250;
google_ad_height = 250;
google_ad_format = "250x250_as";
google_ad_type = "text";
google_ad_channel = "";
google_color_border = "f7f7f5";
google_color_bg = "f7f7f5";
google_color_link = "666666";
google_color_text = "666666";
google_color_url = "666666";
//-->
</script><br />
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p>My wife&#8217;s current hairdryer had just died. It was a pretty good one that had cost her ~$100 (I had no idea they could cost that much). But she really liked it. We went to Costco and she bought some $20 model they had over there and had been using it but knew that she didn&#8217;t like it as much. Being the tech gadget freak that I am, I decided to <a href="http://krynsky.com/3-steps-to-a-perfect-online-purchase-and-a-list-of-resources/">employ my research and purchasing skills</a> as if I were buying some new computer accessory, to find her the best hairdryer I could as a birthday gift.</p>
<p>So I searched around for some reviews and comparisons of top hairdryers out there. The best I found was &#8220;<span class="page-sub-title-new"><font color="#3c393a"><a href="http://www.misikko.com/professional-hair-dryers.html">How to pick the best professional hair dryer</a>&#8221; at Missiko.com and &#8220;<a href="http://www.cbsnews.com/stories/2006/01/30/earlyshow/living/beauty/main1255070.shtml">Buying The Right Hair Dryer</a>&#8221; from CBS News. After reading each of these it became clear that a two rose to the top which were the</font></span> Farouk CHI <a href="http://www.chiretail.com/tools/dryers/turbo.html">Turbo</a> &amp; <a href="http://www.chiretail.com/tools/dryers/rocket.html">Rocket</a> Ionic hair dryer as well as the <a href="http://www.folica.com/T3_Tourmaline_H_d1835.html">T3 Evolution</a> Tourmaline hair dryer. I learned about what makes these higher end hair dryers so much better based on use of negatively charged ions, tourmaline, and ceramics. So my next step was to find some user reviews for each of these which I found over at a commerce site called Folica.com. They had a good number of user reviews for the <a href="http://www.folica.com/CHI_Ceramic_Ion_r1206_1.html">Chi Turbo</a>, <a href="http://www.folica.com/CHI_Rocket_Prof_r1990_1.html">Chi Rocket</a> as well as the <a href="http://www.folica.com/T3_Evolution_Ha_r2269_1.html">T3 Evolution</a>. After thinking about it some more I decided to get my wife the Chi Rocket. Needless to say my wife was very happy not only with the hair dryer I bought her, but with the research I did to make sure I got her the best one.</p>
<p>Guys, let me tell you, going through a process like this to get your lady a tech gadget can go a long way in getting her to appreciate the nuances of getting better gear. It can also open the door to her understanding why we go through so much trouble selecting our gear. Hopefully she will understand this as I decide which High Def DVD player I will be purchasing soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://krynsky.com/search-to-buy-the-best-hair-dryer-for-my-wife/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
	</item>
		<item>
		<title>Cleaker is the Best WordPress Theme You&#8217;ve Never Heard Of</title>
		<link>http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/</link>
		<comments>http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 21:39:09 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/</guid>
		<description><![CDATA[&#8230;and I selfishly would like to keep it that way for fear of widespread adoption, but author Adam Walker Cleaveland deserves praise and recognition for his fine work. Prior to...]]></description>
			<content:encoded><![CDATA[<p>&#8230;and I selfishly would like to keep it that way for fear of widespread adoption, but author <a href="http://pomomusings.com/design/" title="pomomusings">Adam Walker Cleaveland</a> deserves praise and recognition for his fine work. Prior to my search and conversion to <a href="http://pomomusings.com/design/">Cleaker</a> I was using <a href="http://www.obharath.net/blog/3columnk2/">3ColumnK2</a> which is a mod of the ever so popular <a href="http://getk2.com/">K2</a> theme which I still use for other sites. I decided to switch for a few reasons.</p>
<ul>
<li>I was having IE6 compatability issues where the sidebar was wonky and didn&#8217;t appear properly</li>
<li> didn&#8217;t like being at the mercy of the modder to update based on newer K2 releases</li>
<li>I started having some issues with the Sidebar Modules embedded in the latest K2 and once again didn&#8217;t want to be at the mercy of K2 for SBM upgrades</li>
<li>I was bored</li>
</ul>
<p><strong>My search for Cleaker took a while. My requirements for a new theme were:</strong></p>
<ul>
<li>3 Column with content on the left followed by 2 sidebars on the right</li>
<li>Flexibility to change the overall theme width as well as the  columns</li>
<li>Support for Widgets (hence Sidebar Modules)</li>
<li>Navigation buttons in header based on Pages</li>
<li>Ability to have a custom header image</li>
<li>Looked good</li>
</ul>
<p>This was a pretty time consuming process but in the end it was worth it. <a href="http://pomomusings.com/design/">Cleaker</a> met all of my requirements and then some. The first step was to prepare by porting over all of my existing theme customizations necessary to Cleaker. I&#8217;m pretty good about keeping a text file that identifies every customization I make to my theme along with details and the actual code. These items include content from third party services like Google Analytics, code necessary for plugins, scripts for widgets etc.  I highly recommend you do this as it can be a nightmare trying to remember where all these pieces are without them being documented. So edited the templates necessary as well as created all the sidebar modules necessary.</p>
<p>After finishing that process I began to concentrate on remaining issues. Currently I&#8217;m having layout problems I haven&#8217;t gotten around to with my <a href="http://www.stimuli.ca/slickr">Slickr plugin</a> which I use for my <a href="http://krynsky.com/photos/">photos</a><a href="http://krynsky.com/photos/"> page</a> as well as with my <a href="http://www.chrisjdavis.org/lifestream-ala-wordpress">Lifestream plugin</a> for my <a href="http://krynsky.com/lifestream/">Lifestream page</a>. I&#8217;ve been too lazy to fix them as I struggle nightly whether to work on content or design and content usually wins. Not a huge deal and not the fault of the theme.</p>
<p>Next up was customizing the theme a bit for my liking. As I began to dig through the style.css file I was very happy to see that it was lined with helpful commenting. The main thing I wanted to do was modify the column the overall width of the theme as well as the columns. For anyone else interested it is easily done by editing the style values below:</p>
<p>#wrapper &#8211; changed width to 1000px<br />
#header &#8211; changed width to 1000px<br />
#content &#8211; changed width to 550px<br />
#sidbarRight &#8211; changed width to 170px<br />
#sidebarLeft &#8211; changed width to 150px<br />
#footer &#8211; changed width to 971px<br />
ul#Nav &#8211; changed to 1000px</p>
<p>There was still one more step necessary for these column changes to work and that was to modify the &#8220;contentbg2.gif&#8221; &amp; &#8220;header.gif&#8221; images. Since I was increasing the content column and extending the overall width of the theme, I needed to move the seperator and add to the right side of contentbg2.gif.<br />
<a href="http://www.divshare.com/download/347607-773"></a></p>
<p><a href="http://www.divshare.com/download/348865-a0d">Cleaker contentbg2.gif modified</a><br />
<a href="http://www.divshare.com/download/348865-a0d"><img src="http://athena.divshare.com/athena2/thumbs/2007/04/06/348865/348865-a0d_mid.jpg" border="0" /></a></p>
<p>I also had to increase the width of my header.gif image from 900 to 1000 pixels</p>
<p>I made some other changes too such as incorporating the blockquote style which I liked more from K2 and changed the font weight to bold for the headlines. I will probably play with the color scheme and make some other changes as well in the future.</p>
<p>I am very happy with this theme and urge others that are looking for a great looking, and easily editable theme, to give it a try.</p>
<p><strong>My modified version of Cleaker 2.1 Widgetized is available</strong> <a href="http://www.divshare.com/download/397292-b09">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://krynsky.com/cleaker-is-the-best-wordpress-theme-youve-never-heard-of/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
	
		<media:thumbnail url="http://athena.divshare.com/athena2/thumbs/2007/04/06/348865/348865-a0d_mid.jpg" />
		<media:content url="http://athena.divshare.com/athena2/thumbs/2007/04/06/348865/348865-a0d_mid.jpg" medium="image" />
	</item>
		<item>
		<title>Battlefield 2 stats, tips and info</title>
		<link>http://krynsky.com/battlefield-2-stats-tips-rank-badges-ribbons-weapons-and-info/</link>
		<comments>http://krynsky.com/battlefield-2-stats-tips-rank-badges-ribbons-weapons-and-info/#comments</comments>
		<pubDate>Fri, 22 Jul 2005 21:06:57 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.krynsky.com/battlefield-2-stats-tips-and-info/</guid>
		<description><![CDATA[I&#8217;ve been hunting and pecking for nuggets of info for Battlefield 2 and haven&#8217;t found a single source that has everything. So I thought I&#8217;d create a quick little repository...]]></description>
			<content:encoded><![CDATA[<p style="float: right;margin: 4px;">
<script type="text/javascript"><!--
google_ad_client = "pub-6758191540354481";
google_ad_width = 250;
google_ad_height = 250;
google_ad_format = "250x250_as";
google_ad_type = "text";
google_ad_channel = "";
google_color_border = "f7f7f5";
google_color_bg = "f7f7f5";
google_color_link = "666666";
google_color_text = "666666";
google_color_url = "666666";
//-->
</script><br />
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<p>I&#8217;ve been hunting and pecking for nuggets of info for Battlefield 2 and haven&#8217;t found a single source that has everything. So I thought I&#8217;d create a quick little repository of all the info I&#8217;ve found thus far.</p>
<p>Note: I will continually update this page as I come across more information so bookmark it and visit often.</p>
<p><strong>Update:6/29/07<br />
</strong>I found another cool player stats site called <a href="http://bf2player.com" target="_blank">BF2Player.com</a> that is definitely worth checking out and also offers a large number of custom signatures that you can use. Below is the one I selected but there are a bunch more.</p>
<p><a href="http://www.bf2player.com/index.php?page=stats&amp;account=43397984" target="_blank"><img src="http://www.bf2player.com/sig/1076125.png" /></a></p>
<p><strong>Update:6/23/07 </strong></p>
<ul>
<li>There have been several comments regarding Stats not getting updated I&#8217;ve found a thread that discusses the issue <a href="http://forums.bf2s.com/viewtopic.php?id=77386">here</a></li>
</ul>
<p><strong>How to re-install with Expansion Packs &amp; Add-ons </strong></p>
<ul>
<li>I recently had to re-install on a new machine and it was a bit tricky considering I had purchased add-ons using the EA downloader. Luckily I found a thread that explained the sequence of loading stuff <a href="http://72.14.253.104/search?q=cache:sZskCVvm_X4J:www.forumplanet.com/planetbattlefield/topic.asp%3Ffid%3D19332%26tid%3D1908375+reinstall+battlefield+2+order&amp;hl=en&amp;ct=clnk&amp;cd=1&amp;gl=us" target="_blank">here</a></li>
</ul>
<p><strong>Info Snapshot</strong></p>
<ul>
<li>Current Version 1.41</li>
<li>Official Home Page <a href="http://www.ea.com/official/battlefield/battlefield2/us/">here</a></li>
<li>Download patches and demos <a href="http://www.ea.com/official/battlefield/battlefield2/us/downloads.jsp">here</a></li>
<li>More downloads at <a href="http://www.gamershell.com/pc/battlefield_2/">GamersHell</a></li>
<li>Top 100 Mods available <a href="http://www.doomlab.com/bf2topmods/">here</a></li>
</ul>
<p><strong>Tweaking</strong></p>
<ul>
<li>A guide to tweaking your system for Battlefield 2 can be found <a href="http://www.tweakguides.com/BF2_1.html">here</a></li>
<li>A guide to tweak your complete system for gaming in general can be found <a href="http://forums.guide2games.org/index.php?showtopic=2716">here</a></li>
<li><!--adsense#g250x250-->Having trouble with crashing to desktop or other lockup issues Some have mentioned that it may be a good idea to <a href="http://forums.amd.com/lofiversion/index.php/t77470.html">clear your cache</a></li>
</ul>
<p>Great new overall Tips &amp; Strategy site. This is probably the best and most comprehensive one out there now. It has all the standard stuff like rank and badge requirements but has much more to offer. This includes a guide to piloting helicopters, to specific tactics on all the maps. It even includes easter eggs in the game. Check it out now at <a href="http://www.secretsofbattlefield.com/">http://www.secretsofbattlefield.com/</a></p>
<p><!-- START CUSTOM WIDGETBUCKS CODE --><br />
<script src="http://www.widgetbucks.com/script/widgetMagic.js" type="text/javascript"></script></p>
<p id="container_OFu17PaQyFVI3xeM" class="wbtw468x60"><a href="http://www.widgetbucks.com" target="_blank">WidgetBucks &#8211; Trend Watch &#8211; WidgetBucks.com</a></p>
<p><script type="text/javascript">writeWBStyles("www.widgetbucks.com");setTimeout(function(){var day = "" + new Date().getMonth() + new Date().getDate() + new Date().getYear();var widget = new mpireWidget("http://www.widgetbucks.com/widgets/wbtw468x60.swf?uid=OFu17PaQyFVI3xeM&#038;apiURL=http://www.widgetbucks.com&#038;day="+day,"OFu17PaQyFVI3xeM");widget.write("container_OFu17PaQyFVI3xeM");},Math.floor((Math.random() * 150) - (-(Math.random() * 150))) - (-200))</script><!-- END CUSTOM WIDGETBUCKS CODE --></p>
<p><script type="text/javascript">writeWBStyles("www.widgetbucks.com");setTimeout(function(){var day = "" + new Date().getMonth() + new Date().getDate() + new Date().getYear();var widget = new mpireWidget("http://www.widgetbucks.com/widgets/wbtw468x60.swf?uid=OFu17PaQyFVI3xeM&#038;apiURL=http://www.widgetbucks.com&#038;day="+day,"OFu17PaQyFVI3xeM");widget.write("container_OFu17PaQyFVI3xeM");},Math.floor((Math.random() * 150) - (-(Math.random() * 150))) - (-200))</script><!-- END CUSTOM WIDGETBUCKS CODE --></p>
<p><strong>Best stats website I have found</strong><br />
<a href="http://athena.divshare.com/thumbs/2007/03/28/299930/299930-f86_display.jpg" rel="lightbox"><img src="http://athena.divshare.com/thumbs/2007/03/28/299930/299930-f86.jpg" class="alignleft" border="0" /></a><a href="http://bf2s.com">BF2s.com</a><br />
This site goes way beyond any others in regards to stats. It has a super clean design using some fancy css layout that allows for individual column sorting within tables. You do a head to head comparison with another player. And they provide the html to create the fancy image insertion you see below.<br />
You can look me up <a href="http://bf2s.com/player/paxil_overdose/">here</a>.</p>
<p>I found a WordPress Plugin that allows you to display your stats from bf2s.com. The plugin is available <a href="http://www.viper007bond.com/wordpress-plugins/battlefield-2-stats/" title="Battlefield 2 Stats WordPress Plugin">here</a>. An example of the output with my stats is below:</p>
<p><strong><strong>Ultimate Tools Utility for Battlefield 2</strong><a href="http://bf2s.com/player/43397984/"></a></strong><br />
I came across the following tool which has lots of good features</p>
<p><a href="http://www.divshare.com/download/1051446-8ef"><img src="http://www.divshare.com/img/midsize/1051446-8ef.jpg" border="0" /></a><br />
You can download it <a href="http://forums.bf2s.com/viewtopic.php?id=48047" target="_blank">here</a></p>
<p><a href="http://bf2s.com/player/43397984/"><br />
</a><a href="http://bf2s.com/player/43397984/"><strong>Ribbons, Badges and Medals</strong></a></p>
<p>The best site I have found to contain the most detailed information is <a href="http://ubar.bf2s.com/">Ubar</a> which is now part of BF2S</p>
<ul>
<li><a href="http://ubar.bf2s.com/ribbons.php">Battlefield 2 Ribbons Requirements</a></li>
<li><a href="http://ubar.bf2s.com/badges.php">Battlefield 2 Badges Requirements</a></li>
<li><a href="http://ubar.bf2s.com/medals.php">Battlefield 2 Medals Requirements</a></li>
<li><a href="http://ubar.bf2s.com/ribbons-sf.php">Battlefield 2 &#8211; Special Forces Ribbons Requirements</a></li>
<li><a href="http://ubar.bf2s.com/badges.php">Battlefield 2</a><a href="http://ubar.bf2s.com/ribbons.php"> &#8211; Special Forces </a><a href="http://ubar.bf2s.com/badges-sf.php">Badges Requirements</a></li>
<li><a href="http://ubar.bf2s.com/medals.php">Battlefield 2</a><a href="http://ubar.bf2s.com/medals-sf.php"> &#8211; Special Forces </a><a href="http://ubar.bf2s.com/medals.php">Medals Requirements</a></li>
</ul>
<p>Below is some other basic info.</p>
<table id="mytable" cellspacing="0">
<tr>
<th scope="col">Badge / Ribbon</th>
<th scope="col">Criteria to Receive</th>
</tr>
<tr>
<td>Basic Combat</td>
<td>(i.e. Sniper, Assault, Medic, Engineer, Support, AntiArmor, SpecOps) you just need to get 10 kills with any of your handheld weapons within one round. Kills within any vehicle or ground weapons doesn&#8217;t count.</td>
</tr>
<tr>
<td class="alt">Basic Vehicle</td>
<td class="alt">(Transport, Armor, Helicopter, Ground Defence, Air Defence, Aviator) you just need to be in one of these vehicles for 30 minutes. You must be the driver of the vehicle except in the case of ground defense and air defense which are mounted on the ground.</td>
</tr>
<tr>
<td>Basic Knife Combat</td>
<td>7 kills with the knife (regardless of kit) within one round</td>
</tr>
<tr>
<td class="alt">Basic Pistol Combat</td>
<td class="alt">9 kills with the pistol (regardless of kit) within one round</td>
</tr>
<tr>
<td>Basic Explosive Ordinance</td>
<td>Kill 10 people with C4 (Special Ops kit) within one round</td>
</tr>
<tr>
<td class="alt">Basic Command</td>
<td class="alt">Win 50 points as a commander within one round</td>
</tr>
<tr>
<td>Basic Engineer</td>
<td>10 points repairing your commander equipment (Artillery, UAV Trailer, Radar) or by repairing vehicles that you are in or have team members in them within one round</td>
</tr>
<tr>
<td class="alt">Basic First Aid</td>
<td class="alt">10 healing points by giving first aid within one round. Healing yourself doesn&#8217;t count</td>
</tr>
<tr>
<td>Basic Resupply</td>
<td>provide 5 resupply points by throwing ammo kits on the floor or standing near teammates with ammo in hand within one round. Resupplying yourself doesn&#8217;t count</td>
</tr>
</table>
<p><strong>Best First Weapon to Unlock</strong><br />
After reading posts on many forums, the overall concensus appears to be either the Spec Ops or Medic kit</p>
<p>If you want evidence of this it can be found at the Total BF2 Forums <a href="http://forums.totalbf2.com/showthread.php?t=12222">here</a></p>
<p><strong>Remove intro demo movies</strong><br />
This will allow you to automatically bypass all intro movies and take you directly into the game.</p>
<p>Assuming you installed in the default location:<br />
Go to C:\Program Files\EA GAMES\Battlefield 2 Demo\mods\bf2\Movies<br />
Create a folder called backup<br />
Move all files into this folder EXCEPT for:<br />
noise.bik<br />
menu.bik<br />
menu_loggedin.bik</p>
<p>Others instructions state to delete the files, but I feel safer moving them to another folder in case they become necessary in the future with a patch.</p>
<p><strong>Run game in 1280 x 1024 resolution</strong><br />
This is a common resolution that people are running that isn&#8217;t supported within the in-game menu.</p>
<p>Simply modify your shortcut to the game to include these parameters:<br />
+szx 1280 +szy 1024</p>
<p>So your shortcut should look like this if you installed in the default location:<br />
C:\Program Files\EA GAMES\Battlefield 2 Demo\BF2.exe&#8221; +menu 1 +fullscreen 1 +szx 1280 +szy 1024</p>
<p><strong>Console Commands and other inforamtion</strong><br />
A comprehensive list with additional information is available <a href="http://www.gamewinners.com/DOSWIN/blbattlefield2.htm">here</a></p>
<p><strong>Graphs &amp; Charts of Weapon Damage and more&#8230;</strong><br />
A table containing this information and more is available <a href="http://bf2issues.digitalsoftware.se/">here</a></p>
<p><strong>Rank Requirements and Weapon Unlocks</strong><br />
Below is a breakdown of the Global score necessary to achieve a rank and whether a weapon unlock will become available.</p>
<table id="mytable" cellspacing="0">
<tr>
<th scope="col">Global Points</th>
<th scope="col">Rank</th>
<th scope="col">Weapon Unlock</th>
</tr>
<tr>
<td>0</td>
<td>Private</td>
<td>nothing unlocked</td>
</tr>
<tr>
<td class="alt">150</td>
<td class="alt">Private First Class</td>
<td class="alt">nothing unlocked</td>
</tr>
<tr>
<td>500</td>
<td>Lance Corporal</td>
<td>1st unlock</td>
</tr>
<tr>
<td class="alt">800</td>
<td class="alt">Corporal</td>
<td class="alt">2nd unlock</td>
</tr>
<tr>
<td>2500</td>
<td>Sargeant</td>
<td>3rd unlock</td>
</tr>
<tr>
<td class="alt">5000</td>
<td class="alt">Staff Sargeant</td>
<td class="alt">4th unlock</td>
</tr>
<tr>
<td>8,000</td>
<td>Gunnery Sergeant</td>
<td>5th unlock</td>
</tr>
<tr>
<td class="alt">20,000</td>
<td class="alt">Master Sargeant</td>
<td class="alt">6th unlock</td>
</tr>
<tr>
<td>20,000*</td>
<td>First Sargeant</td>
<td>no unlock</td>
</tr>
<tr>
<td class="alt">50,000</td>
<td class="alt">Master Gunnery Sargeant</td>
<td class="alt">7th unlock</td>
</tr>
<tr>
<td>50,000**</td>
<td>Sargeant Major</td>
<td>no unlock</td>
</tr>
<tr>
<td class="alt">2,500,000</td>
<td class="alt">Sargeant Major of the Marine Corps</td>
<td class="alt">no unlock</td>
</tr>
</table>
<p>* Also requires + Awards: Basic Knife Combat Badge, Basic Pistol Combat Badge, Basic Assault Combat Badge, Basic Anti-tank Combat Badge, Basic Sniper Combat Badge, Basic Spec Ops Combat Badge, Basic Support Combat Badge, Basic Engineer Combat Badge, Basic Medic Combat Badge</p>
<p>** �Also requires + Awards: Basic Armor Badge, Basic Transport Badge, Basic Helicopter Badge, Basic Aviator Badge, Basic Air Defense Badge, Basic Ground Defense Badge</p>
<p><strong><br />
File downloads &#8211; Patches, Demos, Movies, Screenshots, etc&#8230;</strong><br />
I think the best collection of these can all be found on this single page at <a href="http://www.3dgamers.com/games/battlefield2/downloads/">3D Gamers</a></p>
<p>It was only a matter of time before someone created a <a href="http://www.shackbattles.com/wiki/index.php/Battlefield_2">Battlefield 2 Wiki</a>. I haven&#8217;t checked it out yet but this could be a great source of info.</p>
<p><strong>Battlefield 2 Case Mods</strong><br />
<a href="http://www.bit-tech.net/modding/2005/08/15/battlefield2_part2/1.html">these</a> case mods are awesome!</p>
<p><strong>Robin Williams plays Battlefield 2 as a sniper</strong><br />
You can read about it <a href="http://www.joystiq.com/entry/1234000183072155/">here</a></p>
<p><strong>Tom&#8217;s Hardware tears EA and Dice a new one on Battlefield 2&#8242;s early release</strong><br />
The pull no punches in there story available <a href="http://www.tomshardware.com/column/20050813/index.html">here</a>. I will start off by saying that I love BF2 but the fact does remain that we have all become frustrated for a product that really wasn&#8217;t ready to be released to the public. Let&#8217;s hope they learn from this.</p>
<p><strong>Purchase Battlefield 2 Items </strong></p>
<table>
<tr>
<td><iframe src="http://rcm.amazon.com/e/cm?t=desperatedial-20&#038;o=1&#038;p=8&#038;l=as1&#038;asins=B0006SL93I&#038;fc1=000000&#038;IS2=1&#038;lt1=_blank&#038;lc1=0000FF&#038;bc1=000000&#038;bg1=FFFFFF&#038;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></td>
<td><iframe src="http://rcm.amazon.com/e/cm?t=desperatedial-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=B000MRB8LQ&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" marginheight="0" marginwidth="0" style="width: 120px; height: 240px" frameborder="0" scrolling="no"></iframe></td>
<td><iframe src="http://rcm.amazon.com/e/cm?t=desperatedial-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=B000AO9YQM&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" marginheight="0" marginwidth="0" style="width: 120px; height: 240px" frameborder="0" scrolling="no"></iframe></td>
<td><iframe src="http://rcm.amazon.com/e/cm?t=desperatedial-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=B000FDOYM2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" marginheight="0" marginwidth="0" style="width: 120px; height: 240px" frameborder="0" scrolling="no"></iframe></td>
<tr>
<td><iframe src="http://rcm.amazon.com/e/cm?t=desperatedial-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=B000J53BZC&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" marginheight="0" marginwidth="0" style="width: 120px; height: 240px" frameborder="0" scrolling="no"></iframe></td>
<td><iframe src="http://rcm.amazon.com/e/cm?t=desperatedial-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=B0007VJ7I8&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" marginheight="0" marginwidth="0" style="width: 120px; height: 240px" frameborder="0" scrolling="no"></iframe></td>
<td><iframe src="http://rcm.amazon.com/e/cm?t=desperatedial-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0761548858&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" marginheight="0" marginwidth="0" style="width: 120px; height: 240px" frameborder="0" scrolling="no"></iframe></td>
<td><iframe src="http://rcm.amazon.com/e/cm?t=desperatedial-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0761548866&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" marginheight="0" marginwidth="0" style="width: 120px; height: 240px" frameborder="0" scrolling="no"></iframe></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://krynsky.com/battlefield-2-stats-tips-rank-badges-ribbons-weapons-and-info/feed/</wfw:commentRss>
		<slash:comments>166</slash:comments>
	
		<media:thumbnail url="http://www.bf2player.com/sig/1076125.png" />
		<media:content url="http://www.bf2player.com/sig/1076125.png" medium="image" />
		<media:content url="http://athena.divshare.com/thumbs/2007/03/28/299930/299930-f86.jpg" medium="image" />
		<media:content url="http://www.divshare.com/img/midsize/1051446-8ef.jpg" medium="image" />
	</item>
		<item>
		<title>Saviour or waste of time? We&#8217;ll see</title>
		<link>http://krynsky.com/saviour-or-waste-of-time-well-see/</link>
		<comments>http://krynsky.com/saviour-or-waste-of-time-well-see/#comments</comments>
		<pubDate>Wed, 14 May 2003 05:41:29 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[telemarketing]]></category>

		<guid isPermaLink="false">http://krynsky.com/saviour-or-waste-of-time-well-see/</guid>
		<description><![CDATA[Don&#8217;t know about most people, but I am a huge victim of telemarketers. I get on average 2 calls a day. This is one of the most irritating issues I...]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t know about most people, but I am a huge victim of telemarketers. I get on  average 2 calls a day. This is one of the most irritating issues I have in daily  life, and I&#8217;m pretty easygoing. So when I heard of the National &#8220;Do Not Call&#8221;  Registry I got excited, but know that all too often evil finds ways to work  around the system. Regardless, I hope the system helps and today I became aware  of the <a href="http://www.ftc.gov/bcp/conline/edcams/donotcall/index.html">website</a> to  monitor so that you can sign up when it becomes available.</p>
]]></content:encoded>
			<wfw:commentRss>http://krynsky.com/saviour-or-waste-of-time-well-see/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Trying to make my life easier</title>
		<link>http://krynsky.com/trying-to-make-my-life-easier/</link>
		<comments>http://krynsky.com/trying-to-make-my-life-easier/#comments</comments>
		<pubDate>Fri, 02 May 2003 05:42:26 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[lazy]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://krynsky.com/trying-to-make-my-life-easier/</guid>
		<description><![CDATA[I have to remove excuses from updating my site. Currently I&#8217;ve been wanting to put up more photos of my kids, but I&#8217;ve been hand coding those pages so my...]]></description>
			<content:encoded><![CDATA[<p>I have to remove excuses from updating my site. Currently I&#8217;ve been wanting to put up  more photos of my kids, but I&#8217;ve been hand coding those pages so my laziness  gets the better of me and I rarely update. So I was on the hunt for a script to  make my life easier and I think I <a href="http://www.brainscanstudios.com/dev_projects/displaypics/index.asp">found</a>  a script I&#8217;m going to use. I will be playing with it some more and hopefully get  some new photos up soon.</p>
<p><strong>Current distractions</strong><br />
Listening: <a href="http://www.amazon.com/exec/obidos/ASIN/B00006BTCA/desperatedial-20">Interpol</a><br />
Watching: <a href="http://www.amazon.com/exec/obidos/ASIN/B00005JL57/desperatedial-20">Y Tu  Mama Tambien</a><br />
Playing: <a href="http://www.desertcombat.com/">Desert  Combat</a></p>
]]></content:encoded>
			<wfw:commentRss>http://krynsky.com/trying-to-make-my-life-easier/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
	</item>
		<item>
		<title>Feeling black and blue from all the red and brown</title>
		<link>http://krynsky.com/feeling-black-and-blue-from-all-the-red-and-brown/</link>
		<comments>http://krynsky.com/feeling-black-and-blue-from-all-the-red-and-brown/#comments</comments>
		<pubDate>Sat, 15 Feb 2003 05:45:30 +0000</pubDate>
		<dc:creator>Mark Krynsky</dc:creator>
				<category><![CDATA[Funny]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[dark]]></category>
		<category><![CDATA[valentines]]></category>

		<guid isPermaLink="false">http://krynsky.com/feeling-black-and-blue-from-all-the-red-and-brown/</guid>
		<description><![CDATA[I&#8217;ll start by saying that I love my wife dearly and there&#8217;s nothing I wouldn&#8217;t do for her. Ok, now that I got that out of the way I&#8217;m glad...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll start by saying that I love my wife dearly and there&#8217;s nothing I wouldn&#8217;t  do for her. Ok, now that I got that out of the way I&#8217;m glad another american  consumer holiday is about to end. The only thing nice about the madness created  by these celebrations are the cynical flipsides created. Here&#8217;s a an assortment  of <a href="http://www.notsosoft.com/postcard/">alternative cards</a> in case  you couldn&#8217;t find just the right one for Vday</p>
]]></content:encoded>
			<wfw:commentRss>http://krynsky.com/feeling-black-and-blue-from-all-the-red-and-brown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
	</channel>
</rss>

