Yes, Twister. The fun, bright colored game where you get twisted up with all your friends and would-be teenage loves. Actually, the rules of Twister are more clear than the twisted Privacy policies that dot the Web these days – which in my opinion, are less about privacy and more about making money. The […]
Posts Categorized: Where: Location Information
Trends in Enterprise Mobility & The Cloud
Here is a quick slide show from Channel Insider which highlights how technologies are changing the way we work. Mobile and cloud technologies lead the charge in things to come – whether designed to reduce costs, attract new employees or solve specific business problems. Key stats from the presentation: 90% of surveyed enterprises will invest […]
The Complete Solution to making the Web go Faster.
Yesterday I wrote a blog about why web optimization is NOT the complete solution to making the Web go faster. I promised that in my next post I would talk about the complete solution to making the Web go faster. So here goes. Let’s start with a couple of assumptions (I know, always dangerous but […]
Why the Browser Matters
I borrowed the title from “Ben’s Blog”, however the content is going to be a little different. Why does the browser matter? It’s simple to use. Ask anyone if they know A) What a browser is & B) how to use it and the answer will be “Yes” It’s cross platform, meaning that no matter […]
Real time Automated Mobile Web Performance Testing
Where? LAX along the taxiway to the terminal. How? 9 lines of code! Knowing that your page loaded quickly — “Priceless” Here’s the 9 lines… <script>function do_google_loop_test(){ var urls = “”; // The list of URLS to AUTOTEST urls += “http://www.google.comn”; urls += “loop delay 30n”; js5o9.autotest( urls );}</script>