Silverlight e Moonlight contro Flash

Pietro mi segnala che l'impresa per cui lavora ha da poco rilasciato Silverlight un plugin cross-browser per contenuti multimediali, diretto concorrente di Flash.

Tale plugin è già disponibile in versione Mac e Win e presto sarà affiancato dalla versione open source per GNU/Linux sviluppata da Novell: Moonlight.

Dopo che Adobe ha acquistato la Macromedia, facendo man bassa della maggior parte dei migliori programmi per grafica (sia editoriale che web), molto probabilmente Microsoft si è rimasta un po spiazzata e soltanto ora sta assestando i colpi per cercare di acquistare credito in una fetta di mercato di cui non si è mai interessata fin'ora (un po' come è successo l'open source). A tal proposito è nata la collezione di software denominata Expression.

L'alleanza Novell e Microsoft, oltre che essere un patent-sharing (una condivisione di brevetti), ha quindi sortito il primo risultato concreto. Per ora non mi pare ci siano né vincitori, né vinti ogni parte in causa ottiene la sua fetta di vittoria e nessuno rimane tagliato fuori.

Aspettiamoci quindi di ottenere in tutta risposta da Adobe il plugin Flash open-source. In modo che il divario sia colmato, e che l'unico vincitore vero e proprio sia il sorgente aperto e la chiarezza nei confronti degli utilizzatori.

Antispam Contact Form

Antispam Contact Form is a WordPress useful to enable custom email forms into your blog.

This lets your visitors send email to a certain address of your choice. It's born with anti spam security checks in mind since first release.

Security checks done by Antispam Contact Form plugin against spam are the following (in sequential order):

  • Akismet support if already enabled with the wordpress installation
  • Check against e-mail injection headers
  • DNS status check against sender's domain name (must exist and must be working)
  • Check if the sender's mailbox is effectively exists at his mail server host

More, Antispam Contact Form WordPress plugin is template driven. You could easily create your custom templates for contact forms with a bunch of input tags, then use and reuse them into all entire your website.

Finally Antispam Contact Form WordPress plugin is multi language ready. It uses gettext support enabled by WordPress APIs for translators.

The project Antispam Contact Form is fully hosted into Google Code repository for open source software.

Bloggersnap wordpress plugin

L'ultima frontiera dei gadget inutili per i bloggers è Bloggersnap.com.

Il servizio permette di infilare dentro ad un iframe le foto che i visitatori del tuo sito possono scattarsi mentre navigano le tue pagine, soltanto con webcam ed un semplice click.

Il servizio Bloggersnap apre una finestra in popup contenente un Flash Movie interattivo. Tale Flash Movie accede alla webcam collegata (previa richiesta di autorizzazione) e ti permette di scattare una foto.

Grazie al plugin per WordPress Bloggersnap tutti i bloggers che usano WP potranno eliminare il fastidioso iframe e gestire il tutto comodamente dalla barra laterale.

Bloggersnap

Bloggersnap is yet another useless gadget for bloggers: it lets your visitors take a snapshot live with their webcam and publish it instantly into your blog pages.

Original Bloggersnap service let you embed the image into a unfriendly iframe. So I've just written this small plugin in a rush to embed this service into your weblog, without iframes.

This script is licensed under GPL (or I should choose the LGPL? You see a Flash movie to take snapshots).

Installation

  1. Download Bloggersnap Wordpress Plugin
  2. Unpack into your plugins directory
  3. Register an account at Bloggersnap.com if not yet registered
  4. Enable it into your plugins list page
  5. Visit the Bloggersnap options page (menu is in the plugins page) and fill the form with your username code identification
  6. Edit your theme's sidebar (wp-content/themes/yourtheme/sidebar.php) and add the wp_bloggersnap() function code

Customization

There isn't any straight notice about making a link to bloggersnap website, so I didn't, but you see, while you're taking the snapshot a link to the service's website appears into the tiny flash interface.

To embed your visitor's snapshot you must use the following code in the sidebar:

wp_bloggersnap();

If you don't pass any argument to the function above, you'll get the default output:


<li><h4>Bloggersnap</h4>
<img src="..........." />
</li>

To show custom html code, you can pass for example:

wp_bloggersnap('
','Take a shot!','
');

What's missing

Plugin is missing of gallery support, if you want it I could code for free. Just offer me a payed subscription to Bloggersnap so I can debug ghghgh .

Wordpress Widget support is missing, I don't like widgets. So if you want some and you can code php, send it to me I'll join your work into sources under the GPL .

Un plugin per WordPress merdoso

Quel che mancava a WordPress, nella miriade di plugins più o meno scritti bene o male, era proprio un plugin merdoso.

Ploppy è il plugin per WordPress che dichiara al mondo lo stato attuale della tua cacca.

Molto meglio dei banalissimi plugins con le faccine "mood", inattendibili. Che metodi di valutazione sono: felice, irritato, annoiato? Cazzate.

Molto meglio valutare il proprio umore secondo lo stato della propria cacca misurando i parametri della scala Bristol Stool Scale.

Si tratta di una valutazione scientifica ed oggettiva dello stato della propria merda, che va da "palline separate, dure (difficili da espellere)" a "liquida, nessun pezzo solido", passando per altri 6 gradi di separazione. Altro che faccine e smiley!

Incredibilmente semplice. Eccellente! Merda

Antispam WP Contact Form

After being at GNU/Linux Day and listening at Fullo's antispam scripting advices, I've just upgraded my WP-contact-form plugin with Akismet antispam control, and DNS domain check.

My version is 1.4.3a and it's based on Ryanduff's code, while I'm writing it's released at version 1.4.3.

To get the contact form with DNS check of the sender email address, and then the Akismet support you must follow this steps:

  1. Download 1.4.3 original version from Ryanduff website
  2. Overwrite original wp-contactform.php with my antispam version
  3. Download the Akismet.class.php, choose between PHP4 or PHP5 version
  4. Copy the PHP class into your wp-content/plugins/akismet directory (make sure the filename is Akismet.class.php)
  5. Obtain a key from WordPress.com website (you must be subscribed)
  6. Activate both plugins (Akismet and WP Contact Form) into your WordPress plugins page, then configure Akismet plugin with the key obtained, and the other plugin as you want
  7. Try if it's checking DNS by inserting random email address in the form, if it's working try if it's catching spam using "viagra-test-123" as Name

This software is released under the General Public License (GPL).

Note: DNS check doesn't works on Win32 servers, by operating system limitations.

Tradedoubler filter

This plugin simply filters words of your choice with links. Initially I've called the plugin Tradedoubler filter, because I wanted catch all words i said about MacBook, iPod, and Ebay trasforming into payed links to Tradedoubler account.

But just after some rows of code, I added my girlfriend's url and some friend's url, to get linked only by naming they in articles and pages.

Installation

  1. Download the plugin
  2. Edit the words, and the related link directly in the source file
  3. Upload into your plugin directory by ftp connection

How it's works?

Just write posts and page as you did before. When you'll activate the plugin in the plugin page it will convert into links the words you configured in it.

The links are written with class="tradedoubler" so you can easily manage the appeal of advertising instead of normal links. this is my css code:

.tradedoubler {
	border-bottom: 3px double #9f9;
}

So this plugin must be "yet another" filter... We're only at 0.1 version, and all could happen in future. So if some of you has some marketing ideas to put in it, I'll be pleased to develop.

I'm not so a marketer as geek... Fagiano

Download Tradedoubler filter

©MMVIII Bologna Informatica - p.i. 0123456789