Learning LAMP web developement – 6. PHP project organization, framework, libraries and third party code

Written on June 14, 2010 – 3:52 pm | by Stan Kuhn |

Source code re-usability is one of the most important things if you plan to keep developing applications for longer. All Internet applications have set of functionalities that are common. These are for example, User management, permissions management, CMS functionality, forums, categories, menus, profiles etc. Therefore you don’t have to write a lot of code from [...]

Learning LAMP web developement – 1. Introduction

Written on February 17, 2010 – 7:47 pm | by Stan Kuhn |

PHP gained its popularity mainly because of its intuitiveness and easy use. Practically anyone who can think logically can create a program in php. Starting is about reading few articles on Internet doing some simple install and you are ready to go. This is great because it creates large base of potentially good programmers. On [...]