Tag Archives: jQuery
By: Mike More in
Javascript |
When you have a web page containing a video that will not be played until clicked, you can speedup page loading by applying this quick tip which you may have seen on Facebook.

Will wrap the video embed code with HTML comment and place it inside an anchor element that uses a video screenshot as the background image, and when that anchor is clicked will remove the wrapping HTML markup to load the video.
Continue Reading
This book was started by Rebecca Murphey as the original author then contributed by some other web designers and web developers. It is being hosted on Github and contributed as an open-source project. The book is an excellent resource which would become a handy tool for any Javascript developer.

Continue Reading
This collection is hand-picked from our feed subscription, and from other feeds. This tutorial collection focuses on web design, development and digital art from around the web that were published within the past week. We try to find great tutorials which have been buried in the mass of tutorials available today. Hope you enjoy this collection!
Continue Reading
By: Mike More in
Javascript |
While showing off number of retweets you get on a post is very common, showing number of clicks -that is relatively higher- can be a very interesting measure of how popular your post is. Since, sharing your short URL is not limited to Twitter but also it can be shared anywhere like Facebook, email and others..
bit.ly -the most common URL shortener- provides a simple RESTfull API to lookup short URL’s and their clicks count.. bit.ly has recently released version 3 which added simpler, more efficient methods to query multiple URL’s in one request that we are going to apply in this tutorial.
Continue Reading
This is a list of 12 helpful jQuery plugins you are maybe missing. The list contains some plugins that are really helpful for your up-coming projects. If I was missing something crazy, feel free to share it in the comment section. Enjoy the list and don’t miss any awesomeness this month!
Continue Reading
By: Lief in
Top Of The Week |
This collection is hand-picked from our feed subscription, from Whofreelance, and from other feeds. This tutorials collection focuses on web design, development and digital art from around the web that were published within the past week. Hope you enjoy this collection!
Continue Reading
Who doesn’t love motion effects, right? shadows following the motion of movements while in a fighting scene, some of my favorite scenes are from The Matrix, Kung Fu Hustle, etc. I don’t event know how this effect is called, but sure is an awesome effect. The good news is that now-a-days we can create animations and play with them. It’s no an easy task to control distance and motion (the complex the code, the better control). The amazing part is that something like this can be done with 5 lines of jQuery!
Continue Reading
Jquery is becoming increasingly known in the web designers and developers community. Why not take advantage of its magic? In this collection we showcase some really cool jquery plugins and resources to enhance data presentation in grid layout design. Some are practical plugins that will definitely provide a fond user experience. As well, some refined resources that will help layout the span of data beautifully.
Continue Reading
Hey friend, in the previous jQuery Learning tutorial, I wrote an article that helps you to create your own jQuery plugin with the fun zooming effect. This plugin has received a lot of attention for a while and there are some suggestion from you guys to help this plugin to be better. I collected some interesting recommendations and bug fixes from my readers to write it again and release it. This plugin now is more flexible, easy to customize and working with all major web browsers with any size of images. Sounds cool? Enjoy it!
Continue Reading
By: Lief in
Top Of The Week |
This collection is hand-picked from our feed subscription, from Whofreelance, and from other feeds. This tutorials collection focuses on web design, development and digital art from around the web that were published within the past week. Hope you enjoy this collection!
Continue Reading