My website v2

t2t2t

New Member
Messages
690
Reaction score
0
Points
0
It took whole day, but here it is:

http://t2t2.x10hosting.com

NB! IE guys, don't even brother going on site.

I think it felt out pretty good (compared to last one...)
Don't forget to check out settings, feel free to recommend any colors.
 
Last edited:

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
It doesnt work 404 no page error???
 

t2t2t

New Member
Messages
690
Reaction score
0
Points
0
Wait, browser?

Page is designed for FF only, so IE has no chance here. IE is automatically transfered to IE.htm.

*Fixed IE link from ie.htm to IE.htm stupid caps :p*
 

HyDr@

New Member
Messages
268
Reaction score
0
Points
0
Its rubbish...

I say its rubbish not because I think that the site look bad bad, its because a good site have to be compatible with all(most) browsers, I think its pretty wrong to just let firefox user entering your site.

Also I think its way way way too simple, more use of colour and images could spice up the look and feel of a website.
 
Last edited:

dest581

New Member
Messages
348
Reaction score
0
Points
0
Getting a page compatable with IE is certainly a challenge, especially when the code is complicated (doubly so when the code is complicated and valid). I spent one night running back and forth between computers in the house with Firefox, IE6, and IE7, tweaking little bits to make a group of divs line up properly on all three.
 

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
How do you make a site compatiable with what can you pm me a tuturial or a link to one because this would be nice having people downlaod diffrent browsers =)
 

HyDr@

New Member
Messages
268
Reaction score
0
Points
0
Theres a php function which calls out the user's browser, you just use an if statement on your code to do different things like if user use firefox, link to blablabla else exit.
 

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
Can you Give me code for both plz thanks ill apy you some points
 

SEÑOR

The Guy Everyone Hates
Messages
4,638
Reaction score
0
Points
0
2.5/10- And be greatful!

Layout -4
-Ok one you have no header picture...
-all 1 color....
-to round
-to close to eachother and to big boxes

Browser COmpatability
only firefox and some what opera -1.5

Content
Nothing good -2
 

Trixter

New Member
Messages
384
Reaction score
0
Points
0
Sorry but I Agree With Senor

2/10 Its WAY To BLAND!! Spice It Up A Bit!
And Whats With The Compatibilaty??? If You Want Your Site To Last Longer The 2.5 Seconds You Have To Maximize Your Compatibilaty. What About All The People Useing IE, PhaseOut, Avant And Other Even Smaller Browsers???

BTW Did You Say it took you A FULL DAY to Make this site?!?!?
 
Last edited:

HyDr@

New Member
Messages
268
Reaction score
0
Points
0
Derek said:
Can you Give me code for both plz thanks ill apy you some points

PHP:
<?php
function agent($browser) {
$useragent = $_SERVER['HTTP_USER_AGENT'];
return strstr($useragent, $browser);
}
if(agent('Firefox') != FALSE) {
    echo "Make code which are compatible with firefox";
    }
else if(agent('America Online Browser') != FALSE) {
    echo "Make code which are compatible with AOL";
}

else if(agent('Opera') != FALSE) {
    echo "Make code which are compatible with Opera";
    
}

else if(agent('Safari') != FALSE) {
    echo "Make code which are compatible with Safari";
}

else if(agent('MSIE') != FALSE) {
    echo "Make code which are compatible with Internet Explorer";  
}

else {
    echo "This user's browser is recognised...";

}
?>
 

t2t2t

New Member
Messages
690
Reaction score
0
Points
0
Site is FF only because IE don't add transparently to PNG.

Pictures for all you IE guys:



Working on PNG -> GIF atm.

Oh yea, Full day:
* Make content box
* Play WolfET few* hours
* Make 2 ohter boxes
* Go to habbo hotel
* Finish up page

* - Read 5-7 hours ;)

Did i forgot to say that i started some time after waking up, and i woke up at 1 pm :p

EDIT: IE Version done, but removed background color choosing.
 
