Pokłosie kursu
http://www.w3schools.com/xml/xml_data_island.asp
Ciekawe liki:
- www.enterpriseajax.com - ściągąłem przykłady
- http://ajaxian.com/archives/javascript-running-to-the-server - biblioteka do wykonywania skryptów js w środowisku Java (tam ejst link do http://ejohn.org/blog/bringing-the-browser-to-the-server/)
- Cała masa zasobów do AJAX w http://searchvb.techtarget.com/generic/0,295582,sid8_gci1146961,00.html?track=NL-150&ad=539108 - super długa
- VFP - http://www.foxclub.ru/articles/index.php
- Nowa wersja script.aculo.us!
- Sajax nadal żyje chociaż w wersi 0.12 - "
Sajax uses the javascript escape() function, which is incorrect. It should use encodeURIComponent(). If you replace escape() with encodeURIComponent(), UTF-8 characters will be handled correctly. " - Pobieranie fragmentów ze strony (screen scrapping wg. prototype), kodowanie escape/UTF-8:
- load("env.js");
- window.location = "http://alistapart.com/";
- window.onload = function(){
- load("dist/jquery.js");
- print("Newest A List Apart Posts:");
- $("h4.title").each(function(){
- print(" - " + this.textContent);
- });
- };
- Jak zwykle ajaxian - Caja Google
- VFP - http://www.tek-tips.com/faqs.cfm?pid=184&fid=4359 - certyfikaty+programowa obsługa formularza HTML
- WS w PHP - WSo2.org
- Google Gears - http://gearsblog.blogspot.com/2007/07/gears-roadmap-and-development-process.html
- 250! ciekawych gadgetów AJAX - http://mashable.com/2007/10/14/web-coding/
- Zapam:
- http://www.hunlock.com/blogs/Are_you_ready_for_this
- http://www.hunlock.com/blogs/Are_you_ready_for_this
- Bardzdo ciekawe przykłady potraktowania XML - http://www.alistapart.com/articles/usingxml/
- Przejrzyj - http://www.dynamicdrive.com/dynamicindex2/xmlticker.htm
- Świetne - http://www.xmlfiles.com/dom/default.asp
- Site Point:
- cz.1 http://www.sitepoint.com/article/server-side-xml-javascript
- cz.2 http://www.sitepoint.com/print/xml-javascript-mozilla
- Może to mnie uniezależni od niuansów - http://xmljs.sourceforge.net/website/documentation-w3cdom.html#gettingstarted
- Inny (chyba niezależny) sposób na czytanie XML - http://www.quirksmode.org/dom/importxml.html
- AJAX:
- http://www.maxkiesler.com/index.php/weblog/comments/make_an_ajax_website_in_less_than_10_minutes/
- http://openrico.org/
- http://www.crackajax.net/tabs.php
- http://www.jeffpipas.com/2005/07/ajax_and_php_form_processing_1.php
- http://www.maxkiesler.com/index.php/weblog/comments/downloadable_web_20_and_ajax_widgets1/
- http://www.maxkiesler.com/index.php/weblog/comments/downloadable_web_20_and_ajax_widgets1/
- Matryca protokoł - http://www.w3.org/2000/03/29-XML-protocol-matrix
- PHP Guide - http://www.gajdaw.pl/php/index.html -super wyjaśnienia
- Vitamina - http://www.thinkvitamin.com/features/ajax/responsible-asynchronous-scripting
Brak komentarzy:
Prześlij komentarz