Jump to content
Jambands.ca

Web / HTML help


Jay Funk Dawg

Recommended Posts

Heya,

I've been messing around with building websites of late - I'm getting the hang of ftp and editing html code - is there any one here who does this type of work on a regular basis?

I've been using:

http://www.w3schools.com/html/

to help with some of the design - mostly I've been using wordpad to edit the documents - I am assuming that most people use Dreamweaver - any ideas or advice would be helfull!

here the the websites I'm working on:

www.nufunk.ca

www.makeitfunky.ca

www.360degreesartists.com

www.myspace.com/nufunk

the things I want to add to these sites is the ability to add yourself automatically to the email list and in terms of nufunk.ca I want some windows to open in a new window - rather than inside a window of the site.

thanks

Link to comment
Share on other sites

Hey Jaydawk. The standard way to do this is with a target attribute.. so:

Google

becomes

Google

Note though that while target works across browsers, it is deprecated, and the practice of opening links in new windows/tabs in increasingly considered rude. But assuming you aren't concerned about the politics of it, that should do the trick.

Link to comment
Share on other sites

the things I want to add to these sites is the ability to add yourself automatically to the email list and in terms of nufunk.ca I want some windows to open in a new window - rather than inside a window of the site.

thanks

adding people to an email list has to be voluntary. I hope that is what you mean. There's not much to do in order to allow someone to subscribe to your email list, however you have to learn a few fundamentals about databases. PHP code and MySQL databases are pretty damn easy and there are tons of examples online that will help you do what you require.

That tutorial site that you mentioned has been around for ages...at least since the mid nineties and I learned many things from it over the years (mostly javascript).

Link to comment
Share on other sites

using Wordpad or Notebook or any basic text editor is actually the best way to get the hang of designing sites... Dreamweaver can do a lot for you but its important to know what its doing for you or you can end up totally lost when something goes amiss

recommend you take a stab at css design... good to know your html basics but cascading style sheets are preferable... little tricky to figure out but a lot better once ya get the hang of it

meta tags for the HEAD section of your pages are fairly important for search engine recognition, quick and easy to learn... nother strong point about using css is the code makes your pages easier to be read by the search engines

WC3 is a great reference... some other good ones:

Sitepoint

A List Apart

looks like you're off to a pretty good start... have fun!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...