Showing posts with label webdev. Show all posts
Showing posts with label webdev. Show all posts

Tuesday, 17 September 2013

Take your Website Full Ajax with the history API

Its 2013, is your website using AJAX? If it is not take a good look in the mirror. Every time I see a HTML gallery where I have to reload the page every time to get to the next photo I die a little inside but why stop there? The web is moving to single load web applications. Single load applications make the user experience more fluid and enjoyable.

Concept  How can we take existing basic HTML web pages and convert them to a single load web application?

Solution  With the help of AJAX, javascript and the history api along with a lightweight javascript api full-ajax.js created by myself.

Download    Beta Version full-ajax.js its free to use and modify by the GNU version 3 aggreement.

Tuesday, 4 September 2012

Create your own Custom Navigation Slider with JQuery



The Navigation Slider

The Navigation slider has become popular around the web for a while now, the idea is to have multiple headlines topics rotate in the slider. This gives more area for large images and to put emphasis on the headlines.

This tutorial will explain how to make your own like the one above, it also assumes you have a working knowlegde of Html,CSS,Javascript and JQuery.