Quantcast
Channel: Truelogic Blog
Browsing all 195 articles
Browse latest View live

How to Create a Facebook Fan Page

View Article


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 Article


The 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 Article

Swift – 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 Article

How 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 Article


Create 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 Article

Minify 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 Article

Create 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 Article


How 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 Article


Why 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 Article

Showing 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 Article

IE 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 Article

Accepting 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 Article


How 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 Article

Create 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 Article


Minify 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 Article

Housewives 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 Article


Codelobster 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 Article

A 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 Article

Blueimp 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
Browsing all 195 articles
Browse latest View live