<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.1" -->
<rss version="0.92">
<channel>
	<title>Spadgos</title>
	<link>http://spadgos.com</link>
	<description>It's "Spad-joss"</description>
	<lastBuildDate>Fri, 25 Jun 2010 06:41:13 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Image radio buttons</title>
		<description>I came across this Stack Overflow question today about replacing radio buttons with images, however the answers there didn't sit quite right with me. They were completely reliant on javascript, which was fine according to the OP, but I feel that javascript enhancements like this, especially when they deal with ...</description>
		<link>http://spadgos.com/?p=66</link>
			</item>
	<item>
		<title>Javascript default values</title>
		<description>Just a small post here to share a bit of benchmarking I just did. In Javascript, the boolean operators (&#124;&#124; and &&) behave a little differently to how many people expect. In PHP, the result of using &#124;&#124; or && is always a boolean:
[php]// PHP:
$x = "hello" &#124;&#124; false; // ...</description>
		<link>http://spadgos.com/?p=65</link>
			</item>
	<item>
		<title>Ubuntu, nooooo!</title>
		<description>Starting with version 10.10, coming out in October this year, Ubuntu will be using base 10 units, taking its lead from Apple's move last year which I didn't much like. At least Ubuntu will give users an option to switch back, something Apple is yet to do. (Options? On a ...</description>
		<link>http://spadgos.com/?p=64</link>
			</item>
	<item>
		<title>The great rep recalc of 2010</title>
		<description>The Stack Overflow team recently announced that they were changing the question upvotes to only give 5 points instead of 10. 

Though I've got plenty more reputation than I could possibly need (that is, I have full user-moderator rights), this has affected my score. A lot. Like -4250. Bummer. I ...</description>
		<link>http://spadgos.com/?p=63</link>
			</item>
	<item>
		<title>A suggestion for Ford</title>
		<description>Breaking with the theme of this blog, but this has been irritating me for some time now.

The "Voice Control" ad for the Ford Mondeo.



If you're going to make an ad touting a new feature such as voice control, it'd probably be a good idea to not highlight how buggy your ...</description>
		<link>http://spadgos.com/?p=62</link>
			</item>
	<item>
		<title>jQuery 1.4 released</title>
		<description>Despite the risk of joining in the echo chamber that I'm sure will start up very soon, I just wanted to write a little observation.

jQuery 1.4 has been released. Kinda.

It's a little baffling to me, considering the first release candidate was only announced one day ago, yet the dedicated jQuery ...</description>
		<link>http://spadgos.com/?p=61</link>
			</item>
	<item>
		<title>Common Mistakes Part 1: SJAX</title>
		<description>Here's another common mistake I see on Stack Overflow from time to time. The basic pattern goes like this:
[php]
// get the contents from some remote file
$('#myElement').load('lipsum.html');   
alert($('#myElement').html());    
// wtf, it's still empty?!?[/php]
This is something that I struggled with when I started playing with AJAX techniques, ...</description>
		<link>http://spadgos.com/?p=60</link>
			</item>
	<item>
		<title>Anyone have any questions?</title>
		<description>So I'm a little addicted to Stack Overflow. I'll admit it. I browse it for fun, even during lunch-breaks and after work. As far as the reputation ranking goes, for the past 12 months or so, I've been sitting at around 30th to 40th place, first hitting the front page ...</description>
		<link>http://spadgos.com/?p=58</link>
			</item>
	<item>
		<title>Common Mistakes Part 0: 83.333% of jQuery</title>
		<description>I've decided to start writing a short series of posts highlighting some common mistakes I see in questions and, more importantly, answers on Stack Overflow. I enter this knowing fully well that I am but an amateur who is also learning new things daily. Anyway, the series kicks off with ...</description>
		<link>http://spadgos.com/?p=57</link>
			</item>
	<item>
		<title>Regex for PHP function declarations</title>
		<description>Here's a little snippet of the day for you. A regex to grab the names of functions from a PHP file.
	
[code]/^\s*(?:(?:public&#124;private&#124;protected&#124;static&#124;abstract&#124;final)\s+)*
function\s+&?([a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*)/[/code]

Linebreak added for legibility.

If you were wanting to know the functions which exist in a particular class or file for an application or similar, you'd be better off using the ...</description>
		<link>http://spadgos.com/?p=56</link>
			</item>
</channel>
</rss>
