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 – […]
Tag Archives: AJAX
AJAX
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 […]
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. […]
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 […]
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 (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 […]
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 […]