After this thread I spent a lot more time looking into responsive design and have to say I'm kind of converted. It's certainly easier than creating two separate interfaces and it means that the...
You don't need to use XHTML strict or any other particular flavour of HTML to use databases, it has no bearing or effect on how a site integrates with a database. It may have an effect on how the...
Also, on a mobile device i might not necessarily just want the page to reformat to fit a smaller screen. I will tend to want bare bones features. For example, on an ecommerce...
If you're working in ASP.NET, you can put a menu control, and write the query as a stored procedure then stick a datasource on the page and hook them all up. For menus like this that are unlikely to...