http://www.whatsmyip.org/http-compression-test/
Failure [INSTALL_FAILED_OLDER_SDK]
The reason to get this error is your app installation device didn't supporting.. In your project structure OPen app folder edit...
PHP Basic Login and Logout
<?php session_start(); error_reporting(0); function show_login_success(){ echo "Login Success..!"; echo "<a hre...
Moving key value to the top at 0 position if matches
$barr=array(); for($i=0;$i<count($followingList);$i++){ $qs=trim($_SERVER['QUERY_STRING']); $barr[$i+1]=$followingList[$...
Uncaught TypeError: Illegal invocation
The error cause is you might be code like this for these statment processData : ' false' Try to set processData: false in aj...
Reduce image size using PHP GD functions
For a lot of web developers it is a big task to make the web site as light as possible so that it loads fast in the user's browser ...
The PHP developer best PHP scripts need to know
Mindfiresolutions is the best one of the following website where i am learning techniques and programming guidance.. if your interested t...
How to Prevent Duplicate UserID Creation Without Executing SELECT SQL Query
User id or user email or user mobile number restriction in PHP with unique constraint. The below is the php script to know the message th...
How do I run a PHP script using windows Task Scheduler?
Let's check how we can run a php script through windows task scheduler. The options and path may vary as per the versions of windows...
How to recover your data from a pen drive affected with shortcut virus.
How to recover your data from a pen drive affected with shortcut virus. 1.Go to folder and search options 2.Make sure the sh...
How do I modify my hosts file to work with local domain name
For Windows XP,7,8.. Press the Windows key. Type Notepad in the search field. In the search right click Notepad and select Run as a...
Javascript to get the client ip address
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <script type="text/javascri...
Object Oriented approach of scripting jquery
The below is the url to learn oops https://learn.jquery.com/code-organization/concepts/
The Better approach to write jquery functions code..
// BAD $( document ).ready( function () { $( "#magic" ).click( function ( event ) { $( "#yay...
Popular Posts
- Detecting the Ajax request in Core PHP
- Demanding a price for software development
- Payment Gateway Options and Pricing in India
- How to integrate SEND Grid with Codeigniter
- How to print document content with jquery
- Add one day to the today date in php
- File Upload Conditions helper in Codeigniter
- Address auto fill city, state, district, country, pincode
- Codeigniter 4 Email Code
- How do I run a PHP script using windows Task Scheduler?