[QUOTE=horsedrowner;32489364]I don't actually post in Web Development as I don't really think myself as a web developer.
I do work on my own site every now and then and I just gave it a Metro-ish look.
I apologize if I'm just another random person coming in to show off their site like everyone else. v:v:v
[url]http://www.horsedrowner.com/about.php[/url]
It's mostly valid XHTML (Strict, but declared as Transitional) and valid CSS (not 2.1, because of text-shadow). It started off as an assignment for university but I kept working on it myself.[/QUOTE]
Just curious, is it supposed to be off-center that much?
[thumb]http://dl.dropbox.com/u/5483751/Photos/2011-09-26_1820.png[/thumb]
[QUOTE=mobrockers2;32489461]Just curious, is it supposed to be off-center that much?
[thumb]http://dl.dropbox.com/u/5483751/Photos/2011-09-26_1820.png[/thumb][/QUOTE]
It's not supposed to be centered but left-aligned with a margin.
[QUOTE=horsedrowner;32489509]It's not supposed to be centered but left-aligned with a margin.[/QUOTE]
I figured that, looks kinda strange on my widescreen laptop what with it cutting of all of a sudden :v:
Here's my site: [url]www.novaember.com[/url]
Currently it only supports Webkit browsers but that may chance in the future..
Also, some part don't work yet.
If you have suggestions, please post them!
[url]www.brightfusehosting.com[/url]
I've owned this hosting company for over 8 years. It's gone by a different name in the past, but it's been the same company.
[QUOTE=faze;32493014][url]www.brightfusehosting.com[/url]
I've owned this hosting company for over 8 years. It's gone by a different name in the past, but it's been the same company.[/QUOTE]
You own a hosting company.
[QUOTE=mobrockers2;32493287]You own a hosting company.[/QUOTE]Your point?
[QUOTE=faze;32493318]Your point?[/QUOTE]
I jelly.
[highlight](User was banned for this post ("Meme" - verynicelady))[/highlight]
[QUOTE=dije;32427936]Thanks! Do you know of any good tutorials of php or css/html?[/QUOTE]Yeah, w3schools.com is great for pretty much everything.
[QUOTE=faze;32493684]Yeah, w3schools.com is great for pretty much everything.[/QUOTE]
Agreed, I don't understand why people keep shitting on it.
[QUOTE=mobrockers2;32493731]Agreed, I don't understand why people keep shitting on it.[/QUOTE]They don't.
[QUOTE=faze;32493684]Yeah, w3schools.com is great for pretty much everything.[/QUOTE]
I took one of their test thingy, i failed and felt bad.
[QUOTE=mobrockers2;32493796][url]http://w3fools.com/[/url][/QUOTE]
this is why w3schools is shit
[QUOTE=anton;32494102]this is why w3schools is shit[/QUOTE]
Instead of making a website stating the flaws of w3schools they should make their own tutorials or just shut the fuck up. w3schools has really useful tutorials and those "flaws" they gather on w3fools don't hold any significant value compared with the amount of useful information on w3schools.
[QUOTE=mobrockers2;32494176]Instead of making a website stating the flaws of w3schools they should make their own tutorials or just shut the fuck up.[/QUOTE]
So I shouldn't help somebody with their homework, but do it for them?
W3Schools is shit.
[url=http://dynamicshadows.net]Made some changes[/url]
[QUOTE=Known Havok;32497300]So I shouldn't help somebody with their homework, but do it for them?
W3Schools is shit.[/QUOTE]
Making tutorials is helping them with their homework, making their site is doing their homework.
However, making w3fools is laughing in their face for not knowing which tutorial site to use
[QUOTE=dije;32500934][url=http://dynamicshadows.net]Made some changes[/url][/QUOTE]Why disagree >:(
it needs help...a lot of it
[url]http://www.eax.dk[/url]
Personal website for shits 'n giggles.
Nothing fancy, oh and try to visit in IE :P
Also; King of page 9!
[url]http://www.blockempires.com/forum/[/url]
Designed a semi-custom skin for MyBB.
[QUOTE=Eax;32501775][url]http://www.eax.dk[/url]
Personal website for shits 'n giggles.
Nothing fancy, oh and try to visit in IE :P
Also; King of page 9![/QUOTE]
[img]http://puu.sh/6be3[/img]
Is something meant to be happening in IE?
[QUOTE=adamjon858;32501783][url]http://www.blockempires.com/forum/[/url]
Designed a semi-custom skin for MyBB.[/QUOTE]
CC, here we go!
The hover effect for links on the header don't look good, it's probably the text-shadow.
There is so much wasted space on the right side, just that one box makes it look too thin.
[img]http://puu.sh/6beo[/img]
That is just too hard to read properly.
[url]http://scallex.net/[/url]
It works! Yay!
It points to an IP I don't own, I have no clue who's machine it is. :v:
I gotta start working on it, +[url]http://nostalgicnetworks.tv[/url]
[editline]27th September 2011[/editline]
Any ideas on what I should put on my scallex.net domain? I only have plans for the other domain.
[QUOTE=RusselG;32502220][img]http://puu.sh/6be3[/img]
Is something meant to be happening in IE?
CC, here we go!
The hover effect for links on the header don't look good, it's probably the text-shadow.
There is so much wasted space on the right side, just that one box makes it look too thin.
[img]http://puu.sh/6beo[/img]
That is just too hard to read properly.[/QUOTE]
Crap!
Yes, yes there is. Hmm, my regex is not new enough ><
You can see the page it was SUPPOSED to show at: [url]http://eax.dk/fuck_ie.php[/url]
Don't do that. It's not the browsers fault, it's yours as web developer. Denying a user access to your website because of their browser is stupid. It really isn't that hard to make something cross browser compatible.
[code]
.topbar {
padding: 15px;
background-color: rgba(255, 255, 255, 0.44);
width: 700px;
margin-top: 25px;
margin-left: auto;
margin-right: auto;
border-style: solid;
border-width: 1px;
border-color: gray;
-moz-border-radius: 10px 0px 10px 0px;
-webkit-border-radius: 10px 0px 10px 0px;
-khtml-border-radius: 10px 0px 10px 0px;
border-radius: 10px 0px 10px 0px;
}
.content {
margin-bottom: 25px;
padding: 15px;
background-color: rgba(255, 255, 255, 0.44);
top: 25px;
width: 700px;
margin-left: auto;
margin-right: auto;
position: relative;
border-style: solid;
border-width: 1px;
border-color: gray;
-moz-border-radius: 10px 0px 10px 0px;
-webkit-border-radius: 10px 0px 10px 0px;
-khtml-border-radius: 10px 0px 10px 0px;
border-radius: 10px 0px 10px 0px;
}
.footer {
margin-bottom: 25px;
padding: 15px;
background-color: rgba(255, 255, 255, 0.44);
width: 700px;
margin-left: auto;
margin-right: auto;
top: 25px;
position: relative;
border-style: solid;
border-width: 1px;
border-color: gray;
-moz-border-radius: 10px 0px 10px 0px;
-webkit-border-radius: 10px 0px 10px 0px;
-khtml-border-radius: 10px 0px 10px 0px;
border-radius: 10px 0px 10px 0px;
}
.linkbar {
margin-bottom: 25px;
padding: 15px;
background-color: rgba(255, 255, 255, 0.44);
width: 700px;
margin-left: auto;
margin-right: auto;
top: 25px;
position: relative;
border-style: solid;
border-width: 1px;
border-color: gray;
-moz-border-radius: 10px 0px 10px 0px;
-webkit-border-radius: 10px 0px 10px 0px;
-khtml-border-radius: 10px 0px 10px 0px;
border-radius: 10px 0px 10px 0px;
}
[/code]
Are you seriously calling that everytime?
Just make all of the similar aspects in one class, then make a diff class for each change.
[code]
.bar {
margin-bottom: 25px;
padding: 15px;
background-color: rgba(255, 255, 255, 0.44);
top: 25px;
width: 700px;
margin-left: auto;
margin-right: auto;
position: relative;
border-style: solid;
border-width: 1px;
border-color: gray;
-moz-border-radius: 10px 0px 10px 0px;
-webkit-border-radius: 10px 0px 10px 0px;
-khtml-border-radius: 10px 0px 10px 0px;
border-radius: 10px 0px 10px 0px;
}
[/code]
It appears that you don't even change anything. I don't see why you didn't do that in the first place. More efficient and semantic.
[editline]hf[/editline]
Also, RGBA isn't supported in IE and older versions of FF, Opera, etc.
Just either use a 1x1px image with the opacity for the browsers that don't support it, or use an opaque colour.
With an image that has transparency however, you need to apply the IE filter fix.
[QUOTE=Jelly;32502589]Don't do that. It's not the browsers fault, it's yours as web developer. Denying a user access to your website because of their browser is stupid. It really isn't that hard to make something cross browser compatible.[/QUOTE]
While I do agree with you (and it IS easy to make), I am not going to do it for my own personal website. Simply because I find it more funny to redirect people using (apparently) old versions of IE to that page :P Stupid? Yes.
Other than that:
Great tips, thanks both of you :)
I will update this when I get home.
I recently took over a hosting site, just wondering what people think of it and the prices
[url]http://spudmonkeehosting.com/[/url]
I could also do a Promo code for facepunch users for 25% off? (PM me if you would want one)
Sorry, you need to Log In to post a reply to this thread.