We are going to:
Please consider...
Introduction to Angular JS framework (by google). So here are some tutorial videos about the framework, all in one place.
Read moreExample of a Zend Framework ACL (Access List Control) definition.
Read moreExample of a controller action for authenticating the request from the login form
Read moreIntroduction of Zend_Form extension for creating very basic login form class, containing login, password and the submit button.
Read moreIntroduction of a very simple Unit Testig class with the very basic assertion functions.
Read moreA very basic PHP logger class with dynamic logging levels and different output options. The class has only static members, what means, that this is some kind of singleton design pattern implementation.
Read moreIntroduction for installing and using a basic testing framework called phpRack. Some of my experience of using phpUnit, and phpRack testings.
Read moreThere are many caching classes and methods within many common PHP frameworks, however, I have decided to use the simplest one - the one I write. Here is the explanation...
Read moreIntroduction how to use the drag-n-drop file upload using HTML5
Read moreIntegration of a relatively simple captcha in your site. After a pretty short "googling" I found a very nice service captchator (captchator.com). An online service for captcha. Here is how it works and how to integrate it into your site...
Read moreThis tutorial explains how to integrate a facebook login button, and also to make the server site authentication
Read moreAfter reading a few articles about jQuery performance, I want to conclude it in several short points which I will be updating from time to time in this post.
Read morePretty URLs are now more important than ever - It's pretty, Structural and Simple. This tutorial explains how to configure basic URL rewrite in your site
Read more
What is PDO, Why is it used and What are the benefits... Read more