다음에서 5월 30일 Daum UI DevDay라는 행사를 개최합니다. 5월26일까지 신청을 받는다고 하네요. 지금 바로 신청하세요.
프로그램
– Daum의 UI 기술력
– 다음 메인 페이지에 담긴 비밀
– 미니다음 개편 사례: 20픽셀의 미학, 그 현재와 미래
– XUL을 이용한 개발 사례
– 한메일 Express iPhone 버전 개발 사례
– JRIA(Javascript RIA) Widget 구현의 핵심
– 액션스크립트3.0에 대한 개발자들의 호기심
– RIA와 Silverlight 2
– AJAX 채팅 애플리케이션 구현
– 써드파티 Web Application 개발
– Front-End 성능향상 Tip
Tag: ajax
Microsoft is dead
Ironically, Microsoft unintentionally helped create Ajax. The x in Ajax is from the XMLHttpRequest object, which lets the browser communicate with the server in the background while displaying a page. (Originally the only way to communicate with the server was to ask for a new page.) XMLHttpRequest was created by Microsoft in the late 90s because they needed it for Outlook. What they didn’t realize was that it would be useful to a lot of other people too—in fact, to anyone who wanted to make web apps work like desktop ones.
출처: http://www.paulgraham.com/microsoft.html
Ajax Development Links
General Articles
From Jesse James Garrett (who coined the term)
- Ajax: A New Approach to Web Applications (original article defining Ajax)
- Why Ajax Matters Now
Basic Tutorials
- Basic Ajax Tutorials
- developer.mozilla.org – AJAX – Getting Started
- Mastering Ajax – 3 part series
- Rasmus’ 30 second AJAX Tutorial – A wanderer’s journal
- Max Kiesler – Round-up of 30 AJAX Tutorials
- Building an Ajax Page
For specific languages or libraries
General Ajax Information
Solutions to specific Ajax related issues
- Using XSLT v2 to Generate JSON from XML for use with AJAX.
- Ajax Image JPG Uploader
- Eric’s Hashlistener, a tiny script to support the back-button
- Fixing the Back Button and Enabling Bookmarking for AJAX Apps
- Improve Javascript Performance by Eliminating String Concatenation
- AJAX Without XML
- Javascript refactoring for safer faster better AJAX
Article argues that its time for Javascript coding practices to mature into professional software engineering, discusses various ways to improve Javascript code and has examples of Javascript refactoring from real-life projects.