Setup ProFTP in FreeBSD
Instructions for setting up an internal FTP server on a FreeBSD 10 machine. Note that this machine is not setup for public access and hence [...]
View ArticleThe Stupid Concept Of “Soft Skills”
Let me tell you what I find “stupid” about the phrase “soft skills”. Anyway, it’s most likely that the word “stupid” caught your attention and [...]
View ArticleSwift – Moving UITextField up when keyboard is shown
Unlike in Android, where the device keyboard automatically handles display management when it pops up, iOS does not have this capability. So as a programmer, [...]
View ArticleHow To Show A Progress Dialog in Android
OVERVIEW When you need to do some long running task and show a “wait” dialog to the user while the task is running, a Progress [...]
View ArticleCreate A Generic Yes-No Dialog in Android
Often in apps, we need to popup a dialog that will show a message and take a Yes or No in response from the user. [...]
View ArticleMinify CSS with C#
The code below compresses and minifies CSS files. Minification is not the same as obfuscation. Minification removes all whitespace , comments and needless characters so [...]
View ArticleCreate A Navigation Drawer in Android
OVERVIEW Most modern apps have a sliding Navigation Drawer as the main navigation element. This seems to be the modern version replacement of the sliding [...]
View ArticleHow to send app crash reports in Android
As a developer you often need to know the details of an app crash, specially if it happens on a customer’s device or any remote [...]
View ArticleWhy Learning to Program Is Difficult
I remember a few years back, I happened to come across an advertisement of a reputed computer training academy in USA, which specialized in teaching [...]
View ArticleShowing dynamic data in a TableLayout in Android
OVERVIEW Showing tabular data is a standard requirement in a lot of applications. The best way is to use a TableLayout, which will automatically arrange [...]
View ArticleIE version detection in Javascript
Detection of the newer versions of IE is much more messy than before. Since IE uses the Trident rendering engine, each IE version uses a [...]
View ArticleAccepting Stripe Payments in Android
Stripe is one of the most widely used payment gateways currently. It is also one of the best for developers because it allows very easy [...]
View ArticleHow To Show A Progress Dialog in Android
OVERVIEW When you need to do some long running task and show a “wait” dialog to the user while the task is running, a Progress [...]
View ArticleCreate A Generic Yes-No Dialog in Android
Often in apps, we need to popup a dialog that will show a message and take a Yes or No in response from the user. [...]
View ArticleMinify CSS with C#
The code below compresses and minifies CSS files. Minification is not the same as obfuscation. Minification removes all whitespace , comments and needless characters so [...]
View ArticleHousewives were expected to learn hexadecimal..
Most people are familiar with the early history of computers and how they evolved from huge tape spinning machines to the small compact computers of [...]
View ArticleCodelobster PHP Edition – Free IDE for PHP, HTML, CSS, JavaScript
For valuable work on creation of sites you need a good comfortable editor necessarily. There are many requiring paid products for this purpose, but we [...]
View ArticleA Speech Translation mashup in less than 5 hours
The Web Speech API is a little known framework, which has been developed by Google a couple of years back. It is a very good [...]
View ArticleBlueimp Jquery File Upload Permission issue
Blueimp JQuery FileUpload is probably the most common upload component used in PHP websites. The problem people sometimes face is that actual folder into which [...]
View Article