• Jun
  • 22
  • 2010

CSS Tip #1 Thumbnail Overflow

Problem:

When I float a thumbnail in a paragraph that isn’t longer than the image it overflows outside of the paragraph and messes up the following paragraphs text wrap.

Solution:


p {
width: 100%;
overflow: auto;
}

Reason:

Adding the width attribute gives the paragraph tag “haslayout” and overflow ensures the overflow is showing.

  • Jun
  • 11
  • 2010

Decidedly v. Decisively

Strangely enough I find myself debating which of these words to use and when? Are they truly as interchangeable as their common use would have you believe?

Read the full entry »

  • May
  • 06
  • 2010

SharePoint Live Ad

Objective:

The objective of this advertisement was to feature SharePoint Live as a part of the VSLive Conference by co-branding with VSLive style and elements.

SharePoint Live is a subset of conference sessions to take place at this year’s VSLive Conference so the advertisement’s focus is on the schedule for the SharePoint Live sessions.

Read the full entry »