<?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>CrispyTech &#187; Blogging</title> <atom:link href="http://www.crispytech.com/category/blogging/feed/" rel="self" type="application/rss+xml" /><link>http://www.crispytech.com</link> <description>Have a BYTE</description> <lastBuildDate>Sat, 24 Jul 2010 10:05:09 +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>How to Use WordPress as CMS with Flutter Plugin</title><link>http://www.crispytech.com/2009/12/11/wordpress-cms-flutter-plugin/</link> <comments>http://www.crispytech.com/2009/12/11/wordpress-cms-flutter-plugin/#comments</comments> <pubDate>Thu, 10 Dec 2009 20:41:16 +0000</pubDate> <dc:creator>Saad Bassi</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[wordpress cms]]></category> <category><![CDATA[wordpress cms plugin]]></category> <category><![CDATA[wordpress tutorial]]></category><guid isPermaLink="false">http://www.crispytech.com/?p=499</guid> <description><![CDATA[ There has been a long debate in web development community about the CMS capabilities of WordPress. Recently WordPress won Overall Best Open Source CMS Award of 2009 and got 2nd position in best Open Source PHP CMS category. WordPress beat Joomla in best Open Source PHP CMS category. All of this is ensuring that [...]No related posts.]]></description> <content:encoded><![CDATA[<p></p><p><a href="http://www.crispytech.com/wp-content/uploads/2009/12/wordpresscms.jpg"><img style="border-right: 0px; border-top: 0px; display: inline; margin-left: 0px; border-left: 0px; margin-right: 0px; border-bottom: 0px" title="wordpress-cms" src="http://www.crispytech.com/wp-content/uploads/2009/12/wordpresscms_thumb.jpg" border="0" alt="wordpress-cms" width="154" height="154" align="right" /></a> There has been a long debate in web development community about the CMS capabilities of WordPress. Recently WordPress won Overall <a href="http://www.packtpub.com/award">Best Open Source CMS Award of 2009</a> and got 2<sup>nd</sup> position in best Open Source PHP CMS category. WordPress beat Joomla in best Open Source PHP CMS category. All of this is ensuring that WordPress is not only blog publishing software but now it is also used as a CMS to strengthen the development of websites because of its ease of use and open source characteristics. Plugins and themes are the best way to extend the capacity of WordPress as a Content Management System than adding bloat to the core of WordPress.<span id="more-499"></span></p><p>While extending WordPress as a CMS, <a href="http://flutter.freshout.us/">Flutter</a> is a plugin which allows us to create write panels for various type of content. Flutter also helps in the process of making versatile page templates. Another very useful feature of Flutter is its “Edit in place” feature. This feature enable user to edit the content is real time without going back to WordPress admin Panel. This is a very rich feature for those clients who don’t want to mess up with WordPress integrated WYSIWYG tiny mice editor for a small change in content. In this article we will take a look on how to create Custom Write Panels and page templates using Flutter, the CMS plugin for WordPress.</p><p><strong>Installing and activating Flutter</strong></p><p>You can download Flutter from <a href="http://wordpress.org/extend/plugins/fresh-page/">WordPress plugin repository</a>. After activating Flutter, it extends WordPress admin panel with two tabs. One tab under the settings panel (Settings&#8211;&gt;Flutter) and second is its independent tab “Admin Panel&#8211;&gt;Flutter”.</p><p><a href="http://www.crispytech.com/wp-content/uploads/2009/12/flutter1.jpg"><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="flutter-1" src="http://www.crispytech.com/wp-content/uploads/2009/12/flutter1_thumb.jpg" border="0" alt="flutter-1" width="244" height="147" /></a></p><p><strong>Flutter Plugin Settings</strong></p><p>You can access the main flutter settings panel under the Settings tab. The original post, page panel integrated by default in WordPress can be disabled using Flutter options. Using this panel different write panels can be assigned to different Roles with the assistance of Role Manager Plugin. Flutter can be safely uninstalled from this panel and its feature of “Edit in Place” can also be removed. I want to mention that some of the functions don’t work in flutter such as hiding tinymce editor doesn’t work.</p><p><a href="http://www.crispytech.com/wp-content/uploads/2009/12/flutter2.jpg"><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="flutter-2" src="http://www.crispytech.com/wp-content/uploads/2009/12/flutter2_thumb.jpg" border="0" alt="flutter-2" width="484" height="484" /></a></p><p><strong>Creating Custom Write Panel </strong></p><p>We will create a custom write panel for a page that shows new cars. We will have car’s description, 2 specifications for the car, an exterior picture and interior picture. Let’s start. After that we will create a custom page template that will show our page having custom fields.</p><p>First of all we will go to Admin Panel-&gt;Flutter-&gt;Write Panels. We will create a panel with title “Cars”. In Assigned theme box we will select that page template, we will develop later. The next checkbox is of quantity. It depends upon your need, if you want to show a single car then go for single otherwise select multiple. The consequence options are advanced fields and order. Select advanced fields according to your need. In my case I have disabled all. Order is the number of panel on which it will show in WordPress admin panel.</p><p><a href="http://www.crispytech.com/wp-content/uploads/2009/12/flutter3.jpg"><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="flutter-3" src="http://www.crispytech.com/wp-content/uploads/2009/12/flutter3_thumb.jpg" border="0" alt="flutter-3" width="434" height="369" /></a></p><p>After saving you will see a new panel in your WordPress admin panel with the title of Cars. Let’s add the aforementioned custom fields. I will show you how to set one text field and one image field. The same method applies to all. Below screenshot shows you the settings for the variable “description” that shows the description of car.</p><p align="center"><a href="http://www.crispytech.com/wp-content/uploads/2009/12/flutter4.jpg"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="flutter-4" src="http://www.crispytech.com/wp-content/uploads/2009/12/flutter4_thumb.jpg" border="0" alt="flutter-4" width="431" height="305" /></a></p><p>Press save and now flutter will ask you for the width of field. Select one that suits you. Press Finish and you are done.</p><p>In the following screenshot, an image field named “ExteriorLook” that shows exterior look of the car is created. When an image field is created, flutter asks for the image class, fill this by writing the default image class of your theme. On next step it will ask for the maximum width and length of image. Again choose one that suits you. I have selected 400*300.</p><p><a href="http://www.crispytech.com/wp-content/uploads/2009/12/flutter5.jpg"><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="flutter-5" src="http://www.crispytech.com/wp-content/uploads/2009/12/flutter5_thumb.jpg" border="0" alt="flutter-5" width="456" height="372" /></a></p><p>In the following screenshot, I have shown custom fields for my custom write panel “Cars”. Variable names are very important as they will be used in custom template. According to predefined rules of php blank spaces are not allowed in variable names.</p><p><a href="http://www.crispytech.com/wp-content/uploads/2009/12/flutter6.jpg"><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="flutter-6" src="http://www.crispytech.com/wp-content/uploads/2009/12/flutter6_thumb.jpg" border="0" alt="flutter-6" width="452" height="192" /></a></p><p>This is how our custom write panel looks now.</p><p><a href="http://www.crispytech.com/wp-content/uploads/2009/12/flutter7.jpg"><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="flutter-7" src="http://www.crispytech.com/wp-content/uploads/2009/12/flutter7_thumb.jpg" border="0" alt="flutter-7" width="460" height="565" /></a></p><p>At this time if we will create a page with default page template, it will show nothing except what you typed in tinymce editor.</p><p><strong>Creating the Page template:</strong></p><p>Now we will create the custom page template that will have all the values of our custom fields.</p><p>The standard header for custom page template in WordPress is</p><pre class="brush: php;">
/*
Template Name: Cars
*/
</pre><p>Having this code in a file within your theme’s folder, WordPress will recognize a Page Template “Cars”.</p><p>Following is the default custom field code for adding into page template</p><pre class="brush: php;">&lt;?php echo get('variable'); &gt;?&gt;
&lt;?php echo get_image('variable'); ?&gt;</pre><p>You can read all the codes here in <a href="http://flutter.freshout.us/usage/">Flutter Usage</a>.The variable name will be replaced by Custom Field name.</p><p>Below is the final page template. I have commented the code so that you can easily understand it.</p><pre class="brush: php;">
&lt;?php
/*
Template Name: Cars
*/

