<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>ChronoSight</title><link>http://crynobone.com</link><description>ChronoSight is a unique blog where instead of having single author we have a few author with different passions. Name it from Entertainment, Technology right through Programming...</description><language>en</language><lastBuildDate>Wed, 08 Jul 2009 21:42:28 PDT</lastBuildDate><generator>http://wordpress.org/?v=2.8</generator><sy:updatePeriod xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">hourly</sy:updatePeriod><sy:updateFrequency xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">1</sy:updateFrequency><thespringbox:skin xmlns:thespringbox="http://www.thespringbox.com/dtds/thespringbox-1.0.dtd">http://feeds.feedburner.com/chronosightcms?format=skin</thespringbox:skin><image><link>http://creativecommons.org/licenses/by-nc-nd/2.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/chronosightcms" type="application/rss+xml" /><feedburner:emailServiceId>chronosightcms</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2Fchronosightcms" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Fchronosightcms" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2Fchronosightcms" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/chronosightcms" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2Fchronosightcms" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2Fchronosightcms" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Fchronosightcms" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item><title>JavaScript Rounding to The Next Nearest Digit Number</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/z-QthiGeMNw/</link><category>Code Snippet</category><category>JavaScript</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zaki</dc:creator><pubDate>Wed, 08 Jul 2009 21:42:28 PDT</pubDate><guid isPermaLink="false">http://crynobone.com/?p=522</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/2plnKk2Peq1h8EBORC8cE6N3mHQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/2plnKk2Peq1h8EBORC8cE6N3mHQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/2plnKk2Peq1h8EBORC8cE6N3mHQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/2plnKk2Peq1h8EBORC8cE6N3mHQ/1/di" border="0" ismap="true"></img></a></p><p>This is actually just a modification from <a href="http://www.talkincode.com/javascript-round-to-nearest-number-1101.html">JavaScript Round To Nearest Number</a> by <a href="http://www.talkincode.com">Talk in Code</a>. Instead of getting the nearest digit, we will actually get the rounding to the next nearest number.</p>
<pre>function roundNextNearest(num, acc) {
    if ( acc &lt; 0 ) {
        return Math.round(num*acc)/acc;
    } else {
        var value = Math.round(num/acc)*acc;
        if (value &lt; num) {
            value += acc;
        }
        return value;
}</pre>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/chronosightcms?a=z-QthiGeMNw:kuBx2GZfEG0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=z-QthiGeMNw:kuBx2GZfEG0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=z-QthiGeMNw:kuBx2GZfEG0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=z-QthiGeMNw:kuBx2GZfEG0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=z-QthiGeMNw:kuBx2GZfEG0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=z-QthiGeMNw:kuBx2GZfEG0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=z-QthiGeMNw:kuBx2GZfEG0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=z-QthiGeMNw:kuBx2GZfEG0:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded><description>This is actually just a modification from JavaScript Round To Nearest Number by Talk in Code. Instead of getting the nearest digit, we will actually get the rounding to the next nearest number.
function roundNextNearest(num, acc) {
    if ( acc &amp;#60; 0 ) {
        return Math.round(num*acc)/acc;
 [...]</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://crynobone.com/javascript-rounding-to-the-next-nearest-digit-number/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><feedburner:origLink>http://crynobone.com/javascript-rounding-to-the-next-nearest-digit-number/</feedburner:origLink></item><item><title>Raining #2 [Flickr]</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/rSH8ArvMrYg/</link><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">crynobone</dc:creator><pubDate>Wed, 01 Jul 2009 05:58:11 PDT</pubDate><guid isPermaLink="false">tag:flickr.com,2005:/photo/3678492468</guid><description>&lt;p&gt;&lt;a href="http://www.flickr.com/people/crynobone/"&gt;crynobone&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.flickr.com/photos/crynobone/3678492468/" title="Raining #2"&gt;&lt;img src="http://farm4.static.flickr.com/3659/3678492468_08a7e1d788_m.jpg" width="240" height="160" alt="Raining #2" /&gt;&lt;/a&gt;&lt;/p&gt;

</description><enclosure url="http://farm4.static.flickr.com/3659/3678492468_6ee565a37d_o.jpg" length="0" type="image/jpeg" /><dc:date.Taken xmlns:dc="http://purl.org/dc/elements/1.1/">2009-06-28T17:24:12-08:00</dc:date.Taken><feedburner:origLink>http://www.flickr.com/photos/crynobone/3678492468/</feedburner:origLink></item><item><title>Raining #1 [Flickr]</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/F5NusIt7a24/</link><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">crynobone</dc:creator><pubDate>Wed, 01 Jul 2009 05:56:58 PDT</pubDate><guid isPermaLink="false">tag:flickr.com,2005:/photo/3678490336</guid><description>&lt;p&gt;&lt;a href="http://www.flickr.com/people/crynobone/"&gt;crynobone&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.flickr.com/photos/crynobone/3678490336/" title="Raining #1"&gt;&lt;img src="http://farm4.static.flickr.com/3650/3678490336_d38bc9999b_m.jpg" width="240" height="160" alt="Raining #1" /&gt;&lt;/a&gt;&lt;/p&gt;

</description><enclosure url="http://farm4.static.flickr.com/3650/3678490336_a482e6c634_o.jpg" length="0" type="image/jpeg" /><dc:date.Taken xmlns:dc="http://purl.org/dc/elements/1.1/">2009-06-28T17:23:34-08:00</dc:date.Taken><feedburner:origLink>http://www.flickr.com/photos/crynobone/3678490336/</feedburner:origLink></item><item><title>Serious Chat [Flickr]</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/1rfqfOejhW4/</link><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">crynobone</dc:creator><pubDate>Wed, 01 Jul 2009 05:56:04 PDT</pubDate><guid isPermaLink="false">tag:flickr.com,2005:/photo/3677673947</guid><description>&lt;p&gt;&lt;a href="http://www.flickr.com/people/crynobone/"&gt;crynobone&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.flickr.com/photos/crynobone/3677673947/" title="Serious Chat"&gt;&lt;img src="http://farm3.static.flickr.com/2597/3677673947_8c832f87f4_m.jpg" width="240" height="160" alt="Serious Chat" /&gt;&lt;/a&gt;&lt;/p&gt;

</description><enclosure url="http://farm3.static.flickr.com/2597/3677673947_c9c50b8912_o.jpg" length="0" type="image/jpeg" /><dc:date.Taken xmlns:dc="http://purl.org/dc/elements/1.1/">2009-06-28T17:12:35-08:00</dc:date.Taken><feedburner:origLink>http://www.flickr.com/photos/crynobone/3677673947/</feedburner:origLink></item><item><title>Pose [Flickr]</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/S1o9W7MZC-8/</link><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">crynobone</dc:creator><pubDate>Wed, 01 Jul 2009 05:54:43 PDT</pubDate><guid isPermaLink="false">tag:flickr.com,2005:/photo/3678485910</guid><description>&lt;p&gt;&lt;a href="http://www.flickr.com/people/crynobone/"&gt;crynobone&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.flickr.com/photos/crynobone/3678485910/" title="Pose"&gt;&lt;img src="http://farm3.static.flickr.com/2450/3678485910_d47d82705b_m.jpg" width="240" height="160" alt="Pose" /&gt;&lt;/a&gt;&lt;/p&gt;

</description><enclosure url="http://farm3.static.flickr.com/2450/3678485910_a34f5a403e_o.jpg" length="0" type="image/jpeg" /><dc:date.Taken xmlns:dc="http://purl.org/dc/elements/1.1/">2009-06-28T17:08:37-08:00</dc:date.Taken><feedburner:origLink>http://www.flickr.com/photos/crynobone/3678485910/</feedburner:origLink></item><item><title>No comment [Flickr]</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/ELTOUXvrG8A/</link><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">crynobone</dc:creator><pubDate>Wed, 01 Jul 2009 05:53:24 PDT</pubDate><guid isPermaLink="false">tag:flickr.com,2005:/photo/3678483518</guid><description>&lt;p&gt;&lt;a href="http://www.flickr.com/people/crynobone/"&gt;crynobone&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.flickr.com/photos/crynobone/3678483518/" title="No comment"&gt;&lt;img src="http://farm3.static.flickr.com/2589/3678483518_f90112622b_m.jpg" width="240" height="160" alt="No comment" /&gt;&lt;/a&gt;&lt;/p&gt;

</description><enclosure url="http://farm3.static.flickr.com/2589/3678483518_c91d84ecf2_o.jpg" length="0" type="image/jpeg" /><dc:date.Taken xmlns:dc="http://purl.org/dc/elements/1.1/">2009-06-28T17:06:46-08:00</dc:date.Taken><feedburner:origLink>http://www.flickr.com/photos/crynobone/3678483518/</feedburner:origLink></item><item><title>Links for 2009-06-30 [del.icio.us]</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/FWKb7sJ_xCg/crynobone</link><pubDate>Wed, 01 Jul 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/crynobone#2009-06-30</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://wiki.developers.facebook.com/index.php/JavaScript_Client_Library"&gt;Facebook Developer: JavaScript Client Library&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.devtacular.com/articles/bkonrad/how-to-integrate-with-facebook-connect/"&gt;How to Integrate with Facebook Connect&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.devtacular.com/articles/bkonrad/how-to-style-an-application-like-facebook/"&gt;How to Style an Application Like Facebook&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/crynobone#2009-06-30</feedburner:origLink></item><item><title>links for 2009-06-30</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/YDn1iNeHz50/</link><category>Daily Links</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zaki</dc:creator><pubDate>Tue, 30 Jun 2009 20:44:28 PDT</pubDate><guid isPermaLink="false">http://crynobone.com/links-for-2009-06-30/</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/JGFrCggGtULEzAivp3VeYwmSCMA/0/da"><img src="http://feedads.g.doubleclick.net/~a/JGFrCggGtULEzAivp3VeYwmSCMA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/JGFrCggGtULEzAivp3VeYwmSCMA/1/da"><img src="http://feedads.g.doubleclick.net/~a/JGFrCggGtULEzAivp3VeYwmSCMA/1/di" border="0" ismap="true"></img></a></p><p><a href="http://www.devtacular.com/articles/bkonrad/how-to-style-an-application-like-facebook/">How to Style an Application Like Facebook</a>, <a href="http://www.devtacular.com/articles/bkonrad/how-to-integrate-with-facebook-connect/">How to Integrate with Facebook Connect</a> and <a href="http://wiki.developers.facebook.com/index.php/JavaScript_Client_Library">Facebook Developer: JavaScript Client Library</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/chronosightcms?a=YDn1iNeHz50:mBwRmATuZGU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=YDn1iNeHz50:mBwRmATuZGU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=YDn1iNeHz50:mBwRmATuZGU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=YDn1iNeHz50:mBwRmATuZGU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=YDn1iNeHz50:mBwRmATuZGU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=YDn1iNeHz50:mBwRmATuZGU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=YDn1iNeHz50:mBwRmATuZGU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=YDn1iNeHz50:mBwRmATuZGU:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded><description>How to Style an Application Like Facebook, How to Integrate with Facebook Connect and Facebook Developer: JavaScript Client Library</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://crynobone.com/links-for-2009-06-30/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><feedburner:origLink>http://crynobone.com/links-for-2009-06-30/</feedburner:origLink></item><item><title>Links for 2009-06-26 [del.icio.us]</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/rKImodBoCnk/crynobone</link><pubDate>Sat, 27 Jun 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/crynobone#2009-06-26</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blog.fedecarg.com/2008/09/14/code-refactoring-guidelines/"&gt;Code Refactoring Guidelines&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.fedecarg.com/2008/06/12/10-great-articles-for-optimizing-mysql-queries/"&gt;10 great articles for optimizing MySQL queries&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.fedecarg.com/2008/05/29/30-useful-php-classes-and-components/"&gt;30 Useful PHP Classes and Components&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/crynobone#2009-06-26</feedburner:origLink></item><item><title>links for 2009-06-26</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/cwVk3fLSzvs/</link><category>Daily Links</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zaki</dc:creator><pubDate>Fri, 26 Jun 2009 11:45:33 PDT</pubDate><guid isPermaLink="false">http://crynobone.com/links-for-2009-06-26/</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/Dgf-YQJTKQ22fN5bSmaupfyRUu0/0/da"><img src="http://feedads.g.doubleclick.net/~a/Dgf-YQJTKQ22fN5bSmaupfyRUu0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Dgf-YQJTKQ22fN5bSmaupfyRUu0/1/da"><img src="http://feedads.g.doubleclick.net/~a/Dgf-YQJTKQ22fN5bSmaupfyRUu0/1/di" border="0" ismap="true"></img></a></p><p><a href="http://blog.fedecarg.com/2008/05/29/30-useful-php-classes-and-components/">30 Useful PHP Classes and Components</a>, <a href="http://blog.fedecarg.com/2008/06/12/10-great-articles-for-optimizing-mysql-queries/">10 great articles for optimizing MySQL queries</a> and <a href="http://blog.fedecarg.com/2008/09/14/code-refactoring-guidelines/">Code Refactoring Guidelines</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/chronosightcms?a=cwVk3fLSzvs:C2a2-RENIRg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=cwVk3fLSzvs:C2a2-RENIRg:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=cwVk3fLSzvs:C2a2-RENIRg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=cwVk3fLSzvs:C2a2-RENIRg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=cwVk3fLSzvs:C2a2-RENIRg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=cwVk3fLSzvs:C2a2-RENIRg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=cwVk3fLSzvs:C2a2-RENIRg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=cwVk3fLSzvs:C2a2-RENIRg:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded><description>30 Useful PHP Classes and Components, 10 great articles for optimizing MySQL queries and Code Refactoring Guidelines</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://crynobone.com/links-for-2009-06-26/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><feedburner:origLink>http://crynobone.com/links-for-2009-06-26/</feedburner:origLink></item><item><title>Links for 2009-06-24 [del.icio.us]</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/6ClK6HlbYTI/crynobone</link><pubDate>Thu, 25 Jun 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/crynobone#2009-06-24</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://philsturgeon.co.uk/news/2009/06/How-to-Multi-site-CodeIgniter-Set-up.html"&gt;Multi-site CodeIgniter Set-up&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.hongkiat.com/blog/27-must-have-starter-kits-for-web-designers/"&gt;27 Must-Have Starter Kits For Web Designers | Graphics&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://flexigrid.eyeviewdesign.com/"&gt;Flexigrid Implemented in CodeIgniter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/crynobone#2009-06-24</feedburner:origLink></item><item><title>links for 2009-06-24</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/-CmtQxK-OsE/</link><category>Daily Links</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zaki</dc:creator><pubDate>Wed, 24 Jun 2009 23:45:55 PDT</pubDate><guid isPermaLink="false">http://crynobone.com/links-for-2009-06-24/</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/1cIre9pPh4vdX8o146ATzutjuu4/0/da"><img src="http://feedads.g.doubleclick.net/~a/1cIre9pPh4vdX8o146ATzutjuu4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/1cIre9pPh4vdX8o146ATzutjuu4/1/da"><img src="http://feedads.g.doubleclick.net/~a/1cIre9pPh4vdX8o146ATzutjuu4/1/di" border="0" ismap="true"></img></a></p><p><a href="http://flexigrid.eyeviewdesign.com/">Flexigrid Implemented in CodeIgniter</a>, <a href="http://www.hongkiat.com/blog/27-must-have-starter-kits-for-web-designers/">27 Must-Have Starter Kits For Web Designers | Graphics</a> and <a href="http://philsturgeon.co.uk/news/2009/06/How-to-Multi-site-CodeIgniter-Set-up.html">Multi-site CodeIgniter Set-up</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/chronosightcms?a=-CmtQxK-OsE:bgRAnud64Vw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=-CmtQxK-OsE:bgRAnud64Vw:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=-CmtQxK-OsE:bgRAnud64Vw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=-CmtQxK-OsE:bgRAnud64Vw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=-CmtQxK-OsE:bgRAnud64Vw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=-CmtQxK-OsE:bgRAnud64Vw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=-CmtQxK-OsE:bgRAnud64Vw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=-CmtQxK-OsE:bgRAnud64Vw:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded><description>Flexigrid Implemented in CodeIgniter, 27 Must-Have Starter Kits For Web Designers &amp;#124; Graphics and Multi-site CodeIgniter Set-up</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://crynobone.com/links-for-2009-06-24/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><feedburner:origLink>http://crynobone.com/links-for-2009-06-24/</feedburner:origLink></item><item><title>Links for 2009-06-23 [del.icio.us]</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/krxYTM4JwfA/crynobone</link><pubDate>Wed, 24 Jun 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/crynobone#2009-06-23</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://code.google.com/speed/articles/optimizing-javascript.html"&gt;Let's make the web faster&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/crynobone#2009-06-23</feedburner:origLink></item><item><title>links for 2009-06-23</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/2B9XDx4i8lU/</link><category>Daily Links</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zaki</dc:creator><pubDate>Tue, 23 Jun 2009 23:44:17 PDT</pubDate><guid isPermaLink="false">http://crynobone.com/links-for-2009-06-23/</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/q6x5BkVfKlicBp5CwkT29KxqCS4/0/da"><img src="http://feedads.g.doubleclick.net/~a/q6x5BkVfKlicBp5CwkT29KxqCS4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/q6x5BkVfKlicBp5CwkT29KxqCS4/1/da"><img src="http://feedads.g.doubleclick.net/~a/q6x5BkVfKlicBp5CwkT29KxqCS4/1/di" border="0" ismap="true"></img></a></p><p><a href="http://code.google.com/speed/articles/optimizing-javascript.html">Let&#8217;s make the web faster</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/chronosightcms?a=2B9XDx4i8lU:ec1pVQYWIVc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=2B9XDx4i8lU:ec1pVQYWIVc:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=2B9XDx4i8lU:ec1pVQYWIVc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=2B9XDx4i8lU:ec1pVQYWIVc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=2B9XDx4i8lU:ec1pVQYWIVc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=2B9XDx4i8lU:ec1pVQYWIVc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=2B9XDx4i8lU:ec1pVQYWIVc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=2B9XDx4i8lU:ec1pVQYWIVc:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded><description>Let&amp;#8217;s make the web faster</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://crynobone.com/links-for-2009-06-23/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><feedburner:origLink>http://crynobone.com/links-for-2009-06-23/</feedburner:origLink></item><item><title>Option Library for Codenitive on CodeIgniter</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/2DZgW5-Id2E/</link><category>CodeIgniter</category><category>Codenitive</category><category>Tutorial</category><category>Framework</category><category>Tool</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zaki</dc:creator><pubDate>Mon, 22 Jun 2009 23:20:29 PDT</pubDate><guid isPermaLink="false">http://crynobone.com/?p=483</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/UJA-P5ulPAtVy-ab9MDoW2w2lb8/0/da"><img src="http://feedads.g.doubleclick.net/~a/UJA-P5ulPAtVy-ab9MDoW2w2lb8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/UJA-P5ulPAtVy-ab9MDoW2w2lb8/1/da"><img src="http://feedads.g.doubleclick.net/~a/UJA-P5ulPAtVy-ab9MDoW2w2lb8/1/di" border="0" ismap="true"></img></a></p><p>Some people might find WordPress&#8217;s <code>get_option</code> and <code>update_option</code> function helpful over filesystem based configuration where you don&#8217;t want user to frequently update the configuration files. Today let me show you how we can utilize the same functionality in CodeIgniter using Option Library.</p>
<h3>Requirements &amp; Basic Informations</h3>
<p>Before we start, let lay out some fact about Option Library:</p>
<ul>
<li>is based and developed on CodeIgniter 1.7.1, it might work with previous version but please do test it out first.</li>
<li>use CodeIgniter build-in Database Class without ActiveRecord so there no problem if you disabled it.</li>
<li>we cache the result on every pageview, Option Library query the table and cached it in an Array which mean Option Library doesn&#8217;t overhaul your database.</li>
</ul>
<p><span id="more-483"></span></p>
<h3>Getting Started</h3>
<p>To use the Option library, you have to checkout a copy of latest <a href="http://myci.googlecode.com">Codenitive</a> or grab the following files:</p>
<ul>
<li><a href="http://myci.googlecode.com/svn/trunk/system/application/libraries/Option.php">http://myci.googlecode.com/svn/trunk/system/application/libraries/Option.php</a></li>
<li><a href="http://myci.googlecode.com/svn/trunk/system/application/config/application.php">http://myci.googlecode.com/svn/trunk/system/application/config/application.php</a></li>
</ul>
<h3>Database</h3>
<p>Before you can configure Option Library let first create a new table:</p>
<pre>CREATE TABLE `options` (
 `id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
 `name` VARCHAR( 255 ) NOT NULL ,
 `value` TEXT NOT NULL
) ENGINE = MYISAM ;</pre>
<h3>Configuration</h3>
<p>Open <code>system/application/config/application.php</code> and go to line 35. You need to enable Option Library (allowing CodeIgniter the fetch from your option table) and identify the table schema based on the table you just created above. </p>
<pre>$config['option']['enable'] = TRUE;
$config['option']['table'] = 'options';
$config['option']['attribute'] = 'name';
$config['option']['value'] = 'value';</pre>
<h3>Using the Option Library</h3>
<p>This is just a simple example how you use the library.</p>
<pre>class Main extends Controller
{
    function __construct()
    {
        parent::Controller();
        $this->load->library('option');
    }
    function index()
    {
        // to retrieve a value
        echo $this->option->get('copyright');

        // to set a new value
        $this->option->update('copyright', '&amp;copy; 2009 Codenitive.');
    }
}</pre>
<h3>Conclusion</h3>
<p>How you can make use of it as I made in my project. If you manage to fine any bug please <a href="http://code.google.com/p/myci/issues/list">report it to us</a>, Thank you.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/chronosightcms?a=2DZgW5-Id2E:u9zV6pa3PP8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=2DZgW5-Id2E:u9zV6pa3PP8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=2DZgW5-Id2E:u9zV6pa3PP8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=2DZgW5-Id2E:u9zV6pa3PP8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=2DZgW5-Id2E:u9zV6pa3PP8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=2DZgW5-Id2E:u9zV6pa3PP8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=2DZgW5-Id2E:u9zV6pa3PP8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=2DZgW5-Id2E:u9zV6pa3PP8:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded><description>Some people might find WordPress&amp;#8217;s get_option and update_option function helpful over filesystem based configuration where you don&amp;#8217;t want user to frequently update the configuration files. Today let me show you how we can utilize the same functionality in CodeIgniter using Option Library.
Requirements &amp;#38; Basic Informations
Before we start, let lay out some fact about Option Library:

is [...]</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://crynobone.com/option-library-for-codenitive-on-codeigniter/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><feedburner:origLink>http://crynobone.com/option-library-for-codenitive-on-codeigniter/</feedburner:origLink></item><item><title>Links for 2009-06-21 [del.icio.us]</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/hTjuZwv80Do/crynobone</link><pubDate>Mon, 22 Jun 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/crynobone#2009-06-21</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blog.arc90.com/2009/06/readability_now_available_in_t.php"&gt;Readability&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://storecrowd.com/blog/wordpress-optimisation/"&gt;The Ultimate Wordpress 2.8 Optimization Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://webdesignledger.com/freebies/80-fresh-new-textures-for-creating-web-site-backgrounds"&gt;80+ Fresh New Textures for Creating Web Site Backgrounds&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/crynobone#2009-06-21</feedburner:origLink></item><item><title>links for 2009-06-21</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/zgImPqMnuw8/</link><category>Daily Links</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zaki</dc:creator><pubDate>Sun, 21 Jun 2009 23:45:41 PDT</pubDate><guid isPermaLink="false">http://crynobone.com/links-for-2009-06-21/</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/eYbGXFxpe6KGmTKsEV__tKbepS8/0/da"><img src="http://feedads.g.doubleclick.net/~a/eYbGXFxpe6KGmTKsEV__tKbepS8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/eYbGXFxpe6KGmTKsEV__tKbepS8/1/da"><img src="http://feedads.g.doubleclick.net/~a/eYbGXFxpe6KGmTKsEV__tKbepS8/1/di" border="0" ismap="true"></img></a></p><p><a href="http://webdesignledger.com/freebies/80-fresh-new-textures-for-creating-web-site-backgrounds">80+ Fresh New Textures for Creating Web Site Backgrounds</a>, <a href="http://storecrowd.com/blog/wordpress-optimisation/">The Ultimate Wordpress 2.8 Optimization Guide</a> and <a href="http://blog.arc90.com/2009/06/readability_now_available_in_t.php">Readability</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/chronosightcms?a=zgImPqMnuw8:dnM5Xdhd2mY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=zgImPqMnuw8:dnM5Xdhd2mY:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=zgImPqMnuw8:dnM5Xdhd2mY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=zgImPqMnuw8:dnM5Xdhd2mY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=zgImPqMnuw8:dnM5Xdhd2mY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=zgImPqMnuw8:dnM5Xdhd2mY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=zgImPqMnuw8:dnM5Xdhd2mY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=zgImPqMnuw8:dnM5Xdhd2mY:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded><description>80+ Fresh New Textures for Creating Web Site Backgrounds, The Ultimate Wordpress 2.8 Optimization Guide and Readability</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://crynobone.com/links-for-2009-06-21/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><feedburner:origLink>http://crynobone.com/links-for-2009-06-21/</feedburner:origLink></item><item><title>Facebook Chat with Pidgin IM</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/lL_3JstliMk/</link><category>Asides</category><category>Ubuntu</category><category>Pidgin</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zaki</dc:creator><pubDate>Sat, 20 Jun 2009 13:25:06 PDT</pubDate><guid isPermaLink="false">http://crynobone.com/?p=515</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/C-3LomGoiYedd5LOIlaDUPSfM1M/0/da"><img src="http://feedads.g.doubleclick.net/~a/C-3LomGoiYedd5LOIlaDUPSfM1M/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/C-3LomGoiYedd5LOIlaDUPSfM1M/1/da"><img src="http://feedads.g.doubleclick.net/~a/C-3LomGoiYedd5LOIlaDUPSfM1M/1/di" border="0" ismap="true"></img></a></p><p>Did you know you can add Facebook Chat protocol to Pidgin IM using a 3rd-party plugin made by <a href="http://eion.robbmob.com/">Eion Robb</a> (he also made Skype for Pidgin). Get it now from <a href="http://code.google.com/p/pidgin-facebookchat/">http://code.google.com/p/pidgin-facebookchat/</a>.</p>
<blockquote><p>This is a Facebook chat plugin for Pidgin and libpurple messengers. It connects to the new Facebook Chat IM service without the need for an API key. It was created by Eion Robb in May 2008 and has had major code additions by Casey Ho and Mark Doliner who joined the project at the end of 2008.</p></blockquote>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/chronosightcms?a=lL_3JstliMk:jLn4fYFaKJ0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=lL_3JstliMk:jLn4fYFaKJ0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=lL_3JstliMk:jLn4fYFaKJ0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=lL_3JstliMk:jLn4fYFaKJ0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=lL_3JstliMk:jLn4fYFaKJ0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=lL_3JstliMk:jLn4fYFaKJ0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=lL_3JstliMk:jLn4fYFaKJ0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=lL_3JstliMk:jLn4fYFaKJ0:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded><description>Did you know you can add Facebook Chat protocol to Pidgin IM using a 3rd-party plugin made by Eion Robb (he also made Skype for Pidgin). Get it now from http://code.google.com/p/pidgin-facebookchat/.
This is a Facebook chat plugin for Pidgin and libpurple messengers. It connects to the new Facebook Chat IM service without the need for an [...]</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://crynobone.com/facebook-chat-with-pidgin-im/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><feedburner:origLink>http://crynobone.com/facebook-chat-with-pidgin-im/</feedburner:origLink></item><item><title>Links for 2009-06-17 [del.icio.us]</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/ekagCs_qb-I/crynobone</link><pubDate>Thu, 18 Jun 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/crynobone#2009-06-17</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.haughin.com/2009/02/25/building-web-applications-that-scale/"&gt;Building Web Applications That Scale&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.haughin.com/2009/02/17/the-truth-about-freelance-web-development/"&gt;The Truth about Freelance Web Development&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://codex.wordpress.org/Category:WP-Cron_Functions"&gt;Category:WP-Cron Functions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://webdesignledger.com/freebies/all-the-small-icons-youll-ever-need"&gt;All the Small Icons You&amp;rsquo;ll Ever Need&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/crynobone#2009-06-17</feedburner:origLink></item><item><title>links for 2009-06-17</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/8amfREK2A08/</link><category>Daily Links</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zaki</dc:creator><pubDate>Wed, 17 Jun 2009 23:44:16 PDT</pubDate><guid isPermaLink="false">http://crynobone.com/links-for-2009-06-17-2/</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/XJ3eUPAyNvhSjbWyi5Chpy-zK10/0/da"><img src="http://feedads.g.doubleclick.net/~a/XJ3eUPAyNvhSjbWyi5Chpy-zK10/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/XJ3eUPAyNvhSjbWyi5Chpy-zK10/1/da"><img src="http://feedads.g.doubleclick.net/~a/XJ3eUPAyNvhSjbWyi5Chpy-zK10/1/di" border="0" ismap="true"></img></a></p><p><a href="http://webdesignledger.com/freebies/all-the-small-icons-youll-ever-need">All the Small Icons You’ll Ever Need</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/chronosightcms?a=8amfREK2A08:st_3hAfuz2s:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=8amfREK2A08:st_3hAfuz2s:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=8amfREK2A08:st_3hAfuz2s:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=8amfREK2A08:st_3hAfuz2s:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=8amfREK2A08:st_3hAfuz2s:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=8amfREK2A08:st_3hAfuz2s:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=8amfREK2A08:st_3hAfuz2s:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=8amfREK2A08:st_3hAfuz2s:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded><description>All the Small Icons You’ll Ever Need</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://crynobone.com/links-for-2009-06-17-2/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><feedburner:origLink>http://crynobone.com/links-for-2009-06-17-2/</feedburner:origLink></item><item><title>links for 2009-06-17</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/uvMWC2ftZSE/</link><category>Daily Links</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zaki</dc:creator><pubDate>Wed, 17 Jun 2009 09:48:24 PDT</pubDate><guid isPermaLink="false">http://crynobone.com/links-for-2009-06-17/</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/gVTkvP1WiimmNmDegb-PMLoYpL0/0/da"><img src="http://feedads.g.doubleclick.net/~a/gVTkvP1WiimmNmDegb-PMLoYpL0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/gVTkvP1WiimmNmDegb-PMLoYpL0/1/da"><img src="http://feedads.g.doubleclick.net/~a/gVTkvP1WiimmNmDegb-PMLoYpL0/1/di" border="0" ismap="true"></img></a></p><p><a href="http://codex.wordpress.org/Category:WP-Cron_Functions">Category:WP-Cron Functions</a>, <a href="http://www.haughin.com/2009/02/17/the-truth-about-freelance-web-development/">The Truth about Freelance Web Development</a> and <a href="http://www.haughin.com/2009/02/25/building-web-applications-that-scale/">Building Web Applications That Scale</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/chronosightcms?a=uvMWC2ftZSE:AShbJhiARfw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=uvMWC2ftZSE:AShbJhiARfw:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=uvMWC2ftZSE:AShbJhiARfw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=uvMWC2ftZSE:AShbJhiARfw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=uvMWC2ftZSE:AShbJhiARfw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=uvMWC2ftZSE:AShbJhiARfw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=uvMWC2ftZSE:AShbJhiARfw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=uvMWC2ftZSE:AShbJhiARfw:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded><description>Category:WP-Cron Functions, The Truth about Freelance Web Development and Building Web Applications That Scale</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://crynobone.com/links-for-2009-06-17/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><feedburner:origLink>http://crynobone.com/links-for-2009-06-17/</feedburner:origLink></item><item><title>Links for 2009-06-16 [del.icio.us]</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/HgXmoS0HY0Y/crynobone</link><pubDate>Wed, 17 Jun 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/crynobone#2009-06-16</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.37signals.com/svn/posts/1768-i-dont-care-how-good-you-are-at-programming"&gt;I don&amp;rsquo;t care how good you are at programming&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://jquerylist.com/"&gt;jQuery Ajax tutorials, jQuery UI examples and more! - The Ultimate jQuery List&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blondish.net/resources/scripts/phpurl/"&gt;PHPurl&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/crynobone#2009-06-16</feedburner:origLink></item><item><title>Install Apache2, MySQL5, PHP5 and PHPMyAdmin on Ubuntu</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/Wly-C7Wbi3E/</link><category>MySQL</category><category>PHP</category><category>Ubuntu</category><category>Apache Httpd</category><category>PHPMyAdmin</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zaki</dc:creator><pubDate>Tue, 16 Jun 2009 23:47:52 PDT</pubDate><guid isPermaLink="false">http://crynobone.com/?p=438</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/tQZlLer_UbPqnyargC5HO3tgodE/0/da"><img src="http://feedads.g.doubleclick.net/~a/tQZlLer_UbPqnyargC5HO3tgodE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/tQZlLer_UbPqnyargC5HO3tgodE/1/da"><img src="http://feedads.g.doubleclick.net/~a/tQZlLer_UbPqnyargC5HO3tgodE/1/di" border="0" ismap="true"></img></a></p><p>This is a collection of guide how to install Apache Httpd Web Server complete with latest PHP (as Apache mod), MySQL for Ubuntu. As a bonus, I even through in an additional guide to install PHPMyAdmin. Please do note that most of this guide can be found elsewhere which is listed at the bottom of the guide. <span id="more-438"></span></p>
<h3>Getting Started</h3>
<p>I&#8217;m sure everyone here is familiar on how to use Terminal which is available from:</p>
<pre>Applications &gt; Accessories &gt; Terminal</pre>
<h3>Install Apache Httpd Web Server</h3>
<p>To install Apache, type the following command into your Terminal:</p>
<pre lang="bash">&gt; sudo apt-get install apache2</pre>
<h4>Testing Apache</h4>
<p>Paste the following command into your Terminal</p>
<pre lang="bash">&gt; sudo /etc/init.d/apache2 start</pre>
<p>Then open <code>http://localhost/</code> or <code>http://127.0.0.1</code> from your web browser. At first run, you would probably see a directory listing or a HTML page with a text saying &#8220;<strong>It&#8217;s Work</strong>&#8220;.<br />
<a href="http://crynobone.com/wp-content/uploads/2009/04/apache-work.png"><img class="alignnone size-full wp-image-440" title="apache-work" src="http://crynobone.com/wp-content/uploads/2009/04/apache-work.png" alt="apache-work" width="349" height="53" /></a><br />
To browse the file please navigate to the following folder</p>
<pre lang="bash">&gt; cd /var/www/</pre>
<h3>Install PHP</h3>
<p>Similar to Apache, all you need to do is type the following command in your Terminal:</p>
<pre lang="bash">&gt; sudo apt-get install php5 libapache2-mod-php5</pre>
<p>After the installation is complete, do restart your Apache Http Web Server.</p>
<pre lang="bash">&gt; sudo /etc/init.d/apache2 start</pre>
<p>This allow PHP to be include as Apache mod.</p>
<h4>Testing PHP</h4>
<p>A simple way to test your PHP is via phpinfo() function which display all related configuration of your PHP. To do so type the following command in your Terminal.</p>
<pre lang="bash">&gt; sudo gedit /var/www/phpinfo.php</pre>
<p>This will open gEdit text editor which you will type in</p>
<pre lang="php">&lt;?php phpinfo(); ?&gt;</pre>
<p>Open http://localhost/phpinfo.php in your web browser and you will get something like this:  <a href="http://crynobone.com/wp-content/uploads/2009/04/phpinfo.png"><img class="alignnone size-full wp-image-439" title="phpinfo" src="http://crynobone.com/wp-content/uploads/2009/04/phpinfo.png" alt="phpinfo" width="660" height="298" /></a></p>
<p>You should see all of the info about your PHP installation listed on the page.</p>
<h3>Install MySQL</h3>
<p>Again, type the following command in your Terminal</p>
<pre lang="bash">&gt; sudo apt-get install mysql-server</pre>
<p class="note">Note: As MySQL is installing, it will ask you to configure your root password. Make sure that you type it correctly, as it will only ask you once.</p>
<p>You might need to manually start MySQL  for the first time, do so by typing this command in your Terminal.</p>
<pre lang="bash">&gt; sudo /etc/init.d/mysql start</pre>
<h4>Testing MySQL</h4>
<p>After that is finished, you can test MySQL by running this, where 123 is your password</p>
<pre lang="bash">&gt; mysql -uroot -p123
mysql&gt; show databases;
mysql&gt; quit</pre>
<h3>Install PHPMyAdmin</h3>
<p>As usual, run the following command in terminal</p>
<pre>&gt; sudo apt-get install phpmyadmin</pre>
<p>This process is quite, as slow as MySQL installation and there are time you need to provide some information in order to complete the process but it quite optional. Once finish you need to create a soft link in <code>/var/www/</code> to <code>/usr/share/phpmyadmin</code> using these command.</p>
<pre>&gt; sudo ln -s /usr/share/phpmyadmin /var/www/phpmyadmin</pre>
<p>Now open up <code>http://localhost/phpmyadmin </code>your web browser.</p>
<h3>Conclusion</h3>
<p>If you find anything missing do drop a comment below. Any additional information are also welcome.</p>
<h3>Reference</h3>
<ol>
<li><a href="http://www.devolio.com/blog/archives/221-How-to-install-Apache,-MySQL-and-PHP-LAMP-in-Ubuntu-7.10.html">How to install Apache, MySQL and PHP (LAMP) in Ubuntu 7.10</a></li>
<li><a href="http://www.youtube.com/watch?v=ZjIXZT9Hxwg">Screencast: Install Apache 2.2, MySQL 5, PHP 5, phpMyAdmin for Linux Ubuntu 8.10</a></li>
</ol>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/chronosightcms?a=Wly-C7Wbi3E:hctZrpvxgJE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=Wly-C7Wbi3E:hctZrpvxgJE:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=Wly-C7Wbi3E:hctZrpvxgJE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=Wly-C7Wbi3E:hctZrpvxgJE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=Wly-C7Wbi3E:hctZrpvxgJE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=Wly-C7Wbi3E:hctZrpvxgJE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=Wly-C7Wbi3E:hctZrpvxgJE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=Wly-C7Wbi3E:hctZrpvxgJE:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded><description>This is a collection of guide how to install Apache Httpd Web Server complete with latest PHP (as Apache mod), MySQL for Ubuntu. As a bonus, I even through in an additional guide to install PHPMyAdmin. Please do note that most of this guide can be found elsewhere which is listed at the bottom of [...]</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://crynobone.com/install-apache2-mysql5-php5-and-phpmyadmin-on-ubuntu/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">5</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><feedburner:origLink>http://crynobone.com/install-apache2-mysql5-php5-and-phpmyadmin-on-ubuntu/</feedburner:origLink></item><item><title>links for 2009-06-16</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/ZpFPxoENfyY/</link><category>Daily Links</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zaki</dc:creator><pubDate>Tue, 16 Jun 2009 10:59:30 PDT</pubDate><guid isPermaLink="false">http://crynobone.com/links-for-2009-06-16/</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/8Aa8Tm9__BX6ZNqWhFAeHWZeYFw/0/da"><img src="http://feedads.g.doubleclick.net/~a/8Aa8Tm9__BX6ZNqWhFAeHWZeYFw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/8Aa8Tm9__BX6ZNqWhFAeHWZeYFw/1/da"><img src="http://feedads.g.doubleclick.net/~a/8Aa8Tm9__BX6ZNqWhFAeHWZeYFw/1/di" border="0" ismap="true"></img></a></p><p><a href="http://blondish.net/resources/scripts/phpurl/">PHPurl</a>, <a href="http://jquerylist.com/">jQuery Ajax tutorials, jQuery UI examples and more! &#8211; The Ultimate jQuery List</a> and <a href="http://www.37signals.com/svn/posts/1768-i-dont-care-how-good-you-are-at-programming">I don’t care how good you are at programming</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/chronosightcms?a=ZpFPxoENfyY:Anj5dAJUDDk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=ZpFPxoENfyY:Anj5dAJUDDk:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=ZpFPxoENfyY:Anj5dAJUDDk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=ZpFPxoENfyY:Anj5dAJUDDk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=ZpFPxoENfyY:Anj5dAJUDDk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=ZpFPxoENfyY:Anj5dAJUDDk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=ZpFPxoENfyY:Anj5dAJUDDk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=ZpFPxoENfyY:Anj5dAJUDDk:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded><description>PHPurl, jQuery Ajax tutorials, jQuery UI examples and more! &amp;#8211; The Ultimate jQuery List and I don’t care how good you are at programming</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://crynobone.com/links-for-2009-06-16/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><feedburner:origLink>http://crynobone.com/links-for-2009-06-16/</feedburner:origLink></item><item><title>Definitely not in love with CodeIgniter’s Active Record but still using it for FlexiGrid implementation.  Raw SQL still rock</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/wX_1rZkJjcQ/</link><category>Tweet</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zaki</dc:creator><pubDate>Tue, 16 Jun 2009 10:46:47 PDT</pubDate><guid isPermaLink="false">http://crynobone.com/definitely-not-in-love-with-codeigniters-active-record-but-still-using-it-for-flexigrid-implementation-raw-sql-still-rock/</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/ZINaCuaandsZgMa2ELewtfDfAUQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/ZINaCuaandsZgMa2ELewtfDfAUQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ZINaCuaandsZgMa2ELewtfDfAUQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/ZINaCuaandsZgMa2ELewtfDfAUQ/1/di" border="0" ismap="true"></img></a></p><p>Definitely not in love with CodeIgniter&#8217;s Active Record but still using it for FlexiGrid implementation.  Raw SQL still rock</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/chronosightcms?a=wX_1rZkJjcQ:p3ul0I0PeqQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=wX_1rZkJjcQ:p3ul0I0PeqQ:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=wX_1rZkJjcQ:p3ul0I0PeqQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=wX_1rZkJjcQ:p3ul0I0PeqQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=wX_1rZkJjcQ:p3ul0I0PeqQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=wX_1rZkJjcQ:p3ul0I0PeqQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=wX_1rZkJjcQ:p3ul0I0PeqQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=wX_1rZkJjcQ:p3ul0I0PeqQ:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded><description>Definitely not in love with CodeIgniter&amp;#8217;s Active Record but still using it for FlexiGrid implementation.  Raw SQL still rock</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://crynobone.com/definitely-not-in-love-with-codeigniters-active-record-but-still-using-it-for-flexigrid-implementation-raw-sql-still-rock/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><feedburner:origLink>http://crynobone.com/definitely-not-in-love-with-codeigniters-active-record-but-still-using-it-for-flexigrid-implementation-raw-sql-still-rock/</feedburner:origLink></item><item><title>31998 is evil</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/b409wIlrmOQ/</link><category>Asides</category><category>Software &amp; OS</category><category>EXT3</category><category>Linux</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zaki</dc:creator><pubDate>Tue, 16 Jun 2009 09:03:35 PDT</pubDate><guid isPermaLink="false">http://crynobone.com/?p=508</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/UnwIWu8zY1CjpxyqCSD0pET25gA/0/da"><img src="http://feedads.g.doubleclick.net/~a/UnwIWu8zY1CjpxyqCSD0pET25gA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/UnwIWu8zY1CjpxyqCSD0pET25gA/1/da"><img src="http://feedads.g.doubleclick.net/~a/UnwIWu8zY1CjpxyqCSD0pET25gA/1/di" border="0" ismap="true"></img></a></p><p>Did you know, in Linux (especially under EXT3) you can only have less or equal to 31,998 subfolder under a folder.</p>
<blockquote><p>There is a limit of 31998 sub-directories per one directory, stemming from its limit of 32000 links per inode &#8211; <a href="http://en.wikipedia.org/wiki/Ext3#Disadvantages">Wikipedia</a></p></blockquote>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/chronosightcms?a=b409wIlrmOQ:iIUXVpkU1jc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=b409wIlrmOQ:iIUXVpkU1jc:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=b409wIlrmOQ:iIUXVpkU1jc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=b409wIlrmOQ:iIUXVpkU1jc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=b409wIlrmOQ:iIUXVpkU1jc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=b409wIlrmOQ:iIUXVpkU1jc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=b409wIlrmOQ:iIUXVpkU1jc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=b409wIlrmOQ:iIUXVpkU1jc:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded><description>Did you know, in Linux (especially under EXT3) you can only have less or equal to 31,998 subfolder under a folder.
There is a limit of 31998 sub-directories per one directory, stemming from its limit of 32000 links per inode &amp;#8211; Wikipedia</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://crynobone.com/31998-is-evil/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">2</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><feedburner:origLink>http://crynobone.com/31998-is-evil/</feedburner:origLink></item><item><title>links for 2009-06-09</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/wcFrlWlIGh8/</link><category>Daily Links</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zaki</dc:creator><pubDate>Tue, 09 Jun 2009 20:06:29 PDT</pubDate><guid isPermaLink="false">http://crynobone.com/links-for-2009-06-09/</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/WevXvjWlm0ABjBIXtro7Y9NCKrI/0/da"><img src="http://feedads.g.doubleclick.net/~a/WevXvjWlm0ABjBIXtro7Y9NCKrI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/WevXvjWlm0ABjBIXtro7Y9NCKrI/1/da"><img src="http://feedads.g.doubleclick.net/~a/WevXvjWlm0ABjBIXtro7Y9NCKrI/1/di" border="0" ismap="true"></img></a></p><p><a href="http://www.sitepoint.com/blogs/2009/06/09/16-php-frameworks/">16 PHP Frameworks To Consider For Your Next Project</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/chronosightcms?a=wcFrlWlIGh8:GwZ6s3QnrHQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=wcFrlWlIGh8:GwZ6s3QnrHQ:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=wcFrlWlIGh8:GwZ6s3QnrHQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=wcFrlWlIGh8:GwZ6s3QnrHQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=wcFrlWlIGh8:GwZ6s3QnrHQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=wcFrlWlIGh8:GwZ6s3QnrHQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=wcFrlWlIGh8:GwZ6s3QnrHQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=wcFrlWlIGh8:GwZ6s3QnrHQ:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded><description>16 PHP Frameworks To Consider For Your Next Project</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://crynobone.com/links-for-2009-06-09/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><feedburner:origLink>http://crynobone.com/links-for-2009-06-09/</feedburner:origLink></item><item><title>The Making Of FeedMalaya</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/4GriQyGHudU/</link><category>CodeIgniter</category><category>Codenitive</category><category>FeedMalaya</category><category>MySQL</category><category>Savvy.UI</category><category>jQuery</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zaki</dc:creator><pubDate>Mon, 08 Jun 2009 20:52:39 PDT</pubDate><guid isPermaLink="false">http://crynobone.com/?p=504</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/Nr-J4ZD57M8TKme3wkEer4JJtvc/0/da"><img src="http://feedads.g.doubleclick.net/~a/Nr-J4ZD57M8TKme3wkEer4JJtvc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Nr-J4ZD57M8TKme3wkEer4JJtvc/1/da"><img src="http://feedads.g.doubleclick.net/~a/Nr-J4ZD57M8TKme3wkEer4JJtvc/1/di" border="0" ismap="true"></img></a></p><p><img class="aligncenter size-full wp-image-505" title="promo-logo" src="http://crynobone.com/wp-content/uploads/2009/06/promo-logo.png" alt="promo-logo" width="515" height="188" /></p>
<p><a title="FeedMalaya" href="http://feedmalaya.com">FeedMalaya</a> is a social blog aggregator that pull out the best content from Malaysian bloggers was launched on June 7th, 2009 developed by <a href="http://infomalaya.com">Bat InfoMalaya</a> and myself.</p>
<p><span id="more-504"></span></p>
<h4>Technology Behind FeedMalaya?</h4>
<p>The development period only took us 9 days from first draft to launch using <a href="http://codeigniter.com">CodeIgniter</a> (with enhancement using <a href="http://myci.googlecode.com">Codenitive</a>), <a href="http://simplepie.org">SimplePie</a>, <a href="http://jquery.com">jQuery</a>, <a href="http://savvyui.googlecode.com">Savvy.UI</a>, <a href="http://flexigrid.eyeviewdesign.com/">FlexiGrid for jQuery</a> and <a href="http://www.haughin.com/2009/05/18/new-codeigniter-library-facebook-connect/">Facebook Connect for CodeIgniter</a>.</p>
<h4>Why Another Blog Aggregator?</h4>
<p>Firstly, I can&#8217;t find anything good aggregator I can follow mainly for local content. Well nothing against the other Blog Aggregator or Social Bookmarking currently available or being developed at the moment but this is my personal point of view and I personally think there are others who feel the same way as me.</p>
<h4>How do FeedMalaya Grab Fresh Content?</h4>
<p>Currently we fetch a blog or website every minute using RSS/ATOM feed using SimplePie and PHP CLI. This method is suitable since we haven&#8217;t reach a bottleneck due to the numbers of site in queeue. However we do understand that one day we have to consider more advanced algorithm when the it became a requirement.</p>
<h4>OpenID was the first option for FeedMalaya, why did you change it to Facebook Connect?</h4>
<p>We did try OpenID for CodeIgniter find the documentation and implementation not as friendly as we consider it to be so we look for alternative. Here some of the key factor why Facebook Connect become our choice:-</p>
<ul>
<li>High number of Malaysian user who already have a Facebook account.</li>
<li>Single vendor, single documentation and single achitecture.</li>
<li>Low amount of time and effort to implement the integration.</li>
</ul>
<h4>Any last word?</h4>
<p>Visit and join us at <a title="FeedMalaya" href="http://feedmalaya.com">FeedMalaya</a> or <a title="FeedMalaya Mobile" href="http://m.feedmalaya.com">FeedMalaya Mobile</a>. The development still continue while we serve you fresh content.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/chronosightcms?a=4GriQyGHudU:oD52cJbisJc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=4GriQyGHudU:oD52cJbisJc:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=4GriQyGHudU:oD52cJbisJc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=4GriQyGHudU:oD52cJbisJc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=4GriQyGHudU:oD52cJbisJc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=4GriQyGHudU:oD52cJbisJc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=4GriQyGHudU:oD52cJbisJc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=4GriQyGHudU:oD52cJbisJc:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded><description>FeedMalaya is a social blog aggregator that pull out the best content from Malaysian bloggers was launched on June 7th, 2009 developed by Bat InfoMalaya and myself.

Technology Behind FeedMalaya?
The development period only took us 9 days from first draft to launch using CodeIgniter (with enhancement using Codenitive), SimplePie, jQuery, Savvy.UI, FlexiGrid for jQuery and Facebook [...]</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://crynobone.com/the-making-of-feedmalaya/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><feedburner:origLink>http://crynobone.com/the-making-of-feedmalaya/</feedburner:origLink></item><item><title>5 days to process new domain name registration, perrgghhh that take the meaning of slow internet to a whole new meaning</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/sXtAKXgvg9g/</link><category>Tweet</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zaki</dc:creator><pubDate>Mon, 08 Jun 2009 19:54:56 PDT</pubDate><guid isPermaLink="false">http://crynobone.com/5-days-to-process-new-domain-name-registration-perrgghhh-that-take-the-meaning-of-slow-internet-to-a-whole-new-meaning/</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/mOexHD973CSyBLk-2c-ZkYq-GOA/0/da"><img src="http://feedads.g.doubleclick.net/~a/mOexHD973CSyBLk-2c-ZkYq-GOA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/mOexHD973CSyBLk-2c-ZkYq-GOA/1/da"><img src="http://feedads.g.doubleclick.net/~a/mOexHD973CSyBLk-2c-ZkYq-GOA/1/di" border="0" ismap="true"></img></a></p><p>5 days to process new domain name registration, perrgghhh that take the meaning of slow internet to a whole new meaning</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/chronosightcms?a=sXtAKXgvg9g:EcvBQU8DAHo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=sXtAKXgvg9g:EcvBQU8DAHo:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=sXtAKXgvg9g:EcvBQU8DAHo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=sXtAKXgvg9g:EcvBQU8DAHo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=sXtAKXgvg9g:EcvBQU8DAHo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=sXtAKXgvg9g:EcvBQU8DAHo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=sXtAKXgvg9g:EcvBQU8DAHo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=sXtAKXgvg9g:EcvBQU8DAHo:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded><description>5 days to process new domain name registration, perrgghhh that take the meaning of slow internet to a whole new meaning</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://crynobone.com/5-days-to-process-new-domain-name-registration-perrgghhh-that-take-the-meaning-of-slow-internet-to-a-whole-new-meaning/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><feedburner:origLink>http://crynobone.com/5-days-to-process-new-domain-name-registration-perrgghhh-that-take-the-meaning-of-slow-internet-to-a-whole-new-meaning/</feedburner:origLink></item><item><title>“FeedMalaya is a social blog aggregator that pull out the best content from Malaysian bloggers.” – http://feedmalaya.com/</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/TIeGWS-B4ow/</link><category>Tweet</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zaki</dc:creator><pubDate>Sun, 07 Jun 2009 05:00:13 PDT</pubDate><guid isPermaLink="false">http://crynobone.com/feedmalaya-is-a-social-blog-aggregator-that-pull-out-the-best-content-from-malaysian-bloggers-httpfeedmalayacom/</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/XdenBYFLQBHgX3TmPH2FXzefyPE/0/da"><img src="http://feedads.g.doubleclick.net/~a/XdenBYFLQBHgX3TmPH2FXzefyPE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/XdenBYFLQBHgX3TmPH2FXzefyPE/1/da"><img src="http://feedads.g.doubleclick.net/~a/XdenBYFLQBHgX3TmPH2FXzefyPE/1/di" border="0" ismap="true"></img></a></p><p>&#8220;FeedMalaya is a social blog aggregator that pull out the best content from Malaysian bloggers.&#8221; &#8211; http://feedmalaya.com/</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/chronosightcms?a=TIeGWS-B4ow:uvLQU9hz3Ks:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=TIeGWS-B4ow:uvLQU9hz3Ks:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=TIeGWS-B4ow:uvLQU9hz3Ks:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=TIeGWS-B4ow:uvLQU9hz3Ks:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=TIeGWS-B4ow:uvLQU9hz3Ks:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=TIeGWS-B4ow:uvLQU9hz3Ks:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=TIeGWS-B4ow:uvLQU9hz3Ks:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=TIeGWS-B4ow:uvLQU9hz3Ks:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded><description>&amp;#8220;FeedMalaya is a social blog aggregator that pull out the best content from Malaysian bloggers.&amp;#8221; &amp;#8211; http://feedmalaya.com/</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://crynobone.com/feedmalaya-is-a-social-blog-aggregator-that-pull-out-the-best-content-from-malaysian-bloggers-httpfeedmalayacom/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><feedburner:origLink>http://crynobone.com/feedmalaya-is-a-social-blog-aggregator-that-pull-out-the-best-content-from-malaysian-bloggers-httpfeedmalayacom/</feedburner:origLink></item><item><title>links for 2009-06-05</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/GFfJliUPJRE/</link><category>Daily Links</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zaki</dc:creator><pubDate>Fri, 05 Jun 2009 11:06:25 PDT</pubDate><guid isPermaLink="false">http://crynobone.com/links-for-2009-06-05/</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/yX1XwjIqTFvn-lV0_PGodzZcEJE/0/da"><img src="http://feedads.g.doubleclick.net/~a/yX1XwjIqTFvn-lV0_PGodzZcEJE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/yX1XwjIqTFvn-lV0_PGodzZcEJE/1/da"><img src="http://feedads.g.doubleclick.net/~a/yX1XwjIqTFvn-lV0_PGodzZcEJE/1/di" border="0" ismap="true"></img></a></p><p><a href="http://www.smashingmagazine.com/2009/06/01/essential-guide-to-regular-expressions-tools-tutorials-and-resources/">Essential Guide To Regular Expressions: Tools and Tutorials</a>, <a href="http://slashweb.org/programming/25-best-programmer-webcomic-strips.html">25 Best Programmer WebComic Strips</a> and <a href="http://flowplayer.org/tools/demos/index.html">jQuery TOOLS &#8211; The UI library for the Web</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/chronosightcms?a=GFfJliUPJRE:md3xrYYVGOY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=GFfJliUPJRE:md3xrYYVGOY:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=GFfJliUPJRE:md3xrYYVGOY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=GFfJliUPJRE:md3xrYYVGOY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=GFfJliUPJRE:md3xrYYVGOY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=GFfJliUPJRE:md3xrYYVGOY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=GFfJliUPJRE:md3xrYYVGOY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=GFfJliUPJRE:md3xrYYVGOY:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded><description>Essential Guide To Regular Expressions: Tools and Tutorials, 25 Best Programmer WebComic Strips and jQuery TOOLS &amp;#8211; The UI library for the Web</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://crynobone.com/links-for-2009-06-05/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><feedburner:origLink>http://crynobone.com/links-for-2009-06-05/</feedburner:origLink></item><item><title>Script To Clean Up Aptana Temporary Files In Ubuntu</title><link>http://feedproxy.google.com/~r/chronosightcms/~3/3WMaVFYtY34/</link><category>Aptana</category><category>How-To</category><category>Ubuntu</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zaki</dc:creator><pubDate>Thu, 04 Jun 2009 23:59:25 PDT</pubDate><guid isPermaLink="false">http://crynobone.com/?p=496</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/gvStReRBNCYBAlIBJNgux7kSdYQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/gvStReRBNCYBAlIBJNgux7kSdYQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/gvStReRBNCYBAlIBJNgux7kSdYQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/gvStReRBNCYBAlIBJNgux7kSdYQ/1/di" border="0" ismap="true"></img></a></p><p>Sometime you might get irritating with the amount of temporary files appearing in all your project when code using Aptana IDE but here a bash script that can help you automatically remove those temporary file without much hassle.</p>
<pre lang="text">> cd /bin
> sudo vi cleanAptana</pre>
<p>Then paste the following script</p>
<pre lang="bash">find . -type f -name ".tmp*" -exec rm -f {} \;</pre>
<p>You might also need to change the <code>chmod</code> first before using the script</p>
<pre lang="text">> sudo chmod 0777 cleanAptana</pre>
<p>To execute the command.</p>
<pre lang="text">> cd /var/www/myproject
> cleanAptana</pre>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/chronosightcms?a=3WMaVFYtY34:ReW0kKUH5fA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=3WMaVFYtY34:ReW0kKUH5fA:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/chronosightcms?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=3WMaVFYtY34:ReW0kKUH5fA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=3WMaVFYtY34:ReW0kKUH5fA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=3WMaVFYtY34:ReW0kKUH5fA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=3WMaVFYtY34:ReW0kKUH5fA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/chronosightcms?a=3WMaVFYtY34:ReW0kKUH5fA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/chronosightcms?i=3WMaVFYtY34:ReW0kKUH5fA:F7zBnMyn0Lo" border="0"></img></a>
</div>]]></content:encoded><description>Sometime you might get irritating with the amount of temporary files appearing in all your project when code using Aptana IDE but here a bash script that can help you automatically remove those temporary file without much hassle.
&gt; cd /bin
&gt; sudo vi cleanAptana
Then paste the following script
find . -type f -name ".tmp*" -exec rm -f [...]</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://crynobone.com/script-to-clean-up-aptana-temporary-files-in-ubuntu/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">3</slash:comments><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><feedburner:origLink>http://crynobone.com/script-to-clean-up-aptana-temporary-files-in-ubuntu/</feedburner:origLink></item></channel></rss>
