Fix Empty Element in Android ListView

Overview I had a problem in development for android add element empty list was returned on eclipse when trying to add a new element to …

android eclipse

Android Multiple Preference Dependencies with CheckBoxPreference

Android preference multiple dependency Android preference multiple dependency is not out-of-the-box feature until api level 14 introduced us …

android java

Fix Stuck Android Toast Messages

Overview Android toast stuck on screen when you called Toast.show() ? There’s a solution.

android intentservice

Build Your First WSGI Python App on Apache

A step-by-step guide to building your first Python WSGI web application and serving it on Apache HTTPD using mod_wsgi.

centos python ubuntu

Split a Background Image Across Multiple Divs with CSS

Overview Not widely known, but you can use pure CSS to split background image into several divs quite easily! I’ll teach you how.

css html

Facebook Open Graph Meta Tags Reference

Summary Including and customing the facebook Meta inside every page of your website is an important reality in today web. It’s a very …

facebook html meta

CodeLobster Review: Free Portable PHP and Web Development IDE

Overview Excited today, I’m going to try a new IDE for Windows: CodeLobster PHP Edition 4.5.1. With almost 30 years experience in …

cakephp codeigniter codelobster

Create Responsive eBay Ads

Overview For resposive web designers: Ads are big trouble. In the next article I will explain how to edit the JS script to a responsive …

ads ebay javascript

Django: Preserve Table Data When Adding Model Fields

How to preserve your existing table data when adding new fields to a Django model, using an export-reset-import workflow.

django python