woot, after using the stuff that shadowplay mentioned my design is complete [url]http://jacobhaslehurst.com[/url]
Why Home looks different from the other pages?
the other pages havent been styled correctly yet, home is the only one working properly.
[editline]02:37AM[/editline]
its just a matter of coppying and pasting 10 lines of code
-snip-
[QUOTE=H4Z3Y;23567919]woot, after using the stuff that shadowplay mentioned my design is complete [url]http://jacobhaslehurst.com[/url][/QUOTE]
Glad that worked out for ya.
[QUOTE=H4Z3Y;23567919]woot, after using the stuff that shadowplay mentioned my design is complete [URL]http://jacobhaslehurst.com[/URL][/QUOTE]
Very broken on IE unfortunately. I know it is a really shit browser but you just cannot afford to rule out a large segment of an audience even if the browser is terrible.
[QUOTE=Sharpshooter;23578139]Very broken on IE unfortunately. I know it is a really shit browser but you just cannot afford to rule out a large segment of an audience even if the browser is terrible.[/QUOTE]
Oh wow, yeah. I forgot to say that when using rgba colours, you should declare a standard rgb colour first. The browsers that support rgba will use the last one. Then, all IE will lose is the transparency.
background-color: rgb(r,g,b);
background-color: rgba(r,g,b,a);
[url]http://sax.moo.no/[/url]
:sax:
[QUOTE=Snipertaz;23613552][url]http://sax.moo.no/[/url]
:sax:[/QUOTE]
Uhm, tables? Generator, what the... Seriously.
[url]http://braxnet.org/[/url]
Updated my main site today :3:
[QUOTE=Giraffen93;23789960][url]http://braxnet.org/[/url]
Updated my main site today :3:[/QUOTE]
needs more consistency, the 4 links on your navbar all lead to different pages with different styles, you should aim to give the user a website that is as cohesive as possible.
[QUOTE=H4Z3Y;23822260]needs more consistency, the 4 links on your navbar all lead to different pages with different styles, you should aim to give the user a website that is as cohesive as possible.[/QUOTE]
I think that they are all different sites?
[editline]12:18PM[/editline]
[QUOTE=Justice;23785313]My site is so empty compared to everyone else's but it seems to be popular at least.
[url]http://www.thebest404pageever.com[/url][/QUOTE]
[url]http://www.youtube.com/watch?v=7j8HAbxmQ0g[/url]
suggestion for content
Hey Peoples!
You know that website that I had that was really ugly?
Well, I added some CSS, and tell me if [URL="http://i35.tinypic.com/537991.png"]this is better[/URL]
Edit: Just fixed the padding problem.
[QUOTE=Giraffen93;23789960][URL]http://braxnet.org/[/URL]
Updated my main site today :3:[/QUOTE]
Your upload leaves it vulnerable to shell hacking...
I learned the hard way when I viewed c99.txt...
Really? How do i fix it then? It checks MIME and all that stuff.
[QUOTE=Giraffen93;23847985]Really? How do i fix it then? It checks MIME and all that stuff.[/QUOTE]
The "best" method is to simply disallow via apache. For example, if your files go into the "uploads" directory, force apache to only allow the allowed types to execute. So even if someone gets past your file validation and uploads something "wrong" when they try to access it apache will refuse it :)
.htaccess or something? I'm actually pretty clueless here. And it uploads into another folder.
[QUOTE=Giraffen93;23848093].htaccess or something? I'm actually pretty clueless here. And it uploads into another folder.[/QUOTE]
Yea, .htaccess
Or just don't allow .txt files
It won't let me upload php files atleast
Oh, yeah, nobody uploads .txt anyways.
You need to remove the text :) it still says you can
Removed all traces of it.
Well, it's now even better!
[url]http://i33.tinypic.com/2pq9ymp.png[/url]
Have Rounded Corners (webkit),
Custom 404 (Missing), 403 (Forbidden), and 500 (Internal Server Error) pages!
More, but I have to get content before I release it :)
Make some vibrant background colors, or do some gradients. Those colors aren't very nice really.
Could you recommend a background color/image?
Well, not really, but you could use [url=http://kuler.adobe.com/]Kuler[/url] to get some advice with colors, i usually just apply some slight noise to backgrounds to give it more depth.
Does [URL="http://i33.tinypic.com/wkfe42.png"]this[/URL] look good?
If it tiles, it would be very messy. Too big of a shadow there, and stripes are really overdone.
[QUOTE=supersnail11;23854555]Does [URL="http://i33.tinypic.com/wkfe42.png"]this[/URL] look good?[/QUOTE]
That will look pretty bad, you want a soft background so that your eyes are not drawn away from the content, your colour choice isn't all that great, generally the colours and designs you choose clash with each other, creating a great looking website is all about getting the mix of colours and designs right.
Ok, I'll work on it.
Another question: Is it an improvement over the last one? page 7
It would be hella lot easier just uploading the page somewhere, so people can troubleshoot it and see it in their browser.
Sorry, you need to Log In to post a reply to this thread.