Archive

Posts Tagged ‘jQuery’

Most Wanted Ajax Techniques

November 4, 2008 Leave a comment

From : http://ajaxian.com/archives/groups-of-50-ajax-examples

Noupe keeps the roundups going with Most Wanted Ajax Techniques: 50+ Examples and Tutorials that consists of a lot of projects we have covered over time, but some new ones, and the added touch of putting it together in one place.

Ajax Forms

ShoutBox

Validate a Username AJAX

Ajax Instant Messenger

Ajax Tabs Content

Ajax Shopping Carts

Ajax Star Ratings

Ajax Inline Edit

Ajax Progress Bar

Ajax Pagination

Ajax File Browser & Manager

Ajax Calendar

Ajax Photo Manipulation

Ajax Dynamic Image Gallery and Slideshows

Ajax File Upload

Ajax AutoCompleter

CMS

Polls

Tabular data manipulations

Miscellaneous

Tags: ,

What is jQuery?

July 9, 2007 6 comments

[Where is Data?]

  1. jQuery : Download
  2. jQuery : DOM/Traversing/Selectors
  3. jQuery : Plugins
  4. http://www.ibm.com/developerworks/web/library/x-aj…
  5. http://hiphapis.net/entry/jQuery
  6. http://innolab.tistory.com/1173513704
  7. http://www.visualjquery.com/1.1.2.html
  • What’s jQuery?
    Created by John Resig in early 2006, jQuery is a great library for anyone who works with JavaScript code. Whether you’re new to the JavaScript language and want a library to address some of the complexities of Document Object Model (DOM) scripting and Ajax or you’re an advanced JavaScript guru and tired of the boring repetition involved with DOM scripting and Ajax, jQuery will suit you well.
    jQuery helps you keep your code simple and succinct. You no longer have to write a bunch of repetitious loops and DOM scripting library calls. With jQuery, you can get right to the point and express yourself in the fewest possible characters.

    The jQuery philosophy is certainly unique: It’s designed to keep things simple and reusable. When you understand and feel comfortable with the philosophy, you’ll start to see just how much jQuery can improve the way you program.

  • jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.

Prototype/Scriptaculous : 우선 Rails와 통합되어 있고 널리 사용되고 있기 때문에 안정적…

jQuery : 수많은 Reference가 있으므로 안정적 / Prototype이 해주는 기능은 jQuery 모두 지원 / 많은 Plugin 지원. ..

YUI : Yahoo가 사용하고 있는 라이브러리이므로 안정성 인정. 구현되어 있는 기본적인 컴포넌트들은 꽤 좋음. 하지만 확장할 때는 시간이 좀 걸림. YUI가 1, 2와 다른 점은 나름의 DSL 이용을 최대한 자제하고 있다는 것이다….

Dojo : 너무 방대하고, 용량도 크다. 쓸만한 문서도 찾아보기 어려웠고, Dojo가 지원하는 컴포넌트들은 거의 jQuery 플러그인들도 지원….

GWT : Google…(what is?)