background preloader

Web

Facebook Twitter

Newsletters

Html5shiv - HTML5 IE enabling script. Linking button to a URL on onclick event in html. Free Pattern and Texture Resources For Web Designers. A good collection of patterns and textures is an invaluable asset for any designer. However when it comes to finding the right pattern or texture; one can easily spend hours searching for it. W3Avenue has compiled a list of resources which will help you find high quality free patterns and textures. As an added bonus you will also find a list of useful online tools that will help you quickly create simple patterns yourself. All of the resources presented in our list are available free for personal use, most of these are also available free of charge for commercial use. But always remember to read terms under which you can use these free resources. If you are looking for design inspiration, you can look at List of Really Useful Website Design Showcases.

The Round Up Our list is organized in alphabetical order, with some popular / recommended resources highlighted in bold. Online Tools If you want to quickly create simple background patterns, try following online tools: jQuery.LocalScroll. Notice I've pretty much stopped updating this blog, but the plugin development is still on-going. You can find the link to the Github project page at the bottom of the article. What does this plugin do ? This plugin will animate a regular anchor navigation [1] [2]. It will allow your visitors to navigate your site with a smooth scrolling effect. Each time a link is clicked, the element you decide(can be the whole screen), will gradually scroll to the targeted element, instead of "jumping" as it'd normally do.jQuery.ScrollTo is used for the animation.

How to implement it ? That's easy! <a href="#the_id">your_text</a> Let's call these "local links". So if (for example) you have a div with id "navigation" and the local links are inside. $('#navigation').localScroll(); If your links are all spread, you can use: $.localScroll(); That gets all the local links in the page. Settings targetWhat to scroll (selector, DOMElement, or jQuery Object). How do I use the settings ? Troubleshooting Links. ScrollTo. HTML5 Page Structure. Shadowbox.js. Snook.ca: Tips, Tricks and Bookmarks on Web Development. A custom image for a reset button? Just as HTML authors often like to replace a submit button by an image in a form, they may ask how to do the same to a reset button, or at least make the button somehow visually different from the default. This is a more complicated question, but there are stylesheet and JavaScript techniques by which it can be done in rather many cases, even in a safe manner which "degrades gracefully" to a normal reset button when the conditions are not met.

This document discusses, in addition to those techniques, the question whether and when this is a useful thing to do, as well as the necessity and placement of a reset button. The conclusions recommend making the reset button the first field in a form and using style sheet in a simple way to suggest modified visual appearance without trying to use a custom image; a relatively complex method could be used which often causes such an image to be used, without sacrificing basic functionality when that does not happen.

The normal reset button.

Ref Portfolio

List of User Agent Strings. CSS. 25 Excellent Examples of Forms in Web Design. A form can be a very important part of a website. From really simple and direct ones, to fancy, colorful and creative, there is a form style for each site. When thinking about the interface design of your site, this is certainly an element you should focus on. From Login/SignUp forms, to contact forms and other types of forms, we need to keep in mind that the point of those forms is to get the user’s attention and make them want to fill in the info.

So here are some excellent examples of forms in web design. Awesome Foundation Six Wanken Visual Republic Andrew McClintock Chris Woods bio-bak Vincent Mazza Ed Peixoto Christian Sparrow olga designs Krista Ganelon Forever Heavy Cornerd Justdot sikbox Justalab Buffalo Sprocket House Gardener & Marks Pentagon Gams All Creative Creditable Gowalla Source: Pattern TapMinimal SitesThe Best Designs About the Author Gisele Muller loves communication, technology, web, design, movies, gastronomy and creativity. Related Posts 480 shares Read More 1333 shares. Compatibility Master Table. Feature, Browser, and Form Factor Detection: It's Good for the Environment. Overview This article is about tuning your app to the environment it's running in, focusing on the specific challenge of detection.

In other words, surveying the environment you're running in. Three techniques are covered: Feature detection, to decide if a particular feature is supported. Browser detection, to decide which browser you're running in. Form factor detection, to decide which form factor you're running in (smartphone, TV, etc.). Background HTML5 is everywhere these days. But how about the developer experience? If the web's promise of "write once, run many" sounds too good to be true, that's because it is too good to be true. Fortunately, the web has always worked this way. Feature Detection Feature detection is the most popular technique among the three we'll examine in this article. DetectCanvas() ? Simple enough. In the case of canvas detection, one way is to create a canvas element and see if it supports a known property of canvas, the getContext method: Modernizr.canvas ?

HTML5 & CSS3 Support, Web Design Tools & Support - FindMeByIP - CSS3 & HTML5 Browser Support. Récupérer un formulaire en Javascript, Les Trucsweb - Québec. Récupérer un formulaire en Javascript Les paramètres GET de la requête HTTP par Django (Oznog) Blais, Trucsweb (24 Avril 2001) Les données d’un formulaire peuvent être envoyées avec la méthode « GET » en d’autres mots, directement dans la requête HTTP. Vous avez sûrement déjà remarqué ces caractères bizarres visibles au bout d’une adresse (URL) dans un navigateur. Le URL et la chaîne de caractères sont déterminés par le paramètre « ACTION » et les paramètres « NAME » d’un formulaire. Saviez-vous que le Javascript permet de récupérer ces données ? Bref rappel du fonctionnement d'un formulaireDans la déclaration d'un formulaire, il faut indiquer l'action (la page ou le script qui récupère l'information) et la méthode (comment l'information est envoyée).

On note ici l'utilisation de la méthode " GET " obligatoire pour le bon fonctionnement du script. Les champs de saisies doivent être identifiés par un nom pour y référer lors de la récupération. Page : Saisie.htm nReq = location.search. A List Apart.

Ligue

WebTuts. CoolSites.