<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>Kadjo</title>
	<link>http://www.kadjo.org/softdev</link>
	<description>SoftDev Journal</description>
	<lastBuildDate>Mon, 28 Sep 2009 04:44:07 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Short note on Javascript Refresher</title>
		<description>In the program i made, which tabulates the latest 20 call in a minute, I've found some good resource for it.
My setup, perl-cgi script is the one that generates the list of calls. This script is just called via an Ajax function.


The main important part of that is  part ...</description>
		<link>http://www.kadjo.org/softdev/?p=99</link>
			</item>
	<item>
		<title>A notes UTF8 in MySQL and PHP</title>
		<description>According to Wikipedia, the Congo Region has 3 countries, the 2 Congo countries and the Angola.

I was tasked to list the countries all over the world and that includes the two (2) countries of Congo called Republic of the Congo (Congo-Brazzaville) and the Democratic Republic of the Congo (Congo-Kinshasa).  ...</description>
		<link>http://www.kadjo.org/softdev/?p=86</link>
			</item>
	<item>
		<title>Notes on PHP addslashes,mysql_escape and stripcslashes</title>
		<description>This is just a short note while I was coding/studying on PHP  a few minutes earlier for my site.

From the manual of PHP:

addslashes - Returns a string with backslashes before characters that need to be quoted in database queries etc. These characters are single quote ('), double quote ("), ...</description>
		<link>http://www.kadjo.org/softdev/?p=81</link>
			</item>
	<item>
		<title>Perl script bad interpreter: Permission denied</title>
		<description>Something went wrong on my perl code which was working earlier before I made an upgrade from debian etch to lenny.
Here are the errors : 
debian:/home/jojo/Desktop/pepesfile/drupal/mysite# ./index.cgi 
bash: ./index.cgi: /usr/bin/perl: bad interpreter: Permission denied

On the apache log :
[error] [client 192.168.1.2] (13)Permission denied: exec of '/home/jojo/Desktop/pepesfile/drupal/mysite/index.cgi' failed

I've been tracing the error ...</description>
		<link>http://www.kadjo.org/softdev/?p=78</link>
			</item>
	<item>
		<title>A href = &#8220;#&#8221; with javascript event onclick issue on IE</title>
		<description>I have this kind of link on my code :


&#60; a href = '#' onclick='javascript:window.open("http://somelocation.net/")'&#62;somelocation &#60;/a&#62;


The problem with this is that whenever this is clicked in a MS IE browser, both the original link and the new window is executed. 
I was expecting that only the new window will be ...</description>
		<link>http://www.kadjo.org/softdev/?p=77</link>
			</item>
</channel>
</rss>
