Follow Ohmkumar on Twitter
16
Dec/09
0

Remove borders on links in Firefox

How to remove dotted border in firefox?
After the long search process i found the solution for this.
It’s very simple add these below style in your css.

a:focus { outline: none; }

23
Jul/09
1

Convert font size from Pixels to Points, Percentage and em

To convert font size from Pixels to em just divide by 16
Pixel Ruler

Pixels Points Percentage Ems
9px 7pt 55% 0.55em
10px 7.5pt 62.5% 0.625em
11px 8pt 70% 0.7em
12px 9pt 75% 0.75em
13px 10pt 80% 0.8em
14px 10.5pt 87.5% 0.875em
15px 11pt 95% 9.5em
16px 12pt 100% 1em
22
Jul/09
1

Be careful while using OpenID

OpenID
OpenID users be careful, while using OpenID.
Because OpenID is designed for user can login using single ID for sign in multiple websites,
but the thing is OpenId user always sign in using the external application.
In background user has silently logged in OpenID account.
Finally the user closed the external web application using signout.

Still OpenID account session is alive and logged in.
If you used this in a public computer the same OpenID account name also in cache.
with that another user can login to your account easily.

So signout both the external application and the OpenID too.

BEWARE OF OPENID

8
Jul/09
1

Big Dump – MySQL Dump Importer

MySQL

Once I tried to insert a huge MySQL database (150MB) to my website via phpMyAdmin.

Oops, My hosting company provide only 2MB to upload via phpMyAdmin.
Then I have given the request to my hosting company to increase the upload size. after a

long conversation they have changed the upload size from 2MB to 8MB.

I have sliced the db in to small pieces and uploaded.

Recently I just gone through the script named Big Dump – Free, I was surprised and this is what i searched.

Really it’s simple, also i can able to insert huge db in a min.

I got the solution after one year.
Anyway thanks to Big Dump

Download

29
May/09
0

Microsoft Image resizer

Image resizer

We are using lots of tools to optimize or resizing the image.
Microsoft introduced the Powertoy plugin for windows xp.
With the help of this tool we can easily resize.

Download