Quantcast AJAX | Source and Code System
Browsing articles tagged with " AJAX"

FishEye

Jul 8, 2010  ¦¦  by isr.coder  ¦¦  AJAX  ¦¦  30 Comments
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 - Interface plugin for jQuery</title> <script type="text/javascript" ...

iCarousel

Jul 8, 2010  ¦¦  by isr.coder  ¦¦  AJAX  ¦¦  64 Comments
One of the most common problems a web developer usually face is related to continuously rotate a fragment of content. It can be a presentation of headlines, small fragments of news or a list of thumbnails. The nature of the thing being rotated doesn't matter too much here because all those kind of applications share always ...

Side Notes

Jul 8, 2010  ¦¦  by isr.coder  ¦¦  AJAX  ¦¦  43 Comments
It's all about tangents. No, not those kinds of tangents. We're talking about the kind where you'll be sharing a thought and you sort of, umm, go off elsewhere. Some people call them asides, digressions, departures...you get the idea. We are of the belief that footnotes - at least the ones worth reading - suck. They ...

Ajax instant edit

Jul 8, 2010  ¦¦  by isr.coder  ¦¦  AJAX  ¦¦  63 Comments
A small piece of javascript reads al SPAN tags, checks if it has and a id=. If that is true, it adds a onclick function. That onclick function will create a textfield or input (depending on the size of the editable text). Someone has the ability to edit the field. When the text field is blurred, it will read the ...

Use AJAX and PHP to Build your Mailing List

Jul 8, 2010  ¦¦  by isr.coder  ¦¦  AJAX  ¦¦  45 Comments
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 addresses -- after all, they'll ...

AJAX

Mar 25, 2010  ¦¦  by admin  ¦¦  AJAX  ¦¦  110 Comments
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 techniques has led to an increase ...

HTML

Mar 25, 2010  ¦¦  by admin  ¦¦  HTML  ¦¦  55 Comments
HTML, which stands for HyperText Markup Language, is the predominant markup language for web pages. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists etc as well as for links, quotes, and other items. It allows images and objects to be embedded and can be used to create interactive forms. ...