Pip-Boy 3000 Web Template.

Gazo said:
killap said:
Does this mean one is free to use this template?

it's free for all :D

Very nice. Since everyone has been asking for me to have a webpage with all my files (instead of a file listing page) then perhaps I shall use this as the template to it.

Thanks and great job!
 
Does it works with frames and tables? Frames and tables are evil.
 
Is it really that atrocious?

My only big gripe is that it features no PipBoy (picture). :(
 
My big gripe is that it has nothing to do with Fallout, or the original pipboy, other than it's name and the fact that it's placed on your wrist. It looks like something from a mix between a WWII and Unreal Tournament setting...
 
My big gripe is that it has nothing to do with Fallout, or the original pipboy, other than it's name and the fact that it's placed on your wrist

Much like Fallout 3 itself with the small difference that you can't wear it on your wrist, you just can toss it at your dog with one move of the wrist.
 
Gazo said:
(...)is optimized for(...)
"Optimizing" websites for specific browsers/screen resolutions/ethnic groups: bad.

Code:
<html>
<head>
<title>Pipboy 3000</title>
No doctype, thus invalid HTML: bad.

Code:
<ImageReady>
"Slices": Bad.

Code:
<table border="0" cellpadding="0" cellspacing="0" bordercolor="#111111" width="100%" id="AutoNumber1">
Table Layout: Bad.

Code:
<iframe>
            Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
(i)Frames: Bad. No alternative content for non-frame-users: Even worse.

Code:
scrollbar-face-color: #000000;
Microsoft-specific "CSS", thus invalid CSS: bad.

The "Template" contains lots of plain wrong markup (like using the same id several times, not closing

tags) and an awful lot of unneccessary nested tables. The CSS-file is a fuckin' joke.

Long story short: it sucks monkey ass. And how can it be "free for all"? I doubt that you have any rights for using the PipBoy3000 graphics.
 
Buxbaum666 said:
Gazo said:
(...)is optimized for(...)
"Optimizing" websites for specific browsers/screen resolutions/ethnic groups: bad.

Code:
<html>
<head>
<title>Pipboy 3000</title>
No doctype, thus invalid HTML: bad.

Code:
<ImageReady>
"Slices": Bad.

Code:
<table border="0" cellpadding="0" cellspacing="0" bordercolor="#111111" width="100%" id="AutoNumber1">
Table Layout: Bad.

Code:
<iframe>
            Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
(i)Frames: Bad. No alternative content for non-frame-users: Even worse.

Code:
scrollbar-face-color: #000000;
Microsoft-specific "CSS", thus invalid CSS: bad.

The "Template" contains lots of plain wrong markup (like using the same id several times, not closing

tags) and an awful lot of unneccessary nested tables. The CSS-file is a fuckin' joke.

Long story short: it sucks monkey ass. And how can it be "free for all"? I doubt that you have any rights for using the PipBoy3000 graphics.

USE THE MIGHTY DIV BOX! Begon with thine frames heathen!
 
Ah-Teen said:
USE THE MIGHTY DIV BOX!
No: use appropriate tags to create semantic markup. Use div only where no other tag is useful.
Maintaining nested table-layouts is an awful job to do.
 
Gazo said:
Buxbaum666 said:
And how can it be "free for all"? I doubt that you have any rights for using the PipBoy3000 graphics.

In the picture or image need rights? In my country to PC image or picture not need rights to using it! :)

*is gona keep his photos far the hell away from russia*
 
Gazo said:
In my country to PC image or picture not need rights to using it! :)
In the real world you can and will get your ass sued for using copyrighted imagery.
 
Back
Top