-
Volete utilizzare il tag canvas di html5 anche su IE6 ed IE8?
Modern browsers like Firefox, Safari, Chrome and Opera support the HTML5 canvas tag to allow 2D command-based drawing. ExplorerCanvas brings the same functionality to Internet Explorer. To use, web developers only need to include a single script tag in their existing web pages.
-
Spesso capita di dover scaricare file al di fuori del browser: per esempio per installare software o per consentire ai propri programmi python/java/curl di effettuare delle azioni programmatiche
Se avete problemi con i proxy Microsoft (cosa abbastanza comune, vista la diffusione), su Internet trovate una soluzione:
Read More -
Suds is a lightweight SOAP python client for consuming Web Services.
It is very nice to use, because of the debugging feature inside.
Give it a try:
https://fedorahosted.org/suds/
And for testing and playing with it, try out also DreamPie, a nice Python shell
-
Windows 2000 and higher supports directory symbolic links, where a directory serves as a symbolic link to another directory on the computer. [...]Directory symbolic links are known as NTFS junctions in Windows. Unfortunately, Windows comes with no tools for creating junctions—you have to purchase the Win2K Resource Kit, which comes with the linkd program for creating junctions. I therefore decided to write my own junction-creating tool: Junction
Read More -
When using Axis to send data to a web service, you can set the logger level on org.apache.axis.transport.http.HTTPSender to DEBUG to see what’s going on.
Anyway be careful: the system will produce a lot of logs, so use it only in developement mode!
Here’s a sample in log4j.properties:
Read More -
Sage e Mathematica, per il vostro agosto matematico
Aug 30, 2010 · 3 min read ·
Fare il cloud da zero: cloudStorm
Aug 9, 2010 · 3 min read ·
A Gioorgi.com ci siamo già occupati di argomenti prettamente sistemistici come la virtualizzazione di ambienti Unix. Visto il successo del Cloud Computing, abbiamo pensato di tornare sull’argomento.
In questo articolo mostrerò come creare insieme di macchine configurate in modo omogeno, con il minor effort sistemistico possibile. Si tratta di un primo esercizio molto semplice.
Seguiteci…
Read More
Dal Corriere della sera del 13 marzo 2010:
Da Tavaroli «è stato chiesto di fare un prelevamento di informazioni all' interno del computer di Colao, per verificare se lui era ancora in contatto con la sua vecchia gestione o con altri, diciamo, nemici della gestione Tronchetti Provera. Io sconsigliai la cosa, gli chiesi perché volesse farlo, e Tavaroli mi disse che in un suo piano generale di outsourcing della Security, in Value Partners, voleva che Value Partners acquisisse il cliente Rcs in modo più sostanziale, ecco. Value Partners era già dentro in Rcs, ma voleva che allargasse il proprio ramo d' azione. Io lo sconsigliai ancora», ma «tra le righe Tavaroli mi fece capire che era meglio che io lo facessi» (l' attacco al pc di Colao in Rcs, ndr), «perché altrimenti il Presidente Tronchetti Provera non avrebbe approvato».
via «Tavaroli voleva entrare in Rcs così bucammo i pc».
Willing to switch to Subversion to Mercurial (you will, belive me!)?
http://wiki.pylonshq.com/display/pylonscookbook/Mercurial+for+Subversion+Users
and be happy!
If you prefer a different introduction http://hginit.com/ is a very good start
Se siete i fortunati possessori di un iPhone 3G “standard”, vi sarete accorti che ilnuovo iOS4 è lentissimo.
Personalmente la redazione di Gioorgi aspetta la prima patch fix, che speriamo riduca i problemi.
Per chi non può proprio aspettare, abbiamo scovato una procedura in rete per tornare indietro a iPhone 3; attenzione però perché dovete prima tenervi stretto un backup del sistema 3.x, per cui fatelo solo se siete pronti a correre qualche rischio (tipo, perdere i vostr high scores su qualche gioco)
Read More
Benvenuti alla pagina di informazioni sui seminari di JQuery tenuti per Valueteam!
Link Essenziali:
- jQAPI è un progetto alternativa dove è possibile scaricare la jquery API per consultarla off-line. Il sito è ottimo da consultare anche on line
- Understanding javascript “this” keyword e namespaces in javascript
- Mozilla javascript documentation
Per la Reprise
Read More
If you need to set up a mailing list, I will suggest two choices:
- http://www.phplist.com/ An open source email campaign manager, with an hosted option The Free account has an unlimited number of contacts, but a 300 message per month limit.
- http://www.mailchimp.com Commercial hosted solution. Very nice site, with a strong appeal. Free Up to 500 contacts, so the first seems better.
To convert an Emacs buffer from DOS line endings to Unix, type C-x [ENTER] f unix [ENTER].
XAMPP is a very easy to install Apache Distribution for Linux, Solaris, Windows and Mac OS X. The package includes the Apache web server, MySQL, PHP, Perl, a FTP server and phpMyAdmin.
Do you want develop web applications in a fast, prototype based way using Python?
Follow us and learn how to use web2py….
Step 1: Python 2.6 proper setup
On Linux be sure to install sqlite development library; the following command will help on RedHat:
sudo apt-get install sqlite-devel
Install python 2.6, this will avoid the need of additional libraries.
You will also need openssl, so if you haven’t it issue commands like
sudo apt-get install openssl
and be sure to get also the python wrapper pyOpenSSL hosted here
We happly compiled pyOpenSSL from sources
For more tips and tricks look also at this recipe about Apache Setup, if you need it.
Read More