Check out our new Webmaster Services!Check out our new Webmaster Services!

Archive for the 'Web Tips' Category

Add www. to your domain automatically with htaccess

April 8th, 2008

Looking for an easy way to make sure that visitors always see www.yourdomain.com instead of yourdomain.com? It’s simple if you’re hosting on a server that can handle .htaccess files. Take a look at the code below:

RewriteEngine on
Options FollowSymlinks
rewritecond %{http_host} ^ageedesign.com [nc]
rewriterule ^(.*)$ http://www.ageedesign.com/$1 [r=301,nc]

Using this code anytime a visitor visits any page on your website, the URL will be automatically updated to include the www. Simply copy/paste this code into a file called .htaccess and save it at the root level of your website and upload it and you should be in business! For more information on htaccess and MOD Rewrite check out this article.

del.icio.us Slashdot Digg Facebook Technorati StumbleUpon

Moving away from table-based design

November 7th, 2007

Back in 1997 typographer David Siegel changed the way web designers made websites; some would say he even changed the web itself. He wrote about an emerging technique for pixel-perfect designs. The technique involved combining the <table> tag with sliced images and spacer gif images to achieve a design that was all but impossible back then. Web designers were overjoyed with this new found wisdom. They could now create web page designs that were as graphically rich and fluid as their traditional print media cousins. But as happy as the designers around the world were, David began to recognize the implications of his discovery. Read the rest of this entry »

del.icio.us Slashdot Digg Facebook Technorati StumbleUpon

Test your iPhone apps without an iPhone

November 7th, 2007

iPhoneyIf you, like me, are excited about the possibility of creating rich apps for the iPhone but aren’t too excited about paying the high price for the iPhone I’ve got just the solution for you. MarketCircle, creator of the great Mac time tracking software Billings has created iPhoney, an iPhone simulator that allows you to test your web apps on an amazingly realistic looking iPhone interface.

From their website:
iPhoney is not an iPhone simulator but instead is designed for web developers who want to create 320 by 480 (or 480 by 320) websites for use with iPhone. It gives you a canvas on which to test the visual quality of your designs.�?

I’ve been contemplating creating an iPhone app since hearing that they would support third party web development on the device but I was reluctant since I wasn’t planning to purchase an iPhone. Now I’ve got a good reason to reconsider!

Marketcircle’s iPhoney

del.icio.us Slashdot Digg Facebook Technorati StumbleUpon