<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5" -->
<rss version="0.92">
<channel>
	<title>eingko weblog</title>
	<link>http://www.eingko.net/blog</link>
	<description>a web developer's thoughts and musings</description>
	<lastBuildDate>Sun, 13 Apr 2008 05:07:59 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Mozilla Firefox and XML Limitations</title>
		<description>I wish I was informed earlier of the XML limitations in Firefox.  I was racking my brain trying to figure out why my external XML entities were not working only to discover that this essential XML feature is unsupported by Firefox.

This will NOT work:

&#60;!DOCTYPE root [
&#60;!ENTITY sample SYSTEM "sample.xml"&#62;
]&#62;
&#60;root&#62;
&#38;sample; ...</description>
		<link>http://www.eingko.net/blog/2008/04/12/mozilla-firefox-and-xml-limitations/</link>
			</item>
	<item>
		<title>PHP 5.3</title>
		<description>Good things are coming to PHP, and sooner than expected: http://www.sitepoint.com/article/whats-new-php-5-3

Here's a quick list:


Namespaces
Namespace Aliases
Native MySQL Driver
Class constants
Late static binding


I can't wait to start using this.
 </description>
		<link>http://www.eingko.net/blog/2008/02/16/php-53/</link>
			</item>
	<item>
		<title>Prado PHP 5 Framework</title>
		<description>I've been reading a lot about ASP.Net (with C#) recently. I want to learn to use ASP.Net proficiently so that I can add it to my web "toolkit" (development languages I'm familiar with).  A major downside to learning a new language is that as you consistently practice the new, ...</description>
		<link>http://www.eingko.net/blog/2008/01/07/prado-php-5-framework/</link>
			</item>
	<item>
		<title>Symfony Install and Setup for Windows XP with Apache 2.2</title>
		<description>The following is a compilation of notes taken while installing and configuring Symfony for Windows XP with Apache 2.2:
The Process

	Make sure that PHP is installed, then go to your PHP directory (i.e., C:\php) and double click go-pear.bat.
	It will ask whether you would like to install a system-wide or local copy, ...</description>
		<link>http://www.eingko.net/blog/2007/12/13/symfony-install-and-setup-for-windows-xp-with-apache-22/</link>
			</item>
	<item>
		<title>Apache 2.2, PHP 5, and MySQL 5 Install and Setup on Windows XP</title>
		<description>The following is a series of notes that I compiled while installing and configuring Apache 2.2, PHP 5, and MySQL 5 on Windows XP:
Apache Installation

	Download Apache HTTP Server (v2.2) from apache website or from mirror, make sure to get a binary file.
	Run binary file and install Apache.

MySQL Installation

	Download MySQL Server ...</description>
		<link>http://www.eingko.net/blog/2007/12/13/apache-22-php-5-and-mysql-5-install-and-setup-on-windows-xp/</link>
			</item>
	<item>
		<title>Why I Love ActionScript 3.0</title>
		<description>When ActionScript 2.0 was released - and later Flash 8 - it was exciting to see the new capabilities of the Flash player.  But, the improvements of ActionScript 3.0 over ActionScript 2.0 are incredible.  When I jumped in and started playing around with ActionScript 3.0 I discovered many ...</description>
		<link>http://www.eingko.net/blog/2007/09/26/why-i-love-actionscript-30/</link>
			</item>
	<item>
		<title>PHP SQLite</title>
		<description>I just thought that I would post this because I ran into this issue earlier today.  If you're wanting to enable SQLite in PHP you'll have to edit your php.ini file and uncomment the line (removing the initial semicolon) that looks like this:
;extension=php_sqlite.dll
And the line that looks like this:
;extension=php_pdo.dll
Basically, ...</description>
		<link>http://www.eingko.net/blog/2007/07/03/php-sqlite/</link>
			</item>
	<item>
		<title>Partigen</title>
		<description>I'm really excited about the upcoming release of Partigen, check it out here: http://www.desuade.com/. </description>
		<link>http://www.eingko.net/blog/2007/07/02/partigen/</link>
			</item>
	<item>
		<title>Setting Up the Symfony Framework on MediaTemple&#8217;s Grid Server</title>
		<description>Introduction and Disclaimer
Before I begin I should probably mention that this will take quite a bit of time, potentially up to an hour or more; so make sure you set aside enough time to do this.  Also, I'd like to point out that Media Temple has an excellent tutorial ...</description>
		<link>http://www.eingko.net/blog/2007/06/20/setting-up-the-symfony-framework-on-mediatemples-grid-server/</link>
			</item>
	<item>
		<title>Official Computer Geek</title>
		<description>I'm not entirely sure what it takes to be considered a "Computer Geek" or "Computer Nerd" (whichever/whatever), but I think I may have crossed that line.  I was reading "C for Dummies" by Dan Gookin and around page 210 he mentioned the origin of the name "C++" (check it ...</description>
		<link>http://www.eingko.net/blog/2007/06/18/official-computer-geek/</link>
			</item>
</channel>
</rss>
