Tagged Questions

13
votes
10answers
7k views

I need my html table’s body to scroll and its head to stay put

I am writing a page where I need an html table to maintain a set size. I need the headers at the top of the table to stay there at all times but I also need the body of the table to scroll no matter …
12
votes
12answers
465 views

Is there any reason to worry about the column order in a table?

I know you can ALTER the column order in MySQL with FIRST and AFTER, but why would you want to bother? Since good queries explicitly name columns when inserting data, is there really any reason to …
11
votes
6answers
6k views

How do I hide the middle of a table using jQuery?

I have a really long 3 column table. I would like to <table> <tr><td>Column1</td><td>Column2</td></tr> …
11
votes
16answers
2k views

SQL Table Aliases - Good or Bad?

What are the pros and cons of using table aliases in SQL? I personally try to avoid them, as I think they make the code less readable (especially when reading through large where/and statements), but …
9
votes
10answers
2k views

Facebook database design?

I have always wondered how Facebook designed the friend <-> user relation. I figure the user table is something like this: user_email PK user_id PK password I figure the table with user's …
9
votes
7answers
9k views

Make a div fill the remaining screen space

I am currently working on a web application, where I want the content to fill the height of the entire screen. The page has a header, which contains a logo, and account information. This could be an …
8
votes
2answers
3k views

How to wrap text in LaTeX tables?

Hi I am creating a report in LaTeX which invole a few tables. I'm stuck on that as my cell data in the table is exceeding the width of the page. Can I some how wrap the text so that it falls in to …
7
votes
3answers
863 views

Single Table Inheritance And where to use it in Rails

Hi, I am stuck in a weird Design problem, I am working on a two type of profiles Models, User profile (belongs to User) others that are maintain in-site as "bots" (doesn't belong to anybody) …
6
votes
18answers
731 views

Does it make sense to use the <table> tag on a “modern” website? [closed]

I am developing a "modern" website, and I'm having a lot of trouble getting the CSS to make everything line up properly. I feel like they layout would be a lot easier if I just used a table, but I've …
6
votes
10answers
485 views

What can’t be done in CSS yet?

A while ago I was trying to figure out a way of doing this without using a table layout: <table> <tr><td rowspan="2">Left column</td></tr> <tr><td>Right …
6
votes
5answers
673 views

Yet Another Divs vs Tables Question: Forms

[Meta-note:] I was browsing the question page, getting really tired of "DIVS vs Tables" "When to use tables vs DIVS" "Are Divs better than Tables" "Tables versus CSS" and all the questions that ask …
6
votes
6answers
1k views

CSS Table Styling

I need to style a table to have rounded corners, and look like the screenshot: I'm just looking at how best to go about it: Normally when I style a div to have rounded corners, I use 2 divs with …
6
votes
9answers
1k views

How do I get list of all tables in a database using TSQL?

What is the best way to get the names of all of the tables in a specific database on SQL Server?
5
votes
4answers
219 views

Why is styling table columns not allowed?

W3 specifies that only four CSS rules are allowed for table columns (with the <col> element) - border, background, width and visibility. Does anyone know the reasons behind this decision? If …
5
votes
9answers
2k views

jQuery .toggle() not working with TRs in IE

I am using jQuery's toggle() to show/hide table rows. It works fine in FireFox but does not work in IE 8. show()/hide() work fine though. slideToggle() does not work in IE either - it shows for a …

1 2 3 4 5 57 next
15 30 50 per page