Ignoring SSl certificate when debugging in Android WebView

A guide to managing SSL certificate errors in Android WebView during development, explaining how to safely bypass certificate validation while maintaining security in production.

January 27, 2015 · admin

Adding shake effect in Android

A guide to creating and implementing shake animations in Android, covering animation XML configuration, cycle interpolation settings, and practical application for user feedback.

January 15, 2015 · admin

Validating an email address with PHP

A guide to implementing robust email validation in PHP, covering input sanitization, proper validation techniques, and special considerations for international email addresses.

December 4, 2014 · admin

Unix file permissions

A comprehensive guide to understanding Unix file permissions, covering both symbolic and numeric notation systems, with clear explanations of permission classes and their meanings.

December 3, 2014 · admin

Introduction to Builder design pattern in PHP

A comprehensive guide to implementing the Builder pattern in PHP, explaining how to create complex objects with many parameters while maintaining clean and maintainable code.

September 13, 2014 · admin

How to install Sublime on Ubuntu

A step-by-step guide to installing Sublime Text 3 on Ubuntu, covering both PPA and standalone installation methods, along with configuration for system file editing.

September 13, 2014 · admin