Ghumkumar: Random thoughts!

  • Download From Rapidshare and other file hosts

    Rapidshare is one of the most popular file hosting server. There are some others like Megashare, Megaupload etc. And it is a bit troublesome for us who don’t have a premium account with them. After searching a bit on the web, I’ve discovered this useful software. Well, it doesn’t crack those sites or something but…

  • Blueprint CSS

    This is a great CSS framework I’ve found online. Its optionality, and ease of use amazed me. This is mainly a grid based framework. You just create your element (e.g. div, span) and attach a class that corresponds to the disired width of your element. Thats it. 🙂 This really worth a visit…

  • Playing with Flex

    Heard the buzz about Flex. Got Flex 3 just few days ago and started the beginners tutorial from Adobe website. Well… its fun. A really nice and useful tool. My first Flex application is here: http://demos.creash.com.bd/playground/flex/Demo.html The tutorial for this can be found here.

  • Monitor’s ICC Profile

    Well… I’m not an expert on this section, but just solved my problem regarding this. So thought, I’d share. I used to see the white as yellow on my Photoshop!! My monitor is Samsung SyncMaster 920NW. This problem occurred both in Windows XP and Vista!! Explored different forum but didn’t get the perfect solution. Then…

  • Basic PHP – Part 1

    This article is about very basic of PHP coding, creating functions and database connection using PHP. Later posts may contain detail about other features. Target viewers are assumed as familiar with C/JAVA or other similar programming language. So I didn’t bother to clarify basic syntax. Writing PHP code: All your PHP content should be inside…

  • My new PC :)

    My new PC 🙂

    Bought a new PC. At last… 🙂 Configuration: Intel Core 2 Quad 2.4 GHz 4 GB RAM 1 GB PCI Express 500 GB HDD DVD RW+ 19 inch Samsung LCD I loooove my new PC…

  • Basic HTML – Part 2

    This is the continuation of my previous post Basic HTML – Part 1. On this phase of the post, I’m going to explain the table and form tags. Table: Table is a very important tag and widely used for alignment management of web pages. It is defined by the <table> tag. Some hierarchy are needed…

  • Basic HTML – Part 1

    Well.. I was supposed to take a short class for my developer group in a recent project. I thought I’d rather post the topics and some detail of that class here, which can help beginners. First of all, we are going to learn some keywords and their use: HTML – Hyper Text Markup Language. Used…

  • An Website Colorscheme Editor

    I’ve worked on a website color scheme editor recently. The main idea was to change the colors and banner of a website. The target website was my recent work with my department’s website. Well…. There are a lot of color scheme editor available on the web, but I tried something different. I wanted to give…