Daily Archives: July 8, 2010

MySQL 5.5 Reference Manual

Copyright © 1997, 2010, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, […]

The Main Features of MySQL

This section describes some of the important characteristics of the MySQL Database Software. See also Section 1.4, “MySQL Development History”. In most respects, the roadmap applies to all versions of MySQL. For information about features as they are introduced into MySQL on a series-specific basis, see the “In a Nutshell” section of the appropriate Manual: MySQL […]

SlideShow

The following is a small demo, a slideshow from images. This demo was created with a new JavaScript library, JQuery. JQuery library is known for making JavaScript coding fun. When using this demo you must keep the copyright notice for each Interface’s JavaScript source file. <pre class=”brush: php; highlight: [5, 15]; html-script: true”> <!DOCTYPE html […]

FishEye

Have you ever look through a glass? This demo is exactly that effect of enhancing the image behind the glass, the Fisheye. It’s not flash, only pure JavaScript. <html> <head> <base href=”http://www.ajaxdaddy.com/web20/jquery/interface-fisheye/”> <style type=”text/css”> body {color: white;background: #52616F;} a { color: white; } </style> <meta http-equiv=”Content-Language” content=”en” /> <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ /> <title>Fisheye – […]

Ajax Example

The AJAX application above contains one div section and one button. The div section will be used to display information returned from a server. The button calls a function named loadXMLDoc(), if it is clicked: <html> <body> <div id=”myDiv”><h2>Let AJAX change this text</h2></div> <button type=”button” onclick=”loadXMLDoc()”>Change Content</button> </body> </html> Next, add a <script> tag to […]

Use AJAX and PHP to Build your Mailing List

An elegantly designed site filled with engaging content is worth very little without an interested audience. An opt-in mailing list is one of the most effective methods of making contact with your audience and driving repeat traffic to your site. If visitors enjoy and trust your site, they’re likely to trust you with their email […]