We’ve done several redesigns for long term client Susan Rebecca White, a Native Atlantan who writes essays and novels, including her most recent, We Are All Good People Here.
Category Archives: News
New Look for North Carolina PT practice
Team Care Physical Therapy in Cary, NC was a long time client in need of a new look, focusing on their sports practice. The new site is vibrant and strong, with new logo and branding.
A Decatur gym gets a new look.
DabbledStudios both designs and build websites. But sometimes we design for other folks to build, or build what another agency has designed! Long time client Fitwit had a branding makeover, and we worked with the designer to implement the new branding and page layouts on the website.
Decatur Physical Therapy Practice gets an updated look
Kemper Pelvic Physio is a long term client, and we’ve done several new looks over the years. This one is a favorite, featuring subtle motion and a crisp blue color palette.
BrainShape gets a fresh look, and a new domain for 2021
As time progresses and your business shifts, we make changes to our websites to meet business needs. But after a while many small changes can add up to a look that isn’t as cohesive as we’d like! For long time client BrainShape, a refresh was in order. We did a quick turnaround refresh project that included a fresh look, updates to functionality, and minor fixes and improvements, and also updated the domain name. If you’re in Northern Virginia and in need of neurofeedback or hypnosis, check out the new BrainshapeVA.com!
Drag the slider below to see the before and after of the home page!
Before and After: Provenance Rehabilitation
This recent redesign was one of my favorites. It’s always fun to take a dated website and turn it into something usable and beautiful. You’ll notice that not only did we update the logo to something that reflected their core brand in a more modern way, we also changed the feel and the focus of the site from cold and clinical, to warm and vibrant—moving the focus to the desired outcome versus the procedures themselves. Check out more in our Portfolio, or visit Provenance Rehab to see the whole site.
Move the slider on the image below to see the before and after!
New Projects and what we’ve been up to!
I’ve been amiss at portfolio updates, so here are a few projects that we completed early this year.
PrideMinistry.com
Susan Rebecca White
(Author of A Place At The Table and new this August We Are All Good People Here)
We’ve also done a small redesign/rebrand on BrainShapeLLC.com
And we created reworked the blog on FitWit.com, moving the workouts to an easy to read calendar, and updating the menu structure for ease of navigation on desktop and mobile!
Make your posts look good on Facebook: Open Graph tags
Your Open Graph tags determine how your website looks when people post a link to it on Facebook. It also determines how the site looks when you display your blog/news posts on your Facebook page. I have mixed feelings on whether a Facebook page for your business is really worth it (hint, it totally depends on what type of business you have) but as part of the redesign I set up a new Facebook page for Dabbled Studios, and blog posts here will show up there. So when they show up, they’d better look good, right?
If you want to be sure how your site pages/posts look to Facebook, you can use the Facebook Debugger. Just paste the URL to a post, or a page, and click the Debug button, and you can see your site the way facebook sees it. If you have a WordPress site, it generally won’t look too bad by default, by I wanted to make sure my featured image was the image shown (rather than whatever FB picks!), and generally make sure my posts and pages looked how I wanted them to look.
As part of the site redesign, I pulled all my Open Graph settings into a function. The code I used is commented below. You can put this in your functions.php file, or in a plugin, if you’d like to use it.
function insert_opengraph() { $current_category = single_cat_title("", false); //get the category name if it's a category page global $post; setup_postdata( $post ); //get the excerpt function to work outside the loop echo '<meta property="og:site_name" content="'. get_bloginfo ( 'name' ).'"/>'; //set the site name //treat the front page, post/pages, and archive pages differently if ( is_front_page( ) ) { $excerpt = get_bloginfo('description'); echo '<meta property="og:title" content="' . get_bloginfo ( 'name' ) . '"/>'; echo '<meta property="og:type" content="website"/>'; } elseif (is_singular() ){ $excerpt = get_the_excerpt(); echo '<meta property="og:title" content="' . get_the_title() . '"/>'; echo '<meta property="og:type" content="article"/>'; echo '<meta property="og:url" content="' . get_permalink() . '"/>'; } else { $excerpt = get_bloginfo('description'); echo '<meta property="og:title" content="' . $current_category . ' Archives"/>'; echo '<meta property="og:type" content="website"/>'; } echo '<meta property="og:description" content="'.$excerpt.'"/>'; //get the featured image, and if not, then get a default image. be sure to set the url. if(!has_post_thumbnail( $post->ID )) { $default_image="http://mysite.com/wp-content/uploads/2013/12/logo3.png"; //default echo '<meta property="og:image" content="' . $default_image . '"/>'; } else{ $thumbnail_src = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'medium' ); echo '<meta property="og:image" content="' . esc_attr( $thumbnail_src[0] ) . '"/>'; } } add_action( 'wp_head', 'insert_opengraph', 5 ); //insert into the header
Website Redesign: The new logo
One of the first things we wanted to do with the redesign was fix up the logo.
The old logo had basically just evolved from a pure text logo; it wasn’t something that I’d spent a great deal of time on.
Some old iterations:
So the new logo needed to look a little more intentional, plus it needed to fit with the new website. I wanted to keep the dandelion, but I’d never really liked the way it was just stuck in the middle of the words. The other thing I wanted to do was to have a small logo that could sit at the top of the website, and this one did not really work well at a small format.
I’m still playing around with this, as I need to work a bit on how it functions in pure black and white, but rather than let perfect be the enemy of good, it’s being released to the wild with this redesign launch. I like that the box (shown in a sea blue here) can be done in any color in my website palette.
So by itself (the transparent background is indicated by the grey and white check):
With the name:
Wide Full text version:
Black and White only version:
Designing the new DS website for 2014…
What do they say about the cobbler’s kids having no shoes? Well, the Dabbled Studios website was looking a bit dated, and wasn’t as easy to keep updated as it should have been, so it was definitely time to squeeze in an upgrade and a bit of a facelift.
Some requirements:
- Freshen the Logo – the old logo was difficult to read a small sizes, and was basically a text logo with a dash of dandelion.
- Keep the Dandelion – The dandelion photo (used as a site background) and the dandelion image was definitely branding that we wanted to keep.
- Have a little fun with the design – we do web design, not corporate accounting. There was no reason not to be a little creative. Related: have some fun with CSS3.
- Be responsive – The old site was not mobile friendly or responsive… that just wasn’t on the radar several years ago when it was designed.
- Make it easier to update the portfolio with new projects. Business would get busy and maybe all we’d have time to do was stick up a blog post about a new project completion. But that project wasn’t making it to our recent projects page.
- Include some case studies, or at least more extensive writeups, on some featured projects.
- Create a new Facebook page.
In the next several posts, I’ll talk about what we’ve done, and where we still need to go.
Foodwhirl.com: A community food blog and recipe resource
Very excited today to announce the launch of foodwhirl.com. If you like to cook, be sure to stop by and check out the site. The team is great, and I think it’s going to be a great resource.
The website allows contributors to submit a recipe or a link to a recipe from the front end, and includes notification and approval processes.
Foodwhirl.com is coming!
Newly designed by DabbledStudios – The food blog that answers the question of What’s For Dinner??
The site launches in mid-February, but go there now to sign up for updates or follow on twitter & Facebook.
New site design for Grieg Wehr Photography
From 2009: Our latest new website is out, this one for friend of Dabbled|Studios, Atlanta GA photographer Grieg Wehr. Grieg is our primary source for stock and custom photography for websites we design (including the fabulous dandelion photos you see here on the Dabbled|Studios website), so of course I highly recommend his work! His new website features a minimalistic design, with a lovely intro slideshow which links to his primary gallery pages, and nifty flash galleries of his wedding and portrait work. View the site at griegwehr.com
Linda-Sands.com is live!
Although there are a few more enhancements to add, just wanted to announce the new website for our client, Linda Sands, an Atlanta GA author.
I love the muted, old fashioned tones on this one, very reflective of her new book. And no boring, static site for Linda… this site is set up to be so easy for her to add her writing samples and new work, without any techie involvement. Dynamic content, and an integrated blog, will allow Linda to connect with her readers, and potential readers out there.
So, go check it out!
Welcome to the updated Dabbled|Studios site!
Life gets busy, and suddenly you realize that you’ve been building cool websites for other people, but your own is sorely in need of help…
So this is version 1.0 of the new site… hope you enjoy! This is built on WordPress, and I think you’ll agree it looks nothing like a blog.
Still to come…
-I’ll be updating the Photography & Illustration section with some galleries, including some Creative Commons licensed items which you can use for free.
-An “About” Page
-Minor bug fixes – I’ve found a few, let me know if you see any more!
Glad you stopped by! And to stay updated, be sure to grab the Feed!
–Nancy