Author Topic: (no subject)  (Read 18499 times)

Michael J. Hill

  • Member
  • *
  • Posts: 244
    • View Profile
    • http://ls.mysticsoftware.net/
Re: Site Updates
« Reply #45 on: March 28, 2007, 11:35:45 AM »
Hmm....tables....such a deprecated concept....nya~!
« Last Edit: December 31, 1969, 06:00:00 PM by Guest »
\"People who sin say this: That they had to, to survive. People who sin say this: That it\'s too late to stop. The shadow called Sin dogs them steadily without saying a word. Remorse and Agony are repeated, to finally end up at Despair. But sinners don\'t know that if they turn around, there is a light.... a light which keeps shining on them ever so warmly.\" - Vash the Stampede - Trigun

\"There\'s a heaven on earth that so few ever find, though the map\'s in your soul and the road\'s in your mind. So many mountains before us, so many rivers to cross, where is the wisdom to bring back the vision we\'ve lost? Can we gaze with the wonder of children into the deafening night? Has it gotten so dark that you cannot remember the light?\" - D. Fogelburg


drcrazy4

  • Member
  • *
  • Posts: 43
    • View Profile
Re: Site Updates
« Reply #46 on: March 28, 2007, 02:42:20 PM »
Well it's 50:50 on the whole CSS/Tables thing. Everything's CSS but it's got Tables keeping it together else it's just all over the place.
« Last Edit: December 31, 1969, 06:00:00 PM by Guest »

Xorlak

  • Administrator
  • Member
  • *****
  • Posts: 2225
    • View Profile
    • http://darkagegames.net
Re: Site Updates
« Reply #47 on: March 28, 2007, 07:57:19 PM »
Yeah I've been trying to migrate away from tables in other projects.  Not working out.  (Heh...)
« Last Edit: December 31, 1969, 06:00:00 PM by Guest »

Michael J. Hill

  • Member
  • *
  • Posts: 244
    • View Profile
    • http://ls.mysticsoftware.net/
Re: Site Updates
« Reply #48 on: March 29, 2007, 11:12:37 AM »
Nobody knows how to properly use the positioning aspects of CSS...my site works perfectly fine (save for some IE glitches I think) and I use only one table, mainly because I couldn't be arsed to write up a new calendar portion.  http://ls.mysticsoftware.net/  -- I supposed I could modify it to table-less as an afterthought.
« Last Edit: December 31, 1969, 06:00:00 PM by Guest »
\"People who sin say this: That they had to, to survive. People who sin say this: That it\'s too late to stop. The shadow called Sin dogs them steadily without saying a word. Remorse and Agony are repeated, to finally end up at Despair. But sinners don\'t know that if they turn around, there is a light.... a light which keeps shining on them ever so warmly.\" - Vash the Stampede - Trigun

\"There\'s a heaven on earth that so few ever find, though the map\'s in your soul and the road\'s in your mind. So many mountains before us, so many rivers to cross, where is the wisdom to bring back the vision we\'ve lost? Can we gaze with the wonder of children into the deafening night? Has it gotten so dark that you cannot remember the light?\" - D. Fogelburg


drcrazy4

  • Member
  • *
  • Posts: 43
    • View Profile
Re: Site Updates
« Reply #49 on: April 02, 2007, 02:53:44 PM »
Sorry bout the layout not being up yet....I got Zelda on my Wii...It's almost finished though and I will upload it soon.
« Last Edit: December 31, 1969, 06:00:00 PM by Guest »

AlienDude

  • Member
  • *
  • Posts: 605
    • View Profile
    • http://www.taralax.com
Re: Site Updates
« Reply #50 on: July 24, 2007, 05:59:59 PM »
MJH YOU were in Baltimore, dude I've been here since last Thanksgiving! WOAH! btw the new site is pwetty, like the lines. can i take a look under the hood?
« Last Edit: December 31, 1969, 06:00:00 PM by Guest »
Quote
May your star always be good to you and may your travels be swift.
 
- Traveller Farewell
(adapted from the Necroscope series by Brian Lumley)

Taralax Studios BEING REBUILT GENOME BY GENOME! Razz. Oh and by the way I think the links page needs to be updated or removed because it's just a load of broken images.
« Last Edit: December 31, 1969, 06:00:00 PM by Guest »

Michael J. Hill

  • Member
  • *
  • Posts: 244
    • View Profile
    • http://ls.mysticsoftware.net/
Re: Site Updates
« Reply #53 on: November 10, 2007, 08:36:57 PM »
For those wondering, here are the good reasons why to avoid using tables and use CSS Positioning attributes and <div> tags:

1) Tables cannot be rendered properly until the entire block of code is loaded.  This becomes a nasty issue when you use nested tables.  While most browsers try to render realtime when buffering the download of a website, the proper display of a website cannot be obtained until the page has finished downloading.

2) While individual <div> blocks may have similar rendering issues, the don't require the entire thing to be loaded properly.  Assuming one uses the CSS size and positioning attributes properly, each "cell" of a <div> can load, and be displayed immediately, and usually with proper respect to a website's design.

3) <div> provides much more control with regards to placement and sizing through the use of CSS.  While tables are restricted to sizing, padding, and margin attributes.  Tables can achieve a pseudo-positioning attribute when linked to CSS or are subsequently nested.
« Last Edit: December 31, 1969, 06:00:00 PM by Guest »
\"People who sin say this: That they had to, to survive. People who sin say this: That it\'s too late to stop. The shadow called Sin dogs them steadily without saying a word. Remorse and Agony are repeated, to finally end up at Despair. But sinners don\'t know that if they turn around, there is a light.... a light which keeps shining on them ever so warmly.\" - Vash the Stampede - Trigun

\"There\'s a heaven on earth that so few ever find, though the map\'s in your soul and the road\'s in your mind. So many mountains before us, so many rivers to cross, where is the wisdom to bring back the vision we\'ve lost? Can we gaze with the wonder of children into the deafening night? Has it gotten so dark that you cannot remember the light?\" - D. Fogelburg