OK NOtizie

 geek  Comments Off
Apr 052006
 

E’ nato da qualche giorno e promette bene OK NOtizie.

E’ un servizio di editoria sociale in cui ogni utente puó proporre ció che c’è di nuovo o interessante in giro per la rete. Tutti i visitatori del sito possono votare le notizie marcando con OK le news che sono di loro gradimento, e con NO quelle che considerano di poco interesse. I voti determinano il punteggio di una notizia e se il punteggio è abbastanza alto apparirà nella pagina principale del sito.

Tutti possono partecipare e votare, ma il voto di un utente registrato vale di più. La registrazione è semplice, gratuita e veloce.

 Posted by at 00:28
Apr 042006
 

This plugin fetches RSS feeds from smarking.com and displays them on your WP blog. It can be used to manage a “links” section in your blog to be populate with URIs or anything else you can grab from smarking.

This plugin has been heavily inspired from the Delicious Plugin for WordPress by Chris Metcalf.

Requires: WordPress 1.5 or greater (includes magpie).

Installation

  • Place the plugin (smarka.php) in your wp-content/plugins/ directory.
  • Create a cache directory that your web server can write to. I created a folder inside wp-content/plugins named “smarking_cache” and chgrp/chmodded it to the proper group permissions (r/w).
  • Edit smarka.php and fill out the values in the CONFIGURATION section.
  • Enable the smarking plugin in the “Plugins” section of your WordPress administration panel.
  • modify your template calling the “smarka” function

Usage:

From anywhere in your WordPress template, call the function “smarka(…)”, which takes the following parameters (all parameters have default values):

  • rss_feed_url (default: "http://smarking.com/?mode=rss") – URL: you will probably use “http://smarking.com/?mode=rss&users=YourUserName”
  • num_items (default: 10) – Max items to retrieve
  • show_description (default: true) – Whether you want display the description
  • random (default: false) – If you want to randomize the order
  • before (default: “<li>”) – Whatever (text or tag) you want before the link
  • after (default: “</li>”) – Whatever (text or tag) you want before the link
  • description_seperator (default: “ - “) – Whatever you want between link and description

Examples:

Latest 10 links I’ve tagged as “myLinks”, with descriptions:

<h2>myLinks from Smarking</h2>
<ul>
<?php smarka('http://smarking.com/?mode=rss&users=myUserName', 10); ?>
</ul>

Twenty random URLs tagged as “blogs”, without descriptions:

<h2>Blogs from Smarking</h2>
<ul>
<?php smarka('http://smarking.com//?mode=rss&users=myUserName&tags=Blogs', 20, false, true); ?>
</ul>

More info and examples from: Smarking :: Aiuto & Documentazione > RSS, in italian (in english you can ask for support on Google Smarking Group)

Download

You can download the latest version from smarka.zip

Discussion

Comments and questions should be directed to this post.

License

This code is licensed under the GNU Public License.

 Posted by at 16:05
Apr 032006
 

Mica pizza e fichi!

The Blog Survey – Trustability Index statistic shows that http://www.afhome.org is at 90%, http://farmando.blogspot.com is at 86%, http://confusoefelice.blogspot.com is at 56%, http://www.francesco.armando.name is at 96%. Clearly, this pattern indicates that aFblog & quasi.dot are highly trustable sources.

Neretto mio.

 Posted by at 20:23

w.bloggar

 geek  Comments Off
Apr 022006
 

w.bloggar promette di rendere migliore la vita del blogger. Supporta una varietà di Blog e si presenta piuttosto bene. Lo sto provando. Chissà che non riesca a capire come si fa con i tag di technorati…

 Posted by at 20:51
Apr 012006
 

Curiosamente l’inizio del secondo quarto coincide con diversi e notevoli annunci. Oggi, per esempio, GMail compie due anni. Pero’ altre e meravigliose cose succedono:

  1. Google Rooms?
  2. Microsoft bug cripples Google quantum-based spam filtering
  3. The Register permette di personalizzare qualunque cosa; lo scoop pero’ e’ la vendita di Google al Ministero dell’Informazione cinese
  4. Su Slashdot il layout e’ cambiato e… “OMG!!! Ponies!!!” su un tema rosa non e’ poi male… anche se rimangono parti con il vecchio layout ma molto interessanti, tipo questa
  5. L’economist invece titola Here be dragonMaking a mythical creature real is not easy. But GeneDupe’s team of biologists and computer scientists reckon they are equal to the task. Their secret is a new field, which they call “virtual cell biology”.
  6. Mobile Gazette fa lo scoop annunciando la chiusura della rete GSM da parte del Governo inglese
  7. RhymeRank e’ la nuova tecnologia di ask

Yahoo! Search blog annuncia invece l’acquisto di tutto il web 2.0:

after some long discussions with Tim O’Reilly, Michael Arrington, and other Web 2.0 experts, we’ve decided to just buy Web 2.0.

All of it. All the people, the round cornered boxes, crazy business ideas, and pastel colors.

That’s right, just like a trip to Costco, we’re buying in bulk and expect to save a lot of cash.

Henceforth, “Yahoo!” will be synonymous with “Web 2.0.”

We sincerely hope this will accelerate the move to Web 2.1 or even Web 3.0. This “Web 2.0″ thing has gone on long enough.

Il pesce di Google, non e’ comunque male:

Pin All Your Romantic Hopes on Google

When you think about it, love is just another search problem. And we’ve thought about it. A lot. Google Romance™ is our solution.

Google Romance is a place where you can post all types of romantic information and, using our Soulmate Search™, get back search results that could, in theory, include the love of your life. Then we’ll send you both on a Contextual DateTM, which we’ll pay for while delivering to you relevant ads that we and our advertising partners think will help produce the dating results you’re looking for.

Ad oggi il piu’ bello e’ il pesce che ho visto qui: int is_computer_on(void).

 Posted by at 13:34