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

Don’t Get Smacked by Copyright Infringemnt

Developers do it all the time – they need an image for a website and head on over to Google images, put a keyword in and voila! Free pictures for everyone! Not so fast. Many of these images are protected under copyright law and if you get caught,

Five Frequent SEO Mistakes and How to Fix Them.

Five Frequent SEO Mistakes and How to Fix Them. A few simple missteps can derail all the hours of toil, not to mention money, put into your SEO efforts. Here are five common SEO mistakes and how to rectify them.  Keywords Should Match Content. Google wants its customers

Some Homepage Best Practices

Building an effective website begins with a well-designed home page. Because it’s the first thing people see, the homepage must make a nice impression while also pointing the user in the right direction. If you want your homepage to be successful, you should follow these guidelines. Make sure

Responsive Design and Why it is important for your Small Business Website

Responsive design provides users with quick seamless access to the same content regardless if they are using a smartphone, a tablet, or a laptop/desktop. “Web Design is responsive design, Responsive Wed Design is web design, done right.” – Andy Clarke A responsive design website responds to the device

Digital Worlds

Just finished up a long term project with Digital Worlds at the University of Florida in Gainesville. This web design project intends to reach young audiences with compelling content. It is a place for them to upload videos, share, collaborate and get insights into problems and issues that

Javascript called by PHP

Interesting little snippet. What is going on here? Livewire gives you the low down.    if($num_rowvs == 0){ echo ‘<script>// <![CDATA[ alert(“This is an alert message. I’m alerting you that you are totally awesome!”); // ]]></script>’; }   First, we’re creating a simple if statement in PHP.  Not entirely