background preloader

Ajax 1

Facebook Twitter

Dom

Gif. 40+ Tooltips Scripts With AJAX, JavaScript & CSS | Smashing. Advertisement Web users love informative clues. Whatever questions and misunderstandings might occur – delivering precise answers immediately is the primary task a responsive user interface should be able to cope with. To do that, developers have to consider subtle and well-thought tooltips – used correctly, they can greatly improve user experience and help users to get things done. In Web such “responsive” hints can be provided by tooltips. Most of solutions are JavaScript- and AJAX-based, however we’ve also managed to find some lightweight CSS-based solutions.

We’d like to thank Jurgen Koller for compiling an extensive list of tooltip scripts we’ve stumbled upon during our search. Let’s take a look at 43 handy tooltips scripts for intuitive and well-designed visual clues. Tooltips: AJAX & JavaScript Solutions Nice Titles Revised An improved Nice Titles Tooltip Script with Accesskeys support. CSS-Based Solutions Further Solutions Tooltips: WordPress-Plugins Selected Scripts: Quick Overview. WP Ajax Edit Comments » Reader Appreciation Project. Ajax Cookbook. Prototype.js Documentation. Ajaxian. Web技术 体验开发乐趣. AjaxWrite - AJAX for Everyone. Mashups:Web 应用程序新成员. A4J User Guide. Script.aculo.us - downloads. <div style="color:#fff;text-align:center;width:100%;position:absolute;top:200px"> You really, really need to enable JavaScript to view this page. <br />You know, it's about JavaScript. </p><p>And it will make your life much easier, but it's up to you.

