Skip to main content Screen Reader Website Version

Phase 2 of Little Diamond Models is Complete

Phew! It took about 4 months of hard work but we finally finished phase 2 of one of our favorite client’s websites: Little Diamond Models.

This is a huge website with a ton of great features. We started this project not even a year ago and it already sports a monthly visitor volume of nearly 20,000. What a success story!. The site soaks up nearly 2 GB of bandwidth each and every day, that’s a lot of downloading and uploading. This was up to 6 GB at one point….that a bigga pizza pie!

We think the best highlights were the casting call feature that allows boutiques to post calls to models to meet certain photo criteria. Pet and photographer bookings and we upgraded several modules to make them much faster.

So here we are, Tom Petty on the radio, pretzels spilled on the desk, a glass of Publix sweet tea, and we’re starting to plan out phase 3. Lots of good features for models, boutiques, pet models, photographers and visitors of all kinds. We plan on this taking nearly as long as phase 2 but good things come to those who wait. Little by little, the site grows and over time we come out with a hum-zinger of a website.

More Web Design Blog Content

How Important Is Site Speed?

It is difficult to overstate the significance of a website’s page load time. Users expect websites to load quickly and efficiently in today’s fast-paced digital environment. A slow-loading website can result in frustration and a negative user experience, causing users to leave the site and possibly never return.

JSON and PHP

Here at Livewire, Gainesville Web Design headquarters, we have had a couple of projects recently that allowed us to work with JSON and PHP. Initially it may seem a bit strange for PHP experts to want to embed javascript functionality in their code base but the two work

Thomas Jackson Updates

John Pailing and I have been hard at work upgrading what is already an incredible website. We have made several layout changes and are playing with a few ideas that will really add to the depth and relevance of the site. It is truly an honor to be

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,

A Little ZipBamBoom From Livewire and You’re #1

Performance Transmission came to us in need of a Gainesville SEO Expert. Luckily, we have one of those and loan him out on occasion. They had tried other SEO tactics and were just not seeing the results they needed. No matter what they were doing they couldn’t jawbone

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