background preloader

40 Exceptional jQuery Interface Techniques and Tutorials

40 Exceptional jQuery Interface Techniques and Tutorials
With the advent of JavaScript/web application libraries and frameworks, it’s become much easier to build interactive components for a site. For the folks that are unfamiliar with jQuery – it’s a popular, high-performance and compact JavaScript library/framework. jQuery will allow you to reduce the amount of code you have to write for dealing with browser quirks, memory leaks, and repetitive code by providing you with a set of useful and highly-optimized and thoroughly-tested functions and methods. In this article, we explore the strengths of jQuery in letting web developers create impressive client-side-based user interface components. Whether you’re looking for a particular interface/interaction pattern built on Query (like module tabs or modal windows) or you simply want to learn the library by engaging in step-by-step tutorials – you should be able to find something here for you. Modal Windows 1. Live Demo 2. Live Demo 3. Live Demo Tool Tips 4. Live Demo 5. Live Demo 6. Live Demo Module Tabs

JavaScript language a- z cheat sheet Here is an A - Z list of some Javascript idioms and patterns. The idea is to convey in simple terms some features of the actual Javascript language (rather than how it can interact with DOM). Enjoy... Array Literals An array literal can be defined using a comma separated list in square brackets. Arrays in javascript have a wide selection methods including push() and pop(). In the example above, the chanceCivilisationCallback callback function is invoked by peakOil. Configuration Object Instead of passing around a bunch of related properties... Use a configuration object The use of a configuration object makes it makes it easier to write clean APIs that don't need to take a huge long list of parameters. Note: The closure is the object literal returned from annoymous function. Constructor Functions (Built in) There are no classes in Javascript but there are construtor functions which use the new keyword syntax similar to the class based object creation in Java or other languages. Then...

Javascript Progress / Percentage Bar with CSS by WebAppers Sometimes, when we are building websites and web applications, we need a percentage bar / progress bar to show the progress of a specific task. However, it is very difficult to find a working and easy solution without using Flash. Therefore WebAppers have created a simple Javascript based Percentage Bar / Progress Bar which is inspired by Bare Naked App. Bare Naked App taught us how to display Percentage Bar with 2 images only by using CSS. And then I used a little bit of Javascript to make it more interactive. You can use it anywhere you can think of. display(elementId, percentage, colorCode) Display the Percentage Bar int colorCode: 1 = Green int colorCode: 2 = Yellow int colorCode: 3 = Orange int colorCode: 4 = Red plus(elementId, percentage) Increment the Percentage Bar by the specified percentage minus(elementId, percentage) Decrement the Percentage Bar by the specified percentage setProgress(elementId, percentage) Set the Percentage Bar with the specified percentage

6 sites de inspiração para cartões de visitas 6 sites de inspiração para cartões de visitas Depois de muito garimpar e de passar horas pensando no que postar, consegui algumas fontes de inpiração bem legais. São 6 sites que só tem cartões de visitas para você se inspirar. Depois de muito garimpar e de passar horas pensando no que postar, consegui algumas fontes de inpiração bem legais. São 6 sites que só tem cartões de visitas para você se inspirar. Boa parte desses sites eu encontrei no blog do @Designerfo, onde Manoj Sachwani posta notícias sobre design além de usa-lo para divulgar seus trabalhos como designer. Cardview Cardonizer CardObserver Cardnerd My Business Card Design StationeryStyle

18 jQuery scripts and tutorials to improve your portfolio | Desi For freelancing designers, the online portfolio is one the best ways to get some work. Every prospect will check it before hiring you for the job, so it must be good. JQuery can be a great tool to improve your portfolio’s usability or functionalities. In the following collection you will find some great jQuery scripts and tutorials that’s help you to get a better portfolio… and find more graphic design jobs! 1. One of my favorite jQuery slideshow available, a paid script that will make your life much easier and your site prettier. 2. jQuery tabs Tabs can be a great way to make informations about a project quickly available without leaving the page. 3. jQuery cycle If you want to show a project’s evolution, jQuery cycle could be the way to go. 4. If you are going to use a tooltip to display further technical informations, do it with style. 5. jQuery Zoom 6. Nice flipping effect for your divs, images, or whatever you want to put in it. 7. jQuery Multimedia portfolio 8. 9. 12. 17. jqTransform

