jquery4u.com - Archives (février 2013)

1 jQuery Fan Blog for your Daily News, Plugins, Tuts/Tips & Code Snippets.

Le: 28 02 2013 à 22:00 Auteur: Sam Deering

Some cool web dev stuff found last month, here are the finds. Enjoy. Also see: Interesting Web Finds – JAN 2013 BrowserStack Live, Web-Based Browser Testing. I also tried it out and did a quick review. Source + Demo w2ui New JavaScript UI library. This...

Le: 28 02 2013 à 21:40 Auteur: Sam Deering

OK so now it’s officially been declared that the $.browser function has been deprecated. What do we do? Don’t panic I have 5 possible solutions below for you to implement as your discretion. This GitHub Message from the repo says it all really: “NO LONGER...

Le: 24 02 2013 à 22:00 Auteur: Sam Deering

This post takes a look ahead at jQuery 2.0 and why your code could potentially “break” when deprecated/removed jQuery functions produce “function not defined” (or such) errors. This official post states that jQuery 2.0 will remove support for IE 6/7/8 oddities such as borked event...

Le: 24 02 2013 à 21:50 Auteur: Sam Deering

ALOT of old functionality has (1.9.x) and will be (2.x) removed from the jQuery Library, with the latter removing support for oldIE. Looking forward in 2013 on how jQuery will support IE is quite a debate. Plugins using functions which no longer exist may break...

Le: 24 02 2013 à 21:50 Auteur: Sam Deering

How does jQuery 1.9.1 support old Internet Explorer? This post contains a collection of code snippets directly from the jQuery Library. Hopefully by reading through the code will help you understand more about vanilla JavaScript and how jQuery 1.9.1 has overcome JavaScript browser incompatibilities with...

Le: 24 02 2013 à 21:45 Auteur: Sam Deering

Usage of Flash for websites is now at 20.3% down from 28% just over a ago. JavaScript is now used by 92.5% of all websites (96.5% of all the websites that rank in the top 100.000). Source: http://w3techs.com/technologies/overview/client_side_language/all

Le: 21 02 2013 à 23:30 Auteur: Sam Deering

Enjoy. 1. jquery.snipe Sniper-lens-style zoom on images. SourceDemo 2. jQuery Fancy Switch This tutorial is aimed at users just stepping on the jQuery ladder, and hopefully this will demonstrate how simple some techniques are. The design of the switch was done by Shegy. SourceDemo 3....

Le: 21 02 2013 à 23:00 Auteur: Sam Deering

Some cool web dev stuff found last month, here are the finds. Enjoy. OCT/NOV/DEC 2012 Finds Field Guide to Web Applications This field guide is designed to help you create great user experiences in your web apps. Whether you’re building your first web app, or...

Le: 20 02 2013 à 22:00 Auteur: Sam Deering

Attempts at overlaying a play button image over another image using CSS so that it is positioned centrally to the parent image. Attempt 1 – works, not so good in FF jsfiddle.net/YAuKb/1/ Attempt 2 – works, good in Chrome, FF, IE9 jsfiddle.net/YAuKb/6/ CSS #container {...

Le: 20 02 2013 à 21:35 Auteur: Sam Deering

Here is a collection of code snippets coded in jQuery, JavaScript, CSS3 to produce popout scale effects transitions which work in Internet Explorer versions particularly IE8 and IE9 which don’t quite play ball with CSS3. First of all an attempt using jQuery Plugin for IE7+...

Le: 20 02 2013 à 21:30 Auteur: Sam Deering

