Web Design Checklist – After the Design is Done
- At November 17, 2010
- By Kyle Henderson
- In Web Design Tips
0
Create a Favicon
Use the Favicon generator available at http://www.html-kit.com/favicon/, download the package, upload it to your server, and add the following lines to your <head> section of your webpage.
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
Search Engine Optimization
There’s far too much to cover in just a short paragraph, but make sure you have unique title & description tags, keyword rich content, descriptive alt tags, etc. If you want to learn more about SEO, I suggest you check out www.SEObook.com – they have a pretty cool Firefox plugin that reports keyword density, Google cache date, and much more.
Validation
It’s kind of a tricky subject, but long story short, your website should meet the web standard you are aiming for. Cleaning up all the errors goes a long way in making your website play nice with all browsers. Use the tools available at the W3 Validation Service.
Sitemap
Search engines should eventually find all the pages you created (so long as there are links to them), but creating a sitemap usually helps search engines find your pages more quickly. There are some cool online tools that will automatically create a sitemap for your website by just entering the homepage address. The best one I’ve found so far is available at www.xml-sitemaps.com.
Add Website to Google Webmaster Tools account
If you don’t already have a Google Webmaster Tools account, get one now! It provides some great tools, and some great insight to how Google views your site. It’s free, and the first step (after validation) should be to submit the sitemap you just created in the last step. Yahoo! has a similar service called Yahoo! Site Explorer that’s worth checking out too.
Submit Site to Search Engines
I’m not sure how much good it does to submit your site to Google if you’ve already added the site to your Google Webmaster Tools account, but it certainly can’t hurt. You can also submit your site to all major search engines including Google, Yahoo!, DMOZ, & Bing. DMOZ is much more difficult to get listed in, but certainly worth the little effort it takes.
Google Analytics
Google Analytics is a great tool which collects all kinds of data about your website visits and displays the data in graphical format. One of the main things I like about Google Analytics is that it allows you to drill down as far as you can imagine, but doesn’t overwhelm you with information if you just want a good bird’s eye view of your site’s traffic. I also can’t help but think that a website will get indexed a little more quickly if Google is collecting data on your site’s traffic. Accounts are free and available at www.google.com/analytics. If you are a webmaster, you can also invite your client to view the data for that account without giving them administrative access.
Google Places
Yet another way to link to your website is through Google Places (formerly known as Google Local). You can add your business’ address, contact information, hours of operation, pictures and much more. Verify your account by having Google call you, and in just a few minutes you have yet another way for customers to find your business. Google Places offers some interesting advertising opportunities through Google Local as well.
Have Something to Add?
If you are a web developer and have something to add to this list, send me a comment and I’ll be glad to add it to the list! And as always, if you have any web design needs, contact me at www.Jellyflea.com.
Credit Card Processing by Square
- At November 17, 2010
- By Kyle Henderson
- In Resources, Reviews
0
I just received my Square credit card reader yesterday – it’s pretty impressive. For those of you who haven’t heard of Square, they are a new credit card processing company founded by Twitter co-founder Jack Dorsey.
The Square card reader is a small device that you plug into the headset jack of your iPhone, iPad, or Android powered phone. Coupled with the downloadable app, you can take credit card payments anywhere. All you have to do is enter an amount, swipe the credit card through the reader, have the customer sign on your touchscreen, and the customer is sent an email receipt for the purchase.
What are the Fees?
Software: free
Card Reader: free
Setup Fee: none
Card Swiped Fees: 2.75% + 15¢
Card Keyed-In Fees: 3.5% + 15¢
Review
So far, I think it’s a pretty cool concept, and think it could be a real asset when meeting with prospective clients. I can have them sign my contract and accept a deposit on the spot. Although I love using the IPN features with PayPal, at least the first transaction with a customer can be a painless one. I’ve only run a few tests on my own credit card, but I’ll update when I have some real-world experience with it.
Website Redesign Checklist
- At November 15, 2010
- By Kyle Henderson
- In Web Design Tips
0
This is a sort of checklist in progress for things to keep in mind when redesigning a website.
- Backup Current Website & Databases
- Take note of the current site’s SEO tactics and page rank for target key phrases
- Check for existing Google Analytics (etc) accounts
- Check for existing .htaccess file
- If renaming pages or restructuring, prepare a new .htaccess file to include 301 redirects so search engines can find your new pages
- Upload new website & new .htaccess file
- Add & verify site in Google Webmaster account
- Tweet, Facebook Posts, etc to get the word out about the new design
Example .htaccess 301 redirect
Redirect 301 /old_page.html http://www.your-domain.com/new-page.html
Have something you think should be added to the list? Leave a comment!
Sugar Land Network
- At November 12, 2010
- By Kyle Henderson
- In Featured, Resources
0
Is your business a member of the Sugar Land Network?
The Sugar Land Network, founded by Brian Covault, is a collection of the finest businesses in the greater Sugar Land area. Network membership includes a listing on the Sugar Land Network website, articles and ads in various publications, networking events, and much more.
Sugar Land Network Business Discounts
Many members of the Sugar Land Network offer discounts when customers show their Preferred Customer Card at the time of purchase. Preferred Customer Cards are free and are available at any Sugar Land Network business location. View the full Business Directory to see all the Sugar Land Network’s businesses or Search by Category.
Sugar Land Web Design
Jellyflea Web Design is a member and also the web design company for the Sugar Land Network. Visit www.Jellyflea.com for more information.
Before & After Design
- At November 5, 2010
- By Kyle Henderson
- In Featured, Resources
0
A few Christmases ago, I received a great book called “Before and After Design“. There’s a huge number of graphic design books out there, but this one really hits a home run. The author, John McWade, offers insight as to why something looks good or bad and points out all the design elements that contribute or detract from a design. John’s style is unassuming and conversation, while totally demystifying the creative process.
Along with his website, magazine, and video emails, Before and After is an awesome resource for the graphically gifted and challenged alike.
Website: www.bamagazine.com
Jellyflea Web Design
- At November 5, 2010
- By Kyle Henderson
- In Featured, Resources
0
Need a totally custom website? Look no further! Since 2006 Jellyflea Web Design has been serving the greater Houston area with custom web designs and database design. Every design is custom and scalable to any size and budget. Keeping pace with the growing trend for web applications, Jellyflea also creates custom website widgets, administrative backends, or any other custom data solution your business requires.
Offering a wide range of website hosting and email hosting products, Jellyflea is a ‘one-stop shopping’ experience, taking the guesswork out of the techie stuff. Firmly grounded in Christian principles, Jellyflea treats each client with courtesy, respect, and patience through the design process and beyond.
Contact Jellyflea Web Design Today!
www.jellyflea.com
281-313-4866
Sugar Land TX
Convert Dynamic Website to Static HTML Files
- At November 4, 2010
- By Kyle Henderson
- In Featured, How To, Web Design Tips
0
I design every site in PHP, even if there isn’t a database involved. Why? It actually saves me time and my clients money. By creating a ‘template’ page called index.php and dynamically inserting the page title, meta tags, menu, content, and anything else that changes on a page-by-page basis, a website can be much more dynamic and easier to update and maintain.
The advantages of this technique are huge – if a client wants to add a page to the menu, it only takes a minute, instead of hours (if you are dealing with a large website). Sure there’s always search & replace functions, but that will inevitably lead to mistakes & inconsistency.
So What’s the Downside?
The only downside of this technique is that some people don’t like or understand the query strings in the url that result from this method. For example the URL for Jellyflea Web Design’s portfolio page is:
http://www.jellyflea.com/index.php?p=portfolio
Now, being a web designer, that doesn’t bother me in the least, but some clients prefer to see something more familiar like:
http://www.jellyflea.com/portfolio.html
Mod_Rewrite to the Rescue!
Luckily, thanks to Apache and mod_rewrite you don’t have to abandon the dynamic page generation. You can include an .htaccess file that looks something like this:
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.jellyflea\.com$ [NC]
RewriteRule ^(.*)$ http://www.jellyflea.com/$1 [L,R=301]
RewriteRule ^(.*)\.html$ /index.php?&p=$1 [L]
Now when someone goes to http://www.jellyflea.com/portfolio.html they get redirected without ever knowing it.
Convert Existing Links from Dynamic to Static
Sometimes the client will request this after the design is done, which forces you to update all your links to match the new html format. Luckily, you can do a search and replace function in your regular expression equipped text editor. Here’s instructions on how to replace all instances of links with the new format by using Smultron.
- Open all your files as a project.
- Go to Edit->Find->Advanced Find and Replace
- Choose “Current Project”
- Find: index.php\?p=([\w-$]+)
- Replace: $1\.html
- Click “Replace”
… and index.php?p=page-name is replaced with page-name.html.




