|
||
|
|
|||||||
| Welcome to the Exploding Garrmondo Weiner Interactive Swiss Army Penis. |
|
GFF is a community of gaming and music enthusiasts. We have a team of dedicated moderators, constant member-organized activities, and plenty of custom features, including our unique journal system. If this is your first visit, be sure to check out the FAQ or our GFWiki. You will have to register before you can post. Membership is completely free (and gets rid of the pesky advertisement unit underneath this message).
|
![]() |
|
|
Thread Tools |
It's been a while since I last designed anything so these are kinda old.
InGo'S RaNcH My Zelda fan-site. Don't get me wrong, it's not like I really love the series (although I do like them) and it's all I can think of. The topic is the least I care about. This website is like my little frankenstein. It's the place where I experiment with new stuff like Ajax and some nice scripts, that's why it will take a while to load. I have currently 3 different designs which change dynamically thanks to a javascript code that switches the CSS stylesheets. On the left menu there's a section entitled "IR a la carte". Click on those 3 buttons and the design will change. Anime Omega A friend's website which he asked me to design. It's been more than a year since I designed this, but I still like it. I got a job a while ago where I had to design websites, so I designed quite a few... http://www.qbureau.com <-- that's the place I worked at http://www.qbureau.com/proyectos/esi...dule=planteles http://ingosranch.gameshunters.com/t...ac/almacen.php <-- This was a CMS Admin page. Most ideas came from the Jaws project. http://ingosranch.gameshunters.com/temp/tcm/ <-- A very, very fast design that was like an emergency thing. That's why it's so damn simple. http://ingosranch.gameshunters.com/t...alize/test.php <-- And this one was supposed to be my portfolio... or something. That's all I can think of right now... Some good stuff above, by the way. I liked the design at http://www.ps3camp.info . The menu is awesome. Oh, and Ultima, could you share the font you used at this logo? Jam it back in, in the dark. |
also, if you ever get a web-design business up and running and need some help, count me in. I'm pretty good at CSS, XHTML and the graphics, and can be of some help at javascript and PHP. There's nowhere I can't reach. |
First of all, intros are way stupid. (most of the time) You enter a website to SEARCH INFORMATION, not to see a damn 20 second movie made with flash. Then, perhaps I'm way too much into this web2.0 and semantic content, but flash movies really shouldn't be used to build entire websites. Actually, flash shouldn't be used at websites at all. The only reason I find for using flash to create your site is to make it more "dynamic", but then again, it depends on your definition of dynamic. If by dynamic you mean stupid sounds (that distort the music I'm listening to), shinny effects when switching pages and lots of stuff moving from time to time all around (that most of the times are quite disturbing), then go ahead. If you are not doing all what stated before, then you don't need to use flash at all, it can be done with (X)HTML. Heck, even some stuff that you would think only possible with flash can be done with (X)HTML/Javascript/CSS. Flash sites also can rank low at googlerank and stuff like that, because the spider can't read the movie, it only reads HTML tags and content; they usually take longer to load than normal HTML pages; they are NOT accessible; you can't select text at flash sites, nor you can link directly to a specific section of a website, etc. etc. I just found Flash way lame at creating websites. Use it for presentations or funny movies/games like the ones found at Newgrounds; not for your website. Again, it's only my opinion. Flash is just not for websites. Oh, and please, if you'regoing to add a "skip" button, do so in the HTML. Making people load something they do not want to see only to skip it is just plain mean. ![]() Most amazing jew boots |
I use CSS for the hover effects on my buttons. Take metal.ize for example. The hover effects on the top blue menu and on the category buttons is all CSS. No span needed, just a simple list (which helps for accessibility and complies with the semantic code rule).
I tend to stay away from Javascript as much as I can. Using javascript for the design itself is a no. It's a nice plus, though; with all this AJAX scripts and effects, but that's it: a plus. I may be crazy, but a website that NEEDS javascript to WORK is just wrong. Websites should be able to work with just HTML. No need of Javascript, Flash... not even CSS. That's what I aim for when creating a website (of course, when I make a website for another person, even if I hate what they ask for, I have to do it... give the customer what they want [no, customer's are not always right ¬¬]). Most amazing jew boots |
Lets split this...
I was speaking idiomatically. |
And if you are trying to pretend that DIVs are tables when coding a CSS layout, you're doing it wrong. You don't need to pretend DIVs are tables, but blocks of elements. As you said, all the web elements have it's place; you just need to use them for the right things. And the whole reason for using CSS as much as you can instead of tables/javascript or anything else you can think of is mere accessibility. It loads faster, it's semantic and withouth CSS, chances are that it will still work. What kind of toxic man-thing is happening now? |