Category Archives: Scripting

Comparison with JavaScript password

Have you ever had to fill out a form that asks you to enter twice the password for a service? Creating this system to confirm the data entered is not particularly complex, it takes a few lines of JavaScript on … Continue reading

Posted in Scripting | Tagged , , , | Comments Off

HTML5 also on Internet Explorer, with Javascript

Today we mark an interesting script by which we can finally write our sites in HTML 5 without fear of losing a large portion of users who use Internet Explorer, as we know, the current version (IE8) provides no support … Continue reading

Posted in Browser, Scripting | Tagged , | Comments Off

Disable submit button with JavaScript

Imagine you create a beautiful form with lots of controls to validate made in Ajax, in this case it is essential that the user’s browser has JavaScript enabled form,step for this: Detect activation or not support JavaScript; Require the navigator … Continue reading

Posted in Scripting | Tagged , | Comments Off

Five reasons for not using Ajax

Ajax is a great and difficult technology services provided by Web 2.0 would be just as easy to use without the support of a technical development such as Asynchronous JavaScript and XML. Ajax has only advantages? As with all things … Continue reading

Posted in Scripting | Comments Off

JW Box: a lightbox for JW Player

If used on your site’s media player JW FLV Player and want open movies in windows style lightbox there are various possibilities, the easiest solution is, of course, use the plugin JW Box designed by the same developers JW Player … Continue reading

Posted in Scripting | Tagged , , | Comments Off