We’ve all been there before – You’ve created a super cool looking website and when it comes time to run a page speed test the results are looking pretty disappointing. Page speed is not only highly important for website ranking, but also needs to load lightning fast for your visitors. ...
Read More »Recent Posts
Personalized Javascript popups using Woopra segments and triggers
Everyone who’s serious about driving higher sales and subscriptions on their website has experimented or has already implemented some form of popup technology. While there are some quality middle-ware applications on the market (optinmonster & Sumome), none of them we have found can create a popup which can be customized ...
Read More »Reverse a String in Java
There are many ways of reversing a String in Java for whatever reason you may have. Today, we will look at a few simple ways of reversing a String in Java. For example, the string “Reverse Me” once reversed will be “eM esreveR”. We will start by looking at the ...
Read More »-
How to use the Gmail API to update Signatures of GSuite users (PHP)
If you’re like me, you are an admin looking at how you can use the ...
Read More » -
Salesforce Visual Workflow plugin – POST JSON callout to external webservice
-
Salesforce Open CTI Lightning with Twilio Tutorial
-
Contact form 7 to Zapier Webhook (JSON POST)
-
Make Zendesk tickets look like real emails
-
Implement Queue Using 2 Stacks in Java
Today, we will look at how we can implement a Queue by using 2 Stacks ...
Read More » -
Reverse a String in Java