<?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>Naughty Husky » php</title>
	<atom:link href="http://www.naughtyhusky.co.za/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.naughtyhusky.co.za</link>
	<description>A Web Designer&#039;s View - Port Elizabeth, St Francis Bay, South Africa</description>
	<lastBuildDate>Tue, 27 Sep 2011 08:11:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Convert mailto links to htmlentities</title>
		<link>http://www.naughtyhusky.co.za/on-the-web/convert-mailto-links-to-htmlentities/</link>
		<comments>http://www.naughtyhusky.co.za/on-the-web/convert-mailto-links-to-htmlentities/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 12:43:15 +0000</pubDate>
		<dc:creator>BjÃ¶rn</dc:creator>
				<category><![CDATA[On the Web]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[Web Designer]]></category>
		<category><![CDATA[web developer]]></category>

		<guid isPermaLink="false">http://www.naughtyhusky-press.dev/?p=31</guid>
		<description><![CDATA[As a web developer we all know that sticking mailto: links on a site without any protection is a big no-no, because of spam harvesters. Unfortunately from time to time you get clients that insist on this. I&#8217;ve noticed that some web developers insert the mailto: link by converting the whole link to htmlentities. I [...]]]></description>
			<content:encoded><![CDATA[<p>As a web developer we all know that sticking mailto: links on a site without any protection is a big no-no, because of spam harvesters.<br />
Unfortunately from time to time you get clients that insist on this. I&#8217;ve noticed that some web developers insert the mailto: link by converting the whole link to htmlentities. I used to have a site bookmarked where you can insert the address and it will automatically give you the code to copy and paste into your site, but could for the life of me not find it the other day.<br />
So I started Googling once again for something similar and came across this neat little function which you can insert in your own site and it will convert all email addresses where the function is called.<br />
It&#8217;s available in PHP and ASP. Many thanks to the developer. You can get it here: <a title="Script for obfuscating mailto links" href="http://johnhaller.com/jh/useful_stuff/obfuscate_mailto/" target="_blank">Obfuscate Mailto</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.naughtyhusky.co.za/on-the-web/convert-mailto-links-to-htmlentities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Vista</title>
		<link>http://www.naughtyhusky.co.za/rants-and-raves/windows-vista/</link>
		<comments>http://www.naughtyhusky.co.za/rants-and-raves/windows-vista/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 13:19:07 +0000</pubDate>
		<dc:creator>BjÃ¶rn</dc:creator>
				<category><![CDATA[Rants & Raves]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[Web Designer]]></category>
		<category><![CDATA[web developer]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://www.naughtyhusky-press.dev/?p=19</guid>
		<description><![CDATA[So I spoilt myself with a brand new laptop. Being into web development, I have been warned by my fellow developers to steer clear of Windows Vista. My new laptop came with Vista, but I had the option to change it to XP. I thought, what the hell lets take the plunge. Eventually everyone will [...]]]></description>
			<content:encoded><![CDATA[<p>So I spoilt myself with a brand new laptop. Being into web development, I have been warned by my fellow developers to steer clear of Windows Vista.<br />
My new laptop came with Vista, but I had the option to change it to XP. I thought, what the hell lets take the plunge. Eventually everyone will upgrade anyway. Being a designer and developer, my greatest concern was for software compatability.<br />
First things first. Having heard that Vista is quite power hungry, I made sure I had a minimum of 2 gigabytes of RAM.</p>
<p>So far I have been quite impressed. I am glad I did go for the 2 gigs RAM. I am actually considering upgrading to 4 gigs, however I think for the average end-user, 2 gigs should be quite sufficient.</p>
<p>Yes, in a way it is quite similar to XP. Things have been moved around quite a bit. Once I found where everything has been moved to it was not too hard to setup. I am running the Business Edition. Lets just say I like to force the OS to do my bidding, which is not so easy with the Home Edition.</p>
<p>I have found switching between applications to be quite a charm. Then again, that might be just because I got quite a powerful machine. The 3D windows switcher is quite charming, even though in functionality it&#8217;s not much different from the normal ALT + TAB trick.<br />
What is quite a nice feature is the live preview when mousing over the tabs in your taskbar.</p>
<p>The only problem I have experienced so far and still have not found a solution to is that my cellphone won&#8217;t wortk on Vista. I have tried all kinds of different drivers and none work. I have even contacted the Motorola support staff as well as the developers of their software, Avanquest, but have just run into a dead end. I can count on my fingers though the amount of times I have had to use my 3G so hopefully an answer will popup before I run into the urgent need for it.</p>
<p>Over all. I am quite impressed with Vista. Developing in PHP and MySQL, I haven&#8217;t run into issues yet. That said, my server is set up on a desktop machine, so I cannot vouch for an actual Apache, PHP and MySQL setup running on Vista.<br />
All my designing software worked from the word go without a single hiccup.<br />
I have run into a few small bugs, but I am sure they will all be sorted out in the first Service Pack.</p>
<p>So don&#8217;t be put off by all the critics. Take the plunge, you&#8217;re going to have to in due course anyway.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.naughtyhusky.co.za/rants-and-raves/windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

