<?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>Albertech.net</title>
	<atom:link href="http://albertech.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://albertech.net</link>
	<description>Guides and Reviews for WordPress, PHP, MySQL, Apache, CMS Systems, jQuery, and other Technologies</description>
	<lastBuildDate>Tue, 07 May 2013 17:40:58 +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>
		<item>
		<title>PHP &#8211; Removing alpha characters from an entire array using closure</title>
		<link>http://albertech.net/2013/05/php-removing-alpha-characters-from-an-entire-array-using-closure/</link>
		<comments>http://albertech.net/2013/05/php-removing-alpha-characters-from-an-entire-array-using-closure/#comments</comments>
		<pubDate>Tue, 07 May 2013 17:40:58 +0000</pubDate>
		<dc:creator>Albertech.net</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[closure]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=1266</guid>
		<description><![CDATA[Here&#8217;s a quick way to remove all alpha characters from an array using PHP closures (PHP 5.3+) array_walk($myarray, function(&#38;amp;$element){ $element = trim($element,&#34;ABCDEFGHIJKLMNOPQRSTUVWXYZ&#34;); }); You can also remove all numbers from an array similarly array_walk($myarray, function(&#38;amp;$element){ $element = trim($element,&#34;0123456789&#34;); }); The variable must be passed by reference in order to change the values of the original <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://albertech.net/2013/05/php-removing-alpha-characters-from-an-entire-array-using-closure/" class="more-link"><span>Read More &#8594;</span></a></span>]]></description>
		<wfw:commentRss>http://albertech.net/2013/05/php-removing-alpha-characters-from-an-entire-array-using-closure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VPS Uptime List</title>
		<link>http://albertech.net/2013/04/vps-uptime-lis/</link>
		<comments>http://albertech.net/2013/04/vps-uptime-lis/#comments</comments>
		<pubDate>Tue, 23 Apr 2013 15:03:08 +0000</pubDate>
		<dc:creator>Albertech.net</dc:creator>
				<category><![CDATA[VPS]]></category>
		<category><![CDATA[vps uptime]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=1263</guid>
		<description><![CDATA[Here&#8217;s a site that lists the uptime of VPS providers. From my experience, Knownhost is solid (although pricier) for a VPS and they currently have a 99.983% uptime listed. They are a managed VPS provider, but they also added an unmanaged option via RocketVPS. Uptime is one of the major factors when picking a VPS <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://albertech.net/2013/04/vps-uptime-lis/" class="more-link"><span>Read More &#8594;</span></a></span>]]></description>
		<wfw:commentRss>http://albertech.net/2013/04/vps-uptime-lis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Phusion Passenger 4.0 with SELINUX and Apache on RHEL 6.3</title>
		<link>http://albertech.net/2013/04/installing-phusion-passenger-4-0-with-selinux-and-apache-on-rhel-6-3/</link>
		<comments>http://albertech.net/2013/04/installing-phusion-passenger-4-0-with-selinux-and-apache-on-rhel-6-3/#comments</comments>
		<pubDate>Wed, 03 Apr 2013 17:54:19 +0000</pubDate>
		<dc:creator>Albertech.net</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[SELinux]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=1243</guid>
		<description><![CDATA[Installing Phusion Passenger 4 with SELINUX enabled is quite a challenge, especially with the lack of documentation out there with the latest version of Passenger. Installation Notes: Follow the following guide: http://www.seifeet.com/2012/09/ruby-apache-on-centos-63.html. This will get you 90% of the way there. There are a few changes that I needed to make to get it working properly <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://albertech.net/2013/04/installing-phusion-passenger-4-0-with-selinux-and-apache-on-rhel-6-3/" class="more-link"><span>Read More &#8594;</span></a></span>]]></description>
		<wfw:commentRss>http://albertech.net/2013/04/installing-phusion-passenger-4-0-with-selinux-and-apache-on-rhel-6-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails: Generate dropdown menu from JSON key value pair</title>
		<link>http://albertech.net/2013/03/ruby-on-rails-generate-dropdown-menu-from-json-key-value-pair/</link>
		<comments>http://albertech.net/2013/03/ruby-on-rails-generate-dropdown-menu-from-json-key-value-pair/#comments</comments>
		<pubDate>Tue, 19 Mar 2013 21:39:59 +0000</pubDate>
		<dc:creator>Albertech.net</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=1235</guid>
		<description><![CDATA[If you want to generate a dropdown selector menu from a JSON using Ruby on Rails, you can do it with two lines of code (three including the JSON string). In your controller, use the JSON parse method to convert the string into a hash. myjsonstring = &#039;{&#34;1&#34;:&#34;Test1&#34;,&#34;2&#34;:&#34;Test2&#34;,&#34;3&#34;:&#34;Test3&#34;}&#039; @myvar = JSON.parse(myjsonstring) In your view, &#60;%= <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://albertech.net/2013/03/ruby-on-rails-generate-dropdown-menu-from-json-key-value-pair/" class="more-link"><span>Read More &#8594;</span></a></span>]]></description>
		<wfw:commentRss>http://albertech.net/2013/03/ruby-on-rails-generate-dropdown-menu-from-json-key-value-pair/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework &#8211; Shorten the parameter URL by using custom routes</title>
		<link>http://albertech.net/2013/03/zend-framework-shorten-the-parameter-url-by-using-custom-routes/</link>
		<comments>http://albertech.net/2013/03/zend-framework-shorten-the-parameter-url-by-using-custom-routes/#comments</comments>
		<pubDate>Tue, 12 Mar 2013 19:34:39 +0000</pubDate>
		<dc:creator>Albertech.net</dc:creator>
				<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[routes]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=1231</guid>
		<description><![CDATA[If you want to consolidate a single parameter into the URL path, it is possible via Zend Rewrite. For instance, you currently have mysite.com/users/edit/userid/1234 and would like to use mysite.com/users/edit/1234. To do this, edit the bootstrap.php file and include the following code: protected function _initRoutes() { $router = Zend_Controller_Front::getInstance()-&#62;getRouter(); $route = new Zend_Controller_Router_Route(&#039;users/edit/:userid&#039;,array(&#039;controller&#039; =&#62;; &#039;users&#039;,&#039;action&#039; <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://albertech.net/2013/03/zend-framework-shorten-the-parameter-url-by-using-custom-routes/" class="more-link"><span>Read More &#8594;</span></a></span>]]></description>
		<wfw:commentRss>http://albertech.net/2013/03/zend-framework-shorten-the-parameter-url-by-using-custom-routes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Form &#8211; Adding a checkbox element with label to the side</title>
		<link>http://albertech.net/2013/02/zend-form-adding-a-checkbox-element-with-label-to-the-side/</link>
		<comments>http://albertech.net/2013/02/zend-form-adding-a-checkbox-element-with-label-to-the-side/#comments</comments>
		<pubDate>Fri, 22 Feb 2013 00:42:22 +0000</pubDate>
		<dc:creator>Albertech.net</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[checkbox]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=1226</guid>
		<description><![CDATA[Here&#8217;s the fastest way to add a checkbox element with a label to the side of it (inline) using the Zend Framework. By default, the checkbox is put on a separate line after the label,which isn&#8217;t a standard practice. This can be done using some CSS and a Zend Decorator element. CSS Code: label.inline { <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://albertech.net/2013/02/zend-form-adding-a-checkbox-element-with-label-to-the-side/" class="more-link"><span>Read More &#8594;</span></a></span>]]></description>
		<wfw:commentRss>http://albertech.net/2013/02/zend-form-adding-a-checkbox-element-with-label-to-the-side/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix: Editing tables in Access 2010 with Microsoft SQL Server 2008 R2 connection</title>
		<link>http://albertech.net/2013/02/editing-tables-in-access-2010-with-microsoft-sql-server-2008-r2-connection/</link>
		<comments>http://albertech.net/2013/02/editing-tables-in-access-2010-with-microsoft-sql-server-2008-r2-connection/#comments</comments>
		<pubDate>Tue, 19 Feb 2013 22:28:08 +0000</pubDate>
		<dc:creator>Albertech.net</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[access 2010]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=1220</guid>
		<description><![CDATA[On a recent migration from Access 2010 to SQL Server 2008 R2, a client was having the following issue when inserting a row in the middle of a table or modifying the field size within the Design View. They were connecting to the SQL Server via a ADP file. Unable to modify table.  ADO error: <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://albertech.net/2013/02/editing-tables-in-access-2010-with-microsoft-sql-server-2008-r2-connection/" class="more-link"><span>Read More &#8594;</span></a></span>]]></description>
		<wfw:commentRss>http://albertech.net/2013/02/editing-tables-in-access-2010-with-microsoft-sql-server-2008-r2-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding preview capability for PSD files in Windows Explorer</title>
		<link>http://albertech.net/2013/01/adding-preview-capability-for-photoshop-psd-files-in-windows-explorer/</link>
		<comments>http://albertech.net/2013/01/adding-preview-capability-for-photoshop-psd-files-in-windows-explorer/#comments</comments>
		<pubDate>Tue, 29 Jan 2013 09:31:26 +0000</pubDate>
		<dc:creator>Albertech.net</dc:creator>
				<category><![CDATA[Software Review]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[PSD preview]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=1212</guid>
		<description><![CDATA[Sage Thumbs is an excellent utility for adding the ability to preview Photoshop PSD files in Windows Explorer. The thumbnail preview capability speeds up the workflow significantly in Photoshop, especially with multiple files in the same folder. It requires the Ghostscript Library for Adobe Illustrator, Postscript, and PDF files. http://code.google.com/p/sagethumbs/ There is support for 162 <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://albertech.net/2013/01/adding-preview-capability-for-photoshop-psd-files-in-windows-explorer/" class="more-link"><span>Read More &#8594;</span></a></span>]]></description>
		<wfw:commentRss>http://albertech.net/2013/01/adding-preview-capability-for-photoshop-psd-files-in-windows-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft SQL Server 2008 R2 Firewall Ports</title>
		<link>http://albertech.net/2013/01/microsoft-sql-server-2008-r2-firewall-ports/</link>
		<comments>http://albertech.net/2013/01/microsoft-sql-server-2008-r2-firewall-ports/#comments</comments>
		<pubDate>Fri, 18 Jan 2013 17:23:52 +0000</pubDate>
		<dc:creator>Albertech.net</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=1206</guid>
		<description><![CDATA[Required ports for SQL Server 2008 R2. Enable these ports in the Windows Firewall. 135  Transact SQL Debugger 1433  SQL Traffic 1434  SQL Browser Traffic 2383  SQL Analytics Traffic 4022– SQL Broker Traffic Note: The SQL Server 2008 R2 installation doesn&#8217;t enable TCP/IP and Named Pipes Protocols by default, so it needs to be enabled <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://albertech.net/2013/01/microsoft-sql-server-2008-r2-firewall-ports/" class="more-link"><span>Read More &#8594;</span></a></span>]]></description>
		<wfw:commentRss>http://albertech.net/2013/01/microsoft-sql-server-2008-r2-firewall-ports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix: Crashplan backup crashes</title>
		<link>http://albertech.net/2012/12/fix-crashplan-backup-crashes/</link>
		<comments>http://albertech.net/2012/12/fix-crashplan-backup-crashes/#comments</comments>
		<pubDate>Fri, 14 Dec 2012 01:53:59 +0000</pubDate>
		<dc:creator>Albertech.net</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[crashes]]></category>
		<category><![CDATA[crashplan]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=1189</guid>
		<description><![CDATA[If you have a lot of data to backup, chances are Crashplan will start crashing once you have a certain number files. By default, Crashplan allocates 512 MB of memory for the Java process. I have almost 2TB worth of data to backup, which seems to be more than Crashplan can handle with 512 MB <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://albertech.net/2012/12/fix-crashplan-backup-crashes/" class="more-link"><span>Read More &#8594;</span></a></span>]]></description>
		<wfw:commentRss>http://albertech.net/2012/12/fix-crashplan-backup-crashes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
