We found this great trick to block most spam for any form mail type form. Just paste this right above the submit button in the code: <div id=”fooDiv”> <label for=”foo”>Leave this field blank</label> <input type=”text” name=”foo” id=”foo”> </div> <script> (function () { var e = document.getElementById(“fooDiv”); e.parentNode.removeChild(e); })(); </script> The will eliminate…
How to choose what picture type for your website in 2014
2014 – Things have changed in the last ten years, and image types have too. Now the image format .webp is the best for websites and .png is phasing out. Vector images are also popping up a lot for the crisp sizing options. JPEG and GIF are pretty much obsolete on websites, unless it’s to…
Web Host Pro Partners With New Solar Powered Data Center in Las Vegas
Today, leading web hosting service provider Webhost.pro has announced the launch of its new solarpowered data center in Las Vegas. The data center serves as additional location to its premium data center facility in downtown Los Angeles.
Staying focused on your business (2014)
Starting a new business can be daunting, it’s easy to feel overwhelmed or underachieved. I can remember starting my first web hosting company back in 1998. A simple reseller account with no customers, just hope that I can quit my 9-5 job someday. A reseller web hosting account really opens your eyes to how much…
Most popular web builder
2014 The results are in, and it’s a steep victory for Dreamweaver. Dreamweaver is used almost twice as much as any other web builder according to our user survey with over 510 users. Next was “other” and third was FrontPage surprisingly enough. This has been running for a couple of years, so It’s no surprise WordPress…
Great business quotes
The pessimist complains about the wind. The optimist expects it to change. The leader adjusts the sails.~ John Maxwell ~ “A business that makes nothing but money is a poor business.” – Henry Ford “The way to get started is to quit talking and begin doing.” – Walt Disney “I find that the harder I…
6 ways to make an awesome first impression
I remember doing sales in High School at the local Sears in Napa. I loved the job and did pretty good at it. Not to gloat but I do have the single highest sales for a sales floor employee in one day (24k). 6k commission for one day is not bad for a high school kid….
Easy Apache will start phasing out of Apache 2.2
In about 2 months, the Basic profile in EasyApache will build Apache 2.4 by default. This change will not alter existing EasyApache profiles that build Apache 2.2. If you plan to update from an existing Apache 2.2 installation to Apache 2.4, we strongly recommend that you build in a test environment before you migrate Apache…