Last edited:

Cubeform

New Member
Messages
339
Reaction score
0
Points
0
t2t2t said:
Site is FF only because IE don't add transparently to PNG.

Pictures for all you IE guys:



Working on PNG -> GIF atm.

Umm... yes it does.

IE7 supports 24-bit PNG transparency, but older versions will also support transparency with indexed colour. In the GIMP it's fairly easy: Image > Color> Indexed I think. I'm not familiar with Photoshop, but I know the option to choose indexed colour is there.

And PNG is better than GIF.

So... you have no excuse.

The site is dull and uninteresting. I don't even want to give this a numbered score. And, please don't try and lock people out because of their browser.
 
Last edited:

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
Thanks for the code man +reped
 

HyDr@

New Member
Messages
268
Reaction score
0
Points
0
t2t2t said:
Site is FF only because IE don't add transparently to PNG.

Pictures for all you IE guys:



Working on PNG -> GIF atm.

Oh yea, Full day:
* Make content box
* Play WolfET few* hours
* Make 2 ohter boxes
* Go to habbo hotel
* Finish up page

* - Read 5-7 hours ;)

Did i forgot to say that i started some time after waking up, and i woke up at 1 pm :p

EDIT: IE Version done, but removed background color choosing.

Seriously, please dont try to make excuses like ye, it took like 5 mins, its ment to be crap, if it takes only 5-7 hrs to make this "thing" out, whynot spend more time to make something which people would actually like and praise you for.

One last point, IE6 do support transparency, it just doesnt support alpha transparency.

I think IE7 now DO support alpha transparency, even if people don't have IE6, you could use this tutorial to make IE support alpha transparency:
http://www.howtocreate.co.uk/alpha.html (searched google for 2 seconds for it)
 

t2t2t

New Member
Messages
690
Reaction score
0
Points
0
First of all, why the hell did you quote whole post?! If you reply to post before you, everyone will know that you replied to post above WITHOUT quoting message.... (but some might haven't catched that...)

Cubeform said:
And PNG is better than GIF.
Why else i'm using png...
Cubeform said:
So... you have no excuse.
*slams his head at wall :pat: * I never said i use gif...
Cubeform said:
The site is dull and uninteresting. I don't even want to give this a numbered score. And, please don't try and lock people out because of their browser.
Has ever someones site been good and interesting? Now if you excuse me i will make a homepage for my dog who i don't even have (And its gonna be badder than mine).
--- (aka. reply to upper post)
HyDr@ said:
Seriously, please dont try to make excuses like ye, it took like 5 mins, its ment to be crap, if it takes only 5-7 hrs to make this "thing" out, whynot spend more time to make something which people would actually like and praise you for.

5-7 hours was the time i spent playing ET :rant2: And i never said it took 5 mins... Loads of bugs i got, which i had to fix with CSSVista(I really recommend that program)(It shows you how your site will look in IE and how will in FF).

*Writes down: Make something that no-one has came up to think about yet*

HyDr@ said:
One last point, IE6 do support transparency, it just doesnt support alpha transparency.

I think IE7 now DO support alpha transparency, even if people don't have IE6, you could use this tutorial to make IE support alpha transparency:
http://www.howtocreate.co.uk/alpha.html (searched google for 2 seconds for it)
THIS is my lame excuse for that(and i gotta say, that is THE lamest excuse of mine(yet, you may never know what i do next))

BTW, thanks for low ratings, now i know i suck :) (and i have knew it long time)(that i suck, if anyone didn't catch that)(and i think many didn't catch that)

PS. I used JS for redirection by browser
 

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
Oh yeah where did you get the buttons for the download etc.. ill giv eyou pts after u tell me
 

viperxx

New Member
Messages
23
Reaction score
0
Points
0
1.5/10
no offense, but this is the worse website i have seen
no content, not compatible with other browsers, ugly layout

just keep working on it
 
Last edited:

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
What about IE and the rest????
 
Top