Click Start > Control Panel. Click Programs and Features (search ‘features” in control panel.) Click Turn Windows features on or
Author: Yvonne Lu
Debug Browsers
Here’s a good website for how to invoke javascript debugger in different browsers: http://debugbrowser.com
Enable PHP Email
This set up works for XAMPP on Windows version 5.6.11 using SMTP server on Bluehost. I am running on Windows
Apache OfBiz
What is OfBiz http://www.axzm.com/faq/what-is-ofbiz Download and Install OfBiz Following steps in https://cwiki.apache.org/confluence/display/OFBIZ/Demo+and+Test+Setup+Guide Install Java JDK. Check appropriate version with the version
New Git Repository
first, create an new repository on github start a git bash, type in the following commands, ignoring the parenthesizes: echo
See cookies in Chrome
CTRL-SHIFT-J to bring on the javascript debugger Choose Resources tab and click on cookie on the left side bar.
Inspect cookies in detail in Safari 8
Show Develop menu item on the menu bar by selecting Safari->Preferences->Show Develop menu in menu bar. Go to Develop->Show Web
Github bsh pull command with two factor authentication
Once one set up two factor authentication with Gihub, one will need to generate a security token to be used
Slack api command auth.text by PHP curl
Issuing auth.test method using PHP curl. <?php $token= //your login token $url = ‘https://slack.com/api/auth.test’; $parameters = array(“token” => $token); if
Slack post a message by PHP curl
Step by step process to post a message to using PHP curl: Click on Team43. In the pop up box,