webdevelopment
Web Address: http://www.diigo.com/list/alfredwesterveld/webdevelopmentYou are here: Diigo Home > alfred westerveld > alfred westerveld's lists
Items:127 | Visits:54
Category:Computers & Internet | Tags:ajax, coding, design, development, programming, web, web2.0
Created:on 2008-01-23 | Updated:on 2008-05-06
Links to webdevelopment
-
phpied.com » yslow
more fromwww.phpied.com
-
pi-js - Google Code
pi.comet is a simple javascript class to create cross browser Comet(Reverse Ajax) applications easily.It provides realtime data transfers between client and server.You can use pi.comet with any serverside language, but I recommend CherryPy, TurboGears, Django and PHP.
more fromcode.google.com
-
aSSL - Ajax Secure Service Layer
aSSL is a library distributed under MIT License thats implements a technology similar to SSL without HTTPS. aSSL enables the client to negotiate a secret random 128-bit key with the server using the RSA algorithm. Once the connection has been established, the data will be sent and received using AES algorithm. aSSL is composed of some Javascript files and a server side component. Because I have recently changed the negotiation algoritm from RC4 to RSA, only a pure Javascript (ASP) server component is currently available. I will do a porting for the main web languages (PHP, Java, Perl, Python, TKL, etc.) as soon as possible once the library has passed the beta phase.
more fromassl.sullof.com
-
1Expand
How to implement COMET with PHP [Zeitoun.net]
Comet is a programming technique that enables web servers to send data to the client without having any need for the client to request it. This technique will produce more responsive applications than classic AJAX. In classic AJAX applications, web browser (client) cannot be notified in real time that the server data model has changed. The user must create a request (for example by clicking on a link) or a periodic AJAX request must happen in order to get new data fro the server.
more fromwww.zeitoun.net
-
Tutorials
more fromdevzone.zend.com
-
SQL for Web Nerds
more fromphilip.greenspun.com
-
High Performance Web Sites
steve souders own site. He came up with these rules when working for Yahoo! Performance team
more fromstevesouders.com

