By clicking “Accept All”, you agree to the storing of cookies on your device to enhance site navigation, analyse site usage, and assist in our marketing efforts
Essential
These cookies enable our website and App to remember things such as your region or country, language, accessibility options and your preferences and settings.
Analytics
Analytic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.
Marketing
Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.
Hi
We build complex web applications, windows software and websites so I am sure we can help.
Do you have a project requirements document you could send on?
Absolutely agree that $200 per round of testing for a clear return is worth it, I just didnt want the OP thinking that testing with 1 user was the way to go
$39 dollars per user.
Depending on your target demographics that could become expensive. If the demographic is simple then an iterative process of testing with 5 users is optimum. Iterations are critical because fixing usability issues found in one round of testing might create a new...
It is a very good book and Steve Krug makes some excellent observations. From a web developers point of view a lot of the bad decisions in website layout are driven by the customer and changes are often made late in the development process meaning usability testing and interface design...
Sorry, i was referring to your layout example in the previous post. Its hard to visualise it in use as html markup. I was hoping you could post a link to an online example of the layout in table layout.
I think the issue arose because a forum member decided to take the stance that tables are perfect for layout purposes and a lot of professional web developers disagreed.
hopefully someone has actually helped the OP!!!!
Prism Technology Wales Ltd | We're on Twitter PrismTechWales
IT...
Just to clarify, I am not saying you should use table for layout!!
I am just saying that you can achieve the same result visually with tables but in terms of degrading gracefully and accessibility you are doing yourself damage.
So, to sum up. Tables for layout are bad bad bad.
Sorry my friend but I didn't say tables for layout were ok. I said that they were ok for displaying tabular data (i.e statistics tables etc)
I also said that some things are difficult to do with css and divs that were easy with tables, but also didn't say it was right to fallback to tables. I...
Uh, IIS is a damn good, stable and fast web hosting platform. With native support for things like page caching and even support for scripted languages like php.
Prism Technology Wales Ltd | We're on Twitter PrismTechWales
IT Support Cardiff | Web Design & Development Cardiff | SEO, PPC...
Tables are designed for displaying tabular data and when used correctly are accessible. Admittedly there are still some things that are difficult to do with css and divs that are easy with tables.
Seriously, you need to look at more than just cross browser compatibility and consistent appearance. You need to understand web accessibility and the impact of tables.
To paraphrase the guidlines: Table use for layout is OK until browsers support css positioning as long as the content within...