<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Davide Caffaratti blog</title>
	<link>http://davidecaffaratti.com</link>
	<description>My own personal blog and my works</description>
	<lastBuildDate>Sat, 30 Jan 2010 01:31:48 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Class Cat_Cache revision 1</title>
		<description><![CDATA[I found in my class for cache data an error that return incorrect value if the cache isn&#8217;t in the cache directory. This error return improperly a boolean true value instead of false.
I correct the error with a new version of the class.
Click HERE for see the code of this class
]]></description>
		<link>http://davidecaffaratti.com/2010/01/29/class-cat_cache-revision-1/</link>
			</item>
	<item>
		<title>mootools Edit In Place</title>
		<description><![CDATA[Here is my Mootools class that I use for make edit in place text.
VIEW THE EXAMPLE FILE
Use this class is very simple:
First need to have mootools 1.2 javascript library
Second download MooEip class

The class:

var MooEip = new Class({

    //implements
    Implements: [Options,Events],

    //options
    options: {
 [...]]]></description>
		<link>http://davidecaffaratti.com/2009/10/26/mootools-edit-in-place/</link>
			</item>
	<item>
		<title>MooSkype 1.1</title>
		<description><![CDATA[New version of moo-skype

Add var ajaxProxy for set ajax proxy

Add css file for style the skype buttom

Add onLine example :
VIEW THE EXAMPLE FILE


]]></description>
		<link>http://davidecaffaratti.com/2009/07/29/mooskype-1-1/</link>
			</item>
	<item>
		<title>Secure image capcha revisited</title>
		<description><![CDATA[I found a nice script http://www.phpcaptcha.org/ for made form capcha named secureimage and add some code for have random background and font for the capcha image
Here are the class modification that I made on the class:
- Porting the class for use in php5
- Remove the define for images: SI_IMAGE_JPEG, SI_IMAGE_PNG, SI_IMAGE_GIF
- Add define for ttf [...]]]></description>
		<link>http://davidecaffaratti.com/2009/07/10/secure-image-capcha-revisited/</link>
			</item>
	<item>
		<title>PHP pdf invoice</title>
		<description><![CDATA[I need for my cms a class that can print invoice payment in pdf format.
Wel I find a nice script for oscommerce ( http://www.oscommerce.com/community/contributions,5321/category,12/search,pdf_customer_invoice ) that have a nice view of  the pdf invoice; Than I port this script and make a class for use in all indipendent cms &#8230;
Here can download the example output [...]]]></description>
		<link>http://davidecaffaratti.com/2009/06/30/php-pdf-invoice/</link>
			</item>
	<item>
		<title>Mootools fValidator with Asset</title>
		<description><![CDATA[I made some modifications on the great scrip fValidator (http://pilon.nl) for charge with Assets only used languages files.
Add too a compressed version of the class.
]]></description>
		<link>http://davidecaffaratti.com/2009/06/19/mootools-fvalidator-with-asset/</link>
			</item>
	<item>
		<title>MooSkype</title>
		<description><![CDATA[This is my new little class fot print Skype button status with mootools library.
It have a nice effect for the button taken from http://davidwalsh.name/skype-mootools.
Thanks David Your site is a good reference for me  
VIEW THE EXAMPLE FILE

var MooSkype = new Class({

Implements: [Options],

options: {
// Flag use efect
useEffect: true,
// Class name for hock skype button action
element: [...]]]></description>
		<link>http://davidecaffaratti.com/2009/06/13/mooskype/</link>
			</item>
	<item>
		<title>Mootools swap image 1.1.1</title>
		<description><![CDATA[Little optimization for the class code and add optional transation for the images.
Add example in the zip file  
VIEW THE EXAMPLE FILE
]]></description>
		<link>http://davidecaffaratti.com/2009/06/11/mootools-swap-image-111/</link>
			</item>
	<item>
		<title>Moo Slider</title>
		<description><![CDATA[This is my simple class for make content slider more simple.
With this class can made multiple text slider and configure text, styles and more.
VIEW THE EXAMPLE FILE

var MooSlider = new Class({

Implements: [Options],

options: {
createToggle: true,
tagToggle: 'a',
cssHide: '.hide',
cssToggle: '.toggle',
slideDuration: 340,
slideMode: 'vertical',
slideTransitions: Fx.Transitions.Bounce.easeOut,
textOpen: '+ Open',
textClose: '- Close',
elementsOpen: []
},

initialize: function(elements, options) {
this.setOptions(options);

// Set elements
this.setSlide(elements);
},

setSlide: function(elements) {
var status = {
'true': [...]]]></description>
		<link>http://davidecaffaratti.com/2009/06/09/moo-slider/</link>
			</item>
	<item>
		<title>RockSlideshow for mootools 1.2</title>
		<description><![CDATA[I&#8217;ve see a very nice slideshow used for Jomla and want to use in my sites, but, the nice class was for mootools 1.1 &#8230; Here is the ported version for this nice slideshow
]]></description>
		<link>http://davidecaffaratti.com/2009/06/06/rockslideshow-for-mootools-12/</link>
			</item>
</channel>
</rss>
