-
-
Code | JavaScript | jQuery | PHP
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.
-
-
C# – Start/Stop/Restart Services
The following method tries to start a service specified by a service name. Then it waits until the service is running or a timeout occurs. The following method tries to stop the specified service and it waits until the service is stopped or a timeout occurs. This method combinates both previous methods. It tries to…
-
-
-
-