This post explains how to encode and decode URLs using PHP. PHP supports the encoding and decoding of URLs by providing some built..
This example-driven tutorial outlines the usage of default methods for an interface in Java8. The Java Tutorials have been written..
List of useful git commands to help you create and manage git branches from your terminal. Be Smart!! Never go away from your term..
The term method chaining refers to both a design and a convention. Each method returns an object, allowing… ..
Applications often consist of similar but different object models, where the data in two models may be similar… ..
As Google Chrome turned 10 the weekend, a tweet from the official Google Chrome account indicated of some… ..
Struggle with Youtube on Firefox? Use this YouTube Classic Firefox extension to rollback to fix this. ..
In this example, let us create Bootstrap 4 sticky top navigation bar that shows shadow effect when page… ..
Happy New Year 2017! To those of you who’ve made 2016 special: thank you. ..
Use the following code snippet to, get Android application version from code. The PackageInfo class provides overall information&h..
Google Maps is a useful mapping tool that offers real-time location and navigation information. As a website administrator,&hellip..
Netflix is a subscription-based online video streaming service allows you to watch movies, television shows and special programs w..
To expand the portfolio of productivity and collaboration tools, Perforce Software, a leader in version control and source code ma..
WordPress is an open source CMS (content management system) website development framework written in PHP. This is probably…..
Chrome Custom Tabs gives apps more control over their web experience and make transitions between native and web… ..
Use the following code snippet to, add an option in app that allow user to rate and review your app on Google Play or Amazon store..
Firebase Invites are an out-of-the-box solution for app referrals and sharing via email or SMS. Firebase Android SDK… ..
Now Google updates its AdSense publisher dashboard interface with the fresh new material design look. Google is pushing developers..
The following code snippet demonstrates, how to create a mobile responsive table style using CSS3. For demo purpose… ..
The following code snippet demonstrates, how to create an popup dropdown menu using CSS and JavaScript. In the… ..
Website design is an industry is evolving! The design trends come and go quite often. However, most of… ..
While you work hard to make sure that every link actually goes to a specific web page on… ..
The following PHP code snippet extracts the twitter username from twitter URL using regular expressions. For example, if… ..
The following PHP code snippet extracts the domain name from long URL using regular expressions. For example, if… ..
Most of the classic WordPress blog themes display full content in archive page. If you want to limit… ..
If you just want to list the custom post categories (taxonomies), then you can use the get_terms function.… ..
WordPress is an open source CMS (content management system) website development framework written in PHP. This is probably…..
1. Introduction to WordPress WordPress is an open source CMS (content management system) website development framework written in&..
1. String Length and Trim Code snippet explains the usage of String class length and trim() method. The… ..
The popularity of Content Management Systems is growing at a rapid pace. In fact, some of the best… ..
Since then many people are asking questions like how to use Decorators and how to disable some dates in CustomCalendarView. In thi..
This code snippet shows how to use JavaScript Regular Expressions to validate a form. You will find many examples… ..
Firebase crash reporting automatically logs the crashes and custom events. In this tutorial we will see how use Firebase Crash Rep..
Use the following code snippets to turn on and off wifi on Android devices. Switch toggle = (Switch)… ..
A Switch is a two-state toggle switch widget that can select between two options. Add Switch control to… ..
If you have an multi-author Wordpress blog and you allow guest blogging, then your often need require to send an email notificatio..
Since version 4.2 release, WordPress natively adds supports Emoji characters. Because if this WordPress loads some extra java&hell..
Dear readers, As you will have noticed, we have made a major design overhaul to Stacktips.com website. Since… ..
MailChimp REST Api V3 exposes methods that allows you to add, manage members of a specific MailChimp list. The following code snip..
You can register sidebar by calling register_sidebar() method. Just provide a unique name to each sidebar (eg: “Right Sidebar”, “L..
Hello there! Have an interest in tech world? Find yourself spending a large portion of your day reading blogs… ..
Ziltag is a new, intuitive, and powerful tool for bloggers/editors. The plugin is now in open beta for… ..
Use Smart Dashboard Extra plugin to customize your WordPress admin dashboard by selectively removing interface elements and add mo..
In this post we will look at some of the best URL Shortening services similar to Google URL Shortener and Tinyurl. The URL Shorten..
In this video tutorial, we will see how to remove all widgets from WordPress Dashboard. When you logged into your WordPress dashbo..
This little code hack will help you to limit your authors and contributors to their own posts in WordPress admin. Copy and past th..
The Android YouTubePlayer allows you to customize the playback control by setting one of the style defined in YouTubePlayer.Player..
The following code snippet shows how to convert device specific pixels to density independent pixels. It returns a float value to ..
The following code snippet shows how to converts dp unit to equivalent pixels, depending on device density. It returns a float val..
The following code snippet shows how to generate Gravatar URLs from email address. This utility method alows you to pass the size ..
The following code snippet shows how to get unique file name when saving file in java. It first checks if already a file exist wit..
The following code snippet shows how to calculate image dimension in java by reading the file from specified path. ..
The following code snippet shows how to add event in Android calendar using intent method. ..
The following code snippet shows how to determine the screen size dimensions in width and height of the Android device your applic..
The following code snippet will help you to disables the SSL certificate checking for new instances of HttpsURLConnection in Andro..
This env.rb file provides setup and common functionality across all features. It’s included first before every test run, and..
Is your WordPress theme not showing custom post on Author Archive page? Add the following code snippet to functions.php file. This..
Include the following script tag in your to your WordPress theme before to support Google Prettify Syntax Highlighter. ..
How to Remove Emoji from WordPress 4.2+ Website ..
The YouTube Player API for Android provides a ready to use a fragment and an embedded view to play YouTube videos. The API provide..
Enable deep links for App content in Android, you need to fist add intent filters for the relevant activities in your application ..
The following code snippet will help you to take a screenshot programmatically in Android. First you need to add the write file pe..
The Activity class provides two methods onSaveInstanceState() and onRestoreInstanceState(), for saving and restoring activity stat..
<!DOCTYPE html> <html lang=”en”> <head> <title>My first Bootstrap page </title> <meta..
Use the .btn-toolbar class to create the toolbar. We can club a number of button groups together to generate a toolbar. Let’s use ..
Bootstrap allows you to create a series of buttons together in a single button group. Use .btn-group class to create the button gr..
The following code snippet will fetch all sub categories of selected category. Add the following code snippet to your themes archi..
Using Android LengthFilter, AllCaps and CustomInputFilter example. This tutorial explains how to restrict min max input range usin..
What is SEO? A Beginners Guide to Search Engine Optimisation to get you started with information you need to get on the road to pr..
The default WordPress author archive page template displays only default post types. The custom posts are not included. The follow..
The following code snippet demonstrate how to read and create a text files using the jQuery and HTML5… ..
Is your Android phone is sluggish? Here are couple of tips that will help to improve the performance and… ..
Not long ago, developing a full-fledged website while ensuring its cross-browser compatibility was considered as one of the&hellip..
If you’re an developer, I am sure the first thing you will do after you buying your brand new Android phone is to enable the..
# Custom ListView ScrollView Implementation – Android 1 Pinned section listview Easy to use ListView with pinned sections&he..
When you declare a POJO instance or bean in the configuration file, you are actually defining a template for bean creation, not an..
Android RenderScript framework API can be used for performing computationally intensive tasks at high performance. In this tutoria..
The following PHP snippet can be used to determine if Gravatar is available for specified email. It returns TRUE for valid gravata..
Add the following snippet to your WordPress theme functions.php file to exclude the posts from selected category to appear on Word..
The following code snippet will get the device detailed information in Android. ..
To create a background service, first you need to add the service into your manifest file. Then, create a class that extends serv..
The following code snippet will help you with the basic understanding of how to set up the Android accelerometer and get values fr..
The following code snippet shows how to add zoom controls to Android MapView. We can achieve this by calling setBuiltInZoomControl..
The following code snippet can be used to upload an image to web service in Android. After getting a Bitmap object from the camera..
Quick Java code snippet to show Linear / Sequential Search. ..
Quick Java code snippet to sort Array ascending or descending using comparator in Java. ..
Code snippet to sort array using insertion sort algorithm in java. ..
What are the Feeds? Feeds are the are the way to distribute your website content beyond readers on… ..
Quick WordPress code snippet to show only the the posts from specific categories to appear on home page recent posts. ..
AngularJS is the high-end open-source web application framework that offers a route of fulfilling influential things. This innovat..
It’s safe to say that mobile app development is just as complex a process as any other IT… ..
Dear Readers, Some of you may have noticed that out site JavaTechig experienced an extended downtime this evening… ..
Preparations for Android Developer Days 2015 continue. In addition to talks made by experts on their fields, there will be many wo..
Be it Java or any other platform, Android or other OS’s,mobile app development is everywhere and a popular… ..
In the course of this tutorial, we will take a drive into building custom event calendar post type. Having an events calendar on y..
WordPress has been offering a great platform to its users. It’s a clean and easy-to-use back end always… ..
The Strategy design pattern belongs to the behavioral family of pattern that deals with change the behavior of a class by changing..
Over the course of this article, we will examine State design pattern in java with help of realtime examples. The State design pat..
Over the course of this article, we will examine the Template Method design pattern in java with help… ..
Gravatar is a globally recognized avatar service, being used in most of the WordPress blog today. If you… ..
Architexa is yet another smarter eclipse tool that allows you to build diagrams quickly from your code. It provides easy to use an..
What are Design Patterns? Patterns exist everywhere in the world. In culinary, art, medicine, law, mathematics, music, dancing&hel..
Before begin writing your first Java program, you need to have your development environment ready. For writing and… ..
This is an sample JSON feed reader application developed in Xamarin.Android platform. This app will fetch the recent posts&hellip..
Xamarin is a San Francisco, California based software company which provides commercial software development tools that leverage t..
In this post we have outlined some of the popular programming books that helps in developers to learn… ..
This article explains the interface segregation principle and its uses. Interface segregation is a design principle that deals&hel..
Over the course of this article, we will examine one of the most commonly used patterns, the Factory method pattern in java.. The ..
Over the course of this article, we will examine Builder design pattern in Java. Builder design pattern belongs to the creational ..
Prototype design pattern belongs to the structural family of pattern. It is used when the type of objects to create is determined ..
Over the course of this article, we will examine Adapter design pattern in Java. Java Adapter design pattern allows two incompatib..
Observer design pattern defines one-to-many dependency between objects in which one object changes state, all its dependents are n..
Google has invested hugely on bringing life to design by introducing a complete new design philosophy for visual, motion, and user..
MBOX/MBX it is one of the recommended file format to export and backup outlook mails. It is highly useful simple and easy to use ..
With lot of hype and full of front page advertisement Flipkart introduced “BIG BILLION SALE” on 6th October 2014. This..
User Interface design patterns are the design best practices, acts as a template to solve common problems while designing applicat..
In this post you will find set of interview questions and answers on Android Service, IntentService and AlarmService ..
Here in this post, you will find compiled set of android interview questions and answers. These questions are… ..
Over past few years, the age of mobile development become an fiercely-competitive world of serious money making business.… ..
Java Singleton pattern belongs to the creational family of design patterns that governs the instantiation process. This pattern en..
Libgdx is an open source, cross platform game development framework. It currently supports Windows, Linux, Mac OS X, Android, iOS ..
VMware recovery software handles the recovery of data along with images, videos, audios, media files, documents etc from VMDK file..
This review of the product MBOX Converter version 2.1 highlights its characteristics and also some drawbacks that it possesses. Bu..
Bootstrap is predominantly based on CSS3. CSS3 has a major shift with comparison to CSS1 & CC2 and is currently the latest ve..
There are nearly 1.2 million apps in the Google Play and out of theses 1 million apps are FREE. This makes it harder to find right..
TennisTV best Live Streaming App for Tennis fans provides HD quality video streaming on your android smartphone. Watch ATP and WTA..
Javatechig provides programming tutorials, examples and source code on java, android, Xamarin, PhoneGap and related mobile technol..
This example explains how to implement “share action in your action bar using ShareActionProvider class”. ActionProvid..
Useful git commands for creating and managing new branch in git. ..
Being an Android developer I have always realized that, testing in android simulator sucks. It is very much sluggish and even with..
TestFlight is an platform for app developers which helps in test and distribute iOS and Android applications to team. This helps i..
Java keywords There are over 50 reserved keywords in Java programming language. Keywords are the language construct has… ..
This example shows how to remove duplicate from ArrayList. The easiest way to remove duplicate is by passing the List to an Set. A..
Vodafone launched Vodafone Developer Portal, that helps application developers and publishers to seamless integration of Vodafone ..
Below example prints star like pyramid structure using loop in java. ..
This is a tutorial explains how constructor works in Java. Constructor is an block of code which is executed before Object creatio..
Wondershare Video Editor is an easy-to-use and user-friendly video editing program that enables everyone to edit and enhance the v..
Sheet is a floating model panel widget, what animates on top of the view. It is orientation aware; flipping the device causes the ..
MessageBox widget is derived from Ext.Sheet class and allows the alert like functionality, with sencha default styles. MessageBox ..
This example will help you to create ToolBar in Sencha touch. ToolBar is an special kind of pannel that is docked to the either si..
Carousel is a customized Panel, provides the ability to slide back and forth between different child items. It usually adds the it..
The form is a visual container suite that contains all other UI elements like Textfield, Checkbox, Radio Button, etc. Apparently S..
This example will help you to create TabPanel in Sencha touch. TabPanel is another type of container used to automatically set a t..
The Sencha Touch UI provides mixture of interactive widgets that can be displayed on screen. Ext.Container is the base class that ..
Modern mobile phones are small computers, with limited processing power by desktop standards, but power enough to run small Applic..
Lists are most flexible and widely used User interface control for mobile applications.Sencha Touch supports various types of list..
Picker is an overlay panel, slides from the bottom and allows user to choose value from given set. It also allows the swipe gestur..
PhoneGap is a web-based mobile development framework, used to develop cross platform mobile application development. It is based o..
This section describes how to get started with Sencha Touch application. It explains the basic steps for using Sencha Touch to cre..
This section explains Sencha Touch available Licence options and installation process. Sencha Touch is available with both opensou..
This section will walk you step-by-step through the process of creating a Sencha Touch application. Here as a first step we will c..
This section of the tutorial will help you understand “what is phonegap cordova” 1. About PhoneGap PhoneGap is…..
This section of the tutorial explains Sencha Touch Button Example with different styles. Below you will find a live… ..
This section of the tutorial will help you Getting Started with Sencha Touch features. It will help you… ..
This article will help you to understand the basic concept of Garbage Collection and the process flow for… ..
This article will help you to understand the basic concept of Garbage Collection like dangling pointer, memory leak and strategies..
This article explains the Game Design Documentation Checklist for feature specifications, profile Specification, and audio while m..
This article will explain you the difference between Mobile game development and conventional PC and Play Station game… ..
This tutorial, explains test Verification and Validation (V&V) with their specific definitions. Verification and validation en..
This section of tutorial explains rapid application development methodology and its different phases of development with its drawb..
This Model also called as the Classic life cycle or the Waterfall model. The Linear sequential model suggests… ..
Airplay saves development time by writing app using vanilla C++ in the IDE of your choice. It supports… ..
This part of tutorial explains, how to shoot—as true action game bots should. The shooting behaviors are split… ..
This section I wrote by referring Sun’s code optimization steps and added some more additions for a J2M game developer. Java 2 Mic..
Most of the games incorporate some form of artificial intelligence (AI). For instance, developers have used AI for… ..
Achieved MVB badge by contributing over 100+ articles.