Monthly Archives for January 2012
My way to control things to do – Chapter 3 Software for Reference
In Chapter 1 I talked about reference. I said that reference is everything that you use to do yours activities. It is a article, web pages, web bookmarks, books, pictures, audios, videos, any type of data. It is your knowledge base. Now, … Continue reading
Debug PHP Web Application
At the time I started programming with PHP (2003) was very difficult to debug web applications. But now, it is very simple. What you need? A IDE - Eclipse PDT All-in-one A server - Zend Server Community Edition Download, install and open this applications above! How to setup … Continue reading
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$ … Continue reading
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 … Continue reading
My way to control things to do – Chapter 2 Workflow
What is a thing? Thing is a Task or Reference. New thing When you have a new thing, you put it in the inbox quickly. In that moment don’t worry about how you write this thing. You need to write words … Continue reading
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. … Continue reading
My way to control things to do – Chapter 1
I will write here how I control my things to do. It is based in methodology, like Get Things Done (GTD). I divided it in some various post and I pretend to show which softwares I use, and how I … Continue reading
Bootstrap – A good style to your page easily
Bootstrap is a very good open-source project. It is great for web developer without web design skills, like me! The approach used is very nice too. I’m using it in Bepuu project and I’m happy. It is very simple and … Continue reading