get_header(); ?&gt;

&lt;div id=&quot;content&quot; role=&quot;main&quot;&gt;
&lt;?php if (have_posts()) : while (have_posts()) : the_post(); ?&gt;

 &lt;div id=&quot;post-&lt;?php the_ID(); ?&gt;&quot;&gt;
 &lt;h2&gt;&lt;?php the_title(); ?&gt;&lt;/h2&gt;
 &lt;div&gt;
 &lt;?php the_content('&lt;p&gt;Read the rest of this page &amp;raquo;&lt;/p&gt;'); ?&gt;
&lt;!--End of Default Page Template Code--&gt;
&lt;!--Our customized Page Template code--&gt;
&lt;strong&gt;A smart Review of &lt;?php the_title(); ?&gt; &lt;/strong&gt;
&lt;?php echo get('description'); ?&gt;&lt;!--This will show the description field--&gt;
&lt;h4&gt;Specifications&lt;/h4&gt;
&lt;table&gt;
 &lt;tr&gt;
 &lt;td&gt;Car Cylinders:&lt;/td&gt;
 &lt;td&gt;&lt;?php echo get('cylinder'); ?&gt;&lt;/td&gt;&lt;!--This will show the cylinder field--&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Transmission:&lt;/td&gt;
 &lt;td&gt;&lt;?php echo get('Transmission'); ?&gt;&lt;/td&gt;&lt;!--This will show the Transmission field--&gt;
 &lt;/tr&gt;
