Category: Code
This area of the site is dedicated to code snippets for quick and easy reference
Android Contacts – [MUST HAVE ROOT]
If you have rooted your phone, there are various ways to run these queries but I choose two ways that work for me. These code snippets will assist you in cleaning up your Android contacts. DISCLAIMER: Backup your contacts before you run any of these queries as I take no…
Facebook Event List
This is not my work (Mike Dalisay), simply posting as I found this code useful. After creating an app, we’ll have the following codes on our index.php file Credit Goes To: Mike Dalisay @ http://www.codeofaninja.com/2011/07/display-facebook-events-to-your-website.html
OpenFileDialog
On a form create a textbox (txtFilePath), button (btnFilePathBrowse), and OpenFileDialog (ofdFilePath). Double click on the button and the OpenFileDialog in Design view to create the action scripts
Form Action Page
This page will walk you through how to build one action page to handle various forms. WORK IN PROCESS! Form HTML fields should start with “form_” for this to work.