<?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>Brady</title>
	<atom:link href="http://l3rady.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://l3rady.com</link>
	<description>A moan, a groan, my life story and how me, a technically minded person just can&#039;t seem to fit in with anybody.</description>
	<lastBuildDate>Mon, 10 Sep 2012 14:35:55 +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>Remove/edit WordPress admin footer links and version number</title>
		<link>http://l3rady.com/blog/2011/03/24/removeedit-wordpress-admin-footer-links-and-version-number/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=removeedit-wordpress-admin-footer-links-and-version-number</link>
		<comments>http://l3rady.com/blog/2011/03/24/removeedit-wordpress-admin-footer-links-and-version-number/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 11:38:46 +0000</pubDate>
		<dc:creator>Brady</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://l3rady.com/?p=530</guid>
		<description><![CDATA[function change_footer_admin () {return '&#38;nbsp;';} add_filter('admin_footer_text', 'change_footer_admin', 9999); function change_footer_version() {return ' ';} add_filter( 'update_footer', 'change_footer_version', 9999); Place the above code in your themes function file. The above code allows you to edit the admin footer version number and text links. Just alter the html in the return of each function. I recommend removing the version [...]]]></description>
				<content:encoded><![CDATA[<pre class="brush:php">function change_footer_admin () {return '&amp;nbsp;';}
add_filter('admin_footer_text', 'change_footer_admin', 9999);
function change_footer_version() {return ' ';}
add_filter( 'update_footer', 'change_footer_version', 9999);</pre>
<p>Place the above code in your themes function file. The above code allows you to edit the admin footer version number and text links. Just alter the html in the return of each function. I recommend removing the version number for security reasons. There are a lot of tutorials out there that tell you how to remove the generator tag from your WordPress header to hide the version number put they forget if a user registers they can see the version number in the admin footer page. If you build WordPress installations for your clients this footer area is good for displaying your own support links etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://l3rady.com/blog/2011/03/24/removeedit-wordpress-admin-footer-links-and-version-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to stop Skype replacing telephone numbers on your web design</title>
		<link>http://l3rady.com/blog/2011/01/21/how-to-stop-skype-replacing-telephone-numbers-on-your-web-design/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-stop-skype-replacing-telephone-numbers-on-your-web-design</link>
		<comments>http://l3rady.com/blog/2011/01/21/how-to-stop-skype-replacing-telephone-numbers-on-your-web-design/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 15:07:15 +0000</pubDate>
		<dc:creator>Brady</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://l3rady.com/?p=523</guid>
		<description><![CDATA[When a user installs Skype it auto installs some plugins to Internet Explorer and Firefox, that when it sees a telephone number on the webpage a user is viewing it will replace the number and surround it in its own formatting. Now a user can disable this function but as a web designer/developer you cannot [...]]]></description>
				<content:encoded><![CDATA[<p>When a user installs Skype it auto installs some plugins to Internet Explorer and Firefox, that when it sees a telephone number on the webpage a user is viewing it will replace the number and surround it in its own formatting. Now a user can disable this function but as a web designer/developer you cannot guarantee that all your website visitors have it disabled. For those users that don’t have it disabled a nicely designed and placed telephone number in your design is replaced with an ugly and out-of-place number. Yuk! I did some searching and all the posts I could find only said how to disabled the plugin which I didn’t want. I want to disable the plugin or disable the effects of the plugin for all browsers viewing the site I was developing.</p>
<p>I then came across this code:</p>
<pre class="brush:html">&lt;meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" /&gt;</pre>
<p>Put looks like Skype has updated and this code no longer works. For all my web design work I always work with a reset.css style sheet that is like my common settings for CSS that I use in all web development. Well I stumbled across some CSS you can use to hide the effects of the Skype plugin. Here is the nice bit of CSS code that has found its way into my reset.css style sheet:</p>
<pre class="brush:css">/**** GET LOST SKYPE! ****/
span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;}</pre>
<p>Hope it helps you out</p>
]]></content:encoded>
			<wfw:commentRss>http://l3rady.com/blog/2011/01/21/how-to-stop-skype-replacing-telephone-numbers-on-your-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mathmatically proven that women equals problems</title>
		<link>http://l3rady.com/blog/2011/01/08/mathmatically-proven-that-women-equals-problems/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mathmatically-proven-that-women-equals-problems</link>
		<comments>http://l3rady.com/blog/2011/01/08/mathmatically-proven-that-women-equals-problems/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 14:17:14 +0000</pubDate>
		<dc:creator>Brady</dc:creator>
				<category><![CDATA[Inner Geek]]></category>

		<guid isPermaLink="false">http://l3rady.com/?p=508</guid>
		<description><![CDATA[In school you always get tought that anything that can be proven by mathmatics must be true. Well here is some simple secondary school mathmatics that proves that women are equal to problems. All men know that to get a woman you need time and money: But over time we know we make money, so [...]]]></description>
				<content:encoded><![CDATA[<p>In school you always get tought that anything that can be proven by mathmatics must be true. Well here is some simple secondary school mathmatics that proves that women are equal to problems.</p>
<p>All men know that to get a woman you need time and money:<br />
<img src="http://l3rady.com/wp-content/uploads/2011/01/womaneqtimxmon.gif" alt="" title="womaneqtimxmon" width="335" height="64" class="alignnone size-full wp-image-513" /></p>
<p>But over time we know we make money, so time is equal to money:<br />
<img src="http://l3rady.com/wp-content/uploads/2011/01/timeeqmon.gif" alt="" title="timeeqmon" width="335" height="73" class="alignnone size-full wp-image-510" /></p>
<p>So from that we can safely say that a woman equals money times money or better put woman equals money squared:<br />
<img src="http://l3rady.com/wp-content/uploads/2011/01/womaneqmonsquar.gif" alt="" title="womaneqmonsquar" width="335" height="92" class="alignnone size-full wp-image-511" /></p>
<p>However money is the root of all problems?<br />
<img src="http://l3rady.com/wp-content/uploads/2011/01/moneyeqsqurootprob.gif" alt="" title="moneyeqsqurootprob" width="335" height="59" class="alignnone size-full wp-image-509" /></p>
<p>So we can replace money with root problems. In maths you should know that root and squared cancel each other out so you are left with woman equals problems:<br />
<img src="http://l3rady.com/wp-content/uploads/2011/01/womaneqprobs.gif" alt="" title="womaneqprobs" width="335" height="138" class="alignnone size-full wp-image-512" /></p>
<p>So there we have it WOMEN = PROBLEMS!!</p>
]]></content:encoded>
			<wfw:commentRss>http://l3rady.com/blog/2011/01/08/mathmatically-proven-that-women-equals-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where are your manners?</title>
		<link>http://l3rady.com/blog/2010/12/09/where-are-your-manners/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=where-are-your-manners</link>
		<comments>http://l3rady.com/blog/2010/12/09/where-are-your-manners/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 01:16:30 +0000</pubDate>
		<dc:creator>Brady</dc:creator>
				<category><![CDATA[Ranting]]></category>

		<guid isPermaLink="false">http://l3rady.com/?p=521</guid>
		<description><![CDATA[Ugh! If there is one thing I hate is someone that cannot say thank you. So just come back from a date with a girl, and for me if you ask a girl out on a date its only right that you pay for the date. That I did and all was well but I [...]]]></description>
				<content:encoded><![CDATA[<p>Ugh! If there is one thing I hate is someone that cannot say thank you. So just come back from a date with a girl, and for me if you ask a girl out on a date its only right that you pay for the date. That I did and all was well but I never heard a single thank you for anything I paid for. She didn&#8217;t have to dip her hand in her pocket for anything and to saying thank you would cost her nothing! Other than that the date went well but to me someone that has no manners or doesn&#8217;t show any gratitude is a big deal breaker for me. Any body reading this, if someone does something for you then please say thank you, it doesn&#8217;t cost you anything but it certainly goes a long way.</p>
]]></content:encoded>
			<wfw:commentRss>http://l3rady.com/blog/2010/12/09/where-are-your-manners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8211; Show images attached to post or page in order</title>
		<link>http://l3rady.com/blog/2010/10/25/wordpress-show-images-attached-to-post-or-page-in-order/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-show-images-attached-to-post-or-page-in-order</link>
		<comments>http://l3rady.com/blog/2010/10/25/wordpress-show-images-attached-to-post-or-page-in-order/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 16:32:32 +0000</pubDate>
		<dc:creator>Brady</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://l3rady.com/?p=499</guid>
		<description><![CDATA[I&#8217;m currently building a website where a custom post type needs to show a gallery of images per post. Below image is what I was after: To do this I would upload the images when creating the post so that the images would be attached to the post, or in other words the attachments where [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m currently building a website where a custom post type needs to show a gallery of images per post. Below image is what I was after:</p>
<p><a href="http://l3rady.com/wp-content/uploads/2010/10/property-gallery.jpg"><img src="http://l3rady.com/wp-content/uploads/2010/10/property-gallery.jpg" alt="" title="property-gallery" width="535" height="256" class="alignnone size-full wp-image-500" /></a></p>
<p>To do this I would upload the images when creating the post so that the images would be attached to the post, or in other words the attachments where child posts of this post I was creating. I found some code that grabs the attachments but the code didn&#8217;t retrieve the results by the order I have specified in the upload manager when uploading the image. To get the images in order I had to write a little more code to what I had found.</p>
<p>Anyway here is the finished code <a href="http://pastebin.com/wEvW0WHZ" target="_blank">http://pastebin.com/wEvW0WHZ</a>. It&#8217;s tailored to my needs but here you can see how the image attachments are being pulled and then how im sorting the results to go in the correct order. Hope it is some use to someone.</p>
]]></content:encoded>
			<wfw:commentRss>http://l3rady.com/blog/2010/10/25/wordpress-show-images-attached-to-post-or-page-in-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A friend launches Dovetail Cards</title>
		<link>http://l3rady.com/blog/2010/10/22/a-friend-launches-dovetail-cards/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-friend-launches-dovetail-cards</link>
		<comments>http://l3rady.com/blog/2010/10/22/a-friend-launches-dovetail-cards/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 12:44:47 +0000</pubDate>
		<dc:creator>Brady</dc:creator>
				<category><![CDATA[Alpha Ready Ltd]]></category>

		<guid isPermaLink="false">http://l3rady.com/?p=493</guid>
		<description><![CDATA[Just helping my friend spread the word about his new web site he and his wife has opened recently. Dovetail Cards is a new greeting card company selling individually designed and printed cards printed on the finest forest approved card. As well as designing and producing a range of notelets they are launching individual ranges [...]]]></description>
				<content:encoded><![CDATA[<p>Just helping my friend spread the word about his new web site he and his wife has opened recently. Dovetail Cards is a new greeting card company selling individually designed and printed cards printed on the finest forest approved card. As well as designing and producing a range of notelets they are launching individual ranges of cards over the coming weeks and months.</p>
<p>Keep your eye open for those new ranges of cards and follow the link <a href="http://www.dovetailcards.com" target="_blank">www.dovetailcards.com</a> to visit there website</p>
<p><a href="http://l3rady.com/wp-content/uploads/2010/10/dovetailcards.jpg"><img src="http://l3rady.com/wp-content/uploads/2010/10/dovetailcards.jpg" alt="" title="dovetailcards" width="535" height="535" class="alignnone size-full wp-image-496" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://l3rady.com/blog/2010/10/22/a-friend-launches-dovetail-cards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS/HTML &#8211; Margin goes/pushes out container block/div</title>
		<link>http://l3rady.com/blog/2010/09/30/csshtml-margin-goespushes-out-container-blockdiv/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=csshtml-margin-goespushes-out-container-blockdiv</link>
		<comments>http://l3rady.com/blog/2010/09/30/csshtml-margin-goespushes-out-container-blockdiv/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 15:22:05 +0000</pubDate>
		<dc:creator>Brady</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://l3rady.com/?p=488</guid>
		<description><![CDATA[I recently encountered this issue: Where the margin on the H1 tag was overflowing into the container above and pushing down the H1 tag&#8217;s container. I couldnt figure out why. Here is an example: http://l3rady.com/wp-content/uploads/2010/09/marginout.html To my logic the green should be flush against the top and a 10px gap between the red and green. [...]]]></description>
				<content:encoded><![CDATA[<p>I recently encountered this issue:</p>
<p><img src="http://l3rady.com/wp-content/uploads/2010/09/marginout.png" alt="Margin Pushing Out" /></p>
<p>Where the margin on the H1 tag was overflowing into the container above and pushing down the H1 tag&#8217;s container. I couldnt figure out why. Here is an example:</p>
<p><a href="http://l3rady.com/wp-content/uploads/2010/09/marginout.html">http://l3rady.com/wp-content/uploads/2010/09/marginout.html</a></p>
<p>To my logic the green should be flush against the top and a 10px gap between the red and green. After some digging around I found out the reason this is happening is due to the way <a href="http://www.w3.org/TR/CSS2/visuren.html#block-formatting">block formatting works</a>. To fix this just add overflow:hidden; to the H1 tag&#8217;s container. Fixed here:</p>
<p><a href="http://l3rady.com/wp-content/uploads/2010/09/marginfixed.html">http://l3rady.com/wp-content/uploads/2010/09/marginfixed.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://l3rady.com/blog/2010/09/30/csshtml-margin-goespushes-out-container-blockdiv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Send Email With High Importance Set</title>
		<link>http://l3rady.com/blog/2010/09/29/php-send-email-with-high-importance-set/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=php-send-email-with-high-importance-set</link>
		<comments>http://l3rady.com/blog/2010/09/29/php-send-email-with-high-importance-set/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 16:50:25 +0000</pubDate>
		<dc:creator>Brady</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://l3rady.com/?p=481</guid>
		<description><![CDATA[Just posting this for reference really. You need to add some extra headers to your PHP send mail script to send the email with high importance. This will show a red exclamation mark on the recipitents recieved mail if their mail client supports this feature. http://pastebin.com/UamEcsu7]]></description>
				<content:encoded><![CDATA[<p>Just posting this for reference really. You need to add some extra headers to your PHP send mail script to send the email with high importance. This will show a red exclamation mark on the recipitents recieved mail if their mail client supports this feature.</p>
<p><a href="http://pastebin.com/UamEcsu7" target="_blank">http://pastebin.com/UamEcsu7</a></p>
]]></content:encoded>
			<wfw:commentRss>http://l3rady.com/blog/2010/09/29/php-send-email-with-high-importance-set/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Maps API Javascript V3 &#8211; Place Km/Mile radius/circle around point</title>
		<link>http://l3rady.com/blog/2010/09/14/google-maps-api-javascript-v3-place-kmmile-radiuscircle-around-point/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-maps-api-javascript-v3-place-kmmile-radiuscircle-around-point</link>
		<comments>http://l3rady.com/blog/2010/09/14/google-maps-api-javascript-v3-place-kmmile-radiuscircle-around-point/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 10:47:44 +0000</pubDate>
		<dc:creator>Brady</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://l3rady.com/?p=477</guid>
		<description><![CDATA[So Google has released V3 of their Google Maps API and it appears that they have stripped out a number of useful functions that I&#8217;ve found myself using in V2. Apparently these functions have been stripped out to make a more lightweight and compact API for better performance for mobile devices. This is great but [...]]]></description>
				<content:encoded><![CDATA[<p>So Google has released V3 of their Google Maps API and it appears that they have stripped out a number of useful functions that I&#8217;ve found myself using in V2. Apparently these functions have been stripped out to make a more lightweight and compact API for better performance for mobile devices. This is great but now you have to write your own function that Google has taken out.</p>
<p>So would you like to draw a radius around on a point on a Google map? Well I do and I managed it in the V2 API using a Google function called distanceFrom() and some custom code but now that function has been stripped out in v3. Anyway I&#8217;ve rewritten my code to do this in the V3 API. Take a look: <a href="http://pastebin.com/DnLqzMZx" target="_blank">http://pastebin.com/DnLqzMZx</a></p>
<p>This requires the Google Maps API and also the <a href="http://www.movable-type.co.uk/scripts/latlong.html" target="_blank">latlong JS script from Movable Type</a>. To use simply call the function drawCircle() sending your Google longitude and latitude cords and the mile radius. If you want to use Km then comment out or delete the bit of code highlighted.</p>
<p>Oh and you can send some other variables too if you don’t like the default colours and settings.</p>
<p>Example usage: <a href="http://l3rady.com/wp-content/uploads/2010/09/mapexample.html" target="_blank">http://l3rady.com/wp-content/uploads/2010/09/mapexample.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://l3rady.com/blog/2010/09/14/google-maps-api-javascript-v3-place-kmmile-radiuscircle-around-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to recieve and send MSN, Hotmail, Live email on android phone</title>
		<link>http://l3rady.com/blog/2010/09/04/how-to-recieve-and-send-msn-hotmail-live-email-on-android-phone/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-recieve-and-send-msn-hotmail-live-email-on-android-phone</link>
		<comments>http://l3rady.com/blog/2010/09/04/how-to-recieve-and-send-msn-hotmail-live-email-on-android-phone/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 15:36:59 +0000</pubDate>
		<dc:creator>Brady</dc:creator>
				<category><![CDATA[How to]]></category>

		<guid isPermaLink="false">http://l3rady.com/?p=473</guid>
		<description><![CDATA[I thought I&#8217;d just share these settings, as I have found they are impossible to find. Also I will point out that this is POP3 and SMTP settings and not IMAP. Correct me if I&#8217;m wrong but you have to pay for IMAP access, and I think thats why these settings are hard to find&#8230; [...]]]></description>
				<content:encoded><![CDATA[<p>I thought I&#8217;d just share these settings, as I have found they are impossible to find. Also I will point out that this is POP3 and SMTP settings and not IMAP. Correct me if I&#8217;m wrong but you have to pay for IMAP access, and I think thats why these settings are hard to find&#8230; Why tell you how to connect for free when they want you to pay. Another great thing with these settings I have found they work on ISP&#8217;s and mobile networks that normally block port 25. So here they are:</p>
<p>Incoming Settings:<br />
Username: <a href="mailto:example@msn.com">example@msn.com</a> (use your full email address)<br />
Password: ********<br />
POP3 Server: pop3.live.com<br />
Port: 995<br />
Security Type: SSL</p>
<p>Outgoing Settings:<br />
SMTP Server: smtp.live.com<br />
Port: 587<br />
Security Type: TLS<br />
Require Sign-in: yes<br />
Username: <a href="mailto:example@msn.com">example@msn.com</a> (use your full email address)<br />
Password: ********</p>
<p>So there we go. Also these settings will work on other email clients not just android phones.</p>
]]></content:encoded>
			<wfw:commentRss>http://l3rady.com/blog/2010/09/04/how-to-recieve-and-send-msn-hotmail-live-email-on-android-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

 Served from: l3rady.com @ 2013-05-25 18:05:12 by W3 Total Cache -->