
Recent Posts
Archive
- July 2010 (4)
- June 2010 (7)
- May 2010 (2)
- April 2010 (5)
- March 2010 (5)
- February 2010 (4)
- January 2010 (10)
- December 2009 (9)
- November 2009 (1)
Scott Greenwell's blog

5 Simple Steps to Building Trust in an Online Market
More and more of us are doing business without ever meeting our service providers face-to-face. There’s one common stumbling block that can hinder any deal, and that’s the issue of trust.

Here are five simple steps that have helped us to build trust online.

Flash vs jQuery : Which is better for me?
"Flash animation" is a buzz word that a majority of our clients will use to describe animation, special effects, and generally any moving part on their web presence. Even though the same solution could be built in many different ways, the customer knows it only to be "Flash", and as such, only asks for Flash. As most clients work in different industries, they may not know that other solutions exist or if Flash is even the best tool for their project.

5 CSS Tricks You May Not Know
1. Minimum Width for a Page (Using Expressions)
A very handy CSS command that exists is the min-width command, whereby you can specify a minimum width for any element. This can be particularly useful for specifying a minimum width for a page.
Unfortunately, IE doesn't understand this command, so we'll need to come up with a new way of making this functionality work in this browser. First, we'll insert a DIV under the BODY tag, as we can't assign a minimum width to the BODY:
