Wizards are we, when it comes to building a highly professional, impressive and extraordinary piece of blog. Today's blog is not just a personal diary, it is a showcase of your products, art or skills, a complete E-Commerce application and an extensive social networking utility. We build just the same!

We Build, Customize, Manage blogs which best serve your requirements.

Nick's Tips

No Fluff Selling

.

PremHeaven

Your Very Own-Site

Crazy Sports Chick

Thinking Sock

Scary Geek

No-Shirt Required

The Mind Forum

If You Use It - It Works

Del Re-Law Firm

Femme-Preneur

Femme-Preneur is a wordpress based membership website.

Advocate AutoClaims

Auto BodyShop Secrets

Aviation Earplugs

Bootcamp Sydney

Conrad Colman

Hospitalbag 4 U

Industrial Earplugs

In Earmonitors

Innovative Fertility

Sleeping Earplugs

Undress 4 Success

Motorsport Earplugs

Beauty School

Home Hair Highlights

Edit In Place with AJAX

Author: Zeeshan

An AJAX (or AHAH) proof-of-concept page that allows the visitor to edit the very (x)HTML page they are viewing, without leaving the page.

The Concept

Click the text to be edited and magically a textarea appears with buttons beneath to save or cancel the changes. Changes are sent via AHAH to a PHP script which normally would be used to update a database (MYSQL or flatfile).

The Demonstration

Edit is place Example 1 below

Example 1

Read the rest of this entry »

  • Share/Bookmark

Integrate Google Calendar using AJAX

Author: 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

Read the rest of this entry »

  • Share/Bookmark

Create a cool CSS-based drop-down menu

Author: 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.

Read the rest of this entry »

  • Share/Bookmark

Scroll Box bottom Position check

Author: 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.

Read the rest of this entry »

  • Share/Bookmark

PHP simple login

Author: Zeeshan

  • Share/Bookmark

Twitter-style alert with jQuery, CSS, and PHP

Author: 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.

Read the rest of this entry »

  • Share/Bookmark