Tag Archives: AJAX

AJAX

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 – […]

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 […]

AJAX

Ajax (programming) Ajax (shorthand for asynchronous JavaScript and XML) is a group of interrelated web development techniques used on the client-side to create interactive web applications. With Ajax, web applications can retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing page. The use of Ajax […]