jQuery code snippet to update images with a domain name, turning it from a relative path into an absolute path. Sometimes useful when testing across domains with the same static content or pulling images from an external domain. (function ($) {     $(document).ready(function ()...

Le: 19 02 2013 à 22:00 Auteur: jquery4u

OK, I thought I would bring together every method I know of checking the version of Internet Explorer using JavaScript and jQuery. We all love catering for IE’s needs so if anyone knows of any other ways of making the support of IE versions easier...

Le: 19 02 2013 à 22:00 Auteur: Sam Deering

OK, I thought I would bring together every method I know of checking the version of Internet Explorer using JavaScript and jQuery. We all love catering for IE’s needs so if anyone knows of any other ways of making the support of IE versions easier...

Le: 18 02 2013 à 22:00 Auteur: Sam Deering

Here are some code snippets and examples of how to use jQuery & HTML5 to set cursor Input Focus and Cursor Positions which are common actions with login forms and such. Comments, improvements and suggestions welcomed. jQuery Input Focus Simply call the focus() function to...

Le: 18 02 2013 à 21:55 Auteur: Sam Deering

Proof of concept for changing alt tags/title tags on hover dynamically it gets picked up automatically by browsers and displayed as the usual “alt/title tooltip”. There is obviously no benefit to SEO using this but was good to prove it works. Check out me fiddle...

Le: 18 02 2013 à 10:48 Auteur: Sam Deering

Here are a few funny things I have seen in my career as a Web Developer. Here are just a few of many many many more. Enjoy. Some Nice JavaScript Errors Undefined unknown undefined actually not that bad for a js error. Some Big A$$...

Le: 17 02 2013 à 22:00 Auteur: Sam Deering

Metro style seems to be all the rage on the internet since the release of Windows 8 so I though I’d share some of the best jQuery Metro plugins. Note, these are all premium plugins stay tuned for a list of free plugins soon. Enjoy....

Le: 15 02 2013 à 22:05 Auteur: jQuery Editor

Video Tutorial Details Name 11 More Things I Learned from the jQuery Source Description The fantastically good sequel to the original: http://paulirish.com/2010/10-things-i-learned-from-the-jquery-source/rnrnComments and details: http://paulirish.com/2011/11-more-things-i-learned-from-the-jquery-source Target Skill Level advanced Author Profile yayQuery Published 2011-01-17 22:54:44

Le: 14 02 2013 à 21:40 Auteur: jquery4u

Just a jQuery Code Snippet to Capture Horizontal Scrolling. //capture horizontal scroll $(window).bind('scroll', function() {      //check if it's hit the leftmost scroll point     if ($(document).scrollLeft() == 0)     {           //scroll horizontal     } });

Le: 13 02 2013 à 22:10 Auteur: Sam Deering

I decided to try out browserstack.com again and provide you with a quick overview of its worth with regards to browser testing. Sign up * Signup is easy, they have a free trial which gives you 30mins. Launching a Virtual Machine * Very easy to...

Le: 13 02 2013 à 22:05 Auteur: jQuery Editor

Video Tutorial Details Name 11 More Things I Learned from the jQuery Source Description The fantastically good sequel to the original: http://paulirish.com/2010/10-things-i-learned-from-the-jquery-source/rnrnComments and details: http://paulirish.com/2011/11-more-things-i-learned-from-the-jquery-source Target Skill Level advanced Author Profile yayQuery Published 2011-01-17 22:54:44

Le: 13 02 2013 à 21:47 Auteur: Akshaye JH

Video Tutorial Details Name JQuery, PHP – Send Message with Smiley [Emoticons] – Part – 3/3 Description Hey Guys,rnIn this tutorial, I\’ll show you guys how to create a send message option with emoticons .rnrnHope you guys will like this tutorial rnrnFor more tutorials :...

Le: 13 02 2013 à 21:46 Auteur: Akshaye JH

Video Tutorial Details Name JQuery, PHP – Send Message With Smiley [Emoticons] – Part – 2/3 Description Hey Guys,rnIn this tutorial, I\’ll show you guys how to create a send message option with emoticons .rnrnHope you guys will like this tutorial rnrnFor more tutorials :...

Le: 13 02 2013 à 21:45 Auteur: Akshaye JH

Video Tutorial Details Name JQuery, PHP – Send Message With Smiley [Emoticons] – Part – 1/3 Description Hey Guys,rnIn this tutorial, I\’ll show you guys how to create a send message option with emoticons .rnrnHope you guys will like this tutorial rnrnFor more tutorials :...

Le: 12 02 2013 à 22:00 Auteur: jquery4u

I decided to try out browserstack.com again and provide you with a quick overview of its worth with regards to browser testing. Sign up * Signup is easy, they have a free trial which gives you 30mins. Launching a Virtual Machine * Very easy to...

Le: 12 02 2013 à 21:47 Auteur: Akshaye JH

Video Tutorial Details Name JQuery, PHP – Send Message with Smiley [Emoticons] – Part – 3/3 Description Hey Guys,rnIn this tutorial, I\’ll show you guys how to create a send message option with emoticons .rnrnHope you guys will like this tutorial rnrnFor more tutorials :...

Le: 12 02 2013 à 21:46 Auteur: Akshaye JH

Video Tutorial Details Name JQuery, PHP – Send Message With Smiley [Emoticons] – Part – 2/3 Description Hey Guys,rnIn this tutorial, I\’ll show you guys how to create a send message option with emoticons .rnrnHope you guys will like this tutorial rnrnFor more tutorials :...

Le: 12 02 2013 à 21:45 Auteur: Akshaye JH

Video Tutorial Details Name JQuery, PHP – Send Message With Smiley [Emoticons] – Part – 1/3 Description Hey Guys,rnIn this tutorial, I\’ll show you guys how to create a send message option with emoticons .rnrnHope you guys will like this tutorial rnrnFor more tutorials :...

Le: 07 02 2013 à 22:05 Auteur: Sam Deering

I’ve discovered some pretty cool stuff on the net over Christmas here are some of the best ones for you to discover! Enjoy. 1. The Evolution of Web Apps HTML5 has enabled developers to break free of the limits they were used to when building...

Le: 07 02 2013 à 22:02 Auteur: Akshaye JH

Video Tutorial Details Name JQuery – Auto Scroll to Top – Part 3 Description Hey Guys,rnIn this tutorial, Im going to show you guys how to create an -auto scroll to top- button .rnrnHope you guys will like this tutorialrnrnFore more tutorials : rnhttp:–www.wellbro.com Tags...

Le: 07 02 2013 à 22:01 Auteur: Akshaye JH

Video Tutorial Details Name JQuery – Auto Scroll to Top – Part 2 Description Hey Guys,rnIn this tutorial, Im going to show you guys how to create an -auto scroll to top- button .rnrnHope you guys will like this tutorialrnrnFore more tutorials : rnhttp:–www.wellbro.com Tags...

Le: 07 02 2013 à 22:00 Auteur: Akshaye JH

Video Tutorial Details Name JQuery – Auto Scroll to Top – Part 1 Description Hey Guys,rnIn this tutorial, Im going to show you guys how to create an -auto scroll to top- button .rnrnHope you guys will like this tutorialrnrnFore more tutorials : rnhttp://www.wellbro.com Tags...

Le: 02 02 2013 à 14:35 Auteur: Akshaye JH

Video Tutorial Details Name JQuery, PHP – Photo tagging system – Tagging Person [Part - 4/5] Description Hey Guys,rnIn this tutorial, Im gonna show you how to create a photo tagging system like facebook.rnrnHope you guys will like this tutorialrnrnFor more tutorials : rnhttp://www.youtube.com/user/akshayejh/featured Tags...

Le: 02 02 2013 à 14:35 Auteur: Akshaye JH

Video Tutorial Details Name JQuery, PHP – Photo tagging system – Creating the text box [Part - 3/5] Description Hey Guys,rnIn this tutorial, Im gonna show you how to create a photo tagging system like facebook.rnrnHope you guys will like this tutorialrnrnFor more tutorials :...

Le: 02 02 2013 à 14:35 Auteur: Akshaye JH

Video Tutorial Details Name JQuery, PHP – Photo tagging system – Setting up Files [Part - 2/5] Description Hey Guys,rnIn this tutorial, Im gonna show you how to create a photo tagging system like facebook.rnrnHope you guys will like this tutorialrnrnFor more tutorials : rnhttp://www.youtube.com/user/akshayejh/featured...

Le: 02 02 2013 à 14:34 Auteur: Akshaye JH

Video Tutorial Details Name JQuery, PHP – Photo tagging system – Introduction [Part - 1/5] Description Hey Guys,rnIn this tutorial, Im gonna show you how to create a photo tagging system like facebook.rnrnHope you guys will like this tutorialrnrnFor more tutorials : rnhttp://www.youtube.com/user/akshayejh/featured Tags Education...