Apr
12

Ext JS (Ext) is a javascript-based framework for developing Rich Internet Applications, and it’s simply wonderful.
Other Javascript frameworks like JQuery, Prototype and many others are powerful and let you make web pages cooler and more interactive, but their limits are evident. Yes, your web pages will be shorter than plain javascript files but if you wanna develop web applications or someother more complex, you need other, you need Ext.
Ext has many built-in components, which enables you with only a little lines of javascript to create an evoluted graphical user interface, with associated events. You can build forms with embedded form validation, data grid with dynamic options like editing or sorting, or you can simulate a desktop environment with windows in a web page. And more: feed readers, tabbed windows, trees, dynamic loaded combos, and all you can need. It’s also skinnable and customizable. It’s cross-browser compatible, and you don’t need to worry about browser incompatibilities.
And the magic of this tool is that you can forget all javascript functions, you’ll need to know only javascript and json syntax, all the rest is Ext and only Ext.
It’s used by many important and famous customers and that’s a sign of reliability and powerfulness of this framework. You find the customers list in home page. There’ s a complete and well explained documentation, and there are also nice examples to begin learning, some tutorials and a forum to get support.

A comparison between some frameworks
Read a related discussion about ajax frameworks (Italian)
Another review (Italian)

I’m an ExtJS developer, so contact me to get consultancy.

(1) Comment    Read More   
Mar
09

Random Redirect Extended è il nuovo plugin per Worpress con cui poter reindirizzare i visitatori in posts e pagine a casuali.
Rispetto al semplice Random Redirect, con questo plugin vi sono funzionalità aggiuntive, come caricare pagine oltre ai post; oppure caricare solo post di una determinata categoria o di più categorie (utile per caricare un post simile a caso), con il controllo sul caricamento per non ritrovarsi nella stessa pagina precedente.

Leggi i dettagli e scarica il plugin

(0) Comments    Read More   
Gen
19
Posted on 19-01-2008
Filed Under (e-mail, libreria, php) by Mat on 19-01-2008

Se usate php per la realizzazione di siti web, tra le vostre librerie non può mancare PhpMailer, famosa quanto utilizzata, con la quale possiamo mandare e-mail in modo semplice e con poche righe di codice. Da pochi mesi, dopo uno standby di sviluppo, è uscita la versione 2.
Nel sito ufficiale di PhpMailer trovate tutte le feature che offre questo pacchetto molto completo:

  • Invio di email con multipli A, Cc, CCn e Rispondi-a
  • Funziona su ogni piattaforma
  • E-mail html e in formato testuale
  • Supporto integrato alle immagini
  • Contenuto alternativo per client non-Html
  • Debugging flessibile
  • Header personalizzabile
  • Supporto per codifiche a 8bit, base64, binaria e stampa
  • Word wrap
  • Molti tipi di allegato supportati e multi file system
  • Autenticazione Smtp
  • Testato su vari server Smtp: Sendmail, qmail, Postfix, Gmail, Imail, Exchange, etc.

Scarica PhpMailer

(2) Comments    Read More