<?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>CodingExperiments.com &#187; Apps</title>
	<atom:link href="http://codingexperiments.com/category/apps/feed/" rel="self" type="application/rss+xml" />
	<link>http://codingexperiments.com</link>
	<description>$ sudo make money</description>
	<lastBuildDate>Wed, 07 Apr 2010 02:53:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>What Is the Correct Path for a Twitter Clone?</title>
		<link>http://codingexperiments.com/what-is-the-correct-path-for-a-twitter-clone/</link>
		<comments>http://codingexperiments.com/what-is-the-correct-path-for-a-twitter-clone/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 01:12:33 +0000</pubDate>
		<dc:creator>Rishabh Mishra</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://codingexperiments.com/?p=154</guid>
		<description><![CDATA[Introduction Recently, the Twitter clone identi.ca launched. Identi.ca interests me more than the microblogging services Jaiku, Pownce, or Plurk because identi.ca is open source. Of course, identi.ca has gotten some criticism. At the time of this writing, identi.ca is shockingly featureless. There are also some minor bugs, and it appears to be unstable at times. [...]]]></description>
			<content:encoded><![CDATA[<h2>Introduction</h2>
<p>Recently, the Twitter clone <a href="http://identi.ca/">identi.ca</a> launched. Identi.ca interests me more than the microblogging services <a href="http://jaiku.com/">Jaiku</a>, <a href="http://pownce.com/">Pownce</a>, or <a href="http://www.plurk.com/">Plurk</a> because <a href="http://greyowl.controlezvous.ca/Main/Source">identi.ca is open source</a>.</p>
<p>Of course, identi.ca has gotten some criticism. At the time of this writing, identi.ca is shockingly featureless. There are also some minor bugs, and it appears to be unstable at times. I have seen PHP errors on the page, timeouts, and identi.ca messages (informally called by the community as <em>dents</em>) not appearing. Identi.ca supporters counter that identi.ca was released early and it is expected to have problems.</p>
<p>But this raises an interesting question. Should a microblogging service open up to the public when it has few features, or when it is fully polished? Open source applications traditionally allow input from the community at a very early stage. But when a product is released to the public, it generates a lot of buzz, which is useful in getting people to use the product. This buzz can go away when people get bored of talking about the product, and it is possible that potential users could become uninterested with the service and not come back when it has new features and bugfixes.</p>
<p>Of course, a lot of open source applications can still be open to the public early and generate the most buzz at the right time. Firefox is one example of this. Even though many people had tried out the Firefox 3 alphas, betas, and release candidates, Firefox still got a lot of buzz during <a href="http://www.spreadfirefox.com/en-US/worldrecord">Download Day</a>.</p>
<p>But the thing about Firefox 3 and Download Day was that Firefox generated a lot of buzz by attempting to go for a world record. Attempting something like that is much more difficult for smaller organizations.</p>
<p>But so far, I seem to have overlooked an option. I have only mentioned going public early or staying completely private until the service is, for the lack of a better term, <em>done</em>. There is always the option of the invite-only phase. In this situation, the user base grows as people invite others, but the growth is slower as people have to be able to obtain an invite to be able to use the application. Invite-only testing also gives more control over how many users join, because the application developers control the invites. This means that the growth of the userbase can be slowed or even stopped should scaling problems appear.</p>
<p>Also, I&#8217;ll note that in my idea of an invite-only microblogging service, anybody can view the messages of a user, but only those with invites can register accounts and post replies.</p>
<p>Below are the advantages and disadvantages of going public from the start, staying private until the product is finished, and</p>
<h2>Going public from the start</h2>
<p><strong>Advantages:</strong></p>
<ul>
<li>You have more eyes looking out for bugs.</li>
<li>You have more time to build a community, which is a big part with Twitter clones.</li>
</ul>
<p><strong>Disadvantages:</strong></p>
<ul>
<li>If you are not careful about how you market it, people could see your service as uninteresting as people have already talked about it.</li>
<li>The community might not come if your service doesn&#8217;t have necessary features or is buggy when they tried it.</li>
</ul>
<h2>Staying private until the application is polished</h2>
<p><strong>Advantages:</strong></p>
<ul>
<li>The application is abundant with features.</li>
<li>The developers have the ability to radically change the service without worries. There are no users to be affected by the changes.</li>
<li>If the application is tested properly, bugs are caught quickly and before the bugs annoy any users.</li>
</ul>
<p><strong>Disadvantages:</strong></p>
<ul>
<li>The developers cannot listen to the wishes of the users. This means that time might accidentally be spent on features that the users do not think are completely necessary.</li>
<li>Usability testing is limited to very few people.</li>
</ul>
<h2>Going with an invite-only testing phase</h2>
<p><strong>Advantages:</strong></p>
<ul>
<li>Control over the growth of the user base.</li>
<li>Hype as not everybody can get a first-hand look at the service.</li>
<li>Benefits involving the community without the negatives of going public early.</li>
</ul>
<p><strong>Disadvantages:</strong></p>
<ul>
<li>Microblogging generally works well when you have a large community. Having a small community reduces the use of microblogging as fewer people can respond to a user. Because of this, the user is given more incentive to invite other people to contribute to the discussion.</li>
</ul>
<h2>Conclusion</h2>
<p>None of these paths for microblogging services are perfect. I say that it depends on the developers. If there is a clear plan for marketing the service, going public from the start looks like a good choice. If the developers think it is best to gradually increase the userbase to test see if the application scales up properly, invite-only seems like a good option. If the developers want a <em>grand opening</em>, or some other better reason, staying private until a later stage might work for them.</p>
]]></content:encoded>
			<wfw:commentRss>http://codingexperiments.com/what-is-the-correct-path-for-a-twitter-clone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>NoiseRiver: the Friendfeed App That&#039;s Your New Bicycle.</title>
		<link>http://codingexperiments.com/noiseriver-the-friendfeed-app-thats-your-new-bicycle/</link>
		<comments>http://codingexperiments.com/noiseriver-the-friendfeed-app-thats-your-new-bicycle/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 02:10:41 +0000</pubDate>
		<dc:creator>Rishabh Mishra</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://codingexperiments.com/?p=147</guid>
		<description><![CDATA[I&#8217;m a fan of FriendFeed. FriendFeed, to me, is total awesomeness. At the time of this writing, I&#8217;ve written fifteen posts on FriendFeed (including this one). Robert Scoble loves FriendFeed too. But now, I love FriendFeed even more. Why? Because it&#8217;s possible to create truly excellent applications with the FriendFeed API. The FriendFeed API is [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a fan of FriendFeed. FriendFeed, to me, is total awesomeness. At the time of this writing, I&#8217;ve written fifteen posts on FriendFeed (including this one). Robert Scoble <a title="Scobleizer: Loving My FriendFeed" href="http://scobleizer.com/2008/03/13/loving-my-friendfeed/">loves FriendFeed</a> too. But now, I love FriendFeed even more. Why? Because it&#8217;s possible to create truly excellent applications with the FriendFeed API.</p>
<p>The FriendFeed API is far from perfect, but what&#8217;s making me love it is <a href="http://noiseriver.com/">NoiseRiver</a>. So, who is behind this masterpiece of an API application? <a href="http://friendfeed.com/directeur">directeur</a> on FriendFeed is responsible for this masterpiece of an API application.</p>
<p>So, what do I like about it? First off, the user interface is <em>excellent</em>. It takes the simplicity of FriendFeed&#8217;s user interface and entwines it with an elegance that is so hard to achieve when building a good user interface. Click on the below thumbnail to see the screenshot full-size.</p>
<p><a href="/images/noiseriver/2.png"><img src="/images/noiseriver/2_thumb.png" alt="" width="450" height="346" /></a></p>
<p>Now, it does more than serve up a pretty user interface. It actually solves some of FriendFeed&#8217;s most basic problems. What does it solve?</p>
<p>Well, several people have talked how noisy FriendFeed users can drown out the posts of less-frequent FriendFeed users. Now, if you like the posts of the noisy and quiet FriendFeed users, you&#8217;re at a bit of a disadvantage. It&#8217;s more difficult to hear the quiet FriendFeed users, and there may be some cases when you&#8217;re more interested in what the quiet users have to say.</p>
<p>NoiseRiver to the rescue! It allows you to select which users you like more than others.</p>
<p><a href="/images/noiseriver/3.png"><img src="/images/noiseriver/3_thumb.png" alt="" width="379" height="375" /></a></p>
<p>Okay, but the noisy FriendFeed users might also talk about topics that you aren&#8217;t interested in or don&#8217;t like at all. What do you do about that?</p>
<p>No problem. NoiseRiver solves this problem by allowing you to insert keywords and rate those too.</p>
<p><a href="/images/noiseriver/1.png"><img src="/images/noiseriver/1_thumb.png" alt="" width="379" height="323" /></a></p>
<p>Now, I might really like NoiseRiver, but you are annoyed with something in NoiseRiver&#8217;s user interface. What do you do?</p>
<p>Wel, there&#8217;s the <a href="http://friendfeed.com/rooms/noiseriver">NoiseRiver FriendFeed room</a> where you can post suggestions, and a lot of the suggestions are acted upon immediately.</p>
<p>In conclusion, NoiseRiver is a top-notch web application that has a great user interface and solves some of FriendFeed&#8217;s problems.</p>
<p>For some additional reading, you can check out <a title="LousGray.com: New NoiseRiver App Adds Interest Filters to FriendFeed Stream" href="http://www.louisgray.com/live/2008/06/new-noiseriver-app-adds-interest.html">Louis Gray&#8217;s coverage of NoiseRiver</a>.</p>
<p>UPDATE: Apparently some people think that NoiseRiver actually has a <a title="The Inquisitr: Prediction: FriendFeed Will Acquire NoiseRiver " href="http://www.inquisitr.com/1336/prediction-friendfeed-will-acquire-noiseriver/">chance of being acquired</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://codingexperiments.com/noiseriver-the-friendfeed-app-thats-your-new-bicycle/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>The Linux GUI Editor Showdown Part Two: Geany</title>
		<link>http://codingexperiments.com/the-linux-gui-editor-showdown-part-two-geany/</link>
		<comments>http://codingexperiments.com/the-linux-gui-editor-showdown-part-two-geany/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 00:48:18 +0000</pubDate>
		<dc:creator>Rishabh Mishra</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://codingexperiments.com/?p=137</guid>
		<description><![CDATA[This is a series of posts that will cover several GUI text editors for Linux. The editors that have been covered so far are KDevelop Mousepad Gedit More coming soon This part in the series will cover Geany, a lightweight editor for Linux. It uses GTK+. Geany, unlike KDevelop, doesn&#8217;t take a long time to [...]]]></description>
			<content:encoded><![CDATA[<p>This is a series of posts that will cover several GUI text editors for Linux. The editors that have been covered so far are</p>
<ul>
<li><a href="http://codingexperiments.com/archives/130">KDevelop</a></li>
<li><a href="http://codingexperiments.com/archives/139">Mousepad</a></li>
<li><a href="http://codingexperiments.com/archives/144">Gedit</a></li>
<li>More coming soon</li>
</ul>
<p>This part in the series will cover <a title="Geany's home page" href="http://geany.uvena.de/">Geany</a>, a lightweight editor for Linux. It uses GTK+. Geany, unlike KDevelop, doesn&#8217;t take a long time to load, but packs a lot of features. As shown below, we will be covering Geany 0.13.</p>
<p><img src="/images/gui_editors_review/geany4.png" alt="" /></p>
<p>When you start it up, you get something that looks like what you have below. Click to see a bigger verson.</p>
<p><a href="/images/gui_editors_review/geany1.png"><img src="/images/gui_editors_review/geany1_thumb.png" alt="" /></a></p>
<p>At the bottom, you have a panel that gives status messages, a compiler, compiler messages, a scratch pad, and a terminal.</p>
<p>To edit Geany&#8217;s templates or syntax highlighting, you have to edit certain configuration files. Below is what editing a file looks like by default. Pictured below is a file from the &#8220;All In One SEO Pack&#8221; WordPress plugin.</p>
<p><a href="/images/gui_editors_review/geany3.png"><img src="/images/gui_editors_review/geany3_thumb.png" alt="" width="400" height="300" /></a></p>
<p>The folks that make Geany are really, really dedicated to open source. They assume that you feel the same way. By default, Geany&#8217;s templates contain the GPL. You can&#8217;t really see it in the thumbnail, so click on the image to see it full-size.</p>
<p><a href="/images/gui_editors_review/geany5.png"><img src="/images/gui_editors_review/geany5_thumb.png" alt="" width="400" height="300" /></a></p>
<p>What I didn&#8217;t mention is that Geany also has a <a title="Geany download page. Windows section" href="http://geany.uvena.de/Download/Releases#windows">Windows version</a>, so you can use your editor on more than one platform too.</p>
<p>In conclusion, Geany is a lightweight, fast, and featureful editor. This is a good choice if you&#8217;re not a KDE fan or want something that can run on Windows too.</p>
]]></content:encoded>
			<wfw:commentRss>http://codingexperiments.com/the-linux-gui-editor-showdown-part-two-geany/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Why I Think Firefox Is Better than Flock</title>
		<link>http://codingexperiments.com/why-i-think-firefox-is-better-than-flock/</link>
		<comments>http://codingexperiments.com/why-i-think-firefox-is-better-than-flock/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 22:47:54 +0000</pubDate>
		<dc:creator>Rishabh Mishra</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://codingexperiments.com/?p=135</guid>
		<description><![CDATA[Flock 2 Beta, based off Firefox 3, was released. I&#8217;ve never really got the concept behind Flock. Why not just use Firefox? But, I thought that Flock was interesting, so it at least deserved a chance. My conclusion? While Flock is totally cool, I still don&#8217;t get it. First, I&#8217;ll go over the brilliance of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://flock.com/beta/download/">Flock 2 Beta</a>, based off <a href="http://www.mozilla.com/en-US/firefox/">Firefox 3</a>, was released. I&#8217;ve never really got the concept behind Flock. Why not just use Firefox? But, I thought that Flock was interesting, so it at least deserved a chance.</p>
<p>My conclusion? While Flock is totally cool, I still don&#8217;t get it. First, I&#8217;ll go over the brilliance of Firefox, and then write how Flock deviates from that.</p>
<p>See, the best thing about Firefox is that you have the basic features that can get you around the Internet easily, but if you are desiring more functionality, it&#8217;s most often only an extension away. You don&#8217;t have features that you aren&#8217;t going to use. The user interface isn&#8217;t filled with all sorts of complicated buttons unless you chose to add those buttons.</p>
<p>Flock includes a lot of functionality from the start. It integrates with many of the most popular web services, like Twitter and Digg, which I like. But there are services that I don&#8217;t use, like the blog editor. I prefer the WordPress 2.5 interface.</p>
<p>Now, remember how I mentioned about how Firefox&#8217;s interface isn&#8217;t filled with all sorts of complicated buttons unless you add them. By default, Flock has the below buttons next to the bookmarks.</p>
<p><img src="/images/flock/toolbar.png" alt="" /></p>
<p>Now, it feels like more work to remove things you don&#8217;t need than it is to add things that you do need. At least, that&#8217;s what I think.</p>
<p>So, Flock has features that I don&#8217;t need, and the user interface has buttons that control those features that I don&#8217;t need.</p>
<p>So, in conclusion, is Flock my browser of choice? Nope. Is Flock a cool browser with a lot of functionality built into it? Yes. Does Flock have a promising future? Yes. Are there people out there that could put Flock to good use? You can bet on it. While Flock doesn&#8217;t follow Firefox&#8217;s principles of simplicity and adding functionality via extensions, it is a very cool browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://codingexperiments.com/why-i-think-firefox-is-better-than-flock/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>What FriendFeed Needs to Do to Reach the Average Person</title>
		<link>http://codingexperiments.com/what-friendfeed-needs-to-do-to-reach-the-average-person/</link>
		<comments>http://codingexperiments.com/what-friendfeed-needs-to-do-to-reach-the-average-person/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 15:47:03 +0000</pubDate>
		<dc:creator>Rishabh Mishra</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://codingexperiments.com/?p=134</guid>
		<description><![CDATA[FriendFeed, right now, is mostly an early adopter thing. There are two things that FriendFeed is for: Seeing the activity from many web services all in one place. Discovering new content. You could argue that FriendFeed is also for discussion, but I think that the two that I listed above are a bit more important. [...]]]></description>
			<content:encoded><![CDATA[<p>FriendFeed, right now, is mostly an early adopter thing. There are two things that FriendFeed is for:</p>
<ul>
<li>Seeing the activity from many web services all in one place.</li>
<li>Discovering new content.</li>
</ul>
<p>You could argue that FriendFeed is also for discussion, but I think that the two that I listed above are a bit more important.</p>
<p>When you put all sorts of information in one place, as well as allow the user to discover new content, you can end up with way too much noise all in one place.<a title="CodingExperiments: The Blogosphere’s Changing Opinions on FriendFeed" href="http://codingexperiments.com/archives/81"> I&#8217;ve written about FriendFeed&#8217;s noise before</a>, and said that some people don&#8217;t believe that the noise is all bad. But you have to keep in mind that FriendFeed is still an early adopter thing, and early adopters don&#8217;t mind noise as much as the average person. It takes a while to wade through all the noise and find something useful. The average person wants to quickly know what is going on in the world.</p>
<p>Traditional media caters to this. You can glance at a set of headlines in a newspaper and get a basic idea of what happened in the world. You can turn on the TV to see reporters give you the news. But FriendFeed doesn&#8217;t make it that easy. You have to find the interesting things in a sea of noise.</p>
<p>What FriendFeed needs to do to reach the average person is to find a way to drastically reduce noise without alienating the early adopters that have given feedback to the FriendFeed developers.</p>
<p>One way of reducing noise is reducing the capability to discover content. One way that FriendFeed alows content discovery is by &#8220;friend-of-friend&#8221; entries that you can see in FriendFeed. If you don&#8217;t know about friend-of-friend, it basically shows updates from person B if person A (your friend) &#8220;liked&#8221; or commented on person B&#8217;s item. It allows you to find more interesting people.</p>
<p>FriendFeed already allows you to hide friend-of-friend entries, but it may not always be obvious to the average person. What I think is a good solution would be for FriendFeed to hide friend-of-friend by default. Friend-of-friend shouldn&#8217;t completely die, though. There should be an option to turn it back on, for those that are okay with a little more noise.</p>
<p>Another problem with FriendFeed is the content duplication. If Friend A posts a blog post, and then Friends B and C share that blog post in Google Reader, you have three entries about the same thing floating around. When FriendFeed gets the capability to merge these, that will also be a major noise-reducer.</p>
<p>The average person might not know how to expertly use the FriendFeed &#8220;hide&#8221; link. FriendFeed should display tips to new users on how to use FriendFeed features, like the hide command, that might be less obvious to the average user.</p>
<p>To sum it up, what I believe FriendFeed needs to do is:</p>
<ul>
<li>Reduce noise by disabling friend-of-friend entries by default, but allow users to enable it if they choose to.</li>
<li>Reduce noise by merging entries that link to the same page.</li>
<li>Display tips to educate the average person on how to expertly use FriendFeed.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://codingexperiments.com/what-friendfeed-needs-to-do-to-reach-the-average-person/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>The Linux GUI Editor Showdown Part One: KDevelop</title>
		<link>http://codingexperiments.com/the-linux-gui-editor-showdown-part-one-kdevelop/</link>
		<comments>http://codingexperiments.com/the-linux-gui-editor-showdown-part-one-kdevelop/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 14:07:02 +0000</pubDate>
		<dc:creator>Rishabh Mishra</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://codingexperiments.com/?p=130</guid>
		<description><![CDATA[This is a series of posts that will give a quick overview of a variety of GUI text editors for Linux. Terminal text editors (Vi, nano, etc.) will not be covered here, as well as Emacs, as most developers know about Emacs. The first part of the series will cover KDevelop, my personal favorite text [...]]]></description>
			<content:encoded><![CDATA[<p>This is a series of posts that will give a quick overview of a variety of GUI text editors for Linux. Terminal text editors (Vi, nano, etc.) will not be covered here, as well as Emacs, as most developers know about Emacs. The first part of the series will cover <a title="KDevelop's website" href="http://www.kdevelop.org/">KDevelop</a>, my personal favorite text editor for programming. We will be looking at KDevelop version 3.5.1, and not KDE 4 KDevelop.</p>
<p>Other editors covered in this series:</p>
<ul>
<li><a href="http://codingexperiments.com/archives/137">Geany</a></li>
<li><a href="http://codingexperiments.com/archives/139">Mousepad</a></li>
<li><a href="http://codingexperiments.com/archives/144">Gedit</a></li>
<li>More to come</li>
</ul>
<p>If there is one thing that it isn&#8217;t, KDevelop is not lightweight, as it&#8217;s main focus is features and flexibility.</p>
<p><img src="/images/gui_editors_review/kdevelop1.png" alt="KDevelop's loading screen" width="400" height="300" /></p>
<p>When it has finished loading, you are are greeted with the following screen. Click on it to see the full size version.</p>
<p><a href="/images/gui_editors_review/kdevelop2.png"><img src="/images/gui_editors_review/kdevelop2_thumb.png" alt="" width="386" height="315" /></a></p>
<p>You will notice that you have the ability to store code snippets in KDevelop, as I have demonstrated in the above screenshot with storing the tag that tells a browser to load an external CSS file</p>
<p>To create a new file, you first have to tell KDevelop where to put the file and what the filename is. This is done so the syntax highlighter knows what type of file it is.</p>
<p><img src="/images/gui_editors_review/kdevelop3.png" alt="KDevelop's new file dialog" /></p>
<p>KDevelop is a text editor that uses tabs, has a built in terminal, and you can read documentation from within it.</p>
<p><a href="/images/gui_editors_review/kdevelop4.png"><img src="/images/gui_editors_review/kdevelop4_thumb.png" alt="" width="462" height="309" /></a></p>
<p>KDevelop is very customizable. There are many options you can set. Like other KDE programs, keyboard shortcuts are also editable. KDevelop can also access files on a remote server, thanks to KIO.</p>
<p>KDevelop supports syntax highlighting for many, many languages. Syntax highlighting is also customizable, should you not like the colors.</p>
<p>That concludes this informal overview of KDevelop. Give it a whirl and see if it fits your development needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://codingexperiments.com/the-linux-gui-editor-showdown-part-one-kdevelop/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>WordPress Import Functions</title>
		<link>http://codingexperiments.com/wordpress-import-functions/</link>
		<comments>http://codingexperiments.com/wordpress-import-functions/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 03:21:22 +0000</pubDate>
		<dc:creator>Voyagerfan5761</dc:creator>
				<category><![CDATA[Apps]]></category>

		<guid isPermaLink="false">http://codingexperiments.com/archives/39</guid>
		<description><![CDATA[In the true spirit of experimenting with code and all things computer-related, one or two visitors (who viewed the site or requested the feed in a window of about two minutes) may have noticed six extra posts briefly appear in the archives. That was me. See, possible248 today granted myself and i80and admin status within [...]]]></description>
			<content:encoded><![CDATA[<p>In the true spirit of experimenting with code and all things computer-related, one or two visitors (who viewed the site or requested the feed in a window of about two minutes) may have noticed six extra posts briefly appear in the archives.  That was me.</p>
<p>See, possible248 today granted myself and i80and admin status within WordPress (I&#8217;ll have to talk to possible248 about his capitalization), and I have been exploring the options offered in the control panel.  One of the tabs that intrigued me greatly was the import tab, which offers many options for importing content from other platforms:</p>
<p><a href='http://codingexperiments.com/wp-content/uploads/2008/03/wordpress_233_import_options.png' title='WordPress 2.3.3 Import Options'><img src='http://codingexperiments.com/wp-content/uploads/2008/03/wordpress_233_import_options.thumbnail.png' alt='WordPress 2.3.3 Import Options' /></a></p>
<p>That&#8230; is&#8230; so many platforms.  Blogger being there is of particular interest, because I currently write for several blogs hosted on Blogger, my own among them.</p>
<p>So, to explain why six posts appeared on this site briefly: I decided to give the import a try on the smallest blog.</p>
<p>The import was completed very quickly using Google Data APIs.  After the import was complete, I was given the opportunity to change the author of posts.  I must say I am very impressed with WordPress&#8217; ability to grab content from so many (13 plus itself) different sources.</p>
<p>It&#8217;s also reassuring to know that, if I ever choose I no longer like Blogger and want to host my own site, it will be a piece of cake to move to WordPress (which is what I&#8217;d probably choose).  The only question there is moving back to Blogger if I ever decide to do that.  But both situations are far out in the future, reserved for when I have the time and money to maintain my own hosting.</p>
<p>Meanwhile, I consider this experiment a success.  Go WordPress!</p>
]]></content:encoded>
			<wfw:commentRss>http://codingexperiments.com/wordpress-import-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plan your programs with VYM</title>
		<link>http://codingexperiments.com/plan-your-programs-with-vym/</link>
		<comments>http://codingexperiments.com/plan-your-programs-with-vym/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 23:29:59 +0000</pubDate>
		<dc:creator>Rishabh Mishra</dc:creator>
				<category><![CDATA[Apps]]></category>

		<guid isPermaLink="false">http://codingexperiments.com/archives/19</guid>
		<description><![CDATA[VYM is an application available for Linux that shows &#34;mind maps&#34;. There are several programs that do this on the market already, but they often cost a lot of money. VYM is totally free. You could use VYM to hash out the details of a new application, a database structure, or the organization of a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.insilmaril.de/vym/">VYM</a> is an application available for Linux that shows &quot;mind maps&quot;. There are several programs that do this on the market already, but they often cost a lot of money. VYM is totally free.</p>
<p>You could use VYM to hash out the details of a new application, a database structure, or the organization of a website. I think I&#8217;ll find it pretty useful in developing ModCMS.</p>
<p>You can even export the mind map to XHTML. Sorta useful if you would like to use it for an interesting navigational system like the VYM website did.</p>
<p>Update: If you don&#8217;t like VYM, you can find many other mind-mapping applications at <a href="http://www.mind-mapping.org/">mind-mapping.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codingexperiments.com/plan-your-programs-with-vym/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
