How to check sections and its memory map of Binary / ELF using GDB ?

In this post, we hope you already have GDB debugging setup already done for your development or … Read more

How to add category cloud in single post / page in WordPress

Category cloud can be added by using the taxonomy argument to cause a cloud of categories to … Read more

How to use custom meta description for every page in Open Classifieds / Osclass, the free classifieds script

osclass ( formarly known as openclassifieds ) is a php script that allows you to quickly create and manage your own free classifieds site. osclass is an open source project that … Read more

How to create Arrays in PHP ?

PHP provides simple function to create an array using “array()” API which creates an empty array. In … Read more

How to add your Facebook page to website using Page plugin ?

The Page plugin lets you easily embed and promote any public Facebook Page on your website. Just … Read more

Solved: System.out: android.os.NetworkOnMainThreadException

In Android application, if you are doing some network operations like download from some external website or … Read more

How to implement stack in C programming ?

In continuation of demonstrating simple implementation of data structures, as we shown in our last post “How … Read more

Identify Android API version, Device, Build Information programmatically

When you are developing an application which is dependent on device / platform hardware you will need … Read more

Convert an existing Android application to a library module

As we have seen in our post, “How to develop first android Application/App in Android Studio” where … Read more