Wednesday, 18 June 2014

Best 40 website programmings languages..

Hi friendz,

There is a lot web programming languages available. Based on some research, here we listed some top web programming languages. I got some information from other reference sources in searching and then i have made some list here..

This results are in no way definitive and may even be wrong, but the results are from HTTP Header information, Request for file types (.php for example), Searches on forums, presentations and Google Educated guesses ;)

It is purly the programming languages that are serving through HTML.

Results

– Website — Programming Language Used
————————————————————-

Google – C, C++, PHP*, Ajax

facebook.com — PHP

youtube.com — Python

yahoo.com — PHP*

live.com — ASP.NET
wikipedia.org — PHP

msn.com — ASP.NET
blogspot.com — Python*

baidu.com — PHP

microsoft.com — ASP.NET
qq.com — PHP

bing.com — ASP.NET
ask.com — SSI

taobao.com — PHP

twitter.com — Ruby on Rails

adobe.com — ColdFusion

youku.com — PHP

soso.com — CGI*

wordpress.com — PHP

sohu.com — PHP

163.com — JSP

windows.com — ASP.NET
hao123.com — PHP

amazon.com — CGI

tudou.com — PHP

apple.com — PHP

ebay.com — CGI

linkedin.com — Scala/Java

yahoo.co.jp — PHP*

sogou.com — PHP

go.com — CGI

4399.com — PHP

paypal.com — CGI

mozilla.com — PHP/Python

aol.com — JSP

about.com — unknown

xunlei.com — PHP

56.com — PHP

flickr.com — PHP

craigslist.org — Perl

tmall.com — PHP

*guesses

Notes,

Based on the above results we see that PHP is the dominant language claming 50% of the top 40 websites. Also, ASP.NET seems to be only used in Microsoft properties.

If you see an error in the results I would love to hear from you. please leave a comment stating the correction. Thanks for reading.

Sources : Google, Yahoo, rogchap.com etc.

Tuesday, 17 June 2014

jQuery Validation submitHandler issue in Safari and Chrome

There is an odd issue with the jQuery Validation plugin’s submitHandler callback with Chrome. To validate the form I had my function setup as follows:


$("#signup_form").validate({
submitHandler: function(form) {
alert("Test");
form.submit();
}
});


The alert box and form submitted correctly in Firefox. However in Chrome, the alert box worked, but after that the form refused to submit. I narrowed down the issue to be with the actual name of the submit input on the form. I had named the submit input “submit”, which had some sort of conflict with the plugin. Renaming the submit input to anything else, like “newname” fixes the issue.
In short, to fix this, change:


<input type="submit" name="submit" value="Sign Up" />


to


<input type="submit" name="newname" value="Sign Up" />x

Thursday, 12 June 2014

5 Must Have Free WordPress Plugins for WordPress Website

WordPress is undoubtedly one of the best publishing platforms available on the web today. The best part about WordPress -its ability to customize websites through plugins.


WordPress currently lists more than 30,000 plugins in its directory and for a novice WordPress user, it’s a bit hard to determine which of these 30k+ plugins they need. Here is a list of 5 must have, well-build WordPress plugins every WordPress website could use. These are extremely helpful if you are planning for a long-healthy-fast site administration.


Jetpack by WordPress.com


Jetpack is a free bundle from worpress community.More than 30 tools which are extremely helpful for every WordPress website out there.


Installing and configuring Jetpack is a simple process. You will have to connect with your WordPress.com account and you are ready to use all the tools. Some tools are activated by default and you can activate the rest as per your choice.


jetpack-wordpress


Some Jetpack inbuild options are:


WordPress.com Stats, Jetpack Comments, Contact Form, Publicize etc..


Akismet


Akismet is your ultimate spam assassin. Spam comments will be your greatest head-ache once you start running a WordPresss website. Akismet is a one stop solution to spam handling, It is developed by Automattic as well.