Array to XML and XML to Array in PHP
“ XML stands for eXtensible Markup Language. XML is a markup language that encodes documents in a machine-readable and human-readable format. XML was designed to store and transport data. XML is of... ”10 Beginner Tips And Tricks for PHP Masters
“ PHP is one of the most loved and widely used programming languages that developers love to build their website. So that I want to say something about PHP code, for example, some useful tips and t... ”Disabling screenshot capture in Android application
“ Disable screen capture in android Generally, when you take a screenshot, you will see a Screen Capture notification in the notification bar and you can see that screenshot in the Gallery app if you c... ”Technologies are being used in Ajax
“ Ajax stands for Asynchronous JavaScript and XML. The word "asynchronous" means that the user need not wait until the server replies. AJAX is no programming or script language, no new invention and no ... ”jQuery No-Conflict Method and alias
“ jQuery No-Conflict Method Hello, I think that if you have used more than one jquery methods on the same page then you might have encountered the jQuery nickname conflict problem, and you already... ”How to import Google Web Font in CSS file
“ For a better web designing every web designer as well as every programmer either beginners or experienced programmer want to create a unique webpage for the website. But few mistakes can generate a bi... ”Asynchronous background task in android
“ Android AsyncTask (Asynchronous Task) is an abstract class provided by Android which gives us the liberty to perform heavy tasks in the background and keep the UI thread light thus making the app... ”How to use functions in PHP
“ PHP Functions: PHP function is a piece of code that can be reused many times. PHP functions are similar to other programming languages. More than thousands pr-define functions are avai... ”