Re: [Ilugc] php problem reading utf characters.

2010-11-22 Thread Vinodh Rajan
> > But it returns out put as : The string input: தமிள் and its length:5 > Now I want to have the out put as 3 but not as 5, how to achieve that? > தமிள் [sic] is made up of 5 Unicode code points. Tamil Letter TA, Tamil Letter MA, Tamil Vowel Sign i, Tamil Letter LA, Tamil Sign Virama. So the o

[Ilugc] PHP to GUI Applications

2010-11-20 Thread Vinodh Rajan
Hi, Apart from PHP-GTK is there any other framework to create GUI applications using PHP ? V ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Re: [Ilugc] How to access global variable across all functions of a class in PHP

2010-10-08 Thread Vinodh Rajan
> > global variable $x is an object of an class! What different does it going to make ? A variable is still a variable :-) No big deal. You can still access the members as: $GLOBALS['x']->MemberFunction() V ___ ILUGC Mailing List: http://www.ae.iit

Re: [Ilugc] How to access global variable across all functions of a class in PHP

2010-10-08 Thread Vinodh Rajan
> > global $x > Instead defining this global variable in each method of a class,I like to define the variable in class and make it available for all the methods inside the same class.Your suggestions are welcome. Access the global variable as: $GLOBALS['Varname'] AFAIK This way, you don't n

[Ilugc] IDEs for PHP

2010-09-30 Thread Vinodh Rajan
Hi Guys, Currently, I am using Eclipse as the IDE for PHP. Its Works good AFAIK Are there any other good IDEs for PHP, which I can give a try ? V ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Re: [Ilugc] Need suggestions on improving the quality of our list

2010-09-30 Thread Vinodh Rajan
Hi, Just to know. Who are all the moderators of this list ? V ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Re: Re: [Ilugc] More noise in the list [was] Personal invitation fromjegannathan

2010-09-24 Thread Vinodh Rajan
> > Careful? You're again sending the same sort of stuff! I guess, its not his mistake. Possibly, some strange issue with his email client, which messes up the formatting. V ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

[Ilugc] Removing Byte Order Mark from PHP output

2010-09-19 Thread Vinodh Rajan
Hi, Whenever I echo something in PHP, the BOM gets appended automatically. I am trying to print an output as XML. However, the resultant XML Is not well formed, as the BOM gets appended before the resultant XML. Parsers are not able to read the XML. Is there any way to avoid or disable the BOM

Re: [Ilugc] Perl script for Hacking :-)

2010-09-08 Thread Vinodh Rajan
//can you say the name of your hosting provider?// Nah. why ? V ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

[Ilugc] Perl script for Hacking :-)

2010-09-08 Thread Vinodh Rajan
Hello all, My Joomla site had got hacked today morning... [atleast a dozen sites under my host also got hacked] I inquired with my webhost, he sent a Perl script that he said was probably used for hacking. I have no idea about Perl, perhaps any of you guys can do an analysis and tell how exactly

Re: [Ilugc] number in translation

2010-09-05 Thread Vinodh Rajan
On Mon, Sep 6, 2010 at 11:25 AM, Kenneth Gonsalves wrote: > How about other languages? > AFAIK this applies to all Indian Languages. Indic Languages use the plural as a mark of respect. (Don't ask my why :-P ) V -- http://www.virtualvinodh.com ___ I