Search found 9 matches

by rohan2kool
Thu Nov 08, 2007 6:03 pm
Forum: How To
Topic: All About Unicode /programming in Unicode
Replies: 0
Views: 2284

All About Unicode /programming in Unicode

http://www.tritium.frihost.net/tutorials/unicode/all_about_unicode.jpg

NOTE: To view the tutorial properly, your browser must be setup to display Unicode text properly. Please refer to this article in order to do so: http://tinyurl.com/2v5nfd

Prologue

Long after completing my exams, I now ...
by rohan2kool
Sat Jun 02, 2007 2:59 pm
Forum: PHP
Topic: How to Learn PHP Web Programming Language
Replies: 3
Views: 2565

For god sakes.. learn to give credit to people whose work you refer or quote... The original article was posted over here: http://www.howtodothings.com/computers/ ... mming.html
by rohan2kool
Fri Feb 02, 2007 10:45 am
Forum: How To
Topic: AJAX Tutorial
Replies: 6
Views: 3723

delivi wrote:this is a great tutorial, but I've already seen the same tutorial in the Tutorials section of ThinkDigit.com forum, and also featured in the digit magazine.
i bet you have.. it was posted in the thinkdigit forum by me only.. and the digit staff picked it up from there. Glad you liked it.
by rohan2kool
Thu Feb 01, 2007 9:35 am
Forum: Upgrade Requests
Topic: Request for .info domain
Replies: 1
Views: 1305

Request for .info domain

I got a mail yesterday saying that we could get a free .info domain for 150 points.. now i'm not really sure if the offer has closed by now... but in case i'm not late..

i'd like the of the following domain:

http://rohanprabhu.info
by rohan2kool
Thu Feb 01, 2007 9:28 am
Forum: How To
Topic: AJAX Tutorial
Replies: 6
Views: 3723

AJAX Tutorial :: Part 2

http://tritium.frihost.net/tutorials/ajax/part2-header.gif
The AJAX tutorial: Part 2

Prologue: We meet again

I am always in a habit of writing prologues to all the tutorials/works I ever make. This is another one. We have till now, covered the very basics of AJAX. Today, we will get a bit ...
by rohan2kool
Wed Jan 31, 2007 5:04 pm
Forum: How To
Topic: AJAX Tutorial
Replies: 6
Views: 3723

AJAX Tutorial

http://img423.imageshack.us/img423/8035/ajaxpageheader4oz.jpg
Prologue: The thing that is AJAX

AJAX is one the those things which are re-invented only to find that this time they have become the biggest show-stealers and the hottest topics for forums, blogs and various sites. Basically, what is ...
by rohan2kool
Sun Jan 21, 2007 1:29 pm
Forum: Javascript (NodeJS, Angular, ReactJS, VueJS, etc)
Topic: Some Questions
Replies: 9
Views: 20730

if u talk of 'games' there are many types of games you'd like to make. If it's something like a simple word game or something you can obviously make it using XHR.

if u want something like a 2D game with a few sprites moving here and there.. u can combine XHR [for the multiplayer part of it] and ...
by rohan2kool
Sat Jan 20, 2007 3:58 pm
Forum: PHP
Topic: PHP Help needed!
Replies: 4
Views: 3290

drupal and mambo are heavily loaded cmses which are flexible for all purposes... in case u don't really need a power-packed cms, try searching for 'echelon cms'. It's a CMS in-development.. but is light and works like a charm.

try koregraphik.com for a link to echelon cms.
by rohan2kool
Sat Jan 20, 2007 3:56 pm
Forum: PHP
Topic: Real world PHP Situations
Replies: 5
Views: 3529

for a real world scenario, let's say:

1. write a simple search script to search from a real huge database. Now, to make that *real huge* database, you can go to digg, there was recently a post about a guy who made a 'data generator'. cool thing though.

2. Make an authentication system. A wheel you ...