<br />Anyway, you can download the latest version (but you'll only get the full scoop when you, surprise, enable JavaScript in your browser): <br /><a href="dist/scriptaculous-js-1.9.0.zip"><strong>scriptaculous-js-1.9.0.zip</strong></a> | </div> script.aculo.us 1.9.0 is a service release recommended for all users. You can also get detailed information on the updates from the CHANGELOG. Ajax4jsf: Project Home Page. Request参考手册 | Xmlhttp.CN. DeveloperWorks 中国:XML:Ajax 技术资源中心. 用AJAX技术来实现天气预报功能 Ajax(javascript、XMLHttpRequest、DOM......) javas. Web Toolkit - Build AJAX apps in the Java language. StartForce. BlogAjax. Thinking in AJAX(三) —— AJAX框架汇总-嘟嘟老窝. Ajax Wing: 跨域Ajax工具: Modello.ajax. AJAX RSS Reader. 感受Ajax帶來的暴風驟雨. Behaviour : Using CSS selectors to apply Javascript behaviours. Easy Ajax with Prototype. There’s little more impressive on the web today than a appropriate touch of Ajax.

Used well, Ajax brings a web interface much closer to the experience of a desktop app, and can turn a bear of an task into a pleasurable activity. But it’s really hard, right? It involves all the nasty JavaScript that no one ever does often enough to get really good at, and the browser support is patchy, and urgh it’s just so much damn effort. Well, the good news is that – ta-da – it doesn’t have to be a headache. But man does it still look impressive. Here’s how to amaze your friends. Introducing prototype.js Prototype is a JavaScript framework by Sam Stephenson designed to help make developing dynamic web apps a whole lot easier. There’s loads of capability built in, a portion of which covers our beloved Ajax.

First step is to download the latest Prototype and put it somewhere safe. Cutting to the chase Before I go on and set up an example of how to use this, let’s just get to the crux. <! <? That’s it. The AJAX Revolution. Join in | telerik. A library of nice looking DHTML(dynamic HTML) scripts - DHTMLgoo. 开发保留标准浏览器功能的AJAX应用程序 - 键者天行. 摘要 Ajax应用程序由于其丰富的功能、交互性以及快速的响应能力而得到人们的普遍赞许。 它可以使用XMLHttpRequest对象动态地加载数据,而不是加载新的页面。 在它大肆进行宣传以及许多人兴奋的同时,有评论指出,Ajax应用程序丢失了浏览器的一些重要功能,包括对后退前进按钮的支持。 本文将首先阐明为什么在Ajax应用程序中除非显式地构建后退/前进按钮以及其它浏览器功能,否则它们将无法运行的原因。 然后,我们将简要介绍开发人员如何解决这些问题。 最后,我们将看到有关Backbase Ajax引擎如何支持后退/前进按钮以及其它标准浏览器功能的详细情况。 Ajax应用程序是否需要后退按钮? Ajax承诺,可以让开发人员完全基于标准的Web浏览器技术(通常是指DHTML)创建在视觉上吸引人的、高度交互式的Web应用程序。 以前开发人员不得不在功能丰富(具有高度交互性的、吸引人的用户界面)和易于到达(不需要进行客户端安装就可以工作在所有Web浏览器下的前端)二者之中作出选择。 但是一个界面怎样才算是“功能丰富”的,而一个应用程序又怎样才是“易于到达”的呢? 很难精确地定义“功能丰富”的含义,但是却很容易直觉地认识到:当您看到一个界面时,您就会知道它是不是功能丰富的。 Ajax应用程序已经由于功能丰富而得到人们的普遍赞许。 通过前面的讨论,可以说Ajax应用程序很明显满足“功能丰富”的标准。

首先,最基本的是,只有界面在Web浏览器中运行的应用程序才是“易于到达”的。 但是,仅仅可以通过Web浏览器访问还不够。 后退和前进按钮可以正常工作,以便终端用户可以导航到历史记录页面。 再看一下Top 10 Ajax Applications列表,我们可以看出,之前讨论的大多数Ajax应用程序的确打破了标准的Web交互方式。 为什么Ajax应用程序常常会使后退按钮无法正常工作? 我们所说的Web基于以下三个原则: 使用 (D)HTML来定义界面 使用HTTP实现客户端与服务器间的通讯 使用URI进行寻址 Ajax编程突破了由以上原则所带来的种种限制,使得界面功能更加丰富。 Ajax应用程序对(D)HTML和HTTP的使用方式做了改变,而这种改变带来的直接结果就是后退按钮和Web的基本交互方式的其它元素无法正常工作了。 从技术方面来说,用户交互是指用户界面状态的一次更改。 生成新的页面 生成新的URI 结束语. Ajax Wing. Using AJAX to Improve the Bandwidth Performance of Web Applicati. Using AJAX to Improve the Bandwidth Performance of Web Applications Christopher L Merrill ©2006 Web Performance, Inc; January 15, 2006; v1.1 Introduction Being a performance company, we are always interested in the impact of new development techniques on the performance of web applications.

We have numerous customers who have performance problems due primarily to the size of their web pages. The Goal In order to test the theory, we decided to see if we could cut the bandwidth use of an application by at least 50%. Results The first result of this effort surprised us a little. The second result confirmed our expectation - we were able to cut the bandwidth usage of the application by 61%. Where did the savings come from? Below are screenshots from our measurement tool (Web Performance Load Tester) showing the page/url transaction sizes for the original application (page-refresh mode) and the AJAX version.

Figure 1 – Bandwidth requirements in page-refresh mode How We Did It Javascript functions. Rest/ahah - Microformats. AHAH is a very simple technique for dynamically updating web pages using JavaScript. It involves using XMLHTTPRequest to retrieve (X)HTML fragments which are then inserted directly into the web page, whence they can be styled using CSS. Contributors Questions Has anyone considered working with browser vendors to have them support client-side includes? Relation to AJAX AHAH is intended to be a much simpler way to do web development than AJAX: "Asynchronous JavaScript and XML. " In fact, for any content that is destined to be viewed by the browser, it is virtually impossible to imagine any advantage to sending it as custom XML rather than structurally-correct HTML (with appropriate CSS-friendly class names, of course).

That said, many applications of AJAX are (at least in theory) targeteable at custom JavaScript code or desktop GUIs rather than mere browsers. Source Code Send AHAH Request and Deal with the Response Note the workaround needed for IE's ActiveX implementation. Executing Javascript. Dave Johnson » Blog Archive » Cross Domain AJaX Using XML. Pageflakes - The whole Web at your Fingertips! Flash vs. Ajax. January 2009 Update This article was orginally written in 2005, and is now quite a bit out of date.

In 2008, I was asked by Web Designer Magazine to write an sequel, which they ended up using as their cover story for issue 146. Unfortunately, the new article is not available online, but copies may be purchased here. Macromedia and the "AJAX Movement" In early July, I attended the Flash Forward Conference in New York, and it was interesting to see how the AJAX Movement was having an impact on the mindset of Flash Developers, and of Macromedia. Obviously Macromedia wants to stay on top of trends in web development, but is there also some fear on their part that AJAX techniques could supplant Flash? From a technological standpoint, at the moment, Flash doesn't have much to fear from the AJAX Movement. From a P.R. standpoint, I think Macromedia has a bit more to be worried about. The absence (until recently) of strict programming and design standards. Is Flash Really Better? Other Resources.

Ajax Frameworks. Ajax的Web系统开发的思考. Demo of MochiKit.Color. XMLHttpRequest &amp; Ajax Tutorials. Rich Internet Applications. Backbase Customer Experience Platform (CXP) helps you create rich, interactive web portals and mobile applications. Allowing you to create, and manage deeply relevant customer experiences on any device. Delighting your customers and driving measurable business results. Backbase CXP comes with a complete set of integrated customer experience management functions, including: integrated content management, what-you-see-is-what-you-get editing, intelligent forms-based dialogs, secure application integration, cross device delivery, smart targeting, digital marketing tools, and integrated analytics.

At the same time, Backbase CXP offers robust enterprise security and application integration technology that helps you integrate your existing systems and applications with ease, enabling you to leverage your previous IT investments.