Skip to main content Screen Reader Website Version

What we’ve been up to lately

Here’s what’s been going on at Livewire in the last few weeks – because, well, why not? It’s a blog ,isn’t it?

Finishing up the LDM iphone app – which has been a big project that has presented us with some unique challenges. The Android version is likely to come out even before the iphone one simply because IOS has some, shall we say, uniqueness to it that makes hooking all 3 systems together a problem.

We’ve taken on some new clients including a really fun website from a English transplant to Gainesville who has ties to the Civil War. The website follows the story of a Thomas Jackson and is really unique. We’re so glad we have a chance to work on a project like this.

Started a new redesign with an Alachua company –  a large website rebuild

Started a website for Budding Biologist – a local company that creates science materials for children. This site will be a lot of fun. It’s been a long time since we’ve done anything related to children or learning.

We’re finishing up the Flour Pot Bakery’s website. Very nice design that we’re quite proud of.

Creating a web app for a food truck service – can’t spill the beans on our blog here but it’s going to be quite useful to a large target market. We’re building this app with a couple of associates over at PWH Tech.

TNT Graphics will be getting a new shirt designing software program. They just need our help installing and configuring a third party solution – we’d love the opportunity to build one of our own but the market is pretty saturated and we just don’t have that kind of time.

We have about a dozen other projects going on at this time – PHEW!, it’s been a busy, busy summer.

More Web Design Blog Content

Is PPC Advertising Worth It?

The answer is: it depends. In our experience it really comes down to your industry, your ad’s effectiveness and … dum de dum dum … money. First, your industry should be visible online in the first place. Holly’s Bakery is probably going to do fine on Google ads

Local Search Listing Management on Google

Building a strong customer base in your local community has always been one of the most significant components in the success of a business. With over 50% of Google searches completed on mobile devices, it’s more important than ever that on-the-go users can locate your business fast through

Simplifying JavaScript Development with Essential Tools

JavaScript is an incredibly powerful language that drives the dynamic and interactive elements of web applications. However, it can also be complex and challenging to work with, especially as projects grow in size and scope. Fortunately, there are a number of tools available that can streamline the development

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,

Honesty & Integrity in Business: The Foundation of Long-Term Success

In today’s fast-paced digital world, businesses are constantly competing for attention, customers, and growth. Some companies take shortcuts, making promises they can’t keep, or worse, engaging in dishonest behavior that prioritizes profit over integrity. At Livewire, we believe that honesty, transparency, and strong core values are the key

WP: Adding a HTML5 Search Form

A simple script from your local Gainesville Web Designer. [code scroll=”false” language=”htmml”] <form role=”search” method=”get” class=”search-form” action=”<?php echo home_url( ‘/’ ); ?>”> <label> <span class=”screen-reader-text”><?php echo _x( ‘Search for:’, ‘label’ ) ?></span> <input type=”search” class=”search-field” placeholder=”<?php echo esc_attr_x( ‘Search …’, ‘placeholder’ ) ?>” value=”<?php echo get_search_query() ?>” name=”s” title=”<?php echo esc_attr_x( ‘Search