<?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:dc="http://purl.org/dc/elements/1.1/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://www.freshblurbs.com">
<channel>
 <title>Fresh Blurbs - by Irakli Nadareishvili</title>
 <link>http://www.freshblurbs.com</link>
 <description />
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/freshblurbs" /><feedburner:info uri="freshblurbs" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>38.904461</geo:lat><geo:long>-77.030881</geo:long><item>
 <title>Adding Drupal, Django and JQuery Support to Espresso</title>
 <link>http://feedproxy.google.com/~r/freshblurbs/~3/bujfaYnOnGA/adding-drupal-django-and-jquery-support-espresso</link>
 <description>&lt;p&gt;MacRabbit's Espresso (&lt;a href="http://macrabbit.com/espresso/" title="http://macrabbit.com/espresso/"&gt;http://macrabbit.com/espresso/&lt;/a&gt;) has been my favorite editor for server-side scripting for a while now. I was an avid Coda user before that, and Coda is a fine editor, but I like several features of Espresso better (e.g. large file browser in the center and ability to simultaneously open files from any number of servers).&lt;/p&gt;
&lt;p&gt;Espresso is much "younger" than Coda and it was a little behind on language support (and availability of plugins in general), initially. We even had to post &lt;a href="http://www.freshblurbs.com/teaching-espresso-drupal-php-file-extensions-e-g-module"&gt;a hacking instruction&lt;/a&gt; for how to "teach" Espresso Drupal files.&lt;/p&gt;
&lt;p&gt;The situation is much different now. There's a wonderful abundance of quality plugins now at &lt;a href="http://fileability.net/coffee/" title="http://fileability.net/coffee/"&gt;http://fileability.net/coffee/&lt;/a&gt; that work like a charm. We are using Combined Python&amp;amp;Jango, JQuery, YAML and Drupal-PHP sugars and they are simply awesome. To install, all you need is download appropriate tar.gz, unarchive. rename resulting folder so it has extension .sugar and move that to ~/Library/Appplication Support/Espresso/Sugars&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/freshblurbs/~4/bujfaYnOnGA" height="1" width="1"/&gt;</description>
 <comments>http://www.freshblurbs.com/adding-drupal-django-and-jquery-support-espresso#comments</comments>
 <category domain="http://www.freshblurbs.com/tag/django">django</category>
 <category domain="http://www.freshblurbs.com/tag/drupal">drupal</category>
 <category domain="http://www.freshblurbs.com/tag/espresso">espresso</category>
 <category domain="http://www.freshblurbs.com/tag/jquery">jquery</category>
 <category domain="http://www.freshblurbs.com/tag/yaml">yaml</category>
 <pubDate>Sat, 06 Mar 2010 17:31:23 +0000</pubDate>
 <dc:creator>irakli</dc:creator>
 <guid isPermaLink="false">732 at http://www.freshblurbs.com</guid>
<feedburner:origLink>http://www.freshblurbs.com/adding-drupal-django-and-jquery-support-espresso</feedburner:origLink></item>
<item>
 <title>Best jQuery Book Ever</title>
 <link>http://feedproxy.google.com/~r/freshblurbs/~3/7ceo-B009vI/best-jquery-book-ever</link>
 <description>&lt;p&gt;An absolutely awesome jQuery book: &lt;a href="http://jqueryenlightenment.com/" title="http://jqueryenlightenment.com/"&gt;http://jqueryenlightenment.com/&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;It's this simple: if you are a Web developer, you need this. And you will support the project. And PDF version is dirt-cheap.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/freshblurbs/~4/7ceo-B009vI" height="1" width="1"/&gt;</description>
 <comments>http://www.freshblurbs.com/best-jquery-book-ever#comments</comments>
 <category domain="http://www.freshblurbs.com/tag/book">book</category>
 <category domain="http://www.freshblurbs.com/tag/code">code</category>
 <category domain="http://www.freshblurbs.com/tag/howto">howto</category>
 <category domain="http://www.freshblurbs.com/tag/jquery">jquery</category>
 <category domain="http://www.freshblurbs.com/tag/tutorial">tutorial</category>
 <pubDate>Fri, 22 Jan 2010 01:51:30 +0000</pubDate>
 <dc:creator>irakli</dc:creator>
 <guid isPermaLink="false">731 at http://www.freshblurbs.com</guid>
