Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

59 users online



Read first, please! (Tips | Stock Photos | PHP Scripts | Javascripts)(updt: 02/25/04)

Read first, please! (Tips | Stock Photos | PHP Scripts | Javascripts)(updt: 02/25/04)

Currently viewing this thread: 1 (0 members and 1 guests)


Jeff

Jeff

loves kitties and cuddles
Status: Offline!

Read first, please! (Tips | Stock Photos | PHP Scripts | Javascripts)(updt: 02/25/04)

Before you post, make sure you FOLLOW THESE STEPS!

Search google; http://www.google.com
Search the Neverside forums.
Check the resources below and the Font sticky (http://forums.neverside.com/view/thread62839/)
Please use specific thread titles, not just "Help!" or "Small question" or "??"
Please include source code if you think it might help
Link to your site/the site in question if it's related
Read over your post before posting
Post Photoshop questions in the Photoshop forum.
Have fun Wink

- Stock Photos

http://sxc.hu
http://www.stock.b-man.dk/
http://orangetrash.d2.hu/index2.html
http://www.morguefile.com/
http://www.imageafter.com/
http://www.stock.reh3.com/
http://www.bluevertigo.com.ar/bluevertigo.htm

- PHP Scripts

There's a bunch of freebies at http://php.resourceindex.com/Complete_Scripts/.

- Javascript Scripts

Check out http://javascript.internet.com.

___________________

I've got a girlfriend! WOOT.

Last edited by Jeff, March 16th, 2005 11:29 PM (Edited 2 times)

Jeff

Jeff

loves kitties and cuddles
Status: Offline!

Message boards/forums.

- Free Messageboards/Forums
List courtesy of Kylej, Neliconcept, Dav, Mykh, Neo_thegame, and System|Failure. PM me if you want me to add something to the list.

Free Remotly Hosted Forums
http://www.invisionfree.com/
http://upperboard.com/
http://forums.asp-dev.co.uk/
http://www.xsorbit.com/
http://www.proboards.com/
http://www.ezboard.com/
http://forums.hostultra.com/
http://www.network54.com/
http://www.everyone.net/
http://www.mycool.com
http://www.guestforum.com/
http://www.voy.com/
http://www.dk3.com/
http://www.homepagetools.com/ultraboard
http://www.swiftsolution.com/
http://groups.yahoo.com/
http://communities.msn.com/
http://on.starblvd.net/meet
http://forums.delphi.com/
http://www.suddenlaunch.com/
http://bb.bbboy.net/
http://www.eboards4all.com/

Free BulletinBoards/Forums
http://www.phpbb.com - phpBB2 (PHP, mySQL)
http://woltlab.de - wbb1 (PHP, mySQL)
http://yabb.info - YaBB SE (PHP, mySQL)
http://openbb.com - OpenBB2 (PHP,mySQL)
http://www.invisionboard.com - Ibforums (PHP,mySQL AND CGI)
http://forum.snitz.com Snitz Forum2000 (ASP)
http://german-bulletin-board.de - gBB (PHP, mySQL) (Cool)
http://www.phorum.org/ - Phorum (PHP + MySQL; open source)
http://www.xmbforum.com/ - XMB (PHP + MySQL)
http://www.minibb.net/ - MiniBB (PHP + MySQL)
http://www.mybboard.com/ - MyBB/DevBB (PHP, MySQL)
http://www.xmbforum.com/ - XMB (PHP, mySQL
http://www.simplemessageboard.com/ - SMP (CFM, MSsql)
http://www.lokwa.com/ - lokwaBB (PHP, Mysql)
http://www.mercuryboard.com/ - MurcuryBoard (PHP, MySQL)
http://edge-programming.com/eboard/ - EBoard (PHP)
http://www.smartbb.net/ - SmartBB (PHP, Mysql)
http://www.myboard.co.uk/ - myBoard (PHP, MySQL)
http://mybboard.com - DevBB (PHP, mysql)
http://www.versiforum.com - VersiForum (ASP)
http://www.ikonboard.com/ - IkonBoard
http://www.evobb.com/ - evolution BB - (PHP, MySQL)
http://www.myikonboard.com/
http://hyperboards.com
http://www.host.dragonsoftheweb.com/
http://www.webwizguide.info/
http://www.acid-host.com/

___________________

I've got a girlfriend! WOOT.

Last edited by Jeff, April 3rd, 2005 04:39 PM (Edited 2 times)

Jeff

Jeff

loves kitties and cuddles
Status: Offline!

Do's and Don't's of Web Design

Do's and Don't's of Web Design

Submitted by iJeff:
Do's:
Do use doctypes: http://www.alistapart.com/articles/doctype/
- doctypes help tell the browser what kind of page it's rendering, among other things -- check the link for more info.

Do validate your pages: http://validator.w3.org/
- validating your site's pages will help ensure that it has a better chance of rendering the same in all browsers. it also helps eliminate glaring errors in your code.

Do use CSS: http://www.w3.org/Style/CSS/ , http://www.w3schools.com/css/default.asp
- CSS is versatile and easy. used properly, it can generate faster loading sites and high modularity.

Do have a header that's relevant to your site, impresses the user quickly, and where text is easily legible.

Don'ts:
Don't use pop-ups.
- they're annoying, users hate them. ergo, they won't look at them anyway. so why bother?

Don't use frames.
- when frames are used (or iframes for that matter), a user cannot choose what frame to bookmark (usually) when he/she hits a bookmark button in their browser. Thus, a particular page they're on could be potentially lost.

Don't use tables for non-tabular data.
- tables were meant for tabular data. database-type stuff. numbers. etc. don't use them for layout, use happy CSS.

Don't include excessive flashy stuff.
- javascript cursor follower thingies, flashy gifs, scrolling text -- if you don't need it, you won't need it. it'll only give the user a headache.

Don't have a tacky color scheme: http://www.colorschemer.com/online.html
- it may surprise you, but a nice color scheme goes a long way. a subtle matching up of text color with a background color can really impress a user, if only subconsciously.

Don't use anti-aliasing with pixel fonts. ugh.

Submitted by jadedchron:
Do's
-Make your navigation clear
-Use harmonic color schemes
-Make text legible (black on white)
-Consider the visitor's resolution and computer setup
Don'ts
-Have your visitor download fonts, special viewers, etc..
-Use a bunch of animated gif's

Submitted by LIFT:
Do's
-do use the same page layout and colors
-do use the same navigation on all pages (don't move it round), and don't place it on the right side instead of the left side .. after all in english you read left to right, top to bottom and not right to left, bottom to top. Unless you are creating this in a language where this is standard.
Don'ts
-DO NOT copy some one's design, although it may look simular since there are a billion designers out there and eventualy it will all look simular .... please DO be creative.
-do not use dark text on a dark background, or text that is neon ... if you have to use other designers color themes as a guide line.
-do not use huge images that take 5 minutes to load, learn the art of tiling images and create your design so you re-use images ... once an image is downloaded it will be automaticaly place on the web page since its already in the viewers temp folder.

___________________

I've got a girlfriend! WOOT.

Last edited by Jeff, April 3rd, 2005 04:40 PM (Edited 1 times)

bleedwithme

bleedwithme

i do my crosswords in pen
Status: Offline!

http://proboards.com is a good free message board service.

Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.0212 seconds.