<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Sheldon Lendrum</title>
	<link>http://sheldon.lendrum.co.nz</link>
	<description>Development n More</description>
	<lastBuildDate>Sat, 14 Jan 2012 07:22:52 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Linux Crontab helpful hints</title>
		<description><![CDATA[* * * * * command to be executed ┬ ┬ ┬ ┬ ┬ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └───── day of week (0 - 6) (Sunday=0 ) │ │ │ &#8230; <a href="http://sheldon.lendrum.co.nz/linux-crontab-helpful-hints_464/14/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://sheldon.lendrum.co.nz/linux-crontab-helpful-hints_464/14/</link>
			</item>
	<item>
		<title>Calculating memory used by PHP to generate that page</title>
		<description><![CDATA[Do you know how much memory those loops are using ? Why is this page taking so long to load ? Well with this simple PHP code you can daily benchmark different versions of your script to use the least &#8230; <a href="http://sheldon.lendrum.co.nz/calculating-memory-used-by-php-to-generate-that-page_460/05/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://sheldon.lendrum.co.nz/calculating-memory-used-by-php-to-generate-that-page_460/05/</link>
			</item>
	<item>
		<title>PHP Framework &#8211; Day 1</title>
		<description><![CDATA[Start of simple, start off clean. I am going to assume a few things in these posts, PHP 5.2 or above. ( 5.3 is better ) mySQL is our database of choice. You understand the basics of setting up a &#8230; <a href="http://sheldon.lendrum.co.nz/php-framework-day-1_455/26/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://sheldon.lendrum.co.nz/php-framework-day-1_455/26/</link>
			</item>
	<item>
		<title>Beginners Guide to PHP Happiness.</title>
		<description><![CDATA[Lately I have been seeing some nastiness being taught to a group of Junior web developers. It comprises of maxing all sorts of nasty combinations of mixing your PHP, HTML, classes, queries and stand alone functions into an unorganised pile &#8230; <a href="http://sheldon.lendrum.co.nz/beginners-guide-to-php-happiness_452/24/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://sheldon.lendrum.co.nz/beginners-guide-to-php-happiness_452/24/</link>
			</item>
	<item>
		<title>PHP Dump/Debug script.</title>
		<description><![CDATA[Ever use PHP&#8217;s var_dump() or print_r() to debug what is going wrong with that $data you have ? Well, this simple script acts as the above functions, yours first parameter is your data, and the second optional parameter is stoping &#8230; <a href="http://sheldon.lendrum.co.nz/php-dumpdebug-script_451/03/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://sheldon.lendrum.co.nz/php-dumpdebug-script_451/03/</link>
			</item>
	<item>
		<title>Webkit custom scroll bars</title>
		<description><![CDATA[Webkit browsers such as Safari and Chrome support some superb CSS3 styling. They are ( even thought I use firefox as my primary browser ) the most advanced browsers. For a while now I have created custom scroll bars using &#8230; <a href="http://sheldon.lendrum.co.nz/webkit-custom-scroll-bars_449/03/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://sheldon.lendrum.co.nz/webkit-custom-scroll-bars_449/03/</link>
			</item>
	<item>
		<title>Mootools Gallery ZoomBox Plugin</title>
		<description><![CDATA[I needed a simple lightweight Mootools Gallery Lightbox, and after a few googles, I found nothing that suited my needs with out all the extra &#8216;captions&#8217; and grouping and bloat. This is a simple zoom from start position type lightbox &#8230; <a href="http://sheldon.lendrum.co.nz/mootools-gallery-zoom_447/29/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://sheldon.lendrum.co.nz/mootools-gallery-zoom_447/29/</link>
			</item>
	<item>
		<title>BounceBox Version 1.2 with Mootools 1.3 support</title>
		<description><![CDATA[After around 19 months of inactive development I have updated my Mootools BounceBox class to support The current selector method and fix an Event issue in some browsers when opening the Box. Try out the demo at http://bouncebox.lendrum.co.nz and download &#8230; <a href="http://sheldon.lendrum.co.nz/bouncebox-version-1-2-with-mootools-1-3-support_444/26/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://sheldon.lendrum.co.nz/bouncebox-version-1-2-with-mootools-1-3-support_444/26/</link>
			</item>
	<item>
		<title>Update for Sheldon.Lendrum Search Rank checker</title>
		<description><![CDATA[I have made an update to my search rank checker for http://sheldon.lendrum.co.nz to paginate the results. With over 4500 records, the list was getting a bit long. I have paginated it by rank&#8217;s rather than equal pages. Check it out &#8230; <a href="http://sheldon.lendrum.co.nz/update-sheldonlendrum-search-rank-checker_440/11/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://sheldon.lendrum.co.nz/update-sheldonlendrum-search-rank-checker_440/11/</link>
			</item>
	<item>
		<title>Use PHP to find your mobile browser</title>
		<description><![CDATA[I needed a quick way to include different files based on the if the visitor to a site is on a mobile device or a regular browser/computer. Every browser has a user agent depending on the operating system, browser and &#8230; <a href="http://sheldon.lendrum.co.nz/php-find-mobile-browser_439/11/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://sheldon.lendrum.co.nz/php-find-mobile-browser_439/11/</link>
			</item>
	<item>
		<title>Twitter Weekly Updates for 2010-01-10</title>
		<description><![CDATA[First rotisserie on the BBQ http://yfrog.com/4iltwvj http://yfrog.com/4ikn7j # RT @SheldonNesdale: Can you help me give my free ebook away? &#34;How to Optimise Your NZ Website For Search Engines&#34;: http://bit.ly/84fQAh # RT @textmator: Amy Editor http://www.amyeditor.com/ # RT @keesfransen: RT @TylorSkory: &#8230; <a href="http://sheldon.lendrum.co.nz/twitter-weekly-updates-for-2010-01-10_438/10/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://sheldon.lendrum.co.nz/twitter-weekly-updates-for-2010-01-10_438/10/</link>
			</item>
	<item>
		<title>Twitter Weekly Updates for 2010-01-03</title>
		<description><![CDATA[I just learned that the 1st known recording of Led Zeppelin happened @ Gonzaga University in Spokane on 12/30/1968. (@biggreenape @Klymacks) # Some one didn&#39;t make it to midnight http://yfrog.com/4fxjjpj # Hey @TelecomNZ my interwebs are SLOW today ! http://www.speedtest.net/result/668331951.png &#8230; <a href="http://sheldon.lendrum.co.nz/twitter-weekly-updates-for-2010-01-03_437/03/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://sheldon.lendrum.co.nz/twitter-weekly-updates-for-2010-01-03_437/03/</link>
			</item>
	<item>
		<title>Twitter Weekly Updates for 2009-12-27</title>
		<description><![CDATA[Help Please, #CodeIgniter and #fpdf pdf generation http://codeigniter.com/forums/viewthread/45365/P15/#685785 # RT @mike9r: HP is going to learn how social media can kill you: their webcams are racist http://idek.net/p0i (via @iA) # I just successfully restored a files from 2 weeks ago &#8230; <a href="http://sheldon.lendrum.co.nz/twitter-weekly-updates-for-2009-12-27_436/27/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://sheldon.lendrum.co.nz/twitter-weekly-updates-for-2009-12-27_436/27/</link>
			</item>
	<item>
		<title>Twitter Weekly Updates for 2009-12-20</title>
		<description><![CDATA[I took it and so should you—The Survey For People Who Make Websites, 2009: http://aneventapart.com/survey2009 # Sequel Pro, can you import a 120mg mySQL database ? # Yes, yes you can ! I remember when you would crash with a &#8230; <a href="http://sheldon.lendrum.co.nz/twitter-weekly-updates-for-2009-12-20_435/20/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://sheldon.lendrum.co.nz/twitter-weekly-updates-for-2009-12-20_435/20/</link>
			</item>
	<item>
		<title>Yahoo &#8211; sheldon.lendrum and torrents</title>
		<description><![CDATA[How do I rank number 1 for &#8216;torrent.com&#8217; ? I found this out on here!! http://sheldon.lendrum.co.nz/search-rank-for-sheldonlendrumconz/ &#8211; God I have to post more !]]></description>
		<link>http://sheldon.lendrum.co.nz/yahoo-sheldonlendrum-torrents_434/15/</link>
			</item>
	<item>
		<title>Javascript URI Address Segment Selection</title>
		<description><![CDATA[I use the great CodeIgniter, PHP Framework a lot, Most site&#8217;s now days I create use it. One of the many good things is that way it handles pages request&#8217;s and PHP $_SERVER['REQUEST_URI'] to find which page we are on. &#8230; <a href="http://sheldon.lendrum.co.nz/javascript-uri-address-segment-selection_433/15/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://sheldon.lendrum.co.nz/javascript-uri-address-segment-selection_433/15/</link>
			</item>
	<item>
		<title>Now using FeedBurner RSS</title>
		<description><![CDATA[In preparation to a major overhaul of this site, I have moved my RSS feeds to Google&#8217;s FeedBurner. Please alter your RSS subscription links to ; http://feeds.feedburner.com/sheldonlendrum]]></description>
		<link>http://sheldon.lendrum.co.nz/feedburner-rss_432/09/</link>
			</item>
	<item>
		<title>Use PHP and the GD Library to make CSS Sprites</title>
		<description><![CDATA[I came across some neat free Icons a couple of day&#8217;s ago. I found 178 free icons by WooThemes. They suited my needs for some navigation icons I was after, so after a quick download, I have them all. Great. &#8230; <a href="http://sheldon.lendrum.co.nz/php-gd-library-css-sprites_416/08/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://sheldon.lendrum.co.nz/php-gd-library-css-sprites_416/08/</link>
			</item>
	<item>
		<title>Basic REGEX for cleaning and prepping data</title>
		<description><![CDATA[Over the last year or so, I have used a PHP Framework Code Igniter, Amongst many of its good features is its built in Form Validation Library. Every now and then I either write a a small site out of &#8230; <a href="http://sheldon.lendrum.co.nz/basic-regex-cleaning-prepping-data_415/08/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://sheldon.lendrum.co.nz/basic-regex-cleaning-prepping-data_415/08/</link>
			</item>
	<item>
		<title>Using Mootools Request.HTML response Javascript using $exec</title>
		<description><![CDATA[Javascript frameworks are great, no matter which one you use their all built to do more, quickly. I use Mootools for most of my JS needs, and something is I often use is the AJAX request functionality. Today I needed &#8230; <a href="http://sheldon.lendrum.co.nz/mootools-requesthtml-response-javascript_414/07/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://sheldon.lendrum.co.nz/mootools-requesthtml-response-javascript_414/07/</link>
			</item>
</channel>
</rss>

