Monthly Archives for February 2012
You can change the standard behavior of the URL!
The Rewrite engine is a powerful software to get the control of web URL appearance. In a standard way the URL is like that: http://www.example.com/Blog/Posts.php?Year=2006&Month=12&Day=19 But, with Rewrite you can change to: http://www.example.com/Blog/2006/12/19/ How it works? I have a front controller … Continue reading
Extenser for Smartphones with Jquery Mobile
I developed a mobile webapp to Extenser.com.br and I used: PHP 5 Jquery Mobile 1.0 Detect Mobile Browsers Auto detect mobile browser In the main application, ie, the desktop web version, I used the PHP script developed by Andy Moore to auto detect which browser the user … Continue reading
The Lost Mountain @1995
I studied at Fundação Matias Machline from 1994 to 1997. Today, this school is called Fundação Nokia de Ensino. I participated with others 4 friends (Alex Reis Ribeiro, Marco Aurélio de Castro Lima, Dermilson de Sá Oliveira and Gilson Sena) … Continue reading
MongoDB – A NoSQL database
MongoDB is a new type of database commonly called NoSQL. Wikipedia says about NoSQL: In computing, NoSQL (sometimes expanded to “not only SQL”) is a broad class of database management systems that differ from the classic model of the relational database management system (RDBMS) in some significant ways, … Continue reading
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 … Continue reading
Extenser API – RESTful webservice
I implemented a simple API for Extenser just for fun and educational proposal. Now, you can create your software or use it in your website as you want. URL: api.extenser.com.br Technology RESTful with Slim Framework PHP 5 Method GET URL: /:type/:separator/:value :type … Continue reading
My essential Apps for iPad
Here is my essential list of App for iPad. Productivity Evernote: notes, receipt, audio notes, meeting, financial documents, and much more. See the other article called My way to control things to do – Chapter 3 Software for Reference. FREE. Wunderlist: … Continue reading