<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Slavo Ingilizov</title>
	
	<link>http://www.slavoingilizov.com/blog</link>
	<description>A not-necessarily-software developer's thoughts on life</description>
	<lastBuildDate>Thu, 12 Jan 2012 15:22:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SlavoIngilizov" /><feedburner:info uri="slavoingilizov" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>SlavoIngilizov</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Re: Comparison of Project Hosting Solutions</title>
		<link>http://feedproxy.google.com/~r/SlavoIngilizov/~3/bFSC95Va_Fw/</link>
		<comments>http://www.slavoingilizov.com/blog/2010/09/29/re-comparison-of-project-hosting-solutions/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 12:15:24 +0000</pubDate>
		<dc:creator>slavo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[project-hosting]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[software-development]]></category>

		<guid isPermaLink="false">http://slavoingilizov.com/blog/?p=430</guid>
		<description><![CDATA[Ages ago, when this blog was still hosted on WordPress.com, I had written a post, comparing several project hosting solutions. Well, things have changed since then, and I have found a couple more that I want to share. At the time I was working on a student project and all I needed was some source [...]]]></description>
			<content:encoded><![CDATA[<p>Ages ago, when this blog was still hosted on WordPress.com, I had written a <a href="http://slavoingilizov.com/blog/2008/01/30/comparison-of-project-hosting-solutions/" target="_blank">post</a>, comparing several project hosting solutions. Well, things have changed since then, and I have found a couple more that I want to share.</p>
<p>At the time I was working on a student project and all I needed was some source control. A project hosting service would provide much more than that, which I didn’t take into account at all. Now when comparing similar services, issues like integrated bugtracking, the type of source control system used and availability of private repositories are much more important to me than they were in my previous review.</p>
<p>Here’s a list of what I want no matter what:</p>
<ul>
<li>Private repository (at least one).</li>
<li>Support for a distributed version control system (Git or Mercurial).</li>
<li>Integration with a bugtracker.</li>
</ul>
<p>So the the following are four more project hosting services for anyone who needs an integrated solution with private source control hosting:</p>
<h3><a href="http://bitbucket.org/" target="_blank">Bitbucket</a></h3>
<p>This is my personal favorite. Lately I’ve been reading about distributed version control systems (DVCS), like Mercurial and Git, and growing fond of them. I can say that I switched to using Mercurial for all my personal projects. Bitbucket is a service that gives you unlimited private and public source repositories based on Mercurial, with an integrated bugtracker for free up to 5 users. They also have other pricing plans for larger projects, but this is the best free offer you will find on the market. I’ve been using Bitbucket for a while now and these terms are new, after today they announced they’ve been acquired by <a href="http://www.atlassian.com/" target="_blank">Atlassian</a>. Definitively a good bet.</p>
<h3><a href="http://www.fogcreek.com/kiln/" target="_blank">Kiln</a></h3>
<p>A work of <a href="http://www.fogcreek.com/" target="_blank">FogCreek software</a>, which you’ve probably heard of (<a href="http://www.joelonsoftware.com/" target="_blank">Joel Spolsky</a>). Kiln is a system implemented on top of Mercurial, which adds some advanced features (not listed because they are irrelevant in the comparison). One good thing is that it integrates very nicely with FogBugz, a top-notch bugtracking tool. Please note that what I’ve used is the so-called “Student and Startup Edition”, which allows for unlimited space and number of repositories for 2 users. They provide a standalone Kiln client, but any Mercurial client should work (if you want tighter integration with your IDE for example).</p>
<h3><a href="http://www.projectlocker.com/" target="_blank">Project Locker</a></h3>
<p>Up to 3 projects, 500MB, 5 users – free. That’s their offering. The difference here would be that they offer Subversion and Git hosting, rather than Mercurial. If that’s the type of source control you’d rather use, maybe this is a better option for you. <a href="http://github.com/" target="_blank">Github</a> might actually be better known, but as of now they don’t offer a private repository for free, and that’s one of my primary concerns. The con I find about Project Locker is their speed and the clumsy and unfriendly web interface. They also only provide TRAC for bugtracking, and put ads on those pages when you browse, which is probably understandable, but still a downside.</p>
<h3><a href="http://beanstalkapp.com/" target="_blank">Beanstalk</a></h3>
<p>This is what I used before I switched to Project Locker. The two are probably comparable, Beanstalk have a free account for 3 users, 1 private repository and 100MB of space. Subversion and Git are supported, but space is definitely a limiting factor here. The web interface is wonderful compared to Project Locker, but I wouldn’t use this for anything else than a test project simply because of the 100 MB limitation. Please note that they also don’t provide integration with a bugtracking service.</p>
<p>I’ve been researching services similar to the ones above for more than a year or two now, and the ones I mentioned are what I consider the best at the moment. Please share your comments if you’ve used some of them and have any particular impressions or know about another one I probably haven’t heard of. Until the next edition of such a comparison, happy coding.</p>
<img src="http://feeds.feedburner.com/~r/SlavoIngilizov/~4/bFSC95Va_Fw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.slavoingilizov.com/blog/2010/09/29/re-comparison-of-project-hosting-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.slavoingilizov.com/blog/2010/09/29/re-comparison-of-project-hosting-solutions/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=re-comparison-of-project-hosting-solutions</feedburner:origLink></item>
		<item>
		<title>Who’s the Outdated One?</title>
		<link>http://feedproxy.google.com/~r/SlavoIngilizov/~3/saWjHOCBQHQ/</link>
		<comments>http://www.slavoingilizov.com/blog/2010/02/19/whos-the-outdated-one/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 15:52:37 +0000</pubDate>
		<dc:creator>slavo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[browsers]]></category>

		<guid isPermaLink="false">http://slavoingilizov.com/blog/?p=424</guid>
		<description><![CDATA[Mozilla obviously assume everyone else is using Internet Explorer:]]></description>
			<content:encoded><![CDATA[<p>Mozilla obviously assume everyone else is using Internet Explorer:</p>
<p><a href="http://slavoingilizov.com/blog/wp-content/uploads/2010/02/FirefoxAd.png"><img style="display: inline; border-width: 0px;" title="FirefoxAd" src="http://slavoingilizov.com/blog/wp-content/uploads/2010/02/FirefoxAd_thumb.png" border="0" alt="FirefoxAd" width="660" height="483" /></a></p>
<img src="http://feeds.feedburner.com/~r/SlavoIngilizov/~4/saWjHOCBQHQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.slavoingilizov.com/blog/2010/02/19/whos-the-outdated-one/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.slavoingilizov.com/blog/2010/02/19/whos-the-outdated-one/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=whos-the-outdated-one</feedburner:origLink></item>
		<item>
		<title>CHM Bookmarking</title>
		<link>http://feedproxy.google.com/~r/SlavoIngilizov/~3/vwLsnFR1Ilo/</link>
		<comments>http://www.slavoingilizov.com/blog/2010/02/02/chm-bookmarking/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 13:01:55 +0000</pubDate>
		<dc:creator>slavo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[reading]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://slavoingilizov.com/blog/?p=420</guid>
		<description><![CDATA[I read a lot of eBooks. They come in many formats each with its own specifics. It’s usually hard to get used to all of them for different reasons (that’s why I’m buying a Kindle, but that’s for another post), but one feature that I think is a must-have to read eBooks is bookmarking. Since [...]]]></description>
			<content:encoded><![CDATA[<p>I read a lot of eBooks. They come in many formats each with its own specifics. It’s usually hard to get used to all of them for different reasons (that’s why I’m buying a <a href="http://www.amazon.com/Kindle-Wireless-Reading-Display-Generation/dp/B0015T963C/ref=amb_link_51049862_3?pf_rd_m=ATVPDKIKX0DER&amp;pf_rd_s=center-1&amp;pf_rd_r=1TRG8558G4TV6YBKQ1RH&amp;pf_rd_t=101&amp;pf_rd_p=103711062&amp;pf_rd_i=507846" target="_blank">Kindle</a>, but that’s for another post), but one feature that I think is a must-have to read eBooks is bookmarking. Since I read at least 10 books at a time, I want to remember where am I in each one. Silly me didn’t know I could do this very easily for CHM books until today. How? Use the Favorites feature. Here:</p>
<p><a href="http://slavoingilizov.com/blog/wp-content/uploads/2010/02/chmBookmark1.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="chmBookmark1" src="http://slavoingilizov.com/blog/wp-content/uploads/2010/02/chmBookmark1_thumb.jpg" border="0" alt="chmBookmark1" width="640" height="461" /></a></p>
<p>When you go to the Favorites tab, the current location within the CHM is selected automatically. You only need to click the Add button and it’s added to the (initially empty) list of topics. Next time you open the CHM, just go there and open the topic you last saved. Neat.</p>
<img src="http://feeds.feedburner.com/~r/SlavoIngilizov/~4/vwLsnFR1Ilo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.slavoingilizov.com/blog/2010/02/02/chm-bookmarking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.slavoingilizov.com/blog/2010/02/02/chm-bookmarking/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=chm-bookmarking</feedburner:origLink></item>
		<item>
		<title>Bottom Limits, Top Limits</title>
		<link>http://feedproxy.google.com/~r/SlavoIngilizov/~3/5zRvXu4DZu4/</link>
		<comments>http://www.slavoingilizov.com/blog/2009/09/08/bottom-limits-top-limits/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 12:50:46 +0000</pubDate>
		<dc:creator>slavo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[marketing]]></category>

		<guid isPermaLink="false">http://slavoingilizov.com/blog/?p=410</guid>
		<description><![CDATA[Treating all customers the same and treating every customer well is putting a bottom limit on frustration – you can’t go too bad if you do it. Treating customers differently gives you the opportunity to make your best ones love you. In college I only studied Intro to Marketing for one semester, and it was [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://slavoingilizov.com/blog/wp-content/uploads/2009/09/SkysTheLimit.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="SkysTheLimit" src="http://slavoingilizov.com/blog/wp-content/uploads/2009/09/SkysTheLimit_thumb.jpg" border="0" alt="SkysTheLimit" width="240" height="240" /></a></p>
<p>Treating all customers the same and treating every customer well is putting a bottom limit on frustration – you can’t go too bad if you do it. Treating customers differently gives you the opportunity to make your best ones love you.</p>
<p>In college I only studied Intro to Marketing for one semester, and it was far from my main focus. What I noticed, though, is that all textbooks and materials tell you that the customer is always right, you should always listen to the customer. Well, not always. Not if this customer makes you spend double the effort on him just to not hate you. Instead, you can devote this time to invent something for the customers that love you. As <a href="http://sethgodin.typepad.com/seths_blog/2009/08/who-spreads-your-word.html">Seth Godin says</a>, they will talk about you and bring many more after them.</p>
<p>Where I come from, in elementary schools they treat all students the same. They put a bottom limit on quality. They ensure that every student is educated and literate. What they don’t ensure is that schools produce geniuses and achievers. For this to happen, you need to remove the top limit, you need to give students the freedom to explore, the resources and the attention.</p>
<p>In my daily job I sometimes come in contact with customers who always complain about something and want a solution ASAP. They threaten to abandon your product and go to the competition. I say let them go. You have two choices to spend your time – convince them they are wrong and your product is good, or work on the product and make it awesome. You could also work on a program to provide benefits to your VIP customers (the ones who love you). This second choice would be a much better investment than the first one.</p>
<p>This could probably be applied everywhere people are involved – HR, education, communications. Don’t introduce bottom limits. Remove the top limits instead.</p>
<p>UPDATE: Here&#8217;s a <a href="http://sethgodin.typepad.com/seths_blog/2009/11/upside-vs-downside.html" target="_blank">very good article by Seth Godin</a> that I think relates to this post.</p>
<img src="http://feeds.feedburner.com/~r/SlavoIngilizov/~4/5zRvXu4DZu4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.slavoingilizov.com/blog/2009/09/08/bottom-limits-top-limits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.slavoingilizov.com/blog/2009/09/08/bottom-limits-top-limits/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=bottom-limits-top-limits</feedburner:origLink></item>
		<item>
		<title>Why do I blog?</title>
		<link>http://feedproxy.google.com/~r/SlavoIngilizov/~3/Zaifw9H-9VU/</link>
		<comments>http://www.slavoingilizov.com/blog/2009/04/14/why-do-i-blog/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 15:07:27 +0000</pubDate>
		<dc:creator>slavo</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://www.slavoingilizov.com/blog/?p=311</guid>
		<description><![CDATA[Blogging entered my world about two or three years ago. I remember looking through a book in the student library at AUBG, titled Essential Blogging. I had no idea what the book was about, but looked at what the authors had to say and developed an interest in the topic. I started reading blogs sporadically, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://slavoingilizov.com/blog/wp-content/uploads/2009/06/suemeimablogger2.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="suemeimablogger2" border="0" alt="suemeimablogger2" src="http://slavoingilizov.com/blog/wp-content/uploads/2009/06/suemeimablogger2-thumb.jpg" width="240" height="229" /></a> </p>
<p>Blogging entered my world about two or three years ago. I remember looking through a book in the student library at <a href="http://www.aubg.bg" target="_blank">AUBG</a>, titled <a href="http://oreilly.com/catalog/9780596003883/" target="_blank">Essential Blogging</a>. I had no idea what the book was about, but looked at what the authors had to say and developed an interest in the topic. I started reading blogs sporadically, not following any of them consistently. Then I found out about RSS and <a href="http://reader.google.com/" target="_blank">Google Reader</a>. I started filling up the list of my subscriptions and have been reading continuously since then.</p>
<p>I entered the blogging world about a year ago. Blogging was so cool that there was just no way I wasn’t having a blog. So I started one on blogspot.com and posted some student life stuff that no one cared about, including me. This effort failed miserably and I stopped writing, deciding to be quiet until I have something meaningful to share with the world. The next step was when I started a <a href="http://www.nalivenbozdugan.com" target="_blank">Bulgarian blog</a> with a friend of mine. The goal was to post only humorous and meaningless content, probably in order to be cool.</p>
<p>All this time I was trying to figure out what is the purpose of my blogging and what I want to achieve with it. I started using hosted solutions at first, then read some more about optimizations and interesting things you could do with a self-hosted blog. I did that for both Naliven Bozdugan and the one you are reading right now, changed the templates, included categorization features and bookmarking. But until recently, I had no idea where I’m going and only blogged because I liked it.</p>
<p>Yesterday, thinking about what is the next step that I should take (for this blog), I came to the conclusion I’d been searching. It might have been <a href="http://sethgodin.typepad.com/" target="_blank">Seth Godin</a> that brought this to my mind, it might have been <a href="http://www.kreativen.com/" target="_blank">Dimitar Nikolov</a>, I’m not sure. But what I realized is that I want to take a stand on issues. I blog, because I need to express my opinion, my mood and my feelings. I need to <em>know</em> what my opinion is. The thing is, a lot less people are interested in me as a person than I wish. So the only thing that would make someone drop by and read what I have to say is my opinion. I saw in this an opportunity to find the person I want to become through writing. There is nothing wrong with blogging about a problem I’m not sure how to solve, just the opposite – I think that writing about uncertainty and controversy would be helpful in making a decision or finding an answer to a question.</p>
<p>The end result of all this would hopefully be a clearer mind for myself, and more interesting content for you. I don’t want to make predictions about how it will turn out, let’s just hope that I am right and everything goes as planned.</p>
<p>Oh, and I need a logo for this blog, but I don’t have any graphic design skills. I also don’t know what would be the general idea of the logo and I haven’t written enough content to be able to tell from that. Ideas are welcome.</p>
<img src="http://feeds.feedburner.com/~r/SlavoIngilizov/~4/Zaifw9H-9VU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.slavoingilizov.com/blog/2009/04/14/why-do-i-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.slavoingilizov.com/blog/2009/04/14/why-do-i-blog/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=why-do-i-blog</feedburner:origLink></item>
		<item>
		<title>Mobile Charging Station</title>
		<link>http://feedproxy.google.com/~r/SlavoIngilizov/~3/5R00B-bXdts/</link>
		<comments>http://www.slavoingilizov.com/blog/2009/04/13/mobile-charging-station/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 12:04:42 +0000</pubDate>
		<dc:creator>slavo</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[photos]]></category>

		<guid isPermaLink="false">http://www.slavoingilizov.com/blog/?p=316</guid>
		<description><![CDATA[Found a picture in Guy Kawasaki’s blog from the QlikView conference. I wish we had more stations like this in public places. Could this be a viable business model, or is it worthless, having in mind the efforts put into standardizing mobile phone chargers?]]></description>
			<content:encoded><![CDATA[<p>Found a picture in <a href="http://blog.guykawasaki.com/2009/04/my-trip-to-barcelona.html" target="_blank">Guy Kawasaki’s blog</a> from the QlikView conference.</p>
<p><a href="http://slavoingilizov.com/blog/wp-content/uploads/2009/06/charging3.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="charging3" border="0" alt="charging3" src="http://slavoingilizov.com/blog/wp-content/uploads/2009/06/charging3-thumb.jpg" width="600" height="398" /></a> </p>
<p>I wish we had more stations like this in public places. Could this be a viable business model, or is it worthless, having in mind the efforts put into standardizing mobile phone chargers?</p>
<img src="http://feeds.feedburner.com/~r/SlavoIngilizov/~4/5R00B-bXdts" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.slavoingilizov.com/blog/2009/04/13/mobile-charging-station/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.slavoingilizov.com/blog/2009/04/13/mobile-charging-station/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mobile-charging-station</feedburner:origLink></item>
		<item>
		<title>Software Installation User Interface</title>
		<link>http://feedproxy.google.com/~r/SlavoIngilizov/~3/kh_zP1zQ1dE/</link>
		<comments>http://www.slavoingilizov.com/blog/2009/03/31/software-installation-user-interface/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 12:24:05 +0000</pubDate>
		<dc:creator>slavo</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[software-development]]></category>
		<category><![CDATA[user-experience]]></category>

		<guid isPermaLink="false">http://www.slavoingilizov.com/blog/?p=307</guid>
		<description><![CDATA[I&#8217;m a bit of a control freak when it comes to how my computer is configured. I like to be aware of how things happen and why they do. Currently on a Windows system, the thing that irritates me the most is the Windows Registry. A nasty, unknown shared resource used by almost all applications [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a bit of a control freak when it comes to how my computer is configured. I like to be aware of how things happen and why they do. Currently on a Windows system, the thing that irritates me the most is the Windows Registry. A nasty, unknown shared resource used by almost all applications and extremely hard to fix manually when corrupted. But it is a standard, so somehow I get along with it.</p>
<p>Anyway, installing programs has always been one of the worst experiences ever while setting up my work/fun environment, on any platform. Linux makes it easy for you to install distribution packages, but I still haven&#8217;t spend the time to figure out how to uninstall them. What happens to all dependencies that you didn&#8217;t note down when installing? Do they remain in the system?</p>
<p>Since program installation is usually the first impression that software makes in a user, I think every software developer should spend the time and make it as perfect as it can be. This is clearly not only my opinion, but in this post I wanted to mention two features of software installations in general that I find wonderful, and cannot figure out why there are people that miss to put them in.</p>
<p>1. &#8220;Don&#8217;t create a Start Menu folder&#8221; option</p>
<p><a href="http://slavoingilizov.com/blog/wp-content/uploads/2009/06/install1.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="install1" src="http://slavoingilizov.com/blog/wp-content/uploads/2009/06/install1-thumb.jpg" border="0" alt="install1" width="600" height="461" /></a></p>
<p>2. &#8220;Create a Desktop icon&#8221; and &#8220;Create a Quick Launch icon&#8221;</p>
<p><a href="http://slavoingilizov.com/blog/wp-content/uploads/2009/06/install2.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="install2" src="http://slavoingilizov.com/blog/wp-content/uploads/2009/06/install2-thumb.jpg" border="0" alt="install2" width="600" height="461" /></a></p>
<p>First, I have so many things in the Windows Start Menu, that I probably never open it. I don&#8217;t need more things there by default, and I need an option to control this when installing software. Second, I extensively use the Quick Launch toolbar, and if the installer puts an icon there for me, that would be great. Obviously the <a href="http://www.newsgator.com/Individuals/FeedDemon/Default.aspx" target="_blank">FeedDemon</a> installer made me happy and the people from <a href="http://www.newsgator.com/" target="_blank">NewsGator</a> did their job. Why don&#8217;t the others do it? Why don&#8217;t you do it every time?</p>
<img src="http://feeds.feedburner.com/~r/SlavoIngilizov/~4/kh_zP1zQ1dE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.slavoingilizov.com/blog/2009/03/31/software-installation-user-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.slavoingilizov.com/blog/2009/03/31/software-installation-user-interface/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=software-installation-user-interface</feedburner:origLink></item>
		<item>
		<title>Chrome Experiments</title>
		<link>http://feedproxy.google.com/~r/SlavoIngilizov/~3/B47ZtKOZWwg/</link>
		<comments>http://www.slavoingilizov.com/blog/2009/03/19/chrome-experiments/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 09:31:03 +0000</pubDate>
		<dc:creator>slavo</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.slavoingilizov.com/blog/?p=297</guid>
		<description><![CDATA[Are you using Google Chrome? A while ago I talked about how this browser&#8217;s introduction into the market would affect the other players. I don&#8217;t know what&#8217;s the situation today, I only know they released a final 1.0 version and are out of beta. For me, the speed and user experience that I have in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://slavoingilizov.com/blog/wp-content/uploads/2009/06/bomomo.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="bomomo" border="0" alt="bomomo" src="http://slavoingilizov.com/blog/wp-content/uploads/2009/06/bomomo-thumb.png" width="240" height="180" /></a> </p>
<p>Are you using Google Chrome? A while ago I <a href="http://www.slavoingilizov.com/blog/2008/09/12/where-will-chromes-share-come-from/">talked about how this browser&#8217;s introduction into the market would affect the other players</a>. I don&#8217;t know what&#8217;s the situation today, I only know they released a final 1.0 version and are out of beta. For me, the speed and user experience that I have in this new browser is unmatched. The only reason keeping me from making it my default are Firefox&#8217;s plugins. I guess once Chrome introduces a plugin system, they would have to sacrifice a lot of the performance benefits. Similar to what happened to Firefox. With one exception: we&#8217;re talking Google this time, not Mozilla. And probably most of you know that once Google decides to do something (another innovative way to try and rule the web), they don&#8217;t stop no matter what.</p>
<p>In short I&#8217;m saying Google have far more power and willingness to contribute to their browser than Mozilla had. But this is not why I started this post. I started it to share a really cool Javascript experience that these guys announced a while ago. They are exploring the nuts and bolts of the <a href="http://code.google.com/p/v8/" target="_blank">V8 framework</a> used in Chrome to create wonderful applications. Here&#8217;s the site (make sure to open it with Chrome):</p>
<p><a href="http://www.chromeexperiments.com/">http://www.chromeexperiments.com/</a></p>
<p>And then some people say Javascript was dead and the future would belong to rich applications (to read: Flash and Silverlight). I so disagree.</p>
<img src="http://feeds.feedburner.com/~r/SlavoIngilizov/~4/B47ZtKOZWwg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.slavoingilizov.com/blog/2009/03/19/chrome-experiments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.slavoingilizov.com/blog/2009/03/19/chrome-experiments/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=chrome-experiments</feedburner:origLink></item>
		<item>
		<title>Google Marking Their Own Messages as Spam</title>
		<link>http://feedproxy.google.com/~r/SlavoIngilizov/~3/DJG-IuRLBrQ/</link>
		<comments>http://www.slavoingilizov.com/blog/2009/03/13/google-marking-their-own-messages-as-spam/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 09:49:00 +0000</pubDate>
		<dc:creator>slavo</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.slavoingilizov.com/blog/?p=283</guid>
		<description><![CDATA[You&#8217;ve probably already heard about the new interest-based advertising Google is launching. If you haven&#8217;t, here&#8217;s a link to the ReadWriteWeb article. The funny thing is, as an AdSense subscriber, I got a message from them today, and they marked it as Spam in Gmail. See for yourself: Now the question is, are Google really [...]]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ve probably already heard about the new interest-based advertising Google is launching. If you haven&#8217;t, <a href="http://www.readwriteweb.com/archives/google_introduces_interest-based_ads.php" target="_blank">here&#8217;s a link to the ReadWriteWeb article</a>. The funny thing is, as an AdSense subscriber, I got a message from them today, and they marked it as Spam in Gmail. See for yourself:</p>
<p><a href="http://slavoingilizov.com/blog/wp-content/uploads/2009/06/capture.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="capture" border="0" alt="capture" src="http://slavoingilizov.com/blog/wp-content/uploads/2009/06/capture-thumb.jpg" width="600" height="292" /></a> </p>
<p>Now the question is, are Google really spamming people, or their Spam filters are just a bit more than good?</p>
<img src="http://feeds.feedburner.com/~r/SlavoIngilizov/~4/DJG-IuRLBrQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.slavoingilizov.com/blog/2009/03/13/google-marking-their-own-messages-as-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.slavoingilizov.com/blog/2009/03/13/google-marking-their-own-messages-as-spam/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=google-marking-their-own-messages-as-spam</feedburner:origLink></item>
		<item>
		<title>You Are Reading Blogs, Right?</title>
		<link>http://feedproxy.google.com/~r/SlavoIngilizov/~3/jXU1-K6kL5o/</link>
		<comments>http://www.slavoingilizov.com/blog/2009/03/09/you-are-reading-blogs-right/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 16:05:04 +0000</pubDate>
		<dc:creator>slavo</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[people]]></category>

		<guid isPermaLink="false">http://www.slavoingilizov.com/blog/?p=258</guid>
		<description><![CDATA[A stupid question, I know. Especially after you are already reading this. But I&#8217;m fascinated about the fact that so many people I know still don&#8217;t read blogs on a regular basis or don&#8217;t use RSS or Atom or some other publishing protocol reader. For me, blogs are the primary way to stay informed about [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://slavoingilizov.com/blog/wp-content/uploads/2009/06/blogging1.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="blogging" border="0" alt="blogging" src="http://slavoingilizov.com/blog/wp-content/uploads/2009/06/blogging-thumb1.jpg" width="180" height="240" /></a> </p>
<p>A stupid question, I know. Especially after you are already reading this. But I&#8217;m fascinated about the fact that so many people I know still don&#8217;t read blogs on a regular basis or don&#8217;t use RSS or Atom or some other publishing protocol reader. For me, blogs are the primary way to stay informed about what&#8217;s happening in my communities, and the main news channel. They are also the easiest way for me to chill out and relax for a minute between two tasks requiring high concentration. A personal opinion on a topic is much more valuable than the 20-times-edited newspage on cnn.com or any other mass news site.</p>
<p>So, since I&#8217;m so passionate about this, what blogs do I read? Well, this post is an attempt to summarize a fraction of my Google Reader subscriptions, with explanations of why I read them. Hopefully this would shed some light on the topics I&#8217;m mostly interested in nowadays, too. Here&#8217;s the list:</p>
<p><a href="http://www.47hats.com/" target="_blank">47 Hats</a> &#8211; Bob Walsh&#8217;s advice for independent software vendors (MicroISVs) and startups. Digests of news about the community, events and nice articles from all around.</p>
<p><a href="http://blog.asmartbear.com/" target="_blank">A Smart Bear</a> &#8211; Tagline: Startups + Marketing + Geekery. Jason Cohen, an entrepreneur and his takes on small business</p>
<p><a href="http://www.ericsink.com/" target="_blank">Erik Sink</a> &#8211; The definitive guide to the Business of Software.</p>
<p><a href="http://news.ycombinator.com/" target="_blank">Hacker News</a> &#8211; This is a site that <a href="http://www.paulgraham.com/articles.html" target="_blank">Paul Graham</a> set up to get together a community of developers and provoke discussion about the things shared in the dev community in general. Something like <a href="http://www.reddit.com/r/programming/" target="_blank">reddit.com/r/programming</a>.</p>
<p><a href="http://blog.guykawasaki.com/" target="_blank">How to Change the World</a> &#8211; Guy Kawasaki, former Apple evangelist, currently a venture capitalist, blogging about entrepreneurship, providing tips and tricks.</p>
<p><a href="http://www.joelonsoftware.com/" target="_blank">Joel on Software</a> &#8211; One of THE bloggers in the software development community. Former Microsoftie, currently owner of <a href="http://www.fogcreek.com/" target="_blank">Fog Creek Software</a>, doesn&#8217;t write much lately. Launched a developer community site together with <a href="http://www.codinghorror.com/blog/" target="_blank">Atwood</a> called <a href="http://www.stackoverflow.com" target="_blank">Stackoverflow</a>. Rare but quality material.</p>
<p><a href="http://www.paulgraham.com/articles.html" target="_blank">Paul Graham</a> &#8211; An angel investor in Silicon Valley. Created the <a href="http://ycombinator.com/" target="_blank">Y Combinator</a> project, writing very valuable essays on investment, especially VC and Angel. See Hacker News.</p>
<p><a href="http://sethgodin.typepad.com/" target="_blank">Seth Godin</a> &#8211; the marketing guy. Top marketing blog. Ever.</p>
<p><a href="http://fridayreflections.typepad.com/" target="_blank">Friday Reflections</a> &#8211; a new storyline and a new thought each Friday. Author is Anand Shah. Unbelievably inspirational.</p>
<p><a href="http://www.codinghorror.com/blog/" target="_blank">Coding Horror</a> &#8211; comparable to Joel in software development. Jeff Atwood, Joel&#8217;s partner in Stackoveflow, again writing for devs. See Joel on Software.</p>
<p><a href="http://www.hanselman.com/blog/" target="_blank">Scott Hanselman</a> &#8211; another prominent software development blogger. Lots of info, primary Microsoft.</p>
<p><a href="http://weblogs.asp.net/scottgu/default.aspx" target="_blank">Scott Gu</a> &#8211; The Gu, Scott Guthrie, running the following dev teams in Microsoft &#8211; CLR and core .NET libraries, ASP.NET, Silverlight, WPF, IIS 7, Visual Studio Tools for ASP.NET, Silverlight, WPF and mobile. A must read for every Microsoft dev.</p>
<p>I can say I only listed the MUST ones. Except for those, I&#8217;m following about 97 more. Anyone who wants the full list, just drop a line. So what are you waiting for? Publish your list and let me know. What blogs are YOU reading?</p>
<img src="http://feeds.feedburner.com/~r/SlavoIngilizov/~4/jXU1-K6kL5o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.slavoingilizov.com/blog/2009/03/09/you-are-reading-blogs-right/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.slavoingilizov.com/blog/2009/03/09/you-are-reading-blogs-right/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=you-are-reading-blogs-right</feedburner:origLink></item>
	</channel>
</rss>

