W3 : character data is not allowed here html validation error
How to resolve W3: character data is not allowed here error message while validating HTML page.
Disable jQuery button after being click
How to disable a button after being clicked using jQuery it avoids being clicked twice.
JavaScript : Get url protocol HTTP, HTTPS, FILE or FTP
How to get the URL protocol like HTTP, HTTPS, SMTP, SSH, FILE, or FTP using javaScript.
JavaScript : Get current page address
How to get the address (url) of the current page using javaScript.
Remove ActionBar from Activity that extends appcompat-v7
How to remove ActionBar from a particular Android Activity that extends ActionBarActivity from appcompat-v7 library.
Delete Android Studio Projects
How to delete projects from the Recent Project list displayed on Welcome to Android Studio Screen.
PHP 301 Redirect Permanently
How to permanently redirect a PHP page using 301 redirect. And why not to use a 302 moved temporarily redirect with examples.
Implementing Android Text to Speech Example
Implementing Text to Speech example in Android Programming.
Android Studio : Implement abstract methods shortcut
How to implement abstract methods in Android Studio using keyboard shortcuts.
Create assets folder in Android Studio
Where should we create assets folder in the Android Studio module? Includes walkthrough steps.
Copy all .vcf Mobile Contacts files into one .vcf
How to copy all .vcf mobile contacts into one single .vcf file. No software required all you need is Command Prompt.
AlertDialog with image using ImageView Example
This post describes how we can create a custom AlertDialog with an Image using ImageView.
Android AlertDialog with Yes No and Cancel Button
How to create Android AlertDialog with yes, no and cancel button implementation. Includes source code.
Create Custom Android AlertDialog
How to create custom AlertDialog for an Android App using FrameLayout.
AlertDialog with single button example : Android
How to create an Android AlertDialog with just one single button.
AlertDialog with no buttons (just text message)
How to create a Android AlertDialog with no buttons, just some text message and hides when tapped outside it window.
Android AlertDialog with 3 buttons example
How to create an Android AlertDialog with 3 buttons. Includes code snippet with example.
Call PHP function on Button click using jquery ajax
How to call a php function from a html page when a button is being clicked using jQuery ajax function.
Failed to load resource: net::ERR_CACHE_MISS PHP
How to resolve Error Failed to load resource: net::ERR_CACHE_MISS displayed in Chrome Developer Console.
PHP Warning: Cannot modify header information - headers already sent
How to resolve Warning: Cannot modify header information - headers already sent Error in PHP.
Android Toolbar example with appcompat_v7 21
How to use Android Toolbar that was added in Android API level 21 (Lollipop 5.0) with appcompat_v7 21 to make it work with older devices.
Android Studio emulator/Device logCat logs not displayed
How to resolve issue of LogCat logs not displayed issue for Android Studio while running App on Device or Emulator.