<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Koala grey</title>
	
	<link>http://www.koalagrey.se</link>
	<description>News and articles about geeky stuff.</description>
	<pubDate>Mon, 05 Jan 2009 17:56:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/KoalaGrey" /><feedburner:info uri="koalagrey" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Prevent SQL-injections within PHP</title>
		<link>http://feedproxy.google.com/~r/KoalaGrey/~3/-s9G9VQUTMA/</link>
		<comments>http://www.koalagrey.se/2009/01/prevent-sql-injections-within-php/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 17:56:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[SQL Injections]]></category>

		<guid isPermaLink="false">http://www.koalagrey.se/?p=125</guid>
		<description><![CDATA[I wrote a little PHP function against sql-injections which disables experienced attackers to get your sensitive data or even worse, executing commands through your SQL server.
//Use it like this:
//$inputId = cleanSQL($_GET['id']);
//$SQLStatement = "SELECT Text,Title FROM News WHERE Id = " . $inputId;

function cleanSQL($inputString){
if (get_magic_quotes_gpc()) {
$clean = mysql_real_escape_string(stripslashes($inputString));
}else{
$clean = mysql_real_escape_string($inputString);
}
return $clean;
}
]]></description>
			<content:encoded><![CDATA[<p>I wrote a little PHP function against sql-injections which disables experienced attackers to get your sensitive data or even worse, executing commands through your SQL server.</p>
<pre>//Use it like this:
//$inputId = cleanSQL($_GET['id']);
//$SQLStatement = "SELECT Text,Title FROM News WHERE Id = " . $inputId;

function cleanSQL($inputString){
if (get_magic_quotes_gpc()) {
$clean = mysql_real_escape_string(stripslashes($inputString));
}else{
$clean = mysql_real_escape_string($inputString);
}
return $clean;
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.koalagrey.se/2009/01/prevent-sql-injections-within-php/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.koalagrey.se/2009/01/prevent-sql-injections-within-php/</feedburner:origLink></item>
		<item>
		<title>Five great Joomla templates for E-commerce!</title>
		<link>http://feedproxy.google.com/~r/KoalaGrey/~3/fn5mrKcxkrE/</link>
		<comments>http://www.koalagrey.se/2008/12/five-great-joomla-templates-for-e-commerce/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 13:50:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Web development]]></category>

		<category><![CDATA[E-commerce]]></category>

		<category><![CDATA[Joomla]]></category>

		<category><![CDATA[webshop]]></category>

		<guid isPermaLink="false">http://www.koalagrey.se/?p=122</guid>
		<description><![CDATA[I&#8217;ve been working a lot lately, so I haven&#8217;t been able to write as much as I wished I should. I have been working on a webshop, so therefore I will give you a few hints if you are in the thoughts of starting a webshop.
Check out these great Joomla templates for E-commerce or E-trading!
JA [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working a lot lately, so I haven&#8217;t been able to write as much as I wished I should. I have been working on a webshop, so therefore I will give you a few hints if you are in the thoughts of starting a webshop.</p>
<p>Check out these great Joomla templates for E-commerce or E-trading!</p>
<p><strong>JA Larix - Smart shopping Joomla template</strong><br />
Demo: <a rel="nofollow" href="http://www.joomlart.com/templates_demo.php?template=ja_larix" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.joomlart.com/templates_demo.php?template=ja_larix&amp;referer=');">http://www.joomlart.com/templates_demo.php?template=ja_larix</a><br />
Info: <a rel="nofollow" href="http://www.joomlart.com/templates_club/club_portfolio/ja_larix.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.joomlart.com/templates_club/club_portfolio/ja_larix.html?referer=');">http://www.joomlart.com/templates_club/club_portfolio/ja_larix.html</a></p>
<p><strong>JA Mesolite - Ecommerce inside</strong><br />
Demo: <a rel="nofollow" href="http://www.joomlart.com/templates_demo.php?template=ja_mesolite" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.joomlart.com/templates_demo.php?template=ja_mesolite&amp;referer=');">http://www.joomlart.com/templates_demo.php?template=ja_mesolite</a><br />
Info: <a rel="nofollow" href="http://www.joomlart.com/templates_club/club_portfolio/ja_mesolite_-_ecommerce_inside.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.joomlart.com/templates_club/club_portfolio/ja_mesolite_-_ecommerce_inside.html?referer=');">http://www.joomlart.com/templates_club/club_portfolio/ja_mesolite_-_ecommerce_inside.html</a></p>
<p><strong>IceTheme’s IT TheStore</strong><br />
Demo: <a rel="nofollow" href="http://demo.icetheme.com/index.php?template=it_thestore" target="_blank" onclick="pageTracker._trackPageview('/outgoing/demo.icetheme.com/index.php?template=it_thestore&amp;referer=');">http://demo.icetheme.com/index.php?template=it_thestore</a><br />
Info: <a rel="nofollow" href="http://icetheme.com/Available-Joomla-Templates/IT-TheStore-Template.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/icetheme.com/Available-Joomla-Templates/IT-TheStore-Template.html?referer=');">http://icetheme.com/Available-Joomla-Templates/IT-TheStore-Template.html</a></p>
<p><strong>eShop plazza Templateplazza</strong><br />
Demo: <a rel="nofollow" href="http://demo.templateplazza.net/?template=eshop_plazza" target="_blank" onclick="pageTracker._trackPageview('/outgoing/demo.templateplazza.net/?template=eshop_plazza&amp;referer=');">http://demo.templateplazza.net/?template=eshop_plazza</a><br />
Info: <a rel="nofollow" href="http://www.templateplazza.com/content/view/156/40/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.templateplazza.com/content/view/156/40/?referer=');">http://www.templateplazza.com/content/view/156/40/</a></p>
<p><strong>Shape5 Aluma Photography</strong> (Excellent for selling pictures)<br />
Demo: <a rel="nofollow" href="http://www.shape5.com/demo/aluma_photography/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.shape5.com/demo/aluma_photography/?referer=');">http://www.shape5.com/demo/aluma_photography/</a><br />
Info: <a rel="nofollow" href="http://www.shape5.com/product_details/club_templates/aluma_photography_-_october_2008_joomla_club_template.html" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.shape5.com/product_details/club_templates/aluma_photography_-_october_2008_joomla_club_template.html?referer=');">http://www.shape5.com/product_details/club_templates/aluma_photography_-_october_2008_joomla_club_template.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.koalagrey.se/2008/12/five-great-joomla-templates-for-e-commerce/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.koalagrey.se/2008/12/five-great-joomla-templates-for-e-commerce/</feedburner:origLink></item>
		<item>
		<title>How to Install Apache, PHP And MySQL In 10 Minutes!</title>
		<link>http://feedproxy.google.com/~r/KoalaGrey/~3/dH_-IDpvUOU/</link>
		<comments>http://www.koalagrey.se/2008/12/how-to-install-apache-php-and-mysql-in-10-minutes/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 13:12:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Web development]]></category>

		<category><![CDATA[Apache]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.koalagrey.se/?p=115</guid>
		<description><![CDATA[Are you thinking of setting up your own web server for hosting your site or just play around a little? This is not hard and in this article we are going to install Apache, PHP and MySQL with the open source bundle WAMP.
First off we need to download the Windows package. Do that here.
Once the [...]]]></description>
			<content:encoded><![CDATA[<p>Are you thinking of setting up your <strong>own </strong>web server for hosting your site or just play around a little? This is not hard and in this article we are going to install Apache, PHP and MySQL with the open source bundle <strong>WAMP</strong>.</p>
<p>First off we need to download the Windows package. Do that <a title="Download WAMP!" href="http://www.wampserver.com/en/download.php" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.wampserver.com/en/download.php?referer=');">here.</a></p>
<p>Once the download is <strong>finished</strong>, we need to install the package.</p>
<p>When you run the setup, make <strong>sure </strong>that you check the Autostart option, this can be a nice feature which spares you the time to launch it from the start menu everytime you reboot. Except that, stick to the defaults unless you <strong>know </strong>what you are doing.</p>
<p>When the installation is completed, head to <strong>http://localhost</strong>. If you see the <strong>WAMP </strong>welcome page, everything went successful!</p>
<p><a href="http://www.koalagrey.se/wp-content/wampsuccess.jpg" rel="lightbox[115]"><img class="alignnone" title="Wamp Success!" src="http://www.koalagrey.se/wp-content/wampsuccess.jpg" alt="" width="350" height="191" /></a><br />
After that we succeeded the installation, we need to <strong>configure </strong>MySQL in order to make it <strong>secure</strong>. Click on the PhpMyAdmin link on the Wamp welcome screen or head your browser to <strong>http://localhost/phpmyadmin</strong>.<br />
Click on the &#8220;<strong>Privilegies</strong>&#8221; link on the PhpMyAdmin welcome screen and then edit the privilegies for the user <strong>root</strong>.</p>
<p><a href="http://www.koalagrey.se/wp-content/phpmyadmineditpriv.jpg" rel="lightbox[115]"><img class="alignnone" title="PhpMyAdmin - Edit privelegies" src="http://www.koalagrey.se/wp-content/phpmyadmineditpriv.jpg" alt="" width="349" height="196" /></a></p>
<p>Scroll down to the pane &#8220;Change Password&#8221; and set a new password for your root account. After we have set a password for the MySQL <strong>root </strong>account, we need to edit the PhpMyAdmin configuration file. This file can be found (in a default installation) under <strong>C:/wamp/apps/phpmyadmin2.*/config.inc.php</strong>. Open this file with Notepad or any other text editor and scroll down to the line <strong>$cfg['Servers'][$i]['password']      = &#8221;;</strong></p>
<p><a href="http://www.koalagrey.se/wp-content/phpmyadminconfigfile.jpg" rel="lightbox[115]"><img class="alignnone" title="PhpMyAdmin Config file" src="http://www.koalagrey.se/wp-content/phpmyadminconfigfile.jpg" alt="" width="349" height="196" /></a></p>
<p>Type in the password that you&#8217;ve set for the <strong>root </strong>account, for example:<br />
<strong>$cfg['Servers'][$i]['password']      = &#8216;thisismysafepassword&#8217;;</strong></p>
<p><strong>You are now ready to start playing around with your very own web server. </strong><br />
<strong>Stay tuned for an article in how you install and configure your own WordPress weblog.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.koalagrey.se/2008/12/how-to-install-apache-php-and-mysql-in-10-minutes/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.koalagrey.se/2008/12/how-to-install-apache-php-and-mysql-in-10-minutes/</feedburner:origLink></item>
		<item>
		<title>Semi-automatic Web Directory Submissioner</title>
		<link>http://feedproxy.google.com/~r/KoalaGrey/~3/OfRJxYJ1_H8/</link>
		<comments>http://www.koalagrey.se/2008/12/semi-automatic-web-directory-submissioner/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 10:53:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Web development]]></category>

		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.koalagrey.se/?p=113</guid>
		<description><![CDATA[
While surfing around the internet I found the DigiXmas Submitter tool! This tool might be old, what do I know, but I know for sure that it&#8217;s a hell-of-a-thing. What it basically does is that it adds your site to about 1000* web directories, semi-automatic! This is really a time saver! If you haven&#8217;t got [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.koalagrey.se/wp-content/digixmas.jpg" rel="lightbox[113]"><img class="alignnone" title="Digixmas Submitter Tool" src="http://www.koalagrey.se/wp-content/digixmas.jpg" alt="" width="488" height="267" /></a></p>
<p>While surfing around the internet I found the <strong>DigiXmas Submitter tool</strong>! This tool might be old, what do I know, but I know for sure that it&#8217;s a hell-of-a-thing. What it basically does is that it adds your site to about 1000* web directories, semi-automatic! This is really a time saver! If you haven&#8217;t got it, get it at <a title="Visist DigiXmas!" href="http://www.digixmas.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.digixmas.com?referer=');">http://www.digixmas.com</a></p>
<p><em>* You get 150 sites for free and for 15$ you get about 900 additional web directories.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.koalagrey.se/2008/12/semi-automatic-web-directory-submissioner/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.koalagrey.se/2008/12/semi-automatic-web-directory-submissioner/</feedburner:origLink></item>
		<item>
		<title>How to get more visitors to your site (Part 1)</title>
		<link>http://feedproxy.google.com/~r/KoalaGrey/~3/-PWYH6FLsRo/</link>
		<comments>http://www.koalagrey.se/2008/12/how-to-get-more-visitors-to-your-site-part-1/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 14:38:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Web development]]></category>

		<category><![CDATA[Google analytics]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.koalagrey.se/?p=105</guid>
		<description><![CDATA[I have started on a series of articles about how you increase your amount of vistor on your site. This is the first part and in this article I will mostly talk about Web Directories and Social bookmarking.
A good way to keep track of your visitors can be to subscribe to Google Analytics which is [...]]]></description>
			<content:encoded><![CDATA[<p><em>I have started on a series of articles about how you increase your amount of vistor on your site. This is the first part and in this article I will mostly talk about Web Directories and Social bookmarking.</em></p>
<p><a href="http://www.koalagrey.se/wp-content/googleanalytics.png" rel="lightbox[105]"><img class="alignleft" title="Google Analytics" src="http://www.koalagrey.se/wp-content/googleanalytics.png" alt="" width="127" height="107" /></a>A good way to keep track of your visitors can be to <strong>subscribe </strong>to Google Analytics which is a statistic tool for keeping statistics over <strong>visitors </strong>of a website. Sign up at <a href="http://www.google.com/analytics/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.google.com/analytics/?referer=');">http://www.google.com/analytics/</a><br />
The key to many visitors is always <strong>CONTENT</strong>, you can not expect a lot of visitors if you can&#8217;t offer them anything interesting. People visit a site because they wan&#8217;t to know more. A site without interesting content won&#8217;t survive.</p>
<p>This article won&#8217;t cover all of the information on how to increase your visitors, but this is always a good start!</p>
<p><strong>Web directories</strong><br />
A web directory is <strong>not </strong>a search engine and does not display lists of web pages based on keywords; instead, it lists web sites by category and subcategory. The categorization is usually based on the whole web site rather than one page or a set of keywords, and sites are often limited to inclusion in only a few categories.<br />
Web directories often allow site owners to directly <strong>submit </strong>their site for inclusion, and have editors review submissions for fitness. Since many search engines <strong>mirrors </strong>these sites, you should really submit your site to a couple of web directories.</p>
<p><a title="Visit agilelist.com" href="http://www.agilelist.com" onclick="pageTracker._trackPageview('/outgoing/www.agilelist.com?referer=');"><strong>http://www.agilelist.com</strong></a><br />
- This is a web directory of quality pages.</p>
<p><a title="Visit dmoz.org!" href="http://www.dmoz.org" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.dmoz.org?referer=');"><strong>http://www.dmoz.org</strong></a><br />
- This is the largest web directory completly reviewed by humans. Your submission can take up to 5 months to be accepted, but it&#8217;s worth the waiting. The DMOZ is used by allmost all of the larger search engines on the web.</p>
<p>There are a few other big Web directories, but they often charge a fee for reviewing your site.<br />
How ever, here are a few big who charge from 29$ to review your site.</p>
<p><strong>Yahoo Directories</strong> ( <a title="Visit Yahoo Directories!" href="http://dir.yahoo.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/dir.yahoo.com?referer=');">http://dir.yahoo.com</a> )<br />
<strong>Starting point</strong> ( <a title="Visit Starting Point!" href="http://www.stpt.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.stpt.com/?referer=');">http://www.stpt.com/</a> )<br />
<strong>Go guides</strong> ( <a title="Visit Go Guides!" href="http://www.goguides.org/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.goguides.org/?referer=');">http://www.goguides.org/</a> )</p>
<p>There are also some semi-automatic <strong>bots </strong>for submitting your page into <strong>several </strong>Web directories. You should use these with <strong>caution </strong>since many Web Directory owners don&#8217;t appreciate this. Here is a free one: <a href="http://www.submitterbot.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.submitterbot.com?referer=');">http://www.submitterbot.com</a></p>
<p><strong>Social bookmarking</strong><br />
In a social bookmarking system, users save links to web pages that they want to remember and/or share.<br />
These bookmarks are usually <strong>public</strong>, and can be saved privately, shared only with specified people or groups, shared only inside certain networks, <strong>or </strong>another combination of public and private domains. The allowed people can usually view these bookmarks chronologically, by category or tags, or via a search engine.</p>
<p>Social bookmarking can give you a lot of <strong>new </strong>visitors based on your <strong>content</strong>. When posting something into a social bookmarking service you should <strong>specifiy </strong>the link to a specifik article or post, <strong>not </strong>your whole site. If people find your article interesting they might read some <strong>more </strong>of what you have written.</p>
<p><a href="http://delicious.com/" onclick="pageTracker._trackPageview('/outgoing/delicious.com/?referer=');"><strong>Delicious</strong></a><br />
- This is the biggest social bookmarking service.</p>
<p><a href="http://www.digg.com" onclick="pageTracker._trackPageview('/outgoing/www.digg.com?referer=');"><strong>Digg</strong></a><br />
- Digg.com is a very populated site with categories. When signing up, you should really take the time to import your Outlook contacts etc. Due to very many submissions of articles, images and videos, an article with only 1 digg can appear very uninteresting to other people but if you can get 30 co-workers and friends to digg it, other people may follow them.</p>
<p><a href="http://www.stumbleupon.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.stumbleupon.com?referer=');"><strong>Stumbleupon</strong></a><br />
- Register at stumbleupon, download their toolbar and you are ready to go!</p>
<p><a title="Visit reddit.com!" href="http://www.reddit.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.reddit.com?referer=');"><strong>Reddit</strong></a><br />
- Reddit is a bit smaller than the other sites I&#8217;ve mentioned. That can actually be an advantage for the small site owner. With a smaller number of competitors, your article have a bigger chance to reach the toplists.</p>
<p><strong>Forums and blogs</strong><br />
By being active on several different forums and blogs you can get a lot of vistors! Be nice and interested in helping others. This is a bit of social networking and if you help them, they will help you!<br />
If someone posts a forum thread wondering what Internet Browser he should use and you have written a Internet Browser test, why don&#8217;t you link to your site? You should also participate in newer discussion, comment the last two posts on each blog you visit! You should also visit Yahoo Answer and try to answer a couple of questions with links to your site. If the sitelink is irrelevant to what the person asks, then skip this.</p>
<p><strong>Link exchange</strong><br />
Find a webmaster in your niche, ask him if he want to participate in a link exchange, you put his link on your site and he puts yours on his. Simple, huh?</p>
<p><strong>Use your contacts</strong><br />
Mail all your friends, relatives and co-workers and tell them about your site! This can easily give you 50-100 loyal visitors.</p>
<p><em><strong>This was the first part of the tutorial, stay tuned for Part 2</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.koalagrey.se/2008/12/how-to-get-more-visitors-to-your-site-part-1/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.koalagrey.se/2008/12/how-to-get-more-visitors-to-your-site-part-1/</feedburner:origLink></item>
		<item>
		<title>Notepad++: A very good source code editor!</title>
		<link>http://feedproxy.google.com/~r/KoalaGrey/~3/dh65MUmWI5Y/</link>
		<comments>http://www.koalagrey.se/2008/12/notepad-a-very-good-source-code-editor/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 11:02:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Web development]]></category>

		<category><![CDATA[editor]]></category>

		<guid isPermaLink="false">http://www.koalagrey.se/?p=100</guid>
		<description><![CDATA[Notepad++ is a source code editor that I&#8217;ve been using daily for a while. Before that, I used Notepad, so switching to Notepad++ was a giant step for me. I love the syntax highlightning and the great implementation of regular expressions in the search and replace feature. This is very useful when it comes to [...]]]></description>
			<content:encoded><![CDATA[<p>Notepad++ is a source code <strong>editor </strong>that I&#8217;ve been using <strong>daily </strong>for a while. Before that, I used Notepad, so switching to Notepad++ was a giant step for me. I love the syntax highlightning and the <strong>great</strong> implementation of regular expressions in the search and replace feature. This is very <strong>useful </strong>when it comes to Web programming.</p>
<p><a href="http://notepad-plus.sourceforge.net/commun/screenshots/scrsh_lexerHTML.gif" rel="lightbox[100]" onclick="pageTracker._trackPageview('/outgoing/notepad-plus.sourceforge.net/commun/screenshots/scrsh_lexerHTML.gif?referer=');"><img class="alignnone" title="Notepad Plusplus PHP and javascript" src="http://notepad-plus.sourceforge.net/commun/screenshots/scrsh_lexerHTML.gif" alt="" width="195" height="150" /></a><a href="http://notepad-plus.sourceforge.net/commun/screenshots/scrsh_multiView.gif" rel="lightbox[100]" onclick="pageTracker._trackPageview('/outgoing/notepad-plus.sourceforge.net/commun/screenshots/scrsh_multiView.gif?referer=');"><img class="alignnone" title="Notepad Plusplus Multiview" src="http://notepad-plus.sourceforge.net/commun/screenshots/scrsh_multiView.gif" alt="" width="215" height="150" /></a><a href="http://notepad-plus.sourceforge.net/commun/screenshots/scrsh_asciiArt.gif" rel="lightbox[100]" onclick="pageTracker._trackPageview('/outgoing/notepad-plus.sourceforge.net/commun/screenshots/scrsh_asciiArt.gif?referer=');"><img class="alignnone" title="Notepad plus plus Ascii" src="http://notepad-plus.sourceforge.net/commun/screenshots/scrsh_asciiArt.gif" alt="" width="182" height="150" /></a></p>
<p>These are the features I <strong>love </strong>the most:</p>
<ul>
<li>Syntax highlightning</li>
<li>Auto-completion</li>
<li>Multi-Document</li>
<li>Mutli-View</li>
<li>Regular expression search/replace</li>
<li>Full Drag and drop</li>
<li>Auto-detection of file status</li>
<li>Zoom</li>
<li>Bookmarks</li>
<li>Macro recording and playback</li>
</ul>
<p>Check it out at <a title="Checkout Notepad Plusplus!" href="http://notepad-plus.sourceforge.net" target="_blank" onclick="pageTracker._trackPageview('/outgoing/notepad-plus.sourceforge.net?referer=');">http://notepad-plus.sourceforge.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.koalagrey.se/2008/12/notepad-a-very-good-source-code-editor/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.koalagrey.se/2008/12/notepad-a-very-good-source-code-editor/</feedburner:origLink></item>
		<item>
		<title>Firetune - Makes Mozilla Firefox even faster!</title>
		<link>http://feedproxy.google.com/~r/KoalaGrey/~3/jmREl2PrOmE/</link>
		<comments>http://www.koalagrey.se/2008/12/firetune-makes-mozilla-firefox-even-faster/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 10:34:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[freeware]]></category>

		<category><![CDATA[Mozilla]]></category>

		<category><![CDATA[tuning]]></category>

		<guid isPermaLink="false">http://www.koalagrey.se/?p=96</guid>
		<description><![CDATA[
Are your internet browsing taking time? Are you tired of getting browser crashes? Try to tune Firefox with Firetune to get some faster browsing!
I think that everyone, who is a frequent Firefox user, have heard about the &#8220;about:config&#8221; tip to tune Firefox with like 200 setting strings. What if you could to do that with [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Firetune screenshot" src="http://www.koalagrey.se/wp-content/firetune.gif" alt="" width="387" height="347" /></p>
<p>Are your internet browsing taking time? Are you tired of getting browser <strong>crashes</strong>? Try to tune Firefox with <strong>Firetune </strong>to get some faster browsing!</p>
<p>I think that everyone, who is a frequent Firefox user, have heard about the &#8220;about:config&#8221; tip to tune Firefox with like 200 setting strings. What if you could to do that with a <strong>freeware</strong>? Actually, you can with the excellent freeware FireTune.</p>
<p>Firetune allows you to <strong>optimize </strong>Firefox for your computer, without any installation or uninstallation. Just extract the files and fire it up to start tuning.</p>
<p>Here are a full list of features:</p>
<ul>
<li>Speed improvements according to your computer speed</li>
<li>Improves browsing speed according to your internet connection speed</li>
<li>Speed improvements for slow, medium and fast computers / connection speeds</li>
<li>Enables some hidden tweaks of Firefox for even more browsing speed</li>
<li>Includes a configuration backup and restore function</li>
<li>Optimizes Firefox memory usage</li>
</ul>
<p><a title="Download Firetune!" href="http://dl.totalidea.com/files/public/firetune.zip" target="_blank" onclick="pageTracker._trackPageview('/outgoing/dl.totalidea.com/files/public/firetune.zip?referer=');"><strong>Download it here!</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.koalagrey.se/2008/12/firetune-makes-mozilla-firefox-even-faster/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.koalagrey.se/2008/12/firetune-makes-mozilla-firefox-even-faster/</feedburner:origLink></item>
		<item>
		<title>Database humor</title>
		<link>http://feedproxy.google.com/~r/KoalaGrey/~3/slJ431YSaIo/</link>
		<comments>http://www.koalagrey.se/2008/12/database-humor/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 08:53:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Web development]]></category>

		<category><![CDATA[comic]]></category>

		<category><![CDATA[database]]></category>

		<guid isPermaLink="false">http://www.koalagrey.se/?p=92</guid>
		<description><![CDATA[
This comic strip, which is a bit old, is still one of my favourites. It might not be brilliant to the ones not working with databases, but to me, who do, it&#8217;s hilarious.
Go to http://www.xkcd.com/ to get some more of these hilarious comic strips!
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Is your sons name Robert?" src="http://www.koalagrey.se/exploits_of_a_mom.png" alt="" width="666" height="205" /></p>
<p>This comic strip, which is a bit old, is still one of my favourites. It might not be brilliant to the ones not working with databases, but to me, who do, it&#8217;s hilarious.</p>
<p><strong>Go to <a title="Visit xkcd.com" href="http://www.xkcd.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.xkcd.com/?referer=');">http://www.xkcd.com/</a> to get some more of these hilarious comic strips!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.koalagrey.se/2008/12/database-humor/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.koalagrey.se/2008/12/database-humor/</feedburner:origLink></item>
		<item>
		<title>The top 10 in free Mozilla-addons for Web developing</title>
		<link>http://feedproxy.google.com/~r/KoalaGrey/~3/ln6UM7gBuRg/</link>
		<comments>http://www.koalagrey.se/2008/12/the-top-10-in-free-mozilla-addons-for-web-developing/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 12:26:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tips & trix]]></category>

		<category><![CDATA[addon]]></category>

		<category><![CDATA[Mozilla]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[web developing]]></category>

		<guid isPermaLink="false">http://www.koalagrey.se/?p=87</guid>
		<description><![CDATA[
Firebug - Download!

Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.


YSlow - Download!

YSlow analyzes web pages and tells you why they&#8217;re slow based on Yahoo&#8217;s rules for high performance web sites.


SENSeo - [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><strong>Firebug - <a title="Download Firebug!" href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank" onclick="pageTracker._trackPageview('/outgoing/addons.mozilla.org/en-US/firefox/addon/1843?referer=');">Download</a>!</strong><br />
<img class="alignnone" title="FireBug" src="http://getfirebug.com/screenHome-using.gif" alt="" width="160" height="141" /><br />
Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.</li>
</ul>
<ul>
<li><strong>YSlow - <a title="Download YSlow!" href="https://addons.mozilla.org/en-US/firefox/addon/5369" target="_blank" onclick="pageTracker._trackPageview('/outgoing/addons.mozilla.org/en-US/firefox/addon/5369?referer=');">Download</a>!</strong><br />
<img class="alignnone" title="Yslow" src="https://addons.mozilla.org/en-US/firefox/images/t/15322/1185259966" alt="" width="200" height="112" /><br />
YSlow analyzes web pages and tells you why they&#8217;re slow based on Yahoo&#8217;s rules for high performance web sites.</li>
</ul>
<ul>
<li><strong>SENSeo - <a title="Download SENSeo!" href="https://addons.mozilla.org/en-US/firefox/addon/9403" target="_blank" onclick="pageTracker._trackPageview('/outgoing/addons.mozilla.org/en-US/firefox/addon/9403?referer=');">Download</a>!</strong><br />
<img class="alignnone" title="SenSEO Screenshot" src="https://addons.mozilla.org/en-US/firefox/images/t/27098/1225614199" alt="" width="200" height="150" /><br />
SenSEO is an extension checking the most important on-page-SEO-criteria and calculating a grade of how good your site fulfills these criteria.</li>
</ul>
<ul>
<li><strong>FireFTP - <a title="Download FireFTP!" href="https://addons.mozilla.org/sv-SE/firefox/addon/684" target="_blank" onclick="pageTracker._trackPageview('/outgoing/addons.mozilla.org/sv-SE/firefox/addon/684?referer=');">Download</a>!</strong><br />
<img class="alignnone" title="Fireftp" src="https://addons.mozilla.org/en-US/firefox/images/t/15960/1187953401" alt="" width="128" height="128" /><br />
FireFTP is a free, secure, cross-platform FTP client for Mozilla Firefox which provides easy and intuitive access to FTP servers.</li>
</ul>
<ul>
<li><strong>IETab - <a title="Download IETab" href="https://addons.mozilla.org/en-US/firefox/addon/1419" target="_blank" onclick="pageTracker._trackPageview('/outgoing/addons.mozilla.org/en-US/firefox/addon/1419?referer=');">Download</a>!</strong><br />
<img class="alignnone" title="IeTab" src="https://addons.mozilla.org/en-US/firefox/images/t/2895/943948800" alt="" width="200" height="150" /><br />
This is a great tool for web developers, since you can easily see how your web page displayed in IE with just one click and then switch back to Firefox.</li>
</ul>
<ul>
<li><strong>Searchstatus - <a title="Download Searchstatus!" href="https://addons.mozilla.org/sv-SE/firefox/addon/321" target="_blank" onclick="pageTracker._trackPageview('/outgoing/addons.mozilla.org/sv-SE/firefox/addon/321?referer=');">Download</a>!</strong><br />
Display the Google PageRank, Alexa rank and Compete ranking anywhere in Mozilla Firefox, along with fast keyword density analyser, keyword/nofollow highlighting, backward/related links, Alexa info and more.</li>
</ul>
<ul>
<li><strong>Web Developer - <a title="Download WebDeveloper" href="https://addons.mozilla.org/sv-SE/firefox/addon/60" target="_blank" onclick="pageTracker._trackPageview('/outgoing/addons.mozilla.org/sv-SE/firefox/addon/60?referer=');">Download</a>!</strong><br />
<img class="alignnone" title="Web Devloper plugin" src="https://addons.mozilla.org/en-US/firefox/images/t/11916/943948800" alt="" width="200" height="150" /><br />
Adds a menu and a toolbar with various web developer tools. This add-on has great features for disabling javscript and css. Outlining div&#8217;s, TR/TD&#8217;s and complete tables. It comes with validators for HTML and CSS, a must have!</li>
</ul>
<ul>
<li><strong>ColorZilla - <a title="Download ColorZilla!" href="https://addons.mozilla.org/en-US/firefox/addon/271" target="_blank" onclick="pageTracker._trackPageview('/outgoing/addons.mozilla.org/en-US/firefox/addon/271?referer=');">Download</a>!</strong><br />
<img class="alignnone" title="Colorzilla" src="https://addons.mozilla.org/en-US/firefox/images/t/254/943948800" alt="" width="200" height="150" /><br />
With ColorZilla you can get a color reading from any point in your browser, quickly adjust this color and paste it into another program. You can Zoom the page you are viewing and measure distances between any two points on the page. The built-in palette browser allows choosing colors from pre-defined color sets and saving the most used colors in custom palettes</li>
</ul>
<ul>
<li><strong>Javascript Debugger - <a title="Download Javascript Debugger" href="https://addons.mozilla.org/sv-SE/firefox/addon/216" target="_blank" onclick="pageTracker._trackPageview('/outgoing/addons.mozilla.org/sv-SE/firefox/addon/216?referer=');">Download</a>!</strong><br />
Venkman is the code name for Mozilla&#8217;s JavaScript Debugger. Venkman aims to provide a powerful JavaScript debugging environment for Mozilla based browsers.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.koalagrey.se/2008/12/the-top-10-in-free-mozilla-addons-for-web-developing/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.koalagrey.se/2008/12/the-top-10-in-free-mozilla-addons-for-web-developing/</feedburner:origLink></item>
		<item>
		<title>Beta 2 of Mozilla Firefox 3.1 soon to be released</title>
		<link>http://feedproxy.google.com/~r/KoalaGrey/~3/QdP8XcDWneY/</link>
		<comments>http://www.koalagrey.se/2008/12/beta-2-of-mozilla-firefox-31-soon-to-be-released/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 20:04:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Ben Turner]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[Mozilla]]></category>

		<category><![CDATA[Paul Rouget]]></category>

		<guid isPermaLink="false">http://www.koalagrey.se/?p=84</guid>
		<description><![CDATA[
The biggest change from 3.1b1 to 3.1b2 is the addition of the feature called &#8220;web workers&#8221; which gives Firefox the ability to process tasks in
the background. The feature, part of the ,still under development, HTML 5 specification, adds another level of sophistication for programmers writing Web applications and gives multicore processors a better way to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Firefox logo" src="http://www.sweclockers.com/imagebank/200710/MozillaFirefox001.jpg" alt="" width="134" height="122" /></p>
<p>The biggest change from 3.1b1 to 3.1b2 is the addition of the feature called &#8220;web workers&#8221; which gives <strong>Firefox</strong> the ability to process tasks in<br />
the background. The feature, part of the ,still under development, <strong>HTML 5</strong> specification, adds another level of sophistication for programmers writing Web applications and gives <strong>multicore </strong>processors a better way to <strong>allocate </strong>processor power.</p>
<p>&#8220;We have been hard at work with folks from Apple and Google to complete this feature&#8221;, said <strong>Ben Turner</strong>.</p>
<p><strong>Apple </strong>and <strong>Google </strong>are also building their own browsers and with the <strong>browser wars </strong>back in full force, those organizations are racing to outdo each other<br />
on features and performance.</p>
<p><strong>Paul Rouget</strong> wrote on the Mozilla Add-ons Blog that a Firefox 3.1 Beta 2 will be released in the first week of december. He also said that there<br />
are plans on schedueling a <strong>Beta 3 </strong>of the Mozilla 3.1.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.koalagrey.se/2008/12/beta-2-of-mozilla-firefox-31-soon-to-be-released/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.koalagrey.se/2008/12/beta-2-of-mozilla-firefox-31-soon-to-be-released/</feedburner:origLink></item>
	</channel>
</rss>

