<?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>Blog Random</title>
	<atom:link href="http://www.blograndom.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blograndom.com/blog</link>
	<description>Technology, website development, reviews and how-to's</description>
	<lastBuildDate>Tue, 23 Feb 2010 19:00:22 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>phpMyDiff &#8211; Compare mysql database schema and data</title>
		<link>http://www.blograndom.com/blog/2010/02/phpmydiff-compare-mysql-database-schema-and-data/</link>
		<comments>http://www.blograndom.com/blog/2010/02/phpmydiff-compare-mysql-database-schema-and-data/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 18:34:11 +0000</pubDate>
		<dc:creator>Cohen</dc:creator>
				<category><![CDATA[Googled]]></category>
		<category><![CDATA[Web dev]]></category>

		<guid isPermaLink="false">http://www.blograndom.com/blog/?p=327</guid>
		<description><![CDATA[At work I&#8217;ve been maintaining a number of development areas and needed a way to compare database changes so that I didn&#8217;t overwrite a clients changes with my new/updated data from developing a new feature.
There seemed to be many ways of comparing the schema of two databases, but nothing to compare the changes in data [...]]]></description>
			<content:encoded><![CDATA[<p>At work I&#8217;ve been maintaining a number of development areas and needed a way to compare database changes so that I didn&#8217;t overwrite a clients changes with my new/updated data from developing a new feature.</p>
<p>There seemed to be many ways of comparing the schema of two databases, but nothing to compare the changes in data (unless I was looking in the wrong places). I decided to write something that would help me out and have released it publicly.</p>
<p>You provide the connection details of two databases (server, username, password, name),  select the tables you would like to compare and hit &#8220;Compare&#8221;. The resulting page is a list of all schema and data changes.</p>
<p>There are plans to style the application (at the moment its simple blocks and tables) and more importantly, allow you to select which differences you would like to apply before creating a .sql diff file.</p>
<p>If its something you&#8217;re interested in, trying check out the <a href="http://code.google.com/p/phpmydiff">google code page for the project</a>. Its currently in <strong>beta</strong> with better performance, stability and functionality to come!</p>
<h2><a href="http://code.google.com/p/phpmydiff" target="_blank">phpMyDiff at Google Code</a></h2>
]]></content:encoded>
			<wfw:commentRss>http://www.blograndom.com/blog/2010/02/phpmydiff-compare-mysql-database-schema-and-data/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>RB Internal Links updated to 2.0.11</title>
		<link>http://www.blograndom.com/blog/2010/02/rb-internal-links-updated-to-2-0-11/</link>
		<comments>http://www.blograndom.com/blog/2010/02/rb-internal-links-updated-to-2-0-11/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 20:14:51 +0000</pubDate>
		<dc:creator>Cohen</dc:creator>
				<category><![CDATA[Web dev]]></category>
		<category><![CDATA[rb-internal-links]]></category>

		<guid isPermaLink="false">http://www.blograndom.com/blog/?p=313</guid>
		<description><![CDATA[We&#8217;ve had a number of translation files submitted for RB Internal Links, which is always great to see! They are all available on the new release, version 2.0.11.
One change worth mentioning for 2.0.11 is that the tinymce plugin no longer calls wp_head. This should fix a number of compatibility issues with other plugins! Download it [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve had a number of translation files submitted for RB Internal Links, which is always great to see! They are all available on the new release, version 2.0.11.</p>
<p>One change worth mentioning for 2.0.11 is that the tinymce plugin no longer calls wp_head. This should fix a number of compatibility issues with other plugins! Download it now at <a href="http://wordpress.org/extend/plugins/rb-internal-links/">WP Plugins: RB Internal Links</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blograndom.com/blog/2010/02/rb-internal-links-updated-to-2-0-11/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Change volume key step size in Ubuntu</title>
		<link>http://www.blograndom.com/blog/2010/02/change-volume-key-step-size-in-ubuntu/</link>
		<comments>http://www.blograndom.com/blog/2010/02/change-volume-key-step-size-in-ubuntu/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 14:41:58 +0000</pubDate>
		<dc:creator>Cohen</dc:creator>
				<category><![CDATA[Googled]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[increment]]></category>
		<category><![CDATA[step]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[volume]]></category>

		<guid isPermaLink="false">http://www.blograndom.com/blog/?p=310</guid>
		<description><![CDATA[At work we often listen to music off of my computer, so when the phone rings I have to quickly adjust the volume. Using the volume keys on my keyboard I could have the music either really loud or too quiet.
So, to change the effect the volume keys have:

Press Alt+F2 to bring up the &#8220;Run&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>At work we often listen to music off of my computer, so when the phone rings I have to quickly adjust the volume. Using the volume keys on my keyboard I could have the music either really loud or too quiet.</p>
<p>So, to change the effect the volume keys have:</p>
<ol>
<li>Press Alt+F2 to bring up the &#8220;Run&#8221; box.</li>
<li>Type in &#8220;<strong>gconf-editor</strong>&#8221; and press enter.</li>
<li>Select &#8220;<strong>Apps</strong> &gt; <strong>gnome_settings_daemon</strong>&#8220;</li>
<li>On the right hand side you&#8217;ll have a single option named &#8220;<strong>volume_step</strong>&#8220;</li>
<li>Change the numerical value (<em>6</em> by default) to a lower one (<em>3</em> seems pretty good)</li>
</ol>
<p>Simples!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blograndom.com/blog/2010/02/change-volume-key-step-size-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invictus</title>
		<link>http://www.blograndom.com/blog/2010/02/invictus/</link>
		<comments>http://www.blograndom.com/blog/2010/02/invictus/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 12:10:14 +0000</pubDate>
		<dc:creator>Cohen</dc:creator>
				<category><![CDATA[Truly random]]></category>

		<guid isPermaLink="false">http://www.blograndom.com/blog/?p=300</guid>
		<description><![CDATA[I went to see Invictus last night, a film I wouldn&#8217;t usually class as my cup of tea, but as it was based around both SA and Rugby, I had to give it a chance! The film is definitely worth a watch, a great feel good movie, although not that historically accurate.
I looked up the [...]]]></description>
			<content:encoded><![CDATA[<p>I went to see Invictus last night, a film I wouldn&#8217;t usually class as my cup of tea, but as it was based around both SA and Rugby, I had to give it a chance! The film is definitely worth a watch, a great feel good movie, although not that historically accurate.</p>
<p>I looked up the poem Invictus when I got back, the poem Nelson Mandela gives to Francois Pienaar in the film. Although Mandela did have a copy of the poem in his cell, he actually gave Francois an except from a speech by Teddy Roosevelt. Both are great pieces, but I think I prefer the speech. Not sure why the film had to mix it all up, I guess &#8216;Invictus&#8217; is better than &#8216;The Man in the Arena&#8217; as a film title.</p>
<blockquote><p>It is not the critic who counts; not the man who points out how the strong man stumbles, or where the doer of deeds could have done them better. The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood; who strives valiantly; who errs, who comes short again and again, because there is no effort without error and shortcoming; but who does actually strive to do the deeds; who knows great enthusiasms, the great devotions; who spends himself in a worthy cause; who at the best knows in the end the triumph of high achievement, and who at the worst, if he fails, at least fails while daring greatly, so that his place shall never be with those cold and timid souls who neither know victory nor defeat.</p></blockquote>
<blockquote><p><strong>Teddy Roosevelt</strong></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.blograndom.com/blog/2010/02/invictus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 Rhythmbox requires GStreamer element autoaudiosink to play mp3&#8217;s</title>
		<link>http://www.blograndom.com/blog/2009/11/ubuntu-9-10-rhythmbox-requires-gstreamer-element-autoaudiosink-to-play-mp3s/</link>
		<comments>http://www.blograndom.com/blog/2009/11/ubuntu-9-10-rhythmbox-requires-gstreamer-element-autoaudiosink-to-play-mp3s/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 19:40:57 +0000</pubDate>
		<dc:creator>Cohen</dc:creator>
				<category><![CDATA[Googled]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.blograndom.com/blog/?p=297</guid>
		<description><![CDATA[I recently upgraded my work PC to Ubuntu 9.10 and in doing so lost the ability to play mp3s in Rhythmbox. When trying to play an mp3, rhythmbox would ask for a new plugin, but after looking, say it couldn&#8217;t find &#8220;GStreamer element autoaudiosink&#8221;.
After reinstalling gstreamer and rhythmbox a few times I turned to the [...]]]></description>
			<content:encoded><![CDATA[<p>I recently upgraded my work PC to Ubuntu 9.10 and in doing so lost the ability to play mp3s in Rhythmbox. When trying to play an mp3, rhythmbox would ask for a new plugin, but after looking, say it couldn&#8217;t find &#8220;GStreamer element autoaudiosink&#8221;.</p>
<p>After reinstalling gstreamer and rhythmbox a few times I turned to the Ubuntu Forums. The answer is in the following thread, but I missed it on first glance so thought I&#8217;d post it here: <a href="http://ubuntuforums.org/archive/index.php/t-1284472.html">[ubuntu] rhythmbox 9.10 mp3</a></p>
<p>To save you reading through all the posts, to fix the problem after upgrading to 9.10 (not from a clean install), you need to delete your gstream preferences. Open up the terminal and type the following:</p>
<blockquote><p>rm -rf ~/.gconf/system/gstreamer<br />
rm -rf ~/.gstreamer-0.10</p></blockquote>
<p>If you log off and back on again now, you should have mp3 playback in rhythmbox again. If that doesn&#8217;t work, take a look at the other suggestions in the ubuntu forum thread.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blograndom.com/blog/2009/11/ubuntu-9-10-rhythmbox-requires-gstreamer-element-autoaudiosink-to-play-mp3s/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>RB Internal Links v2.0.7</title>
		<link>http://www.blograndom.com/blog/2009/11/rb-internal-links-v2-0-7/</link>
		<comments>http://www.blograndom.com/blog/2009/11/rb-internal-links-v2-0-7/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 00:43:19 +0000</pubDate>
		<dc:creator>Cohen</dc:creator>
				<category><![CDATA[Web dev]]></category>
		<category><![CDATA[rb-internal-links]]></category>

		<guid isPermaLink="false">http://www.blograndom.com/blog/?p=294</guid>
		<description><![CDATA[Just a quick post to let everybody know that RB Internal Links has been updated. This latest update is mainly bug fixes and also resolved some conflicts with other common wordpress plugins.
The change log:
v2.0.7 (17/11/2009)


Fixed conflict with WP-Super-Cache
Fixed encoding issues with preselected text, particularly foreign characters
Moved js and css for tinymce plugin to seperate files
Temporary [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick post to let everybody know that RB Internal Links has been updated. This latest update is mainly bug fixes and also resolved some conflicts with other common wordpress plugins.</p>
<p>The change log:</p>
<p><strong>v2.0.7 (17/11/2009)<br />
</strong></p>
<ul>
<li>Fixed conflict with WP-Super-Cache</li>
<li>Fixed encoding issues with preselected text, particularly foreign characters</li>
<li>Moved js and css for tinymce plugin to seperate files</li>
<li>Temporary work around for wp_enqueue_script with tiny_mce_popup.js</li>
<li>Post, page and category names printed using _e on tinymce plugin</li>
</ul>
<p>I&#8217;ve also updated the support forum to bbPress, after wasting an hour trying to delete spam posts from phpBB. Sorry to anyone that has posted on the old forum, hopefully bbPress will do a better job (it seems a little toooo simple). If you need help or just want to say hi, check out the <a href="http://blograndom.com/links/forum/">RB Internal Link support forums</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blograndom.com/blog/2009/11/rb-internal-links-v2-0-7/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fade elements by mouse proximity using jQuery</title>
		<link>http://www.blograndom.com/blog/2009/10/fade-elements-by-mouse-proximity-using-jquery/</link>
		<comments>http://www.blograndom.com/blog/2009/10/fade-elements-by-mouse-proximity-using-jquery/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 22:07:31 +0000</pubDate>
		<dc:creator>Cohen</dc:creator>
				<category><![CDATA[Web dev]]></category>

		<guid isPermaLink="false">http://www.blograndom.com/blog/?p=283</guid>
		<description><![CDATA[I spruced up my personal &#8220;portal&#8221; last night, its got the same content as before, but I wanted to show off my JS skills a little. The site is at http://www.arronwoods.com, and contains links to my various sites and social network pages.
The idea was to scatter faded logos of the different websites around the page [...]]]></description>
			<content:encoded><![CDATA[<p>I spruced up my personal &#8220;portal&#8221; last night, its got the same content as before, but I wanted to show off my JS skills a little. The site is at <a href="http://www.arronwoods.com">http://www.arronwoods.com</a>, and contains links to my various sites and social network pages.</p>
<p>The idea was to scatter faded logos of the different websites around the page and as the user draws their mouse closer to the logo, the opacity increases and the logo gets brighter. I think it looks good, although I guess I could be confused with cheesy? I like it, I&#8217;m keeping it. :p</p>
<p>So, if you&#8217;d like to do something similar yourself I&#8217;d suggest you take the shortcut I discovered after coding up my own class, and just download this jquery plugin: <a href="http://srobbin.com/jquery-plugins/jquery-approach/">jQuery approach</a></p>
<p>But if you were interested in the logic behind it, this is the core of the code:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">$<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">mousemove</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span>e<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
elements.<span style="color: #660066;">each</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span>i<span style="color: #339933;">,</span> element<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
<span style="color: #003366; font-weight: bold;">var</span> box <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span>element<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #003366; font-weight: bold;">var</span> distance <span style="color: #339933;">=</span> parseInt<span style="color: #009900;">&#40;</span>Math.<span style="color: #660066;">sqrt</span><span style="color: #009900;">&#40;</span>Math.<span style="color: #660066;">pow</span><span style="color: #009900;">&#40;</span>e.<span style="color: #660066;">pageX</span><span style="color: #339933;">-</span>element.<span style="color: #660066;">center</span>.<span style="color: #660066;">x</span><span style="color: #339933;">,</span><span style="color: #CC0000;">2</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">+</span> Math.<span style="color: #660066;">pow</span><span style="color: #009900;">&#40;</span>e.<span style="color: #660066;">pageY</span><span style="color: #339933;">-</span>element.<span style="color: #660066;">center</span>.<span style="color: #660066;">y</span><span style="color: #339933;">,</span><span style="color: #CC0000;">2</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #003366; font-weight: bold;">var</span> distanceRatio <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span>settings.<span style="color: #660066;">distance</span> <span style="color: #339933;">-</span> distance<span style="color: #009900;">&#41;</span> <span style="color: #339933;">/</span> settings.<span style="color: #660066;">distance</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>distance <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;=</span> settings.<span style="color: #660066;">distance</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #003366; font-weight: bold;">var</span> percentage <span style="color: #339933;">=</span> distanceRatio <span style="color: #339933;">+</span> settings.<span style="color: #660066;">minimum</span><span style="color: #339933;">;</span>
box.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'opacity'</span><span style="color: #339933;">,</span> percentage<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>To save calculating the center on each mouse update, I calculate those on page load and store them on the element object using this code:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">elements.<span style="color: #660066;">each</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span>i<span style="color: #339933;">,</span> element<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
<span style="color: #003366; font-weight: bold;">var</span> box <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span>element<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #003366; font-weight: bold;">var</span> offset <span style="color: #339933;">=</span> box.<span style="color: #660066;">offset</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #003366; font-weight: bold;">var</span> center <span style="color: #339933;">=</span> <span style="color: #009900;">&#123;</span> x<span style="color: #339933;">:</span> <span style="color: #009900;">&#40;</span>offset.<span style="color: #660066;">left</span> <span style="color: #339933;">+</span> <span style="color: #009900;">&#40;</span>box.<span style="color: #660066;">width</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">/</span><span style="color: #CC0000;">2</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> y<span style="color: #339933;">:</span> <span style="color: #009900;">&#40;</span>offset.<span style="color: #660066;">top</span> <span style="color: #339933;">+</span> <span style="color: #009900;">&#40;</span>box.<span style="color: #660066;">height</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">/</span><span style="color: #CC0000;">2</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>
element.<span style="color: #660066;">center</span> <span style="color: #339933;">=</span> center<span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.blograndom.com/blog/2009/10/fade-elements-by-mouse-proximity-using-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>All things go!</title>
		<link>http://www.blograndom.com/blog/2009/09/all-things-go/</link>
		<comments>http://www.blograndom.com/blog/2009/09/all-things-go/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 09:24:07 +0000</pubDate>
		<dc:creator>Cohen</dc:creator>
				<category><![CDATA[Truly random]]></category>
		<category><![CDATA[Web dev]]></category>

		<guid isPermaLink="false">http://www.blograndom.com/blog/?p=272</guid>
		<description><![CDATA[Things have been extremely busy over the last few weeks, not had a chance to stay on top of the blog or the plugin. Thought I&#8217;d update everyone with some progress.
RB Internal Links
Not had a chance to update the plugin with any cool features yet. As far as I know, the only thing people are [...]]]></description>
			<content:encoded><![CDATA[<p>Things have been extremely busy over the last few weeks, not had a chance to stay on top of the blog or the plugin. Thought I&#8217;d update everyone with some progress.</p>
<h2>RB Internal Links</h2>
<p>Not had a chance to update the plugin with any cool features yet. As far as I know, the only thing people are waiting on is better language/encoding support. I will get round to this soon!</p>
<h2>Work</h2>
<p>Works been busy but fun, we&#8217;ve just launched a new product. It&#8217;s a <a href="http://www.copiacms.co.uk">financial content management system</a> (yes, shameless plug) that accepts fund data in a variety of formats and produces graphs and statistics etc. Its also bundled with the usual suite of CMS features, all tailored to the financial sector.</p>
<p>We&#8217;re also thinking of moving offices soon, got our eye on a very nice place not too far away. After this summer the lure of air conditioning in every office was just too tempting. It&#8217;s also got its own datacenter which will house our development server nicely!</p>
<h2>Play</h2>
<p>Just got back from a tranquil week away in the south of France. Got to take the new car with me, was a lot of fun! I took a picture on my phone one morning when we went to get breakfast, came out a little blurry.</p>
<div><div id="attachment_275" class="wp-caption none" style="width: 310px"><img class="size-medium wp-image-275" title="Volvo C30 in France" src="http://www.blograndom.com/blog/wp-content/uploads/2009/09/IMG00027-20090903-0719-300x225.jpg" alt="My C30 in Monfort" width="300" height="225" /><p class="wp-caption-text">My C30 in Monfort</p></div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.blograndom.com/blog/2009/09/all-things-go/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jQuery plugin to disable text selection on elements</title>
		<link>http://www.blograndom.com/blog/2009/07/jquery-plugin-to-disable-text-selection-on-elements/</link>
		<comments>http://www.blograndom.com/blog/2009/07/jquery-plugin-to-disable-text-selection-on-elements/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 17:33:54 +0000</pubDate>
		<dc:creator>Cohen</dc:creator>
				<category><![CDATA[Googled]]></category>
		<category><![CDATA[Web dev]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[select]]></category>

		<guid isPermaLink="false">http://www.blograndom.com/blog/?p=268</guid>
		<description><![CDATA[It took my a while to find a bit of script that worked cross browser, but the jquery plugin at http://code.jdempster.com/jQuery.DisableTextSelect/ does the job!
When working on the UI of a web application text would often get selected by the browser incorrectly, for example while dragging an element, or clicking on an element with an onclick [...]]]></description>
			<content:encoded><![CDATA[<p>It took my a while to find a bit of script that worked cross browser, but the jquery plugin at <a href="http://code.jdempster.com/jQuery.DisableTextSelect/">http://code.jdempster.com/jQuery.DisableTextSelect/</a> does the job!</p>
<p>When working on the UI of a web application text would often get selected by the browser incorrectly, for example while dragging an element, or clicking on an element with an onclick event.</p>
<p>If you are using jquery already; download it, include it, then use:</p>
<p>$(&#8216;.elementsToDisableSelectFor&#8217;).disableTextSelect();</p>
<p>If you need this functionality without including the whole of jquery, take a look at the source code for the plugin. It&#8217;s only about 20 lines long. It uses a different method for Firefox and Internet Explorer, with a fallback for everything else but it should be easy to convert in to native JS or another javascript framework.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blograndom.com/blog/2009/07/jquery-plugin-to-disable-text-selection-on-elements/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Long time no post!</title>
		<link>http://www.blograndom.com/blog/2009/07/long-time-no-post/</link>
		<comments>http://www.blograndom.com/blog/2009/07/long-time-no-post/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 21:37:07 +0000</pubDate>
		<dc:creator>Cohen</dc:creator>
				<category><![CDATA[Truly random]]></category>

		<guid isPermaLink="false">http://www.blograndom.com/blog/?p=263</guid>
		<description><![CDATA[It&#8217;s been a long time, a few months in fact! Not had a lot of &#8216;interesting&#8217; news and been busy with work and other endeavors! I&#8217;m trying to decide whether my interest in learning to ride a motorbike outweighs my fear of death&#8230; veering towards motorbike.
Anyway, just thought I&#8217;d mention a blog that I set [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a long time, a few months in fact! Not had a lot of &#8216;interesting&#8217; news and been busy with work and other endeavors! I&#8217;m trying to decide whether my interest in learning to ride a motorbike outweighs my fear of death&#8230; veering towards motorbike.</p>
<p>Anyway, just thought I&#8217;d mention a blog that I set up for a friend of mine, using wordpress of course! It took literally 15 minutes to setup &#8211; it looks good and I got all the features I needed from plugins &#8211; was really impressed. Its at <a href="http://www.rachelinkenya.com">http://www.rachelinkenya.com</a>, as you may have guessed, Rachel is in Kenya.. volunteering at a local Hospital and staying at an orphanage. Sounds exciting!</p>
<p>Found something cool yesterday too, its a wordpress app for the blackberry. Its still in beta but seems to work pretty well. Glad to see people are making an effort to support blackberrys, I was starting to fear an iPhone monopoly! <img src='http://www.blograndom.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> You can install it by pointing your blackberry to <a href="http://blackberry.wordpress.org/install">http://blackberry.wordpress.org/install</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blograndom.com/blog/2009/07/long-time-no-post/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
