Author: ohmkumar

0

Toggle effect for fade – with jQuery

Write the below function first: jQuery.fn.fadeToggle = function(speed, easing, callback) { return this.animate({opacity: ‘toggle’}, speed, easing, callback); }; After that you can do as usual like: $(“.main”).click(function () { $(“.child”).fadeToggle(“slow”); });

Trim .php extension using .htaccess 0

Trim .php extension using .htaccess

Trim your .php extension in your web application using .htaccess RewriteEngine on RewriteRule ^$ index.php RewriteRule ^([a-zA-Z0-9\-\_/]*)/$ $1/index.php RewriteRule ^([a-zA-Z0-9\-\_/]*)$ $1.php

Remove borders on links in Firefox 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; }

Be careful while using OpenID 2

Be careful while using 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...

Microsoft Image resizer 0

Microsoft 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.

ISTQB Question Dump 451

ISTQB Question Dump

ISTQB Sample Question Paper Dump 1 ISTQB Sample Question Paper Dump 2 ISTQB Sample Question Paper Dump 3 ISTQB Sample Question Paper Dump 4 ISTQB Sample Question Paper Dump 5 ISTQB Sample Question Paper...