<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>Kadjo</title>
	<link>http://www.kadjo.net/softdev</link>
	<description>SoftDev Journal</description>
	<lastBuildDate>Tue, 29 Jun 2010 04:42:36 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Vtiger CRM backtracing code</title>
		<description>To backtrace the particular part in the vtiger script.. add the following code.

        $bt = debug_backtrace();
        $ut = array();
        foreach($bt as $t){
        ...</description>
		<link>http://www.kadjo.net/softdev/?p=99</link>
			</item>
	<item>
		<title>Short note of 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.net/softdev/?p=93</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.net/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.net/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.net/softdev/?p=78</link>
			</item>
</channel>
</rss>
