Page 1 of 2

Front page...

Posted: Tue May 17, 2005 11:05 pm
by MikeDB
Hi i have just started making my own website in Microsoft Front page... Is there anyone who could tell me how i could publish it to the web useing Shaw?

Archived topic from Iceteks, old topic ID:3325, old post ID:26963

Front page...

Posted: Tue May 17, 2005 11:40 pm
by Chris Vogel
With a quick Google search, I found this. :)

I wish your Web site the best. :)

Archived topic from Iceteks, old topic ID:3325, old post ID:26967

Front page...

Posted: Tue May 17, 2005 11:54 pm
by MikeDB
Thanks i have a bit of screwing around to do because it's going wired. But anyway here is the URL http://members.shaw.ca/mike-db

Archived topic from Iceteks, old topic ID:3325, old post ID:26971

Front page...

Posted: Fri Jun 10, 2005 3:40 pm
by MikeDB
bump
(updated site)

Archived topic from Iceteks, old topic ID:3325, old post ID:27368

Front page...

Posted: Fri Jun 10, 2005 3:49 pm
by Red Squirrel
Avoid frontpage at all cost, if you want to use a wysiwyg try dream weaver. Front page is the oposite, it will weave your page into a nightmare. Look at the source code of some of the older articles here compared to the newer ones, the older ones are made in front page.

Archived topic from Iceteks, old topic ID:3325, old post ID:27373

Front page...

Posted: Fri Jun 10, 2005 4:11 pm
by MikeDB
it does not matter really for me because im not the one who handles the money its my parents and my site seems to be doing just fine :D

Archived topic from Iceteks, old topic ID:3325, old post ID:27376

Front page...

Posted: Sat Jun 11, 2005 7:22 am
by rovingcowboy
yep your site will work with front page but be warned.

front page will add in things that ms thought should be in your html code that were not selected by the internet governing body as normal html code.

so you have in your html code lots of things that other browers don't know so they either send an error alert or forget the code and ingor it all together.

like adding background music. or sound.

ms uses the tag

Code: Select all

<background sound= "">[code]   only ie or possible ie knock off browers will see that.

it is far better to use the embed tag [code]<embed scr= "">   [code]

if you use front page  i suggest going to the site for first page 2000 and getting that program it is an html text editor not a wysiwyg one.  but it will clean up your code for you.  

also if you get 1st page 2000  remember they add in free javascripts,  when you get it.  there is one for a fake virus so your av program will send alert warning just ignor the alert,  download the program  install the program then go to the folder you put it in and look for its folder of free javascripts,  then delete the fake virus script the av program wont alert you anymore.

good luck. :awesome:  

