Monday, March 18, 2013

Simple Tip : Print Javascript Object in IE Console Log

So you are using Developer Tools in IE ? Trying to print Object in Console with console.log(object_variable); But in IE when you print that you get [Object].

Read below 

http://www.prowebguru.com/2013/03/simple-tip-print-object-in-ie-console-log/

Monday, December 24, 2012

Advantages of HTML5 VIDEO Tag. How HTML5 Video tag works ?

HTML5 is gaining momentum in the web development world. So a simple question strikes in mind WHY ? What are the benefits of HTML5 or why should a developer use HTML5 ?

Read more at 

http://www.prowebguru.com/2012/12/advantages-of-html5-video-tag/

Sunday, December 4, 2011

Drupal 7 Views UI Arguments Missing.

Drupal 6 to Drupal 7….tons of changes, restructuring of admin dashboard, some changes modules.
Initially when I switched from Drupal 6 to Drupal 7, the first thing anyone will do is install “Views” and “Views UI” modules expecting that it will be more useful than Drupal 6……Actually in Drupal 7 version of “Views” and “ViewsUI” module, there are so many changes and restructuring of links. So if you install it, you will not find “Arguments”, one of the powerful feature of Views.

Monday, October 17, 2011

Install LAMP-SERVER in UBUNTU LINUX, linux, apache, mysql, php

Do you want to install LAMP-SERVER on Ubuntu Linux ?
LAMP stands for Linux, Apache, Mysql, Php
Its a package containing all required packages which are needed on linux for developing php application with apache server and mysql database server.

Friday, September 24, 2010

Create Text Watermark Online - Free Online Text Watermark Generator

Experimenting little bit with JQuery and PHP…
I searched on net for Free Online Text Image Watermark Generator which will allow me to upload any image, position the text wherever i want on image and let me change color, font, size everything in simpler GUI….
But i didn’t got it….
So I created a simple watermark generator with php and jquery….
Still its in Beta testing….So there are errors, problems, bugs…. I am working on it to improve.
If you want to try it, you can check it here