Tagged Questions
4
votes
1answer
415 views
How to show content for logged-in vs logged-out users?
We have a set of pages with the following urls:
www.mysite.com/info/page1.html
www.mysite.com/info/page2.html
www.mysite.com/info/page3.html
Each has a structure as follows:
----------------------
...
2
votes
4answers
792 views
Text files vs. text in database
I'm designing a new site, deciding whether to keep the bulk of the content for each page in a text file, with just the file name in a database record for that page, or to keep the entire text in the ...
31
votes
5answers
2k views
Why aren't we supposed to use <table> in a design?
What are some clear and logical reasons for why we shouldn't be designing websites with tables? Where are the benefits, what has been driving this idea in the industry? When is it okay to use a table?
...