All posts tagged jQuery

13 jQuery Visual Effects Tutorials That Can Help You More Effectively


Most of you already aware that jQuery is a lightweight JavaScript library that emphasizes interaction between JavaScript and HTM. jQuery is a “write less, do more” JavaScript library designed to simplify the client-side scripting of HTML. Developers can trust jQuery with closed eyes to produce awe aspiring results.

Now day’s jQuery is on top of its charm and everyone from Javascript world love to experiment with it. Because of the remarkable significance of JQuery in Designing field, it is an essential to keep yourself up-to-date with its Quality uses of Visual Effects Tutorials and Examples.

HTML5 File Uploads with jQuery


Today we will be developing a small web application called Upload Center, that will allow people to upload photos from their computers by dragging and dropping them onto the browser window, possible with the new HTML5 APIs exposed by modern browsers.

The photos will have a preview and a progress bar, all of which controlled on the client side. Currently, the photos are only stored in a folder on the server, but you could improve it any way you like.

21 Useful jQuery Plugins


jQuery plugins are really helpful for developers, so today we decided why not to make a collection of jquery plugins. In this roundup we have put together 21 useful and helpful jquey plugins for developers to take a look, Enjoy!! If you like these jquery plugins you might also want to check out our previous post below.

25+ Latest jQuery Plugins


25+ Latest jQuery plugins and scripts for web designers and developers. This post contains jQuery sliders, image galleries, slideshow plugins, jQuery navigation menus, interactive maps, image rotators, plugins for tabs, accordion menus, user interface elements, web contact forms, modal windows, tooltips, font size, and many other latest jQuery scripts collected in one place.

jQuery plugins are constantly being released, and it’s no surprise since it’s insanely popular, and for good reason. The only problem is being able to sort through them all to find the good ones. That’s why we’re always on the lookout, and we will found some good ones for you. Here are 10 useful jQuery plugins for designers.

Shuffle Letters Effect: a jQuery Plugin


In this short tutorial we will be making a jQuery plugin that will shuffle the text content of any DOM element – an interesting effect that can be used in headings, logos and slideshows. The Code :The first step is to write the backbone of our jQuery plugin. We will place the code inside a self-executing anonymous function, and extend ..

40 Brilliant and Advanced jQuery Effects To Use In Your Websites


Just a while ago, Flash was one of the primary technologies used by web designers to add interactivity to a website. But today, there’s an upward trend seen in the web development world to use alternative technologies to Flash, such as jQuery, Ajax and others. Though Flash is still a very powerful and useful tool several of the effects that web designers are accustomed to creating in Flash, can be just as easily implemented using jQuery.

The jQuery library provides several techniques for adding animation to a web page. These include simple, standard animations that are frequently used, and the ability to craft sophisticated custom effects. With jQuery, the programmers can keep their code organized, concise and simple which is the main objective of the library, “write less, do more”.

Building a Website with PHP, MySQL and jQuery Mobile


This is the second part of a two-part tutorial, in which we use PHP, MySQL and jQuery mobile to build a simple computer web store. In the previous part we created the models and the controllers, and this time we will be writing our views. First, lets say a few words about the library we will be using. jQuery mobile is a user interface library that sits on top of jQuery and provides support for a wide array of devices in the form of ready to use widgets and a touch-friendly development environment. It is still in beta, but upgrading to the official 1.0 release will be as simple as swapping a CDN URL…

21 Beautiful jQuery Sliders for your next Project


Developers can do lots of advanced things with jQuery library. By writing just few lines of codes you can create beautiful effects for your websites. Many portfolio websites and blogs are using creative sliders and here we collected 21 beautiful jQuery sliders which you can use for your next project.

22 Articles and Tutorials for Getting Started with jQuery


Frontend web developers have been paving a path for clearer standards. Over the years web browsers have slowly been conditioning themselves to render webpages in this fashion. And now with the release of an HTML5 standard, things are moving faster than ever. It’s no surprise that jQuery has taken a jump into the spotlight as the premier animations/effects library. We are all aware just how powerful jQuery can be. User experience is always #1 on my web design checklist, and should be on yours as well. That’s why I’ve gathered a collection of 22 awesome tutorials building with jQuery UI. If you have questions or similar tutorials, please offer your comments in the discussion area below.

Display your Favorite Tweets using PHP and jQuery


If you have a twitter account, you oftentimes find yourself looking for a way to display your latest tweets on your website or blog. This is pretty much a solved problem. There are jQuery plugins, PHP classes and tutorials that show you how to do this. However, what happens if you only want to display certain tweets, that you have explicitly marked to show? As minimalistic twitter’s feature set is, it does provide a solution to this problem – favorites. In this tutorial, we will be writing a PHP class that will fetch, cache, and display your favorite tweets in a beautiful CSS3 interface.