Recent content by PrismTechWales

  1. P

    Best software or add-on you ever used.

    Splunk Follow us on Twitter - PrismTechWales
  2. P

    Website developer/designer recommendations

    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?
  3. P

    Google Position

    Could be google's personalised search causing this: http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=54041
  4. P

    Don't Make Me Think

    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
  5. P

    Don't Make Me Think

    $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...
  6. P

    Don't Make Me Think

    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...
  7. P

    CSS - A little help required!

    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.
  8. P

    CSS - A little help required!

    Can you show me a real world example of where this layout would be used. And also a table example of what you mean
  9. P

    CSS - A little help required!

    Send me the link and I'll take a look for you later this afternoon
  10. P

    CSS - A little help required!

    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...
  11. P

    CSS - A little help required!

    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.
  12. P

    CSS - A little help required!

    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...
  13. P

    CSS - A little help required!

    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...
  14. P

    CSS - A little help required!

    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.
  15. P

    CSS - A little help required!

    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...