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

Archive for February, 2008

Good coding practice : proper formatting, naming

  February 29th, 2008 | In Programming, Tutorials | No Comments »

Maintaining a coding style is one of the most important aspect of effective programming / coding practice. One should follow proper coding style, it doesn’t matter if you are writing just a 10 lines code or 10,000 lines of code.

If…

Monetizing your blog quickly

  February 27th, 2008 | In Internet | 2 Comments »

I always wondered if there was way to monetize my blog by other than putting large banner ads on my site, or contacting someone. And yea it is actually possible, i just found PayPerPost.com, and guess what one can earn…

  Tags : ,

Making a Spell Checker

  February 22nd, 2008 | In PHP, Programming, Tutorials | No Comments »

Ever wondered how spell checking is done when we are typing our emails, documents, etc!.
Well at first it might sound a bit complicated but, taking that you are using libraries, it is infact pretty simle to make one!. atleast is…

Arrh…comment spam!

  February 22nd, 2008 | In General Chatter, Internet | No Comments »

Comment spam is particularly one of the most irritating aspects of blogging, well that is if you have not already started using anti-spam modules, especially for bloggers using WordPress or any other popular blogging services.

As per my knowledge, wordpress wins…

Linux, which and why?

  February 17th, 2008 | In Linux | 1 Comment »

Linux is awsome, and i definitely recommend everyone to try it. I have already convinced a couple of my friends to give it a try.
To give you reasons i can say, Linux has better graphics, even better than vista and…

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…

Configuring Grub for Default Operating System

  February 7th, 2008 | In Linux | 2 Comments »

New installations of linux make Linux the default Operating System, which most of newbies really dont like…

How to change that, is pretty much of a question for new Linux users….

mygrub.pngHere is the method to configure the default operating system and…

  Tags : ,