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

<channel>
	<title>Michael Koby &#187; Lists</title>
	<atom:link href="http://www.mkoby.com/category/lists/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mkoby.com</link>
	<description>Commentary on Technology, Media, News &#38; More</description>
	<lastBuildDate>Tue, 22 Jun 2010 23:21:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Git Resources</title>
		<link>http://www.mkoby.com/2009/09/07/git-resources/</link>
		<comments>http://www.mkoby.com/2009/09/07/git-resources/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 19:25:05 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Lists]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[source control system]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/?p=1357</guid>
		<description><![CDATA[Over the last couple of months I have been working on moving all of my personal projects over to Git based source control.  I have moved all of my source code to GitHub.  The reason I did this was because I had been hearing a lot of good things about Git, I was tired of [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last couple of months I have been working on moving all of my personal projects over to <a title="Git" href="http://git-scm.com/">Git</a> based source control.  I have moved all of my source code to <a title="GitHub - mkoby" href="http://github.com/mkoby">GitHub</a>.  The reason I did this was because I had been hearing a lot of good things about Git, I was tired of using Subversion, and I figured if the Linux Kernel developers were using it then I should give it some consideration.</p>
<p>I like the concepts of Git, especially the whole &#8220;distributed&#8221; concept that is one of its main selling points (even if I didn&#8217;t understand 100% of the time what it meant).  But what I&#8217;ve really come to love about Git is the fact that it really allows you to do what&#8217;s called &#8220;branch per feature&#8221; when developing code.  There are some other nice features that make working with Git so much better than working with Subversion, even in a more corporate environment.  The downside to Git is the lack of graphical tools for the Windows users.  The most powerful tool for Git is it&#8217;s command line.  While tools like <a title="TortoiseGit" href="http://code.google.com/p/tortoisegit/">TortoiseGit</a> do exist, there is still more power in using the command line.</p>
<p>But if you are interested in Git, I have collected some Git resources here below for you.</p>
<p><a title="Git Website" href="http://git-scm.com/">Git Website</a> &#8211; The Git website.  This contains the latest Git source downloads, a free &#8220;getting started&#8221; book, and other information about Git.</p>
<p><a title="Los Techies - Git for Windows Series" href="http://www.lostechies.com/blogs/jason_meridth/archive/2009/06/01/git-for-windows-developers-git-series-part-1.aspx">Git For Windows</a> &#8211; This wonderful series from Los Techies, is a must read for any windows developer looking to get started with Git.</p>
<p><a title="Git: Your New Best Friend" href="http://www.sitepoint.com/article/version-control-git/">Git: Your New Best Friend</a> &#8211; This is another nice intro to Git that will walk you through several key Git concepts.</p>
<p><a title="GitHub Guides" href="http://github.com/guides/home">GitHub Guides</a> &#8211; These guides range from beginners level to more advanced topics.  There are also a couple of GitHub specific guides here.  If you&#8217;re looking to get started with Git, you&#8217;ll need a Git repository and you can get one at GitHub.</p>
<p><a title="Git Cheatsheet" href="http://zrusin.blogspot.com/2007/09/git-cheat-sheet.html">Git Cheatsheet</a> &#8211; A nice Git Cheatsheet</p>
<p><a title="Pro Git Book" href="http://progit.org/">Pro Git Book</a> &#8211; This is a complete online book, it is also available for purchase.  If you find value in using the online edition, please support the author and buy the book.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2009/09/07/git-resources/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Five Security Issues Most People Do</title>
		<link>http://www.mkoby.com/2007/03/02/five-security-issues-most-people-do/</link>
		<comments>http://www.mkoby.com/2007/03/02/five-security-issues-most-people-do/#comments</comments>
		<pubDate>Fri, 02 Mar 2007 07:30:00 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Lists]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2007/03/02/five-security-issues-most-people-do/</guid>
		<description><![CDATA[These are all simple 
areas to be more 
secure in. If people 
just took an extra 10-
15 minutes in some 
cases, their chances 
of being hacked, 
having their password 
phished, or their data 
stolen would drop 
tremendously. Firefox 
and Internet Explorer 
had to put warnings 
for possible phishing 
sites because people 
could not be bothered 
to double check 
where they were at 
on the web. 
Companies implement 
password policies to 
ensure secure 
passwords on their 
networks. Sometimes 
taking the simplest of 
steps can go miles in 
protecting you and 
your data.
]]></description>
			<content:encoded><![CDATA[<p>Every computer user is guilty of overlooking some method of being more secure. Even I take shortcuts sometimes. But this week we are going to look at five different security problems that most people practice.</p>
<ul>
<li>5) Not Verifying Websites Before Entering Personal Information: A lot of people do not realize that phishers can make websites look very legit. I myself have fallen for a couple only to be seriously screwed over. Firefox and Internet Explorer now give huge, canâ€™t miss warnings about these websites. Just so everyone is aware, most websites these days are secured and you can check the validity of the secure connection by double clicking on the little lock icon in the status bar section of your web browser</li>
</ul>
<ul>
<li>4) Writing Passwords Down: It amazes me that in this day and age, even after numerous warnings, and countless lectures people still write their passwords down and then hide them in places that everyone checks first like under the keyboard or mouse pad. Folks, please stop writing your passwords down.</li>
</ul>
<ul>
<li>3) Giving Passwords Out to Unknown People: You would be surprised how many people still give their passwords out to random people who do nothing more than ask them for it. Even with huge warnings posted with in the chat window or in emails, people still willingly give people they do not know, their passwords.</li>
</ul>
<ul>
<li>2) Not Changing the Default Settings on Internet Routers: If you were to drive around in any subdivision, you could have your pick of wireless internet routers to use for random internet access. Want to download music, movies, or other questionable content? Simply drive through any major neighborhood and you can connect to a host of access points named &#8220;Linksys&#8221; and no one would be any wiser to it. Please, when you set up your wireless router, change the SSID and password for the router. Otherwise, you are just asking for trouble.</li>
</ul>
<ul>
<li>1) Using insecure Passwords: This is probably the biggest one. People like to pick passwords that are easy to remember, but because they are easy to remember, they are also easy to guess, hack, crack, or even just pick out of a hat. A more secure password is just as simple as replacing some letters with numbers. For example, Michael becomes M1c4@3L, or something similar. Also, using a password safe (like <a href="http://keepass.sourceforge.net" title="KeePass Open Source Password Safe" target="_blank">KeePass</a>) can really help in this area.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2007/03/02/five-security-issues-most-people-do/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>5 Wordpress Plugins</title>
		<link>http://www.mkoby.com/2007/02/23/5-wordpress-plugins/</link>
		<comments>http://www.mkoby.com/2007/02/23/5-wordpress-plugins/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 07:30:46 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Lists]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2007/02/23/5-wordpress-plugins/</guid>
		<description><![CDATA[It seems these days everyone is using Wordpress to handle their blogging needs. And why not? It is one of the easiest to use, highly customizable web applications in existence today. For this week&#8217;s list I&#8217;m going to share with your 5 Wordpress plugins that I use on this website here.

5) Future Posts &#38; Enhanced [...]]]></description>
			<content:encoded><![CDATA[<p>It seems these days everyone is using <a href="http://www.wordpress.org" title="Wordpress" target="_blank">Wordpress</a> to handle their blogging needs. And why not? It is one of the easiest to use, highly customizable web applications in existence today. For this week&rsquo;s list I&rsquo;m going to share with your 5 Wordpress <a title="Wordpress Plugin Database" href="http://wp-plugins.net/" target="_blank" >plugins</a> that I use on this website here.</p>
<ul>
<li>5) <a title="Future Posts" href="http://www.figby.com/archives/2005/04/12/wordpress-15-plug-in-view-future-posts/" target="_blank" >Future Posts</a> &amp; <a title="Enhanced Post Management" href="http://www.figby.com/archives/2005/07/20/wordpress-plugin-enhanced-post-management/" target="_blank" >Enhanced Post Management</a>: Yes, I know these are two separate plugins, but they are written by the same person, <a title="Michael Mancur" href="http://www.figby.com/" target="_blank" >Michael Mancur</a>. These two plugins alone help me track my future posts (since I write my Mon., Wed., and Friday posts about 1 week in advance on average) as well as modifying the post management page to make things a little easier to maintain. Great, simple plugins.</li>
</ul>
<ul>
<li>4) <a title="Google Sitemaps" href="http://www.arnebrachhold.de/2005/06/05/google-sitemaps-generator-v2-final" target="_blank" >Google Sitemaps</a>: This plugin is almost essential if you want Google to index your website accurately. You simply need to install it, set a couple of options and you are sending sitemaps to Google. Also, since Yahoo! and Microsoft have agreed to use this particular sitemap standard, there is no better time to install this plugin.</li>
</ul>
<ul>
<li>3) <a title="Feedburner Feed Replacement" href="http://orderedlist.com/wordpress-plugins/feedburner-plugin/" target="_blank" >Feedburner Feed Replacement</a>: When it comes to modifying files located on the server, I am of two minds. Part of me likes to do it myself, so that I can learn the inner workings of things. However, there are certain things where my mind tells me to let the computer do it. My RSS feeds is one of those things. Since RSS is one of the new ways to show you how much traffic you are getting, I wanted the most accurate numbers possible. This <a href="http://www.feedburner.com" title="Feedburner" target="_blank">Feedburner</a> plugin, has one textbox and that is it. Doesn&rsquo;t get any simpler than that.</li>
</ul>
<ul>
<li>2) <a title="Wordpress Cache" href="http://mnm.uib.es/gallir/wp-cache-2/" target="_blank" >Wordpress Cache</a>: Speed counts when you run a website. The faster your page loads the happier the readers are. Wordpress Cache makes it easy to cache pages on your site for a length of time that <strong>you</strong> determine. You simply tell it how long to cache a page for and this plugin does the rest.</li>
</ul>
<ul>
<li>1) <a title="OpenID Registration" href="http://sourceforge.net/projects/wpopenid/" target="_blank" >OpenID Registration</a>: I have been on an OpenID kick lately. I really like the idea of a single login/password combination. I also think that OpenID has the potential to succeed where Microsoft&rsquo;s Live ID fails. This plugin allows you to set up OpenID registration on your website so that people can use their OpenID when registering to leave comments. While installing the plugin in the comment form can be a little difficult for a beginner in PHP/HTML, the payoff is worth it. I expect that OpenID is going to make a ton of headway now that AOL and Microsoft have announced support for the platform.</li>
</ul>
<p>Well there you have it, some Wordpress plugins that I use on this website. None of these probably come as a tremendous shock, but they are good plugins that should at least be given some focus. Do you have a Wordpress plugin that you love? Tell me about by leaving a comment or emailing me directly.</p>
<p align="left">[Technorati Tag: <a title="Technorati Tag: List" href="http://www.technorati.com/tag/list" target="_blank" rel="tag" >List</a>]<br />[Technorati Tag: <a title="Technorati Tag: Wordpress" href="http://www.technorati.com/tag/wordpress" target="_blank" rel="tag" >Wordpress</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2007/02/23/5-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weekly Reads 2007-02-16</title>
		<link>http://www.mkoby.com/2007/02/16/weekly-reads-2007-02-16/</link>
		<comments>http://www.mkoby.com/2007/02/16/weekly-reads-2007-02-16/#comments</comments>
		<pubDate>Fri, 16 Feb 2007 06:42:48 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Lists]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2007/02/16/weekly-reads-2007-02-16/</guid>
		<description><![CDATA[This week's weekly 
reads, includes some 
links you can't live 
without, getting things 
done with Google, 
replacing consumer 
products on the 
cheap, and much 
more. Be sure to 
scope out some of 
these articles that I 
found interesting.
]]></description>
			<content:encoded><![CDATA[<p>This week&rsquo;s weekly reads, includes some links you can&rsquo;t live without, getting things done with Google, replacing consumer products on the cheap, and much more. Be sure to scope out some of these articles that I found interesting.</p>
<p><a href="http://www.copyblogger.com/" title="Copyblogger" target="_blank">Copyblogger</a>:</p>
<ul>
<li><a title="Copyblogger - Links You Can&rsquo;t Live Without" href="http://www.copyblogger.com/links-you-can%e2%80%99t-live-without/" target="_blank" >Links You Can&rsquo;t Live Without</a></li>
</ul>
<p>Problogger:</p>
<ul>
<li><a title="How to Drive Traffic to Your Blog - The Advice of a 12 Year Old" href="http://www.problogger.net/archives/2007/02/13/how-to-drive-traffic-to-your-blog-the-advice-of-a-12-year-old/" target="_blank" >How to Drive Traffic to Your Blog &#8211; The Advice of a 12 Year Old</a></li>
</ul>
<p><a title="Open Loops" href="http://hwebbjr.typepad.com/openloops/" target="_blank" >Open Loops</a>:</p>
<ul>
<li><a title="Open Loops - Two Ways to Use Your New Found Morning Hours" href="http://hwebbjr.typepad.com/openloops/2007/02/two_ways_to_use.html" target="_blank" >Two Ways to Use Your New Found Morning Hours</a></li>
</ul>
<p><a href="http://www.lifehacker.com" title="Lifehacker" target="_blank">Lifehacker</a>:</p>
<ul>
<li><a title="Lifehacker - GTD with GOOG" href="http://www.lifehacker.com/software/gtd/gtd-with-goog-235438.php" target="_blank" >GTD with GOOG</a>
</li>
<li><a title="Lifehacker - Improve Your Indoor Air Quality" href="http://www.lifehacker.com/software/health/improve-your-indoor-air-quality-235180.php" target="_blank" >Improve Your Indoor Air Quality</a></li>
</ul>
<p><a title="Baron VC" href="http://baron.vc/" target="_blank" >Baron VC</a>:</p>
<ul>
<li><a title="Baron VC - Digg&rsquo;s Dirty Little Secret: The Art of Getting Buried" href="http://baron.vc/diggs-dirty-little-secret-the-art-of-getting-buried/" target="_blank" >Digg&rsquo;s Dirty Little Secret: The Art of Getting Buried</a></li>
</ul>
<p><a title="The Simple Dollar" href="http://www.thesimpledollar.com" target="_blank" >The Simple Dollar</a>:</p>
<ul>
<li><a title="The Simple Dollar - 8 Ways to Replace Common Consumer Products on the Cheap" href="http://www.thesimpledollar.com/2007/02/09/8-ways-to-replace-common-consumer-products-on-the-cheap/" target="_blank" >8 Ways to Replace Common Consumer Products on the Cheap</a></li>
</ul>
<p><a title="Web Worker Daily" href="http://webworkerdaily.com/" target="_blank" >Web Worker Daily</a>:</p>
<ul>
<li><a title="10 Tips for Organizing Your Email" href="http://webworkerdaily.com/2007/02/15/10-tips-for-organizing-your-e-mail/#more-414" target="_blank" >10 Tips for Organizing Your Email</a>
</li>
<li><a title="15 Stress Management Tips for the Web Worker" href="http://webworkerdaily.com/2007/02/14/15-stress-management-tips-for-the-web-worker/" target="_blank" >15 Stress Management Tips for the Web Worker</a></li>
</ul>
<p>[Technorati Tag: <a title="Technorati Tag: List" href="http://www.technorati.com/tag/list" target="_blank" rel="tag" >List</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2007/02/16/weekly-reads-2007-02-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Killer Flagship Content by ChrisG (Review)</title>
		<link>http://www.mkoby.com/2007/02/12/killer-flagship-content-by-chrisg-review/</link>
		<comments>http://www.mkoby.com/2007/02/12/killer-flagship-content-by-chrisg-review/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 01:59:30 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Lists]]></category>
		<category><![CDATA[Book Reviews]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2007/02/12/killer-flagship-content-by-chrisg-review/</guid>
		<description><![CDATA[I just finished reading 
Killer Flagship 
Content by Chris 
Garrett of currently of 
ChrisG.com and 
(formally?) 
Performancing.com . 
This fourteen page 
ebook that comes as 
a free gift when 
subscribing to the 
RSS feed for 
ChrisG.com is a great 
beginning resource for 
any new blogger. In 
fact, it is probably 
one of newest must 
read resources for a 
new blogger.
]]></description>
			<content:encoded><![CDATA[<p>I just finished reading <strong><em>Killer Flagship Content</em></strong> by Chris Garrett of currently of <a href="http://www.chrisg.com" title="ChrisG.com" target="_blank">ChrisG.com</a> and (formally?) <a href="http://www.performancing.com" title="Perfomancing.com" target="_blank">Performancing.com</a>.  This fourteen page ebook that comes as a free gift when subscribing to the RSS feed for ChrisG.com is a great beginning resource for any new blogger.  In fact, it is probably one of newest must read resources for a new blogger.</p>
<p>While many will argue that what is said in <strong><em>Killer Flagship Content</em></strong> has been said before by just about every blogger teaching others how to blog, it is nice to have the high points in one fourteen page supplement that new writers can be pointed to for easy reading.  Chris puts everything in very simple terms and makes it easy to understand where he is going within the first five pages.  The lists, tips, and insight he gives is something that I wish was available to me before I launched this website.  Granted, I am not ashamed of anything I have done so far, I just feel that I could have started out better rather than learning 4-6 months later what I should have been doing from the start.</p>
<p>The idea of flagship content, is something that new bloggers need to focus on.  There is a lot of &quot;doing what that guy is doing&quot; in the blogosphere these days.  Having original content to point new readers to is something that is very important for a new writer to focus on.  If you are new to blogging or known someone who is thinking of getting into the market, then you should point them to ChrisG.com where they can subscribe to the RSS feed and get a free copy of <strong><em>Killer Flagship Content</em></strong>.  They will definitely want to add <a title="Subscribe to ChrisG.com" href="http://www.chrisg.com/subscribe/" target="_blank" >ChrisG.com&rsquo;s RSS feed</a> to their favorite RSS reader since Chris specializes in helping bloggers succeed.</p>
<p>For more information on how to obtain a copy of Killer Flagship Content, please visit <a title="ChrisG.com Killer Flagship Content" href="http://www.chrisg.com/killer-flagship-content-free-ebook-to-download/" target="_blank" >ChrisG.com</a>.</p>
<p align="left">[Technorati Tag: <a title="Technorati Tag: Book Review" href="http://www.technorati.com/tag/book+review" target="_blank" >Book Review</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2007/02/12/killer-flagship-content-by-chrisg-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Weekly Reads 2007-02-09</title>
		<link>http://www.mkoby.com/2007/02/09/weekly-reads-2007-02-09/</link>
		<comments>http://www.mkoby.com/2007/02/09/weekly-reads-2007-02-09/#comments</comments>
		<pubDate>Sat, 10 Feb 2007 01:30:00 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Lists]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2007/02/09/weekly-reads-2007-02-09/</guid>
		<description><![CDATA[In this weeks weekly 
readings, Lifehacker 
shows you how to get 
good with Google 
Reader 
<http ://www.google.c
om/reader>, 
Problogger wants to 
make your RSS feeds 
pop, and Steve Jobs 
gives his opinions on 
DRM and digital 
music downloads.
</http>]]></description>
			<content:encoded><![CDATA[<p> In the weekly readings for this week, Lifehacker shows you how to get good with <a href="http://www.google.com/reader" title="Google Reader" target="_blank">Google Reader</a>, Problogger wants to make your RSS feeds pop, and Steve Jobs gives his opinions on DRM and digital music downloads.</p>
<p><a href="http://www.lifehacker.com" title="Lifehacker" target="_blank">Lifehacker</a>:</p>
<ul>
<li>
<p align="left">
<p align="left"><a href="http://lifehacker.com/software/google-reader/hack-attack-getting-good-with-google-reader-233712.php" title="Getting Good With Google Reader" target="_blank"></a></p>
<p align="left"><a href="http://lifehacker.com/software/google-reader/hack-attack-getting-good-with-google-reader-233712.php" title="Getting Good With Google Reader" target="_blank">Getting Good With Google Reader</a></p>
</li>
</ul>
<p align="left"><a href="http://www.problogger.net" title="Problogger" target="_blank">Problogger</a>:</p>
<ul>
<li>
<p align="left"><a href="http://www.problogger.net/archives/2007/02/08/how-to-blog-with-voice-and-increase-community-and-readership/" title="How to Blog With Voice and Increase Community and Readership" target="_blank"></a></p>
<p align="left"><a href="http://www.problogger.net/archives/2007/02/08/how-to-blog-with-voice-and-increase-community-and-readership/" title="How to Blog With Voice and Increase Community and Readership" target="_blank">How to Blog With Voice and Increase Community and Readership</a></p>
</li>
<li>
<p align="left"><a href="http://www.problogger.net/archives/2007/02/06/how-to-make-your-rss-feeds-pop/" title="How to Make Your RSS Feeds Pop (Series)" target="_blank"></a></p>
<p align="left"><a href="http://www.problogger.net/archives/2007/02/06/how-to-make-your-rss-feeds-pop/" title="How to Make Your RSS Feeds Pop (Series)" target="_blank">How to Make Your RSS Feeds Pop (Series)</a></p>
</li>
</ul>
<p align="left"><a href="http://www.thesimpledollar.com/" title="The Simple Dollar" target="_blank">The Simple Dollar</a>:</p>
<ul>
<li><a href="http://www.thesimpledollar.com/2007/02/05/ten-books-that-changed-my-life-3-mere-christianity/" title="Ten Books that Changed My Life #3 - Mere Christianity by C.S. Lewis" target="_blank">Ten Books that Changed My Life #3 &#8211; Mere Christianity by C.S. Lewis</a></li>
</ul>
<p>Other:</p>
<ul>
<li><a href="http://www.apple.com/hotnews/thoughtsonmusic/" title="Thoghts on Music" target="_blank">Thoughts on Music</a> by Steve Jobs</li>
</ul>
<p align="left">[Technorati Tags: <a href="http://www.technorati.com/tag/lists" title="Technorati Tag: Lists" target="_blank" rel="tag">Lists</a>]<br />
[Technorati Tags: <a href="http://www.technorati.com/tag/lifehacker" title="Technorati Tag: Lifehacker" target="_blank" rel="tag">Lifehacker</a>]<br />
[Technorati Tags: <a href="http://www.technorati.com/tag/problogger" title="Technorati Tag: Problogger" target="_blank" rel="tag">Problogger</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2007/02/09/weekly-reads-2007-02-09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Websites to Check Out</title>
		<link>http://www.mkoby.com/2007/02/09/five-websites-to-check-out/</link>
		<comments>http://www.mkoby.com/2007/02/09/five-websites-to-check-out/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 07:30:00 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Lists]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2007/02/09/five-websites-to-check-out/</guid>
		<description><![CDATA[There are millions of websites out there. With so many out there, how do you know what to go and look at? For this week&#8217;s list, we will look at five websites that I have been enjoying lately.

The Simple Dollar &#8211; I have spent the last 2-3 months working on a plan to get my [...]]]></description>
			<content:encoded><![CDATA[<p>There are millions of websites out there. With so many out there, how do you know what to go and look at? For this week&#8217;s list, we will look at five websites that I have been enjoying lately.</p>
<ul>
<li><a title="The Simple Dollar" href="http://www.thesimpledollar.com/" target="_blank">The Simple Dollar</a> &#8211; I have spent the last 2-3 months working on a plan to get my family&#8217;s finances in order. My wife and I have been married for a year now and we are no closer to ridding ourselves of debt than a year ago. The Simple Dollar is a great website with daily tips, tricks, and commentary on getting your personal finances in order. Their recent <a title="31 Days To Fix Your Finances: A Wrapup" href="http://www.thesimpledollar.com/2007/01/31/31-days-to-fix-your-finances-a-wrapup/" target="_blank">31 article series</a> getting your finances in order is a must read for anyone looking to give their finances a kick.</li>
</ul>
<ul>
<li><a title="Daily WTF" href="http://thedailywtf.com/Default.aspx" target="_blank">Daily WTF</a> &#8211; If you are a developer or employed in an IT department and you think you have it bad, just check out Daily WTF. The stories contained within will help you to realize that you probably do not have it so bad after all. Or maybe you do and can submit a story that will make the front page.</li>
</ul>
<ul>
<li><a title="Huffington Post" href="http://www.huffingtonpost.com/" target="_blank">Huffington Post</a> &#8211; These days politics is not just for geeks and nerds but everyone. More and more people are interested in just exactly is going on in the White House as well as Congress. The Huffington Post is a great website for political news, while it has a slant towards the left all sides are given ground at some point. And the blog is one of the best of its kind.</li>
</ul>
<ul>
<li><a title="Blogging to Fame" href="http://blogandpingtutorial.blogspot.com/" target="_blank">Blogging to Fame</a> &#8211; I found <strong><em>Blogging to Fame</em></strong> via <a title="MyBlogLog" href="http://www.mybloglog.com" target="_blank">MyBlogLog</a> (think MySpace but for bloggers) and I have been hooked on it since. The amount of thought that Divya puts into her articles is top notch and worth the read. This is one of my newest favorites.</li>
</ul>
<ul>
<li><a title="CyberNet Technology News" href="http://tech.cybernetnews.com/" target="_blank">CyberNet Technology News</a> &#8211; I do not know why I have not heard of CyberNet before just recently, but I wish I had known about it sooner. This website discusses the latest tech happenings while also give users tips and tricks for everyday technology use. Great website for tech enthusiasts.</li>
</ul>
<p>[Technorati Tag: <a title="Technorati Tag: Lists" href="http://www.technorati.com/tag/lists" target="_blank" rel="tag">Lists</a>]</p>
<p>[Technorati Tag: <a title="Technorati Tag: Web" href="http://www.technorati.com/tag/web" target="_blank" rel="tag">Web</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2007/02/09/five-websites-to-check-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weekly Readings 2007-02-02</title>
		<link>http://www.mkoby.com/2007/02/04/weekly-readings-2007-02-02/</link>
		<comments>http://www.mkoby.com/2007/02/04/weekly-readings-2007-02-02/#comments</comments>
		<pubDate>Mon, 05 Feb 2007 04:34:07 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Lists]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2007/02/04/weekly-readings-2007-02-02/</guid>
		<description><![CDATA[Welcome to a new weekly segment known as Weekly Readings.  On a weekly basis, I will post a list of posts that caught my attention throughout the week.  Most of these will be geared towards the being helpful side, but occasionally some news items will probably pop in.  In the future I [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to a new weekly segment known as <strong><em>Weekly Readings</em></strong>.  On a weekly basis, I will post a list of posts that caught my attention throughout the week.  Most of these will be geared towards the being helpful side, but occasionally some news items will probably pop in.  In the future I will attempt to get this out on Fridays.</p>
<p><a title="Lifehacker" href="http://www.lifehacker.com">Lifehacker</a>:</p>
<ul>
<li><a title="Lifehacker: Ligthen Windows Memory Load" href="http://lifehacker.com/software/windows/lighten-windows-memory-load-with-opensource-apps-232110.php" target="_blank">Lighten Windows Memory Load</a></li>
</ul>
<p><a title="Problogger" href="http://www.problogger.net">Problogger</a>:</p>
<ul>
<li><a title="Blogging For Money a Passive Income" href="http://www.problogger.net/archives/2007/01/29/blogging-for-money-a-passive-income/" target="_blank">Blogging for Money: A Passive Income?</a></li>
<li><a title="How Do You Find Readers For Your Blog" href="http://www.problogger.net/archives/2007/01/28/how-do-you-find-readers-for-your-blog-open-mike/" target="_blank">How Do You Find Readers For Your Blog?</a></li>
</ul>
<p><a title="Blog Optimization, Blogging Fame | Business Blogging Stategies, tips and tricks" href="http://blogandpingtutorial.blogspot.com/" target="_blank">Blogging to Fame</a>:</p>
<ul>
<li><a title="Social Media Isnâ€™t Everything: But still Win it" href="http://blogandpingtutorial.blogspot.com/2007/01/social-media-isnt-everything-but-still.html" target="_blank">Social Media Isn&#8217;t Everything: But Still Win It</a></li>
<li><a title="Google's Billion Dollar Game Plan" href="http://blogandpingtutorial.blogspot.com/2007/01/googles-billion-dollar-game-plan.html" target="_blank">Google&#8217;s Billion Dolloar Game Plan</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2007/02/04/weekly-readings-2007-02-02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Lifehacks</title>
		<link>http://www.mkoby.com/2007/02/02/five-lifehacks/</link>
		<comments>http://www.mkoby.com/2007/02/02/five-lifehacks/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 07:30:00 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Lists]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2007/02/02/five-lifehacks/</guid>
		<description><![CDATA[<p>As I have stated on this website on many occasions, I love the <a title="Lifehacker" href="http://www.lifehacker.com" target="_blank">Lifehacker</a> website.  So many helpful tips and tricks brought by <a title="Gina Trapani" href="http://www.ginatrapani.org/" target="_blank">Gina Trapani</a>, her crew of editors and loyal fan base.  Lifehacker works to make your life better, geek or not you will benefit from all articles contained within.  So for this week's list article, we are going to look at some recent Lifehacker articles.</p>]]></description>
			<content:encoded><![CDATA[<p>As I have stated on this website on many occasions, I love the <a title="Lifehacker" href="http://www.lifehacker.com" target="_blank">Lifehacker</a> website. So many helpful tips and tricks brought by <a title="Gina Trapani" href="http://www.ginatrapani.org/" target="_blank">Gina Trapani</a>, her crew of editors and loyal fan base. Lifehacker works to make your life better, geek or not you will benefit from all articles contained within. So for this week&#8217;s list article, we are going to look at some recent Lifehacker articles.</p>
<ul>
<li>
<div><a title="Lifehacker: Be A Del.icio.us Power User" href="http://lifehacker.com/software/del.icio.us/be-a-delicious-power-user-198841.php" target="_blank">Become a Del.icio.us Power User</a> &#8211; Del.icio.us is a fantastic way to keep track of all those nifty articles you find online. <a title="del.icio.us" href="http://del.icio.us" target="_blank">Del.icio.us</a> is a social bookmarking website that allows you to store your bookmarks as well as share them with others. You can add friends and send bookmarks to them and they, in turn, can send bookmarks to you. This Lifehacker post links to some tips on how to get the most out of your Del.icio.us account.</div>
</li>
</ul>
<ul>
<li>
<div><a title="Lifehacker: Consolidate Firefox's Chrome" href="http://www.lifehacker.com/software/firefox/geek-to-live-consolidate-firefoxs-chrome-210542.php" target="_blank">Consolidate Firefox&#8217;s Chrome</a> &#8211; Chrome is the name of Firefox&#8217;s interface. It is a clean, simple, and easy to use interface. But if you are a power user, it might be taking up precious screen real estate. This article from Lifehacker teaches you how to consolidate the interface to be more streamline. Pay attention to the comments because they give alternate methods for some of the hacks presented in the main article.</div>
</li>
</ul>
<ul>
<li>
<div><a title="Lifehacker: Calculate Your Debt-to-Income Ratio" href="http://lifehacker.com/software/financial/calculate-your-debttoincome-ratio-192863.php" target="_blank">Calculate Your Debt-to-Income Ratio</a> &#8211; Around this time last year, my wife and I bought our first house and I wish this Lifehacker article had come in time to help me. One of the first things mortgage companies figure out is an applicant&#8217;s debt-to-income ratio, the amount of money coming in to the amount that <strong>has</strong> to be paid every month. Calculating these figures will also help you figure out a budget to help you eliminate that debt.</div>
</li>
</ul>
<ul>
<li>
<div><a title="Lifehacker: Whip Your Mp3 Library Into Shape (Series)" href="http://lifehacker.com/software/mp3/alpha-geek-whip-your-mp3-library-into-shape-part-i--level-the-volume-230105.php" target="_blank">Whip Your Mp3 Library Into Shape (Series)</a> &#8211; This article is part one in a multi-part series on getting your mp3 collection up to snuff. This article deals solely with getting a consistent volume on all of your tracks, which means going for that volume slider less. And even though there is currently only one article in this series so far, I am looking forward to future articles on this subject.</div>
</li>
</ul>
<ul>
<li>
<div><a title="Lifehacker: Top Firefox 2 Config Tweaks" href="http://lifehacker.com/software/firefox-2/geek-to-live-top-firefox-2-config-tweaks-209941.php" target="_blank">Top Firefox 2 Config Tweaks</a> &#8211; Last and certainly not least, probably the best Lifehacker article of 2006 (at least in my opinion), is an article on modifying Firefox 2.0&#8217;s configuration to get back some of the missing functionality lost in 2.0 as well as activating hidden features that can only help make your life a little better. This article alone is worth check out Lifehacker for. Great job guys.</div>
</li>
</ul>
<p>So, there you have it. Some of Lifehacker&#8217;s more recent greatest hits. There are several more available and these examples do not even begin to scratch the surface of what Lifehacker has to offer readers.</p>
<p>[Technorati Tag: <a title="Technorati Tag: List" href="http://www.technorati.com/tag/list" target="_blank" rel="tag">List</a>]<br />
[Technorati Tag: <a title="Technorati Tag: Lifehacker" href="http://www.technorati.com/tag/lifehacker" target="_blank" rel="tag">Lifehacker</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2007/02/02/five-lifehacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Things to Hate About the iPhone</title>
		<link>http://www.mkoby.com/2007/01/26/five-things-to-hate-about-the-iphone/</link>
		<comments>http://www.mkoby.com/2007/01/26/five-things-to-hate-about-the-iphone/#comments</comments>
		<pubDate>Fri, 26 Jan 2007 07:30:00 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Lists]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2007/01/26/five-things-to-hate-about-the-iphone/</guid>
		<description><![CDATA[For last week's list we focus on some of the cooler aspects of Apple's recently announced iPhone. This week we will look at the bad side to the iPhone.]]></description>
			<content:encoded><![CDATA[<p>For last week&#8217;s list we focus on some of the cooler aspects of Apple&#8217;s recently announced <a href="http://www.apple.com/iphone" title="Apple - iPhone" rel="tag">iPhone</a>. This week we will look at the bad side to the iPhone.</p>
<ul>
<li>5) Cingular Only &#8211; For at least a year or two after launch, the iPhone will be a Cingular only device. So if you are on T-Mobile or another GSM provider, you are out of luck for a while. While it is normal to make a particular device exclusive, you would think that Apple would want this to be available to as many people as possible.</li>
</ul>
<ul>
<li>4) All-in-One Device &#8211; I realize that this was also in my list of reason to like the iPhone, but it is proven fact that most all-in-one devices usually do not perform even one function well. This is one of those &#8220;wait and see&#8221; points.</li>
</ul>
<ul>
<li>3) Touchscreen Typing &#8211; Touchscreen typing can lead to a mess of typos. People like to be able to feel button presses when they type. It is a brain thing, but a lot of people really do not like touchscreen typing.</li>
</ul>
<ul>
<li>2) No 3G &#8211; Cell phone companies are working around the clock to bring us 3G (Third Generation) data technology. Allowing us to eventually get speeds similar to our cable/DSL lines over our cellular phones. Cingular just recently launched their 3G network in 160 markets. But sadly, you will not be using the iPhone on that network. The iPhone is an EDGE (2G) device so expect speeds around 15kb/s.</li>
</ul>
<ul>
<li>1) Price &#8211; At $499 ($599 for the 8GB) <strong>with</strong> a two year Cingular contract, the iPhone is pricey. While smartphones are becoming more realisticlly priced, expect to pay the &#8220;Apple tax&#8221; on this little beauty. While I think that they might actually be able to have 1 million of these babies sold by 2008, I think that it is going to be close and that is just because of the price.</li>
</ul>
<p>So I have officially covered both sides of the issue with the iPhone. There are reasons to both love and hate the device. I still hold that the device is slick and I can not wait to play with one.</p>
<p>[Technorati Tag: <a href="http://www.technorati.com/tag/lists" title="Technorati Tag: Lists" target="_blank" rel="tag">Lists</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2007/01/26/five-things-to-hate-about-the-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Reasons to Love the New iPhone</title>
		<link>http://www.mkoby.com/2007/01/19/five-reasons-to-love-the-new-iphone/</link>
		<comments>http://www.mkoby.com/2007/01/19/five-reasons-to-love-the-new-iphone/#comments</comments>
		<pubDate>Fri, 19 Jan 2007 07:30:00 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Lists]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2007/01/19/five-reasons-to-love-the-new-iphone/</guid>
		<description><![CDATA[Last week Apple announce the long rumored, long awaited iPhone. While the actual release of the product is not until June, I figure we can do a list on the iPhone based on what we know so far.

5) An all-in-one device that might actually be good at all things. If, there is one that Apple [...]]]></description>
			<content:encoded><![CDATA[<p>Last week Apple announce the long rumored, long awaited <a rel="tag" title="Apple - iPhone" href="http://www.apple.com/iphone/" target="_blank">iPhone</a>. While the actual release of the product is not until June, I figure we can do a list on the iPhone based on what we know so far.</p>
<ul>
<li>5) An all-in-one device that might actually be good at all things. If, there is one that Apple does well is make a device that does exactly what it is meant to do. Now take that expertise and apply it to an all-in-one. Chances are good that Apple will be able to pull off the all-in-one quite well.</li>
</ul>
<ul>
<li>4) Widescreen Video iPod &#8211; Apple has finally released a widescreen iPod device. Combine this with the ability to watch movies and you finally have something that can handle the aspect ratios correctly.</li>
</ul>
<ul>
<li>3) Easy Synchronization &#8211; Utilizing the ease of iTunes syncing into a device such as this is pure genius. You have millions of users already utilizing iTunes to sync contacts, notes, and music. So adding the increased functionality is just icing on the cake.</li>
</ul>
<ul>
<li>2) Push Mail compatible &#8211; When it comes to email on portable devices, RIM&#8217;s Blackberry devices have the market pretty much cornered. Now combine the power of the Blackberry email devices with a fully functional email client. Portable email just got real.</li>
</ul>
<ul>
<li>1) Runs OSX &#8211; The problem with most portable devices is that they are run on top of operating systems with the limitation in mind that they are running on a &#8220;choked&#8221; device. Running a full blown operating system on a portable device, is a great way to ease the development required to write applications as well as give power to the user to actually accomplish something on the device.</li>
</ul>
<p>I am sure that many people will find a lot of reasons to hate the new iPhone. Next week, we will look at some of those. I think, based on what I saw today during the keynote, the iPhone is a pretty slick device. I would be lying if I said I did not want one. However, it being out of my price range (sans winning the lottery), I will settle for just playing with the one my friend plans on ordering.</p>
<p>[Technorati Tag: <a rel="tag" title="Technorati Tag: Lists" href="http://www.technorati.com/tag/lists" target="_blank">Lists</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2007/01/19/five-reasons-to-love-the-new-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Awesome Greasemonkey Scripts</title>
		<link>http://www.mkoby.com/2007/01/12/five-awesome-greasemonkey-scripts/</link>
		<comments>http://www.mkoby.com/2007/01/12/five-awesome-greasemonkey-scripts/#comments</comments>
		<pubDate>Fri, 12 Jan 2007 07:30:00 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Lists]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2006/01/05/five-awesome-greasemonkey-scripts/</guid>
		<description><![CDATA[A few months ago I installed Greasemonkey, an Add-on (previously called &#8220;extensions&#8221;) for Mozilla&#8217;s Firefox browser. The idea behind Greasemonkey is to add functionality to or change the appearance of websites. Most of the time these changes are not drastic but can really add to one&#8217;s web browsing experience in a many good ways. For [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago I installed <a title="Greasemonkey Mozilla Firefox Add-on" href="https://addons.mozilla.org/firefox/748/" target="_blank">Greasemonkey</a>, an Add-on (previously called &#8220;extensions&#8221;) for Mozilla&#8217;s Firefox browser. The idea behind Greasemonkey is to add functionality to or change the appearance of websites. Most of the time these changes are not drastic but can really add to one&#8217;s web browsing experience in a many good ways. For this week&#8217;s list, I thought that I would share some of my favorite Greasemonkey scripts with you.</p>
<ul>
<li>
<div><a title="Delicious Vibes (UserStyles)" href="http://userstyles.org/style/show/1219" target="_blank">Delicious Vibes</a> &#8211; I love <a title="Del.icio.us" href="http://del.icio.us" target="_blank">De.licio.us</a>. When it comes to bookmarking sites for later research, reading, and/or reference there is nothing better. However, the default Delicious look is pretty blah and not really appealing at all. This Greasemonkey script gives Del.icio.us a more Netvibe-ish look. Which really cleans up the interface nicely.</div>
</li>
</ul>
<ul>
<li>
<div><a title="Netvibes Tweaks (UserStyles)" href="http://userstyles.org/style/show/1378" target="_blank">Netvibes Tweaks</a> &#8211; <a title="Netvibes Personalized Homepage" href="http://www.netvibes.com" target="_blank">Netvibes</a> is my new homepage. All my hot RSS feeds, news items, and stuff I need to stay up on is on there. Without it I would not be so &#8220;in the know&#8221; and would miss out on important news. The default Netvibes look is nice, very soothing, and pleasing to the eye. What this little script does is just makes things a little easier to look at. It rounds the tabs and makes &#8220;read&#8221; items easier to see and will bold new items a little more than default. All in all, a great script for any Netvibes fan.</div>
</li>
</ul>
<ul>
<li>
<div><a title="Mirrored by DuggMirror (UserScripts)" href="http://userscripts.org/scripts/show/5727" target="_blank">Mirrored by DuggMirror</a> &#8211; I <a title="Digg.com" href="http://www.digg.com" target="_blank">Digg</a> a lot throughout the day. One thing that many people who are newcomers to Digg notice real fast is that a lot of webservers can not handle the traffic load Digg can send their way. Thank God for the folks at DuggMirror. DuggMirror will mirror a site before it goes down due to the &#8220;Digg-Effect&#8221; allowing folks to be able to see it. This Greasemonkey script adds a DuggMirror link next to each story so that you can click on the link instead of searching the comments for the DuggMirror link that someone usually provides.</div>
</li>
</ul>
<ul>
<li>
<div><a title="Gmail: Revisted (UserStyles)" href="http://userstyles.org/style/show/1478" target="_blank">Gmail Revisited</a> &#8211; Gmail, <a title="Gmail" href="http://mail.google.com" target="_blank">Google&#8217;s web mail service</a>, is probably hands down the best web mail service out there right now. That however does not mean that it is the prettiest (Yahoo! Web Mail Beat wins that prize). What the Gmail: Revisited Greasemonkey script does is change the fonts and some of the colors to make Gmail just a little more pleasing to the eye. It does not drastically change the interface but they changes make it easier to read the screen.</div>
</li>
</ul>
<ul>
<li>
<div><a title="MySpace Custom Style Remover (UserScripts)" href="http://userscripts.org/scripts/show/3316" target="_blank">MySpace Custom Style Remover</a> &#8211; Myspace can be a major headache sometimes. If you can actually get the site to respond to your requests, you will usually find yourself staring at a custom styled user page that you can not read any of the text on. Probably the best Greasemonkey script in existence right now is the MySpace Custom Style Remover. What this script does is remove the custom styles on a page and brings the pages back to the MySpace default, which while ugly is easier to read then some of the styles people put on their pages.</div>
</li>
</ul>
<p>So there you have it. Some of my favorite Greasemonkey scripts. Do you have a favorite? Leave a comment and let me know about it.</p>
<p>[Technorati Tag: <a title="Technorati Tag: Lists" href="http://www.technorati.com/tag/lists" target="_blank" rel="tag">Lists</a>]<br />
[Technorati Tag: <a title="Technorati Tag: Firefox" href="http://www.technorati.com/tag/firefox" target="_blank" rel="tag">Firefox</a>]<br />
[Technorati Tag: <a title="Technorati Tag: Greasemonkey" href="http://www.technorati.com/tag/greasemonkey" target="_blank" rel="tag">Greasemonkey</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2007/01/12/five-awesome-greasemonkey-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five New Years Resolutions</title>
		<link>http://www.mkoby.com/2007/01/05/five-new-years-resolutions/</link>
		<comments>http://www.mkoby.com/2007/01/05/five-new-years-resolutions/#comments</comments>
		<pubDate>Fri, 05 Jan 2007 07:30:45 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Lists]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2006/12/29/five-new-years-resolutions/</guid>
		<description><![CDATA[In an attempt to show a little bit of my personal side on this website I have decided to post some of my New Years Resolutions, or at least the ones I feel comfortable sharing to the public. This post is two fold in that on the one side it gives my readers a little [...]]]></description>
			<content:encoded><![CDATA[<p>In an attempt to show a little bit of my personal side on this website I have decided to post some of my New Years Resolutions, or at least the ones I feel comfortable sharing to the public. This post is two fold in that on the one side it gives my readers a little insight into who I am as a person and the flip side is that I have these resolutions out in the open so I will be a little more accountable. So, without further stalling here we go.</p>
<ul>
<li>I will find at least 2 ways to improve the quality of content on this website. I will write better and sometimes longer posts, as well as work on self editing my posts.</li>
</ul>
<ul>
<li>I will write 1 new song a week. This will get me back into my songwriting groove that I put off in early 2006 to focus on my marriage and new family. This process will involve a 10 minute free write every morning when I wake up and carrying around my songwriting notebook.</li>
</ul>
<ul>
<li>I will go to the gym at least 2 days a week every week this year. I will lose the remaining 19 pounds to bring be to an even 200 pounds.</li>
</ul>
<ul>
<li>I will get organized both in my home and work. I will read <strong><em>Getting Things Done</em></strong> and <strong><em>The 7 Habits of Highly Effective People</em></strong> as well as work at applying the concepts and ideals from both of those books.</li>
</ul>
<ul>
<li>I will get out of debt.</li>
</ul>
<p>I encourage everyone of my readers to strive to do better in 2007. We are all capable of better and I believe that writing down your goals will help you succeed at them. Here is to meeting our goals this year.</p>
<p>[Technorati Tag: <a title="Technorati Tag: Lists" href="http://www.technorati.com/tag/lists" target="_blank" rel="tag">Lists</a>]<br />
[Technorati Tag: <a title="Technorati Tag: Personal" href="http://www.technorati.com/tag/personal" target="_blank" rel="tag">Personal</a>]<br />
[Technorati Tag: <a title="Technorati Tag: Resolutions" href="http://www.technorati.com/tag/resolutions" target="_blank" rel="tag">Resolutions</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2007/01/05/five-new-years-resolutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TechCrunch: Web 2.0 Sites I Couldn&#8217;t Live Without</title>
		<link>http://www.mkoby.com/2007/01/02/techcrunch-web-20-sites-i-couldnt-live-without/</link>
		<comments>http://www.mkoby.com/2007/01/02/techcrunch-web-20-sites-i-couldnt-live-without/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 13:45:08 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Lists]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2007/01/02/techcrunch-web-20-sites-i-couldnt-live-without/</guid>
		<description><![CDATA[Michael Arrington, over at TechCrunch has a list of some Web 2.0 sites that he can&#8217;t live without. I was hoping that he would leave something out that I felt should be on the list, but he hits all the great sites that I use daily and then some. Some items from the list include:

Netvibes
Digg
Gmail [...]]]></description>
			<content:encoded><![CDATA[<p>Michael Arrington, over at TechCrunch has a <a title="2007: Web 2.0 Companies I Couldnâ€™t Live Without" href="http://www.techcrunch.com/2007/01/02/2007-web-20-companies-i-couldnt-live-without/" target="_blank">list of some Web 2.0 sites</a> that he can&#8217;t live without. I was hoping that he would leave something out that I felt should be on the list, but he hits all the great sites that I use daily and then some. Some items from the list include:</p>
<ul>
<li><a title="Netvibes" href="http://www.netvibes.com" target="_blank">Netvibes</a></li>
<li><a title="Digg.com" href="http://www.digg.com" target="_blank">Digg</a></li>
<li><a title="Gmail" href="http://mail.google.com" target="_blank">Gmail</a> and</li>
<li><a title="Pandora" href="http://www.pandora.com" target="_blank">Pandora</a></li>
</ul>
<p>There are a few others on the list so be sure to check it out.</p>
<p>[Technorati Tag: <a title="Technorati Tag: TechCrunch" href="http://www.technorati.com/tag/techcrunch" target="_blank" rel="tag">TechCrunch</a>]<br />
[Technorati Tag: <a title="Technorati Tag: Lists" href="http://www.technorati.com/tag/lists" target="_blank" rel="tag">Lists</a>]<br />
[Technorati Tag: <a title="Technorati Tag: Web 2.0" href="http://www.technorati.com/tag/web+2.0" target="_blank" rel="tag">Web 2.0</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2007/01/02/techcrunch-web-20-sites-i-couldnt-live-without/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 5 Events of 2006</title>
		<link>http://www.mkoby.com/2006/12/29/top-5-events-of-2006/</link>
		<comments>http://www.mkoby.com/2006/12/29/top-5-events-of-2006/#comments</comments>
		<pubDate>Fri, 29 Dec 2006 07:30:00 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Lists]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2006/12/29/top-5-events-of-2006/</guid>
		<description><![CDATA[It will be a New Year in just a little under three days. I think it might be a good idea to look at some of the events in my life of 2006. These are slightly of a personal nature but, I think that one, everyone is going to take care of the real news [...]]]></description>
			<content:encoded><![CDATA[<p>It will be a New Year in just a little under three days. I think it might be a good idea to look at some of the events in my life of 2006. These are slightly of a personal nature but, I think that one, everyone is going to take care of the real news events of 2006 and two, it is my website and I think sharing a little bit about myself with my readers will help you folks get to know me a little better. So here it is Michael Koby&#8217;s top 5 of 2006.</p>
<ul>
<li>5) Almost, Not Yet &#8211; I had to include this website launching in this list did I not?  May 24th, I posted the <a target="_blank" title="Almost, Not Yet: Hello World" href="http://www.mkoby.com/2006/05/24/hello-world/">first post</a> to Almost, Not Yet (<a href="http://www.mkoby.com">www.mkoby.com</a>) and thus began what will hopefully be a successful writing career.  At almost 200 posts later, I am going strong with no desire to stop.</li>
</ul>
<ul>
<li>4) <a target="_blank" title="Power of Information" href="http://www.powerofinformation.net">Power of Information</a> Begins Airing &#8211; My good friend Derek has long wanted to have a technology based radio show and as long as I have known Derek he has wanted me to be his co-host. Well, in October of 2006, Derek and I met at his house to record the first episode of <a target="_blank" title="Power of Informatino" href="http://www.powerofinformation.net">The Power of Information</a>. The radio show airs on <a title="KCAA 1050AM The Station That Leaves No Listener Behind" href="http://www.kcaaradio.com">KCAA 1050AM</a> in the state of California.</li>
</ul>
<ul>
<li>3) Sister Gets Engaged &#8211; On December 9th, 2006 Laura&#8217;s boyfriend of around 3 years, proposed while they were visiting friends in Austin. She said &#8220;Yes&#8221; of course and has begun what will probably be a wonderful engagement. Congratulations Laura!</li>
</ul>
<ul>
<li>2) Purchased First House &#8211; Right before April and I got married, we closed on our first house. Back in February of 2006 we closed, moved into, and settled into our what would be our first home. A quaint little 3 bedroom, 2 bathroom house with nothing but the future ahead of us.</li>
</ul>
<ul>
<li>1) April and I Marry &#8211; Yep, on April 8th, 2006 my beautiful wife and I tied the knot at a small little church in the small little Texas town of Simonton. A beautiful ceremony that was the perfect way to begin a new life together. April&#8217;s daughter (my step-daughter) was the flower girl and I had by boys (friends) next to me the whole time. I was told people cried at the ceremony.</li>
</ul>
<p>And there you have it folks, the top five events in my life from 2006. I am not sure if this is the start of a tradition here, but only time will tell. Since I do not plan on going anywhere, I hope to have five even better things for 2007.</p>
<p>[Technorati Tag: <a target="_blank" title="Technorati Tag: Lists" href="http://www.technorati.com/tag/lists">Lists</a>]<br />
[Technorati Tag: <a target="_blank" title="Technorati Tag: 2006" href="http://www.technorati.com/tag/2006">2006</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2006/12/29/top-5-events-of-2006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 5 Diggs of the Week</title>
		<link>http://www.mkoby.com/2006/12/22/top-5-diggs-of-the-week/</link>
		<comments>http://www.mkoby.com/2006/12/22/top-5-diggs-of-the-week/#comments</comments>
		<pubDate>Fri, 22 Dec 2006 07:30:00 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Lists]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2006/12/22/top-5-diggs-of-the-week/</guid>
		<description><![CDATA[I spend a lot of time throughout the week on Digg.com digging various stories. I have a lot of interests so I digg a lot of items. Some items I digg never make it to the front page, but several do. Recently I added a page to this website that keeps track of my digging [...]]]></description>
			<content:encoded><![CDATA[<p>I spend a lot of time throughout the week on <a title="Digg.com - Social News Site" href="http://www.digg.com" target="_blank">Digg.com</a> digging various stories. I have a lot of interests so I digg a lot of items. Some items I digg never make it to the front page, but several do. Recently I added a page to this website that keeps track of my digging by tracking my 20 most recent diggs. That page can be found by <a title="Almost, Not Yet - Current Digss" href="http://www.mkoby.com/about/diggs" target="_blank">clicking this link</a> but I figured I would highlight some of my favorite stories this week.</p>
<ul>
<li>
<div><a title="Digg: 50 Beautiful CSS-Based Web-Designs in 2006" href="http://www.digg.com/design/50_Beautiful_CSS_Based_Web_Designs_in_2006" target="_blank">50 Beautiful CSS-Based Web-Designs in 2006</a> &#8211; 2006 was rich on creative, beautiful and unusual design concepts. We â€™ve seen a lot of whitespace, many examples of readable and usable text-design, badges, stars, rounded corners, shapes, gradients, mirror and 3D-effects &#8211; just name it. Letâ€™s take a close look at some of the most beautiful designs weâ€™ve seen in 2006.</div>
</li>
</ul>
<ul>
<li>
<div><a title="Google Says Use Digg for Link Building" href="http://www.digg.com/tech_news/Google_Says_Use_Digg_for_Link_Building" target="_blank">Google Says Use Digg for Link Building</a> &#8211; Oh no, is this going to lead to a new influx of SEO driven Digg spam? &#8220;One example of this new way of generating links is to submit a handcrafted article to a service such as <a href="http://digg.com">http://digg.com</a>.&#8221;</div>
</li>
</ul>
<ul>
<li>
<div><a title="The best movie mistakes of all time" href="http://www.digg.com/movies/The_best_movie_mistakes_of_all_time" target="_blank">The best movie mistakes of all time</a> &#8211; They&#8217;ve got the list updated for this week, month and for all time. Enjoy!!!! I like #18 in Top Gun. &#8220;At the end, a victorious Maverick is hoisted on the shoulders of the guys. As he goes up, he isn&#8217;t wearing sunglasses. His head goes out of the shot, and when he comes down, he&#8217;s wearing a pair.&#8221;</div>
</li>
</ul>
<ul>
<li>
<div><a title="Leopard to include native GTK support in Quartz" href="http://www.digg.com/apple/Leopard_to_include_native_GTK_support_in_Quartz" target="_blank">Leopard to include native GTK support in Quartz</a> &#8211; According to a new post on O&#8217;Reilly.net, it appears that the next version of Apple&#8217;s OS X &#8216;Leopard&#8217; will include native GTK support. It goal is to: &#8220;run Gtk+ applications without X11 on Mac OS X&#8221;. Sounds like good news for developers!</div>
</li>
</ul>
<ul>
<li>
<div><a title="A Reminder: Linux != Windows" href="http://www.digg.com/linux_unix/A_Reminder_Linux_Windows" target="_blank">A Reminder: Linux != Windows</a> &#8211; If you&#8217;ve been pointed at this page, then the chances are you&#8217;re a relatively new Linux user who&#8217;s having some problems making the switch from Windows to Linux. This causes many problems for many people, hence this article was written. Many individual issues arise from this single problem, so the page is broken down into multiple problem areas&#8230;</div>
</li>
</ul>
<p>That is just a small sample of some stuff that I dugg over the last few days. If you have an account over on <a title="Digg.com" href="http://www.digg.com">Digg.com</a>, you are more than welcome to add me as a friend. My profile is at <a href="http://www.digg.com/users/mkoby">http://www.digg.com/users/mkoby</a>. If you add me as a friend on Digg, please be sure to leave a comment on this post with your Digg username so that I can be sure to add you as well.</p>
<p>[Technorati Tag: <a title="Technorati Tag: Lists" href="http://www.technorati.com/tag/lists" target="_blank" rel="tag">Lists</a>]<br />
[Technorati Tag: <a title="Technorati Tag: Digg" href="http://www.technorati.com/tag/digg" target="_blank" rel="tag">Digg</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2006/12/22/top-5-diggs-of-the-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Batman Graphic Novels</title>
		<link>http://www.mkoby.com/2006/12/15/five-batman-graphic-novels/</link>
		<comments>http://www.mkoby.com/2006/12/15/five-batman-graphic-novels/#comments</comments>
		<pubDate>Fri, 15 Dec 2006 13:30:01 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Lists]]></category>
		<category><![CDATA[Comic Books]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2006/12/15/five-batman-graphic-novels/</guid>
		<description><![CDATA[Batman is one of DC Comics&#8217; most iconic characters.  Along with Superman, his popularity ranks up there in the comic book mainstream today.  While Batman has continually had his ups and downs over the past decade, there have been some really great stories to come out of the Batman mythos over that time. [...]]]></description>
			<content:encoded><![CDATA[<p>Batman is one of DC Comics&#8217; most iconic characters.  Along with Superman, his popularity ranks up there in the comic book mainstream today.  While Batman has continually had his ups and downs over the past decade, there have been some really great stories to come out of the Batman mythos over that time.  For today&#8217;s list post, I plan to introduce you to some of these stories.  We are going to stay fairly recent this time around and avoid the usual &#8220;top&#8221; Batman stories like Frank Miller&#8217;s <em><strong>Batman: Year One</strong></em> or Grant Morrison&#8217;s <em><strong>Arkham Asylum</strong></em>.  These are going to focus on the more recent stories in the Batman timeline.<br />
<span id="more-202"></span></p>
<ul>
<li><a href="http://www.amazon.com/gp/product/1401207561?ie=UTF8&#038;tag=almosnotyet-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1401207561"><img width="90" border="0" align="right" src="http://images.amazon.com/images/P/1401207561.01._AA_SCMZZZZZZZ_V39328093_.jpg" /></a><img width="1" height="1" border="0" style="border: medium none  ! important; margin: 0px ! important" src="http://www.assoc-amazon.com/e/ir?t=almosnotyet-20&#038;l=as2&#038;o=1&#038;a=1401207561" />5) Under the Hood &#8211; There was nothing more traumatic to Batman then the loss of the second Robin, Jason Todd.  The loss of Jason is something Batman considers to be his biggest failure, and has a consistent reminder of that failure in the form of a glass case displaying the Robin costume of Jason Todd.  All of that comes to a head in <a target="_blank" title="Under the Hood Volume 1 (Amazon)" href="http://www.amazon.com/gp/product/1401207561?ie=UTF8&#038;tag=almosnotyet-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1401207561">Under the Hood</a>.  In this story Jason Todd has returned from the dead, I will not spoil the surprise as to how this happened since it is in the final part of <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&#038;location=http%3A%2F%2Fwww.amazon.com%2FBatman-Under-Hood-Vol-2%2Fdp%2F1401209017%2Fsr%3D8-2%2Fqid%3D1165184425%3Fie%3DUTF8%26s%3Dbooks&#038;tag=almosnotyet-20&#038;linkCode=ur2&#038;camp=1789&#038;creative=9325">Volume 2</a>.  The reason that this is such an important story is it means that Batman has to face his failure head on.  However, I believe that leaving Jason Todd dead would have been a better move.</li>
</ul>
<ul>
<li><a href="http://www.amazon.com/gp/product/1563891425?ie=UTF8&#038;tag=almosnotyet-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1563891425"><img width="90" border="0" align="left" src="http://images.amazon.com/images/P/1563891425.01._AA_SCMZZZZZZZ_.jpg" /></a><img width="1" height="1" border="0" style="border: medium none  ! important; margin: 0px ! important" src="http://www.assoc-amazon.com/e/ir?t=almosnotyet-20&#038;l=as2&#038;o=1&#038;a=1563891425" />4) KnightFall &#8211; Back in the mid-ninties, DC was on a mission to kill or severely disable several of its top heros.  None is no more memorable than the Death of Superman storyline.  But like I said before, Batman and Superman are probably equal in popularity so if they did something drastic to Superman, you can expect it to happen to Batman.  So it came to pass that DC came up with a new villain for Batman named Bane.  Bane was a hardened criminal that had been used for experiments for a new drug called Venom.  This drug gave Bane superhuman strength.  Bane set is sights on Batman and formulated a plan to bring him done.  This ended with Batman having his back broken.  A new Batman emerged, if only for a temporary time, and eventually defeated Bane.  The <em><strong>KnightFall/KnightsEnd</strong></em> trilogy is a must for any Batman fan.  Available in a three part paperback edition.</li>
</ul>
<ul>
<li><a href="http://www.amazon.com/gp/product/1401204260?ie=UTF8&#038;tag=almosnotyet-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1401204260"><img width="90" border="0" align="right" src="http://images.amazon.com/images/P/1401204260.01._AA_SCMZZZZZZZ_V39328673_.jpg" /></a><img width="1" height="1" border="0" style="border: medium none  ! important; margin: 0px ! important" src="http://www.assoc-amazon.com/e/ir?t=almosnotyet-20&#038;l=as2&#038;o=1&#038;a=1401204260" />3) Hush &#8211; Jeph Loeb has written some of the best Batman stories ever to grace a comic book&#8217;s page.  While many will argue that <em><strong>Hush</strong></em> is not one of those, I disagree.  While it is definitely not Mr. Loeb&#8217;s best work it is good work none the less.  In <em><strong>Hush</strong></em> we learn more about Bruce&#8217;s mysterious past.  More importantly we learn about his friend Thomas Elliott.  After a near fatal fall as Batman, Bruce calls on Tommy, who is a world renown surgeon, to fix his injuries.  After Mr. Elliott returns to Bruce&#8217;s life a lot of Batman&#8217;s enemies start targeting him in weird ways and not always directly at Batman.  The mystery of Hush is never fully solved by the time everything is wrapped up but you are left to wonder, is Thomas Elliott really Hush?  This story is available in a two part paperback edition or the hardcover Aboslute Edition.</li>
</ul>
<ul>
<li><a href="http://www.amazon.com/gp/product/1401204295?ie=UTF8&#038;tag=almosnotyet-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1401204295"><img width="90" border="0" align="left" src="http://images.amazon.com/images/P/1401204295.01._AA_SCMZZZZZZZ_.jpg" /></a><img width="1" height="1" border="0" style="border: medium none  ! important; margin: 0px ! important" src="http://www.assoc-amazon.com/e/ir?t=almosnotyet-20&#038;l=as2&#038;o=1&#038;a=1401204295" />2) War Games &#8211; Ever wonder what Batman does when he is not flying over rooftops?  No, he is not running around pretending to be a clumsy playboy billionaire.  <strong><em>War Games</em></strong> gives insight into this side of Batman.  When the recently fired Robin (Stephanie Brown aka Spoiler) takes it upon herself to implement one of Batman&#8217;s plans all Hades breaks loose.  What ensues is the biggest gang war Gotham has ever seen and not everyone is making it out alive.  Available in a three part paperback editions this story makes some major changes to the Batman family.</li>
</ul>
<ul>
<li><a href="http://www.amazon.com/gp/product/1401209106?ie=UTF8&#038;tag=almosnotyet-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1401209106"><img width="90" border="0" align="right" src="http://images.amazon.com/images/P/1401209106.01._AA_SCMZZZZZZZ_V50342365_.jpg" /></a><img width="1" height="1" border="0" style="border: medium none  ! important; margin: 0px ! important" src="http://www.assoc-amazon.com/e/ir?t=almosnotyet-20&#038;l=as2&#038;o=1&#038;a=1401209106" />1) Face to Face &#8211; After the events of <a target="_blank" title="Infinite Crisis (Wikipedia)" href="http://en.wikipedia.org/wiki/Infinite_Crisis">Infinite Crisis</a> all the DC books did a jump to one year later.  The first Batman story of this post-Infinite Crisis world is by far the best Batman story in probably the last 10 years.  Batman returns to Gotham to find that someone is killing the most deadliest of criminals and all evidence points to Two-Face who has not been seen since Harvey Dent had surgery to repair his face.  Batman and Robin work to solve the mystery and utilize new methods that they worked on during the year abroad.  The series ends with a major (but good) change to the Batman and Robin relationship.  Available in paperback in a single volume.</li>
</ul>
<p>[Technorati Tag: <a rel="tag" target="_blank" title="Technorati Tag: List" href="http://www.technorati.com/tag/list">List</a>]<br />
[Technorati Tag: <a rel="tag" target="_blank" title="Technorati Tag: Comic Books" href="http://www.technorati.com/tag/comicbooks">Comic Books</a>]<br />
[Technorati Tag: <a rel="tag" target="_blank" title="Technorati Tag: Batman" href="http://www.technorati.com/tag/batman">Batman</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2006/12/15/five-batman-graphic-novels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 5 Artists of This Week</title>
		<link>http://www.mkoby.com/2006/12/08/top-5-artists-of-this-week/</link>
		<comments>http://www.mkoby.com/2006/12/08/top-5-artists-of-this-week/#comments</comments>
		<pubDate>Fri, 08 Dec 2006 13:30:05 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Lists]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2006/12/top-5-artists-of-this-week/</guid>
		<description><![CDATA[I honestly could not come up with a list for this weeks weekly List post.  I racked my brain all week and tried and tried to come up with something that would be both interesting and informational.  Since I could not come up with something that was either one, I have decided to [...]]]></description>
			<content:encoded><![CDATA[<p>I honestly could not come up with a list for this weeks weekly List post.  I racked my brain all week and tried and tried to come up with something that would be both interesting and informational.  Since I could not come up with something that was either one, I have decided to take my the Top 5 of my Weekly Artists from Last.FM and write on why I was listening to them.  I realize that music is important to everyone in some way and in my life it is one of my hobbies.  I love to listen to and play music.  I have a decent sized music collection (around 700 CDs) so I listen to a wide variety of tunes on a regular basis.</p>
<ul>
<li>5) Bruce Springsteen &#8211; As a child my dad listened to a lot of &#8220;The Boss&#8221; and as I grew older and became a musician and a songwriter, I began to understand why my dad listened to him.  Bruce Springsteen is good at what he does and can rightfully claim his place among the Bob Dylans of the world.  His use of imagery and metaphors is hard to rival in today&#8217;s quick verse-chorus-verse pop world.  I go through phases on listening to Springsteen and his music.  How much I listen to him depends greatly on the political climate of the time and how vocal he has decided to make himself in that climate.  When he did tours in support of John Kerry during Kerry&#8217;s presidential campaign, I listened to very little Springsteen.</li>
<li>4) Kevin Max &#8211; When I was a young Christian, DC Talk was a &#8220;band&#8221; that I looked up to.  To me they were on the forefront of what I believed Christian musicians should be doing.  And while my views on how Christian musicians should present themselves my view of DC Talk has yet to waiver.  This goes for its members as well.  While I do not think that Tait (Michael Tait&#8217;s post-DC Talk project) is up to snuff, Kevin Max and TobyMac can at times go beyond anything they have done in DC Talk.  Kevin Max is less faith-spoken in his music, but that does not mean it is any less good.  Kevin has a noticeable different approach to songwriting then his previous bandmates.  Kevin for all other purposes is a poet and a very good one at that.  His latest album <strong><em>The Imposter</em></strong> is is best post-DC Talk album yet.  I can not seem to stop listening to it over and over again.</li>
<li>3) Plankeye &#8211; I have so much music that I can not possibly listen to it all within a weeks time so I will occasionally listen to stuff I have not listened to in years to remind myself why I listened to it in the first place.  Plankeye is a band I saw live very early on in my appreciation of alternative Christian music.  Seeing them live really increased my love for them as a band but nothing the band members have done since has lived up to what Plankeye did.  The post-punk early to mid nineties rock sound is still fresh to my ears because of the melodies sung over it.  If you were to listen to this band now, you would probably think &#8220;nothing special here&#8221; but to me it takes me back to some simpler times.</li>
<li>2) Relient K &#8211; When it comes to melodies and interesting lyrics, Relient K has them in spades.  Sure these guys are Christian pop-punk, but they do it in a way that is neither offensive or arrogant and to me that is <strong>very</strong> important.  Their latest effort <strong><em>MmHmm</em></strong> is an improvement over their previous efforts and shows that the band is growing stronger with each album.  If you like solid lyrics with great melodies, these guys are the place to look.</li>
<li>1) Ben Folds &#8211; I think that the reason that Ben Folds made it to the top this week is because of the song &#8220;There is Always Someone Cooler Than You&#8221; from the new album entitled <strong><em>Supersunnyspeedgraphic The LP</em></strong>.  The album is collection of tunes from Mr. Folds&#8217; internet only released EPs.  The song &#8220;There is Always Someone Cooler Than You&#8221; is a great look at some of the people in today&#8217;s society that place too much emphasis on the clothes people wear or how people act.  I love songs like this and I especially like it when Ben Folds does them.  Just like the song &#8220;Rockin&#8217; the Suberbs&#8221; he makes his sarcastic remarks in such a way that the people he&#8217;s &#8220;attacking&#8221; completely miss the fact that he is, in some small way, insulting them.  I love it.</li>
</ul>
<p>[Technorati Tag: <a rel="tag" target="_blank" title="Technorati Tag: Lists" href="http://www.technorati.com/tag/lists">Lists</a>]<br />
[Technorati Tag: <a rel="tag" target="_blank" title="Technorati Tag: Music" href="http://www.technorati.com/tag/music">Music</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2006/12/08/top-5-artists-of-this-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Websites for Bloggers</title>
		<link>http://www.mkoby.com/2006/12/01/5-websites-for-bloggers/</link>
		<comments>http://www.mkoby.com/2006/12/01/5-websites-for-bloggers/#comments</comments>
		<pubDate>Fri, 01 Dec 2006 07:30:37 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Lists]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2006/12/5-websites-for-bloggers/</guid>
		<description><![CDATA[Today everyone has a blog of some kind.  It can be a place on LiveJournal, your MySpace blog, or even your own website that you post your thoughts on.  This week&#8217;s list is for those bloggers out there that are somewhat new to the game and need resources to help them figure stuff [...]]]></description>
			<content:encoded><![CDATA[<p>Today everyone has a blog of some kind.  It can be a place on LiveJournal, your MySpace blog, or even your own website that you post your thoughts on.  This week&#8217;s list is for those bloggers out there that are somewhat new to the game and need resources to help them figure stuff out.  These websites range from how to write better all the way to how to make money with your blog.  So without too much more waiting&#8230;</p>
<ul>
<li>5) <a title="Performancing Metrics" target="_blank" href="http://www.performancing.com/metrics">Performancing Metrics</a> &#8211; One of the things that I find most important about writing, is it helps to write about stuff that people are interested in.  While there are a some good tools out there that will help you see where people are surfing on your website, Metrics from <a title="Performancing - Helping Bloggers Succeed" target="_blank" href="http://www.performancing.com/">Performancing</a> is the easiest to understand.  While some might argue that <a title="Google Analytics" target="_blank" href="http://www.google.com/analytics">Google Analytics</a> is better, I find that it is much more complicated than Metrics.  For someone new who does not need the extras of Google&#8217;s Analytics, Metrics from Performancing is the way to go.</li>
<li>4) <a title="Creative Commons" target="_blank" rel="tag" href="http://www.creativecommons.org">Creative Commons</a> &#8211; One of the most important things about the content on your website is that, it is very much in the public domain.  It is very easy for people to copy it on to their own site without having to ask your permission.  The Creative Commons, have come up with some licenses that you can use for free to license the content on your website.  This makes it easy for people to understand exactly what rights they have for your content.  And while the Creative Commons license is not a replacement for copyright, it is a great extension of the copyright laws and regulations.</li>
<li>3) <a title="FeedBurner" target="_blank" rel="tag" href="http://www.feedburner.com">FeedBurner</a> &#8211; When dealing with blogs, it is especially important to focus some of your attention on your RSS feed.  RSS is how people keep track of what you are posting without having to come back to the site.  By utilizing RSS feeds on your website people can easily see what you are writing about and make a clear decision to come to your site to read a complete article.  FeedBurner helps you keep track of how many people are subscribed to your RSS feed as well as what items they are clicking on to come to your site to read.  When you know what people are reading, you know what you should write about more, and eventually pull more people to your page.  FeedBurner offers two levels of service, a free version that allows you to see the number of subscribers as well a few features to a paid version that costs $4.99 a month that allows you to see what people are clicking, offer email subscriptions to your feed, and other features to help you promote and get the most out of your RSS feed.</li>
<li>2) <a title="ProBlogger" target="_blank" rel="tag" href="http://www.problogger.net">ProBlogger</a> &#8211; One of the main reasons that people have begun blogging is because they see it as a nice way to make some potential extra cash.  While, I subscribe to the theory that you need content before you can think about making money, the potential to make money through blogging definitely exists.  When I added Adsense to my pages here, I wanted to make sure I got the optimal effect from them so I went scouring the internet for tips and tricks on this exact topic.  I found ProBlogger&#8217;s <a title="ProBlogger - Adsense Tips For Bloggers" target="_blank" href="http://www.problogger.net/archives/2004/09/23/adsense-tips-for-bloggers-1/">Adsense Tips For Bloggers</a> article series and was hooked.  ProBlogger covers a variety of ways to make money with your blog and are definitely worth your time to read over.</li>
<li>1) <a title="Copyblogger" target="_blank" rel="tag" href="http://www.copyblogger.com/">Copyblogger</a> &#8211; Blogging is all about content.  The more content you have, the more chance of people coming to your page to read it.  The more content also means a higher chance of repeat visitors.  Copyblogger is a great help in getting you going with a focus on content.  With tips on everything from titles to marketing posts you can not go wrong with having this website in your RSS reader.  The tips given on this site are golden as well as proven to work.  Since I have found this site, I have read every new article posted.  I do not implement everything I read on Copyblogger, but I do implement several things and take everything discussed to heart.  This is a top grade website.</li>
</ul>
<p>Do you have a website that your read that is blogging related?  Please let us know about it by leaving a comment.</p>
<p>[Technorati Tag: <a title="Technorati Tag: List" target="_blank" href="http://www.technorati.com/tag/list">List</a>]<br />
[Technorati Tag: <a title="Technorati Tag: Blogging" target="_blank" href="http://www.technorati.com/tag/blogging">Blogging</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2006/12/01/5-websites-for-bloggers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Cool Netvibes Modules</title>
		<link>http://www.mkoby.com/2006/11/24/five-cool-netvibes-modules/</link>
		<comments>http://www.mkoby.com/2006/11/24/five-cool-netvibes-modules/#comments</comments>
		<pubDate>Fri, 24 Nov 2006 13:30:15 +0000</pubDate>
		<dc:creator>Michael Koby</dc:creator>
				<category><![CDATA[Lists]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.mkoby.com/2006/11/five-cool-netvibes-modules/</guid>
		<description><![CDATA[I am on the internet a lot.  In fact, I have access to the internet and the web pretty much 8-12 hours a day.  I get on the web first thing in the morning, on breaks at work, and at various times throughout the night after coming home from work.  For the [...]]]></description>
			<content:encoded><![CDATA[<p>I am on the internet a lot.  In fact, I have access to the internet and the web pretty much 8-12 hours a day.  I get on the web first thing in the morning, on breaks at work, and at various times throughout the night after coming home from work.  For the longest time I used <a target="_blank" title="My Yahoo!" href="http://my.yahoo.com">My Yahoo!</a> as my homepage.  My Yahoo! was simple, and as the years went on, it got easier to manipulate to include the data you wanted most.  Overall, I liked the experience with My Yahoo! but that was before I discovered <a rel="tag" target="_blank" title="Netvibes" href="http://www.netvibes.com">Netvibes</a>.  Netvibes is a Web 2.0 homepage.  Utilizing RSS and AJAX the folks over at Netvibes are changing the way you look at web homepages.  My Netvibes page has 7 tabs that keep track of the various kinds of information I like to be &#8220;in the know&#8221; on.  Everything from tech news, to email, to my Netflix account is accessible from my various Netvibes tabs.  So for this week&#8217;s list I decided to point my readers at some of the Netvibes modules that I make daily use of.</p>
<ul>
<li>5) <a target="_blank" title="English Dictionary - Netvibes Module" href="http://eco.netvibes.com/modules/5970/english-dictionary">English Dictionary</a> &#8211; I can admit that I am not the world&#8217;s best speller.  In fact, I&#8217;m sure you can find several spelling mistakes in various posts on my website.  While I do make every attempt to find the mistakes before I post, it is almost a certainty that some will still make it through.  In combination with my spell checker, I use this module when spell check can not find the word I want.  A good help for anyone who writes.</li>
</ul>
<ul>
<li>4) Del.icio.us &#8211; This is a Netvibes created module that you can find on their &#8220;Add Content&#8221; link in the top left corner of your Netvibes homepage.  I use this module when I am trying to find a site I have bookmarked.  It gives you your <a rel="tag" target="_blank" title="del.icio.us" href="http://del.icio.us">del.icio.us</a> tag cloud and your most recent bookmarks.  Clicking on a tag, gives you the bookmarks for that tag.</li>
</ul>
<ul>
<li><img vspace="4" hspace="4" border="0" align="right" title="Netflix - Netvibes Module" src="http://eco.netvibes.com/img/thumb.php?file=http://www.colon.com.fr/netvibes/netflix.gif" />3) <a target="_blank" title="Netflix - Netvibes Module" href="http://eco.netvibes.com/modules/656/netflix">Netflix</a> &#8211; I have to give a thumbs up to the person(s) behind this module.  This is probably hands down one of the coolest user submitted modules for Netvibes.  Utilizing the RSS feeds that Netflix gives each of their users, this module tells you what is next in your queue, your shipped DVDs, and even your recommendations.  It also tells you what the new releases are as well as the top movies.  Awesome module!</li>
</ul>
<ul>
<li>2) Digg &#8211; This as well as our number 1 module is a Netvibes created module that you can find on their &#8220;Add Content&#8221; link in the top left corner of your Netvibes homepage.  I like the news, the more news I read throughout the day, the more in touch I feel with what is going on in the world.  I do not care if it is tech news, world news, business news, or even funny news, I like it all.  The Digg module from Netvibes lets you pick from any of <a rel="tag" target="_blank" title="Digg" href="http://www.digg.com">Digg&#8217;s</a> main topics or you can just get everything.  You can also select the total number of &#8220;diggs&#8221; an article must have before it will show up in the module, further ensuring that you only see what you care about.</li>
</ul>
<ul>
<li>1) Gmail &#8211; This is a Netvibes created module that you can find on their &#8220;Add Content&#8221; link in the top left corner of your Netvibes homepage.  When it comes to life on the internet, one of the main means of communicating is email.  Email is the tie that binds everyone on the internet so without it, we are pretty much out of the loop.  My Gmail account is my main email address so having uninterrupted access to it is important to me getting things done.  That is why Netvibes&#8217; own Gmail module is number one on my list.  Without it, I would have to actually go log in to my Gmail account to know if new mail as arrived. The module takes you straight to the message you clicked on without asking for credentials and you get all the necessary things, like the reply box and other Gmail goodies.</li>
</ul>
<p>I know there are many more Netvibes modules out there.  Do you have a favorite?  If so, then tell us about it in the comments.</p>
<p>[Technorati Tag: <a target="_blank" title="Technorati Tag: Lists" href="http://www.technorati.com/tag/lists">Lists</a>]<br />
[Technorati Tag: <a target="_blank" title="Technorati Tag: Web" href="http://www.technorati.com/tag/web">Web</a>]<br />
[Technorati Tag: <a target="_blank" title="Technorati Tag: Netvibes" href="http://www.technorati.com/tag/netvibes">Netvibes</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkoby.com/2006/11/24/five-cool-netvibes-modules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
