This is the most popular content on Martech Zone.
Martech Zone’s Most Popular Articles
-
“Art of War” Military Strategies are the Next Way to Seize the Market
Retail competition is fierce these days. With big players like Amazon dominating e-commerce, many companies are struggling to solidify their position in the market. Head marketers at the world’s top e-commerce companies aren’t sitting on the sidelines just hoping their products gain traction. They’re using Art of War military strategies and tactics to push their products ahead of the enemy.…
-
UserVoice: Feedback, Feature Request and Bug Tracking Made Simple!
The folks at UserVoice have been busy building and testing new tools to help you engage your users, get better, data-driven feedback, and provide better support than ever. Over the last couple of months they have been testing some of these tools inside their customers’ UserVoice admin consoles, including their new Satisfaction and SmartVote widgets, as well as a new,…
-
PHP: Using Is.gd API to Shorten URL
Just read an article on the benefits and pitfalls of shortening URLs over at SEOmoz. I utilize the Is.gd API to do this: function doCurlRequest($url, $variable, $value) { $api = $url."?".$variable."=".$value; $session = curl_init(); curl_setopt($session, CURLOPT_URL, $api); curl_setopt($session, CURLOPT_RETURNTRANSFER, 1); $data = curl_exec($session); curl_close($session); return $data; } function doShortenURL($longurl) { $url = "http://is.gd/api.php"; $variable = "longurl"; $shorturl = doCurlRequest($url, $variable,…
-
Important Web Design Techniques to Incorporate on your Law Firm Website
Today’s legal marketplace is increasingly competitive. As a result, this puts a lot of pressure to a lot of lawyers and law firms to stand out from the rest of the competition. It’s tough it is to strive for a professional presence online. If your site isn’t compelling enough, clients move on to your competitors. That’s why, your brand (and that…