<feedburner:origLink>http://www.freshblurbs.com/best-jquery-book-ever</feedburner:origLink></item>
<item>
 <title>Prevent Terminal from timing-out SSH on Mac.</title>
 <link>http://feedproxy.google.com/~r/freshblurbs/~3/tQn81LaWreo/prevent-terminal-timing-out-ssh-mac</link>
 <description>&lt;p&gt;If you use Terminal application on Mac OS-X to connect over SSH, you have most probably been annoyed by closed connections. Following is a quick recipe to prevent timeouts:&lt;/p&gt;
&lt;p&gt;Open Terminal&lt;br /&gt;
&lt;div class="codeblock"&gt;&lt;code&gt;&amp;gt; sudo vi /etc/ssh_config&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
Edit the file to make lines 20-21 look like:&lt;br /&gt;
&lt;div class="codeblock"&gt;&lt;code&gt;Host *&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ServerAliveInterval 5&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Save file and restart Terminal. Your connections won't time-out nearly as frequently.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/freshblurbs/~4/tQn81LaWreo" height="1" width="1"/&gt;</description>
 <comments>http://www.freshblurbs.com/prevent-terminal-timing-out-ssh-mac#comments</comments>
 <category domain="http://www.freshblurbs.com/tag/mac">mac</category>
 <category domain="http://www.freshblurbs.com/tag/os-x-0">os-x</category>
 <category domain="http://www.freshblurbs.com/tag/ssh">ssh</category>
 <category domain="http://www.freshblurbs.com/tag/terminal">terminal</category>
 <category domain="http://www.freshblurbs.com/tag/timeout">timeout</category>
 <pubDate>Tue, 12 Jan 2010 01:23:20 +0000</pubDate>
 <dc:creator>irakli</dc:creator>
 <guid isPermaLink="false">730 at http://www.freshblurbs.com</guid>
<feedburner:origLink>http://www.freshblurbs.com/prevent-terminal-timing-out-ssh-mac</feedburner:origLink></item>
<item>
 <title>Font Sizes</title>
 <link>http://feedproxy.google.com/~r/freshblurbs/~3/zKO3eWZEOdY/fontsizes</link>
 <description>&lt;p&gt;Following is a handy matrix for those among us who like to indicate HTML (font) sizes in "em"s.  All modern browsers use a 16px default font size. Specifying the font-size and line-height in ems (relative to the 16px default font) allows the user to resize the font in the browser and produces the most consistent results across different browsers.&lt;/p&gt;
&lt;p&gt;For more about using em's, read: &lt;a href="http://www.alistapart.com/articles/howtosizetextincss" title="http://www.alistapart.com/articles/howtosizetextincss"&gt;http://www.alistapart.com/articles/howtosizetextincss&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Now, the matrix:&lt;/p&gt;
&lt;pre&gt;
 font-size: .625em;            = 10px 
 font-size: .6875em;           = 11px 
 font-size: .75em;             = 12px 
 font-size: .8125em;           = 13px 
 font-size: .875em;            = 14px
 font-size: .9375em;           = 15px
 font-size: 1.0625em;          = 17px
 font-size: 1.125em;           = 18px     
 font-size: 1.188em;           = 19px      
 font-size: 1.25em;            = 20px   
     
 font-size: 1.313em;           = 21px        
 font-size: 1.375em;           = 22px         
 font-size: 1.438em;           = 23px         
 font-size: 1.5em;             = 24px
 font-size: 1.563em;           = 25px         
 font-size: 1.625em;           = 26px          
 font-size: 1.688em;           = 27px         
 font-size: 1.75em;            = 28px         
 font-size: 1.813em;           = 29px          
 font-size: 1.875em;           = 30px           
&lt;/pre&gt;&lt;img src="http://feeds.feedburner.com/~r/freshblurbs/~4/zKO3eWZEOdY" height="1" width="1"/&gt;</description>
 <comments>http://www.freshblurbs.com/fontsizes#comments</comments>
 <category domain="http://www.freshblurbs.com/tag/fontsizes">fontsizes</category>
 <pubDate>Tue, 01 Dec 2009 10:18:37 +0000</pubDate>
 <dc:creator>irakli</dc:creator>
 <guid isPermaLink="false">729 at http://www.freshblurbs.com</guid>
