PDA

View Full Version : Wishlist


gsnedders
12-10-2004, 02:16 AM
OK, Just finished my new wishlist, to replace the old XML one which used X:Links, and wasn't very compatible, with a new (X)HTML one, which is very highly supported :)

http://wishlist.geoffers.uni.cc/

Now, time to get some sleep :)

chilipie
12-10-2004, 08:29 AM
This is the first time I've seen tables used properly in about a year :D . I'd change the link colour to a dark grey (#666 maybe?), and add more padding on the Product Name column.

rmedek
12-10-2004, 09:06 AM
... gasp... Semantic tables?!? What the...
I mean, it's like a table, but with table data in it. Wild... :D

The only thing I see missing is a PayPal link at the bottom so generous visitors can make a donation :)

gsnedders
12-10-2004, 12:38 PM
This is the first time I've seen tables used properly in about a year :D . I'd change the link colour to a dark grey (#666 maybe?), and add more padding on the Product Name column.

Yep, it's only a table with tablular content... and a thead... and a tbody... and th elements... and td elements... That's all... :D

Links... Now very different...

Padding... Added...

The only thing I see missing is a PayPal link at the bottom so generous visitors can make a donation :)

Maybe... :) You have to give me money for suggesting that :D

AaronW
12-10-2004, 02:06 PM
"Page created in 4.6548 seconds using 8 MySQL queries and parsing 13 XML documents"

Good LORD. Why is that 8 MySQL queries and 13 XML docs?

Otherwise, looks to me like a table with a dashed border :confused:

Edit: And am not sure, but would those <h2> of yours not be better suited as <caption> tags inside the table?

gsnedders
12-10-2004, 03:18 PM
"Page created in 4.6548 seconds using 8 MySQL queries and parsing 13 XML documents"

Good LORD. Why is that 8 MySQL queries and 13 XML docs?

Otherwise, looks to me like a table with a dashed border :confused:
Query 1: Get all categorys
Query 2: Get all items with category 1
Query 3: Get all items with category 2
Query 4: Get all items with category 3
Query 5: Get all items with category 4
Query 6: Get all items with category 5
Query 7: Get all items with category 6
Query 8: Get all items with category 7

The XML documents are part of the amazon.co.uk API, and are used to get things like prices, etc.


<caption>... My CSS table boarder won't allow them...

AaronW
12-10-2004, 03:45 PM
Heh, I'm fairly sure you can do that in one query, or at most two :)