Offtopic Any topics not related to the games we cover. Doesn't mean this is a Spam-fest. Profanity is allowed, enter at your own risk. |
|
|
Senior Member
Posts: 2,303
Join Date: Aug 2002
Location: Castaic
|

08-09-2003, 12:11 PM
i prefer using good old notepad to write web pages
|
|
|
 |
|
|
Senior Member
Posts: 638
Join Date: Apr 2003
|

08-09-2003, 12:37 PM
[quote="Bullitt Tooth":a40f1]i prefer using good old notepad to write web pages[/quote:a40f1]
Yea I been doing that, plus I guess its better to know the basics.
|
|
|
 |
|
|
Senior Member
Posts: 12,585
Join Date: Jan 2002
Location: Staten Island, NY, USA
|

08-11-2003, 09:26 AM
Some websites, like Earthlink or Geocities, have their own HTTP-based FTP program. For example, DoD Studios; it allows you to upload images to their webserver using a FTP protocal in a HTTP webpage format. If Comcast has that, you can use that. A more powerful tool would be a FTP client though. Some of the better ones are CuteFTP and WS_FTP.
A good way to start learning HTML is to use a program that gives you a WYSIWYG option (What You See Is What You Get.) As most people will say that MS Frontpage is crap, it IS a good program to learn HTML code. It works much like MS Word does; you insert text / images / tables, whatever, and you can then choose the HTML tag at the bottom to see how everything you put on the page was generated. This is how I first learned HTML code. You can also look into CuteHTML and CoffeeCup HTMLEditor, they have the same effect.
|
|
|
 |
|
|
Senior Member
Posts: 638
Join Date: Apr 2003
|

08-11-2003, 01:49 PM
I got Homesite 5.0 - basically a notepad with tons of features. I dont particualrly like the HTML-Dummy Programs. I can see using them in the future just to speed certain things up, but right now Homesite is a great program, that allows me to view what I'm doing as I type, as well as having the advanced options things like Dreamweaver offers.
Besides its a welcome diversion to focus on typing.
And I said FU to Comcast and decided to spend the money to get my own website. www.[insertlater].com. Right now theres a bunch of shit - and I mean that literally - on there.
I also havent figured out what I need embed music into my index page.
|
|
|
 |
|
|
Guest
|

08-11-2003, 02:19 PM
[quote="ED! Ban #127":375b7]I got Homesite 5.0 - basically a notepad with tons of features. I dont particualrly like the HTML-Dummy Programs. I can see using them in the future just to speed certain things up, but right now Homesite is a great program, that allows me to view what I'm doing as I type, as well as having the advanced options things like Dreamweaver offers.
Besides its a welcome diversion to focus on typing.
And I said FU to Comcast and decided to spend the money to get my own website. www.[insertlater].com. Right now theres a bunch of shit - and I mean that literally - on there.
I also havent figured out what I need embed music into my index page.[/quote:375b7]
k
|
|
|
 |
|
|
Senior Member
Posts: 12,585
Join Date: Jan 2002
Location: Staten Island, NY, USA
|

08-11-2003, 03:00 PM
Red stop spamming.
I know how to embed .WAV & .MIDI files into webpages, dunno about .MP3s though. If need be, tell me, and I'll give you the code needed.
|
|
|
 |
|
|
General of the Army
Posts: 18,844
Join Date: Nov 2002
Location: AA.com North Building, Offtopic Floor, Apartment 1337
|

08-11-2003, 03:04 PM
Html has always made my head hurt cry:
|
|
|
 |
|
|
Senior Member
Posts: 638
Join Date: Apr 2003
|

08-11-2003, 03:56 PM
[quote="Bazooka_Joe":1688c]Red stop spamming.
I know how to embed .WAV & .MIDI files into webpages, dunno about .MP3s though. If need be, tell me, and I'll give you the code needed.[/quote:1688c]
.WAV and MIDI is fine. I can always convert good bless ware...I mean god bless PURCHASING POWER! Yea that's it.
|
|
|
 |
 |
|
|
Senior Member
Posts: 12,585
Join Date: Jan 2002
Location: Staten Island, NY, USA
|

08-11-2003, 04:13 PM
[quote="ED! Ban #127":77a00][quote="Bazooka_Joe":77a00]Red stop spamming.
I know how to embed .WAV & .MIDI files into webpages, dunno about .MP3s though. If need be, tell me, and I'll give you the code needed.[/quote:77a00]
.WAV and MIDI is fine. I can always convert good bless ware...I mean god bless PURCHASING POWER! Yea that's it.[/quote:77a00]
Converting .MP3 to .WAV isn't warez. You can do it with freeware built into WinAMP
[code:77a00]<EMBED src="http://website.com/file.wav" autostart=true loop=false volume=100
hidden=true><NOEMBED><BGSOUND src="http:/website.com/file.wav"></NOEMBED>[/code:77a00]
AUTOSTART = Plays when it downloads
LOOP = Continous play
VOLUME = hmmm. ..
HIDDEN = Wether or not the controls for the sound will show up on the page. I don't think this will work for any Windows Media Player versions over 6.4, but give it a shot.
It IS possible to upload MP3s for embedded playback, but usually not without an HTML Encoder plugin, which can cost money.
|
|
|
 |
|
|
Senior Member
Posts: 638
Join Date: Apr 2003
|

08-11-2003, 04:22 PM
Ahhh cool, got it to work. . .now here's the thing, if I did want controls can I make one or does it have to come from some fancy ass program - cause that Windows Player looks gay.
|
|
|
 |
|
|
Major
Posts: 6,418
Join Date: Feb 2003
Location: Canada
|

08-11-2003, 06:59 PM
bah i just make a web layout in ps then slice it in imageready then just make some iframes where i want text and shit to go
|
|
|
 |
|
|
Senior Member
Posts: 12,585
Join Date: Jan 2002
Location: Staten Island, NY, USA
|

08-12-2003, 10:33 AM
[quote="ED! Ban #127":7378e]Ahhh cool, got it to work. . .now here's the thing, if I did want controls can I make one or does it have to come from some fancy ass program - cause that Windows Player looks gay.[/quote:7378e]
It uses whatever default media player is on the persons PC to open .WAV files. For example, if I looked at it, and my default proggie was RealPlayer, then it would open up with mini-RealPlayer controls.
|
|
|
 |
|
|
Senior Member
Posts: 638
Join Date: Apr 2003
|

08-14-2003, 02:59 AM
[url=http://www.theedfoundation.com:bf334]the ED! Foundation[/url:bf334]
Still a work in progress, but for basic HTML bullshit - I think it's on its way. Only two workable links so far, but soon we'll get there.
Thinking about adding a forum section as well as soon as I can figure out how to do that.
Dont know how to do flash yet, when I do "THE ED HOW TO Series" will be up ASAP.
|
|
|
 |
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Powered by vBulletin® Version 3.8.12 by ScriptzBin Copyright ©2000 - 2025, vBulletin Solutions Inc.
vBulletin Skin developed by: vBStyles.com
© 1998 - 2007 by Rudedog Productions | All trademarks used are properties of their respective owners. All rights reserved.
|