javascript

Paper like page turning affect using HTML 5

Posted by on February 7, 2012 at 4:24 pm

Came across this today from a Venezuelan programmer called Emmanuel Garcia. He has put together javascript library to show pages similiar to a real magazine or newspaper. The page also renders well on a ipad and mobile device. It called turn.js and the site demos the plugin, with a good reference guide too.

Multisite Search Suggest

Posted by on January 2, 2012 at 9:31 pm

Beadazzle run two jewellery sites online. One site www.beadazzle.co.uk sells official Pandora Jewellery and the www.beadazzle-boutique.co.uk site sells all other non Pandora Jewellery products. Due to Pandora’s strict selling guidelines, they cannot sell any other products apart from Pandora on a single site. This meant that if they wanted to buy item Pandora and non [...]

Impressive Jquery slider on Code Canyon

Posted by on November 3, 2011 at 4:28 pm

Just come across an impressive jquery slider on the code canyon website. It does animation and look ideal for an online store. Try it out here : http://codecanyon.net/item/jquery-onebyone-slider-plugin/full_screen_preview/684613 Full product Information : http://codecanyon.net/item/jquery-onebyone-slider-plugin/684613

Make your webpage video resize dynamically as you resize the browser window

Posted by on September 6, 2011 at 9:31 pm

Nice bit of javascript that resizes web video as you resize the webpage. The video on the fitvidsjs.com site is quite impressive. http://fitvidsjs.com/

How to Build a CSS3 Mega Drop-Down Menu

Posted by on October 31, 2010 at 9:54 pm

Net tuts+ have published anice article on how to create a CSS3 Mega Menu. As these are all the range at the moment, you would prefer to have one which uses as little Javascript resource as possible.

Cross browser styleable scrollbars with jQuery and CSS using jScrollPane

Posted by on October 31, 2010 at 9:48 pm

I came across this jquery module that allows you to style inline scroll bars within your website. jScrollPane is designed to be flexible but very easy to use. After you have downloaded and included the relevant files in the head of your document all you need to to is call one javascript function to initialise [...]

Experimenting with Node.js

Posted by on July 26, 2010 at 9:43 pm

Now I know nothing about websockets and node.js. But this website is impressive. You will need a browser that supports web sockets like Google Chrome or Safari. The goto this site and see ghostly cursors moving around your page. This is in fact others users on the same page realtime. Very impressive. I guess you [...]

Where to find Jquery resources

Posted by on June 17, 2010 at 11:37 am

jQuery’s website, where you can download the jquery functions and find loads of useful plugins. An excellent blog to help get you from jQuery beginner to intermediate and on to advanced.You can also filter posts by skill level. One page cheat sheet printout with quick references to all of the jQuery library. Lacking Inspiration? Check [...]

Setting Equal Heights with jQuery

Posted by on May 21, 2010 at 9:19 am

Use jquery to ensure all output is of equal height. I always have this issue with e-commerce sites that show thumbnails of products. Either the image is odd, the proudct name wraps onto multiple lines etc. This tutorials shows how you can resolve this using jquery. http://www.filamentgroup.com/lab/setting_equal_heights_with_jquery/