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 in website. For example a community that use the service to manage their events, or to display your future trips in your blog ?

http://ajax.phpmagazine.net/upload/2006/04/ajaxcalendar-thumb.png

Create a cool CSS-based drop-down menu August 25th, 2009
by Zeeshan

cssmenuSurfing the web one finds many different solutions for drop-down menus, of which many involve or even solely depend on JavaScript. I would like to present another option which I personally find really cool because it’s easy to use and utilizes features within the HTML and CSS standards without any weird workarounds.

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.

PHP simple login August 22nd, 2009
by Zeeshan

httpvh://www.youtube.com/watch?v=ldjP4cy9nLc

Twitter-style alert with jQuery, CSS, and PHP August 21st, 2009
by Zeeshan


If you’re into taking apart code, skip all this and download the source

In this tutorial you will learn how to display an alert to your users with jQuery and CSS similar to the one used by Twitter. The alert drops down from the top of the screen to display what is in a PHP $_SESSION variable.

Sexy Drop Down Menu w/ jQuery & CSS August 20th, 2009
by Zeeshan

Step1. HTML

First create an unordered list for your base top navigation.Then simply nest another unordered list for your sub navigation.

World Icon Tutorial July 3rd, 2009
by Zeeshan

Hey In this tutorial i’ll show you how to make a glossy look world Globe Icon.
worldicon

Keyboard shortcuts (Windows) July 2nd, 2009
by Zeeshan

Getting familiar with keyboard shortcuts not only help you get the work done faster, but also more efficient. If your daily job rely heavily on using Windows, here are some 100+ Windows Keyboard Shortcuts you might want to check out. If there’s any nifty shortcuts we have missed, appreciate a heads up.

The General Shortcuts

We’ll kickoff the list with some really general shortcuts that you often used.