Gavinho Labs

RESTful webservice with Slim Framework

Ingredients PHP 5 RESTful concepts Slim Framework Directions Download Slim Framework Extract and copy that to your folder Create the index.php <?php require_once 'Slim/Slim.php'; require_once 'extenser.class.php'; $app = new Slim(); /* RESTful GET – convert number to text long format * @type : NUMBER = 0 | CURRENCY_REAL = 1 | CURRENCY_DOLAR = 2 | [...]

Extenser beta was launched!

Extenser beta was launched. For now, only in portuguese. www.extenser.com.br What is the Extenser? Extenser is a webapp to convert number to its text format. For example: convert 29 to twenty nine. In this version Extenser convert: cardinal, currency (R$ and Dolar) and ordinal numbers. This project was made with: PHP 5.3 HTML 5 Javascript [...]

Ajax is easy!

First, what is ajax? “AJAX is the art of exchanging data with a server, and update parts of a web page – without reloading the whole page.” w3schools.com I used in this example: PHP 5.3 Javascript JQuery JSON HTML5 Which files did I use? index.php: Page that user request the data; getdata.php: PHP script to [...]

Bepuu Beta was launched

Today, I launched the first Bepuu beta. www.bepuu.com.br This project was made with: PHP 5.3 HTML 5 Javascript JSON/Ajax Bootstrap, from Twitter JQuery 1.7.1 MySQL APC (Alternative PHP Cache) Cron Job Features: Upload any type of file. Max size is 90MB. I still trying to setup the host to support until 300MB. The file is available [...]