lunes, 29 de septiembre de 2008

Libro: PHP and Ajax

Buen libro ...


AJAX and PHP: Building Responsive Web Applications:
http://ajaxphp.packtpub.com/index.htm

Catharsis Web application framework

Catharsis provides complete Guidance, which can help you:
1) create solution (all needed libraries)
2) create all needed classes for every Entity object
Catharsis has real multi tier structure
+ Entity: Layer with business objects (person, position, contract, supplier)
+ Common: Interface gathering layer. Every upper tier has its interfaces published here.Also Factories are stored here (DaoFactory, FacadeFactory, ModelFactory, ControllerFactory)Same applies to Providers - Role, Membership, ResourceManager, GlobalizationManager ...
+ Data: Every entity has its Dao (data access object). And data layer with these daos is the only gate, which can access the storage (DB) -> Almost everything is done by NHibernate :)
+ Business: The key middle tier with Business rules, access rights, checking, AOP filters ... all of them are applied here.
+ Model: Containers for data exchange for MVC pattern.
+ Controllers: These powerful objects has only one purpose! correctly fill Models and therefore communicate with Business layer.
+ UI-WEB: Presenters which are responsible for displaying the data stored in Models, and process user requests.Every layer is based on inheritance and encapsulation. Base classes cover must of the needed methods.Implementation is therefore very simple ...

http://www.codeplex.com/Catharsis/

viernes, 26 de septiembre de 2008

TUTOS

TUTOS es un software para administrar las necesidades de administracion de pequeños grupos, equipos o departamentos.

http://www.tutos.org/

jueves, 25 de septiembre de 2008

Cloud Computing

Cloud Computing es la palabra de moda.
Los chicos detras de esto son Amazon, Google, Microsoft...
Con estos jugadores, es algo que no podemos dejar de tener presente ...

http://en.wikipedia.org/wiki/Cloud_computing

GNU Cash, la contabilidad OpenSource

GNUCash es un software de contabilidad OpenSource, recomendado para uso personal o de pequeñas empresas.


http://www.gnucash.org/

Trism o como hacer 250k u$s en 2 meses

Trism es un sencillo juego para el iPhone, cuyo costo es de u$s 5 y con el cual en 2 meses, el autor del mismo lleva ganados unos 250k u$s.

http://blog.wired.com/gadgets/2008/09/indie-developer.html