Register - Login
Views: 99394025
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 10:54:40 AM
Jul - General Chat - Jul Pub New poll - New thread - New reply
Pages: 1 2 3 4 5 6 7 8 9 10 ... 162 163 164 165 166 167 168 169 170 ... 827 828 829 830 831 832 833 834 835 836 Next newer thread | Next older thread
Tina
Beep boop
Level: 79


Posts: 169/1549
EXP: 4467930
For next: 111537

Since: 08-10-07


Since last post: 3.4 years
Last activity: 3.4 years

Posted on 03-06-08 09:41:33 AM Link | Quote
Now maybe you can work on something else!

____________________
Tanks

360? Yessum.
Level: 121


Posts: 903/4170
EXP: 19792441
For next: 264255

Since: 07-10-07

From: VA

Since last post: 9.5 years
Last activity: 9.5 years

Posted on 03-06-08 10:20:16 AM Link | Quote
Well considering my layout is just one image, I don't see how it could do any damage at all. Now maybe when I add to it later on, it'll be a pain....

____________________

Aerakin
Ye Olde Layout
Level: 98


Posts: 1008/2550
EXP: 9468159
For next: 186194

Since: 07-06-07

From: From the future

Since last post: 8.0 years
Last activity: 1.2 years

Posted on 03-06-08 10:23:08 AM Link | Quote



Originally posted by Tina
Now maybe you can work on something else!


I'm surprised I'm only 15th, with the ammount of trickery to get my border and stuff.

____________________

Hiryuu

Level: 206


Posts: 2514/14435
EXP: 127517839
For next: 95540

Since: 07-06-07


Since last post: 11.8 years
Last activity: 11.7 years

Posted on 03-06-08 01:37:38 PM Link | Quote
I've got an extra amount of bait that I could probably take out of this CSS if I took the time. Honestly, there's probably a BUNCH of redundant crap in my header.

Still, 12th isn't bad.

____________________
Girlydragon
3030
Possibly neither Girly nor Dragon.
Level: 105


Posts: 462/3030
EXP: 12246118
For next: 16142

Since: 07-21-07

From: Sweden

Since last post: 274 days
Last activity: 25 min.

Posted on 03-06-08 01:53:10 PM Link | Quote
111... The one good thing with not having a layout I guess. Also <hr> is awesome and should be used by more people.

____________________

Post 131/1311 (32 days), online 1 day ago
Posted on 03-06-08 03:03:45 PM Link | Quote
36th And it'd be much lower if I still used an external .css ...

My layout is just old

____________________



#71
Q
風のノータム
Level: 105


Posts: 237/2986
EXP: 11966310
For next: 295950

Since: 08-03-07

Pronouns: she/her
From: Nowhere

Since last post: 41 days
Last activity: 22 hours

Posted on 03-06-08 03:14:06 PM Link | Quote
I'm not even on that list.
Does that mean I win, or do I lose?

Any way, I went to the movies yesterday... Just about everybody in the audience laughed at everything even remotely funny. It was really annoying. D:
Eon

Hammer Brother
MLB
Level: 68


Posts: 315/1085
EXP: 2623886
For next: 104914

Since: 07-22-07


Since last post: 300 days
Last activity: 120 days

Posted on 03-06-08 05:54:19 PM Link | Quote
I don't even understand the basic concept of HTML from a theoretical point of view. Let alone coding it. Programmers never use plain English where it would be easiest. I mean, "{color=101010}inserttexthere{/color}" is a simple way of doing things. But noooo... They geekify it all.

____________________
Peardian

  
Magikoopa

16/3/1: KvSG #479 is up!

Level: 157


Posts: 639/7597
EXP: 48563028
For next: 1016205

Since: 08-02-07

From: Isle Delfino

Since last post: 1 day
Last activity: 9 hours

Posted on 03-06-08 05:57:29 PM Link | Quote

Wow... I didn't realize my layout had that many characters in it...


Of course, listing font names and using title attributes certainly don't help.

____________________
-Peardian-


"POW! Now you're playin' with power!" -Sledge Hammerhead


Rena
I had one (1) message in Discord deleted and proceeded to make a huge, huge mess about how it was a violation of free speech and how moderators are supposed to be spam janitors and nobody should have the right to tell me not to talk about school shootings
Level: 135


Posts: 2361/5390
EXP: 29051742
For next: 283263

