• Home
  • Blog
  • Archive by category 'Web Tips'

Archive for ‘Web Tips’

WordPress: Take advantage of upgrades!

If you’re fortunate enough to be using WordPress to power either all or part of your website are you aware that WordPress is almost constantly being updated and improved? Well, it is and this latest version (2.7) is incredible!

Most notably the administrative interface (where you post new entries, manage comments, etc) has been completely redesigned and is now much more intuitive to browse and has added some wonderful interface functions that make common tasks much faster.

If you’re using WordPress and haven’t upgraded in a while we’ll be happy to help you with upgrading, and don’t worry your current theme will continue to function exactly as it does with the current version! However, if you’re not using WordPress and are looking for a powerful website management tool we’d love to talk with you about your project. Contact us today and take full advantage of this wonderful platform.

 

Add www. to your domain automatically with htaccess

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.

 

Test your iPhone apps without an iPhone

If 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

 

Moving away from table-based design

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. Continue reading “Moving away from table-based design” »

 
Copyright © 2011 Agee Design. All Rights Reserved.