<feedburner:origLink>http://www.freshblurbs.com/fontsizes</feedburner:origLink></item>
<item>
 <title>Tutorial: Installing Django 1.1. on CentOS 5.4</title>
 <link>http://feedproxy.google.com/~r/freshblurbs/~3/ajp-f0BYp_g/tutorial-installing-django-1-1-centos-5-4</link>
 <description>&lt;p&gt;This step-by-step tutorial walks you through the installation of Django 1.1 with Apache and MySQL. on CentOS 5. The example VPS used during the walk-through is the popular &lt;a href="http://slicehost.com"&gt;SliceHost&lt;/a&gt; from RackSpace &amp;trade; The steps involved should be quite similar for any properly installed CentOS 5.x (or RedHat EL 5.x).&lt;/p&gt;
&lt;p&gt;We use the latest stable version of Python: 2.6 and mod_wsgi (far superior alternative to mod_python), in this tutorial. Django is not, yet, compatible with Python 3.x branch (few things are).&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.freshblurbs.com/tutorial-installing-django-1-1-centos-5-4"&gt;read more&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/freshblurbs/~4/ajp-f0BYp_g" height="1" width="1"/&gt;</description>
 <comments>http://www.freshblurbs.com/tutorial-installing-django-1-1-centos-5-4#comments</comments>
 <category domain="http://www.freshblurbs.com/tag/centos">centos</category>
 <category domain="http://www.freshblurbs.com/tag/django">django</category>
 <category domain="http://www.freshblurbs.com/tag/djangoproject">djangoproject</category>
 <category domain="http://www.freshblurbs.com/tag/mod-wsgi">mod_wsgi</category>
 <category domain="http://www.freshblurbs.com/tag/mysql">mysql</category>
 <category domain="http://www.freshblurbs.com/tag/python">python</category>
 <category domain="http://www.freshblurbs.com/tag/redhat-el">redhat el</category>
 <pubDate>Fri, 27 Nov 2009 23:50:47 +0000</pubDate>
 <dc:creator>irakli</dc:creator>
 <guid isPermaLink="false">728 at http://www.freshblurbs.com</guid>
<feedburner:origLink>http://www.freshblurbs.com/tutorial-installing-django-1-1-centos-5-4</feedburner:origLink></item>
<item>
 <title>Searching Drupal Files with Ack</title>
 <link>http://feedproxy.google.com/~r/freshblurbs/~3/qnsatVpFql8/searching-drupal-files-ack</link>
 <description>&lt;p&gt;Ack is a recursive grep-replacement Perl script that you can download from: &lt;a href="http://betterthangrep.com" title="http://betterthangrep.com"&gt;http://betterthangrep.com&lt;/a&gt; It is somewhat similar to "egrep", but is much smarter and has ten times nicer output format. It also automatically ignores annoying .svn files and you can teach it different file types.&lt;/p&gt;
&lt;p&gt;If you are a Drupal developer you need to put the following line in your /etc/profile:&lt;/p&gt;
&lt;pre&gt;
export ACK_OPTIONS=--type-set=php=.php,.module,.inc,.install
&lt;/pre&gt;&lt;p&gt;
After which you can enjoy yourself some:&lt;/p&gt;
&lt;pre&gt;
ack --php "check_plain"
&lt;/pre&gt;&lt;img src="http://feeds.feedburner.com/~r/freshblurbs/~4/qnsatVpFql8" height="1" width="1"/&gt;</description>
 <comments>http://www.freshblurbs.com/searching-drupal-files-ack#comments</comments>
 <category domain="http://www.freshblurbs.com/tag/ack">ack</category>
 <category domain="http://www.freshblurbs.com/tag/drupal">drupal</category>
 <category domain="http://www.freshblurbs.com/tag/grep">grep</category>
 <category domain="http://www.freshblurbs.com/tag/search">search</category>
 <category domain="http://www.freshblurbs.com/tag/unix">unix</category>
 <category domain="http://www.freshblurbs.com/tag/windows">windows</category>
 <pubDate>Fri, 09 Oct 2009 03:06:18 +0000</pubDate>
 <dc:creator>irakli</dc:creator>
 <guid isPermaLink="false">727 at http://www.freshblurbs.com</guid>
<feedburner:origLink>http://www.freshblurbs.com/searching-drupal-files-ack</feedburner:origLink></item>
<item>
 <title>Install PHP XDebug via Pecl</title>
 <link>http://feedproxy.google.com/~r/freshblurbs/~3/JDsC8o-Ujl0/install-php-xdebug-pecl</link>
 <description>&lt;p&gt;Even though you may find xdebug in a yum repository, due to version incompatibilities you may need to compile/install it using Pecl. Following are several easy steps to achieve exactly that:&lt;/p&gt;