21+ Javascript WebUI Frameworks | Designtopx There are times when a web designer will have to emulate a desktop program for the web. There are many tools written in javascript which can help web designers create consistent user interfaces for the web. Designing web elements and letting the browser determine how it should look may be okay for some projects but for products where branding is important additional help is required to keep the look consistent regardless of the web browser used. Here are 21+ javascript based web Graphic User Interface tools which can help design consistent UI elements across different browsers. *Javascript must be enabled on the user’s browser for these to work. For Desktop Browsers 1. Ample SDK is a standard-based cross-browser JavaScript GUI Framework for building Rich Internet Applications. 2. Ext JS is a JavaScript platform for rapid development of cross-browser web apps. 4. 5. jQuery UI 6. 7. MochaUI is a web applications user interface library built on the Mootools JavaScript framework. 8. 9. 10. 11.

40+ jQuery Plugins Improving Your Website Look and Feel | tripwire magazine Making more and more appealing and interactive user interfaces have been one of the never ending competitions between web designers since html and browsers where in the mid nineties. The competition is there for a reason. The number of website on-line has experienced a nearly exponential growth and you need to stand out to be seen! Actually it is kind if scary if this trend is going to continue… Anyway most of you reading this post is probably agreeing that websites need to be special, look good and have features that is not found everywhere. Advertisement PrettyPhoto Media This plugin can display videos, photos and other media utilizing stunning photos in a fancy overlay. qTip qTip is an advanced tooltip plugin for the ever popular jQuery JavaScript framework. Tab SlideOut Create a side tab that expands content for a feedback form or contact info. Toolkit with 6 Awesome jQuery User Interface components This is a great set of jQuery UI Tools. jQuery Confirm Plugin SimpleModal jQuery Corner

Five Copywriting Errors That Can Ruin A Company’s Website - Smashing Magazine jQuery Tips and Tricks II This is my second posts about jQuery Tips and Tricks. If you missed my first post, you might want to read it now useful and handy jQuery Tips and Tricks. This time, I found some performance tuning, element manipulations tips and tricks that I believe will able to help you develop a more effective and efficient jQuery script. Enjoy! 1. No conflict-mode To avoid conflict when you are using multiple libraries in a website, you can use this jQuery Method, and assign a different variable name instead of the dollar sign. var $j = jQuery.noConflict(); $j('#myDiv').hide(); 2. It return the number of elements that are selected by jQuery selector. $('.someClass').length; 3. There are advantages to let Google host jQuery. 4. jQuery provides us 3 ways to determine if a checkbox is checked. // First way $('#checkBox').attr('checked'); // Second way $('#edit-checkbox-id').is(':checked'); // Third way $("[:checkbox]:checked").each( function() { // Insert code here } ); 5. 6. 7. 8. jQuery.fx.off = true; 9.

15 Javascript Web UI Libraries, Frameworks and Toolkits Almost all of the rich web applications that we currently see on the web today rely on a subtle set of UI controls, libraries or frameworks (or toolkits) that not only greatly simplify application development, they also provide a consistent, reliable, and highly interactive User Interface. What more could you ask for? Currently, there are a wide varied range of Web UI frameworks covering varied languages – for today we will focus on Javascript Web UI libraries. …so, if you are looking for a fresh UI outlook, below you will find the best 15 Javascript Web UIs, all offering, to different degrees, solutions. LivePipe: UI Components for Prototype LivePipe UI is a suite of widgets and controls for applications that has been built using the Prototype Javascript Framework. UKI – Simple UI Kit for Complex Web Apps MochaUI – A Web Application User Interface Library Sigma Ajax UI Builder JxLib based MooTools JxLib is a JavaScript UI framework built on MooTools. Dijit – The Dojo Toolkit jQuery UI Alloy UI

Related: