Custom buttons in Android
1February 15, 2012 by ZwarteVlag
The appearance of the UI components may vary between different versions of Android, so it’s important to get a consistent look regardless of the version…
Category Android | Tags: buttons, custom, ui
Enable GZIP compression on CodeIgniter
0February 10, 2012 by ZwarteVlag
A fundamental technique for web optimization is to compress our web pages with GZIP. Using this technique we can improve the bandwidth and transfer speed of our website.
To enable GZIP compression on CodeIgniter just open the config.php file and…
Category CodeIgniter, SEO, Web optimization | Tags: compression, gzip, optimization
Handling multiple environments in CodeIgniter
0February 10, 2012 by ZwarteVlag
In Codeigniter you can create configuration files for a specific environment. It’s a good practice when you’re switching between development and production stage constantly.
To do this we need to…
Category CodeIgniter | Tags: config, environments
