La O'Reilly School of Technology ha reso disponibile la prima parte del corso di perl del Perl Programming Certificate.

In questa parte introduttiva vengono spiegate le basi del linguaggio, dai tipi di dati alle subroutine, dai loop all'accesso ai file esterni. Il corso, per accedere al quale basta un browser (e il pagamento della quota d'iscrizione ;-)) prevede molti aspetti pratici.

Se la qualità è quella che di solito si trova nei libri O'Reilly, ci sono buone possibilità che questo corso sia un buon modo per apprendere il linguaggio.

Il sito è in inglese, la conferenza è inglese, ma è organizzata in Italia e tutti gli appassionati di Perl e i curiosi sono i benvenuti!

Ecco qualche notizia sull'organizzazione:

  • È online il nuovo sito, con un layout decisamente più professionale.
  • Abbiamo pubblicato la Call for Sponsors: con circa 320 partecipanti, YAPC::Europe è una vetrina importante anche per le aziende italiane.
  • La Call for Papers è disponibile: un talk (in inglese) è una buona occasione per parlare di un proprio progetto, e garantisce l'ingresso alla conferenza.
  • È disponibile anche la Call for Training Courses, dedicata a chiunque è interessato a tenere un corso (a pagamento) nei giorni immediatamente precedenti la conferenza.

Ci vediamo a Pisa dal 4 al 6 Agosto!

A few days ago we published the:

Call for Training Courses

for YAPC::Europe 2010, which is going to happen in Pisa, Italy. If you are interested in running a course, you're very welcome to contact the organizers. Courses are a great way, to offset travel expenses, have fun, etc...

Have a look at the Call !

And... yes, we're going to have a better-looking web site online soon. :-)

There are quotation marks and quotation marks, apostrophes and apostrophes, etc: they're just not all alike. A web application (sometimes) needs to deal with this situation.

In ASCII you only have one quotation mark, one backtick, one double quotation mark, etc. In UTF-8 you have (of course) the same ones as ASCII plus some which are outside the ASCII set. These allow for more eye-candy characters, and also for distinctions between (for example) right double quotation mark and left double quotation mark.

Along the same lines, the horizontal ellipses is a character in UTF-8, which in ASCII you have to enter three dots (...) to create it.

All these new and good-looking characters are good, but they can also prove to be problematic to deal with when you are using some piece of software which doesn't work that well with UTF-8). For instance, htmldoc works with latin1: when you convert from UTF-8 to ISO-8859-1 you just lose those characters. In theory you can just not use them, but if you have a web application that takes its input from a form, users could just paste those chars in (it's especially common when pasting from Microsoft Word or other word processing software).

So, you need to get rid of them - that is, convert them to their ASCII equivalents in order to still see something useful. If you use Catalyst, there is Catalyst::Plugin::Params::Demoronize, by Mike Eldridge, a plugin which does the proper conversion of form parameters (it can also deal with the same problems with Windows-1252 charset if necessary).

This plugin works just fine for me, even though it suffers from a couple of minor problems. First, it still uses NEXT as opposed to MRO::Compat, but I already submitted a patch to the author for that. Then, the name just sucks, even though it has historic reasons to be as such; said that, I'm still not able to think of a better one. ;-)

OK, il titolo in inglese è una burla: il breve articolo è in italiano.

Vorrei pubblicizzare un po' nella nostra nazione il Belgian Perl Workshop, alq uale mi accingo a partecipare per la prima volta quest'anno. Organizzato da Vlaanderen.pm, si tiene il 26 Giugno 2010 a Bruxelles.

La partecipazione costa 20 € e di solito sono ospiti importanti personaggi della comunità Perl. Il ticket include caffè, pranzo (panini), WiFi, t-shirt, borsa e qualche gadget degli sponsor. Vediamo se fanno meglio di noi a Pisa. :-)

Ricordate che Giugno, anche climaticamente parlando, è un ottimo periodo per visitare il Nord Europa, gustare le birre, la cioccolata, ed immergersi nel linguaggio Perl!!!

Perl IronMan

My current status is:
Stone Man

Find recent content on the main index or look in the archives to find all content.

Recent Assets

  • thunderbird_logo.png

Categories

Pages

Powered by Movable Type 4.23-en