Posts Tagged ‘Javascript’

Jquery Fade In, Fade Out Effect February 23rd, 2010
by Zeeshan

Hello welcome to another tutorial by blogswizards, jQuery Fade In, Fade Out Effect. Dont Know jQuery? Dont worry its real simple to use and implement. If you really want to get stuck into jquery then nettuts have wrote a complete series on the subject SEE THIS LINK.

Add Javascript in a WordPress Post or Page December 12th, 2009
by Zeeshan

One of my readers asked me the following question: “How can I run a JavaScript within a WordPress post?” In this short post I have explained how I use Javascript in my WordPress posts. Adding javascript in WordPress post is really simple. You just have to switch to the HTML view in the editor and [...]

An Elastic Thumbnail Menu November 21st, 2009
by Zeeshan

In an ongoing attempt to offer alternative methods to spruce up menus, I’ve pieced together an elastic thumbnail menu. What does it do exactly? Magnifies menu items when they are hovered over. Menu items expand upwards. View the demo to see it in action.

Integrate Google Calendar using AJAX August 25th, 2009
by Zeeshan

One of the features I find it interesting in Google calendar is the possibility to create shared calendars, but also the availability of your calendar as XML or ICAL whatever it’s a private or public one. As soon as we have XML of our calendar available I was wondering why not integrating Google calendar directly [...]

Scroll Box bottom Position check August 24th, 2009
by Zeeshan

I wanted to see if I could check if a user has scrolled to the bottom of the box. For example, to see if they have read all the terms and conditions. We can find out the scroll position using $(selector).scrollTop() and to find the highest posible scroll position using $(selector)[0].scrollHeight.

A Mac OS X-style Dock In JavaScript April 29th, 2009
by Munazza

Apple’s Mac OS X operating system is renowned for its fluid graphical effects. One impressive feature is the dock’s ‘fish-eye’ effect, whereby icons expand and contract as the mouse moves over them. Achieving this effect in JavaScript is difficult, but the MacStyleDock function allows this feature to be implemented easily. An example is shown below [...]

BarackSlideshow – Lightweight slideshow script April 29th, 2009
by Munazza

I guess pretty much everyone has seen Barack Obama’s website by now, which is clearly one of the prettiest of all candidates we’ve heard of so far. Not only is it an example of state-of-the-art design, but it’s also nice to navigate and interact with. The creation I took my previous class (SlideList), and made [...]

AJAX powered shopping cart April 28th, 2009
by Munazza

One of the innovations of the web is online shopping. It allows us to buy things without ever leaving the comfort of our homes. However, the most basic element of online shopping, the shopping cart, has not evolved much. In this tutorial, we’re going to make an AJAX powered shopping cart using PHP, jQuery, and [...]