&lt;/table&gt;
&lt;p&gt;&lt;h3&gt;Exterior Look of the car&lt;/h3&gt;&lt;/p&gt;
&lt;?php echo get_image('ExteriorLook'); ?&gt;&lt;!--This will show the ExteriorLook image--&gt;
&lt;p&gt;&lt;h3&gt;Interior Look of the car&lt;/h3&gt;&lt;/p&gt;
&lt;?php echo get_image('InteriorLook'); ?&gt;&lt;!--This will show the InteriorLook image--&gt;
&lt;!--/*End of Code--&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;?php endwhile; endif; ?&gt;
 &lt;?php edit_post_link('Edit this entry.', '&lt;p&gt;', '&lt;/p&gt;'); ?&gt;
 &lt;/div&gt;

&lt;?php get_sidebar(); ?&gt;

&lt;?php get_footer(); ?&gt;
</pre><p>This page template can now be selected from Edit Custom write panel.</p><p><a href="http://www.crispytech.com/wp-content/uploads/2009/12/flutter8.jpg"><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="flutter-8" src="http://www.crispytech.com/wp-content/uploads/2009/12/flutter8_thumb.jpg" border="0" alt="flutter-8" width="450" height="214" /></a></p><p>Here is how our Custom Write Panel “Cars” looks with content filled.</p><p><a href="http://www.crispytech.com/wp-content/uploads/2009/12/flutter9.jpg"><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="flutter-9" src="http://www.crispytech.com/wp-content/uploads/2009/12/flutter9_thumb.jpg" border="0" alt="flutter-9" width="435" height="598" /></a></p><p><strong>Edit in Place Feature:</strong></p><p>This rich feature is very good for those clients who have not an understanding for WordPress admin panel. Whenever an administrator will roll over to the custom field in the page, flutter will highlight the editable area. The color which is used to highlight editable area can be changed from Flutter plugin settings.</p><p><a href="http://www.crispytech.com/wp-content/uploads/2009/12/flutter10.jpg"><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="flutter-10" src="http://www.crispytech.com/wp-content/uploads/2009/12/flutter10_thumb.jpg" border="0" alt="flutter-10" width="494" height="383" /></a></p><p><strong>Last Words:</strong></p><p>Flutter is still not a stable plugin as it has bugs and some of the features don’t work with latest versions of WordPress (Version 2.8) yet it is a good step from <a href="http://freshout.us">Freshout</a> for extending WordPress as a CMS. The time spent in making Flutter work for you is far less than attending the calls of clients explaining them how to edit and add content using WordPress post/page write panel. Flutter also lacks documentation. But there is news in industry that the creator of WordPress Matt has plans to improve this plugin.</p><p>I hope this article will help you a lot in using WordPress as a CMS. I will love to read your tips and techniques for extending WordPress as CMS. Share them with us in comments.</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.crispytech.com/2009/12/11/wordpress-cms-flutter-plugin/feed/</wfw:commentRss> <slash:comments>17</slash:comments> </item> <item><title>Desktop Blogging Clients/Editors for Ubuntu Linux</title><link>http://www.crispytech.com/2009/12/07/desktop-blogging-clientseditors-ubuntu-linux/</link> <comments>http://www.crispytech.com/2009/12/07/desktop-blogging-clientseditors-ubuntu-linux/#comments</comments> <pubDate>Mon, 07 Dec 2009 14:00:51 +0000</pubDate> <dc:creator>EngineerHead</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Softwares]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[ubuntu blog clients]]></category> <category><![CDATA[ubuntu blog editors]]></category><guid isPermaLink="false">http://www.crispytech.com/?p=443</guid> <description><![CDATA[Ubuntu’s efforts have been pretty successful to develop and flourish a friendly Linux distribution for normal desktop users. Ubuntu has changed the every Joe’s perspective about Linux operating system. The perception of its compatibility with Geek’s suit is now pretty much gone. Still, there are many applications which lack to provide a perfect alternative for [...]<h4>You may also Like:</h4><ol><li><a href='http://www.crispytech.com/2009/10/21/wintumblr-a-desktop-client-for-tumblr/' rel='bookmark' title='Permanent Link: WinTumblr A Desktop Client for Tumblr'>WinTumblr A Desktop Client for Tumblr</a></li><li><a href='http://www.crispytech.com/2009/11/23/read-rss-atom-feeds-html-text-newspaper-format/' rel='bookmark' title='Permanent Link: Read RSS/Atom Feeds, HTML, and Text in Newspaper Format'>Read RSS/Atom Feeds, HTML, and Text in Newspaper Format</a></li><li><a href='http://www.crispytech.com/2010/03/31/download-freeware-pdf-creator-32-64-bit/' rel='bookmark' title='Permanent Link: Best Free PDF Creator for Windows 7'>Best Free PDF Creator for Windows 7</a></li></ol>]]></description> <content:encoded><![CDATA[<p></p><p align="justify"><img class="alignright size-full wp-image-444" style="margin-left: 7px; " title="Ubuntu_logo" src="http://www.crispytech.com/wp-content/uploads/2009/12/Ubuntu_logo.jpg" alt="Ubuntu logo Desktop Blogging Clients/Editors for Ubuntu Linux" width="200" height="190" />Ubuntu’s efforts have been pretty successful to develop and flourish a friendly Linux distribution for normal desktop users. Ubuntu has changed the every Joe’s perspective about Linux operating system. The perception of its compatibility with Geek’s suit is now pretty much gone. Still, there are many applications which lack to provide a perfect alternative for its counterparts in popular Windows operating system. I tried Ubuntu 6.06 and didn’t feel much difficulty in getting used to it for normal operations. On the way it has improved much and got friendlier. Recently, I was looking to write my first post on Ubuntu with a desktop blogging client/editor and searched for a Windows Live Writer alternative. The quest has been somewhat satisfying but not successful to find a perfect alternative.</p><p align="justify">I have found two Gnome desktop blogging clients to use in Ubuntu. They <span id="more-443"></span>slightly compete with Windows Live Writer and are not best solution to be used as desktop blog editor in Ubuntu.</p><p><a href="http://dropline.net/past-projects/drivel-blog-editor/">Drivel</a></p><p align="justify">It is one of the popular desktop blog editors developed for GNOME. Unfortunately, the development has paused long since Drivel 2.0.3 release in August 2008. Its design is simple and refined but it provides necessary to potent features to manage a blog from Ubuntu Desktop. Posts can be composed, edited, deleted, and published. It is packaged with an integrated spellchecking and syntax highlighting. It supports LiveJournal, Blogger, MovableType, Advogato, and Atom blogs. The derivates of these standards like Wordpress and Drupal are also included.</p><p align="justify"><a href="http://www.crispytech.com/wp-content/uploads/2009/12/Drivel_Blogging_Client_Ubuntu.png" target="_blank"><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="Drivel_Blogging_Client_Ubuntu" src="http://www.crispytech.com/wp-content/uploads/2009/12/Drivel_Blogging_Client_Ubuntu_thumb.png" border="0" alt="Drivel Blogging Client Ubuntu thumb Desktop Blogging Clients/Editors for Ubuntu Linux" width="390" height="245" /></a></p><p align="justify"><a href="http://blogtk.jayreding.com/">BlOGTK</a></p><p align="justify">This nice blogging client is built using Python and PyGTK. It is meant to be light and fast. BLOGTK can handle multiple blogs and saves your time from switching different browser windows. The latest version was recently released which has fixed many bugs. It also supports popular blog systems like Movable Type, Blogger, and Wordpress. Although, it can work with any platform that supports XML-RPC publishing.</p><p align="justify"><a href="http://www.crispytech.com/wp-content/uploads/2009/12/BLOGTK_Blogging_Editor_Ubuntu.png" target="_blank"><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="BLOGTK_Blogging_Editor_Ubuntu" src="http://www.crispytech.com/wp-content/uploads/2009/12/BLOGTK_Blogging_Editor_Ubuntu_thumb.png" border="0" alt="BLOGTK Blogging Editor Ubuntu thumb Desktop Blogging Clients/Editors for Ubuntu Linux" width="291" height="284" /></a></p><p align="justify">Obviously, you have always options to use Firefox add-on like <a href="http://www.scribefire.com/" target="_blank">Scribefire</a> or social browser lick <a href="http://flock.com/" target="_blank">Flock</a>. The above mentioned clients are solely developed for GNOME environment. I am waiting to listen your experience of Blogging from Ubuntu Linux.</p><p><h4>You may also Like:</h4><ol><li><a href='http://www.crispytech.com/2009/10/21/wintumblr-a-desktop-client-for-tumblr/' rel='bookmark' title='Permanent Link: WinTumblr A Desktop Client for Tumblr'>WinTumblr A Desktop Client for Tumblr</a></li><li><a href='http://www.crispytech.com/2009/11/23/read-rss-atom-feeds-html-text-newspaper-format/' rel='bookmark' title='Permanent Link: Read RSS/Atom Feeds, HTML, and Text in Newspaper Format'>Read RSS/Atom Feeds, HTML, and Text in Newspaper Format</a></li><li><a href='http://www.crispytech.com/2010/03/31/download-freeware-pdf-creator-32-64-bit/' rel='bookmark' title='Permanent Link: Best Free PDF Creator for Windows 7'>Best Free PDF Creator for Windows 7</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.crispytech.com/2009/12/07/desktop-blogging-clientseditors-ubuntu-linux/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Read RSS/Atom Feeds, HTML, and Text in Newspaper Format</title><link>http://www.crispytech.com/2009/11/23/read-rss-atom-feeds-html-text-newspaper-format/</link> <comments>http://www.crispytech.com/2009/11/23/read-rss-atom-feeds-html-text-newspaper-format/#comments</comments> <pubDate>Mon, 23 Nov 2009 11:48:09 +0000</pubDate> <dc:creator>EngineerHead</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[Softwares]]></category> <category><![CDATA[Web]]></category> <category><![CDATA[blog reader]]></category> <category><![CDATA[rss reader]]></category><guid isPermaLink="false">http://www.crispytech.com/?p=405</guid> <description><![CDATA[ Reading RSS or Atom feeds have become almost a routine task of daily web users to remain updated with their choice of topics. There are many desktop and online readers available to accomplish the reading task. Each has its own advantages and disadvantages. Desktop aggregators are also equipped with a browser. Nowadays, the popular [...]<h4>You may also Like:</h4><ol><li><a href='http://www.crispytech.com/2009/12/07/desktop-blogging-clientseditors-ubuntu-linux/' rel='bookmark' title='Permanent Link: Desktop Blogging Clients/Editors for Ubuntu Linux'>Desktop Blogging Clients/Editors for Ubuntu Linux</a></li><li><a href='http://www.crispytech.com/2009/12/02/change-initial-view-pdf-version/' rel='bookmark' title='Permanent Link: Change Initial View of PDF and Version'>Change Initial View of PDF and Version</a></li><li><a href='http://www.crispytech.com/2010/03/22/download-freeware-youtube-video-downloader-windows-7/' rel='bookmark' title='Permanent Link: Best Free Downloader for Online Videos in Windows 7'>Best Free Downloader for Online Videos in Windows 7</a></li></ol>]]></description> <content:encoded><![CDATA[<p></p><p align="justify"><a href="http://www.crispytech.com/wp-content/uploads/2009/11/NewsPaper_Feed.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; display: inline; margin: 0px 0px 0px 8px; border-left: 0px; border-bottom: 0px" title="NewsPaper_Feed" src="http://www.crispytech.com/wp-content/uploads/2009/11/NewsPaper_Feed_thumb.jpg" border="0" alt="NewsPaper Feed thumb Read RSS/Atom Feeds, HTML, and Text in Newspaper Format" width="200" height="200" align="right" /></a> Reading RSS or Atom feeds have become almost a routine task of daily web users to remain updated with their choice of topics. There are many desktop and online readers available to accomplish the reading task. Each has its own advantages and disadvantages. Desktop aggregators are also equipped with a browser. Nowadays, the popular web browsers like Firefox, Opera and Internet Explorer also integrate feed reading through multiple techniques like Live Bookmarks, Favorites, or add-ons. It solely depends upon your needs which one of these aggregators suits best.</p><p align="justify">I personally have utilized many desktop feed aggregators like Feed Demon and News Crawler on Windows, akregator and liferea (Linux), and RSSOwl and BlogBridge (Platform Independent). Besides I have experienced built-in aggregators in Firefox and Opera. None of these aggregators was able to hold me intact. Currently, I use Brief add-on in Firefox and Google Reader to scan feeds. But I have just come across Readefine which brings <span id="more-405"></span>a newspaper like interface to read articles. It is available both in desktop and web versions.</p><p align="justify"><a href="http://www.crispytech.com/wp-content/uploads/2009/11/Readefine.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="Readefine" src="http://www.crispytech.com/wp-content/uploads/2009/11/Readefine_thumb.jpg" border="0" alt="Readefine thumb Read RSS/Atom Feeds, HTML, and Text in Newspaper Format" width="300" height="202" /></a></p><p align="justify">You can add any RSS/Atom, HTML, or Text File location from Web or Desktop. You have to fill the address of the desired item to be viewed and choose the type of item. It is also possible read any text in newspaper format by simply pasting the text in “VIA-COPY-AND-PASTE” tab.</p><p align="justify"><a href="http://www.crispytech.com/wp-content/uploads/2009/11/Readefine_Input.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="Readefine_Input" src="http://www.crispytech.com/wp-content/uploads/2009/11/Readefine_Input_thumb.jpg" border="0" alt="Readefine Input thumb Read RSS/Atom Feeds, HTML, and Text in Newspaper Format" width="300" height="147" /></a></p><p align="justify">Readefine also supports to view Google Reader’s subscription in a newspaper format. The keyboard shortcuts defined by Google Reader are also available to enhance the user experience with feeds. The user just needs to enter the account details in Google Reader tab.</p><p></p><p align="justify"><a href="http://www.crispytech.com/wp-content/uploads/2009/11/Readefine_Google_Reader.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="Readefine_Google_Reader" src="http://www.crispytech.com/wp-content/uploads/2009/11/Readefine_Google_Reader_thumb.jpg" border="0" alt="Readefine Google Reader thumb Read RSS/Atom Feeds, HTML, and Text in Newspaper Format" width="300" height="202" /></a></p><p align="justify">Webcomic view is also present which will widen the text and image to maximum space. Readefine automatically supports XKCD format. The view area of the articles can also be maximized by collapsing the top and left panels. In order to collapse, you have to click respective arrow buttons.</p><p align="justify">Readefine also lets you modify text, column and paragraph settings. There are different adjustable parameters like text size, column width, line height, paragraph start and indent.</p><p align="justify"><a href="http://www.crispytech.com/wp-content/uploads/2009/11/Readefine_Settings.jpg" target="_blank"><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="Readefine_Settings" src="http://www.crispytech.com/wp-content/uploads/2009/11/Readefine_Settings_thumb.jpg" border="0" alt="Readefine Settings thumb Read RSS/Atom Feeds, HTML, and Text in Newspaper Format" width="300" height="188" /></a></p><p align="justify"><a href="http://readefine.anirudhsasikumar.net/" target="_blank">Readefine</a> presents a graceful interface to interact with feeds, HTML and Text. <a href="http://readefine.anirudhsasikumar.net/desktop.html" target="_blank">Readefine Desktop</a> is an Adobe Air application that makes it platform independent; you can use it on Windows, Linux, and MAC.</p><p><h4>You may also Like:</h4><ol><li><a href='http://www.crispytech.com/2009/12/07/desktop-blogging-clientseditors-ubuntu-linux/' rel='bookmark' title='Permanent Link: Desktop Blogging Clients/Editors for Ubuntu Linux'>Desktop Blogging Clients/Editors for Ubuntu Linux</a></li><li><a href='http://www.crispytech.com/2009/12/02/change-initial-view-pdf-version/' rel='bookmark' title='Permanent Link: Change Initial View of PDF and Version'>Change Initial View of PDF and Version</a></li><li><a href='http://www.crispytech.com/2010/03/22/download-freeware-youtube-video-downloader-windows-7/' rel='bookmark' title='Permanent Link: Best Free Downloader for Online Videos in Windows 7'>Best Free Downloader for Online Videos in Windows 7</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.crispytech.com/2009/11/23/read-rss-atom-feeds-html-text-newspaper-format/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>WinTumblr A Desktop Client for Tumblr</title><link>http://www.crispytech.com/2009/10/21/wintumblr-a-desktop-client-for-tumblr/</link> <comments>http://www.crispytech.com/2009/10/21/wintumblr-a-desktop-client-for-tumblr/#comments</comments> <pubDate>Wed, 21 Oct 2009 17:50:00 +0000</pubDate> <dc:creator>EngineerHead</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[Social Addict]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[desktop tumblr]]></category> <category><![CDATA[microblogging]]></category> <category><![CDATA[tumblr]]></category><guid isPermaLink="false">http://www.crispytech.com/2009/10/21/wintumblr-a-desktop-client-for-tumblr/</guid> <description><![CDATA[ Now a days Twitter is one of the popular micro blogging platform but you shouldn&#8217;t undermine Tumblr. Tumblr is a micro blogging platform that allows user to post text, images, video, links, quotes, and audio to their “Tumblelog”. Tumblr is more concerned about customizability and ease of use with a&#160; simple sign-up process. Recently, [...]No related posts.]]></description> <content:encoded><![CDATA[<p></p><p align="justify"><a href="http://www.crispytech.com/wp-content/uploads/2009/10/Tumblr.jpg" target="_blank"><img title="Tumblr" style="border-right: 0px; border-top: 0px; display: inline; margin: 0px 0px 0px 7px; border-left: 0px; border-bottom: 0px" height="204" alt="Tumblr thumb WinTumblr A Desktop Client for Tumblr" src="http://www.crispytech.com/wp-content/uploads/2009/10/Tumblr_thumb.jpg" width="204" align="right" border="0" /></a> Now a days Twitter is one of the popular micro blogging platform but you shouldn&#8217;t undermine Tumblr. Tumblr is a micro blogging platform that allows user to post text, images, video, links, quotes, and audio to their “Tumblelog”. Tumblr is more concerned about customizability and ease of use with a&#160; simple sign-up process. Recently, there are reports that the number of new Twitter users is becoming steady or even declining slightly. When you compare these two micro blogging service, Twitter and Tumblr, with respect to loyal users, Tumblr has a clear advantage. According to <a href="http://www.reuters.com/article/deborahCohen/idUSTRE53S1A720090429" target="_blank">Reuters</a>, Twitter has a</p><p> <span id="more-258"></span><p align="justify"> 40% retention rate while <a href="http://www.fastcompany.com/blog/chris-dannen/techwatch/what-hell-tumblr-and-other-worthwhile-questions" target="_blank">Fast Company</a> states that Tumblr has 85% retention rate. It can be deduced that Tumblr has almost double loyal users than Twitter. If you haven’t used Tumblr, give it a try.</p><p align="justify">WinTumblr is an elementary application which brings your Tumblelog at Desktop. Instead of Browsing your Tumblelog in a web browser, you can easily post right from your desktop. It has a pretty simple interface. In a small window, you have choices to post text, images, video, links, quotes, and audio.</p><p align="justify"><a href="http://www.crispytech.com/wp-content/uploads/2009/10/WinTumblr.jpg" target="_blank"><img title="WinTumblr" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="244" alt="WinTumblr thumb WinTumblr A Desktop Client for Tumblr" src="http://www.crispytech.com/wp-content/uploads/2009/10/WinTumblr_thumb.jpg" width="204" border="0" /></a></p><p align="justify">Before using WinTumblr, you have to add your account which can be accomplished by clicking the blue flower and then choosing manage accounts. Enter your login details, add the account and then validate.</p><p align="justify"><a href="http://www.crispytech.com/wp-content/uploads/2009/10/WinTumblr_Account_Login.jpg" target="_blank"><img title="WinTumblr_Account_Login" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="139" alt="WinTumblr Account Login thumb WinTumblr A Desktop Client for Tumblr" src="http://www.crispytech.com/wp-content/uploads/2009/10/WinTumblr_Account_Login_thumb.jpg" width="204" border="0" /></a> WinTumblr settings lets you choose whether you want to close post windows after successful posting or not. You can also select to auto insert line break {&lt;br&gt; tag}. The user can also configure network in settings window.</p><p align="justify"><a href="http://www.crispytech.com/wp-content/uploads/2009/10/WinTumblr_Settings.jpg" target="_blank"><img title="WinTumblr_Settings" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="215" alt="WinTumblr Settings thumb WinTumblr A Desktop Client for Tumblr" src="http://www.crispytech.com/wp-content/uploads/2009/10/WinTumblr_Settings_thumb.jpg" width="204" border="0" /></a></p><p align="justify">You can also choose to minimize WinTumblr in system task bar and automatic launch at Windows startup.That’s it, you can start posting to your Tumblelog from your desktop.</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.crispytech.com/2009/10/21/wintumblr-a-desktop-client-for-tumblr/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Served from: www.crispytech.com @ 2010-07-29 14:02:52 by W3 Total Cache -->