<?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:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Lively Web Design - Blog</title>
	
	<link>http://www.livelywebdesign.com/blog</link>
	<description />
	<lastBuildDate>Fri, 17 May 2013 17:21:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/livelywebdesign-blog" /><feedburner:info uri="livelywebdesign-blog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Updating PHP Deprecated Other TimeZones With Valid TimeZones</title>
		<link>http://feedproxy.google.com/~r/livelywebdesign-blog/~3/h33Ycy3G0Ak/</link>
		<comments>http://www.livelywebdesign.com/blog/2013/03/updating-php-deprecated-other-timezones-with-valid/#comments</comments>
		<pubDate>Tue, 05 Mar 2013 11:52:51 +0000</pubDate>
		<dc:creator>livelyadmin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.livelywebdesign.com/blog/?p=812</guid>
		<description>It all started with some clean up of some legacy code that was storing dates and times in a particularly odd fashion. Each row in the users table of the database had a field for that user&amp;#8217;s timezone. Some of these timezones were from a deprecated list of PHP timezones. The question was how to [...]&lt;img src="http://feeds.feedburner.com/~r/livelywebdesign-blog/~4/h33Ycy3G0Ak" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.livelywebdesign.com/blog/2013/03/updating-php-deprecated-other-timezones-with-valid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.livelywebdesign.com/blog/2013/03/updating-php-deprecated-other-timezones-with-valid/</feedburner:origLink></item>
		<item>
		<title>Non-static Method Should Not Be Called Statically</title>
		<link>http://feedproxy.google.com/~r/livelywebdesign-blog/~3/FAT4jeuvfQ4/</link>
		<comments>http://www.livelywebdesign.com/blog/2013/02/non-static-method-should-not-be-called-statically/#comments</comments>
		<pubDate>Tue, 05 Feb 2013 18:08:31 +0000</pubDate>
		<dc:creator>livelyadmin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[PEAR]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://www.livelywebdesign.com/blog/?p=793</guid>
		<description>While working with classes and functions you may come across an error which is non-static method should not be called statically.  The error may be thrown at execution time or if you&amp;#8217;re working in your IDE it may be highlighted as a code sniff or syntax error.  Either way, it needs to be fixed.  This [...]&lt;img src="http://feeds.feedburner.com/~r/livelywebdesign-blog/~4/FAT4jeuvfQ4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.livelywebdesign.com/blog/2013/02/non-static-method-should-not-be-called-statically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.livelywebdesign.com/blog/2013/02/non-static-method-should-not-be-called-statically/</feedburner:origLink></item>
		<item>
		<title>MySQL Field Types And Sizes</title>
		<link>http://feedproxy.google.com/~r/livelywebdesign-blog/~3/BIQVAIy7-_g/</link>
		<comments>http://www.livelywebdesign.com/blog/2013/01/mysql-field-types-and-sizes/#comments</comments>
		<pubDate>Tue, 01 Jan 2013 13:55:18 +0000</pubDate>
		<dc:creator>livelyadmin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.livelywebdesign.com/blog/?p=704</guid>
		<description>MySQL supports a number of column types, which may be grouped into three categories: numeric types, date and time types, and string (character) types. This section first gives an overview of the types available. Please refer to the MySQL manual for more details. Type Use for Size TINYINT A very small integer The signed range [...]&lt;img src="http://feeds.feedburner.com/~r/livelywebdesign-blog/~4/BIQVAIy7-_g" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.livelywebdesign.com/blog/2013/01/mysql-field-types-and-sizes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.livelywebdesign.com/blog/2013/01/mysql-field-types-and-sizes/</feedburner:origLink></item>
		<item>
		<title>Dynamically View Viewport Screen Width And Height</title>
		<link>http://feedproxy.google.com/~r/livelywebdesign-blog/~3/d5ga8Us29rY/</link>
		<comments>http://www.livelywebdesign.com/blog/2012/12/dynamically-view-viewport-screen-width-and-height/#comments</comments>
		<pubDate>Tue, 04 Dec 2012 16:38:31 +0000</pubDate>
		<dc:creator>livelyadmin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[responsive]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.livelywebdesign.com/blog/?p=680</guid>
		<description>I&amp;#8217;m in the process of converting my website to a more device-friendly site using responsive web design.  There are already lots of tutorials out there regarding responsive web design which include fluid layout, media queries, and image resizing.  This post focuses on a handy tool that I use to dynamically view how many pixels the [...]&lt;img src="http://feeds.feedburner.com/~r/livelywebdesign-blog/~4/d5ga8Us29rY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.livelywebdesign.com/blog/2012/12/dynamically-view-viewport-screen-width-and-height/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.livelywebdesign.com/blog/2012/12/dynamically-view-viewport-screen-width-and-height/</feedburner:origLink></item>
		<item>
		<title>Using Xdebug with PhpStorm</title>
		<link>http://feedproxy.google.com/~r/livelywebdesign-blog/~3/OeHmppY94WE/</link>
		<comments>http://www.livelywebdesign.com/blog/2012/11/using-xdebug-with-phpstorm/#comments</comments>
		<pubDate>Tue, 06 Nov 2012 15:37:22 +0000</pubDate>
		<dc:creator>livelyadmin</dc:creator>
				<category><![CDATA[IDE]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[zend server]]></category>

		<guid isPermaLink="false">http://www.livelywebdesign.com/blog/?p=627</guid>
		<description>I&amp;#8217;ve been using Zend Studio 5.5.0 as my IDE for as long as I can remember.  Unfortunately, my old trusty editor does not support some of the new features introduced with PHP 5.3 including namespaces and closures.  It shows them as syntax errors.  Thus, it was time to update my IDE.  Some of the IDE&amp;#8217;s [...]&lt;img src="http://feeds.feedburner.com/~r/livelywebdesign-blog/~4/OeHmppY94WE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.livelywebdesign.com/blog/2012/11/using-xdebug-with-phpstorm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.livelywebdesign.com/blog/2012/11/using-xdebug-with-phpstorm/</feedburner:origLink></item>
		<item>
		<title>Google AdSense Ad Sizes, Types And IAB Guidelines</title>
		<link>http://feedproxy.google.com/~r/livelywebdesign-blog/~3/DkCIVFqS8Ok/</link>
		<comments>http://www.livelywebdesign.com/blog/2012/10/google-adsense-ad-sizes-types-and-iab-guidelines/#comments</comments>
		<pubDate>Tue, 02 Oct 2012 11:32:43 +0000</pubDate>
		<dc:creator>livelyadmin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[In General]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://www.livelywebdesign.com/blog/?p=665</guid>
		<description>I recently set up a Google AdSense account and started experimenting with ad placement on my website.  Taking into account many factors such as Google&amp;#8217;s policies (Online Standard Terms and Conditions), responsive web design, IAB display advertising guidelines, and a few other considerations helped me make the best decision on how to layout my website [...]&lt;img src="http://feeds.feedburner.com/~r/livelywebdesign-blog/~4/DkCIVFqS8Ok" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.livelywebdesign.com/blog/2012/10/google-adsense-ad-sizes-types-and-iab-guidelines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.livelywebdesign.com/blog/2012/10/google-adsense-ad-sizes-types-and-iab-guidelines/</feedburner:origLink></item>
		<item>
		<title>The Disconnect Between Management And Tech</title>
		<link>http://feedproxy.google.com/~r/livelywebdesign-blog/~3/amDkr-TiVNI/</link>
		<comments>http://www.livelywebdesign.com/blog/2012/09/the-disconnect-between-management-and-tech/#comments</comments>
		<pubDate>Tue, 04 Sep 2012 10:22:49 +0000</pubDate>
		<dc:creator>livelyadmin</dc:creator>
				<category><![CDATA[In General]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.livelywebdesign.com/blog/?p=643</guid>
		<description>For as long as I&amp;#8217;ve been working in software engineering, and long before that, there has and probably always will be a disconnect between management and tech.  The disconnect occurs because business managers and technology managers each speak their own language and the functions of their departments are different in many ways.  Nonetheless, each needs [...]&lt;img src="http://feeds.feedburner.com/~r/livelywebdesign-blog/~4/amDkr-TiVNI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.livelywebdesign.com/blog/2012/09/the-disconnect-between-management-and-tech/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.livelywebdesign.com/blog/2012/09/the-disconnect-between-management-and-tech/</feedburner:origLink></item>
		<item>
		<title>Recovering From The Computer Crash</title>
		<link>http://feedproxy.google.com/~r/livelywebdesign-blog/~3/wSNLdooWjGI/</link>
		<comments>http://www.livelywebdesign.com/blog/2012/08/recovering-from-the-computer-crash/#comments</comments>
		<pubDate>Tue, 07 Aug 2012 19:04:54 +0000</pubDate>
		<dc:creator>livelyadmin</dc:creator>
				<category><![CDATA[In General]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.livelywebdesign.com/blog/?p=505</guid>
		<description>A coworker and good friend of mine has a great quote.  It goes something like this&amp;#8230; &amp;#8220;There are two types of system administrators, those who make backups and those who haven&amp;#8217;t lost data yet.&amp;#8221;  I&amp;#8217;m no systems administrator but I am wise enough to make backups.  Currently, I&amp;#8217;m backing up my home pc to an [...]&lt;img src="http://feeds.feedburner.com/~r/livelywebdesign-blog/~4/wSNLdooWjGI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.livelywebdesign.com/blog/2012/08/recovering-from-the-computer-crash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.livelywebdesign.com/blog/2012/08/recovering-from-the-computer-crash/</feedburner:origLink></item>
		<item>
		<title>The Sieve of Eratosthenes In PHP</title>
		<link>http://feedproxy.google.com/~r/livelywebdesign-blog/~3/zXWBZGLGBt0/</link>
		<comments>http://www.livelywebdesign.com/blog/2012/07/the-sieve-of-eratosthenes-in-php/#comments</comments>
		<pubDate>Tue, 03 Jul 2012 12:26:14 +0000</pubDate>
		<dc:creator>livelyadmin</dc:creator>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[mathematics]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.livelywebdesign.com/blog/?p=534</guid>
		<description>I was recently teased with a fun coding exercise and that required some fundamental mathematical and problem solving skills. I did have to do a little research that led me to the Sieve of Eratosthenes, an ancient algorithm for finding all of the prime numbers up to a given limit. Here&amp;#8217;s more about the coding [...]&lt;img src="http://feeds.feedburner.com/~r/livelywebdesign-blog/~4/zXWBZGLGBt0" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.livelywebdesign.com/blog/2012/07/the-sieve-of-eratosthenes-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.livelywebdesign.com/blog/2012/07/the-sieve-of-eratosthenes-in-php/</feedburner:origLink></item>
		<item>
		<title>Working With Spreadsheets In PHP</title>
		<link>http://feedproxy.google.com/~r/livelywebdesign-blog/~3/xgmTH0KFqiw/</link>
		<comments>http://www.livelywebdesign.com/blog/2012/06/working-with-spreadsheets-in-php/#comments</comments>
		<pubDate>Tue, 05 Jun 2012 12:35:33 +0000</pubDate>
		<dc:creator>livelyadmin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[spreadsheets]]></category>

		<guid isPermaLink="false">http://www.livelywebdesign.com/blog/?p=450</guid>
		<description>Spreadsheets, also called worksheets, are a common tool used in many work and home environments. Therefore, as developers we often need to create, read, update, and delete spreadsheets in our applications. There are many spreadsheet software products on the market. This post will not cover this entire list but should give you several options for [...]&lt;img src="http://feeds.feedburner.com/~r/livelywebdesign-blog/~4/xgmTH0KFqiw" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.livelywebdesign.com/blog/2012/06/working-with-spreadsheets-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.livelywebdesign.com/blog/2012/06/working-with-spreadsheets-in-php/</feedburner:origLink></item>
		<item>
		<title>Getting Started With PHP_CodeSniffer</title>
		<link>http://feedproxy.google.com/~r/livelywebdesign-blog/~3/5BZno_oE1pk/</link>
		<comments>http://www.livelywebdesign.com/blog/2012/05/getting-started-with-php_codesniffer/#comments</comments>
		<pubDate>Tue, 01 May 2012 16:56:41 +0000</pubDate>
		<dc:creator>livelyadmin</dc:creator>
				<category><![CDATA[PEAR]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[components]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://www.livelywebdesign.com/blog/?p=481</guid>
		<description>PHP_CodeSniffer is a PHP5 script that tokenises PHP, JavaScript and CSS files to detect violations of a defined coding standard. It is an essential development tool that ensures your code remains clean and consistent. It can also help prevent some common semantic errors made by developers.  See PHP_CodeSniffer.  Let&amp;#8217;s get started with PHP_CodeSniffer. As of [...]&lt;img src="http://feeds.feedburner.com/~r/livelywebdesign-blog/~4/5BZno_oE1pk" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.livelywebdesign.com/blog/2012/05/getting-started-with-php_codesniffer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.livelywebdesign.com/blog/2012/05/getting-started-with-php_codesniffer/</feedburner:origLink></item>
		<item>
		<title>APPLICATION.INI Cheat Sheet For Your Zend Framework Application</title>
		<link>http://feedproxy.google.com/~r/livelywebdesign-blog/~3/rorxnMvNYFQ/</link>
		<comments>http://www.livelywebdesign.com/blog/2012/04/application-ini-cheat-sheet-for-your-zend-framework-application/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 13:23:03 +0000</pubDate>
		<dc:creator>livelyadmin</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.livelywebdesign.com/blog/?p=441</guid>
		<description>I recently discovered a fantastic application.ini cheat sheet developed by Florian Eibeck which is a collection of all available configuration options via Zend_Application and it&amp;#8217;s bootstrap resources. Florian has posted this cheat sheet on github. README.txt APPLICATION.INI Cheat Sheet for your Zend Framework Application Collection of all available configuration options via Zend_Application and its bootstrap [...]&lt;img src="http://feeds.feedburner.com/~r/livelywebdesign-blog/~4/rorxnMvNYFQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.livelywebdesign.com/blog/2012/04/application-ini-cheat-sheet-for-your-zend-framework-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.livelywebdesign.com/blog/2012/04/application-ini-cheat-sheet-for-your-zend-framework-application/</feedburner:origLink></item>
		<item>
		<title>Windows, Zend Server, PEAR Installation</title>
		<link>http://feedproxy.google.com/~r/livelywebdesign-blog/~3/HG__cXZAyvs/</link>
		<comments>http://www.livelywebdesign.com/blog/2012/03/windows-zend-server-pear-installation/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 11:52:26 +0000</pubDate>
		<dc:creator>livelyadmin</dc:creator>
				<category><![CDATA[PEAR]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[zend server]]></category>

		<guid isPermaLink="false">http://www.livelywebdesign.com/blog/?p=469</guid>
		<description>PEAR has been a great library for PHP.  Unfortunately, it hasn&amp;#8217;t been as actively maintained as some other PHP libraries and frameworks.  I believe Zend Framework could be the PEAR killer simply for this fact.  Nonetheless, it never fails that I occasionally need PEAR for one component or another and when I do it always [...]&lt;img src="http://feeds.feedburner.com/~r/livelywebdesign-blog/~4/HG__cXZAyvs" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.livelywebdesign.com/blog/2012/03/windows-zend-server-pear-installation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.livelywebdesign.com/blog/2012/03/windows-zend-server-pear-installation/</feedburner:origLink></item>
		<item>
		<title>My Favorite Firefox Add-Ons</title>
		<link>http://feedproxy.google.com/~r/livelywebdesign-blog/~3/eeLayh12-Xc/</link>
		<comments>http://www.livelywebdesign.com/blog/2012/02/my-favorite-firefox-add-ons/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 20:15:39 +0000</pubDate>
		<dc:creator>livelyadmin</dc:creator>
				<category><![CDATA[Internet Browsers]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.livelywebdesign.com/blog/?p=424</guid>
		<description>Firefox is currently my web browser of choice.  One of the reasons I like Firefox best is the selection of Add-Ons to extend functionality.  Here is a list of my favorite Firefox Add-Ons and why I like them. Web Developer Toolbar &amp;#8211; This Add-On by Chris Pederick adds various web developer tools to a browser. [...]&lt;img src="http://feeds.feedburner.com/~r/livelywebdesign-blog/~4/eeLayh12-Xc" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.livelywebdesign.com/blog/2012/02/my-favorite-firefox-add-ons/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.livelywebdesign.com/blog/2012/02/my-favorite-firefox-add-ons/</feedburner:origLink></item>
		<item>
		<title>Firefox Web Browser Tips</title>
		<link>http://feedproxy.google.com/~r/livelywebdesign-blog/~3/9qDrfTFGJag/</link>
		<comments>http://www.livelywebdesign.com/blog/2012/02/firefox-web-browser-tips/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 12:52:56 +0000</pubDate>
		<dc:creator>livelyadmin</dc:creator>
				<category><![CDATA[Internet Browsers]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[internet browsers]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.livelywebdesign.com/blog/?p=416</guid>
		<description>Over the course of my programming career I have worked with all web browsers including Chrome, Firefox, Internet Explorer, Opera, and Safari.  Out of all these browsers Firefox is my favorite.  It has great documentation and support, a large community, and fantastic plugins/add-ons.  If you use Firefox too then you may find the following helpful. [...]&lt;img src="http://feeds.feedburner.com/~r/livelywebdesign-blog/~4/9qDrfTFGJag" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.livelywebdesign.com/blog/2012/02/firefox-web-browser-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.livelywebdesign.com/blog/2012/02/firefox-web-browser-tips/</feedburner:origLink></item>
		<item>
		<title>Warning: Expression Result Is Never Used</title>
		<link>http://feedproxy.google.com/~r/livelywebdesign-blog/~3/6dWWx7xNU4k/</link>
		<comments>http://www.livelywebdesign.com/blog/2012/01/warning-expression-result-is-never-used/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 19:43:11 +0000</pubDate>
		<dc:creator>livelyadmin</dc:creator>
				<category><![CDATA[IDE]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[operators]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zend studio]]></category>

		<guid isPermaLink="false">http://www.livelywebdesign.com/blog/?p=402</guid>
		<description>I was recently quality control checking some code and decided to run the code analyzer in my IDE, Zend Studio, as an ancillary step in my review process.  I received a couple of warnings which stated &amp;#8220;Expression result is never used&amp;#8221;.  Despite the warning the PHP code worked just fine.  After further investigation I discovered [...]&lt;img src="http://feeds.feedburner.com/~r/livelywebdesign-blog/~4/6dWWx7xNU4k" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.livelywebdesign.com/blog/2012/01/warning-expression-result-is-never-used/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.livelywebdesign.com/blog/2012/01/warning-expression-result-is-never-used/</feedburner:origLink></item>
		<item>
		<title>Warning: Assignment In Condition</title>
		<link>http://feedproxy.google.com/~r/livelywebdesign-blog/~3/Lbd8q2o2Rjw/</link>
		<comments>http://www.livelywebdesign.com/blog/2012/01/warning-assignment-in-condition/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 19:14:01 +0000</pubDate>
		<dc:creator>livelyadmin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[operators]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zend studio]]></category>

		<guid isPermaLink="false">http://www.livelywebdesign.com/blog/?p=386</guid>
		<description>I was recently writing some simple procedural scripts without using my favorite framework, Zend Framework, and was using the code analyzer in my IDE, Zend Studio, when I got an &amp;#8220;Assignment in condition&amp;#8221; warning.  Some of the code I had copied directly from php.net.  When I looked further into the warning I discovered the problem. [...]&lt;img src="http://feeds.feedburner.com/~r/livelywebdesign-blog/~4/Lbd8q2o2Rjw" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.livelywebdesign.com/blog/2012/01/warning-assignment-in-condition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.livelywebdesign.com/blog/2012/01/warning-assignment-in-condition/</feedburner:origLink></item>
		<item>
		<title>Deleting Files And Directories With PHP</title>
		<link>http://feedproxy.google.com/~r/livelywebdesign-blog/~3/zEGHz_BL4bQ/</link>
		<comments>http://www.livelywebdesign.com/blog/2011/12/deleting-files-and-directories-with-php/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 15:22:55 +0000</pubDate>
		<dc:creator>livelyadmin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[directories]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.livelywebdesign.com/blog/?p=344</guid>
		<description>It&amp;#8217;s not uncommon to be given project specifications that require the ability to dynamically delete directories and/or files. Sometimes we need to delete only one directory or file and other times we need to delete multiple directories or files. There are also times when we need to recursively delete files and folders and this takes [...]&lt;img src="http://feeds.feedburner.com/~r/livelywebdesign-blog/~4/zEGHz_BL4bQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.livelywebdesign.com/blog/2011/12/deleting-files-and-directories-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.livelywebdesign.com/blog/2011/12/deleting-files-and-directories-with-php/</feedburner:origLink></item>
		<item>
		<title>Installing PEAR After Zend Server</title>
		<link>http://feedproxy.google.com/~r/livelywebdesign-blog/~3/nLGzUkfLJfk/</link>
		<comments>http://www.livelywebdesign.com/blog/2011/12/installing-pear-after-zend-server/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 13:16:12 +0000</pubDate>
		<dc:creator>livelyadmin</dc:creator>
				<category><![CDATA[PEAR]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wamp]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[zend server]]></category>

		<guid isPermaLink="false">http://www.livelywebdesign.com/blog/?p=354</guid>
		<description>This article is deprecated.  Please see Windows, Zend Server, PEAR Installation instead. As of this writing I&amp;#8217;m using Zend Server CE version 5.1.0 for my WAMP stack on a Windows 7 64-bit machine.  I was recently researching some open source tools that required PEAR yet for some reason I had not installed that yet.  The [...]&lt;img src="http://feeds.feedburner.com/~r/livelywebdesign-blog/~4/nLGzUkfLJfk" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.livelywebdesign.com/blog/2011/12/installing-pear-after-zend-server/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.livelywebdesign.com/blog/2011/12/installing-pear-after-zend-server/</feedburner:origLink></item>
		<item>
		<title>MySQL Command Reference</title>
		<link>http://feedproxy.google.com/~r/livelywebdesign-blog/~3/jYMDH5H5HVQ/</link>
		<comments>http://www.livelywebdesign.com/blog/2011/11/mysql-command-reference/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 12:39:48 +0000</pubDate>
		<dc:creator>livelyadmin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpmyadmin]]></category>

		<guid isPermaLink="false">http://www.livelywebdesign.com/blog/?p=314</guid>
		<description>There are a handful of MySQL commands that I either use infrequently enough or have refused to commit to memory. Thus, I always have to look them up when I need them. Rather than continue to search for what I&amp;#8217;m looking for I&amp;#8217;ve decided to keep them here as a reference.  I&amp;#8217;ll continue to update [...]&lt;img src="http://feeds.feedburner.com/~r/livelywebdesign-blog/~4/jYMDH5H5HVQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.livelywebdesign.com/blog/2011/11/mysql-command-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.livelywebdesign.com/blog/2011/11/mysql-command-reference/</feedburner:origLink></item>
	</channel>
</rss>
