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

Archive for December, 2008

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 : , , , ,

Of Blog categories and Feed Readers

  December 28th, 2008 | In Internet | No Comments »

I have been using feed readers for quiet some time and the most disappointing thing that i have found out is that most of them don’t support automatic assignment of categories for blogs.

If one is wondering as to how will…

  Tags : , , , , ,

Flexible Flex

  December 7th, 2008 | In Programming | 4 Comments »

Many think that Flash is for Designers which is ridiculous, but seems to be true when one opens the flash software to find all kinds of designing tools. For programmers this idea is a major set back in taking up…

  Tags : , , ,

Photoshop quick tip

  December 7th, 2008 | In Aside, Photoshop, tips and tricks | 1 Comment »

Tip : To optimized images for web in photoshop, try saving using [ctrl] + [alt] + [shift] + s, or use the File ยป Save for web & devices menu, and select the format of your choice.

Simple Overlay Box – jQuery Tutorial

  December 7th, 2008 | In JavaScript, Tutorials, jQuery | 13 Comments »

Here goes another tutorial to create a simple overlay box using jQuery, which can be used to display info text, full size images of thumbnails, anything that can be represented in html can be used. This simple tutorial takes you…