&lt;p&gt;&lt;div class="codeblock"&gt;&lt;code&gt;&amp;gt; pecl install xdebug&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;check the output of the command above, if everything went well, you should see something like :&lt;br /&gt;
&lt;div class="codeblock"&gt;&lt;code&gt;Installing &amp;#039;/usr/lib64/php/modules/xdebug.so&amp;#039;&lt;br /&gt;install ok: channel://pecl.php.net/xdebug-2.0.5&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;at the end of the output. Note the location of the .so file and using it create /etc/php.d/xdebug.ini file that rads something like:&lt;/p&gt;
&lt;p&gt;&lt;div class="codeblock"&gt;&lt;code&gt;; Enable xdebug&lt;br /&gt;zend_extension=&amp;quot;/usr/lib64/php/modules/xdebug.so&amp;quot;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Once you are done with the installation, restart Apache and check the PHP module list with: "php -m", you should see "xdebug" appear in the list.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/freshblurbs/~4/JDsC8o-Ujl0" height="1" width="1"/&gt;</description>
 <comments>http://www.freshblurbs.com/install-php-xdebug-pecl#comments</comments>
 <category domain="http://www.freshblurbs.com/tag/pecl">pecl</category>
 <category domain="http://www.freshblurbs.com/tag/php">php</category>
 <category domain="http://www.freshblurbs.com/tag/xdebug">xdebug</category>
 <pubDate>Mon, 05 Oct 2009 19:43:29 +0000</pubDate>
 <dc:creator>irakli</dc:creator>
 <guid isPermaLink="false">726 at http://www.freshblurbs.com</guid>
<feedburner:origLink>http://www.freshblurbs.com/install-php-xdebug-pecl</feedburner:origLink></item>
<item>
 <title>OpenPublish and Tattler (app) Webinar, Hosted by Acquia</title>
 <link>http://feedproxy.google.com/~r/freshblurbs/~3/YHxOhug6LmU/openpublish-and-tattler-app-webinar-hosted-acquia</link>
 <description>&lt;p&gt;&lt;a href="http://acquia.com"&gt;Acquia&lt;/a&gt; and &lt;a href="http://phase2technology.com"&gt;Phase2 Technology&lt;/a&gt; will be hosting &lt;a href="http://tattlerapp.com"&gt;Tattler (app)&lt;/a&gt; and &lt;a href="http://openpublishapp.com"&gt;OpenPublish&lt;/a&gt;&amp;trade; Webinar tomorrow Wednesday, September 23, 2009 1:00 PM - 2:00 PM EDT.&lt;/p&gt;
&lt;p&gt;To sign up visit: &lt;a href="http://bit.ly/2nypWj" title="http://bit.ly/2nypWj"&gt;http://bit.ly/2nypWj&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/freshblurbs/~4/YHxOhug6LmU" height="1" width="1"/&gt;</description>
 <comments>http://www.freshblurbs.com/openpublish-and-tattler-app-webinar-hosted-acquia#comments</comments>
 <category domain="http://www.freshblurbs.com/tag/acquia">acquia</category>
 <category domain="http://www.freshblurbs.com/tag/drupal">drupal</category>
 <category domain="http://www.freshblurbs.com/tag/openpublish">OpenPublish</category>
 <category domain="http://www.freshblurbs.com/tag/phase2-technology">phase2 technology</category>
 <category domain="http://www.freshblurbs.com/tag/tattler">tattler</category>
 <category domain="http://www.freshblurbs.com/tag/webinar">webinar</category>
 <pubDate>Tue, 22 Sep 2009 22:40:17 +0000</pubDate>
 <dc:creator>irakli</dc:creator>
 <guid isPermaLink="false">725 at http://www.freshblurbs.com</guid>
<feedburner:origLink>http://www.freshblurbs.com/openpublish-and-tattler-app-webinar-hosted-acquia</feedburner:origLink></item>
<item>
 <title>While You Were Sleeping - Looking Back at Last Couple Years on the Internet</title>
 <link>http://feedproxy.google.com/~r/freshblurbs/~3/Sr9zoZmVBfA/while-you-were-sleeping-looking-back-last-couple-years-internet</link>
 <description>&lt;p&gt;=== Originally published at: &lt;a href="http://www.agileapproach.com/blog-entry/while-you-were-sleeping"&gt;The Agile Approach&lt;/a&gt; ===&lt;/p&gt;
