sobota, stycznia 20, 2007

Znowu AJAX
Bardzo ciekawe artykuły o AJAX -
  1. http://www.smashingmagazine.com/2007/01/19/53-css-techniques-you-couldnt-live-without/
  2. http://www.smashingmagazine.com/2006/11/15/ajax-dhtml-and-javascript-libraries/
  3. http://www.informit.com/articles/printerfriendly.asp?p=604094&rl=1
  4. http://www.smashingmagazine.com/2006/11/11/css-based-forms-modern-solutions/
  5. http://www.formlogix.com/Form_Maker.aspx
  6. http://developer.mozilla.org/en/docs/AJAX - zasoby Mozilli
  7. Ajax Articles http://www.ajaxlines.com/ajax/stuff/ajax_articles.php
  8. Co daje MS w zakresie AJAX?

http://www.ajaxlines.com -wiele ciekawych tutoriali, slajdów, technik itd.

  1. AJAX frameworks -http://www.ajaxlines.com/ajax/stuff/javascript_toolkits.php?page=1
  2. PHP Toolkits - http://www.ajaxlines.com/ajax/stuff/php_toolkits.php
  3. http://www.roundcube.net/ -świetny klient pocztowy w PHP
  4. Tabele edytowalne -iRow (beta), http://www.editgrid.com/home - EditGrid - działa.
  5. Ważne metody/kolekcje wykorzystywane w AJAX:
  6. element.ChildNodes(n)
    element.FirstChild
    element.nodeValue()
    element.attributes()
    element.getAttribue("attributeName")
    document.elementsByTagName("tagName")
    element.nodeName()

  7. www.ajaxload.info - gify
  8. http://www.google.com/ig/directory?synd=open&source=gghp - google gadgets Ajax
  9. http://www.google.com/apis/gadgets/reference.html#JS_Ref - odwołanie do API
Obejście zabezpieczeń - strona woła komponent - proxy na serwerze, który może w imieniu tej strony wywołać dowolną stronę świata."One important point: in most cases, browser’s limit XMLHttpRequest communication to the server the web page came from (and not where the script is hosted). If your page is hosted on http://example.org/ you can only make requests to that server — you couldn’t, for example, make a request to http://maps.google.com/. There are ways around this, the most promising being an application proxy — a program written in your favourite programming language that sits on your web server responding to XMLHttpRequests from users, making web service calls, and sending the data back to the client-side script. This and other techniques are discussed by Jason Levitt in Fixing AJAX: XMLHttpRequest considered harmful."

Rzeczy o krórych należy pamietać przy AJAX. - http://www.mercurytide.com/knowledge/white-papers/issues-working-with-ajax
np.
  1. request.setRequestHeader('X-Referer', document.location);
  2. var params = 'moneySymbol=' + encodeURIComponent('€');
    request.send(params);

Ajax to także efekty - http://www.thinkvitamin.com/features/ajax/create-your-own-ajax-effects

Ajax i bezpieczeństwo - http://www.securityfocus.com/infocus/1868 (XmlHttpRequest (XHR))

Ajax i wymiana danych - http://www.oracle.com/technology/pub/articles/cioroianu-ajax-data.html

Ajax i inne - http://www.ajaxlines.com/ajax/stuff/ajax_articles.php?page=3

Ajax i fundamentalne frameworki - http://www.indicthreads.com/articles/447/seven_ajax_frameworks_toolkits.html



Brak komentarzy: