kalyanchakravarthy.net – Kalyan’s Weblog, Rantings, Projects, Designs….and more blah

Archive for the ‘Scripts’ Category

Counting lines with php

  December 28th, 2008 | In PHP, Programming, Ramblings and Rantings, Scripts | No Comments »

Counting lines manually may sound really much easier than taking pains to write a script to do that. but yea it is true when one just talking about 2-5 files.

What if you wanted to know for a bunch of files…

  Tags : , , , ,

Using JavaScript Frameworks

  February 17th, 2008 | In AJAX, Internet, Programming, Scripts | No Comments »

Using JavaScript Frameworks, can be a great time savers. It not only makes the development process easier, but also keeps the site, cross browser complient which is one of the most important things.
But finding the right Framework for our project…

Html forms with English!!

  January 24th, 2008 | In PHP, Projects, Scripts | 3 Comments »

You heard it right. Wouldn’t it be cool to have a tool where you just key in your required fields in normal natural english and zap you have it created.
So i have been working on a php script which actually…

Suggest an Article

  January 14th, 2008 | In Scripts, Site stuff | 2 Comments »

Lots of people come to this site, looking for articles and stuff. Not everyone finds stuff which interests them, though all are interesting…

So i have created a section on this website called
Suggest An Article.
( http://KalyanChakravarthy.net/suggest_topic/suggestor.php )

Here one can suggest an article,…

Multiple Counters script

  December 5th, 2007 | In Scripts | 2 Comments »

Multiple counters is php script designed to keep track of page hits.
As the name suggests you can create multiple hit counters.

You would just need to put some JavaScript to show the counters which is generated automatically in the admin panel…so…