Go Back   TalkBass Forums > Bass Guitar Forums > Bass Guitar Forums > Off Topic [BG]
Register Rules/FAQ/CUP Members List Search Today's Posts Mark Forums Read

Off Topic [BG] Non-music-related discussion and chat


Supporting Membership
Thank You

Latest Supporting Member
Donate to Upgrade Today

Reply
 
Thread Tools Search this Thread
  #1  
Old 10-25-2009, 11:09 AM
::::BASSIST::::'s Avatar
Looking for Opportunities to Create Harmony
 
Join Date: Sep 2004
Location: Vancouver, BC Canada
Supporting Member
Computer Guys... Help needed making a webpage for my band.

Sign in to disble this ad
I'm attempting to create a website for my band using one of those free templates. I've never made a website before, but after a few hours I think I have the gist of it. Except for one major thing...

How do I put my words/text onto the website?


I understand how to change the colours, fonts, location of the pics etc of the templates, but I can't seem to change the text. I know I'm probably overlooking something simple, but there is just so much info out there I am missing it somehow.

Thanks!
__________________
Stambaugh Shortscale Jazz - GK MB800 - fEARful 15/6
  #2  
Old 10-25-2009, 11:23 AM
James Hart's Avatar
Registered User

Endorsing Artist: see profile
 
Join Date: Feb 2002
Location: toms_river.nj.us
Send a message via AIM to James Hart
Supporting Member
http://www.w3schools.com/css/css_font.asp
  #3  
Old 10-25-2009, 11:37 AM
L-A's Avatar
L-A L-A is offline
Registered User
 
Join Date: Jul 2008
Location: Eh?
Supporting Member
Most "computer guys" will be able to help you set up your network or install Windows. Web page building does not fit the stereotype anymore.

And "those templates" is a little vague to know what you're doing. Are you coding?
__________________
Quote:
Originally Posted by tom once dead View Post
Also to prove my Australianism, I've been stung by an irukandji jellyfish before, while snorkelling at an island looking at stingrays.
  #4  
Old 10-25-2009, 11:37 AM
::::BASSIST::::'s Avatar
Looking for Opportunities to Create Harmony
 
Join Date: Sep 2004
Location: Vancouver, BC Canada
Supporting Member
Thanks James. I'm still missing something though. In my templates folder I have the following files

Images
Style
index

Where my mistake is (I think) is that I am putting the

Quote:
<html>
<body>

<h1>band name
</h1>

</body>
</html>
in the style file, which I think is wrong. If it doesnt go there then where does it go?
__________________
Stambaugh Shortscale Jazz - GK MB800 - fEARful 15/6
  #5  
Old 10-25-2009, 11:39 AM
L-A's Avatar
L-A L-A is offline
Registered User
 
Join Date: Jul 2008
Location: Eh?
Supporting Member
Quote:
Originally Posted by ::::BASSIST:::: View Post
Thanks James. I'm still missing something though. In my templates folder I have the following files

Images
Style
index

Where my mistake is (I think) is that I am putting the



in the style file, which I think is wrong. If it doesnt go there then where does it go?
In index. Tags such as "body", "h1" and "HTML" are the foundation of your index.htm file.

The style.css file contains information on how to format and present information, but should not have any content in itself.
__________________
Quote:
Originally Posted by tom once dead View Post
Also to prove my Australianism, I've been stung by an irukandji jellyfish before, while snorkelling at an island looking at stingrays.
  #6  
Old 10-25-2009, 12:08 PM
fdeck's Avatar
Registered User

Maker of HPF-Pre upright bass preamp
 
Join Date: Mar 2004
Location: Madison WI
Supporting Member
What's wrong with MySpace or Google Pages? I think there was a time when you needed your own URL and web server, to show that you were computer-savvy. But nowadays, anybody can build a web page, so it has ceased to be a distinction.

But if you want code, take the templates up into your word processor (most can load and save HTML), edit to your heart's content, save as HTML, and you're done.
__________________
DIY gear articles and HPF-Pre
  #7  
Old 10-25-2009, 12:46 PM
::::BASSIST::::'s Avatar
Looking for Opportunities to Create Harmony
 
Join Date: Sep 2004
Location: Vancouver, BC Canada
Supporting Member
Interesting however, my band has paid for a website domain www.dickcash.ca and we'd like to use it. I am just trying to keep things simple for now. I'll try the suggestion of using the word processor.
__________________
Stambaugh Shortscale Jazz - GK MB800 - fEARful 15/6
  #8  
Old 10-25-2009, 01:30 PM
James Hart's Avatar
Registered User

Endorsing Artist: see profile
 
Join Date: Feb 2002
Location: toms_river.nj.us
Send a message via AIM to James Hart
Supporting Member
websites are real easy with today's tools and I think a .com (or .ca) is WAY more respectable and professional than some free site (though myspace / facebook / reverbnation are all great for personal interactions with fans) If you know how to use Word you can output to HTML or even better if you have an Office suite with Frontpage. Most hosts have 'Frontpage extensions" that let Frontpage help you not only design the site but also use some fairly slick built in things for calendars and such AND it will handle the publishing to the web as well.
  #9  
