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 : counter, freelance projects, Just for fun, PHP, script
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 : Blogs, feeds, google reader, readers, rss, syndications
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 : adobe, flash, flex, Programming
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.
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…