Category Archives: Tips and Tricks

Google Chrome: Problem in Display of Unicode Non-English Characters

Recently, my installation of Google Chrome browser began to have a display problem while showing Unicode non-English characters. I work a lot with Hindi language as well. On Facebook also, … Read more

Posted in Tips and Tricks | 5 Comments

Increase Laptop’s Speaker Volume Without Changing Sound Card

More and more people are shifting from desktop computer to laptops. Laptops are handy and portable but their speakers are not very powerful. At times we come across a music … Read more

Posted in Miscellaneous, Tips and Tricks | 1 Comment

Properly Citing Tweets in Publications

Twitter is a microblogging website that allows users to share their updates in no more than 140 characters. The phenomenal success and popularity of Twitter has made it a very … Read more

Posted in Tips and Tricks, Twitter | Leave a comment

How to Take a Screenshot

Taking screen shot from your computer monitor is one of the most fundamental and oft-repeated task by the computer users. The new users, however, feel a bit confused as to … Read more

Posted in Tips and Tricks | Leave a comment

How to Send Fax for Free

Even in these times of scanned copies being circulated and accepted for most purposes –every now and then one comes across a situation which has only one way out: SEND … Read more

Posted in Tips and Tricks | Leave a comment

CSS: Div Doesn’t Fully Expand in Height

The Problem Create a DIV and let’s call it “wrapper div”. When you’ll create a DIV inside the wrapper and its height will increase due to increasing content –the wrapper … Read more

Posted in Tips and Tricks | 1 Comment

Photoshop: Write Circular Text and Text Around Other Shapes

Photoshop newbies often ask this question and are mostly advised to  learn path drawing. Path drawing is for the serious Photoshop professionals. But if you quickly want to write circular … Read more

Posted in Tips and Tricks | Leave a comment

Slow AddThis: Reason and Solution

AddThis is one of the leading bookmark services on Internet. Millions of websites around the world use this service to display social networking and sharing buttons. There is no doubt … Read more

Posted in Tips and Tricks | 9 Comments

Fancy Fonts, Stylish Text, Nice Looking Website!

In my previous article, I wrote about how to use Google’s Font API for writing in usual fonts on your website. The best thing about Google’s API is that it … Read more

Posted in Tips and Tricks | 1 Comment

How to Use Fancy Stylish Fonts in a Website

If you are a professional web developer or even if you have designed a basic HTML website for yourself –you must have wished “it would have been great, if I … Read more

Posted in How-to, Tips and Tricks | 1 Comment

How to Better Use Facebook for Social Networking

Facebook is an extremely powerful social networking tool. There are more than 800 million users hooked onto this platform. They share their lives with their friends using Facebook; but have … Read more

Posted in Facebook, Tips and Tricks | 1 Comment

Mathematical Love: Graph Patterns for Your Valentine!

On this Valentine’s Day, plotting a heart shaped graph using Google search and sending it to one’s valentine became a sort of craze. A number of bloggers blogged about the … Read more

Posted in Tips and Tricks | Leave a comment

Quickly Delete All or Multiple Friends from Facebook

“How can I delete all my friends from my Facebook list?” A few people have asked me this question lately. The first thing I wonder about is “why?”… but online … Read more

Posted in Facebook, Tips and Tricks | 3 Comments

Valentine Special: Love Heart from Google

When you enter a mathematical equation in Google search engine, it tries to plot the equation in the form of a graph. The following equation, produces the image of a … Read more

Posted in Tips and Tricks | 1 Comment

How to Remove Leading and Trailing Spaces in MS-Word

More often than not I get MS-Word files in which a lot of lines either begin with unnecessary spaces or they have lots of trailing spaces –and if it is … Read more

Posted in MS-Office, Tips and Tricks | 1 Comment

PDF Tips: How to Create PDF Files

The first thing that you should know about creating a PDF file is that a PDF file is actually gets printed. In other words, in case of PDF files, creation … Read more

Posted in Tips and Tricks | 1 Comment

How to View Only Unread Emails in Gmail

Sometimes, we tighten our belts and get ready to finish off the unread pending emails in our inbox. Unfortunately, as of now, Gmail does not provide a straight simple way … Read more

Posted in Tips and Tricks | 1 Comment

Windows Notepad Editor for Programmers

This year, one of the best software tool I found is Programmer’s Notepad. As the name suggests, it is an editor loaded with features that are useful for people who … Read more

Posted in Programming, Software, Tips and Tricks | 1 Comment

PDF Tips: How to Edit, Annotate, Comment on a PDF File

Sometimes it becomes important to be able to put comments on a PDF file just like we do in case of Word processing office applications (e.g. MS Word). Thankfully, there … Read more

Posted in Tips and Tricks | 1 Comment

How to Shorten a Long URL (Web Address)

A number of times we come across long Uniform Resource Locators (URLs) on Internet. Pasting these miles long URLs in limited character services (like Twitter allows only 140 characters per … Read more

Posted in Tips and Tricks | 1 Comment

Get Full Current URL from Address Bar

Yesterday, I needed to retrieve the URL of a webpage as shown in the address of browser. I was coding in PHP –so my first choice was to use PHP … Read more

Posted in Programming, Tips and Tricks, Web development | Leave a comment

CityVille: Cool Tips

On behest of two kids I begin to play CityVille on Facebook because they had asked me to send them sun glasses, visor, chairs and what not! Before this I … Read more

Posted in Online Games, Tips and Tricks | Leave a comment

AJAX: Passing parameters to onreadystatechange function

When the response of an AJAX request is ready on the server the value of the readyState property of the XMLHttpRequest object is changed to “4″ which means the request … Read more

Posted in AJAX, Tips and Tricks | 7 Comments

Rapid website development

I am not seriously into PHP stuff. But it is a very good platform if you quickly want to come up with a dynamic website. It’s very easy and quick. … Read more

Posted in Tips and Tricks, Web development | 1 Comment

Building strings in Java

Building and manipulating strings is one of the most common task performed in any programming language. In Java, the String class provides the functionality of creating and manipulating the strings … Read more

Posted in Java, Tips and Tricks | Leave a comment