<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Best Solutions</title>
	<atom:link href="http://www.bestsols.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bestsols.com</link>
	<description>....offering professional services</description>
	<lastBuildDate>Mon, 16 Apr 2012 17:31:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Today&#8217;s Links</title>
		<link>http://www.bestsols.com/todays-links-4/</link>
		<comments>http://www.bestsols.com/todays-links-4/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 17:31:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.bestsols.com/todays-links-4/</guid>
		<description><![CDATA[PHP Array Functions: array_change_key_case In this programming tutorial you will learn how to use the PHP array function array_change_key_case to manipulate data stored in your arrays. Digest powered by RSS Digest]]></description>
			<content:encoded><![CDATA[<ul class="scrd_digest">
<li><a href="http://www.devshed.com/c/a/PHP/PHP-Array-Functions-arraychangekeycase-90480/" rel="external">PHP Array Functions: array_change_key_case</a>
<div>In this programming tutorial you will learn how to use the PHP array function array_change_key_case to manipulate data stored in your arrays.</div>
</li>
</ul>
<p class="scrd_credit">Digest powered by <a href="http://www.rssdigestpro.com">RSS Digest</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bestsols.com/todays-links-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Today&#8217;s Links</title>
		<link>http://www.bestsols.com/todays-links-3/</link>
		<comments>http://www.bestsols.com/todays-links-3/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 17:32:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.bestsols.com/todays-links-3/</guid>
		<description><![CDATA[PHP array_combine Function In this programming tutorial you will learn how to work with the PHP array_combine function, which allows you to combine arrays into a single array. Digest powered by RSS Digest]]></description>
			<content:encoded><![CDATA[<ul class="scrd_digest">
<li><a href="http://www.devshed.com/c/a/PHP/PHP-arraycombine-Function-21775/" rel="external">PHP array_combine Function</a>
<div>In this programming tutorial you will learn how to work with the PHP array_combine function, which allows you to combine arrays into a single array.</div>
</li>
</ul>
<p class="scrd_credit">Digest powered by <a href="http://www.rssdigestpro.com">RSS Digest</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bestsols.com/todays-links-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding PHP</title>
		<link>http://www.bestsols.com/todays-links-2/</link>
		<comments>http://www.bestsols.com/todays-links-2/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 14:14:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.bestsols.com/todays-links-2/</guid>
		<description><![CDATA[PHP array_chunk Function In this programming tutorial, you will learn how to work with the PHP array_chunk function. PHP Closures as View Helpers: Lazy-Loading File Data In this second part of a two-part tutorial, you&#8217;ll learn how to use closures in the development of an extendable template system. This system can be customized at will [...]]]></description>
			<content:encoded><![CDATA[<ul class="scrd_digest">
<li><a href="http://www.devshed.com/c/a/PHP/PHP-arraychunk-Function-94585/" rel="external">PHP array_chunk Function</a>
<div>In this programming tutorial, you will learn how to work with the PHP array_chunk function.</div>
</li>
<li><a href="http://www.devshed.com/c/a/PHP/PHP-Closures-as-View-Helpers-LazyLoading-File-Data/" rel="external">PHP Closures as View Helpers: Lazy-Loading File Data</a>
<div>In this second part of a two-part tutorial, you&#8217;ll learn how to use closures in the development of an extendable template system. This system can be customized at will without struggling too much, thanks to the number of interfaces that it implements.</div>
</li>
<li><a href="http://www.devshed.com/c/a/PHP/Using-PHP-Closures-as-View-Helpers/" rel="external">Using PHP Closures as View Helpers</a>
<div>In this first part of a two-part tutorial, I develop a basic template system that can parse any type of closure assigned as a property of its view object(s).</div>
</li>
<li><a href="http://www.devshed.com/c/a/PHP/PHP-File-and-Operating-System-Program-Execution-Functions/" rel="external">PHP File and Operating System Program Execution Functions</a>
<div>In this conclusion to an eight-part article series on working with a computer&#8217;s file and operating system with PHP, you&#8217;ll learn about the functions used in combination with a PHP script to execute system-level programs. This article is excerpted from chapter 10 of the book Beginning PHP and PostgreSQL 8: From Novice to Professional, written by W. Jason Gilmore and Robert H. Treat (Apress; ISBN: 1590595475).</div>
</li>
<li><a href="http://www.devshed.com/c/a/PHP/PHP-Effects-of-Wrapping-Code-in-Class-Constructs/" rel="external">PHP: Effects of Wrapping Code in Class Constructs</a>
<div>In this first part of a two-part tutorial, I use a somewhat contrived example to show why you should avoid coding static helper classes in PHP.</div>
</li>
<li><a href="http://www.devshed.com/c/a/PHP/PHP-Building-Concrete-Validators/" rel="external">PHP: Building Concrete Validators</a>
<div>In this two-part tutorial, I show why the use of static helper classes can be detrimental to building robust and scalable object-oriented applications in PHP (though you should take into account that the concept is language agnostic). I also implement a set of instantiable, fine-grained validators, which can be easily tested in isolation, injected into the internals of other objects, and so forth.</div>
</li>
<li><a href="http://www.devshed.com/c/a/PHP/Sanitizing-Input-with-PHP/" rel="external">Sanitizing Input with PHP</a>
<div>In this seventh part of an eight-part article series on using PHP commands with your file and operating systems, you&#8217;ll learn how and why to sanitize user input. This article is excerpted from chapter 10 of the book Beginning PHP and PostgreSQL 8: From Novice to Professional, written by W. Jason Gilmore and Robert H. Treat (Apress; ISBN: 1590595475).</div>
</li>
<li><a href="http://www.devshed.com/c/a/PHP/Executing-Shell-Commands-with-PHP/" rel="external">Executing Shell Commands with PHP</a>
<div>In this sixth part of an eight-part series on working with the file and operating systems of a computer with PHP, you&#8217;ll learn how to use PHP to write to a file and how to execute shell commands. This article is excerpted from chapter 10 of the book Beginning PHP and PostgreSQL 8: From Novice to Professional, written by W. Jason Gilmore and Robert H. Treat (Apress; ISBN: 1590595475).</div>
</li>
<li><a href="http://www.devshed.com/c/a/PHP/Handling-File-Data-with-PHP/" rel="external">Handling File Data with PHP</a>
<div>In this fifth part of an eight-part series on working with file and operating systems with PHP,  you&#8217;ll learn how to read data from a file and move the file pointer. This article is excerpted from chapter 10 of the book Beginning PHP and PostgreSQL 8: From Novice to Professional, written by W. Jason Gilmore and Robert H. Treat (Apress; ISBN: 1590595475).</div>
</li>
</ul>
<p class="scrd_credit">Digest powered by <a href="http://www.rssdigestpro.com">RSS Digest</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bestsols.com/todays-links-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

