Consciousness…

My good friend Nancy is an paramount Stumbler, she sends me so many links like every day I barely have time to check them all out. This one struck me as quite nice, and a simple little Firefox addition that will force you to pay a little more attention to the world around you. It is a simple add-on for Firefox that randomly plays a nice Tibetan chime. Take a break and live in the moment.

Consciousness- Firefox Add-on

Filed under: Design — Eric Baldoni

WordPress as a CMS- Page ID now included!

When I was redesigning this site using WordPress I noticed those sneaky developers had added a class to the current page. If you notice the current page list item tag now has “current_page_item” as an additional class definition, which turns out to be really helpful when using WordPress as a CMS. What’s so cool about that you might ask? Well it allows you to target the navigation class to apply different style to it without adding your own php to the mix, so your visitor can see which page or section of your website they are on. Excellent!

Filed under: Design,Wordpress — Eric Baldoni

Iphoney- App for testing sites in iPhone!

iphoney

So I have been approached by a few clients to re-design their sites for a better iPhone experience. The launch of the new 3g version has really generated a lot of excitement for the mobile platform, both for website design, and video delivery. I was doing some research this morning and discovered this great little open source app called iphoney. While it doesn’t exactly function like an iPhone (you can’t do the pinch enlarge trick) it gives you a “pixel-accurate web browsing environment” to quickly view what your site or app will look like when viewed on an iPhone.

Marketcircle- iPhoney

Filed under: Design — Eric Baldoni

Testing from iPhone

So I am attempting a post from the iPhone using the WordPress app. Posting without the usual interface is tedious, however this will be extremely useful for quick posts. The ability to add pictures directly from the phone is also key. I will add one of our extremely lazy cat Kingston. He knows how to sprawl!

photo

Filed under: Design — Tags: — Eric Baldoni

WordPress for iPhone!

I feel like such a nerd even posting this, but there are a ton of new apps coming out on the iPhone ever since they released the new version 2.0 upgrade, and here is one that even comes with a slick promotional video. The nifty app allows you to blog to your WordPress powered website directly from the iPhone! You can write a post, upload pictures from the phone, and it even lets you edit existing posts! Now I am going to go hit myself in the face with my geek punishment stick.

WordPress for iPhone promotional video-

WordPress for iPhone- Official site (with link to iTunes for download)

Filed under: Design,Wordpress — Tags: , — Eric Baldoni

CSS clear floats with overflow!

So this has been a problem we’ve all encountered when coding out sites with CSS tableless layouts. When you have divs floated left and right it takes them out of the flow of the page and basically they don’t read as content within a container div. Traditionally I’d been using another div with “clear:both” in one way or another after the floats, or *gasp* a defined height. I was searching for an alternative method when I discovered this article on the Sitepoint blog, which claims simply using “overflow:auto” on the container div will force it to behave. Initially I was skeptical, but I have been using this method for a few weeks in production, and holy smokes, it works! Additionally my comrade Mark Wyner states that “overflow:auto” does not work in ie6, however using “overflow:hidden” will work. So give it a try, you will be amazed…I was. Some report this doesn’t work in ie5 on Mac…but c’mon if you’re on a mac you SHOULD be using Safari at this point!

*update*
Mark discovered another thing about this which seems only true in Safari. If you have floats below floats this will not work, you should try additionally adding “clear:both” on your floats below.

Filed under: Design,Tips/Tutorials — Eric Baldoni

Portland is chock full of vegans

There is no denying this is the most progressive city I’ve lived in. It’s a nice feeling, coming from AZ which is, let’s just say less progressive in many ways. The amount of great vegetarian food available in this place is amazing. I’m not a hard core vegan by any means, but let’s face it, it is in many ways more healthy when done correctly. The advances in the world of fake meat are really starting to show, Boca burgers are certainly equal or greater to most fast food burgers…and Morningstar breakfast sausage are my favorite in the morning on an english muffin…just consider this, soy has no gristle. I’ve had some great tofu scrambles in this town, Juniors Cafe is my favorite so far…their scramble is more like real eggs, which I like more than the other more overkill vegetable friendly approach, I simply hate mushrooms and broccoli unfortunately. Anyways, if you don’t believe me, just check out this great blog I discovered Stumptown Vegans, which features reviews by two Portland vegan food critics…great stuff, I’ve eaten at a few of the places they reviewed, and the reviews are on spot on.

Filed under: Portland — Eric Baldoni

New design for Portland!

Since moving our design studio up here to Portland Oregon, we have been overwhelmed by all the lush greenery. We did come from the desert after all where everything is a dry dusty brown most of the year. Don’t get me wrong, there is some spectacular natural beauty in the AZ desert, it’s just not green! I thought I would redo our website to reflect the new surroundings, and I also decided to go all the way with WordPress. The site is now using WordPress as a CMS, and I will post next on a few of the great plugins I used to make this happen. The latest release of WordPress was a big help in this as they have added numerous features both under the hood, and to the admin section that were holding me back from doing this overal design change. WordPress is open source software and has a thriving community of developers, it’s amazing all the great work that has gone into this product, the results speak for themselves. Stay tuned as I will highlight some of my favorite plugins that I am using to run this new design.
Here is a small picture gallery of Portland pictures-

Filed under: Bitclone,Design — Eric Baldoni