jQuery 中 get 和 post 方法传值需要注意的.
Tuesday, September 2nd, 2008用 jQuery 的都知道,jQuery 的 get 和 post 方法有三个参数:地址,数据 和 回调函数,但我们知道地址也可以跟随数据的(形如:get_data.php?v1=1&v2=2),而且第二个参数可以省略,即第二个参数可以 直接写回调函数,那么数据写在地址后面和写在 data 参数里有什么区别呢?
用 jQuery 的都知道,jQuery 的 get 和 post 方法有三个参数:地址,数据 和 回调函数,但我们知道地址也可以跟随数据的(形如:get_data.php?v1=1&v2=2),而且第二个参数可以省略,即第二个参数可以 直接写回调函数,那么数据写在地址后面和写在 data 参数里有什么区别呢?
Here is an article talking about Adobe’s development of Flex-AJAX bridge frameworks.
Adobe Bridges Flash, Flex with AJAX
This is a great move by Adobe.
Grant Skinner and Adobe have teamed up to create an FLV player in Ajax. The intent was to provide a simple interface for AJAX / Web2.0 developers to embed, control, and play video back in their applications.
Full article at gskinner.com
Aptana added support for Adobe AIR (the platform formally known as Apollo) to their Open Source IDE.
How to Choose an RIA Path: AJAX or Adobe?
— When it comes to rich Internet application (RIA) technologies, application development professionals must choose between two paths: AJAX or Adobe. AJAX is the best bet for experienced Web development shops looking to incrementally evolve existing Web applications. Of course, selecting AJAX also raises the question of whether to go with a homegrown, open source, or commercial AJAX framework.
Comtaste Consulting have an interesting post on creating an ObjectManager to improve the Flex interaction with Ajax or JavaScript where they evoke different issues and limits to access Flex from JavaScript. In the post, Francesco recommended using Flex Ajax Bridge, which is included in Adobe LiveCycle Data Services 2.5, allowing to make your ActionScript classes available to JavaScript without any additional coding.
AFLAX is a development methodology which combines Ajax and Flash to create more dynamic web based applications.
Adobe Announces A New Flex/AJAX Bridge— Adobe has announced a new Flex/JavaScript bridge which enables seamless integration of Flex applications with the browser’s JavaScript environment. Adobe says the bridge enables seamless integration of Flex applications with the browser’s JavaScript environment. The Flex DOM and ActionScript environment can be completely manipulated from the JavaScript environment and vice versa, and complex types can be marshalled across seamlessly.
Bi-directional messaging between heterogeneous (Flash and AJAX) clients and WebORB Message Server. The server performs additional processing to geolocate chat users, injects necessary information in messages so users can plotted on the map.

Dave Ferguson posted recently about HTML CFGRID style column content and focuses on how to style columns in an HTML CFGRID. The true gem of this post is how he used Firebug to walk down the markup and find the class names and properties of the CFGRID output.
Firebug is truly a wondrous tool. I use it every single day and I save a TREMENDOUS amount of time when working with HTML and Javascript. Also, I’ve really reduced the number of times typing:
alert(’what is this variable ‘ + varName );
or
alert(’Just work this time, #$*@*&$&!! ‘ + varName );
I wrote about Firebug previously and provided a link to a Video by Joe Hewitt explaining the feature set of Firebug 1.0. Joe Hewitt created Firebug and does a great job showcasing the features on this video, courtesy of YUI Theater. I recommend viewing this video, if you have not already.
Thanks go to Dave his original post. I look forward to more great content at Dave Ferguson’s blog.