How To Make Your WordPress Site More Secure
Hi Friends, Before some time my clients all wordpress sites are hacked by hackers.So he was very upset that time for how to make wordpress site more secure.I find many...
Download Free wallpapers–Android Wallpapers, Iphone Wallpapers, Computer desktop Wallpapers
Download Free wallpapers – Android Wallpapers, Iphone Wallpapers, Computer desktop Wallpapers 15th August - 65th Independence Day India - Desktop Wallpapers Preview Computer Wallpaper: 1024x768 | 1280x720 | 1366x768 |...
Android SQLite introduction, Insert, Update, Delete records with SQLite database
Android SQLite introduction, Insert, Update, Delete records with SQLite database
Beginers guide for Android Development-Setting Environment-Sample Application
Beginers guide for Android Development-Setting Environment-Sample Application
Introduction to Android – First step towards Android application development
Android is a free, open-source operating system and software stack for mobile application.
Multiple jquery.ajax Request on same page and server variable for Tracking Status of Process
Once i was stuck with a process(long running for loop) at server side in asp.net, hence i thought to change code in such a way that some how i got...
Copy Tables and Data using SMO (Sql Server Management Object) in asp.net
SMO (Sql Server Management Object) can be used in .net application for dealing with database objects like table, stored procedure, views, and functions. Basically you have to use “Microsoft.SqlServer.Management.Smo” namespace...
PHP $_SERVER and $HTTP_SERVER_VARS
$_SERVER is an array containing information such as headers, paths, and script locations. The entries in this array are created by the web server. There is no guarantee that every...
Call Google Geocoding API from PHP, Google Map Geocoder PHP Class
Geocoding is the process of finding associated geographic coordinates (often expressed as latitude and longitude) from other geographic data, such as street addresses, or zip codes (postal codes). With geographic...
ASP.NET error BC30456: ‘CreateResourceBasedLiteralControl’ is not a member of [file name]
Recently we came across an error in asp.net web application, on a web server. error BC30456: ‘CreateResourceBasedLiteralControl’ is not a member of [file name of master page/ control file]. We...