Why not? I am a bad speller. It happened, what if I decided to pick at all of your faults. Seriously it isn't that big of a deal.
Plus this is really getting off topic. This is about websites. Not on how I can spell. So I think we should just drop this. It happened I made a mistake. Get over it.
[QUOTE=boxvader;32401722]Why not? I am a bad speller. It happened, what if I decided to pick at all of your faults. Seriously it isn't that big of a deal.
Plus this is really getting off topic. This is about websites. Not on how I can spell. So I think we should just drop this. It happened I made a mistake. Get over it.[/QUOTE]
I believe it was you that brought it off topic by saying that English was one of the hardest languages in the world. Hint: It isn't. Then people who's second language was English came in to justify that.
[QUOTE=boxvader;32401722]Why not? I am a bad speller. It happened, what if I decided to pick at all of your faults. Seriously it isn't that big of a deal.
Plus this is really getting off topic. This is about websites. Not on how I can't spell. So I think we should just drop this. It happened I made a mistake. Get over it.[/QUOTE]
Pick on my mistakes all you want, but English is my 2nd language rather than my 1st.
[QUOTE=Jelly;32401800]I believe it was you that brought it off topic by saying that English was one of the hardest languages in the world. Hint: It isn't. Then people who's second language was English came in to justify that.[/QUOTE]
Why do you insist on continuing this? Like I said it happened get over it. If you aren't willing to drop this, than I think you just want to argue.
Plus This really isn't the proper topic to be disusing this.
[QUOTE=boxvader;32401950]Why do you insist on continuing this? Like I said it happened, get over it. If you aren't willing to drop this, then I think you just want to argue.
Plus this really isn't the proper topic to be discussing this.[/QUOTE]
[URL="jasonmeier.net"]jasonmeier.net[/URL] i really haven't put much thought into it. iv only have spent 15 minutes on it
[QUOTE=BrandonFlowers.;32402435][URL="jasonmeier.net"]jasonmeier.net[/URL] i really haven't put much thought into it. iv only have spent 15 minutes on it[/QUOTE]
What is it suppose to be?
[url]http://jessecar96.net/[/url]
I haven't put much work into it
[QUOTE=Jessecar96;32402578][url]http://jessecar96.net/[/url]
I haven't put much work into it[/QUOTE]
What's in there that you made?
[QUOTE=zzlawlzz;32402452]What is it suppose to be?[/QUOTE]
Nothing i just have the domain and i dont know what to put on it.
[QUOTE=gameguysz;32398151]okay really why are you bagging on everyone's site? Who cares if his is made out of flash its HIS site, and if he likes it then good for him doesn't mean you have to comment at all on this forum telling him how it sucks. And who cares if some people cant spell correctly as far as you know he just miss typed cause his figures where sore of programming the new Missile head that's going to help us get France..
Ummm what!?!?! I mean NIPPLES!
PS: Maybe he hates those platforms XD I don't know I'm just in a good mood to be kind for when i rage later on cause someone said boxxy is not real..[/QUOTE]
Bagging? I made a few factual statements about Flash without saying it's a bad platform, and pointed out that your sites name is amusing.
The fact that you think "Vaginal Discharge" is a hilarious name pretty much says everything. Good luck getting taken seriously in the professional world with that kind of attitude.
[QUOTE=anton2;32156142]I have redesigned gradstr like 7 times before I finally now am sticking to the current design[/QUOTE]
I'm onto my 4th redesign of PlanB and I'm still not happy.
[url]dynamicshadows.net[/url]
I know it's shit. First site I made and the flash menubar sometimes break.
[QUOTE=dije;32407155][url]dynamicshadows.net[/url]
I know it's shit. First site I made and the flash menubar sometimes break.[/QUOTE]
i hate the way that the menu disappears for every new page
and that it can be replicated easily in css
[QUOTE=dije;32407155][url]dynamicshadows.net[/url]
I know it's shit. First site I made and the flash menubar sometimes break.[/QUOTE]
Not terribly bad, trying to read stuff with your color scheme did make my head hurt a bad.
[QUOTE=dije;32407155][url]dynamicshadows.net[/url]
I know it's shit. First site I made and the flash menubar sometimes break.[/QUOTE]
Flash navigation bar?
0 Points for you.
Here's my website:
[url]www.hostaltitude.com[/url]
Not perfect but it's still a work in progress. I also have a portfolio (Logo Design) website but it's currently not worth posting here.
[QUOTE=dije;32407155][url]dynamicshadows.net[/url]
I know it's shit. First site I made and the flash menubar sometimes break.[/QUOTE]
Never use flash to achieve something like that, its just not needed and will just cause you more of a headache in the longrun. I have created a replica of that navigation bar in HTML/CSS for you. I don't want to spoon feed you but hopefully it will help you out and you might be able to learn something from it.
Put this in your CSS file:
[code]
#nav {width:780px; height:60px;}
.navlinks ul li a:active, a:visited, a:link, a:hover
/*Deals with styling the nav boxes*/
{
background-color:#586a7c;
width:128px; /* 2px border + 128px width = 130px (width of each navlink)*/
height:21px; /* 2px border + 37px of padding-top + 21px height = 60px total height (height of navbar)*/
float:left;
text-align:center;
position:relative;
font-family:arial,sans-serif;
display:block;
padding-top:37px;
color:#e9e5db;
font-weight:bold;
text-decoration:none;
border:1px solid #697e94;
color:#e9e5db;
font-weight:bold;
font-size:9pt;
}
.navlinks a:hover{cursor:pointer; background-color:#677e7d; border-color:#95a8a8;}
[/code]
And this in your HTML file (to replace your old navbar):
[code]
<div id="nav">
<div class="navlinks"><a href="index.html">Home</a></div>
<div class="navlinks"><a href="info.html">Info</a></div>
<div class="navlinks"><a href="staff.html">Staff</a></div>
<div class="navlinks"><a href="rules.html">Rules</a></div>
<div class="navlinks"><a href="mods.html">Mods</a></div>
<div class="navlinks"><a href="whitelist.html">Whitelist</a></div>
</div>
[/code]
Gives you this:
[img]http://img31.imageshack.us/img31/164/navbarlr.png[/img]
[url]http://bytecove.co.uk[/url]
I'm thinking of putting some images of past projects in between the space bellow the header and above the content, not sure how well it will look there though.
Does anyone have any idea about how I could put more information on the one page without cluttering it?
Perhaps multiple scroll-able pages (like facebook's image lightbox, only not totally horrendous)
[QUOTE=Sharpshooter;32416407]-css/html stuff-[/QUOTE]Thanks! Do you know of any good tutorials of php or css/html?
[QUOTE=dije;32427936]Thanks! Do you know of any good tutorials of php or css/html?[/QUOTE]
[URL]http://www.tizag.com[/URL], [URL="http://www.tizag.com/"]http://[/URL][URL="http://www.php.net"]www.php.net[/URL], [URL="http://www.tizag.com/"]http://[/URL][URL="http://www.htmldog.com"]www.htmldog.com[/URL], [URL="http://www.tizag.com/"]http://[/URL][URL="http://www.w3c.org"]www.w3c.org[/URL], [url]https://developer.mozilla.org/en/Web_Development[/url]
I heard these guys are good [url]http://www.w3schools.com/[/url] :downs:
[url]http://wauterboi.com/[/url]
Other than the fact that it doesn't load everything closed right away I like it. I'd like to know how to fix it though. :(
Also, Textpattern ftw!
[QUOTE=wauterboi;32443764][url]http://wauterboi.com/[/url]
Other than the fact that it doesn't load everything closed right away I like it. I'd like to know how to fix it though. :(
Also, Textpattern ftw![/QUOTE]
-snip- woops, thought i was in WAYWO
snip
Just a simple mock of a website design I was working on with a mysql backend.
Nothing special.
[QUOTE=wauterboi;32443764][url]http://wauterboi.com/[/url]
Other than the fact that it doesn't load everything closed right away I like it. I'd like to know how to fix it though. :(
Also, Textpattern ftw![/QUOTE]
holy shit it's wauterboi
[url]http://x74.us/[/url]
Mine is [URL="http://initialgaming.com"]http://initialgaming.com[/URL]
Its general gaming site that is slowly growing and getting more popular :)
[QUOTE=Eramo88;32482806]Mine is [URL="http://initialgaming.com"]http://initialgaming.com[/URL]
Its general gaming site that is slowly growing and getting more popular :)[/QUOTE]Were you [i]really[/i] thinking about creating another unoriginal gaming community, or was it something else?
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.
Sorry, you need to Log In to post a reply to this thread.