[color=#888888][size=85]Archived topic from Iceteks,  old topic ID:3325, old post ID:27388[/size][/color]

Front page...

Posted: Sat Jun 11, 2005 12:30 pm
by Streety
There is no index page so it's possible to see the directory structure which you may want to get fixed.

Am I meant to be able to access this?

http://members.shaw.ca/mike-db/_private/form_results.txt

I suspect not.

As for the background music please don't do it in anyway. If you absolutely HAVE to do it though use the IE only tags, that way i'll be able to ignore it in firefox.

Should you use frontpage? Well I suppose it is up to you, personally I write all my html myself, I don't use any WYSIWYG editors. It's more difficult in that you actually have to understand what you're doing but you have finer control over the output and your pages load faster (maybe not important for you but will be for some of your visitors).

Archived topic from Iceteks, old topic ID:3325, old post ID:27392

Front page...

Posted: Sun Jun 12, 2005 11:42 pm
by rovingcowboy
:o

no no now streety what you ment to say was
as for the background sound please use the embed code but INCLUDE the player controls so the visiter to your site can play the sound or not play the sound.

:banana: :stir the pot:

Archived topic from Iceteks, old topic ID:3325, old post ID:27415

Front page...

Posted: Sun Jun 12, 2005 11:46 pm
by rovingcowboy
by fixing the structure he means to make an index.html page and put your links on it that way nobody can see anything but your index.html page

:banana: :wave: :yo:

Archived topic from Iceteks, old topic ID:3325, old post ID:27416

Front page...

Posted: Mon Jun 13, 2005 1:00 pm
by Chris Vogel
[quote=rovingcowboy] it is far better to use the embed tag

Code: Select all

<embed scr= "">   [code][/quote]
<embed> has never been part of a W3C recommendation.  Those wanting to have standard pages should use [url=http://www.w3.org/TR/REC-html40/struct/objects.html#h-13.3]<object>[/url] instead.  <object> can do <embed>’s job and more, but the latter is unfortunately supported by more browsers.  For those who aren’t aiming for 100% standard pages, I would suggest placing an <embed> within an <object> to cover the most browsers possible.

Mikwiththestick, if you have a Web site, I highly suggest learning about HTML and his lovers.  It will come in handy, and it’s a [i]great[/i] way to pass time!  A good place to start out is [url=http://www.w3schools.com/]W3Schools[/url].  Of course, the appropriate [url=http://www.w3.org/TR/#Recommendations]W3C Recommendations[/url] are helpful as well.  :)  

Where is the updated Web site?  :)   

[color=#888888][size=85]Archived topic from Iceteks,  old topic ID:3325, old post ID:27421[/size][/color]

Front page...

Posted: Wed Jun 15, 2005 10:56 pm
by MikeDB
is there really sounds on my site? Welll whatever... I need to know how to make a login feature (example: Username _____________ Password _____________)

Archived topic from Iceteks, old topic ID:3325, old post ID:27448

Front page...

Posted: Thu Jun 16, 2005 9:36 am
by Red Squirrel
For login you'll need to use some scripting, like php (recommended) or asp.

Archived topic from Iceteks, old topic ID:3325, old post ID:27450

Front page...

Posted: Fri Jun 17, 2005 2:52 pm
by MikeDB
ok i know what your talking about :bsod: so where can i get it? or would i have to make it all on my own?

Archived topic from Iceteks, old topic ID:3325, old post ID:27481

Front page...

Posted: Fri Jun 17, 2005 2:56 pm
by Red Squirrel
Check out the php tutorials on here, they should help you get started on making a basic login system.

Archived topic from Iceteks, old topic ID:3325, old post ID:27482

Front page...

Posted: Sat Jun 18, 2005 1:07 am
by MikeDB
ok thanks.
I memorized some C++ or at least i think it is.

#include <stdio.h>

int main(int argc, char *argv[])
{
printf("Hello, world
");

return 0;
}


Archived topic from Iceteks, old topic ID:3325, old post ID:27484

Front page...

Posted: Sat Jun 18, 2005 1:11 am
by MikeDB
where can i find the tutorials?

Archived topic from Iceteks, old topic ID:3325, old post ID:27485

Front page...

Posted: Sat Jun 18, 2005 2:01 am
by Red Squirrel
In the article section.

Archived topic from Iceteks, old topic ID:3325, old post ID:27486

Front page...

Posted: Sat Jun 18, 2005 2:22 am
by MikeDB
what one should i read?

Archived topic from Iceteks, old topic ID:3325, old post ID:27489

Front page...

Posted: Sat Jun 18, 2005 2:26 am
by Red Squirrel
I'd start with the intro one, as it puts the most essense on using POST forms and such.

Archived topic from Iceteks, old topic ID:3325, old post ID:27490

Front page...

Posted: Sat Jun 18, 2005 2:56 am
by MikeDB
ok thanks.

Archived topic from Iceteks, old topic ID:3325, old post ID:27495

Front page...

Posted: Sat Jun 18, 2005 3:00 am
by Red Squirrel
np. If you have any questions let me know. :)

Archived topic from Iceteks, old topic ID:3325, old post ID:27496

Front page...

Posted: Sat Jun 18, 2005 3:01 am
by MikeDB
well i already have one...
How much stuff for php do i need to download?

Archived topic from Iceteks, old topic ID:3325, old post ID:27497

Front page...

Posted: Sat Jun 18, 2005 3:09 am
by MikeDB
[quote=Tak] [quote=rovingcowboy] it is far better to use the embed tag

Code: Select all

<embed scr= "">   [code][/quote]
<embed> has never been part of a W3C recommendation.  Those wanting to have standard pages should use [url=http://www.w3.org/TR/REC-html40/struct/objects.html#h-13.3]<object>[/url] instead.  <object> can do <embed>’s job and more, but the latter is unfortunately supported by more browsers.  For those who aren’t aiming for 100% standard pages, I would suggest placing an <embed> within an <object> to cover the most browsers possible.

Mikwiththestick, if you have a Web site, I highly suggest learning about HTML and his lovers.  It will come in handy, and it’s a [i]great[/i] way to pass time!  A good place to start out is [url=http://www.w3schools.com/]W3Schools[/url].  Of course, the appropriate [url=http://www.w3.org/TR/#Recommendations]W3C Recommendations[/url] are helpful as well.  :)  

Where is the updated Web site?  :) [/quote]
 sorry i was reading threw it really fast. I really dont need it because even tho my dad now lives half way across the country he still e-mails me with a lot of html and tells me to read it over and stick it in there like this thingy here.

[code]<HTML>

 

<HEAD>

<TITLE>My Home Page</TITLE>

 

</HEAD>

 

<script language="VBScript">

 

sub WriteText

TestField.Value = "Da Test"

End Sub

 

Function GoToPage(s)

      window.location.href = s

   End Function

 

 

</SCRIPT>

 

 

<BODY bgcolor="#D4D0C8">

 

 

 

 

 

<input type="text" name="TestField"  value="" size="60"/>


 

 

<input type="button" onclick="WriteText" value="Write some text to a text box">



 

<input type="button" value="Google" onclick="GoToPage('http://www.google.com')">



 

<a href="http://www.google.com">This is a short cut to Google</a>



 

<input type="button" value="Link to HTML Tags" onclick="GoToPage('http://www.w3schools.com/html/html_reference.asp')">



 

</body>

</html>

[code]

So i basicly have a cheat sheet. :P 

[color=#888888][size=85]Archived topic from Iceteks,  old topic ID:3325, old post ID:27498[/size][/color]

Front page...

Posted: Sat Jun 18, 2005 3:11 am
by Red Squirrel
You'll just need a seperate box to act as server. I recomend debian but it can be done in windows too. get php, mysql and apache setup. not the easiest thing to do when it's your first time though, took me months to get it the first time. but once you have it, you're good to work with php scripts. You can also buy a hosting package and test online, though it's more convinient with a home server as you can setup a shared drive, hit save, then refresh, rather then have to upload via ftp every time.

You could also get VMware and setup the server in a virtual machine running on the same PC.

Archived topic from Iceteks, old topic ID:3325, old post ID:27499