Web site no worries



Get Web Design Tips and Tricks on mps-web-design.com. Web site no worries topic will increase your understanding on Web Design Tips and Tricks. We at mps-web-design.com only provide news, articles, information in Web Design Tips and Tricks. Web Design Tips and Tricks at mps-web-design.com provides the most up to date news and articles. If you have questions please do not hesitate to contact us.

How should it be promoted? What should it look like? Can it be done on my own or should a professional be hired to do it?

These are just some of the questions that need to be answered first before designing a web site. Experts on this field can be turned to help and do the job for you.

Doing it yourself would also be an option if you are taking into consideration the expenses and the time that can be saved by doing so. There are things that needed to be considered in designing your website. And questions, too.

What is the goal of the site? It would be helpful if you know from the start what you want your site to do. Simple as it may seem, you need to get ideas organized into clear details first. Think of the site in the point of view of others.

The impressions that they would surely have upon seeing your site. Putting graphics and pictures into the site as attention-seekers is important to keep up with the many sites available nowadays. Having a site does not only mean having information to give and share. It also means creating an art work that people will be interested enough to see and read through.

What have the others got? By doing your homework and looking up probable competition sites, you can get an edge on what your site should possess.

Do your homework. You can get lessons, feedbacks and even inspiration in seeing the works of other people. Looking them up does not mean you have to copy them. It means you have to think of other ways to get leverage over the others. Once this has been done, consider yourself on the frontline and be ready to set some trend.

How do you find a good designer? In this case, you have chosen someone to do the designs for you. In finding the right designer, choose someone who understands and is in harmony with what you want your site to be.

It is important to note that some designers want their designs put into your site and not your designs into yours. Consider someone who is interested in what you're doing, think your thoughts and makes them the center of their goal.

Is it accessible? Make it easy for people to see your site and contact you for any complaints or suggestions. Putting contact details would make it easier for people to not only get into your site but you as well.

What is there to remember? Keeping it simple. From the words to the logos to the graphic designs. People did not come into your site for those so stick to the more important things.

For comments and inquiries about the article visit http://www.webplacements.com


This post comes a bit late in the whole web 2.0 cycle. I feel that it bears repeating because I have come across sites that don't follow some basic principles when pulling in 3rd party data from sites such as flickr, twitter et. al.

APIs and data portability

The blessing of popular and easy to use APIs and the data portability of web 2.0 applications has had an unfortunate side effect, and that is that some implementations that use these services do not integrate appropriate contingency design should these 3rd party services fail.

Caching data calls to APIs is a good bit of contingency design. Many APIs will require caching - like that of Amazon - but I suspect this is intended to help limit resource use of the API host, not the site using the API. The reasons a person using API accessed data on their website would want to cache the data are:

  1. To speed up the load time of their website
  2. To have a back up plan if the API call fails

A simple implementation to handle those two cases would be one that caches an API call for a given amount of time and one that freshens stale cached data and triggers an error should an API call fail.

Caching is good contingency design practice

As I said above, this post is a bit late to the party but it is worth writing as recently I have come upon at least three sites where firebug and other widgets have revealed issues retrieving API fetched data and the site loading times have been horrible.

A decent implementation idea would be to roll your own caching wrapper and agnostically plug it in to a stable caching tool, perhaps something like Cache Lite for PHP. In this manner you have a reusable, caching library independent piece of code that can handle caching/flushing and refreshing of data which could function to handle the two cases discussed above.

And that's it. It's been 541 days since my last post. Wow. I hope this is a re-start of a new phase of blogging. Right, and it looks like I had not built the commenting functionality into this version of the site. What a surprise. I'd still like feedback so if anyone has any email me at mike at this domain and I'll pop a comment right into the database. Off to build some commenting functionality... Comments should be working now.



Article Index: | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79


More Articles:


1. Scope Creep and your Website
'Scope creep' may not be a common term among us. However, if you are a website designer or enthusiast, this is definitely a term worth learning. In simple words, 'scope creep' happens when the scope or focus of a site changes due to improvements. When it expands, it is said to creep. That is where the coined term 'scope creep' came from. 'Scope creep' may be drastic or may be not. However, in times of 'creeping' your website may need a change in the content or design of the site so as to accomm…

2. 5 Easy Ways to Improve Your Website By Mario Sanchez
When designing your website, remember to avoid useless and confusing features, however “cool” they may seem to be. Usually, keeping things simple and consistent are the best way to go. Here are five easy ways to improve your website and make it more appealing to your visitors.Put your logo on every page of your site, and in the same location. Usually, the best place to put it is in the upper left corner of the page. Remember to make your logo clickable, linking to the main page of your sit…

3. How to Use Pop Ups Without Annoying Your Visitors
At the risk of losing you before we even get started, I'm going to say a 'dirty' word: Pop Up (as in Windows).If you're like me, you've been popped more times thana firecracker on the 4th of July...but that's no reason to click away in disgust.There is a method of using pop ups that won't annoy yourwebsite guests and can actually benefit you in a variety of ways in the long run. Impossible, you say? No! If youimplement a pop up correctly, your guests won't be annoyedat all. Let's face it: the ma…

4. Growing Your Site With Content! By Anthony Jewell
I think alot of people still miss out why you have a website. Depending on what your site is about usually depends on how you tackle the subject of your site. If you are reading this article you are probably wanting to or already have aimed your site in the direction of commerce. Which simply means that you want to create and generate a revenue off it, probably through advertising. What you may be missing is even though you want a revenue site, you may not know how to achieve it so that visito…