&lt;p&gt;In the ’90s romantic comedy that we borrowed the title from, a chain of dramatic events take place, while the main character (played by Peter Gallagher) is in a post-accident coma.&lt;/p&gt;
&lt;p&gt;Comatose sleep is a little too dramatic for this, but just in case you spent the last couple of years on a beautiful island, away from the daily strains of the everyday life in the 21st century, let us list some of the major, latest technical advancements for you. For the less-fortunate rest of us, who did not get to lounge on an island, this is a chance to look back and identify new technologies that have changed the way we live and operate, but were not around just couple of years ago.&lt;/p&gt;
&lt;h3&gt;Twitter&lt;/h3&gt;
&lt;p&gt;Twitter took off during 2007 SXSW festival. This 140-character-limit social messaging service revolutionized the Internet landscape by inventing, and at the same time monopolizing, a completely new phenomena: Micro-Blogging. The invention was so successful that it went far beyond the initial idea and became the most effective way to share ideas on the Web.&lt;/p&gt;
&lt;h3&gt;Linked Data&lt;/h3&gt;
&lt;p&gt;&lt;a href="http://www.freshblurbs.com/while-you-were-sleeping-looking-back-last-couple-years-internet"&gt;read more&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/freshblurbs/~4/Sr9zoZmVBfA" height="1" width="1"/&gt;</description>
 <comments>http://www.freshblurbs.com/while-you-were-sleeping-looking-back-last-couple-years-internet#comments</comments>
 <category domain="http://www.freshblurbs.com/tag/ap">ap</category>
 <category domain="http://www.freshblurbs.com/tag/cloud-computing">cloud computing</category>
 <category domain="http://www.freshblurbs.com/tag/facebook">facebook</category>
 <category domain="http://www.freshblurbs.com/tag/gov-2-0">gov 2.0</category>
 <category domain="http://www.freshblurbs.com/tag/i-business">i Business</category>
 <category domain="http://www.freshblurbs.com/tag/iphone">iphone</category>
 <category domain="http://www.freshblurbs.com/tag/linked-data">Linked Data</category>
 <category domain="http://www.freshblurbs.com/tag/online-communities">Online Communities</category>
 <category domain="http://www.freshblurbs.com/tag/open-source-0">open source</category>
 <category domain="http://www.freshblurbs.com/tag/strategy">strategy</category>
 <category domain="http://www.freshblurbs.com/tag/twitter">twitter</category>
 <category domain="http://www.freshblurbs.com/tag/web">web</category>
 <pubDate>Tue, 15 Sep 2009 14:12:44 +0000</pubDate>
 <dc:creator>irakli</dc:creator>
 <guid isPermaLink="false">724 at http://www.freshblurbs.com</guid>
<feedburner:origLink>http://www.freshblurbs.com/while-you-were-sleeping-looking-back-last-couple-years-internet</feedburner:origLink></item>
<item>
 <title>Unix Shell Programming and Broken Symlinks</title>
 <link>http://feedproxy.google.com/~r/freshblurbs/~3/fEnNk3VJD_c/unix-shell-programming-and-broken-symlinks</link>
 <description>&lt;p&gt;The well-known approach for checking whether path exists, in Unix, is: "if [ -e $path ]" condition. However, contrary to popular belief, "-e" does not always work. The "-e" check works for folders, files etc with one exception: if there's a broken symlink on the path, it won't recognize that. Which makes sense: broken symlink is not a valid path. However, if you are writing some kind of cleanup code, you do want to be able to check on broken links, as well. To achieve that, you need to add extra condition:&lt;/p&gt;
&lt;pre&gt;
if [[ -e $filepath ||  -L $filepath ]]; then
  echo "There's something at: $filepath"
fi
&lt;/pre&gt;&lt;img src="http://feeds.feedburner.com/~r/freshblurbs/~4/fEnNk3VJD_c" height="1" width="1"/&gt;</description>
 <comments>http://www.freshblurbs.com/unix-shell-programming-and-broken-symlinks#comments</comments>
 <category domain="http://www.freshblurbs.com/tag/bash">bash</category>
 <category domain="http://www.freshblurbs.com/tag/programming">Programming</category>
 <category domain="http://www.freshblurbs.com/tag/symlink">symlink</category>
 <category domain="http://www.freshblurbs.com/tag/unix">unix</category>
 <pubDate>Fri, 11 Sep 2009 09:07:05 +0000</pubDate>
 <dc:creator>irakli</dc:creator>
 <guid isPermaLink="false">723 at http://www.freshblurbs.com</guid>
<feedburner:origLink>http://www.freshblurbs.com/unix-shell-programming-and-broken-symlinks</feedburner:origLink></item>
</channel>
</rss>
