poniedziałek, września 10, 2007

Nowe linki:

  1. Kto zastąpi Micorosft? - http://blogs.techrepublic.com.com/hiner/?p=532&tag=nl.e101 - Zoho, Amazon, Apple, Google (https://www.google.com/a/ - zaproszenie do współpracy np. wspólny kalendarz) czy Cisco.
  2. http://blog.doughellmann.com/ - REST i co ztego wynika
  3. http://luxplus.blogspot.com/2007/09/ajax-web-20-tutorial-section-3-json.html - przejście do PHP z JS i zwrócenie JSON-a
  4. http://www.ajaxlines.com/ajax/stuff/utilities.php?page=3 - ciekawe dodatki do AJAX-a
  5. picnik i inne edytory zdjęć (http://www.ajaxlines.com/ajax/stuff/article/pixerus.php)
  6. http://www.ibm.com/developerworks/library/os-php-zend9/index.html - jak stosować ZEND-a
  7. http://flab.devel.k2.pl/articles/remote/ajax/ - Flash i AJAX
  8. http://blogs.techrepublic.com.com/programming-and-development/?p=498&tag=nl.e108 - manipulowanie elementami XML poprzez związanie ich z obiektami Java
  9. http://www.linuxworld.com.au/index.php?id=1435122080&eid=-50 - Garrett mówi "najpierw przedstaw użykownikowi model działania interfejsu (user experience component) a potem zacznij tworzyć model danych), dostychczas było inaczej ("...Previously, developers started with a core of data and then dealt with business logic and then the user experience...")
  10. Z Dr.Dobbs - Kompresor JS oraz aplikacja do analizy wydajności strony - YUI Compressor 1.0 Released John Dorsey JavaScript compressor from Yahoo produces smaller, safer compressed code Yahoo has released YUI Compressor 1.0, a JavaScript compressor that minifies the size of JavaScript files and obfuscates local variables by replacing them with single characters. The compression tool runs in Java, requiring Java 1.4 or later, and promises better compression over similar tools such as JSMin or the Dojo compressor. Download the YUI Compressor zip file: yuicompressor-1.0.zip The YUI Compressor documentation states that obfuscation is safe, even when using constructs such as 'eval' or 'with' (although the compression is not optimal in those cases). The improved compression comes at the cost of time: the YUI Compressor is slower than other compression tools, and unlike JSMin, cannot be used for on-the-fly code minification. The YUI Compressor was written by Julien Lecomte, an engineer on Yahoo's DHTML Evangelist team. Julien has also written other JavaScript tools at Yahoo, such as the YUI-based Image Cropper Widget. Last month, Yahoo's Exceptional Performance team released the YSlow perf tool, which analyzes web sites on 13 points and gives a letter grade for page performance. YSlow also gives advice for each point on how to improve your site.