Since: 07-22-07

Pronouns: he/him/whatever
From: RSP Segment 6

Since last post: 333 days
Last activity: 333 days

Posted on 03-06-08 05:58:12 PM Link | Quote
Jul - Post #2361 - 03-06-08 12:58:12pm
I might try to optimize mine sometime, but there's not much that can be done. Most of that is from not using an external stylesheet, which means one less thing to have fail to load.
Originally posted by The Red Snifit
I'm not even on that list.
Does that mean I win, or do I lose?
It means you're not playing.

Also, arrest the president.

____________________
Peardian

  
Magikoopa

16/3/1: KvSG #479 is up!

Level: 157


Posts: 640/7597
EXP: 48563028
For next: 1016205

Since: 08-02-07

From: Isle Delfino

Since last post: 1 day
Last activity: 9 hours

Posted on 03-06-08 06:05:18 PM Link | Quote

Originally posted by HyperHacker
Also, arrest the president.

Maybe we should vote to arrest them all for conspiracy to commit treason..




You know, HH, I never noticed until just now, but that girl has a really tiny nose and mouth or a very large chin.

____________________
-Peardian-


"POW! Now you're playin' with power!" -Sledge Hammerhead


Post 132/1311 (32 days), online 1 day ago
Posted on 03-06-08 06:12:31 PM Link | Quote
Originally posted by Eon
I mean, "{color=101010}inserttexthere{/color}" is a simple way of doing things. But noooo... They geekify it all.


