Developer Blog's New Location Here:
Go to my Wordpress Developer Notes Blog if you don't find the answer you're looking for here:http://www.alexyz.com
No comments - Edit - Delete
robots.txt example
User-Agent: *Allow: /
User-agent: *
Disallow: /folder_example/index.php
No comments - Edit - Delete
Windows Add Path for command line access of mysql installed via xampp
right-click My Computer and click Properties.click on the Advanced tab.
click the Environment Variables button.
highlight the Path variable in the Systems Variable section and click the Edit button.
Add or modify the path lines
separated with a semicolon
No comments - Edit - Delete
Anchor tag image outline on click border CSS
a {outline: none;
}
No comments - Edit - Delete