Register - Login
Views: 99853005
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
05-04-22 11:13:52 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 836Next newer thread | Next older thread
Tina
Beep boop
Level: 79


Posts: 169/1549
EXP: 4472093
For next: 107374

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: 19810775
For next: 245921

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: 9476923
For next: 177430

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: 207


Posts: 2514/14435
EXP: 127635878
For next: 2148276

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: 12257485
For next: 4775

Since: 07-21-07

From: Sweden

Since last post: 284 days
Last activity: 23 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 (42 days), online 2 days 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: 11977444
For next: 284816

Since: 08-03-07

Pronouns: she/her
From: Nowhere

Since last post: 51 days
Last activity: 1 day

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: 2626322
For next: 102478

Since: 07-22-07


Since last post: 310 days
Last activity: 130 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: 48608210
For next: 971023

Since: 08-02-07

From: Isle Delfino

Since last post: 11 days
Last activity: 12 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: 29078715
For next: 256290

Since: 07-22-07

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

Since last post: 343 days
Last activity: 343 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: 48608210
For next: 971023

Since: 08-02-07

From: Isle Delfino

Since last post: 11 days
Last activity: 12 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 (42 days), online 2 days 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: 70457686
For next: 440181

Since: 07-03-07

Pronouns: they/them

Since last post: 76 days
Last activity: 4 days

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: 19810775
For next: 245921

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: 1684353
For next: 88425

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: 6243900
For next: 148874

Since: 11-17-07


Since last post: 6.6 years
Last activity: 2.1 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: 14502740
For next: 365620

Since: 08-02-07

From: Pororoca

Since last post: 13 days
Last activity: 9 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: 19810775
For next: 245921

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: 6243900
For next: 148874

Since: 11-17-07


Since last post: 6.6 years
Last activity: 2.1 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/6929
EXP: 42382291
For next: 914185

Since: 07-22-07

Pronouns: he/him
From: Olympia, WA

Since last post: 7 days
Last activity: 1 day

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 836Next 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.

31 database queries, 3 query cache hits.
Query execution time: 0.138914 seconds
Script execution time: 0.042618 seconds
Total render time: 0.181532 seconds