By Brandon @ 7:43 pm with the tag(s):Photoshop, Quick Tip
Just a quick tip today.
Many people (including myself) use Photoshop to create their images and mockups. Here's a little tip that I stumbled on to get things lined up easily.
Smart Guides are essentially guides that are generated on the spot by photoshop and are not enabled by default. To enable Smart Guides, go to View>Show>Smart Guides.

Smart Guides (Pink Lines) Snapping a Text Box to the Middle of a Shape
Posted in Uncategorized | No Comments »
By Brandon @ 6:13 pm with the tag(s):designers, developers, online, services, sites, web
Everyone has their set of programs and applications they use to build and design websites, but how many online services do you use? Here are 6 of the online services that I use.
Read the rest of this entry »
Posted in Web Development | 4 Comments »
By Brandon @ 11:41 am with the tag(s):Code, CSS, HTML
Often, when you use floats (What is a float?) in your design, you have to clear them, otherwise, you will find your floated elements breaking out of their container. The only catch, is that you had to add extra markup (usually a <div>, a <br />, or a <span>) to apply the clear to. Thankfully, there is now a fix for that, that just requires a bit of css, and NO EXTRA markup (excluding a bit of IE hackery).
Simply, use a :after on the container of the floated elements with the clearing properties added to it.
Read the rest of this entry »
Posted in Web Development | No Comments »
By Brandon @ 7:21 pm with the tag(s):Miscellaneous
Welcome to Bluemoon Code! I'm your main updater, Brandon.
I'll be using this blog to post some of the web development tips that I come across while I'm reading, working, or just goofing off. I hope to do roughly a post every day, but some days, I may not be able to.
Thanks for coming,
Brandon
Posted in Miscellaneous | No Comments »