|
|
-
37 Liked
| 29 Learned
| 18 Comments
|
|
Goto www.google.com, type 3+4 in the search text box and press enter. You can also do something like 12*(5+5)-12/4......
|
|
-
13 Liked
| 11 Learned
| 10 Comments
|
|
Microsoft has a free SEO toolkit, which can be used to identify the SEO problems in your website. You can install it from here.
http://www.microsoft.com/web/seo/
Once, you install the tool, you can open IIS and analyze any website. Once analysis ......
|
|
-
|
|
Filezilla is free open source FTP software that is used for transferring files from one location to another location. I have found that it is pretty fast compared to other FTP softwares. This is used for uploading and downloading of files.......
|
|
-
|
|
In javascript, to check whether any object is null or undefined, check it using !!
[code]
var tmp=6;
if (!!tmp==false) {
alert('empty');
}
[/code]
Its recommended to read Erik's comments.......
|
|
-
|
|
Today I got an error in javascript because of "innerText" property. I found this property is not working in mozilla browser and working in other browsers. Later I found that innerText property is not compatible with mozilla browser and instead we can us......
|
|
-
|
|
Font Finder plugin will be useful for designers, which we can used to analyze web pages font.
Font Finder is a plugin, which we can used to find the font-details of an element in a webpage. Install this plugin in FireFox and restart the browser.
......
|
|
-
|
|
In Internet Explorer (as well as Mozilla) - if you press F11 then it shows you the webpage in full screen mode. I am using it for quite a while now and i must say it let's you focus on what you are currently doing by giving a clutter free environment!......
|
|
-
|
|
i just learned that one should never let a domain name expire if one is keen on not losing it and keen on not paying hefty price later on. it turns out after a domain name expires, it normally takes about ~60 days before it is deleted and is available t......
|
|
-
|
|
When we open a webpage in google chrome, if we right click on any element and click on "Inspect Element", it will show the HTML markup of that element. It will be useful in debugging javascript/css related problems for those controls........
|
|
-
|
|
I just learned that reCaptcha is a variant of Captcha that helps in digitizing books from a Ted Video. Once i learned about it - i realaized how prevalent it is - in fact SolidQ blog's comment section had reCaptcha and i keep on seeing this at various o......
|
|