Tag Archives: programação

(Português) Livro: Google Android

Sorry, this entry is only available in Português.

FlexReport with Flex4

Some days ago I wrote a blog post saying that nobody should use FlexReport anymore, because the original project was abandoned and it has many bugs. But there is still hope: Douglas Marques and his colleagues updated the FlexReport library, fixing some bugs and adapting it to Flex4!

You can download FlexReport library for Flex4 here.

The source code will be available soon is available here.

CRUD with RestfulX – live application

Some days ago I posted two articles about how to work with CRUD operations with RestfulX – one about how to retrieve data and the other one about how to create, update, and delete data.

When I wrote the second post I promised to show you the application running, and here it is! See the live application and test it yourself!

To view source simply right-click the application and select “View source”.

Again, sorry for keeping the comments and variable names in portuguese!

CRUD with RestfulX: Part 1/2 – Retrieve

Lets create an example to show how to use basic database operations (aka CRUD – Create, Retrieve, Update, and Delete) with RestfulX.

The project is pretty simple and will evolve as I write future articles using this example: an application to control events and people that attend to these events.

Leia o restante do artigo

(Português) GIT Cheat Sheet

Sorry, this entry is only available in Português.

(Português) Erro “bad line length character” no Git

Sorry, this entry is only available in Português.

(Português) Precedência dos operadores em Ruby

Sorry, this entry is only available in Português.