WordPress configuration file is a single core WordPress file that you should change. Today's theme is known and some less known wordpress configuration file tips.
Laravel 4 – simple website with backend tutorial – Part 1
Most of the tutorials I found on Laravel 4 don't really cover an entire process of building a web site/app with the framework. That is why I wanted to write down my process of building a web site, with a backend panel, simple user authentication, content management, image processing, API routes, etc.
How to migrate WordPress site – the proper way
Today's quick tip will show you how to properly migrate WordPress site. Migrating WordPress sites is not hard, but may often turn out to be more problematic than it seems.
Creating simple tasks app with Backbone.js and Slim micro framework (part 1)
In this series of articles I’ll create simple task management web application based on Backbone.js. To save data and persist it to database I’ll use Slim PHP micro RESTful server.
Web application testing – overview
Web application testing is very important process. This is an overview of how it is done, what are the main parts of web application testing and some details on how important it is in overall development process.
WordPress 3.6 Beta – what is new
Wordpress 3.6 Beta is available and is focusing on content editing. Here are some of the great stuff it brings.
Debug WordPress with XDebug
Today I am going to show you how easy it is to debug WordPress with XDebug and improve your overall development process.
jQuery Mobile – creating custom themes and designs without the need for overriding
A neat trick on how to use jQuery Mobile style sheet and make custom designs without the need to override everything.