background preloader

Jquery

Facebook Twitter

Perfect Full Page Background Image. Learn Development at Frontend Masters This post was originally published on August 21, 2009 and is now updated as it has been entirely revised. Both original methods are removed and now replaced by four new methods. The goal here is a background image on a website that covers the entire browser window at all times. Let’s put some specifics on it: Fills entire page with image, no white spaceScales image as neededRetains image proportions (aspect ratio)Image is centered on pageDoes not cause scrollbarsAs cross-browser compatible as possibleIsn’t some fancy shenanigans like Flash Image above credited to this site. Awesome, Easy, Progressive CSS3 Way We can do this purely through CSS thanks to the background-size property now in CSS3. Works in: Safari 3+Chrome Whatever+IE 9+Opera 10+ (Opera 9.5 supported background-size but not the keywords)Firefox 3.6+ (Firefox 4 supports non-vendor prefixed version) View Demo CSS-Only Technique #1 Big thanks, as usual, to Doug Neiner for this alternate version.

jPlayer : HTML5 Audio & Video for jQuery. 100 Awesome CSS/Javascript Plugins and Coding Techniques. Writen by Bogdan / Comments Off on 100 Awesome CSS/Javascript Plugins and Coding Techniques If you know how to use CSS and Javascript, you can create some impressive websites. Not only that you can do some awesome stuff with them but they also ease you work. In this article you have 100 awesome CSS and Javascript plugins and coding techniques that should definitely be in you toolbox. Use CSS3 to Create a Dynamic Stack of Index Cards You will learn how to create a dynamic stack of index cards solely with HTML and CSS3 and use such CSS3 features as transform and transition (for the dynamic effects) and @font-face, box-shadow and border-radius (for the styling). Dynamic PNG shadow position & opacity You will learn how to create a movable object using javascript. How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3 Awesome Overlays with CSS3 The trick with these overlays is the gradient border, going form a lighter to darker orange as you go from top to bottom.

Sliding Vinyl with CSS3. 60 Best jQuery Plugins to Enhance Your Web Experience. jQuery is well known name amongst developers, it is one of the most popular JavaScript languages and googled subject over internet. jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. Every month we bring some new useful jQuery plugins to our audiences which help them to optimize and enhance their web projects. Here at SkyTechGeek we are showcasing 60 Best jQuery Plugins that will help you to optimize and enhance your web applications. With the following plugins developers can do more in less, developers can use them for image animation, text animation, CSS transition, pagination and for creating slide shows. We hope some of these JQuery Plugins will serve their purpose towards your site needs and will go on to simplify your online life.

Enjoy ! 60. iPicture : A jQuery Plugin for Images with Tooltips 59. 58. jTable : Slick Ajaxed Datagrids with jQuery 57. 56. 54. 53. 52. 50. 9. Perl - Mojolicious::Lite jQuery autocomplete Question. Top 20+ jQuery Slideshow and Image Gallery Tutorials. Using slideshow is a great technique to show your featured content or your best image gallery in a limited amount of space is a good way to engage the reader. And with jQuery you can create dynamic and interactive effects for websites. But before you got ahead here are our previously jQuery Slideshow and Image Gallery related post: jQuery Roundrr – How To Create Circular Image Galleries With jQuery by Addy Osmani How about displaying your images or items around a shape like a circle or an ellipse instead?.

In today’s post I’ll be showing you how to do just that with a brand new plugin I’ve written called jQuery Roundrr. Tutorial Demo Preview A Beautiful Apple-style Slideshow Gallery With CSS & jQuery by Martin Angelov This week, we are making an Apple-like slideshow gallery, similar to the one they use on their website to showcase their products. Tutorial Demo How to Create a Simple iTunes-like Slider Tutorial Demo Create an Image Rotator with Description (CSS-jQuery) Tutorial Demo Tutorial Demo.

Workshops. The s3Slider jQuery plugin is made by example of jd`s smooth slide show script. I needed something like that for jQuery (for my web site kruskica.net). Since i didnt find it after a small research i decided to build it by my self. Demonstration It is very easy. First include the jQuery library then include the s3Slider javascript in the head of the page(s) where you want to use s3Slider. jQuery can be download from jQuery`s homepage. Important: For the script to work properly there is a set of rules that must be followed.

If you set that main div id is s3slider as we did here, that is the name that must be prefix for all other classes and id`s for that specific gallery (slide show). The second thing is that every .your_nameImage element in it self must have span. Then you need to initalize s3Slider and set the duration of how long will one picture be shown on the page (value is in miliseconds). Take a look at the live example. This script is licensed under Creative Commons Attribution 2.5. Beginners Guide – Galleria Documentation. This tutorial takes you through the very basics of setting up Galleria. If you’re an experienced developer check out the quick start tutorial instead. Skip to full code example A basic HTML template If you don’t have an HTML template yet, here’s a good one to start with: I’ll be saving this file as demo.html but you can give it any name you like.

Installing jQuery Galleria is built on top of the jQuery JavaScript framework and you must include this in order for Galleria to work. Add the following inside the <head> element in your HTML to include the latest minified version of jQuery: You can also download your own copy of jQuery and host it yourself if you wish, but this is not required. To make sure jQuery works properly add the following code inside the <body> tag: <script> $("body").text("jQuery works");</script> The HTML file should look something like: <! If you don’t see any text after reloading the page: the path to the jQuery file is probably wrong. Installing Galleria <!

Setting dimensions <!