<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>strictlyPHP</title>
	<link>http://www.strictlyphp.com/blog</link>
	<description>web development &#38; web analytics</description>
	<lastBuildDate>Thu, 11 Feb 2010 13:40:17 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Indexes on multiple columns in MySQL</title>
		<description><![CDATA[When optimizing queries, you don&#8217;t need to be reminded that indexes play an important role.
Something to remember though: in real-world examples a multi-column index often outperforms multiple indexes.
So it can be worth changing something like:
INDEX `index1`(`column1`),
INDEX `index2`(`column2`)
to
INDEX `index1`(`column1`, `column2`)
MySQL 5.0 introduced an internal method called &#8220;Index Merge&#8221; which merges multiple indexes when querying a table [...]]]></description>
		<link>http://www.strictlyphp.com/blog/2010/02/11/indexes-on-multiple-columns-in-mysql/</link>
			</item>
	<item>
		<title>Search keyword tagcloud</title>
		<description><![CDATA[Ever wondered what the prominent keywords were that your visitors use to reach your site?
Google Analytics will happily show you those. With the amount of visitors per keyword of course (amongst many other metrics).
But what if you wanted to know which separate words were most used throughout all search queries? Create a tagcloud:

Go to the [...]]]></description>
		<link>http://www.strictlyphp.com/blog/2010/01/15/search-keyword-tagcloud/</link>
			</item>
	<item>
		<title>Take the risk</title>
		<description><![CDATA[
Want to start your own business and work from home?
Inc.com published a list of 9 examples of people who started a successful business from their home.
One of them is a self employed insurance broker who offers live webcam chat through his website. You do not need to know anything about insurance to imagine this can [...]]]></description>
		<link>http://www.strictlyphp.com/blog/2010/01/12/take-the-risk/</link>
			</item>
	<item>
		<title>Looking back on 2009, outlook on 2010</title>
		<description><![CDATA[Like everyone has done these days and some (like me) are still doing: a random review of 2009 and a preview on 2010.
2009 (in order of magnitude)

My first ever energy-efficient lamp broke (I must have been using it about 7 or 8 years). So these things can die!
The basement scene with John Malkovich and the fitness [...]]]></description>
		<link>http://www.strictlyphp.com/blog/2010/01/08/looking-back-on-2009-outlook-on-2010/</link>
			</item>
	<item>
		<title>Redirecting in Zend Framework</title>
		<description><![CDATA[
While working with Zend Framework, you must have asked yourself &#8220;Is there an easy way to redirect to another controller/action?&#8221;
Well, there is. When redirecting inside a controller, the first method we think about will probably be $this-&#62;_redirect(). This is quick, but it only accepts a URL. This means you have to create a URL to [...]]]></description>
		<link>http://www.strictlyphp.com/blog/2009/12/30/redirecting-in-zend-framework/</link>
			</item>
	<item>
		<title>Stay informed on Zend Framework</title>
		<description><![CDATA[
When developing with Zend Framework, it is difficult to keep track of new versions, new components, changes to components, roadmaps,&#8230;
After &#8220;Beginning Zend Framework&#8220;, you&#8217;ll need to stay current too. You can of course read everything on the wiki, but if you use a RSS reader (if not, you really need to) add this feed.
It provides [...]]]></description>
		<link>http://www.strictlyphp.com/blog/2009/12/29/stay-informed-on-zend-framework/</link>
			</item>
	<item>
		<title>Beginning Zend Framework</title>
		<description><![CDATA[One of the consequences of the huge popularity of Zend Framework is that everyone who is using PHP in one way or another has at least thought about using it (because it all sounds so good and, possibly, easy).
But different people need different approaches to start developing with Zend Framework. And the publishing companies that [...]]]></description>
		<link>http://www.strictlyphp.com/blog/2009/12/29/beginning-zend-framework/</link>
			</item>
	<item>
		<title>Gettext translation with Google Translate</title>
		<description><![CDATA[Working with gettext as your translation engine your project? In need of a rough translation of your application for a mockup/preview/&#8230;?
Paul Dixon offeres a free service that automatically translates a gettext PO file with Google Translate. I personally use gettext a lot because of its speed and ease of use (with poEdit) and this will [...]]]></description>
		<link>http://www.strictlyphp.com/blog/2009/11/27/gettext-translation-with-google-translate/</link>
			</item>
	<item>
		<title>Propel version 1.4.0 released</title>
		<description><![CDATA[
Although I must admit I didn&#8217;t notice it, less than 2 months after it was decided to create a new version for Propel, it was actually released.
Last week, on the 8th of November, the new 1.4.0 version has been released for production use. Additionally they also set up a blog to prove Propel is still [...]]]></description>
		<link>http://www.strictlyphp.com/blog/2009/11/16/propel-version-1-4-0-released/</link>
			</item>
	<item>
		<title>Windows Live Messenger sign-in error</title>
		<description><![CDATA[After being forced to upgrade to the latest Windows Live Messenger version yesterday, I had to find a solution for the wlcomm.exe error reports I kept getting with this version.
I kept using the old (8.5?) version ever since a new Live Messenger version came out earlier this year because in these new versions I couldn&#8217;t [...]]]></description>
		<link>http://www.strictlyphp.com/blog/2009/11/08/windows-live-messenger-sign-in-error/</link>
			</item>
</channel>
</rss>
