Feeds:
Posts
Comentários

Arquivo da categoria ‘javascript’

Douglas Crockford, em seu artigo “JSON: The Fat-Free Alternative to XML”, exibe um comparativo entre os formatos para intercâmbio de dados JSON e XML, mostrando as vantagens da utilização do JSON (JavaScript ObjectNotation).
The most informed opinions on XML (see for example xmlsuck.org) suggest that XML has big problems as a data-interchange format, but the [...]

Ler o post por completo »

Continuando a publicação das referências sobre o framework symfony, esta segunda inicia a série sobre os helpers do symfony, trazendo uma visão geral das funções Javascript e Ajax que o framework possui.
Idiomas disponíveis:

Português – PDF
English – PDF
Français – PDF (Traduit par COil. Merci!)

For translators (Word document with the cheat-sheet texts)
[Update - 01/01/2008] [...]

Ler o post por completo »

As 14 regras, segundo Steve Souders (Chief Performance Yahoo!), para otimizar o desempenho de sites web:

Rule 1 – Make Fewer HTTP Requests
Rule 2 – Use a Content Delivery Network
Rule 3 – Add an Expires Header
Rule 4 – Gzip Components
Rule 5 – Put CSS at the Top
Rule 6 – Move [...]

Ler o post por completo »