Skip to main content Screen Reader Website Version

New Beginnings: Mcgriff WIlliams Insurance

New clients start today: Mcgriff Williams Insurance has decided to start a new campaign for online insurance quotes.

We’ll be providing a key marketing role with their new website: INSURENCY.com

They have the very latest in online quotes and are attempting to break into a heavily saturated market filled with big time players. We have our work cut out for us, that’s for sure. But we’re up to the challenge. We know we can dominate in markets across Florida – we’ve done it with plenty of other clients. The large insurance companies don’t have all the know-how you’d expect them to sometimes and because they’re so large they leave out smaller markets that don’t meet their margins – that’s our foot in the door so to speak. Once we gain a foothold then it’s only a matter of time before we start competing in larger markets such as Orlando, Tampa, Jacksonville, etc..

The work is daunting though.  So much to be done but we’re so glad to have them on board – and to have this opportunity to show them what Livewire can do. It’s not just great web design anymore – we are the SEO masters around here.

More Web Design Blog Content

Google Removing Anonymous Reviews

So it appears, as far as Search Engine Journal is reporting, that Google is removing anonymous reviews. And, honestly, why wouldn’t they? If you’re going to write a review you should have the guts to state your first name … or take the time to create a fake

Gainesville Web Development

What a market. Gainesville has it all, especially its share of web developers. With new blood coming into the market – funnelled into and out of Gainesville via the University – our little town has an abundance of web developers looking to make a name for themselves. And we wish

Is DIY Website Design Costing You More Than You Think?

Brought to you by Livewire – Professional Web Design and SEO Services Building your own website sounds like a budget-friendly way to get your business online. Platforms like Wix, Squarespace, and WordPress make it look easy. Just drag, drop, publish… right? But here’s the catch: DIY web design

OpenCart CCBill Payment Module ★★★★

4 Stars for this plugin. It worked, that part is true but we had to make some modifications and there were some syntax issues with the PHP. Overall though, a solid plugin for opencart and the ONLY one we found worth a darn for CCBill. We think our

Jquery Simple Fadeout

A cute little snippet to show a simple green bar upon a successful edit. <?php if(isset($_GET[‘edit’])){ ?> <div id=’notifyy’> Edited Successfully </div>     <script type=”text/javascript”>     $( ‘#notifyy’ ).show(function(){     $(this).fadeOut(5000);     });     </script> <?php } ?> The CSS: #notifyy{width:100%;background:#2f5001;padding:4px 15px;color:#fff;} Always,

CSS3

Lots of new fun with CSS3. CSS makes styling web pages a snap. Now CSS3, the third “version”,  allows for incredibly robust styling possible. For instance, background gradients are a breeze when before developers had to create them as images or use CSS ‘hacks’ to accomplish those goals.