Blog

Geocomplete - jQuery Geocoding and Places Autocomplete Plugin
Geocomplete - jQuery Geocoding and Places Autocomplete PluginExamples: Hamburg, Germany 3rr0r HauptstraßeLog: * Result: Hamburg, Germany * Result: Hamburg, Germany * Result: Hamburg, Germany * Result: Hauptstraße, Austria * Multiple: 30 results found …[ More ]
jQuery Geocoding and Places Autocomplete Plugin
jQuery Geocoding and Places Autocomplete PluginAn advanced jQuery plugin that wraps the Google Maps API's Geocoding and Places Autocomplete services. You simply provide an input that lets you search for locations with a nice autocomplete dropdown. Optionally add a container to show an interactive ma…[ More ]
Maplace.js
Maplace.jsA Google Maps Javascript plugin for jQuery.  Maplacejs requires JavaScript to be enabled.Maplace.js helps you to embed Google Maps into your website, quickly create markers and controls menu for the locations on map.It requires jQuery and Google Maps API v3 so you need to have both in your…[ More ]
When can we get Responsive support for WP Flexible Map
 When can we get Responsive support for WP Flexible MapFirst, please upgrade the description of "directions" in your docs. I finally found on your website the following:directions="true"I am trying to find a WP plugin for supporting Google Maps that supports the Responsive Design features that are r…[ More ]
How to pass html string to webview on android
How to pass html string to webview on androidHi I am parsing xml and then loading it to web view, after parsing I am creating four strings so that I could append all string to one view. I am able to get two views on the web view but not the first two strings. Pls suggest me with my code, whe…[ More ]
Write a file in external storage in Android
Write a file in external storage in AndroidI want to create a file in external storage sdCard and write to it.I have searched through internet and try but not getting the result,I have added permission in Android Manifest file as well,I am doing this on Emulator,I am trying the following code and ge…[ More ]
Saving Files Android Developers
Saving FilesGet started This lesson teaches you to1.Choose Internal or External Storage2.Obtain Permissions for External Storage3.Save a File on Internal Storage4.Save a File on External Storage5.Query Free Space6.Delete a FileYou should also read•Using the Internal Storage•Using the External St…[ More ]
Listening incoming sms message in Android
Listening incoming sms message in AndroidWhen a new sms message is received by the device, a Broadcast Receiver is registered. For thisIntentFilter filter = new IntentFilter(SMS_RECEIVED);registerReceiver(receiver_SMS, filter);should be included . Also sms are sent in PDU’s(Protocol Description Un…[ More ]
Android Broadcastreceiver Example Code Description
Android Broadcastreceiver Example Code DescriptionMay 23, 2013  Android Tutorial, Tutorials Android Broadcastreceiver Example:Here we will learn the simplest way for how to use  Android broadcastreceiver using ‘Android Broadcastreceiver Example‘. It is very easy to use broadcastreceiver in Andro…[ More ]
Load local html in WebView?
Load local html in WebView?want to load a local html into a WebView WITHOUT using "file:///" because that does not allow cookies. Is there a way to use something like "localhost" ?Secondly, I could not find a way to enable cookies in the getSettings(). Because cookies are not allowed while using "fi…[ More ]
Upload Files
Upload FilesDevelopers› Google Drive Platform› Web› •Get Started•Documentation•Examples•Support•Blog•GDG•LiveThe Drive API allows you to upload file data when creating or updating a File resource. Upload optionsThe Drive API allows you to upload certain types of binary data, or m…[ More ]
How to implement common file encryption and decryption between c# and php
How to implement common file encryption and decryption between c# and phpRecently I got a opportunity to work with 2 different languages(c# and php) for file encryption and decryption.But the problem is the above solution works for string encryption and decryption.When i try to implement the same fo…[ More ]
Php file encryption methods. Does something simple exist?
Php file encryption methods. Does something simple exist?It's seems that there isn't any pleasant way to encrypt a file in php.The built in methods of php, mcrypt, aren't very portable as most servers don't support them.Command line encryption tools are like ugly hacks.There's encryption for strings…[ More ]
Read file to binary from pc in jQuery or JS. In Sharepoint (2007)
Read file to binary from pc in jQuery or JS. In Sharepoint (2007)Does anyone have an idea how to read file from filepath (for example through input element) through html into a binary in JS or jQuery? There are few samples that utilizes form element, but in sharepoint it is out of question.Br, MEdit…[ More ]
Reading from a txt file to JavaScript -html
Reading from a txt file to JavaScript -htmlinShare  I have already posted a script to find out the visitor’s ip. This one is similar to that one but has some additional functionality. This script uses the free IP Lookup API(Application Program Interface) provided by hostip . The script fetches the…[ More ]
Reading from a txt file to JavaScript -html
Reading from a txt file to JavaScript -html in the JavaScript Development forum on Dev Shed. Reading from a txt file to JavaScript -html JavaScript Development forum discussing JavaScript and DHTML, AJAX, and issues such as coding cross-browser JavaScript.Reply     Add This Thread To:  Del.icio.us  …[ More ]
Reading from a txt file to JavaScript -html
Reading from a txt file to JavaScript -htmlDiscuss Reading from a txt file to JavaScript -html in the JavaScript Development forum on Dev Shed. Reading from a txt file to JavaScript -html JavaScript Development forum discussing JavaScript and DHTML, AJAX, and issues such as coding cross-browser Java…[ More ]
MySQL C# tutorial
MySQL C# tutorialAbout this tutorialThis is a C# tutorial for the MySQL database. It covers the basics of MySQL programming with C#. In this tutorial, we use the Connector/Net driver. This driver is based on the ADO.NET specification. The examples were created and tested on Ubuntu Linux. There is a …[ More ]
How do I request permissions for users information?
How do I request permissions for users information?I think this is a very obvious question, but I am completely stumped. I think I have setup my app settings correctly, but when I try to authenticate (with Javascript SDK) my account on my website and then console.log(me), I still only get public inf…[ More ]
Network Commands in CMD
Network Commands in CMD--------------------------------------------------------------------------------Sometimes people think of these programs as MS-DOS commands, but they have nothing to do with the Disk Operating System! They are simply Command-Line (or Window's Console) programs which were inclu…[ More ]