<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss'><id>tag:blogger.com,1999:blog-6799130894558848194</id><updated>2010-01-14T02:14:47.659-05:00</updated><title type='text'>Yet Another Developers Blog</title><subtitle type='html'>Random thoughts from a random developer</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.syncoder.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6799130894558848194/posts/default'/><link rel='alternate' type='text/html' href='http://blog.syncoder.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Frank</name><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>11</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6799130894558848194.post-9172752936764936100</id><published>2009-01-03T13:14:00.000-05:00</published><updated>2009-01-03T13:15:09.595-05:00</updated><title type='text'>Moving Blog</title><content type='html'>In an effort to consolidate domains I will be moving the content of this blog over to &lt;a href="http://frankkumro.com"&gt;FrankKumro.com&lt;/a&gt;. This move will take place over the next few days, and I will update the blog posts with their new URL so you can update your bookmarks.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6799130894558848194-9172752936764936100?l=blog.syncoder.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.syncoder.com/feeds/9172752936764936100/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6799130894558848194&amp;postID=9172752936764936100' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6799130894558848194/posts/default/9172752936764936100'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6799130894558848194/posts/default/9172752936764936100'/><link rel='alternate' type='text/html' href='http://blog.syncoder.com/2009/01/moving-blog.html' title='Moving Blog'/><author><name>Frank</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02730287507514052192'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6799130894558848194.post-3383173876525623593</id><published>2008-11-13T16:24:00.005-05:00</published><updated>2008-11-13T16:47:45.449-05:00</updated><title type='text'>Setting up Syntax Highlighter for Blogger</title><content type='html'>If you have a Blogger account and wish to use the nifty javascript &lt;a href="http://code.google.com/p/syntaxhighlighter/"&gt;Syntax Highlighter&lt;/a&gt; functions follow the instructions below.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Download Syntax Highlighter&lt;/span&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;You can download the files needed from the &lt;a href="http://code.google.com/p/syntaxhighlighter/downloads/list"&gt;google code project page download list&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Uncompress the rar file and upload to the server of your choice ( mine was syncoder.com ).&lt;/li&gt;&lt;li&gt;Write down the path to these files for later use&lt;/li&gt;&lt;/ol&gt;&lt;span style="font-weight: bold;"&gt;Edit your blogger layout ( html mode )&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Once you are editing the html find the &amp;lt; head &amp;gt; tag and insert the following on the lines below it.&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="xml:nocontrols"&gt;&amp;lt; link href='http://example.com/css/SyntaxHighlighter.css' rel='stylesheet' type='text/css'/&amp;gt;&lt;br /&gt;&amp;lt;script language='javascript' src='http://example.com/js/shCore.js'/&amp;gt;&lt;br /&gt;&amp;lt;script language='javascript' src='http://example.com/js/shBrushPhp.js'/&amp;gt;&lt;br /&gt;&amp;lt;script language='javascript' src='http://example.com/js/shBrushXml.js'/&amp;gt;&lt;br /&gt;&amp;lt;script language='javascript' src='http://example.com/js/shBrushJava.js'/&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Make sure to correctly insert the path to the files for the location that you uploaded them to.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Turn on Syntax Highlighting&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;find the &amp;lt; /body &amp;gt; tag and insert the following above it.&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="xml:nocontrols"&gt;&amp;lt;script language='javascript'&amp;gt;&lt;br /&gt;dp.SyntaxHighlighter.ClipboardSwf = &amp;#39;http://example/css/clipboard.swf&amp;#39;;&lt;br /&gt;dp.SyntaxHighlighter.HighlightAll(&amp;#39;code&amp;#39;);&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;Once again update the path to the clipboard.swf file. Save the layout and then you can start using the syntax highlighter.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Notes:&lt;/span&gt;&lt;br /&gt;You must add the links to the source files for which languages you want to highlight. This example only includes the xml,php,java highlighting links.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6799130894558848194-3383173876525623593?l=blog.syncoder.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.syncoder.com/feeds/3383173876525623593/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6799130894558848194&amp;postID=3383173876525623593' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6799130894558848194/posts/default/3383173876525623593'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6799130894558848194/posts/default/3383173876525623593'/><link rel='alternate' type='text/html' href='http://blog.syncoder.com/2008/11/setting-up-syntax-highlighter-for.html' title='Setting up Syntax Highlighter for Blogger'/><author><name>Frank</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02730287507514052192'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6799130894558848194.post-5974764393287248802</id><published>2008-11-11T13:00:00.014-05:00</published><updated>2008-11-11T13:09:09.016-05:00</updated><title type='text'>Post to test syntax highlighting</title><content type='html'>This post is only to test if syntax highlighting works, and probably will be deleted.&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="php:nocontrols"&gt;&lt;br /&gt;class Foo {&lt;br /&gt;    function __construct()&lt;br /&gt;    {&lt;br /&gt;        // empty&lt;br /&gt;    }&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6799130894558848194-5974764393287248802?l=blog.syncoder.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.syncoder.com/feeds/5974764393287248802/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6799130894558848194&amp;postID=5974764393287248802' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6799130894558848194/posts/default/5974764393287248802'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6799130894558848194/posts/default/5974764393287248802'/><link rel='alternate' type='text/html' href='http://blog.syncoder.com/2008/11/post-to-test-syntax-highlighting.html' title='Post to test syntax highlighting'/><author><name>Frank</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02730287507514052192'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6799130894558848194.post-5302883329893197037</id><published>2008-09-06T18:37:00.003-04:00</published><updated>2008-09-06T18:42:25.319-04:00</updated><title type='text'>CodeIgniter: Model loading and non object error</title><content type='html'>I was playing around with CI today and created a user folder in the model folder. Inside the user folder I have a Loginmodel.php file with the Loginmodel php class inside. I load the model with $this-&gt;load-&gt;model('loginmodel'); but then when I want to call a method on the Loginmodel object I get the following.&lt;br /&gt;&lt;br /&gt;Fatal error: Call to a member function user_login() on a non-object in /home/username/public_html/example.com/public/ci/application/controllers/user/login.php on line 20&lt;br /&gt;&lt;br /&gt;To fix this I specified the object name upon load, and I used the class name.&lt;br /&gt;&lt;br /&gt;$this-&gt;load-&gt;model('loginmodel','Loginmodel');&lt;br /&gt;&lt;br /&gt;This fixed all the issues, however it should have worked the first way. Any idea why it didnt?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6799130894558848194-5302883329893197037?l=blog.syncoder.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.syncoder.com/feeds/5302883329893197037/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6799130894558848194&amp;postID=5302883329893197037' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6799130894558848194/posts/default/5302883329893197037'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6799130894558848194/posts/default/5302883329893197037'/><link rel='alternate' type='text/html' href='http://blog.syncoder.com/2008/09/codeigniter-model-loading-and-non.html' title='CodeIgniter: Model loading and non object error'/><author><name>Frank</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02730287507514052192'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6799130894558848194.post-235974583209616436</id><published>2008-09-04T10:37:00.002-04:00</published><updated>2008-09-04T10:42:21.762-04:00</updated><title type='text'>Xcache Simple Test</title><content type='html'>On a simple install of CodeIgniter I tested the "Page Rendered" time as reported by Codeigniter with and without Xcache. My setup is Ubuntu 8.04, nginx 5.33, mysql 5, php5. Without Xcache the page rendered in ~.05 seconds and with Xcache the page rendered in ~.001 seconds. I will post more once I have a larger code base to test on. &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6799130894558848194-235974583209616436?l=blog.syncoder.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.syncoder.com/feeds/235974583209616436/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6799130894558848194&amp;postID=235974583209616436' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6799130894558848194/posts/default/235974583209616436'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6799130894558848194/posts/default/235974583209616436'/><link rel='alternate' type='text/html' href='http://blog.syncoder.com/2008/09/xcache-simple-test.html' title='Xcache Simple Test'/><author><name>Frank</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02730287507514052192'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6799130894558848194.post-9185796123139766997</id><published>2008-09-03T14:51:00.004-04:00</published><updated>2008-09-03T14:52:58.452-04:00</updated><title type='text'>CodeIgniter Textmate Bundle</title><content type='html'>If you plan on working with the CodeIgniter framework using Textmate this plugin is worth a look. So far it has proved very useful, be sure to check it out.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://benmcredmond.com/citm/"&gt;CodeIgniter Textmate Bundle&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6799130894558848194-9185796123139766997?l=blog.syncoder.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.syncoder.com/feeds/9185796123139766997/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6799130894558848194&amp;postID=9185796123139766997' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6799130894558848194/posts/default/9185796123139766997'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6799130894558848194/posts/default/9185796123139766997'/><link rel='alternate' type='text/html' href='http://blog.syncoder.com/2008/09/codeigniter-textmate-bundle.html' title='CodeIgniter Textmate Bundle'/><author><name>Frank</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02730287507514052192'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6799130894558848194.post-7503613321602783557</id><published>2008-07-14T14:18:00.003-04:00</published><updated>2008-07-14T14:24:23.094-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='IDE'/><category scheme='http://www.blogger.com/atom/ns#' term='kate'/><category scheme='http://www.blogger.com/atom/ns#' term='eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='slow'/><category scheme='http://www.blogger.com/atom/ns#' term='emulator'/><category scheme='http://www.blogger.com/atom/ns#' term='kde'/><category scheme='http://www.blogger.com/atom/ns#' term='textmate'/><title type='text'>IDE's getting in the way - Eclipse</title><content type='html'>For some time I was all for a nice IDE, something with all my tools neatly organized in one package. After years of using them and then going back to a good text editor (like  &lt;a href="http://macromates.com/"&gt;Textmate&lt;/a&gt; or &lt;a href="http://kate-editor.org/"&gt;Kate&lt;/a&gt;) and a shell I now really hate them. I have to use one at work, due to the packaged emulator, which is horrible. It's built on top of eclipse which is bloated, and provides no improvments over a text editor. So bundle that with a slow, unresponsive GUI and horrible emulator and you have a great enviroment to work in!&lt;br /&gt;&lt;br /&gt;Note: I am not including Visual Studio in this rant&lt;br /&gt;&lt;br /&gt;Anyone have good stories of IDE's ?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6799130894558848194-7503613321602783557?l=blog.syncoder.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.syncoder.com/feeds/7503613321602783557/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6799130894558848194&amp;postID=7503613321602783557' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6799130894558848194/posts/default/7503613321602783557'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6799130894558848194/posts/default/7503613321602783557'/><link rel='alternate' type='text/html' href='http://blog.syncoder.com/2008/07/ides-getting-in-way-eclipse.html' title='IDE&apos;s getting in the way - Eclipse'/><author><name>Frank</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02730287507514052192'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6799130894558848194.post-8710348272407042694</id><published>2008-05-17T08:34:00.000-04:00</published><updated>2008-07-08T08:35:46.649-04:00</updated><title type='text'>MySQLdb Installed + Django for PetrolTracker</title><content type='html'>I finally sat down and spend some good time getting the python bindings for MySQL compiled and installed. Now that they work I got down to learning Django and to do that I purchased ‘The Definitive Guide to django’. So far the book has been great, and I am getting through the database sections now. Tonight and tomorrow I will make a big dent in it and maybe finish it. Then its onto redoing the production machine with nginx + apache + mod_wsgi. First I will redo the beta sign up for PetrolTracker.com with django and then start working on the transition of the rest of the site.&lt;br /&gt;&lt;br /&gt;&lt;p&gt;I zipped up my source directory I used with the modifications i made and posted it below. If this does not work (or if it does) please post back.&lt;/p&gt; &lt;p&gt;&lt;a href="http://syncoder.com/MySQL-python-1.2.2.zip" rel="nofollow"&gt;http://syncoder.com/MySQL-python-1.2.2.zip&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6799130894558848194-8710348272407042694?l=blog.syncoder.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.syncoder.com/feeds/8710348272407042694/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6799130894558848194&amp;postID=8710348272407042694' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6799130894558848194/posts/default/8710348272407042694'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6799130894558848194/posts/default/8710348272407042694'/><link rel='alternate' type='text/html' href='http://blog.syncoder.com/2008/05/mysqldb-installed-django-for.html' title='MySQLdb Installed + Django for PetrolTracker'/><author><name>Frank</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02730287507514052192'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6799130894558848194.post-7687015082794168898</id><published>2008-05-04T08:34:00.000-04:00</published><updated>2008-07-08T08:34:47.718-04:00</updated><title type='text'>OSX + Python MySQLdb</title><content type='html'>So I don’t understand why OSX does not want to play nice and build the MySQLdb module for python. I checked out a few ’solutions’ but none of them worked for me. Not wanting to waste more time on something that should work I logged onto my Ubuntu machine and did a ‘apt-get install python-mysqldb python-mysqldb-dbg’ and all was well. Isn’t Mac suppose to be the ‘easy’ OS?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6799130894558848194-7687015082794168898?l=blog.syncoder.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.syncoder.com/feeds/7687015082794168898/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6799130894558848194&amp;postID=7687015082794168898' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6799130894558848194/posts/default/7687015082794168898'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6799130894558848194/posts/default/7687015082794168898'/><link rel='alternate' type='text/html' href='http://blog.syncoder.com/2008/05/osx-python-mysqldb.html' title='OSX + Python MySQLdb'/><author><name>Frank</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02730287507514052192'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6799130894558848194.post-3758059675781769770</id><published>2008-02-04T12:58:00.001-05:00</published><updated>2009-01-07T16:12:30.760-05:00</updated><title type='text'>Ubuntu xcache</title><content type='html'>This post has been moved to &lt;a href="http://frankkumro.com/2009/01/07/ubuntu-xcache/"&gt;http://frankkumro.com/2009/01/07/ubuntu-xcache/&lt;/a&gt;. Please update your bookmarks...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6799130894558848194-3758059675781769770?l=blog.syncoder.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.syncoder.com/feeds/3758059675781769770/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6799130894558848194&amp;postID=3758059675781769770' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6799130894558848194/posts/default/3758059675781769770'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6799130894558848194/posts/default/3758059675781769770'/><link rel='alternate' type='text/html' href='http://blog.syncoder.com/2008/02/ubuntu-xcache.html' title='Ubuntu xcache'/><author><name>Frank</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02730287507514052192'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6799130894558848194.post-6695287387519269164</id><published>2008-01-23T11:23:00.002-05:00</published><updated>2009-01-06T16:37:04.046-05:00</updated><title type='text'>Ubuntu Nginx and PHP5</title><content type='html'>Moved: Please visit &lt;a href="http://frankkumro.com/2009/01/03/ubuntu-nginx-and-php5/"&gt;FrankKumro.com&lt;/a&gt; to view this post. Make sure to update your bookmarks...&lt;br /&gt;&lt;br /&gt;URL Moved to: &lt;a href="http://frankkumro.com/2009/01/03/ubuntu-nginx-and-php5/"&gt;http://frankkumro.com/2009/01/03/ubuntu-nginx-and-php5/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6799130894558848194-6695287387519269164?l=blog.syncoder.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.syncoder.com/feeds/6695287387519269164/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6799130894558848194&amp;postID=6695287387519269164' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6799130894558848194/posts/default/6695287387519269164'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6799130894558848194/posts/default/6695287387519269164'/><link rel='alternate' type='text/html' href='http://blog.syncoder.com/2008/01/ubuntu-nginx-and-php5.html' title='Ubuntu Nginx and PHP5'/><author><name>Frank</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='02730287507514052192'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry></feed>