<?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/"
	>

<channel>
	<title>kanenas.net</title>
	<atom:link href="http://www.kanenas.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kanenas.net</link>
	<description>News and ideas about programming</description>
	<pubDate>Thu, 22 Jul 2010 20:11:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Scanning iPhone (iOS 4) with nmap</title>
		<link>http://www.kanenas.net/2010/07/13/scanning-iphone-ios-4-with-nmap/</link>
		<comments>http://www.kanenas.net/2010/07/13/scanning-iphone-ios-4-with-nmap/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 21:00:12 +0000</pubDate>
		<dc:creator>kanenas.net</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Apple Mac OS X]]></category>

		<category><![CDATA[ARP Ping Scan]]></category>

		<category><![CDATA[Darwin]]></category>

		<category><![CDATA[iPhone]]></category>

		<category><![CDATA[nmap]]></category>

		<category><![CDATA[port]]></category>

		<category><![CDATA[Snow Leopard]]></category>

		<category><![CDATA[SYN Stealth Scan]]></category>

		<guid isPermaLink="false">http://www.kanenas.net/?p=285</guid>
		<description><![CDATA[I was just wondering what kind of ports can you find open (closed, filtered) while scanning the iPhone with nmap.
[shell]
>nmap -p 1-65535 -O -v 192.168.1.72
[/shell]
and the results...]]></description>
			<content:encoded><![CDATA[<p>I was just wondering what kind of ports can you find open (closed, filtered) while scanning the <a title="iPhone" href="http://www.apple.com/iphone/" target="_blank">iPhone </a>with <a title="nmap" href="http://nmap.org/" target="_blank">nmap</a>.</p>
<pre class="brush: bash;">

&gt;nmap -p 1-65535 -O -v 192.168.1.72
</pre>
<p>and the results&#8230;</p>
<pre class="brush: bash;">

Starting Nmap 5.21 ( http://nmap.org ) at 2010-07-13 22:53 GTB Daylight Time
Initiating ARP Ping Scan at 22:53
Scanning 192.168.1.72 [1 port]
Completed ARP Ping Scan at 22:53, 0.49s elapsed (1 total hosts)
Initiating Parallel DNS resolution of 1 host. at 22:53
Completed Parallel DNS resolution of 1 host. at 22:53, 0.00s elapsed
Initiating SYN Stealth Scan at 22:53
Scanning iPhone.lan (192.168.1.72) [65535 ports]
Increasing send delay for 192.168.1.72 from 0 to 5 due to max_successful_tryno increase to 4
SYN Stealth Scan Timing: About 6.15% done; ETC: 23:02
SYN Stealth Scan Timing: About 12.01% done; ETC: 23:02
SYN Stealth Scan Timing: About 17.88% done; ETC: 23:02
SYN Stealth Scan Timing: About 23.78% done; ETC: 23:02
SYN Stealth Scan Timing: About 29.61% done; ETC: 23:02
SYN Stealth Scan Timing: About 35.48% done; ETC: 23:02
SYN Stealth Scan Timing: About 41.27% done; ETC: 23:02
Discovered open port 62078/tcp on 192.168.1.72
SYN Stealth Scan Timing: About 47.06% done; ETC: 23:02
SYN Stealth Scan Timing: About 52.80% done; ETC: 23:02
SYN Stealth Scan Timing: About 58.76% done; ETC: 23:02
SYN Stealth Scan Timing: About 64.57% done; ETC: 23:02
SYN Stealth Scan Timing: About 70.38% done; ETC: 23:02
SYN Stealth Scan Timing: About 76.13% done; ETC: 23:02
SYN Stealth Scan Timing: About 81.92% done; ETC: 23:02
SYN Stealth Scan Timing: About 87.75% done; ETC: 23:02
SYN Stealth Scan Timing: About 93.70% done; ETC: 23:02
Increasing send delay for 192.168.1.72 from 5 to 10 due to max_successful_tryno increase to 5
Completed SYN Stealth Scan at 23:02, 530.95s elapsed (65535 total ports)
Initiating OS detection (try #1) against iPhone.lan (192.168.1.72)
Nmap scan report for iPhone.lan (192.168.1.72)
Host is up (0.058s latency).
Not shown: 65534 closed ports
PORT      STATE SERVICE
62078/tcp open  iphone-sync
MAC Address: **:**:**:**:**:** (Apple)
Device type: general purpose
Running: Apple Mac OS X 10.5.X
OS details: Apple Mac OS X 10.5 - 10.6 (Leopard - Snow Leopard) (Darwin 9.0.0b5 - 10.0.0)
Network Distance: 1 hop
TCP Sequence Prediction: Difficulty=259 (Good luck!)
IP ID Sequence Generation: Randomized

OS detection performed. Please report any incorrect results at http://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 534.46 seconds
Raw packets sent: 69952 (3.079MB) | Rcvd: 65587 (2.624MB)
</pre>
<blockquote><p><span style="text-decoration: underline;"><strong>PORT</strong></span> <span style="text-decoration: underline;"><strong>STATE</strong></span> <span style="text-decoration: underline;"><strong>SERVICE</strong></span><br />
62078/tcp open  iphone-sync</p>
<p>Not shown: 65534 closed ports</p></blockquote>
<p>Shouldn&#8217;t be <strong>filtered</strong> instead?!</p>
<p> <img src='http://www.kanenas.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
Note: There is a rating embedded within this post, please visit this post to rate it.
<h2  class="related_post_title">Random Posts</h2><ul class="related_post"><li>28/03/2009 -- <a href="http://www.kanenas.net/2009/03/28/firefox-308/" title="Firefox 3.0.8">Firefox 3.0.8</a> (0)</li><li>22/10/2009 -- <a href="http://www.kanenas.net/2009/10/22/microsoft-tech-ed-europe-2009-9-13-november-2009-berlin-germany/" title="Microsoft Tech-Ed Europe 2009 | 9-13 November 2009, Berlin, Germany">Microsoft Tech-Ed Europe 2009 | 9-13 November 2009, Berlin, Germany</a> (0)</li><li>15/02/2010 -- <a href="http://www.kanenas.net/2010/02/15/track-my-weather-v05-facebook-application/" title="Track My Weather v.0.5 - Facebook Application">Track My Weather v.0.5 - Facebook Application</a> (1)</li><li>20/06/2009 -- <a href="http://www.kanenas.net/2009/06/20/php-5210-released/" title="PHP 5.2.10 Released!">PHP 5.2.10 Released!</a> (0)</li><li>04/01/2010 -- <a href="http://www.kanenas.net/2010/01/04/panorama-switzerland/" title="Panorama - Switzerland">Panorama - Switzerland</a> (0)</li><li>07/03/2009 -- <a href="http://www.kanenas.net/2009/03/07/sql-injection-cheat-sheet-by-ferruh-mavituna/" title="SQL Injection Cheat Sheet by ferruh mavituna">SQL Injection Cheat Sheet by ferruh mavituna</a> (0)</li><li>29/07/2009 -- <a href="http://www.kanenas.net/2009/07/29/track-my-weather-v01-facebook-application/" title="Track My Weather v.0.1 - Facebook Application">Track My Weather v.0.1 - Facebook Application</a> (0)</li><li>24/05/2009 -- <a href="http://www.kanenas.net/2009/05/24/giorgos-zabetas/" title="Giorgos Zabetas">Giorgos Zabetas</a> (0)</li><li>06/08/2009 -- <a href="http://www.kanenas.net/2009/08/06/fixed-in-firefox-352-security-issues/" title="Fixed in Firefox 3.5.2 (security issues)">Fixed in Firefox 3.5.2 (security issues)</a> (0)</li><li>12/02/2010 -- <a href="http://www.kanenas.net/2010/02/12/php-uk-conference-2010/" title="PHP UK Conference 2010">PHP UK Conference 2010</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.kanenas.net/2010/07/13/scanning-iphone-ios-4-with-nmap/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Amsterdam, Tram-4 (From Spui to Amsterdam RAI)</title>
		<link>http://www.kanenas.net/2010/07/04/amsterdam-tram-4-from-spui-to-amsterdam-rai/</link>
		<comments>http://www.kanenas.net/2010/07/04/amsterdam-tram-4-from-spui-to-amsterdam-rai/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 21:33:38 +0000</pubDate>
		<dc:creator>kanenas.net</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Travel]]></category>

		<category><![CDATA[Amsterdam RAI]]></category>

		<category><![CDATA[Amstredam]]></category>

		<category><![CDATA[dpc 2010]]></category>

		<category><![CDATA[dpc10]]></category>

		<category><![CDATA[Holland]]></category>

		<category><![CDATA[Spui]]></category>

		<category><![CDATA[The Netherlands]]></category>

		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.kanenas.net/?p=278</guid>
		<description><![CDATA[Sunday morning... Taping from inside tram-4 the route from Spui to Amsterdam RAI station.
http://www.youtube.com/watch?v=rYCeTIms7F0]]></description>
			<content:encoded><![CDATA[<p>Sunday morning&#8230; Taping from inside tram-4 the route from Spui to <a title="Amsterdam" href="http://en.wikipedia.org/wiki/Amsterdam" target="_blank">Amsterdam</a> RAI station.</p>
<p><object width="425" height="350" data="http://www.youtube.com/v/rYCeTIms7F0" type="application/x-shockwave-flash"><param name="src" value="http://www.youtube.com/v/rYCeTIms7F0" /></object></p>
<p> <img src='http://www.kanenas.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
Note: There is a rating embedded within this post, please visit this post to rate it.
<h2  class="related_post_title">read also...</h2><ul class="related_post"><li>27/06/2010 -- <a href="http://www.kanenas.net/2010/06/27/amsterdam-piki-piki-ram-the-photos/" title="Amsterdam, piki piki ram (the photos)!">Amsterdam, piki piki ram (the photos)!</a> (0)</li><li>25/01/2010 -- <a href="http://www.kanenas.net/2010/01/25/ausfahrt-switzerland/" title="Ausfahrt &#8211;> Switzerland">Ausfahrt &#8211;> Switzerland</a> (0)</li><li>04/01/2010 -- <a href="http://www.kanenas.net/2010/01/04/panorama-switzerland/" title="Panorama - Switzerland">Panorama - Switzerland</a> (0)</li><li>07/11/2009 -- <a href="http://www.kanenas.net/2009/11/07/panorama-jordan/" title="Panorama - Jordan">Panorama - Jordan</a> (0)</li><li>13/09/2009 -- <a href="http://www.kanenas.net/2009/09/13/landscapes-temples-tastes-of-sri-lanka/" title="Landscapes, temples &#038; tastes of Sri Lanka">Landscapes, temples &#038; tastes of Sri Lanka</a> (0)</li><li>27/08/2009 -- <a href="http://www.kanenas.net/2009/08/27/ayubowan-sri-lanka/" title="Ayubowan - Sri Lanka">Ayubowan - Sri Lanka</a> (0)</li><li>24/08/2009 -- <a href="http://www.kanenas.net/2009/08/24/wild-life-in-sri-lanka/" title="Wild Life in Sri Lanka">Wild Life in Sri Lanka</a> (0)</li><li>21/05/2009 -- <a href="http://www.kanenas.net/2009/05/21/masai-mara-hippopotamus-fighting/" title="Masai Mara - Hippopotamus fighting">Masai Mara - Hippopotamus fighting</a> (0)</li><li>19/05/2009 -- <a href="http://www.kanenas.net/2009/05/19/masai-mara-giraffe-trying-to-give-birth/" title="Masai Mara - Giraffe trying to give birth">Masai Mara - Giraffe trying to give birth</a> (1)</li><li>24/03/2009 -- <a href="http://www.kanenas.net/2009/03/24/around-the-world/" title="Around the world">Around the world</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.kanenas.net/2010/07/04/amsterdam-tram-4-from-spui-to-amsterdam-rai/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FizzBuzz questions &amp; coding for fun!</title>
		<link>http://www.kanenas.net/2010/07/02/fizzbuzz-questions-coding-for-fun/</link>
		<comments>http://www.kanenas.net/2010/07/02/fizzbuzz-questions-coding-for-fun/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 22:25:56 +0000</pubDate>
		<dc:creator>kanenas.net</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[coding for fun]]></category>

		<category><![CDATA[FizzBuzz]]></category>

		<category><![CDATA[FizzBuzz Questions]]></category>

		<guid isPermaLink="false">http://www.kanenas.net/?p=271</guid>
		<description><![CDATA[Two days ago I was reading in RethinkDB's blog the "Will the real programmers please stand up?" which took me to the blogpost of Coding Horror "Why Can't Programmers.. Program?".

After reading these two articles I had the idea to start a FizzBuzz coding section just for fun (CfF --> Coding for Fun).
So today's FizzBuzz question is...
<blockquote>
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fizz" instead of the number and for the multiples of five print "Buzz". For numbers which are multiples of both three and five print "FizzBuzz".
</blockquote>]]></description>
			<content:encoded><![CDATA[<p>Two days ago I was reading in <a title="RethinkDB" href="http://www.rethinkdb.com/" target="_blank">RethinkDB</a>&#8217;s blog the <a title="&quot;Will the real programmers please stand up?&quot;" href="http://www.rethinkdb.com/blog/2010/06/will-the-real-programmers-please-stand-up/" target="_blank">&#8220;Will the real programmers please stand up?&#8221;</a> which took me to the blogpost of <a title="Coding Horror" href="http://www.codinghorror.com/blog/" target="_blank">Coding Horror</a> <a title="&quot;Why Can't Programmers.. Program?&quot;" href="http://www.codinghorror.com/blog/2007/02/why-cant-programmers-program.html" target="_blank">&#8220;Why Can&#8217;t Programmers.. Program?&#8221;</a>.</p>
<p>After reading these two articles I had the idea to start a <strong>FizzBuzz</strong> coding section just for fun (<strong>CfF</strong> - <strong>Coding for Fun</strong>).<br />
So today&#8217;s <strong>FizzBuzz</strong> question is&#8230;</p>
<blockquote><p>Write a program that prints the numbers from 1 to 100. But for multiples of three print &#8220;Fizz&#8221; instead of the number and for the multiples of five print &#8220;Buzz&#8221;. For numbers which are multiples of both three and five print &#8220;FizzBuzz&#8221;.</p></blockquote>
<p>Below is my solution written in <a title="php" href="http://php.net" target="_blank">php</a>.</p>
<pre class="brush: php;">
&lt;?php
echo '&lt;h2&gt;Coding For Fun&lt;/h2&gt;';
$three = 3;
$five = 5;
$fifteen =15;

for ($i=1; $i&lt;=100; $i++){
	if (($i%$three === 0) &amp;&amp; ($i%$five === 0)) {
		echo 'FizzBuzz&lt;br /&gt;';
	} elseif ($i%$three === 0) {
		echo 'Fizz&lt;br /&gt;';
	} elseif ($i%$five === 0) {
		echo 'Buzz&lt;br /&gt;';
	} else {
		echo $i . '&lt;br /&gt;';
	}
}

echo '&lt;br /&gt;==============&lt;br /&gt;&lt;br /&gt;';

for ($i=1; $i&lt;=100; $i++){
	if ($i%$fifteen === 0) {
		echo 'FizzBuzz&lt;br /&gt;';
	} elseif ($i%$three === 0) {
		echo 'Fizz&lt;br /&gt;';
	} elseif ($i%$five === 0) {
		echo 'Buzz&lt;br /&gt;';
	} else {
		echo $i . '&lt;br /&gt;';
	}
}
?&gt;
</pre>
<p>Yes&#8230; it took me 10 minutes <img src='http://www.kanenas.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
Can i stand up?!<br />
 <img src='http://www.kanenas.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
Note: There is a rating embedded within this post, please visit this post to rate it.
<h2  class="related_post_title">read also...</h2><ul class="related_post"><li>07/04/2010 -- <a href="http://www.kanenas.net/2010/04/07/cholesterol-levels-2010-greek-easter/" title="Cholesterol Levels 2010 (= Greek Easter)">Cholesterol Levels 2010 (= Greek Easter)</a> (1)</li><li>07/03/2010 -- <a href="http://www.kanenas.net/2010/03/07/dutch-php-conference-2010/" title="Dutch PHP Conference 2010">Dutch PHP Conference 2010</a> (0)</li><li>15/02/2010 -- <a href="http://www.kanenas.net/2010/02/15/track-my-weather-v05-facebook-application/" title="Track My Weather v.0.5 - Facebook Application">Track My Weather v.0.5 - Facebook Application</a> (1)</li><li>20/12/2009 -- <a href="http://www.kanenas.net/2009/12/20/15-rules-to-follow-for-safer-web-applications/" title="15 Rules to follow for safer web applications">15 Rules to follow for safer web applications</a> (2)</li><li>15/12/2009 -- <a href="http://www.kanenas.net/2009/12/15/athens-startup-weekend-2/" title="Athens StartUp Weekend 2">Athens StartUp Weekend 2</a> (0)</li><li>29/07/2009 -- <a href="http://www.kanenas.net/2009/07/29/track-my-weather-v01-facebook-application/" title="Track My Weather v.0.1 - Facebook Application">Track My Weather v.0.1 - Facebook Application</a> (0)</li><li>01/07/2009 -- <a href="http://www.kanenas.net/2009/07/01/php-530-released/" title="PHP 5.3.0 Released!">PHP 5.3.0 Released!</a> (0)</li><li>20/06/2009 -- <a href="http://www.kanenas.net/2009/06/20/php-5210-released/" title="PHP 5.2.10 Released!">PHP 5.2.10 Released!</a> (0)</li><li>10/03/2009 -- <a href="http://www.kanenas.net/2009/03/10/php-529-released/" title="PHP 5.2.9 Released!">PHP 5.2.9 Released!</a> (0)</li><li>12/02/2010 -- <a href="http://www.kanenas.net/2010/02/12/php-uk-conference-2010/" title="PHP UK Conference 2010">PHP UK Conference 2010</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.kanenas.net/2010/07/02/fizzbuzz-questions-coding-for-fun/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Amsterdam, piki piki ram (the photos)!</title>
		<link>http://www.kanenas.net/2010/06/27/amsterdam-piki-piki-ram-the-photos/</link>
		<comments>http://www.kanenas.net/2010/06/27/amsterdam-piki-piki-ram-the-photos/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 12:20:42 +0000</pubDate>
		<dc:creator>kanenas.net</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Travel]]></category>

		<category><![CDATA[Amsterdam]]></category>

		<category><![CDATA[bicycle parking garage]]></category>

		<category><![CDATA[Centraal Station]]></category>

		<category><![CDATA[Dam]]></category>

		<category><![CDATA[Dam Square]]></category>

		<category><![CDATA[Damrak]]></category>

		<category><![CDATA[dpc 2010]]></category>

		<category><![CDATA[dpc10]]></category>

		<category><![CDATA[Holland]]></category>

		<category><![CDATA[museum]]></category>

		<category><![CDATA[Rijksmuseum]]></category>

		<category><![CDATA[Spui]]></category>

		<category><![CDATA[Stationsplein]]></category>

		<category><![CDATA[The Dam]]></category>

		<category><![CDATA[The Netherlands]]></category>

		<category><![CDATA[travel]]></category>

		<category><![CDATA[Van Gogh]]></category>

		<guid isPermaLink="false">http://www.kanenas.net/?p=267</guid>
		<description><![CDATA[During the Dutch PHP Conference 2010, I had the time to walk around the city of Amsterdam. See some photos as a slide-show in Flickr.com or subscribe to the set "Amsterdam".]]></description>
			<content:encoded><![CDATA[<p><a href="http://ww1.grab.gr/serv/click?4-b132" target="_blank"><img src="http://ww1.grab.gr/serv/image?4-b132" border="0" alt="" width="468" height="60" /></a></p>
<p>During the <a title="Dutch PHP Conference 2010" href="http://www.kanenas.net/2010/03/07/dutch-php-conference-2010/">Dutch PHP Conference 2010</a>, I had the time to walk around the city of <a title="Amsterdam" href="http://en.wikipedia.org/wiki/Amsterdam" target="_blank">Amsterdam</a>.</p>
				<div id="gallery-fced79de" class="flickr-gallery photoset">
													<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4737829663"><img class="photo" title="Bicycles in Amsterdam RAI Station - Amsterdam" src="http://farm5.static.flickr.com/4074/4737829663_f96ce230c9_s.jpg" alt="Bicycles in Amsterdam RAI Station - Amsterdam" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4738465756"><img class="photo" title="Madame Tussaud museum (2) - Amsterdam" src="http://farm5.static.flickr.com/4140/4738465756_c57e2c8ba1_s.jpg" alt="Madame Tussaud museum (2) - Amsterdam" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4737832099"><img class="photo" title="The Dam - Amsterdam" src="http://farm5.static.flickr.com/4143/4737832099_64aa42f2e2_s.jpg" alt="The Dam - Amsterdam" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4737833533"><img class="photo" title="Canals (2) - Amsterdam" src="http://farm5.static.flickr.com/4082/4737833533_669b27abe0_s.jpg" alt="Canals (2) - Amsterdam" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4738469944"><img class="photo" title="Canals (1) - Amsterdam" src="http://farm5.static.flickr.com/4073/4738469944_58963ca706_s.jpg" alt="Canals (1) - Amsterdam" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4737836407"><img class="photo" title="Amstel River (3) - Amsterdam" src="http://farm5.static.flickr.com/4095/4737836407_47ea257e0b_s.jpg" alt="Amstel River (3) - Amsterdam" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4738472932"><img class="photo" title="Amstel River (2) - Amsterdam" src="http://farm5.static.flickr.com/4121/4738472932_ca508baced_s.jpg" alt="Amstel River (2) - Amsterdam" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4737839699"><img class="photo" title="Amstel River (1) - Amsterdam" src="http://farm5.static.flickr.com/4096/4737839699_3ccdba5131_s.jpg" alt="Amstel River (1) - Amsterdam" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4737841143"><img class="photo" title="Dam Square - Amsterdam" src="http://farm5.static.flickr.com/4099/4737841143_6263ed6de3_s.jpg" alt="Dam Square - Amsterdam" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4738477266"><img class="photo" title="The Van Gogh Museum - Amsterdam" src="http://farm5.static.flickr.com/4102/4738477266_fa3944ccff_s.jpg" alt="The Van Gogh Museum - Amsterdam" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4737843863"><img class="photo" title="Rijksmuseum - Amsterdam" src="http://farm5.static.flickr.com/4137/4737843863_b643b06a46_s.jpg" alt="Rijksmuseum - Amsterdam" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4737845129"><img class="photo" title="Nieuwezijds Voorburgwal - Amsterdam" src="http://farm5.static.flickr.com/4142/4737845129_29a9e38c47_s.jpg" alt="Nieuwezijds Voorburgwal - Amsterdam" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4738481412"><img class="photo" title="Madame Tussaud museum (1) - Amsterdam" src="http://farm5.static.flickr.com/4099/4738481412_6e27232598_s.jpg" alt="Madame Tussaud museum (1) - Amsterdam" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4737848163"><img class="photo" title="4-floor bicycle parking garage - Amsterdam" src="http://farm5.static.flickr.com/4100/4737848163_6a307ceaeb_s.jpg" alt="4-floor bicycle parking garage - Amsterdam" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4737849691"><img class="photo" title="Stationsplein, Centraal Station - Amsterdam" src="http://farm5.static.flickr.com/4074/4737849691_4ce82b5dc9_s.jpg" alt="Stationsplein, Centraal Station - Amsterdam" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4737851005"><img class="photo" title="Fried potatoes with mayonnaise - Amsterdam" src="http://farm5.static.flickr.com/4100/4737851005_73e048cae4_s.jpg" alt="Fried potatoes with mayonnaise - Amsterdam" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4737852501"><img class="photo" title="Damrak canal (2) - Amsterdam" src="http://farm5.static.flickr.com/4079/4737852501_774e7f2d6b_s.jpg" alt="Damrak canal (2) - Amsterdam" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4738488708"><img class="photo" title="Damrak canal (1) - Amsterdam" src="http://farm5.static.flickr.com/4143/4738488708_331bc60677_s.jpg" alt="Damrak canal (1) - Amsterdam" /></a>
								</div>
												<div class="fg-clear"></div>
				</div>
									<div class="fg-clear" id="fg-fced79de-nav">
						<div id="fg-fced79de-next" class="flickr-gallery-next" style="float: right"><a href="#">Next Page &rsaquo;</a></div>
						<div id="fg-fced79de-prev" class="flickr-gallery-prev" style="display: none; float: left"><a href="#">&lsaquo; Previous Page</a></div>
					</div>
												<div class="fg-clear"></div>
							<script type="text/javascript">
											jQuery(document).ready(function(){
							jQuery("#gallery-fced79de .flickr-thumb img").flightbox();
						});
										
											var flickr_gallery_fced79de_page = 1;
						(function($){
							$(document).ready(function(){
								$("#fg-fced79de-next a, #fg-fced79de-prev a").click(function(e){
									if ( $(e.target).parent().is("#fg-fced79de-next") ) {
										flickr_gallery_fced79de_page++;
									} else {
										flickr_gallery_fced79de_page--;
									}
									$("#gallery-fced79de .flickr-thumb").css("visibility", "hidden");
									//$("#gallery-fced79de").css("background", "transparent url(http://www.kanenas.net/wp-content/plugins/flickr-gallery/flightbox/images/loading-2.gif) scroll no-repeat center center");
									$.post("/feed/", {
										action: 'flickr-gallery-page',
										pager: "O:15:\"phpFlickr_pager\":5:{s:6:\"method\";s:26:\"flickr.photosets.getPhotos\";s:4:\"args\";a:4:{s:11:\"photoset_id\";s:17:\"72157624367513852\";s:6:\"extras\";s:6:\",media\";s:8:\"per_page\";i:18;s:4:\"page\";i:1;}s:8:\"per_page\";s:2:\"18\";s:4:\"page\";i:1;s:6:\"_extra\";N;}",
										page: flickr_gallery_fced79de_page
									}, function(rsp){
										$("#gallery-fced79de").html(rsp.html);
																					$("#gallery-fced79de .flickr-thumb img").flightbox();
																				if ( rsp.page == 1 ) {
											$("#fg-fced79de-prev").hide();
										} else {
											$("#fg-fced79de-prev").show();
										}
										if ( rsp.page == rsp.pages ) {
											$("#fg-fced79de-next").hide();
										} else {
											$("#fg-fced79de-next").show();
										}
									}, 'json');
									return false;
								});
							});
						})(jQuery);
										//-->
				</script>
			
<p>See some photos as a <a title="Amsterdam" href="http://www.flickr.com/photos/kanenas-net/sets/72157624367513852/show/" target="_blank">slide-show</a> in <a title="Flickr.com" href="http://www.flickr.com/" target="_blank">Flickr.com</a> or <a title="subscribe to the set " href="http://api.flickr.com/services/feeds/photoset.gne?set=72157624367513852&amp;nsid=22363420@N00&amp;lang=en-us" target="_blank">subscribe to the set &#8220;Amsterdam&#8221;</a>.</p>
<p> <img src='http://www.kanenas.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
Note: There is a rating embedded within this post, please visit this post to rate it.
<h2  class="related_post_title">read also...</h2><ul class="related_post"><li>04/07/2010 -- <a href="http://www.kanenas.net/2010/07/04/amsterdam-tram-4-from-spui-to-amsterdam-rai/" title="Amsterdam, Tram-4 (From Spui to Amsterdam RAI)">Amsterdam, Tram-4 (From Spui to Amsterdam RAI)</a> (0)</li><li>18/04/2010 -- <a href="http://www.kanenas.net/2010/04/18/bring-them-back/" title="BRING THEM BACK!">BRING THEM BACK!</a> (0)</li><li>07/03/2010 -- <a href="http://www.kanenas.net/2010/03/07/dutch-php-conference-2010/" title="Dutch PHP Conference 2010">Dutch PHP Conference 2010</a> (0)</li><li>25/01/2010 -- <a href="http://www.kanenas.net/2010/01/25/ausfahrt-switzerland/" title="Ausfahrt &#8211;> Switzerland">Ausfahrt &#8211;> Switzerland</a> (0)</li><li>04/01/2010 -- <a href="http://www.kanenas.net/2010/01/04/panorama-switzerland/" title="Panorama - Switzerland">Panorama - Switzerland</a> (0)</li><li>07/11/2009 -- <a href="http://www.kanenas.net/2009/11/07/panorama-jordan/" title="Panorama - Jordan">Panorama - Jordan</a> (0)</li><li>13/09/2009 -- <a href="http://www.kanenas.net/2009/09/13/landscapes-temples-tastes-of-sri-lanka/" title="Landscapes, temples &#038; tastes of Sri Lanka">Landscapes, temples &#038; tastes of Sri Lanka</a> (0)</li><li>27/08/2009 -- <a href="http://www.kanenas.net/2009/08/27/ayubowan-sri-lanka/" title="Ayubowan - Sri Lanka">Ayubowan - Sri Lanka</a> (0)</li><li>24/08/2009 -- <a href="http://www.kanenas.net/2009/08/24/wild-life-in-sri-lanka/" title="Wild Life in Sri Lanka">Wild Life in Sri Lanka</a> (0)</li><li>21/05/2009 -- <a href="http://www.kanenas.net/2009/05/21/masai-mara-hippopotamus-fighting/" title="Masai Mara - Hippopotamus fighting">Masai Mara - Hippopotamus fighting</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.kanenas.net/2010/06/27/amsterdam-piki-piki-ram-the-photos/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Relaxing in Nafplion</title>
		<link>http://www.kanenas.net/2010/05/09/relaxing-in-nafplion/</link>
		<comments>http://www.kanenas.net/2010/05/09/relaxing-in-nafplion/#comments</comments>
		<pubDate>Sun, 09 May 2010 18:30:51 +0000</pubDate>
		<dc:creator>kanenas.net</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Travel]]></category>

		<category><![CDATA[greece]]></category>

		<category><![CDATA[Nafplio]]></category>

		<category><![CDATA[Nafplion]]></category>

		<category><![CDATA[Palamidi]]></category>

		<category><![CDATA[panorama]]></category>

		<category><![CDATA[photos]]></category>

		<category><![CDATA[sunset]]></category>

		<category><![CDATA[Ελλάδα]]></category>

		<category><![CDATA[ηλιοβασίλεμα]]></category>

		<category><![CDATA[Ναύπλιο]]></category>

		<category><![CDATA[Παλαμήδι]]></category>

		<category><![CDATA[πανόραμα]]></category>

		<category><![CDATA[φωτογραφίες]]></category>

		<guid isPermaLink="false">http://www.kanenas.net/?p=264</guid>
		<description><![CDATA[A few days off and... we are in Nafplion (http://en.wikipedia.org/wiki/Nafplion). 
Nafplion is located on the Argolic Gulf(http://en.wikipedia.org/wiki/Argolic_Gulf) in the northeast Peloponnese(http://en.wikipedia.org/wiki/Peloponnese). Most of the old town is on a peninsula jutting into the gulf; this peninsula forms a naturally protected bay that is enhanced by the addition of man-made moles.
[flickr-gallery mode="photoset" photoset="72157624025080948"]
See some photos <a title="Nafplion" href="http://www.flickr.com/photos/kanenas-net/sets/72157624025080948/show/" target="_blank">slide-show</a> in <a title="Flickr.com" href="http://www.flickr.com/" target="_blank">Flickr.com</a>.
It feels so good when you are relaxed! I think I must do that more often!
;)
Thanks F.]]></description>
			<content:encoded><![CDATA[<p><a href="http://ww1.grab.gr/serv/click?4-b132" target="_blank"><img src="http://ww1.grab.gr/serv/image?4-b132" border="0" alt="" width="468" height="60" /></a></p>
<p>A few days off and&#8230; we are in <a title="Nafplion" href="http://en.wikipedia.org/wiki/Nafplion" target="_blank">Nafplion</a>.</p>
<p>Nafplion is located on the <a title="Argolic Gulf" href="http://en.wikipedia.org/wiki/Argolic_Gulf" target="_blank">Argolic Gulf</a> in the northeast <a title="Peloponnese" href="http://en.wikipedia.org/wiki/Peloponnese" target="_blank">Peloponnese</a>. Most of the old town is on a peninsula jutting into the gulf; this peninsula forms a naturally protected bay that is enhanced by the addition of man-made moles.</p>
				<div id="gallery-85c1d0d3" class="flickr-gallery photoset">
													<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4592695338"><img class="photo" title="View from Palamidi - 3" src="http://farm2.static.flickr.com/1401/4592695338_5514595ed5_s.jpg" alt="View from Palamidi - 3" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4592082615"><img class="photo" title="Sunset in Nafplio - 2" src="http://farm2.static.flickr.com/1238/4592082615_3c4f6aeb38_s.jpg" alt="Sunset in Nafplio - 2" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4592707732"><img class="photo" title="Sunset in Nafplio - 1" src="http://farm4.static.flickr.com/3398/4592707732_3a0d0737ac_s.jpg" alt="Sunset in Nafplio - 1" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4592098231"><img class="photo" title="View from the harbor" src="http://farm2.static.flickr.com/1007/4592098231_62516025a8_s.jpg" alt="View from the harbor" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4592106993"><img class="photo" title="View from Palamidi - 2" src="http://farm4.static.flickr.com/3242/4592106993_0d76a5d3eb_s.jpg" alt="View from Palamidi - 2" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4592116391"><img class="photo" title="View from Palamidi - 1" src="http://farm4.static.flickr.com/3483/4592116391_b3b865cf96_s.jpg" alt="View from Palamidi - 1" /></a>
								</div>
												<div class="fg-clear"></div>
				</div>
												<div class="fg-clear"></div>
							<script type="text/javascript">
											jQuery(document).ready(function(){
							jQuery("#gallery-85c1d0d3 .flickr-thumb img").flightbox();
						});
										
										//-->
				</script>
			
<p>See some photos <a title="Nafplion" href="http://www.flickr.com/photos/kanenas-net/sets/72157624025080948/show/" target="_blank">slide-show</a> in <a title="Flickr.com" href="http://www.flickr.com/" target="_blank">Flickr.com</a>.</p>
<p>It feels so good when you are relaxed! I think I must do that more often!<br />
 <img src='http://www.kanenas.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Thanks F.</p>
Note: There is a rating embedded within this post, please visit this post to rate it.
<h2  class="related_post_title">read also...</h2><ul class="related_post"><li>07/11/2009 -- <a href="http://www.kanenas.net/2009/11/07/panorama-jordan/" title="Panorama - Jordan">Panorama - Jordan</a> (0)</li><li>18/04/2010 -- <a href="http://www.kanenas.net/2010/04/18/bring-them-back/" title="BRING THEM BACK!">BRING THEM BACK!</a> (0)</li><li>07/04/2010 -- <a href="http://www.kanenas.net/2010/04/07/cholesterol-levels-2010-greek-easter/" title="Cholesterol Levels 2010 (= Greek Easter)">Cholesterol Levels 2010 (= Greek Easter)</a> (1)</li><li>04/01/2010 -- <a href="http://www.kanenas.net/2010/01/04/panorama-switzerland/" title="Panorama - Switzerland">Panorama - Switzerland</a> (0)</li><li>05/09/2009 -- <a href="http://www.kanenas.net/2009/09/05/panorama-sri-lanka/" title="Panorama - Sri Lanka">Panorama - Sri Lanka</a> (0)</li><li>24/08/2009 -- <a href="http://www.kanenas.net/2009/08/24/wild-life-in-sri-lanka/" title="Wild Life in Sri Lanka">Wild Life in Sri Lanka</a> (0)</li><li>21/04/2009 -- <a href="http://www.kanenas.net/2009/04/21/%ce%b5%ce%bb%ce%bb%ce%ae%ce%bd%cf%89%ce%bd-%cf%80%ce%ac%cf%83%cf%87%ce%b1/" title="Ελλήνων Πάσχα">Ελλήνων Πάσχα</a> (1)</li><li>24/03/2009 -- <a href="http://www.kanenas.net/2009/03/24/around-the-world/" title="Around the world">Around the world</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.kanenas.net/2010/05/09/relaxing-in-nafplion/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BRING THEM BACK!</title>
		<link>http://www.kanenas.net/2010/04/18/bring-them-back/</link>
		<comments>http://www.kanenas.net/2010/04/18/bring-them-back/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 20:36:51 +0000</pubDate>
		<dc:creator>kanenas.net</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Acropolis]]></category>

		<category><![CDATA[Athens]]></category>

		<category><![CDATA[Athens Museum]]></category>

		<category><![CDATA[BRING THEM BACK]]></category>

		<category><![CDATA[British Museum]]></category>

		<category><![CDATA[campaign]]></category>

		<category><![CDATA[greece]]></category>

		<category><![CDATA[Greek]]></category>

		<category><![CDATA[Monument]]></category>

		<category><![CDATA[museum]]></category>

		<category><![CDATA[Parthenon]]></category>

		<category><![CDATA[Parthenon Marbles]]></category>

		<guid isPermaLink="false">http://www.kanenas.net/?p=258</guid>
		<description><![CDATA[Reunite Them! “BRING THEM BACK!”
Thousands of pieces of Greek antiquities are hosted in the British Museum. Our campaign does not ask for the return of those.
We ask for the return of the Parthenon Marbles in Greece and the Reunification of the Monument.
We, the users of the Internet obtain power and we are able to mobilize the international public opinion. Our goal can be achieved this way.
Do you believe this is fair? If yes, help this goal come true.
Say your own “BRING THEM BACK!”]]></description>
			<content:encoded><![CDATA[<blockquote><p><a href="http://www.bringthemback.org/" target="_blank"><img class="alignleft" style="border: 0pt none;" title="BRING THEM BACK!" src="http://www.kanenas.net/images/bringthemback.png" border="0" alt="BRING THEM BACK!" width="206" height="168" /></a>Reunite Them! <a title="BRING THEM BACK!" href="http://www.bringthemback.org/" target="_blank">“BRING THEM BACK!”</a><br />
Thousands of pieces of Greek antiquities are hosted in the British Museum. Our campaign does not ask for the return of those.<br />
We ask for the return of the <a title="Parthenon Marbles" href="http://www.theacropolismuseum.gr/" target="_blank">Parthenon Marbles</a> in Greece and the Reunification of the Monument.<br />
We, the users of the Internet obtain power and we are able to mobilize the international public opinion. Our goal can be achieved this way.<br />
Do you believe this is fair? If <a title="BRING THEM BACK!" href="http://www.bringthemback.org/" target="_blank">yes</a>, help this goal come true.<br />
Say your own <a title="BRING THEM BACK!" href="http://www.bringthemback.org/" target="_blank">“BRING THEM BACK!”</a></p>
<p><a title="BRING THEM BACK!" href="http://www.bringthemback.org/" target="_blank">www.bringthemback.org</a></p></blockquote>
Note: There is a rating embedded within this post, please visit this post to rate it.
<h2  class="related_post_title">read also...</h2><ul class="related_post"><li>07/04/2010 -- <a href="http://www.kanenas.net/2010/04/07/cholesterol-levels-2010-greek-easter/" title="Cholesterol Levels 2010 (= Greek Easter)">Cholesterol Levels 2010 (= Greek Easter)</a> (1)</li><li>27/06/2010 -- <a href="http://www.kanenas.net/2010/06/27/amsterdam-piki-piki-ram-the-photos/" title="Amsterdam, piki piki ram (the photos)!">Amsterdam, piki piki ram (the photos)!</a> (0)</li><li>09/05/2010 -- <a href="http://www.kanenas.net/2010/05/09/relaxing-in-nafplion/" title="Relaxing in Nafplion">Relaxing in Nafplion</a> (1)</li><li>07/03/2010 -- <a href="http://www.kanenas.net/2010/03/07/dutch-php-conference-2010/" title="Dutch PHP Conference 2010">Dutch PHP Conference 2010</a> (0)</li><li>25/01/2010 -- <a href="http://www.kanenas.net/2010/01/25/ausfahrt-switzerland/" title="Ausfahrt &#8211;> Switzerland">Ausfahrt &#8211;> Switzerland</a> (0)</li><li>04/01/2010 -- <a href="http://www.kanenas.net/2010/01/04/panorama-switzerland/" title="Panorama - Switzerland">Panorama - Switzerland</a> (0)</li><li>15/12/2009 -- <a href="http://www.kanenas.net/2009/12/15/athens-startup-weekend-2/" title="Athens StartUp Weekend 2">Athens StartUp Weekend 2</a> (0)</li><li>13/09/2009 -- <a href="http://www.kanenas.net/2009/09/13/landscapes-temples-tastes-of-sri-lanka/" title="Landscapes, temples &#038; tastes of Sri Lanka">Landscapes, temples &#038; tastes of Sri Lanka</a> (0)</li><li>21/04/2009 -- <a href="http://www.kanenas.net/2009/04/21/%ce%b5%ce%bb%ce%bb%ce%ae%ce%bd%cf%89%ce%bd-%cf%80%ce%ac%cf%83%cf%87%ce%b1/" title="Ελλήνων Πάσχα">Ελλήνων Πάσχα</a> (1)</li><li>14/03/2009 -- <a href="http://www.kanenas.net/2009/03/14/will-that-be-our-sixth-sense/" title="Will that be our&#8230; Sixth Sense?">Will that be our&#8230; Sixth Sense?</a> (2)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.kanenas.net/2010/04/18/bring-them-back/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cholesterol Levels 2010 (= Greek Easter)</title>
		<link>http://www.kanenas.net/2010/04/07/cholesterol-levels-2010-greek-easter/</link>
		<comments>http://www.kanenas.net/2010/04/07/cholesterol-levels-2010-greek-easter/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 22:46:42 +0000</pubDate>
		<dc:creator>kanenas.net</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[arni]]></category>

		<category><![CDATA[Easter]]></category>

		<category><![CDATA[fagito]]></category>

		<category><![CDATA[flowers]]></category>

		<category><![CDATA[food]]></category>

		<category><![CDATA[greece]]></category>

		<category><![CDATA[Greek]]></category>

		<category><![CDATA[Greek Pasxa]]></category>

		<category><![CDATA[holidays]]></category>

		<category><![CDATA[Kato Akhaia]]></category>

		<category><![CDATA[kreatosouvla]]></category>

		<category><![CDATA[lamp]]></category>

		<category><![CDATA[Pasxa]]></category>

		<category><![CDATA[souvla]]></category>

		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://www.kanenas.net/?p=251</guid>
		<description><![CDATA[See the photos as a <a title="Easter 2010" href="http://www.flickr.com/photos/kanenas-net/sets/72157623660505367/show/" target="_blank">slide-show</a> in <a title="Flickr.com" href="http://www.flickr.com/" target="_blank">Flickr.com</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://ww1.grab.gr/serv/click?4-b132" target="_top"><img src="http://ww1.grab.gr/serv/image?4-b132" border="0" alt="" width="468" height="60" /></a></p>
				<div id="gallery-dcc11c87" class="flickr-gallery photoset">
													<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4496027375"><img class="photo" title="Flowers - 2" src="http://farm5.static.flickr.com/4062/4496027375_298f5c7cc0_s.jpg" alt="Flowers - 2" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4496029099"><img class="photo" title="Flowers - 1" src="http://farm3.static.flickr.com/2771/4496029099_2513ca891c_s.jpg" alt="Flowers - 1" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4496667762"><img class="photo" title="Arni (lamp) & kokoretsi - 3" src="http://farm3.static.flickr.com/2765/4496667762_9c6e005680_s.jpg" alt="Arni (lamp) & kokoretsi - 3" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4496033069"><img class="photo" title="Arni (lamp) & kokoretsi - 1" src="http://farm5.static.flickr.com/4017/4496033069_f3ec464229_s.jpg" alt="Arni (lamp) & kokoretsi - 1" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4496034957"><img class="photo" title="O psistis... testing the kokoretsi!" src="http://farm3.static.flickr.com/2798/4496034957_a4f5e837c6_s.jpg" alt="O psistis... testing the kokoretsi!" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4496036599"><img class="photo" title="Kokoretsi (hot)" src="http://farm5.static.flickr.com/4071/4496036599_3c450bf017_s.jpg" alt="Kokoretsi (hot)" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4496675502"><img class="photo" title="Arni (lamp) & kokoretsi - 2" src="http://farm3.static.flickr.com/2724/4496675502_64c5e483ac_s.jpg" alt="Arni (lamp) & kokoretsi - 2" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4496040475"><img class="photo" title="O psistis... again!" src="http://farm5.static.flickr.com/4040/4496040475_19b6980740_s.jpg" alt="O psistis... again!" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4496042381"><img class="photo" title="O psistis..." src="http://farm5.static.flickr.com/4007/4496042381_b9d361d7d6_s.jpg" alt="O psistis..." /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4496681102"><img class="photo" title="Lamp... served!" src="http://farm5.static.flickr.com/4020/4496681102_66ecfce750_s.jpg" alt="Lamp... served!" /></a>
								</div>
												<div class="fg-clear"></div>
				</div>
												<div class="fg-clear"></div>
							<script type="text/javascript">
											jQuery(document).ready(function(){
							jQuery("#gallery-dcc11c87 .flickr-thumb img").flightbox();
						});
										
										//-->
				</script>
			<br />
See the photos as a <a title="Easter 2010" href="http://www.flickr.com/photos/kanenas-net/sets/72157623660505367/show/" target="_blank">slide-show</a> in <a title="Flickr.com" href="http://www.flickr.com/" target="_blank">Flickr.com</a>.</p>
<pre class="brush: php;">
&lt;?php
// Set your Cholesterol Level before executing the script!
// Uncomment the next line.
// $Cholesterol = 240;

if (!isset($Cholesterol) || $Cholesterol=='') {
	echo 'This is good!';
} else {
	if ($Cholesterol&lt;200) {
		echo 'Desirable level. Low risk for coronary heart disease.';
	} elseif ($Cholesterol&gt;=200 &amp;&amp; $Cholesterol&lt;240) {
		echo 'Borderline high!';
	} else {
		echo '&lt;strong&gt;DANGER!&lt;/strong&gt; High blood cholesterol!';
	}
}
?&gt;
</pre>
<p> <img src='http://www.kanenas.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Note: There is a rating embedded within this post, please visit this post to rate it.
<h2  class="related_post_title">read also...</h2><ul class="related_post"><li>21/04/2009 -- <a href="http://www.kanenas.net/2009/04/21/%ce%b5%ce%bb%ce%bb%ce%ae%ce%bd%cf%89%ce%bd-%cf%80%ce%ac%cf%83%cf%87%ce%b1/" title="Ελλήνων Πάσχα">Ελλήνων Πάσχα</a> (1)</li><li>02/07/2010 -- <a href="http://www.kanenas.net/2010/07/02/fizzbuzz-questions-coding-for-fun/" title="FizzBuzz questions &#038; coding for fun!">FizzBuzz questions &#038; coding for fun!</a> (0)</li><li>18/04/2010 -- <a href="http://www.kanenas.net/2010/04/18/bring-them-back/" title="BRING THEM BACK!">BRING THEM BACK!</a> (0)</li><li>07/03/2010 -- <a href="http://www.kanenas.net/2010/03/07/dutch-php-conference-2010/" title="Dutch PHP Conference 2010">Dutch PHP Conference 2010</a> (0)</li><li>15/02/2010 -- <a href="http://www.kanenas.net/2010/02/15/track-my-weather-v05-facebook-application/" title="Track My Weather v.0.5 - Facebook Application">Track My Weather v.0.5 - Facebook Application</a> (1)</li><li>20/12/2009 -- <a href="http://www.kanenas.net/2009/12/20/15-rules-to-follow-for-safer-web-applications/" title="15 Rules to follow for safer web applications">15 Rules to follow for safer web applications</a> (2)</li><li>15/12/2009 -- <a href="http://www.kanenas.net/2009/12/15/athens-startup-weekend-2/" title="Athens StartUp Weekend 2">Athens StartUp Weekend 2</a> (0)</li><li>29/07/2009 -- <a href="http://www.kanenas.net/2009/07/29/track-my-weather-v01-facebook-application/" title="Track My Weather v.0.1 - Facebook Application">Track My Weather v.0.1 - Facebook Application</a> (0)</li><li>01/07/2009 -- <a href="http://www.kanenas.net/2009/07/01/php-530-released/" title="PHP 5.3.0 Released!">PHP 5.3.0 Released!</a> (0)</li><li>20/06/2009 -- <a href="http://www.kanenas.net/2009/06/20/php-5210-released/" title="PHP 5.2.10 Released!">PHP 5.2.10 Released!</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.kanenas.net/2010/04/07/cholesterol-levels-2010-greek-easter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dutch PHP Conference 2010</title>
		<link>http://www.kanenas.net/2010/03/07/dutch-php-conference-2010/</link>
		<comments>http://www.kanenas.net/2010/03/07/dutch-php-conference-2010/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 20:45:54 +0000</pubDate>
		<dc:creator>kanenas.net</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[Amsterdam]]></category>

		<category><![CDATA[conference]]></category>

		<category><![CDATA[Dutch PHP Conference]]></category>

		<category><![CDATA[Ibuildings]]></category>

		<category><![CDATA[tech news]]></category>

		<guid isPermaLink="false">http://www.kanenas.net/?p=247</guid>
		<description><![CDATA[
Learn from the experts in the PHP community!
Ibuildings is proud to organize the fourth Dutch PHP Conference on June 11 and 12. Plus a pre-conference tutorial day on June 10. Both programs will be completely in English so the only Dutch thing about it is the location.
Keywords for these days: Know-how, Technology, Best Practices, Networking, [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Dutch PHP Conference 2010" href="http://phpconference.nl/" target="_blank"><img title="Dutch PHP Conference 2010" src="http://www.kanenas.net/images/logoDPC10.png" border="0" alt="Dutch PHP Conference 2010" /></a></p>
<blockquote><p>Learn from the experts in the <a title="php.net" href="http://php.net" target="_blank">PHP</a> community!<br />
<a title="Ibuildings" href="http://www.ibuildings.com/" target="_blank">Ibuildings</a> is proud to organize the fourth <a title="Dutch PHP Conference 2010" href="http://phpconference.nl/" target="_blank">Dutch PHP Conference</a> on June 11 and 12. Plus a pre-conference tutorial day on June 10. Both programs will be completely in <strong>English</strong> so the only Dutch thing about it is the location.</p>
<p>Keywords for these days: Know-how, Technology, Best Practices, Networking, Tips &amp; Tricks.</p></blockquote>
<p>See the <a title="schedule" href="http://phpconference.nl/schedule/" target="_blank">schedule</a>.<br />
Register <a title="Registration" href="http://dpc10.paydro.net/" target="_blank">here</a>&#8230;<br />
Note: There is a rating embedded within this post, please visit this post to rate it.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.kanenas.net%2F2010%2F03%2F07%2Fdutch-php-conference-2010%2F&amp;linkname=Dutch%20PHP%20Conference%202010"><img src="http://www.kanenas.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p><h2  class="related_post_title">read also...</h2><ul class="related_post"><li>15/12/2009 -- <a href="http://www.kanenas.net/2009/12/15/athens-startup-weekend-2/" title="Athens StartUp Weekend 2">Athens StartUp Weekend 2</a> (0)</li><li>02/07/2010 -- <a href="http://www.kanenas.net/2010/07/02/fizzbuzz-questions-coding-for-fun/" title="FizzBuzz questions &#038; coding for fun!">FizzBuzz questions &#038; coding for fun!</a> (0)</li><li>07/04/2010 -- <a href="http://www.kanenas.net/2010/04/07/cholesterol-levels-2010-greek-easter/" title="Cholesterol Levels 2010 (= Greek Easter)">Cholesterol Levels 2010 (= Greek Easter)</a> (1)</li><li>15/02/2010 -- <a href="http://www.kanenas.net/2010/02/15/track-my-weather-v05-facebook-application/" title="Track My Weather v.0.5 - Facebook Application">Track My Weather v.0.5 - Facebook Application</a> (1)</li><li>20/12/2009 -- <a href="http://www.kanenas.net/2009/12/20/15-rules-to-follow-for-safer-web-applications/" title="15 Rules to follow for safer web applications">15 Rules to follow for safer web applications</a> (2)</li><li>29/07/2009 -- <a href="http://www.kanenas.net/2009/07/29/track-my-weather-v01-facebook-application/" title="Track My Weather v.0.1 - Facebook Application">Track My Weather v.0.1 - Facebook Application</a> (0)</li><li>01/07/2009 -- <a href="http://www.kanenas.net/2009/07/01/php-530-released/" title="PHP 5.3.0 Released!">PHP 5.3.0 Released!</a> (0)</li><li>20/06/2009 -- <a href="http://www.kanenas.net/2009/06/20/php-5210-released/" title="PHP 5.2.10 Released!">PHP 5.2.10 Released!</a> (0)</li><li>10/03/2009 -- <a href="http://www.kanenas.net/2009/03/10/php-529-released/" title="PHP 5.2.9 Released!">PHP 5.2.9 Released!</a> (0)</li><li>27/06/2010 -- <a href="http://www.kanenas.net/2010/06/27/amsterdam-piki-piki-ram-the-photos/" title="Amsterdam, piki piki ram (the photos)!">Amsterdam, piki piki ram (the photos)!</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.kanenas.net/2010/03/07/dutch-php-conference-2010/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Track My Weather v.0.5 - Facebook Application</title>
		<link>http://www.kanenas.net/2010/02/15/track-my-weather-v05-facebook-application/</link>
		<comments>http://www.kanenas.net/2010/02/15/track-my-weather-v05-facebook-application/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 16:39:19 +0000</pubDate>
		<dc:creator>kanenas.net</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[AccuWeather]]></category>

		<category><![CDATA[application]]></category>

		<category><![CDATA[facebook]]></category>

		<category><![CDATA[Track My Weather]]></category>

		<category><![CDATA[weather]]></category>

		<category><![CDATA[weather forecasts]]></category>

		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.kanenas.net/?p=243</guid>
		<description><![CDATA[Track My Weather v.0.5
Added horizontal menu (Track My Weather, Invite Friends, Fan Box).
Fixed a height issue with some browsers.
Track My Weather is a Facebook Application with which you can find weather forecasts for cities all over the world.
Data are provided by AccuWeather.
Our goal is to create an application that is easy to use and no [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Track My Weather" href="http://apps.facebook.com/track-my-weather/" target="_blank">Track My Weather v.0.5</a></p>
<p>Added horizontal menu (Track My Weather, Invite Friends, Fan Box).<br />
Fixed a height issue with some browsers.</p>
<blockquote><p><a title="Track My Weather" href="http://apps.facebook.com/track-my-weather/" target="_blank">Track My Weather</a> is a <a title="Facebook" href="http://www.facebook.com/" target="_blank">Facebook</a> Application with which you can find weather forecasts for cities all over the world.<br />
Data are provided by <a title="AccuWeather" href="http://www.accuweather.com/" target="_blank">AccuWeather</a>.</p>
<p>Our goal is to create an application that is <strong>easy to use</strong> and <strong>no need for facebook users to worry about their privacy</strong>!</p>
<p>So, <a title="Track My Weather" href="http://apps.facebook.com/track-my-weather/" target="_blank">Track My Weather</a> will be under development for some time&#8230;</p>
<p>You can add the application&#8230;<br />
<a title="Track My Weather" href="http://apps.facebook.com/track-my-weather/" target="_blank">http://apps.facebook.com/track-my-weather/</a></p>
<p>Become a Fan&#8230;<br />
<a title="Track My Weather - Become a Fan" href="http://www.facebook.com/apps/application.php?id=111035455558" target="_blank">http://www.facebook.com/apps/application.php?id=111035455558</a></p>
<p>We can use all the feedback we can get!</p></blockquote>
Note: There is a rating embedded within this post, please visit this post to rate it.
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.kanenas.net%2F2010%2F02%2F15%2Ftrack-my-weather-v05-facebook-application%2F&amp;linkname=Track%20My%20Weather%20v.0.5%20-%20Facebook%20Application"><img src="http://www.kanenas.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p><h2  class="related_post_title">read also...</h2><ul class="related_post"><li>29/07/2009 -- <a href="http://www.kanenas.net/2009/07/29/track-my-weather-v01-facebook-application/" title="Track My Weather v.0.1 - Facebook Application">Track My Weather v.0.1 - Facebook Application</a> (0)</li><li>20/12/2009 -- <a href="http://www.kanenas.net/2009/12/20/15-rules-to-follow-for-safer-web-applications/" title="15 Rules to follow for safer web applications">15 Rules to follow for safer web applications</a> (2)</li><li>15/12/2009 -- <a href="http://www.kanenas.net/2009/12/15/athens-startup-weekend-2/" title="Athens StartUp Weekend 2">Athens StartUp Weekend 2</a> (0)</li><li>02/07/2010 -- <a href="http://www.kanenas.net/2010/07/02/fizzbuzz-questions-coding-for-fun/" title="FizzBuzz questions &#038; coding for fun!">FizzBuzz questions &#038; coding for fun!</a> (0)</li><li>07/04/2010 -- <a href="http://www.kanenas.net/2010/04/07/cholesterol-levels-2010-greek-easter/" title="Cholesterol Levels 2010 (= Greek Easter)">Cholesterol Levels 2010 (= Greek Easter)</a> (1)</li><li>07/03/2010 -- <a href="http://www.kanenas.net/2010/03/07/dutch-php-conference-2010/" title="Dutch PHP Conference 2010">Dutch PHP Conference 2010</a> (0)</li><li>01/07/2009 -- <a href="http://www.kanenas.net/2009/07/01/php-530-released/" title="PHP 5.3.0 Released!">PHP 5.3.0 Released!</a> (0)</li><li>20/06/2009 -- <a href="http://www.kanenas.net/2009/06/20/php-5210-released/" title="PHP 5.2.10 Released!">PHP 5.2.10 Released!</a> (0)</li><li>10/03/2009 -- <a href="http://www.kanenas.net/2009/03/10/php-529-released/" title="PHP 5.2.9 Released!">PHP 5.2.9 Released!</a> (0)</li><li>12/02/2010 -- <a href="http://www.kanenas.net/2010/02/12/php-uk-conference-2010/" title="PHP UK Conference 2010">PHP UK Conference 2010</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.kanenas.net/2010/02/15/track-my-weather-v05-facebook-application/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP UK Conference 2010</title>
		<link>http://www.kanenas.net/2010/02/12/php-uk-conference-2010/</link>
		<comments>http://www.kanenas.net/2010/02/12/php-uk-conference-2010/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 21:07:49 +0000</pubDate>
		<dc:creator>kanenas.net</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[AntiPHPatterns]]></category>

		<category><![CDATA[Business Design Centre]]></category>

		<category><![CDATA[Database optimisation]]></category>

		<category><![CDATA[PECL]]></category>

		<category><![CDATA[PHP London]]></category>

		<category><![CDATA[PHP UK Conference]]></category>

		<category><![CDATA[social networks]]></category>

		<category><![CDATA[web service design]]></category>

		<guid isPermaLink="false">http://www.kanenas.net/?p=238</guid>
		<description><![CDATA[

PHP UK Conference 2010 is PHP London&#8217;s fifth annual conference.
When: Friday 26th February 2010
Where: Business Design Centre, London
Talks about:
- AntiPHPatterns
- Best practices for web service design- Database optimisation
- Hidden features - from core to PECL
- &#8216;In search of&#8230;&#8217;  integrating local search systems
- Living with legacy code
- PHP 5.3 in practice
- PHP code audits
- PHP on [...]]]></description>
			<content:encoded><![CDATA[<p><a title="PHP UK Conference 2010" href="http://www.phpconference.co.uk/" target="_blank"><img title="PHP UK Conference 2010" src="http://www.kanenas.net/images/PHPUKConference2010.png" border="0" alt="PHP UK Conference 2010" /></a><br />
<a title="PHP UK Conference 2010" href="http://www.phpconference.co.uk/" target="_blank"></a></p>
<p><a title="PHP UK Conference 2010" href="http://www.phpconference.co.uk/" target="_blank">PHP UK Conference 2010</a> is <a title="PHP London" href="http://www.phplondon.org/" target="_blank">PHP London</a>&#8217;s fifth annual conference.</p>
<p><strong>When</strong>: Friday 26th February 2010<br />
<strong>Where</strong>: <a title="Business Design Center" href="http://www.businessdesigncentre.co.uk/" target="_blank">Business Design Centre</a>, London<br />
<strong>Talks about</strong>:</p>
<blockquote><p>- AntiPHPatterns</p>
<p>- Best practices for web service design- Database optimisation</p>
<p>- Hidden features - from core to <a title="PECL" href="http://pecl.php.net/" target="_blank">PECL</a></p>
<p>- &#8216;In search of&#8230;&#8217;  integrating local search systems</p>
<p>- Living with legacy code</p>
<p>- <a title="PHP" href="http://www.php.net/" target="_blank">PHP</a> 5.3 in practice</p>
<p>- <a title="PHP" href="http://www.php.net/" target="_blank">PHP</a> code audits</p>
<p>- <a title="PHP" href="http://www.php.net/" target="_blank">PHP</a> on the D-BUS</p>
<p>- RDBMS in the social networks age</p>
<p>- Regex-fu</p>
<p>- The lost art of simplicity</p>
<p>- Would you like docs with that?</p></blockquote>
<p><strong><a title="Registration" href="http://www.phpconference.co.uk/registration" target="_blank">Attending</a></strong>: ?!?!</p>
<p> <img src='http://www.kanenas.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
Note: There is a rating embedded within this post, please visit this post to rate it.
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.kanenas.net%2F2010%2F02%2F12%2Fphp-uk-conference-2010%2F&amp;linkname=PHP%20UK%20Conference%202010"><img src="http://www.kanenas.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p><h2  class="related_post_title">read also...</h2><ul class="related_post"><li>02/07/2010 -- <a href="http://www.kanenas.net/2010/07/02/fizzbuzz-questions-coding-for-fun/" title="FizzBuzz questions &#038; coding for fun!">FizzBuzz questions &#038; coding for fun!</a> (0)</li><li>07/04/2010 -- <a href="http://www.kanenas.net/2010/04/07/cholesterol-levels-2010-greek-easter/" title="Cholesterol Levels 2010 (= Greek Easter)">Cholesterol Levels 2010 (= Greek Easter)</a> (1)</li><li>07/03/2010 -- <a href="http://www.kanenas.net/2010/03/07/dutch-php-conference-2010/" title="Dutch PHP Conference 2010">Dutch PHP Conference 2010</a> (0)</li><li>15/02/2010 -- <a href="http://www.kanenas.net/2010/02/15/track-my-weather-v05-facebook-application/" title="Track My Weather v.0.5 - Facebook Application">Track My Weather v.0.5 - Facebook Application</a> (1)</li><li>20/12/2009 -- <a href="http://www.kanenas.net/2009/12/20/15-rules-to-follow-for-safer-web-applications/" title="15 Rules to follow for safer web applications">15 Rules to follow for safer web applications</a> (2)</li><li>15/12/2009 -- <a href="http://www.kanenas.net/2009/12/15/athens-startup-weekend-2/" title="Athens StartUp Weekend 2">Athens StartUp Weekend 2</a> (0)</li><li>29/07/2009 -- <a href="http://www.kanenas.net/2009/07/29/track-my-weather-v01-facebook-application/" title="Track My Weather v.0.1 - Facebook Application">Track My Weather v.0.1 - Facebook Application</a> (0)</li><li>01/07/2009 -- <a href="http://www.kanenas.net/2009/07/01/php-530-released/" title="PHP 5.3.0 Released!">PHP 5.3.0 Released!</a> (0)</li><li>20/06/2009 -- <a href="http://www.kanenas.net/2009/06/20/php-5210-released/" title="PHP 5.2.10 Released!">PHP 5.2.10 Released!</a> (0)</li><li>09/05/2009 -- <a href="http://www.kanenas.net/2009/05/09/do-you-know-where-to-find-me/" title="Do you know where to find me?">Do you know where to find me?</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.kanenas.net/2010/02/12/php-uk-conference-2010/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ausfahrt &#8211;&gt; Switzerland</title>
		<link>http://www.kanenas.net/2010/01/25/ausfahrt-switzerland/</link>
		<comments>http://www.kanenas.net/2010/01/25/ausfahrt-switzerland/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 22:21:33 +0000</pubDate>
		<dc:creator>kanenas.net</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Travel]]></category>

		<category><![CDATA[Interlaken]]></category>

		<category><![CDATA[Landscapes]]></category>

		<category><![CDATA[Lucerne]]></category>

		<category><![CDATA[Rhein Fall]]></category>

		<category><![CDATA[St.Moritz]]></category>

		<category><![CDATA[Stein am Rhein]]></category>

		<category><![CDATA[Switzerland]]></category>

		<category><![CDATA[travel]]></category>

		<category><![CDATA[Zurich]]></category>

		<guid isPermaLink="false">http://www.kanenas.net/?p=234</guid>
		<description><![CDATA[Here is the second set of photos from my latest trip to Switzerland (Zurich, St.Moritz, Lucerne, Rhein Fall, Stein Am Rhein, Interlaken)! Enjoy it…
See the photos as a slide-show in Flickr.com.
;)]]></description>
			<content:encoded><![CDATA[<p><a href="http://ww1.grab.gr/serv/click?4-b132" target="_top"><img src="http://ww1.grab.gr/serv/image?4-b132" border="0" alt="" width="468" height="60" /></a></p>
				<div id="gallery-e2ecded9" class="flickr-gallery photoset">
													<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4301155655"><img class="photo" title="View of Switzerland from the air!" src="http://farm3.static.flickr.com/2679/4301155655_db9d27038a_s.jpg" alt="View of Switzerland from the air!" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4301159935"><img class="photo" title="Zurich - Switzerland" src="http://farm5.static.flickr.com/4003/4301159935_7c1c61c8ef_s.jpg" alt="Zurich - Switzerland" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4301911504"><img class="photo" title="Zurich - Switzerland" src="http://farm3.static.flickr.com/2771/4301911504_201a1850b7_s.jpg" alt="Zurich - Switzerland" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4301167343"><img class="photo" title="Zurich - Switzerland" src="http://farm5.static.flickr.com/4062/4301167343_3aa017c1c0_s.jpg" alt="Zurich - Switzerland" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4301171069"><img class="photo" title="Zurich - Switzerland" src="http://farm3.static.flickr.com/2703/4301171069_fd2b7ca5f9_s.jpg" alt="Zurich - Switzerland" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4301922872"><img class="photo" title="Zurich - Switzerland" src="http://farm5.static.flickr.com/4002/4301922872_06f90c3503_s.jpg" alt="Zurich - Switzerland" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4301177841"><img class="photo" title="Zurich - Switzerland" src="http://farm3.static.flickr.com/2716/4301177841_672d0bba57_s.jpg" alt="Zurich - Switzerland" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4301181735"><img class="photo" title="Zurich - Switzerland" src="http://farm5.static.flickr.com/4009/4301181735_9754b32ee5_s.jpg" alt="Zurich - Switzerland" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4301185441"><img class="photo" title="Zurich - Switzerland" src="http://farm5.static.flickr.com/4009/4301185441_839d373f98_s.jpg" alt="Zurich - Switzerland" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4301189115"><img class="photo" title="Zurich - Switzerland" src="http://farm5.static.flickr.com/4001/4301189115_f7052d9770_s.jpg" alt="Zurich - Switzerland" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4301940948"><img class="photo" title="St.Moritz - Switzerland" src="http://farm5.static.flickr.com/4021/4301940948_1cafb958f2_s.jpg" alt="St.Moritz - Switzerland" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4301196587"><img class="photo" title="St.Moritz - Switzerland" src="http://farm5.static.flickr.com/4011/4301196587_8027f2d1af_s.jpg" alt="St.Moritz - Switzerland" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4301948116"><img class="photo" title="St.Moritz - Switzerland" src="http://farm3.static.flickr.com/2715/4301948116_7a8dc7375a_s.jpg" alt="St.Moritz - Switzerland" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4301204007"><img class="photo" title="St.Moritz - Switzerland" src="http://farm5.static.flickr.com/4003/4301204007_d5f8f14536_s.jpg" alt="St.Moritz - Switzerland" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4301207471"><img class="photo" title="St.Moritz - Switzerland" src="http://farm5.static.flickr.com/4072/4301207471_3bda3f908e_s.jpg" alt="St.Moritz - Switzerland" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4301211421"><img class="photo" title="St.Moritz - Switzerland" src="http://farm5.static.flickr.com/4041/4301211421_56a6fabb33_s.jpg" alt="St.Moritz - Switzerland" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4301215245"><img class="photo" title="Zurich - Switzerland" src="http://farm5.static.flickr.com/4066/4301215245_3b20e54197_s.jpg" alt="Zurich - Switzerland" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4301218355"><img class="photo" title="Rhein Fall - Switzerland" src="http://farm5.static.flickr.com/4054/4301218355_33d19c5e38_s.jpg" alt="Rhein Fall - Switzerland" /></a>
								</div>
												<div class="fg-clear"></div>
				</div>
									<div class="fg-clear" id="fg-e2ecded9-nav">
						<div id="fg-e2ecded9-next" class="flickr-gallery-next" style="float: right"><a href="#">Next Page &rsaquo;</a></div>
						<div id="fg-e2ecded9-prev" class="flickr-gallery-prev" style="display: none; float: left"><a href="#">&lsaquo; Previous Page</a></div>
					</div>
												<div class="fg-clear"></div>
							<script type="text/javascript">
											jQuery(document).ready(function(){
							jQuery("#gallery-e2ecded9 .flickr-thumb img").flightbox();
						});
										
											var flickr_gallery_e2ecded9_page = 1;
						(function($){
							$(document).ready(function(){
								$("#fg-e2ecded9-next a, #fg-e2ecded9-prev a").click(function(e){
									if ( $(e.target).parent().is("#fg-e2ecded9-next") ) {
										flickr_gallery_e2ecded9_page++;
									} else {
										flickr_gallery_e2ecded9_page--;
									}
									$("#gallery-e2ecded9 .flickr-thumb").css("visibility", "hidden");
									//$("#gallery-e2ecded9").css("background", "transparent url(http://www.kanenas.net/wp-content/plugins/flickr-gallery/flightbox/images/loading-2.gif) scroll no-repeat center center");
									$.post("/feed/", {
										action: 'flickr-gallery-page',
										pager: "O:15:\"phpFlickr_pager\":5:{s:6:\"method\";s:26:\"flickr.photosets.getPhotos\";s:4:\"args\";a:4:{s:11:\"photoset_id\";s:17:\"72157623152023061\";s:6:\"extras\";s:6:\",media\";s:8:\"per_page\";i:18;s:4:\"page\";i:1;}s:8:\"per_page\";s:2:\"18\";s:4:\"page\";i:1;s:6:\"_extra\";N;}",
										page: flickr_gallery_e2ecded9_page
									}, function(rsp){
										$("#gallery-e2ecded9").html(rsp.html);
																					$("#gallery-e2ecded9 .flickr-thumb img").flightbox();
																				if ( rsp.page == 1 ) {
											$("#fg-e2ecded9-prev").hide();
										} else {
											$("#fg-e2ecded9-prev").show();
										}
										if ( rsp.page == rsp.pages ) {
											$("#fg-e2ecded9-next").hide();
										} else {
											$("#fg-e2ecded9-next").show();
										}
									}, 'json');
									return false;
								});
							});
						})(jQuery);
										//-->
				</script>
			<br />
Here is the second set of photos from my latest trip to Switzerland (Zurich, St.Moritz, Lucerne, Rhein Fall, Stein Am Rhein, Interlaken)! Enjoy it…<br />
See the photos as a <a title="Landscapes &amp; tastes of Switzerland" href="http://www.flickr.com/photos/kanenas-net/sets/72157623152023061/show/" target="_blank">slide-show</a> in <a title="Flickr.com" href="http://www.flickr.com/" target="_blank">Flickr.com</a>.<br />
 <img src='http://www.kanenas.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Note: There is a rating embedded within this post, please visit this post to rate it.
<h2  class="related_post_title">read also...</h2><ul class="related_post"><li>04/01/2010 -- <a href="http://www.kanenas.net/2010/01/04/panorama-switzerland/" title="Panorama - Switzerland">Panorama - Switzerland</a> (0)</li><li>13/09/2009 -- <a href="http://www.kanenas.net/2009/09/13/landscapes-temples-tastes-of-sri-lanka/" title="Landscapes, temples &#038; tastes of Sri Lanka">Landscapes, temples &#038; tastes of Sri Lanka</a> (0)</li><li>04/07/2010 -- <a href="http://www.kanenas.net/2010/07/04/amsterdam-tram-4-from-spui-to-amsterdam-rai/" title="Amsterdam, Tram-4 (From Spui to Amsterdam RAI)">Amsterdam, Tram-4 (From Spui to Amsterdam RAI)</a> (0)</li><li>27/06/2010 -- <a href="http://www.kanenas.net/2010/06/27/amsterdam-piki-piki-ram-the-photos/" title="Amsterdam, piki piki ram (the photos)!">Amsterdam, piki piki ram (the photos)!</a> (0)</li><li>18/04/2010 -- <a href="http://www.kanenas.net/2010/04/18/bring-them-back/" title="BRING THEM BACK!">BRING THEM BACK!</a> (0)</li><li>07/03/2010 -- <a href="http://www.kanenas.net/2010/03/07/dutch-php-conference-2010/" title="Dutch PHP Conference 2010">Dutch PHP Conference 2010</a> (0)</li><li>15/12/2009 -- <a href="http://www.kanenas.net/2009/12/15/athens-startup-weekend-2/" title="Athens StartUp Weekend 2">Athens StartUp Weekend 2</a> (0)</li><li>07/11/2009 -- <a href="http://www.kanenas.net/2009/11/07/panorama-jordan/" title="Panorama - Jordan">Panorama - Jordan</a> (0)</li><li>27/08/2009 -- <a href="http://www.kanenas.net/2009/08/27/ayubowan-sri-lanka/" title="Ayubowan - Sri Lanka">Ayubowan - Sri Lanka</a> (0)</li><li>24/08/2009 -- <a href="http://www.kanenas.net/2009/08/24/wild-life-in-sri-lanka/" title="Wild Life in Sri Lanka">Wild Life in Sri Lanka</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.kanenas.net/2010/01/25/ausfahrt-switzerland/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Panorama - Switzerland</title>
		<link>http://www.kanenas.net/2010/01/04/panorama-switzerland/</link>
		<comments>http://www.kanenas.net/2010/01/04/panorama-switzerland/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 21:22:50 +0000</pubDate>
		<dc:creator>kanenas.net</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Travel]]></category>

		<category><![CDATA[Interlaken]]></category>

		<category><![CDATA[Lucerne]]></category>

		<category><![CDATA[panorama]]></category>

		<category><![CDATA[Panorama Switzerland]]></category>

		<category><![CDATA[Rhein Fall]]></category>

		<category><![CDATA[St.Moritz]]></category>

		<category><![CDATA[Switzerland]]></category>

		<category><![CDATA[travel]]></category>

		<category><![CDATA[Zurich]]></category>

		<guid isPermaLink="false">http://www.kanenas.net/?p=230</guid>
		<description><![CDATA[[flickr-gallery mode="photoset" photoset="72157623014827827"]
Here is the first set of photos from my latest trip to Switzerland (Zurich, St.Moritz, Lucerne, Rhein Fall, Stein Am Rhein, Interlaken)! Enjoy it…
See the photos as a <a title="Slide Show - Panorama Switzerland" href="http://www.flickr.com/photos/kanenas-net/sets/72157623014827827/show/" target="_blank">slide-show</a> in <a title="Flickr.com" href="http://www.flickr.com/" target="_blank">Flickr.com</a>.
;)]]></description>
			<content:encoded><![CDATA[<p><a href="http://ww1.grab.gr/serv/click?4-b132" target="_top"><img src="http://ww1.grab.gr/serv/image?4-b132" border="0" alt="" width="468" height="60" /></a><br />
				<div id="gallery-062f1b5f" class="flickr-gallery photoset">
													<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4245884658"><img class="photo" title="Interlaken" src="http://farm3.static.flickr.com/2720/4245884658_df43bfa432_s.jpg" alt="Interlaken" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4245120501"><img class="photo" title="Lucerne" src="http://farm5.static.flickr.com/4062/4245120501_eaa0b11cc1_s.jpg" alt="Lucerne" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4245129993"><img class="photo" title="Rhein Fall - 4" src="http://farm5.static.flickr.com/4035/4245129993_47b22ed9dd_s.jpg" alt="Rhein Fall - 4" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4245914770"><img class="photo" title="St.Moritz - 2" src="http://farm5.static.flickr.com/4024/4245914770_211c6c380d_s.jpg" alt="St.Moritz - 2" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4245923718"><img class="photo" title="Zurich - 6" src="http://farm5.static.flickr.com/4001/4245923718_5497df1e96_s.jpg" alt="Zurich - 6" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4245164533"><img class="photo" title="Zurich - 5" src="http://farm3.static.flickr.com/2714/4245164533_1ea2573d32_s.jpg" alt="Zurich - 5" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4245942644"><img class="photo" title="Zurich - 4" src="http://farm5.static.flickr.com/4003/4245942644_4b1d39a74c_s.jpg" alt="Zurich - 4" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4245179509"><img class="photo" title="Zurich - 3" src="http://farm5.static.flickr.com/4008/4245179509_5292a480c0_s.jpg" alt="Zurich - 3" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4245961770"><img class="photo" title="Zurich - 2" src="http://farm5.static.flickr.com/4034/4245961770_59c2201209_s.jpg" alt="Zurich - 2" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4245968798"><img class="photo" title="Zurich - 1" src="http://farm5.static.flickr.com/4065/4245968798_16cf79b5d2_s.jpg" alt="Zurich - 1" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4245974806"><img class="photo" title="St.Moritz - 1" src="http://farm3.static.flickr.com/2791/4245974806_94f636dae8_s.jpg" alt="St.Moritz - 1" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4245208889"><img class="photo" title="Rhein Fall - 3" src="http://farm5.static.flickr.com/4033/4245208889_c6867a7f08_s.jpg" alt="Rhein Fall - 3" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4245215947"><img class="photo" title="Rhein Fall - 2" src="http://farm3.static.flickr.com/2745/4245215947_4e15d26ba2_s.jpg" alt="Rhein Fall - 2" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4245996840"><img class="photo" title="Rhein Fall - 1" src="http://farm5.static.flickr.com/4047/4245996840_b1d736e393_s.jpg" alt="Rhein Fall - 1" /></a>
								</div>
												<div class="fg-clear"></div>
				</div>
												<div class="fg-clear"></div>
							<script type="text/javascript">
											jQuery(document).ready(function(){
							jQuery("#gallery-062f1b5f .flickr-thumb img").flightbox();
						});
										
										//-->
				</script>
			<br />
Here is the first set of photos from my latest trip to Switzerland (Zurich, St.Moritz, Lucerne, Rhein Fall, Stein Am Rhein, Interlaken)! Enjoy it…<br />
See the photos as a <a title="Slide Show - Panorama Switzerland" href="http://www.flickr.com/photos/kanenas-net/sets/72157623014827827/show/" target="_blank">slide-show</a> in <a title="Flickr.com" href="http://www.flickr.com/" target="_blank">Flickr.com</a>.<br />
 <img src='http://www.kanenas.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h2  class="related_post_title">read also...</h2><ul class="related_post"><li>25/01/2010 -- <a href="http://www.kanenas.net/2010/01/25/ausfahrt-switzerland/" title="Ausfahrt &#8211;> Switzerland">Ausfahrt &#8211;> Switzerland</a> (0)</li><li>07/11/2009 -- <a href="http://www.kanenas.net/2009/11/07/panorama-jordan/" title="Panorama - Jordan">Panorama - Jordan</a> (0)</li><li>13/09/2009 -- <a href="http://www.kanenas.net/2009/09/13/landscapes-temples-tastes-of-sri-lanka/" title="Landscapes, temples &#038; tastes of Sri Lanka">Landscapes, temples &#038; tastes of Sri Lanka</a> (0)</li><li>04/07/2010 -- <a href="http://www.kanenas.net/2010/07/04/amsterdam-tram-4-from-spui-to-amsterdam-rai/" title="Amsterdam, Tram-4 (From Spui to Amsterdam RAI)">Amsterdam, Tram-4 (From Spui to Amsterdam RAI)</a> (0)</li><li>27/06/2010 -- <a href="http://www.kanenas.net/2010/06/27/amsterdam-piki-piki-ram-the-photos/" title="Amsterdam, piki piki ram (the photos)!">Amsterdam, piki piki ram (the photos)!</a> (0)</li><li>09/05/2010 -- <a href="http://www.kanenas.net/2010/05/09/relaxing-in-nafplion/" title="Relaxing in Nafplion">Relaxing in Nafplion</a> (1)</li><li>18/04/2010 -- <a href="http://www.kanenas.net/2010/04/18/bring-them-back/" title="BRING THEM BACK!">BRING THEM BACK!</a> (0)</li><li>07/03/2010 -- <a href="http://www.kanenas.net/2010/03/07/dutch-php-conference-2010/" title="Dutch PHP Conference 2010">Dutch PHP Conference 2010</a> (0)</li><li>15/12/2009 -- <a href="http://www.kanenas.net/2009/12/15/athens-startup-weekend-2/" title="Athens StartUp Weekend 2">Athens StartUp Weekend 2</a> (0)</li><li>05/09/2009 -- <a href="http://www.kanenas.net/2009/09/05/panorama-sri-lanka/" title="Panorama - Sri Lanka">Panorama - Sri Lanka</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.kanenas.net/2010/01/04/panorama-switzerland/feed/</wfw:commentRss>
		</item>
		<item>
		<title>15 Rules to follow for safer web applications</title>
		<link>http://www.kanenas.net/2009/12/20/15-rules-to-follow-for-safer-web-applications/</link>
		<comments>http://www.kanenas.net/2009/12/20/15-rules-to-follow-for-safer-web-applications/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 17:34:24 +0000</pubDate>
		<dc:creator>kanenas.net</dc:creator>
		
		<category><![CDATA[ASP]]></category>

		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[MS SQL]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[SQL]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[apache]]></category>

		<category><![CDATA[HTTP header]]></category>

		<category><![CDATA[IIS]]></category>

		<category><![CDATA[Prepared Statement]]></category>

		<category><![CDATA[sanitize]]></category>

		<category><![CDATA[Sever Side Include]]></category>

		<category><![CDATA[sql injection]]></category>

		<category><![CDATA[validation]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.kanenas.net/?p=213</guid>
		<description><![CDATA[After a small research and in conclusion I (try to) follow these rules...
(don't mind the order!)

1. Display custom errors pages.
2. Remove unwanted files and folders.
3. Remove backup, unused or obsolete files (.bak, .inc, .old etc). For include files, carefully choose the suffix to prevent information disclosure.
4. Remove default document files (default.aspx, index.php, index.asp, main.jsp etc).
5. Validate properly all parameters against expected data length, data type, data format (dd-mm-yyyy etc) and data range (10-79 etc).
6. Use SANITIZE functions (custom made).
7. Disable directory browsing. If this is required, make sure the listed files does not induce risks.
8. Remove the private IP address from the HTTP response body. For comments, use jsp/asp comment instead of HTML/javascript comment which can be seen by client browsers.
9. For secure content, put session ID in cookie ,use a combination of cookie and URL rewrite, bind the Session ID to the IP address of the client who owns the session and put timeout mechanisms for the Session IDs against Replay Attacks.
10. Turn off AUTOCOMPLETE attribute in form or individual input elements containing password by using AUTOCOMPLETE='OFF'.
11. Secure page can be cached in browser. Cache control is not set in HTTP header nor HTML header. Sensitive content can be recovered from browser storage. The best way is to set HTTP header with: 'Pragma: No-cache' and 'Cache-control: No-cache'. Alternatively, this can be set in the HTML header but some browsers may have problem using this method.
12. Do not trust client side input and enforce tight check in the server side. Disable server side include. Use least privilege to run your web server or application server. For Apache, disable the following:
Options Indexes FollowSymLinks Includes
AddType application/x-httpd-cgi .cgi AddType text/x-server-parsed-html .html
13. Do not trust client side input even if there is client side validation. In general,

    * If the input string is numeric, type check it.
    * If the application used JDBC, use Prepared Statement or Callable Statement with parameters passed by ?
    * If the application used ASP, use ADO Command Objects with strong type checking and parameterized query.
    * If stored procedure or bind variables can be used, use it for parameter passing into query. Do not just concatenate string into query in the stored procedure!
    * Do not create dynamic SQL query by simple string concatenation.
    * Use minimum database user privilege for the application. This does not eliminate SQL injection but minimize its damage. E.g. if the application requires reading one table only, grant such access to the application. Avoid using sa or db-owner or root.

14. Do not try to work with invalid data. Display custom error page when data does not pass validation.
15. Use white list validation wherever possible!

Looking forward for your comments...]]></description>
			<content:encoded><![CDATA[<p>After a small research and in conclusion I (<em>try to</em>) follow these rules&#8230;<br />
(don&#8217;t mind the order!)<strong></strong></p>
<blockquote><p><strong>1.</strong> Display custom errors pages.</p>
<p><strong>2.</strong> Remove unwanted files and folders.</p>
<p><strong>3.</strong> Remove backup, unused or obsolete files (.bak, .inc, .old etc). For include files, carefully choose the suffix to prevent information disclosure.</p>
<p><strong>4.</strong> Remove default document files (default.aspx, index.php, index.asp, main.jsp etc).</p>
<p><strong>5.</strong> Validate properly all parameters against expected data length, data type, data format (dd-mm-yyyy etc) and data range (10-79 etc).</p>
<p><strong>6.</strong> Use SANITIZE functions (custom made).</p>
<p><strong>7.</strong> Disable directory browsing. If this is required, make sure the listed files does not induce risks.</p>
<p><strong>8.</strong> Remove the private IP address from the HTTP response body. For comments, use jsp/asp comment instead of HTML/javascript comment which can be seen by client browsers.</p>
<p><strong>9.</strong> For secure content, put session ID in cookie ,use a combination of cookie and URL rewrite, bind the Session ID to the IP address of the client who owns the session and put timeout mechanisms for the Session IDs against Replay Attacks.</p>
<p><strong>10.</strong> Turn off AUTOCOMPLETE attribute in form or individual input elements containing password by using AUTOCOMPLETE=&#8217;OFF&#8217;.</p>
<p><strong>11.</strong> Secure page can be cached in browser. Cache control is not set in HTTP header nor HTML header. Sensitive content can be recovered from browser storage. The best way is to set HTTP header with: &#8216;Pragma: No-cache&#8217; and &#8216;Cache-control: No-cache&#8217;. Alternatively, this can be set in the HTML header but some browsers may have problem using this method.</p>
<p><strong>12.</strong> Do not trust client side input and enforce tight check in the server side. Disable server side include. Use least privilege to run your web server or application server. For Apache, disable the following:</p>
<p>Options Indexes FollowSymLinks Includes<br />
AddType application/x-httpd-cgi .cgi<br />
AddType text/x-server-parsed-html .html</p>
<p><strong>13.</strong> Do not trust client side input even if there is client side validation. In general,</p>
<ul>
<li>If the input string is numeric, type check it.</li>
<li>If the application used JDBC, use Prepared Statement or Callable Statement with parameters passed by <strong>?</strong></li>
<li>If the application used ASP, use ADO Command Objects with strong type checking and parameterized query.</li>
<li>If stored procedure or bind variables can be used, use it for parameter passing into query. Do not just concatenate string into query in the stored procedure!</li>
<li>Do not create dynamic SQL query by simple string concatenation.</li>
<li>Use minimum database user privilege for the application. This does not eliminate SQL injection but minimize its damage. E.g. if the application requires reading one table only, grant such access to the application. Avoid using <strong>sa</strong> or <strong>db-owner</strong> or <strong>root</strong>.</li>
</ul>
<p><strong>14.</strong> Do not try to work with invalid data. Display custom error page when data does not pass validation.</p>
<p><strong>15.</strong> Use white list validation wherever possible!</p></blockquote>
<p>Looking forward for your comments&#8230;</p>
<h2  class="related_post_title">read also...</h2><ul class="related_post"><li>15/12/2009 -- <a href="http://www.kanenas.net/2009/12/15/athens-startup-weekend-2/" title="Athens StartUp Weekend 2">Athens StartUp Weekend 2</a> (0)</li><li>15/02/2010 -- <a href="http://www.kanenas.net/2010/02/15/track-my-weather-v05-facebook-application/" title="Track My Weather v.0.5 - Facebook Application">Track My Weather v.0.5 - Facebook Application</a> (1)</li><li>22/10/2009 -- <a href="http://www.kanenas.net/2009/10/22/microsoft-tech-ed-europe-2009-9-13-november-2009-berlin-germany/" title="Microsoft Tech-Ed Europe 2009 | 9-13 November 2009, Berlin, Germany">Microsoft Tech-Ed Europe 2009 | 9-13 November 2009, Berlin, Germany</a> (0)</li><li>29/07/2009 -- <a href="http://www.kanenas.net/2009/07/29/track-my-weather-v01-facebook-application/" title="Track My Weather v.0.1 - Facebook Application">Track My Weather v.0.1 - Facebook Application</a> (0)</li><li>06/05/2009 -- <a href="http://www.kanenas.net/2009/05/06/joomlamambo-pdf-indexer-module/" title="Joomla/Mambo - PDF Indexer Module">Joomla/Mambo - PDF Indexer Module</a> (5)</li><li>02/07/2010 -- <a href="http://www.kanenas.net/2010/07/02/fizzbuzz-questions-coding-for-fun/" title="FizzBuzz questions &#038; coding for fun!">FizzBuzz questions &#038; coding for fun!</a> (0)</li><li>07/04/2010 -- <a href="http://www.kanenas.net/2010/04/07/cholesterol-levels-2010-greek-easter/" title="Cholesterol Levels 2010 (= Greek Easter)">Cholesterol Levels 2010 (= Greek Easter)</a> (1)</li><li>07/03/2010 -- <a href="http://www.kanenas.net/2010/03/07/dutch-php-conference-2010/" title="Dutch PHP Conference 2010">Dutch PHP Conference 2010</a> (0)</li><li>01/07/2009 -- <a href="http://www.kanenas.net/2009/07/01/php-530-released/" title="PHP 5.3.0 Released!">PHP 5.3.0 Released!</a> (0)</li><li>20/06/2009 -- <a href="http://www.kanenas.net/2009/06/20/php-5210-released/" title="PHP 5.2.10 Released!">PHP 5.2.10 Released!</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.kanenas.net/2009/12/20/15-rules-to-follow-for-safer-web-applications/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Athens StartUp Weekend 2</title>
		<link>http://www.kanenas.net/2009/12/15/athens-startup-weekend-2/</link>
		<comments>http://www.kanenas.net/2009/12/15/athens-startup-weekend-2/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 22:56:00 +0000</pubDate>
		<dc:creator>kanenas.net</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Tech]]></category>

		<category><![CDATA[apache]]></category>

		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[StartUp Weekend]]></category>

		<guid isPermaLink="false">http://www.kanenas.net/?p=210</guid>
		<description><![CDATA[Athens StartUp Weekend 2
http://www.youtube.com/watch?v=TFYAuvFfMCY
P.S
I had a great time... ;)]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="350" data="http://www.youtube.com/v/TFYAuvFfMCY" type="application/x-shockwave-flash"><param name="src" value="http://www.youtube.com/v/TFYAuvFfMCY" /></object></p>
<p><strong>P.S</strong><br />
I had a great time&#8230; <img src='http://www.kanenas.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h2  class="related_post_title">read also...</h2><ul class="related_post"><li>20/12/2009 -- <a href="http://www.kanenas.net/2009/12/20/15-rules-to-follow-for-safer-web-applications/" title="15 Rules to follow for safer web applications">15 Rules to follow for safer web applications</a> (2)</li><li>07/03/2010 -- <a href="http://www.kanenas.net/2010/03/07/dutch-php-conference-2010/" title="Dutch PHP Conference 2010">Dutch PHP Conference 2010</a> (0)</li><li>15/02/2010 -- <a href="http://www.kanenas.net/2010/02/15/track-my-weather-v05-facebook-application/" title="Track My Weather v.0.5 - Facebook Application">Track My Weather v.0.5 - Facebook Application</a> (1)</li><li>29/07/2009 -- <a href="http://www.kanenas.net/2009/07/29/track-my-weather-v01-facebook-application/" title="Track My Weather v.0.1 - Facebook Application">Track My Weather v.0.1 - Facebook Application</a> (0)</li><li>06/05/2009 -- <a href="http://www.kanenas.net/2009/05/06/joomlamambo-pdf-indexer-module/" title="Joomla/Mambo - PDF Indexer Module">Joomla/Mambo - PDF Indexer Module</a> (5)</li><li>02/07/2010 -- <a href="http://www.kanenas.net/2010/07/02/fizzbuzz-questions-coding-for-fun/" title="FizzBuzz questions &#038; coding for fun!">FizzBuzz questions &#038; coding for fun!</a> (0)</li><li>07/04/2010 -- <a href="http://www.kanenas.net/2010/04/07/cholesterol-levels-2010-greek-easter/" title="Cholesterol Levels 2010 (= Greek Easter)">Cholesterol Levels 2010 (= Greek Easter)</a> (1)</li><li>01/07/2009 -- <a href="http://www.kanenas.net/2009/07/01/php-530-released/" title="PHP 5.3.0 Released!">PHP 5.3.0 Released!</a> (0)</li><li>20/06/2009 -- <a href="http://www.kanenas.net/2009/06/20/php-5210-released/" title="PHP 5.2.10 Released!">PHP 5.2.10 Released!</a> (0)</li><li>01/05/2009 -- <a href="http://www.kanenas.net/2009/05/01/hotlinking-bandwidth-theft-and-mod_rewrite/" title="Hotlinking, Bandwidth Theft and mod_rewrite">Hotlinking, Bandwidth Theft and mod_rewrite</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.kanenas.net/2009/12/15/athens-startup-weekend-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Panorama - Jordan</title>
		<link>http://www.kanenas.net/2009/11/07/panorama-jordan/</link>
		<comments>http://www.kanenas.net/2009/11/07/panorama-jordan/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 12:30:48 +0000</pubDate>
		<dc:creator>kanenas.net</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Travel]]></category>

		<category><![CDATA[Amman]]></category>

		<category><![CDATA[Amman Acropoli]]></category>

		<category><![CDATA[Jerash]]></category>

		<category><![CDATA[Jerash Agora]]></category>

		<category><![CDATA[Jerash Stadium]]></category>

		<category><![CDATA[Jordan]]></category>

		<category><![CDATA[panorama]]></category>

		<category><![CDATA[Petra]]></category>

		<category><![CDATA[photos]]></category>

		<category><![CDATA[Stone City]]></category>

		<category><![CDATA[travel]]></category>

		<category><![CDATA[Wadi   Rum]]></category>

		<guid isPermaLink="false">http://www.kanenas.net/?p=197</guid>
		<description><![CDATA[Here is the first set of photos from my latest trip to Jordan (Amman, Jerash, Madaba, Jordan River, Mount Nebo, Petra, Wadi Rum)! Enjoy it…
See the photos as a slide-show in Flickr.com.
;)]]></description>
			<content:encoded><![CDATA[<p><a href="http://ww1.grab.gr/serv/click?4-b132" target="_top"><img src="http://ww1.grab.gr/serv/image?4-b132" border="0" alt="" width="468" height="60" /></a></p>
				<div id="gallery-2bda4b7c" class="flickr-gallery photoset">
													<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4082091917"><img class="photo" title="Jerash - 1" src="http://farm3.static.flickr.com/2690/4082091917_f011eef211_s.jpg" alt="Jerash - 1" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4082855702"><img class="photo" title="Petra - 2" src="http://farm4.static.flickr.com/3490/4082855702_cc6a36fa15_s.jpg" alt="Petra - 2" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4082100589"><img class="photo" title="Jerash Panoramic - 1" src="http://farm3.static.flickr.com/2570/4082100589_a3d0248c17_s.jpg" alt="Jerash Panoramic - 1" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4082105457"><img class="photo" title="Wadi Rum - 1" src="http://farm3.static.flickr.com/2628/4082105457_98cc176948_s.jpg" alt="Wadi Rum - 1" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4082870264"><img class="photo" title="Dead Sea" src="http://farm3.static.flickr.com/2423/4082870264_bf46f457b0_s.jpg" alt="Dead Sea" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4082113161"><img class="photo" title="Petra - 1" src="http://farm3.static.flickr.com/2603/4082113161_bab0aec8b6_s.jpg" alt="Petra - 1" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4082119217"><img class="photo" title="Petra - 3" src="http://farm3.static.flickr.com/2594/4082119217_def06c6ded_s.jpg" alt="Petra - 3" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4082122083"><img class="photo" title="Petra - 4" src="http://farm3.static.flickr.com/2649/4082122083_d9ac5c9fc8_s.jpg" alt="Petra - 4" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4082126663"><img class="photo" title="Petra - 5" src="http://farm3.static.flickr.com/2599/4082126663_896e2c1cfa_s.jpg" alt="Petra - 5" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4082890364"><img class="photo" title="Wadi Rum - 3" src="http://farm3.static.flickr.com/2663/4082890364_c4a3686602_s.jpg" alt="Wadi Rum - 3" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4082133103"><img class="photo" title="Wadi Rum - 2" src="http://farm3.static.flickr.com/2508/4082133103_128b34e890_s.jpg" alt="Wadi Rum - 2" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4082137635"><img class="photo" title="View From Acropoli Amman" src="http://farm4.static.flickr.com/3510/4082137635_8be4a0f063_s.jpg" alt="View From Acropoli Amman" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4082144085"><img class="photo" title="Jerash Agora - 1" src="http://farm3.static.flickr.com/2691/4082144085_71ed2ee3c3_s.jpg" alt="Jerash Agora - 1" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4082913764"><img class="photo" title="Jerash Stadium - 1" src="http://farm3.static.flickr.com/2453/4082913764_ac79709818_s.jpg" alt="Jerash Stadium - 1" /></a>
								</div>
															<div class="flickr-thumb">
									<a href="http://flickr.com/photo.gne?id=4082159145"><img class="photo" title="Jerash Stadium 360" src="http://farm3.static.flickr.com/2685/4082159145_6c34511f89_s.jpg" alt="Jerash Stadium 360" /></a>
								</div>
												<div class="fg-clear"></div>
				</div>
												<div class="fg-clear"></div>
							<script type="text/javascript">
											jQuery(document).ready(function(){
							jQuery("#gallery-2bda4b7c .flickr-thumb img").flightbox();
						});
										
										//-->
				</script>
			<br />
Here is the first set of photos from my latest trip to <a title="Visit Jordan" href="http://www.visitjordan.com/" target="_blank">Jordan</a> (Amman, Jerash, Madaba, Jordan River, Mount Nebo, Petra, Wadi Rum)! Enjoy it…<br />
See the photos as a <a title="Slide Show - Panorama Jordan" href="http://www.flickr.com/photos/kanenas-net/sets/72157622752435586/show/" target="_blank">slide-show</a> in <a title="Flickr.com" href="http://www.flickr.com/" target="_blank">Flickr.com</a>.<br />
 <img src='http://www.kanenas.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Note: There is a rating embedded within this post, please visit this post to rate it.
<h2  class="related_post_title">read also...</h2><ul class="related_post"><li>09/05/2010 -- <a href="http://www.kanenas.net/2010/05/09/relaxing-in-nafplion/" title="Relaxing in Nafplion">Relaxing in Nafplion</a> (1)</li><li>04/01/2010 -- <a href="http://www.kanenas.net/2010/01/04/panorama-switzerland/" title="Panorama - Switzerland">Panorama - Switzerland</a> (0)</li><li>24/08/2009 -- <a href="http://www.kanenas.net/2009/08/24/wild-life-in-sri-lanka/" title="Wild Life in Sri Lanka">Wild Life in Sri Lanka</a> (0)</li><li>24/03/2009 -- <a href="http://www.kanenas.net/2009/03/24/around-the-world/" title="Around the world">Around the world</a> (1)</li><li>04/07/2010 -- <a href="http://www.kanenas.net/2010/07/04/amsterdam-tram-4-from-spui-to-amsterdam-rai/" title="Amsterdam, Tram-4 (From Spui to Amsterdam RAI)">Amsterdam, Tram-4 (From Spui to Amsterdam RAI)</a> (0)</li><li>27/06/2010 -- <a href="http://www.kanenas.net/2010/06/27/amsterdam-piki-piki-ram-the-photos/" title="Amsterdam, piki piki ram (the photos)!">Amsterdam, piki piki ram (the photos)!</a> (0)</li><li>25/01/2010 -- <a href="http://www.kanenas.net/2010/01/25/ausfahrt-switzerland/" title="Ausfahrt &#8211;> Switzerland">Ausfahrt &#8211;> Switzerland</a> (0)</li><li>13/09/2009 -- <a href="http://www.kanenas.net/2009/09/13/landscapes-temples-tastes-of-sri-lanka/" title="Landscapes, temples &#038; tastes of Sri Lanka">Landscapes, temples &#038; tastes of Sri Lanka</a> (0)</li><li>05/09/2009 -- <a href="http://www.kanenas.net/2009/09/05/panorama-sri-lanka/" title="Panorama - Sri Lanka">Panorama - Sri Lanka</a> (0)</li><li>27/08/2009 -- <a href="http://www.kanenas.net/2009/08/27/ayubowan-sri-lanka/" title="Ayubowan - Sri Lanka">Ayubowan - Sri Lanka</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.kanenas.net/2009/11/07/panorama-jordan/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
