<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:xhtml="http://www.w3.org/1999/xhtml">
<channel>
	<title>Segnalibri: dev</title> 
	<link>http://segnalibri.net/</link> 
	<description>Recent bookmarks posted to Scuttle.</description>
	<ttl>60</ttl>


	<item>
		<title>Distributed Caching with Memcached</title>
		<link>http://www.linuxjournal.com/article/7451</link>
		<description>Articolo dell'autore</description>
		<author>lorello</author>
		<pubDate>Tue, 23 Jun 2009 07:21:39 +0000</pubDate>
        		<category>dev</category>
		<category>letture</category>
		<category>memcached</category>
		<category>performance</category>
		<category>sysadmin</category>
		<category>web</category>
	</item>


	<item>
		<title>Optaros OForge</title>
		<link>http://code.optaros.com/trac/oforge/</link>
		<description>OForge is an enterprise collaboration tool that helps development teams work together to assemble great software.  Modern software development involves globally distributed teams working together on solutions which are assembled from modular components and services rapidly and repeatably. Development teams no longer work in isolation to write code from scratch that implements a specification.</description>
		<author>lorello</author>
		<pubDate>Fri, 22 May 2009 15:16:52 +0000</pubDate>
        		<category>coding</category>
		<category>dev</category>
		<category>freesoftware</category>
		<category>software</category>
		<category>source code</category>
		<category>svn</category>
		<category>trac</category>
		<category>trouble ticket</category>
		<category>wiki</category>
	</item>


	<item>
		<title>Serving 250M quotes/day at CNBC.com with aiCache</title>
		<link>http://highscalability.com/serving-250m-quotes-day-cnbc-com-aicache</link>
		<description>aiCache - a Web caching and application acceleration product (aicache.com)</description>
		<author>lorello</author>
		<pubDate>Fri, 17 Apr 2009 11:07:18 +0000</pubDate>
        		<category>cache</category>
		<category>dev</category>
		<category>letture</category>
		<category>performance</category>
		<category>web</category>
	</item>


	<item>
		<title>Rhodes</title>
		<link>http://www.rhomobile.com/products/rhodes</link>
		<description>The Rhodes framework is an open source Ruby-based platform for building locally executing, device-optimized mobile applications. It is similar in concept to MVC frameworks such as Rails, Merb and Camping but much lighter weight (and hence executable on a mobile device) than any of these. Along the way of course, we had to implement Ruby for these device operating systems (iPhone, Windows Mobile, RIM and Symbian).</description>
		<author>lorello</author>
		<pubDate>Wed, 04 Mar 2009 05:43:27 +0000</pubDate>
        		<category>blackberry</category>
		<category>dev</category>
		<category>framework</category>
		<category>mobile</category>
		<category>rim</category>
		<category>ruby</category>
		<category>softec</category>
		<category>symbian</category>
		<category>windows mobile</category>
	</item>


	<item>
		<title>GUI Development with PHP-GTK2</title>
		<link>http://www.gnope.org/</link>
		<description>The Gnope AppRunner and Gnope PEAR Installer come with a precompiled PHP, including all GTK2 modules you need. After download you can start to develop right away!</description>
		<author>lorello</author>
		<pubDate>Thu, 23 Oct 2008 10:45:31 +0000</pubDate>
        		<category>dev</category>
		<category>freesoftware</category>
		<category>gtk</category>
		<category>gui</category>
		<category>php</category>
		<category>php-gtk</category>
		<category>software</category>
	</item>


	<item>
		<title>Highslide JS - JavaScript thumbnail viewer</title>
		<link>http://highslide.com/</link>
		<description>Highslide JS is an open source JavaScript software, offering a Web 2.0 approach to popup windows. It streamlines the use of thumbnail images and HTML popups on web pages. The library offers these features and advantages:      * No plugins like Flash or Java required.     * Popup blockers are no problem. The content expands within the active browser window.     * Single click. After opening the image or HTML popup, the user can scroll further down or leave the page without closing it.     * Compatibility and safe fallback. If the user has disabled JavaScript or is using an old browser, the browser redirects directly to the image itself or to a fallback HTML page.</description>
		<author>lorello</author>
		<pubDate>Mon, 01 Sep 2008 21:05:23 +0000</pubDate>
        		<category>accessibilita</category>
		<category>dev</category>
		<category>js</category>
		<category>popup</category>
	</item>


	<item>
		<title>Class: Remote MySQL Query</title>
		<link>http://www.phpclasses.org/browse/package/4000.html</link>
		<description>This class can be used to execute queries to a remote MySQL server using HTTP.

It accesses URL of a PHP script in a remote Web server that executes queries to a MySQL database passed as URL parameter.

The client passes a secret key to the remote script to prevent unauthorized accesses.

The remote script returns the results back to the requesting client using XML to marshal the results array.

The class parses the results XML data returned by the server script and returns an array.

It also retrieves into class variables the number of records returned by the server and the time the query took to execute.

