MarcAmos.com

<love></love>

Archive for the ‘example’ tag

Receiving Unique Payments with PayPal

with 4 comments

My small design and development gig, Boston Web Studio, has been creating websites for small-business owners since January, 2005. In the three years that have passed, I’ve never once been asked if I can take a credit card for payment on an invoice I’ve sent to a client. It has always been a check or cash transaction and I’ve given little thought to receiving any other form of payment. Last month, however, three separate clients asked me whether or not I could take a credit card. I had to answer “No,” but I told each of them that I would make it possible, and soon. In my opinion, making it easier for a client to pay you money owed is never a bad thing.

Read the rest of this entry »

Written by Marc Amos

April 11th, 2008 at 7:44 am

Reduce Browser Discrepancies With an Initial Template

with 3 comments

One of the biggest challenges that website designers and developers face is the nearly limitless amount of ways their design/layout can break in many of today’s web browsers. More often than not the design will look wonderful in a handful of browsers but terrible in another, and when the project requires all of those browsers to render the design without any flaws, it can become a real nightmare to figure out why one of them isn’t rendering the design in the same way as the others.

Because most web browsers come from different companies—Firefox comes from the Mozilla team; Internet Explorer comes from Microsoft; Safari comes from Apple—you can be sure that they’re created quite differently, and as a result, your lovely code isn’t rendered the same way from one browser to the next.

Read the rest of this entry »

Written by Marc Amos

January 15th, 2008 at 8:15 am

Accessible Table Markup Demonstration

with 5 comments

Here is a quick demonstration of an average table written with accessibility in mind. While tables can be much more complex than this, I feel that this example represents a lower level of complexity most commonly used today. For more complex table demonstrations, lets have a quick search in Google.

Read the rest of this entry »

Written by Marc Amos

January 11th, 2008 at 8:10 am

Posted in Markup

Tagged with , , , , , , ,

Character Entity References are your Friends

with 4 comments

When you are writing content to be served on the Internet, be sure to use proper character entity references for common characters such as ampersands, double quotes, and more.

Read the rest of this entry »

Written by Marc Amos

January 2nd, 2008 at 6:04 pm