Categories
Archives
- March 2013
- February 2013
- January 2013
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
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 create javascript password, creating password code, creating password javascript code, javascript password create
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
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
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