Old 10-25-2009, 01:52 PM
::::BASSIST::::'s Avatar
Looking for Opportunities to Create Harmony
 
Join Date: Sep 2004
Location: Vancouver, BC Canada
Supporting Member
I was also told by some "in the know" booking agents that it looks much better for a band to have their own website rather than just a myspace.

They say it looks much more professional.

I'll try the ms word frontpage thingy.
__________________
Stambaugh Shortscale Jazz - GK MB800 - fEARful 15/6
  #10  
Old 10-25-2009, 02:12 PM
fdeck's Avatar
Registered User

Maker of HPF-Pre upright bass preamp
 
Join Date: Mar 2004
Location: Madison WI
Supporting Member
I suppose you have to go with what matters to your market. With that said, I suggest that you take a look at a lot of "professional" websites, as a warning that if you try to create a lot of bells and whistles, it can start looking really clumsy in a hurry, especially if your page doesn't work quite right on mobile devices like iPhones.

Therefore, keep it simple. IMHO all you really need is a front page with a one high quality photo, links to two or three good recorded tunes, and booking contacts.

Once you have edited your page, you can "run" it by putting all of its contents in a single folder on your computer and then opening it up in at least two browsers: Internet Explorer and Firefox. Navigate the entire page to make sure all of the links work.

Of course it goes without saying that literate use of language is vital, but from your posts, I reckon that this won't be a problem for you.

In terms of learning about HTML code, you can cheat by doing "view document source" in your browser when you see a web page that you admire.
__________________
DIY gear articles and HPF-Pre
  #11  
Old 10-25-2009, 02:51 PM
L-A's Avatar
L-A L-A is offline
Registered User
 
Join Date: Jul 2008
Location: Eh?
Supporting Member
^ This is all good advice. A single info & presentation would be an excellent choice.

Some inspiration:

http://www.gist.com/
http://www.nosotroshq.com/
http://trentwalton.com/ <-- THIS (according to my taste)
http://www.madebysofa.com/ <-- and this too
http://forabeautifulweb.com/
http://www.polargold.de/

For the general simple/clean look, that works very well in these days of fast internet browsing.
__________________
Quote:
Originally Posted by tom once dead View Post
Also to prove my Australianism, I've been stung by an irukandji jellyfish before, while snorkelling at an island looking at stingrays.
  #12  
Old 10-25-2009, 05:34 PM
Chunk-O-Funk's Avatar
Funkify your Life
 
Join Date: Apr 2005
Location: The Bucket, RI.
Supporting Member
Digme past this on to me, and now, I pass it to you.

Google sites:
https://www.google.com/accounts/Serv...sive=true&ul=1

I started a similar thread a few weeks ago. I have very little HTML knowledge and wanted to give a free WYSIWYG type HTML program a shot.

Google sites, for the most part, is a WYSIWYG program that's already online. No need to find a free web-host. It's very easy to learn and use. Changing font style, size, color, and where you want it on the page has a very simple interface.

I think the only downside is the lack of control over HTML if you want or need something more advanced. I tried copying some embedded media HTML code, and Google would not allow it. Also, I learned that if you want to do something like a slide show, it can only be done from Picasa, google's photo hosting website. The embedded code from Photobucket also gets rejected. You can link photos from any website, and it gives you an option of different size thumbnails, though. It also lets you link video from youtube and google, but I'm not certain if you can put in an embedded media player, however I'm sure you can line your music from another web host.


Here's what I did with google sites.
http://sites.google.com/site/mattsho...tersystem/home
I haven't messed with it in a week or two and still need to finish it. Maybe one more page and I'm done.

Last edited by Chunk-O-Funk : 10-25-2009 at 06:18 PM.
  #13  
Old 10-25-2009, 08:28 PM
::::BASSIST::::'s Avatar
Looking for Opportunities to Create Harmony
 
Join Date: Sep 2004
Location: Vancouver, BC Canada
Supporting Member
Wow, lots of info to look into.

thanks.
__________________
Stambaugh Shortscale Jazz - GK MB800 - fEARful 15/6
  #14  
Old 10-25-2009, 09:02 PM
Folmeister's Avatar
Knowledge is Good - Emile Faber
 
Join Date: May 2003
Location: Pleasant Hill, CA
Supporting Member
There is a website we used called Bandzoogle (http://bandzoogle.com/) It was fairly easy to use and they host the domain.
__________________
Reverend Club Member #4!
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Follow TalkBass on Twitter   Visit TalkBass on Facebook  

All times are GMT -6. The time now is 10:55 AM.




Copyright 2011 Talk Music Group Inc. All rights reserved.
Play guitar? Visit our new sister site TalkGuitar.com [beta]
Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.