<?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 » web developer</title>
	<atom:link href="http://www.naughtyhusky.co.za/tag/web-developer/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>Inkrainbow/Pocketbloke Hackers</title>
		<link>http://www.naughtyhusky.co.za/on-the-web/inkrainbowpocketbloke-hackers/</link>
		<comments>http://www.naughtyhusky.co.za/on-the-web/inkrainbowpocketbloke-hackers/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 11:12:48 +0000</pubDate>
		<dc:creator>BjÃ¶rn</dc:creator>
				<category><![CDATA[On the Web]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[rootkit]]></category>
		<category><![CDATA[trojan]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[Web Designer]]></category>
		<category><![CDATA[web developer]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://www.naughtyhusky.co.za/?p=391</guid>
		<description><![CDATA[Very recently I have been getting quite a lot of sites hacked by guys who leave an include in files like js and php files. This include calls a script from their own servers located at inkrainbow.ru and pocketbloke.ru. I&#8217;m not entirely sure exactly what the script does, but it seems that they get into [...]]]></description>
			<content:encoded><![CDATA[<p>Very recently I have been getting quite a lot of sites hacked by guys who leave an include in files like js and php files. This include calls a script from their own servers located at inkrainbow.ru and pocketbloke.ru.<span id="more-391"></span></p>
<p>I&#8217;m not entirely sure exactly what the script does, but it seems that they get into the sites via FTP. Which means that my PC must have been infected by a trojan which has been sending them my details. I have so far spoken to another developer and have also seen a comment on another blog post about the same guys, <a title="inkrainbow and pocketbloke hackers" href="http://www.natestiller.com/2010/08/pocketbloke-ru-inkrainbow-ru-javascript-php-malware-attack-hacked/" target="_blank">here</a>, which suggest that the trojan targets Filezilla specifically and that way gets all the saved login details to your sites. If you follow <a title="inkrainbow and pocketbloke hackers" href="http://www.natestiller.com/2010/08/pocketbloke-ru-inkrainbow-ru-javascript-php-malware-attack-hacked/" target="_blank">that link</a> to <a title="Nate Stiller" href="http://www.natestiller.com" target="_blank">Nate Stillers blog</a> you will get some good advice on what to look for.</p>
<p>What I have been doing up until now is just to download all images and template folders, delete the entire installation, then re-upload the images and template folders to the CMS systems. Then I go about changing all the FTP login details as well as the admin login details on the systems themselves.</p>
<p>So far I have had WordPress, Joomla and just plain html sites hacked. I have also downloaded a nifty little application called <a title="UnHackMe" href="http://www.greatis.com/unhackme/" target="_blank">UnHackMe</a>, which helps with detecting rootkits and trojans which your normal anti-virus won&#8217;t pick up.</p>
<p>Hope this helps someone as I have not seen many posts so far about these guys. I you have anything to add, please comment here or on Nate&#8217;s Blog post.</p>
<div><em>*Edit 19 August 2010</em>* Nate developed a script that you can upload to your site and it will scan your entire site for this malicious code, find it <a title="inkrainbow and pocketbloke hackers" href="http://www.natestiller.com/2010/08/pocketbloke-ru-inkrainbow-ru-javascript-php-malware-attack-hacked/" target="_blank">here</a>.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.naughtyhusky.co.za/on-the-web/inkrainbowpocketbloke-hackers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<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>Joomla! 1.5 &#8211; Dreamweaver Extension</title>
		<link>http://www.naughtyhusky.co.za/on-the-web/joomla-1-5-dreamweaver-extension/</link>
		<comments>http://www.naughtyhusky.co.za/on-the-web/joomla-1-5-dreamweaver-extension/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 11:57:34 +0000</pubDate>
		<dc:creator>BjÃ¶rn</dc:creator>
				<category><![CDATA[On the Web]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[Joomla]]></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=30</guid>
		<description><![CDATA[Joomla! 1.5 has arrived. The stable version was released on 22 January 2008. If you are a web developer, you must have come across Joomla! before. The big thing is of course, customising Joomla!. It is fairly simple if you understand how the template system works. Before the new version came out I used an [...]]]></description>
			<content:encoded><![CDATA[<p>Joomla! 1.5 has arrived. The stable version was released on 22 January 2008. If you are a web developer, you must have come across <a title="Official Joomla! website" href="http://www.joomla.org/" target="_blank">Joomla!</a> before.<br />
The big thing is of course, customising Joomla!. It is fairly simple if you understand how the template system works.<br />
Before the new version came out I used an extension for dreamweaver which helps you to insert all the code snippets in your template.<br />
Now that the new version came out I was worried that it will be a problem to figure all the code snippets out again.<br />
Fret not. This guy developed a Dreamweaver extension for the latest joomla! release. Just follow this link: <a title="Joomla! 1.5 Dreamweaver template builder extension download" href="http://joomla-cms.dk/joomla-15-dreamweaver-extension/" target="_blank">Joomla! 1.5.X Templatebuilder Dreamweaver extension</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.naughtyhusky.co.za/on-the-web/joomla-1-5-dreamweaver-extension/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>
		<item>
		<title>Web Designer vs. Desktop Publisher</title>
		<link>http://www.naughtyhusky.co.za/on-the-web/web-designer-vs-desktop-publisher/</link>
		<comments>http://www.naughtyhusky.co.za/on-the-web/web-designer-vs-desktop-publisher/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 21:50:25 +0000</pubDate>
		<dc:creator>BjÃ¶rn</dc:creator>
				<category><![CDATA[On the Web]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[port elizabeth]]></category>
		<category><![CDATA[search engine optimisation]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[South Africa]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[Web Designer]]></category>
		<category><![CDATA[web developer]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://www.naughtyhusky-press.dev/?p=11</guid>
		<description><![CDATA[As I&#8217;ve mentioned before, I&#8217;m a web designer. I live in Port Elizabeth, South Africa. My company&#8217;s name is Black Alsatian. Yes this post is in a way to shamelessly punt my own business, but it is also in the hope that someone would read it before getting a web designer to build a website [...]]]></description>
			<content:encoded><![CDATA[<p>As I&#8217;ve mentioned before, I&#8217;m a web designer. I live in Port Elizabeth, South Africa. My company&#8217;s name is <a title="Web Design Port Elizabeth, South Africa" href="http://www.blackalsatian.co.za" target="_blank">Black Alsatian</a>.<br />
Yes this post is in a way to shamelessly punt my own business, but it is also in the hope that someone would read it before getting a web designer to build a website for them.You can just do a search on Google for web designer, and literally millions of results get returned. Yeah working on the web, we all try to get our piece of the pie.<br />
The unfortunate thing is that there are so many of the guys out there, proclaiming themselves as web developers, but in fact they don&#8217;t know much more than what they can accomplish in Adobe Dreamweaver<sup>TM </sup>or Microsoft Frontpage<sup>TM</sup>.</p>
<p>Yes, there is actually a bit more to it than just making the website look pretty. I have been shocked by some of the work I have seen by guys here in PE.</p>
<p>Yes fine, so you have a website, it looks damn nice, but, how about the following:</p>
<ul>
<li>how long does it take to load (keeping in mind, there ARE still people using dial-up connections)</li>
<li>how long does it take to load between pages</li>
<li>can you find your website on Google (not by typing the domain name, but by searching for your particular product or service)</li>
<li>do you have one of those animated Adobe Flash<sup>TM</sup> intro pages?</li>
</ul>
<p>If you are stuck with any of the above, you need to seriously have a chat with your web designer. It means your site is not doing what it&#8217;s supposed to do.</p>
<p>Pages taking long to load, means either the graphics aren&#8217;t optimised properly or the coding behind it is not to standard, or both!<br />
Taking long to load between pages, see the above.<br />
Can&#8217;t find your site on Google? There are actually companies that specialise in just optimising your site for the search engines. It&#8217;s called Search Engine Optimisation. These companies can charge you phenomenal fees, but if your web designer is worth his buck, you shouldn&#8217;t have to take this measure.<br />
It is never a good idea to have a Flash<sup>TM</sup> intro page. Even though Google now claims to be able to read Flash<sup>TM</sup> files, it&#8217;s still a fairly new technology. There are ways to optimise it, but it&#8217;s still no guarantee.</p>
<p>So, in short, things to look out for, websites for R100 per month or R1000 setup, R200 per month thereafter. These guys normally just take the same template and re-use it over and over. That&#8217;s how they manage to do it for so cheap, because they don&#8217;t put the time into it.</p>
<p>If you are in the market and unsure, contact me and we can have a chat. I might even convince you to not get a website at the end of the day. I do <a title="Web Design Port Elizabeth, South Africa" href="http://www.blackalsatian.co.za" target="_blank">web design</a> as well as <a title="Web Hosting Port Elizabeth, South Africa" href="http://www.blackalsatian.co.za">web hosting</a>.<br />
Happy internet marketing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.naughtyhusky.co.za/on-the-web/web-designer-vs-desktop-publisher/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