The server script may be used to execute MySQL queries that can be retrieved by programs written in other languages besides PHP.</description>
		<author>lorello</author>
		<pubDate>Sat, 14 Jul 2007 08:15:57 +0000</pubDate>
        		<category>dev</category>
		<category>mysql</category>
		<category>php</category>
		<category>php5</category>
		<category>web services</category>
	</item>


	<item>
		<title>The BuildBot</title>
		<link>http://buildbot.sourceforge.net/</link>
		<description>The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. The guilty developer can be identified and harassed without human intervention. By running the builds on a variety of platforms, developers who do not have the facilities to test their changes everywhere before checkin will at least know shortly afterwards whether they have broken the build or not. Warning counts, lint checks, image size, compile time, and other build parameters can be tracked over time, are more visible, and are therefore easier to improve.</description>
		<author>lorello</author>
		<pubDate>Sun, 20 May 2007 20:20:49 +0000</pubDate>
        		<category>build</category>
		<category>dev</category>
		<category>freesoftware</category>
		<category>software</category>
		<category>sviluppo</category>
		<category>testing</category>
		<category>utili</category>
	</item>


	<item>
		<title>PHP Classes - Class: Easy Google Map</title>
		<link>http://www.phpclasses.org/browse/package/3801.html</link>
		<description>This class can be used to display locations on the map using Google Maps.

It can generate the necessary HTML and Javascript to make a map display on a Web page with optional locations be marked with special icons.

It can:

- Define the map width, height and zoom level
- Add one or more marker to locations on the map using their addresses
- Use several types of predefined icons and colors to mark locations
- Define the information window text and link URLs associated to a location</description>
		<author>lorello</author>
		<pubDate>Thu, 29 Mar 2007 18:50:57 +0000</pubDate>
        		<category>dev</category>
		<category>gmaps</category>
		<category>javascript</category>
		<category>php</category>
	</item>


	<item>
		<title>Stu Nicholls | CSSplay | A css only dropdown menu</title>
		<link>http://www.cssplay.co.uk/menus/final_drop.html</link>
		<description>The ultimate</description>
		<author>lorello</author>
		<pubDate>Wed, 21 Mar 2007 14:45:10 +0000</pubDate>
        		<category>css</category>
		<category>dev</category>
		<category>menu</category>
	</item>


	<item>
		<title>Code Igniter</title>
		<link>http://www.codeigniter.com/</link>
		<description>Designed to enable, not overwhelm, Code Igniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications.

If you're a developer who lives in the real world of shared hosting accounts and clients with deadlines, and if you're tired of ponderously large and thoroughly undocumented frameworks that require rocket science to understand, Code Igniter might just be the right tool for you.</description>
		<author>lorello</author>
		<pubDate>Wed, 28 Feb 2007 14:32:57 +0000</pubDate>
        		<category>dev</category>
		<category>framework</category>
		<category>mvc</category>
		<category>opensource</category>
		<category>php</category>
	</item>


	<item>
		<title>Really easy field validation</title>
		<link>http://tetlaw.id.au/view/javascript/really-easy-field-validation</link>
		<description>Validazione asincrona con Scriptaculous</description>
		<author>lorello</author>
		<pubDate>Wed, 28 Feb 2007 11:00:15 +0000</pubDate>
        		<category>ajax</category>
		<category>dev</category>
		<category>form</category>
		<category>javascript</category>
	</item>


	<item>
		<title>MiniAjax.com</title>
		<link>http://www.miniajax.com/</link>
		<description>A showroom of nice looking simple downloadable DHTML and AJAX scripts</description>
		<author>lorello</author>
		<pubDate>Wed, 28 Feb 2007 10:01:08 +0000</pubDate>
        		<category>ajax</category>
		<category>dev</category>
		<category>javascript</category>
	</item>


	<item>
		<title>Scriptaculous Lists with PHP</title>
		<link>http://www.gregphoto.net/sortable/index.php</link>
		<description>Scriptaculous is one of many great new JavaScript libraries created to answer the call for well written 'Web 2.0' JavaScript libraries. Written by Thomas Fuchs, scriptaculous has many features that can be used in AJAX-ified applications, drag-and-drop effects, and a whole slew of visual effects. The drag-and-drop effects, most notably the sortables, caught my eye because the look great, they are so easy to implement, and they're just so much nicer than the standard listbox with up/down arrows that we see in most of today's applications and administration tools.</description>
		<author>lorello</author>
		<pubDate>Mon, 12 Feb 2007 13:24:01 +0000</pubDate>
        		<category>ajax</category>
		<category>dev</category>
		<category>javascript</category>
		<category>php</category>
		<category>scriptaculous</category>
		<category>sortable lists</category>
	</item>


	<item>
		<title>Elenco di DTD consigliati dal sito W3C</title>
		<link>http://www.w3.org/QA/2002/04/valid-dtd-list.html</link>
		<description>When authoring document is HTML or XHTML, it is important to Add a Doctype declaration. The declaration must be exact (both in spelling and in case) to have the desired effect, which makes it sometimes difficult. To ease the work, below is a list of recommended declarations that you can use in your Web documents.</description>
		<author>lorello</author>
		<pubDate>Wed, 07 Feb 2007 08:20:55 +0000</pubDate>
        		<category>dev</category>
		<category>dtd</category>
		<category>utili</category>
		<category>w3c</category>
		<category>webstandards</category>
	</item>


</channel>
</rss>