<?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>Test Blog &#187; MacOSX</title>
	<atom:link href="http://dcostanet.net/wordpress/category/computers/macosx/feed/" rel="self" type="application/rss+xml" />
	<link>http://dcostanet.net/wordpress</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 05 May 2006 14:53:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Stop the presses</title>
		<link>http://dcostanet.net/wordpress/2005/11/10/stop-the-presses/</link>
		<comments>http://dcostanet.net/wordpress/2005/11/10/stop-the-presses/#comments</comments>
		<pubDate>Thu, 10 Nov 2005 23:05:34 +0000</pubDate>
		<dc:creator>Sameer</dc:creator>
				<category><![CDATA[Gregarius]]></category>
		<category><![CDATA[MacOSX]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://dcostanet.net/wordpress/?p=92</guid>
		<description><![CDATA[A shell script I wrote earlier got mentioned in the December issue of Macworld. It is hard to find the mention, but it is there. I wrote the script to move my feeds from Safari RSS to Bloglines. Last month, I upgraded the shell script to an Automator action, so you do not need to [...]]]></description>
			<content:encoded><![CDATA[<p>A <a href="http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/">shell script</a> I wrote earlier got mentioned in the <a href="http://www.macworld.com/2005/11/secrets/decmobilemac/index.php">December issue of Macworld</a>. It is hard to find the mention, but it is there. <img src='http://dcostanet.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I wrote the script to move my feeds from <a href="http://www.apple.com/safari/">Safari RSS</a> to <a href="http://www.bloglines.com/">Bloglines</a>. Last month,  I upgraded the shell script to an <a href="http://www.apple.com/macosx/features/automator/" rel="tag">Automator</a> action, so you do not need to open Terminal.app if you do not want to.  The article is a bit incorrect about that point, but I guess it was written a while ago. </p>
<p>If you are looking to move to/from <a href="http://www.bloglines.com/">Bloglines</a> and you want more freedom and would like complete control over your feed reader, I recommend the excellent, open source program : <a href="http://gregarius.net/" rel="tag">Gregarius</a>. It is highly extensible and supports plugins and themes and has lots of <a href="http://en.wikipedia.org/wiki/AJAX" rel="tag">Ajax</a> goodness.  If you spend a lot of time reading feeds it is important to have a feed reader that does everything just the way you want it to.</p>
]]></content:encoded>
			<wfw:commentRss>http://dcostanet.net/wordpress/2005/11/10/stop-the-presses/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Export Safari RSS feeds via OPML</title>
		<link>http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/</link>
		<comments>http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/#comments</comments>
		<pubDate>Tue, 14 Jun 2005 01:24:13 +0000</pubDate>
		<dc:creator>Sameer</dc:creator>
				<category><![CDATA[MacOSX]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/</guid>
		<description><![CDATA[I wrote a little shell script to export Safari&#8216;s RSS feeds as an OPML file. This enabled me to import my list of feeds into other News Aggregators. Update: I have also created an Automator Applicaton, so that the opml file can be created by just doubling clicking. Usage Click here to download the Automator [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://dcostanet.net/blogimages/safari-rss.jpg" alt="safari rss" class="alignleft" /><br />
I wrote a little shell script to export <a href="http://www.apple.com/safari/" rel="tag">Safari</a>&#8216;s RSS feeds as an OPML file. This enabled me to import my list of feeds into other News Aggregators.</p>
<p><b>Update</b>: I have also created an Automator Applicaton, so that the opml file can be created by just doubling clicking. </p>
<h2>Usage</h2>
<p><a href="http://dcostanet.net/software/SafariOPML.dmg">Click here to download the Automator Application</a> &#8211; Just double click and a Safari.opml file will be created on the desktop containing all your feeds. </p>
<p><a href="http://dcostanet.net/software/ExportRss2Opml.sh">Click here to download the shell script</a> &#8211; You might need to right click and then save it somwhere.<br />
<a href="http://dcostanet.net/software/ExportRss2Opml.sh.txt">ExportRss2Opml.sh</a></p>
<p>To get the OPML bookmarks, go to the directory where you saved the script and  run <strong>sh ExportRss2Opml.sh > safari.opml</strong> in the Terminal.</p>
<p>The file <em>safari.opml</em> will be an opml file containing your Safari feeds. I have tested the script by importing the resulting opml file into <a href="http://www.bloglines.com/">bloglines</a> and <a href="http://sage.mozdev.org">Firefox&#8217;s Sage extension</a>. Your mileage may vary. Let me know if you have any problems or comments. </p>
<h2>Notes</h2>
<ul>
<li>Need to replace xmlUrl with htmlUrl to import into wordpress. <a href="http://wordpress.org/support/topic/2432">http://wordpress.org/support/topic/2432</a></li>
</ul>
<h2>Versions</h2>
<ul>
<li><a href="http://dcostanet.net/software/SafariOPML-1.2.dmg">Automator Version 1.2</a><br />
<a href="http://dcostanet.net/software/ExportRss2Opml-1.2.sh">Shell Script Version 1.2</a>  (Oct 19 2005)</p>
<ul>
<li>Created an automator version. Just double click and it will create a Safari.opml file for you on the Desktop.</li>
<li>Released the code into the public domain </li>
</ul>
</li>
<li><a href="http://dcostanet.net/software/ExportRss2Opml-1.1.sh">Version 1.1</a> (Jun 18 2005)
<ul>
<li>Escaped more special characters in the title field</li>
</ul>
</li>
<li><a href="http://dcostanet.net/software/ExportRss2Opml-1.0.sh">Version 1.0</a>
<ul>
<li>Hmm, maybe I would have saved more time if I had done it manually</li>
</ul>
</li>
</ul>
<p><strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://dcostanet.net/wordpress/2005/06/13/export-safari-rss-feeds-via-opml/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>RSS Readers</title>
		<link>http://dcostanet.net/wordpress/2005/06/13/rss-readers/</link>
		<comments>http://dcostanet.net/wordpress/2005/06/13/rss-readers/#comments</comments>
		<pubDate>Mon, 13 Jun 2005 17:13:34 +0000</pubDate>
		<dc:creator>Sameer</dc:creator>
				<category><![CDATA[MacOSX]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://dcostanet.net/wordpress/?p=49</guid>
		<description><![CDATA[RSS has changed my web surfing habits. However, now that I am trying to manage 30+ RSS feeds, I have been getting cranky with Safari&#8216;s RSS reader. It frequently resets every few days and marks all the posts as unread. I guess this is to make up for the fact that there is no way [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://dcostanet.net/blogimages/150px-RSS.jpg" class="alignright" alt="" /><a href="http://www.xml.com/pub/a/2002/12/18/dive-into-xml.html">RSS</a> has changed my web surfing habits. However, now that I am trying to manage 30+ RSS feeds, I have been getting cranky with <a href="http://www.apple.com/safari/" rel="tag">Safari</a>&#8216;s RSS reader. It frequently resets every few days and marks all the posts as unread. I guess this is to make up for the fact that there is no way to mark individual posts as unread. So I started looking for alternatives.<br />
There are three main options. Desktop programs, online programs, and hybrids. <a href="http://en.wikipedia.org/wiki/Main_Page">Wikipedia</a> has <a href="http://en.wikipedia.org/wiki/List_of_news_aggregators">a list of them all</a>. Among the desktop ones, <a href="http://www.feedreader.com/">Feedreader</a> is light weight and open source, however it only works on Windows. I also tried <a href="http://www.bloglines.com/">Bloglines</a> and found that I could easily get addicted to it. Web based RSS readers have the advantage of being able to read your news from anywhere with only a browser. However I decided to go with a hybrid open source reader on my own web server, so that I could fix with some &#8220;itch-ware&#8221; whatever features (or lack of them) annoy me. Ads in RSS feeds is already a minor irritant. If they start flashing and popping, I will want to filter them out pronto. Check out <a href="http://dcostanet.net/feeds2">lilina with the head patch on my webserver</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://dcostanet.net/wordpress/2005/06/13/rss-readers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dashboard Widgets for Panther and Tiger</title>
		<link>http://dcostanet.net/wordpress/2005/05/15/dashboard-weather-widget-in-panther-and-tiger/</link>
		<comments>http://dcostanet.net/wordpress/2005/05/15/dashboard-weather-widget-in-panther-and-tiger/#comments</comments>
		<pubDate>Sun, 15 May 2005 05:35:53 +0000</pubDate>
		<dc:creator>Sameer</dc:creator>
				<category><![CDATA[MacOSX]]></category>

		<guid isPermaLink="false">http://dcostanet.net/wordpress/?p=34</guid>
		<description><![CDATA[Desktop Weather Widget 0.1 shows Apple&#8217;s Weather widget on the desktop instead of hiding it on the Dashboard Layer. Screenshot 1 Screenshot 2 &#8211; big It uses an unsupported API to make a &#8220;transparent webview&#8221;. The cool thing is that it works on Panther (10.3.9) as well as in Tiger. An experienced developer might easily [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://dcostanet.net/software/DesktopWidget-0.1.dmg">Desktop Weather Widget 0.1</a> shows Apple&#8217;s Weather widget on the desktop instead of hiding it on the Dashboard Layer. </p>
<p><a href="http://dcostanet.net/software/DesktopWidget-0.1-screenshot.png">Screenshot 1</a><br />
<a href="http://dcostanet.net/blogimages/WidgetPicture.png">Screenshot 2 &#8211; big</a></p>
<p>It uses an unsupported API to make a &#8220;transparent webview&#8221;. The cool thing is that it works on Panther (10.3.9) as well as in Tiger. An experienced developer might easily be able write Dashboard widgets for Panther. The ones that work in Safari should be a piece of cake. The others might be a little harder to emulate. Is this is why Apple has kept quiet about the transparent webview API?  Spotlight alone is worth the upgrade however not everyone thinks that way.  </p>
<p>This is not even alpha level software, so do not expect much from it. The source is available on request. The widget blends nicely into the background. Right now it responds to a few clicks in certain places. I can&#8217;t decide whether this would be a feature or a bug. Since the app is not visible in the Dock or in the App-Switcher,  you have to shut it down by typing &#8220;killall DesktopWidget&#8221; in the Terminal. If you want your preferences to be permanent, then edit<br />
DesktopWidget.app/Contents/Resources/Weather.wdgt/Weather.js.  </p>
]]></content:encoded>
			<wfw:commentRss>http://dcostanet.net/wordpress/2005/05/15/dashboard-weather-widget-in-panther-and-tiger/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Konfabulator-style Dashboard Widgets</title>
		<link>http://dcostanet.net/wordpress/2005/05/13/konfabulator-style-dashboard-widgets/</link>
		<comments>http://dcostanet.net/wordpress/2005/05/13/konfabulator-style-dashboard-widgets/#comments</comments>
		<pubDate>Fri, 13 May 2005 23:39:07 +0000</pubDate>
		<dc:creator>Sameer</dc:creator>
				<category><![CDATA[MacOSX]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://dcostanet.net/wordpress/?p=33</guid>
		<description><![CDATA[I have been dying to get my Dashboard widgets flush with with the desktop like I used to be able to do with Konfabulator. So I decided to write my first cocoa app. Thanks to this hint from Gus Meuller, the Objective C tutorial from Apple and help from Skiadas : This is the result. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://dcostanet.net/blogimages/WidgetPicture.png"><img src="http://dcostanet.net/blogimages/widgetpreview.png" class="aligncenter" alt="widget preview" /></a><br />
I have been dying to get my <a href="http://www.apple.com/macosx/features/dashboard/">Dashboard widgets</a> flush with with the desktop like I used to be able to do with <a href="http://www.konfabulator.com/">Konfabulator</a>. So I decided to write my first <a href="http://developer.apple.com/cocoa/">cocoa app</a>. Thanks to <a href="http://www.gusmueller.com/blog/archives/2005/4/21.html#1238">this hint</a> from <a href="http://gusmueller.com/blog/">Gus Meuller</a>, the Objective C tutorial from <a href="http://www.apple.com">Apple</a> and help from <a href="http://www.math.uchicago.edu/~skiadas">Skiadas</a> : <a href="http://dcostanet.net/blogimages/WidgetPicture.png">This is the result. </a> The weather widget is flush with the desktop and is appears under Terminal.app permanently. </p>
<p>The code uses an unsupported API to make webview transparent. Apple should make this API permanent. Since this will probably work on 10.3.9 it means that one might be able to make a program to implement Dashboard on Panther also. The <a href="http://www.google.com/search?hl=en&#038;q=%22Amnesty+Widget+Browser%22&#038;btnG=Google+Search">&#8220;Amnesty Widget Browser&#8221;</a>  probably already supports it. </p>
<p>There are many things to do. The first is to make this WidgetApp more like <a href="http://quicksilver.blacktree.com/">Quicksilver</a> in terms of its interaction with the rest of the desktop. Also a coreimage effect would be nice. It will be a fun project to work on. I don&#8217;t know if I will have the time. The thesis is in dire need of some TLC. But for now it looks beautiful. </p>
]]></content:encoded>
			<wfw:commentRss>http://dcostanet.net/wordpress/2005/05/13/konfabulator-style-dashboard-widgets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

