Gen
02
Posted on 02-01-2009
Filed Under (applicazioni, contabilità, excel, spese, sviluppo) by Mat on 02-01-2009

Come di consueto pubblico la mia applicazione per la gestione della contabilità familiare. Ecco rilasciata la versione 5.0.1 di Spese, edizione 2009; non contiene sostanziali modifiche alla versione precedente, ma solo bugfixes.

Scarica Spese 2009 per Excel 2007
Scarica Spese 2009 per Excel 2003 e precedenti

Se ti piace, se non ti piace, se hai consigli da darmi o vuoi una personalizzazione contattami o posta un commento. Se invece vuoi contribuire allo sviluppo, puoi fare una donazione.

(1) Comment    Read More   
Ago
23
Posted on 23-08-2008
Filed Under (css, javascript, sviluppo) by Mat on 23-08-2008

Standard Css doesn’t allow scrollbars customizations, only color changes are allowed with only ie-compatible css code.

I found three solutions to realize a custom scrollbar:

The first, jsScrollbar, is simply the best and the more customizable scrollbar. It uses div blocks which are js manipulated to simulate a scrollbar and get a totally custom bar. You can read the tutorial and get a scrollbar like this.

Mootools styled scrollbar is another good solution to specify your scroolbar.

The last, jQuery slider gallery creates the same effect used on Apple’s web site, an horizontal scroll with text within.

(3) Comments    Read More   
Giu
14
Posted on 14-06-2008
Filed Under (ajax, javascript, sviluppo, test, tool, validazione, web 2.0) by Mat on 14-06-2008

JSLint is probably the most powerful Javascript online syntax checker. It finds errors you have never thinked they could be exist. In fact the author gives you a warning: JSLint will hurt your feelings. It’s damn true, but it’s also a js tool you can’t live without more.
Just paste your code and push JSLint button, you’ll get all errors, warnings, and a detailed list of your variables and functions. You can customize your inspection, disabling some unwanted checks, just read the documentation. Inspection is all client-side (of course made with javascript), so don’t worry about your code privacy.

(0) Comments    Read More   
Mag
22
Posted on 22-05-2008
Filed Under (ajax, firefox, javascript, sviluppo, tool, web 2.0) by Mat on 22-05-2008

I didn’t find a free text editor to indent code, but I found this powerful beautifier. I use it to format js or json code. For example, Firebug can track ajax calls and shows the json response (unformatted). With this tool you can paste the response body, indent it, and finally read the content without going crazy…

(2) Comments    Read More   
Apr
05
Posted on 05-04-2008
Filed Under (ajax, hack, javascript, sviluppo, web 2.0) by Mat on 05-04-2008

If you’re using a Mootools Accordion on Internet Explorer 7, sometimes it doesn’t open on item specified in show property.
You can simply fix this bug without using show property but calling Accordion.display method immediately after accordion creation, so you’ll get open item also in IE.

View Accordion documentation

(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   
Feb
25
Posted on 25-02-2008
Filed Under (applicazioni, browser, sviluppo) by Mat on 25-02-2008

Premesso che ritengo Internet Explorer il peggior browser esistente sulla terra, spiego come poter usare versioni diverse di Internet Explorer sullo stesso pc.
Putroppo ci tocca usarlo per testare le nostre pagine/applicazioni web, ed è meglio usarlo nelle sue due ultime versioni (Ie6 e Ie7). Ora se si dispone con un pc dotato di Ie6 e si aggiorna il browser, si perderà la versione 6 per avere solamente la 7. Chi invece ha già la 7 non può fare certo downgrade.
Ma ecco la soluzione: con Multiple Ie possiamo far convivere tutte quante le versioni di Internet Explorer, a partire dalla 3, fino alla 6 (la 7 dovrà già essere installata sul proprio computer grazie a Windows). Consiglio di installare solamente la 6, ed al massimo la 5.5, in quanto le altre versioni sono più che obsolete.

Scarica Multiple Ie

(0) Comments    Read More