"<font color=101010>text</font>" is close enough (and it's better than just <color> since it also sets the font and size) ... then W3C decided <font> should no longer be used, so it'd go like this instead:

<span style="color:#101010">text</span>

or worse:
<style type="text/css">sometextcolor{color:#101010;}</style>
<span class="sometextcolor">text</span>

Then you'd be right, but good old nonstandard HTML still works

____________________



#69
DigitalBasic
Pancakes!
Level: 174


Posts: 2348/9712
EXP: 70392561
For next: 505306

Since: 07-03-07

Pronouns: they/them

Since last post: 66 days
Last activity: 1 day

Posted on 03-06-08 06:19:54 PM Link | Quote
Originally posted by Tanks
Well considering my layout is just one image, I don't see how it could do any damage at all. Now maybe when I add to it later on, it'll be a pain....

Well your layout is like my layout, save a few things. Mine is only larger due to a link in the sig and a few other things possibly (font tag perhaps).

Then again it is extremely simple. Just two tables.

Hell I could flip-flop the picture and text box but... that just looks weird...

____________________

Tanks

360? Yessum.
Level: 121


Posts: 906/4170
EXP: 19792441
For next: 264255

Since: 07-10-07

From: VA

Since last post: 9.5 years
Last activity: 9.5 years

Posted on 03-06-08 07:24:54 PM Link | Quote
Yea, I was thinking I'd add a background sooner or later. I'll need to test it out using the Layout load time check once I actually work on it.

____________________

OoBurns
?
Level: 60


Posts: 432/806
EXP: 1682796
For next: 89982

Since: 07-04-07

From: USA

Since last post: 10.4 years
Last activity: 9.8 years

Posted on 03-06-08 09:21:02 PM Link | Quote
A large part of my layout comes from all those links at the bottom.

I like to think it's pretty optimized otherwise, though.

____________________
Dark Purple | Blue | Purple | Red | Orange | Yellow | Green | Dark Blue | Winter | Daily Cycle
Kirby Mario
Resident BEMANI fan.
Level: 87


Posts: 291/1947
EXP: 6237979
For next: 154795

Since: 11-17-07


Since last post: 6.5 years
Last activity: 2.0 years

Posted on 03-06-08 09:58:09 PM Link | Quote
I just have some text about becoming The Guy in my sig. That's about the most I'll ever have for my layout.

It just a pain for me to make my own layout.

____________________
Can finally say that I became The Guy!
Joe
Common spammer
🍬
Level: 111


Posts: 319/3392
EXP: 14489260
For next: 379100

Since: 08-02-07

From: Pororoca

Since last post: 3 days
Last activity: 8 hours

Posted on 03-06-08 11:57:03 PM Link | Quote
The only way to make my layout smaller would be to change it's appearance. I don't really want to do that.

____________________
涼宮ハルヒの憂鬱。 見て。
The Melancholy of Haruhi Suzumiya. Watch it.
Tanks

360? Yessum.
Level: 121


Posts: 910/4170
EXP: 19792441
For next: 264255

Since: 07-10-07

From: VA

Since last post: 9.5 years
Last activity: 9.5 years

Posted on 03-06-08 11:58:14 PM Link | Quote
Originally posted by Joe
The only way to make my layout smaller would be to change it's appearance. I don't really want to do that.


You have a layout?


____________________

Kirby Mario
Resident BEMANI fan.
Level: 87


Posts: 293/1947
EXP: 6237979
For next: 154795

Since: 11-17-07


Since last post: 6.5 years
Last activity: 2.0 years

Posted on 03-07-08 12:48:17 AM Link | Quote
Originally posted by Tanks
Originally posted by Joe
The only way to make my layout smaller would be to change it's appearance. I don't really want to do that.


You have a layout?


Apparently, he has a bunch of HTML code in his header that really doesn't do anything at all.

It starts as a "<style>div.8B72bar" with a bunch of code 1316 characters long and ends with "</style><div class="8B72">" all in his header , so it really doesn't do anything.

This is based on the source I looked at .

____________________
Can finally say that I became The Guy!
Shadic
Alakadoof?
Level: 151


Posts: 1696/6927
EXP: 42324642
For next: 971834

Since: 07-22-07

Pronouns: he/him
From: Olympia, WA

Since last post: 2 days
Last activity: 16 hours

Posted on 03-07-08 01:43:49 AM Link | Quote
Pages: 1 2 3 4 5 6 7 8 9 10 ... 162 163 164 165 166 167 168 169 170 ... 827 828 829 830 831 832 833 834 835 836 Next newer thread | Next older thread
Jul - General Chat - Jul Pub New poll - New thread - New reply


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

32 database queries, 3 query cache hits.
Query execution time:  0.143461 seconds
Script execution time:  0.043398 seconds
Total render time:  0.186859 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 2 column 298 - Warning: unescaped & or unknown entity "&page"
line 119 column 11 - Warning: <form> isn't allowed in <table> elements
line 118 column 10 - Info: <table> previously mentioned
line 120 column 11 - Warning: missing <tr>
line 120 column 119 - Warning: missing </font> before </td>
line 124 column 16 - Warning: plain text isn't allowed in <tr> elements
line 120 column 11 - Info: <tr> previously mentioned
line 125 column 68 - Warning: missing </nobr> before </td>
line 141 column 68 - Warning: missing </nobr> before <tr>
line 147 column 35 - Warning: missing <tr>
line 147 column 50 - Warning: missing </font> before </td>
line 148 column 37 - Warning: unescaped & or unknown entity "&id"
line 147 column 167 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 92 - Warning: unescaped & or unknown entity "&page"
line 149 column 122 - Warning: unescaped & or unknown entity "&page"
line 149 column 152 - Warning: unescaped & or unknown entity "&page"
line 149 column 182 - Warning: unescaped & or unknown entity "&page"
line 149 column 212 - Warning: unescaped & or unknown entity "&page"
line 149 column 242 - Warning: unescaped & or unknown entity "&page"
line 149 column 272 - Warning: unescaped & or unknown entity "&page"
line 149 column 302 - Warning: unescaped & or unknown entity "&page"
line 149 column 332 - Warning: unescaped & or unknown entity "&page"
line 149 column 362 - Warning: unescaped & or unknown entity "&page"
line 149 column 397 - Warning: unescaped & or unknown entity "&page"
line 149 column 431 - Warning: unescaped & or unknown entity "&page"
line 149 column 465 - Warning: unescaped & or unknown entity "&page"
line 149 column 499 - Warning: unescaped & or unknown entity "&page"
line 149 column 537 - Warning: unescaped & or unknown entity "&page"
line 149 column 571 - Warning: unescaped & or unknown entity "&page"
line 149 column 605 - Warning: unescaped & or unknown entity "&page"
line 149 column 639 - Warning: unescaped & or unknown entity "&page"
line 149 column 677 - Warning: unescaped & or unknown entity "&page"
line 149 column 711 - Warning: unescaped & or unknown entity "&page"
line 149 column 745 - Warning: unescaped & or unknown entity "&page"
line 149 column 779 - Warning: unescaped & or unknown entity "&page"
line 149 column 813 - Warning: unescaped & or unknown entity "&page"
line 149 column 847 - Warning: unescaped & or unknown entity "&page"
line 149 column 881 - Warning: unescaped & or unknown entity "&page"
line 149 column 915 - Warning: unescaped & or unknown entity "&page"
line 149 column 949 - Warning: unescaped & or unknown entity "&page"
line 149 column 983 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 1022 - Warning: missing </font> before </table>
line 156 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 158 column 9 - Warning: missing <tr>
line 176 column 13 - Warning: missing <tr>
line 177 column 97 - Warning: unescaped & or unknown entity "&postid"
line 179 column 129 - Warning: missing <tr>
line 179 column 304 - Warning: missing <tr>
line 182 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 184 column 9 - Warning: missing <tr>
line 202 column 13 - Warning: missing <tr>
line 203 column 97 - Warning: unescaped & or unknown entity "&postid"
line 205 column 311 - Warning: missing </font> before <hr>
line 205 column 660 - Warning: discarding unexpected </td>
line 208 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 210 column 9 - Warning: missing <tr>
line 228 column 13 - Warning: missing <tr>
line 229 column 97 - Warning: unescaped & or unknown entity "&postid"
line 231 column 157 - Warning: missing <tr>
line 240 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 242 column 9 - Warning: missing <tr>
line 260 column 13 - Warning: missing <tr>
line 261 column 97 - Warning: unescaped & or unknown entity "&postid"
line 263 column 73 - Warning: <style> isn't allowed in <td> elements
line 263 column 9 - Info: <td> previously mentioned
line 263 column 1796 - Warning: missing <tr>
line 265 column 2410 - Warning: missing <tr>
line 268 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 270 column 9 - Warning: missing <tr>
line 288 column 13 - Warning: missing <tr>
line 289 column 97 - Warning: unescaped & or unknown entity "&postid"
line 291 column 139 - Error: <z> is not recognized!
line 291 column 139 - Warning: discarding unexpected <z>
line 293 column 15 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 294 column 25 - Warning: missing <tr>
line 295 column 33 - Warning: <style> isn't allowed in <td> elements
line 294 column 25 - Info: <td> previously mentioned
line 307 column 33 - Warning: missing <tr>
line 308 column 117 - Warning: unescaped & or unknown entity "&postid"
line 310 column 98 - Warning: <style> isn't allowed in <td> elements
line 310 column 25 - Info: <td> previously mentioned
line 310 column 902 - Warning: unescaped & or unknown entity "&m"
line 310 column 909 - Warning: unescaped & or unknown entity "&e"
line 310 column 963 - Warning: missing <tr>
line 310 column 967 - Warning: missing </span> before </td>
line 312 column 1358 - Warning: unescaped & or unknown entity "&e"
line 310 column 734 - Warning: missing </div>
line 310 column 711 - Warning: missing </div>
line 310 column 671 - Warning: missing </div>
line 314 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 316 column 9 - Warning: missing <tr>
line 334 column 13 - Warning: missing <tr>
line 335 column 97 - Warning: unescaped & or unknown entity "&postid"
line 343 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 345 column 9 - Warning: missing <tr>
line 363 column 13 - Warning: missing <tr>
line 364 column 97 - Warning: unescaped & or unknown entity "&postid"
line 366 column 73 - Warning: <style> isn't allowed in <td> elements
line 366 column 9 - Info: <td> previously mentioned
line 369 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 371 column 9 - Warning: missing <tr>
line 389 column 13 - Warning: missing <tr>
line 390 column 97 - Warning: unescaped & or unknown entity "&postid"
line 392 column 73 - Warning: <style> isn't allowed in <td> elements
line 392 column 9 - Info: <td> previously mentioned
line 392 column 344 - Warning: missing </font> before <center>
line 392 column 418 - Warning: inserting implicit <font>
line 393 column 1 - Warning: inserting implicit <font>
line 405 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 407 column 9 - Warning: missing <tr>
line 425 column 13 - Warning: missing <tr>
line 426 column 97 - Warning: unescaped & or unknown entity "&postid"
line 428 column 84 - Warning: <style> isn't allowed in <td> elements
line 428 column 9 - Info: <td> previously mentioned
line 431 column 3011 - Warning: unescaped & or unknown entity "&feedName"
line 431 column 3285 - Warning: unescaped & or unknown entity "&config"
line 431 column 3475 - Warning: unescaped & or unknown entity "&pr"
line 431 column 3480 - Warning: unescaped & or unknown entity "&lv"
line 431 column 3486 - Warning: unescaped & or unknown entity "&ep"
line 431 column 3494 - Warning: unescaped & or unknown entity "&ed"
line 431 column 3503 - Warning: unescaped & or unknown entity "&ll"
line 431 column 3512 - Warning: unescaped & or unknown entity "&ex"
line 431 column 3523 - Warning: unescaped & or unknown entity "&le"
line 431 column 3534 - Warning: unescaped & or unknown entity "&eg"
line 431 column 3542 - Warning: unescaped & or unknown entity "&et"
line 434 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 436 column 9 - Warning: missing <tr>
line 454 column 13 - Warning: missing <tr>
line 455 column 97 - Warning: unescaped & or unknown entity "&postid"
line 457 column 73 - Warning: <style> isn't allowed in <td> elements
line 457 column 9 - Info: <td> previously mentioned
line 457 column 344 - Warning: missing </font> before <center>
line 457 column 418 - Warning: inserting implicit <font>
line 458 column 1 - Warning: inserting implicit <font>
line 458 column 1 - Warning: missing </font> before <blockquote>
line 458 column 562 - Warning: inserting implicit <font>
line 458 column 562 - Warning: missing </font> before <hr>
line 458 column 630 - Warning: inserting implicit <font>
line 458 column 726 - Warning: unescaped & or unknown entity "&feedName"
line 458 column 630 - Warning: missing </font> before <hr>
line 459 column 1 - Warning: inserting implicit <font>
line 472 column 15 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 473 column 25 - Warning: missing <tr>
line 474 column 33 - Warning: <style> isn't allowed in <td> elements
line 473 column 25 - Info: <td> previously mentioned
line 486 column 33 - Warning: missing <tr>
line 487 column 117 - Warning: unescaped & or unknown entity "&postid"
line 489 column 98 - Warning: <style> isn't allowed in <td> elements
line 489 column 25 - Info: <td> previously mentioned
line 489 column 902 - Warning: unescaped & or unknown entity "&m"
line 489 column 909 - Warning: unescaped & or unknown entity "&e"
line 489 column 963 - Warning: missing <tr>
line 489 column 967 - Warning: missing </span> before <blockquote>
line 489 column 997 - Warning: inserting implicit <span>
line 489 column 997 - Warning: missing </span> before <hr>
line 489 column 1057 - Warning: inserting implicit <span>
line 489 column 1057 - Warning: missing </span> before <hr>
line 490 column 1 - Warning: inserting implicit <span>
line 491 column 1197 - Error: <z> is not recognized!
line 491 column 1197 - Warning: discarding unexpected <z>
line 491 column 1223 - Error: <z> is not recognized!
line 491 column 1223 - Warning: discarding unexpected <z>
line 491 column 1278 - Error: <z> is not recognized!
line 491 column 1278 - Warning: discarding unexpected <z>
line 491 column 1348 - Error: <z> is not recognized!
line 491 column 1348 - Warning: discarding unexpected <z>
line 493 column 1421 - Error: <z> is not recognized!
Tidy found 539 warnings and 14 errors! Not all warnings/errors were shown.

The alt attribute should be used to give a short description
of an image; longer descriptions should be given with the
longdesc attribute which takes a URL linked to the description.
These measures are needed for people using non-graphical browsers.

For further advice on how to make your pages accessible
see http://www.w3.org/WAI/GL.
You are recommended to use CSS to specify the font and
properties such as its size and color. This will reduce
the size of HTML files and make them easier to maintain
compared with using <FONT> elements.

You are recommended to use CSS to control line wrapping.
Use "white-space: nowrap" to inhibit wrapping in place
of inserting <NOBR>...</NOBR> into the markup.

About HTML Tidy: https://github.com/htacg/tidy-html5
Bug reports and comments: https://github.com/htacg/tidy-html5/issues
Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/
Latest HTML specification: http://dev.w3.org/html5/spec-author-view/
Validate your HTML documents: http://validator.w3.org/nu/
Lobby your company to join the W3C: http://www.w3.org/Consortium

Do you speak a language other than English, or a different variant of
English? Consider helping us to localize HTML Tidy. For details please see
https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md