Home  Appotography.com 
advertisement Tiny Crosswords - Made by MagnetiCatGames.com
Playstation 2 Fantasy - Everything about Playstation 2 Developed on Alienware! Search games!
  Register   Calendar   Members   FAQ   Home  

Latest NewsReviewsPreviewsFeaturesScreenshotsContact Our Staff

Welcome to the PsFantasy.com Forums.
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.



Go Back  PsFantasy.com Forums » General Forums » General Chat

Reply
 
Thread Tools
Old Jan 20th, 2006, 05:07 AM   #1
merylsilverburg
Enemy or Ally?
 
merylsilverburg's Avatar
 
Joined: Jan 2002
Posts: 4,023
merylsilverburg is on a distinguished road
Question How to create a website?

Hello everyone. While the rest of the world has advanced technologically when it comes to computers, I, unfortunately, am still stuck in the Stone Age.

I do not know how to create a website and I need to know how to because my sister is taking an online class where she needs to create a website for a presentation in her Marketing class.

I have gone online and did a search on how to do so and found a couple of sites, but I need some things explained to me, so please, bear with me and do not laugh:

I found out that you can create all your contents offline then upload them onto the host using the FTP or the ISP. Okay, I have no idea how to do this and what I should do so if someone can explain this, I'd appreciate it.

Also, if anyone knows any other good creating-a-site-tutorials or any good free webhosts, I would love to have them.

If anyone has any other helpful information, please, please share! I'd greatly appreciate any help given. Thanks in advance!
__________________
"You're a louse Roger Smith" ~ R. Dorothy Wayneright

"Have a little priest" ~ Mrs. Lovett

"Grim Reaper, you could not get the women? What was the problem? Didn't you reap them with your grim reaping equipment?"

"I tried that but the women, they all know hopscotch" ~ Eddie Izzard


You Can Help

merylsilverburg is offline   Reply With Quote
Old Jan 20th, 2006, 11:02 AM   #2
kupoartist
.illustrated.thingy.
 
kupoartist's Avatar
 
Joined: Mar 2002
Location: pixel-land
Age: 37
Posts: 2,576
kupoartist is on a distinguished road
Quote:
Originally Posted by merylsilverburg
I found out that you can create all your contents offline then upload them onto the host using the FTP or the ISP. Okay, I have no idea how to do this and what I should do so if someone can explain this, I'd appreciate it.
You need an FTP client. I use SmartFTP because... well, it's free.
https://www.smartftp.com/
It's not the best but it's free and I haven't been bothered to find alternatives. Basically, when you have a webhost, you find out where the upload server is (something like "myfiles.hostname.com" or a million variations).

For actually creating stuff, I use Frontpage 2000, that came in Microsoft Office. It's an awful, awful program but frankly, anyone with any web-know-how will tell you that I have an awfully, awfully, coded website. (transparent tables are your friend! Make a background in your fave graphics package, cut it up into little pieces, do the maths and bingo! a functional website with some seriously unneccessary code).

There's a whole avenue which I don't know about. CGI, PHP, scripts and stuff. They make updating easy, but you host needs to be capable and you have to know what the hell they are in the first place (I hope i'll know one day! Updating fanlists is really hard).
kupoartist is offline   Reply With Quote
Old Jan 20th, 2006, 01:15 PM   #3
Harry
Administrator
 
Harry's Avatar
 
Joined: Jan 2002
Location: Here
Posts: 1,222
Harry has much to be proud ofHarry has much to be proud ofHarry has much to be proud ofHarry has much to be proud ofHarry has much to be proud ofHarry has much to be proud ofHarry has much to be proud ofHarry has much to be proud ofHarry has much to be proud ofHarry has much to be proud of
Kupoartist already suggested a good free FTP client; you can use that or Filezilla (free) - both should do the job just fine.

Speaking of the code itself, as kupo said, you may use a program like Frontpage, that unfortunately creates code mainly targeted to IE users. Because of the nature of the website, we wrote all the code of PsFantasy.com using a tool like notepad in windows - but again, it all depends on your needs.

Also, there are many ways to write your code. Using html tables for the layout is still one of the most popular ways of writing html - while it's a deprecated way of writing html code, sometimes it's still the only REALISTIC way of doing things that must work also on older browsers - and considering this is a school project, and considering often school have browsers that can be even 4 years old, this is probably the way to go.

While this version of PsFantasy.com is made with this technique, it's still valid code (in the sense it follows current web standards); the next version will say goodbye to tables, but just because among our users just a little percentage (0.5%) still uses older browsers. Just think that a lot of the most popular websites on the net, including search engines, have "invalid" code, or "dirty" code - because they need it to be compatible with all browsers.

A last thing - I do not understand if creating the website, and learning html is part of the task, or if this is just needed for the presentation of the project. Because if you already have the content, and you "just" need to present it in a pretty way on the web (in other words, if teachers are not going to ask your sister about HTML), please just drop me an e-mail, and tell me exactly what you need and what you already have.
Harry is offline   Reply With Quote
Old Jan 27th, 2006, 07:28 AM   #4
merylsilverburg
Enemy or Ally?
 
merylsilverburg's Avatar
 
Joined: Jan 2002
Posts: 4,023
merylsilverburg is on a distinguished road
Quote:
Originally Posted by kupoartist
You need an FTP client. I use SmartFTP because... well, it's free.
https://www.smartftp.com/
It's not the best but it's free and I haven't been bothered to find alternatives. Basically, when you have a webhost, you find out where the upload server is (something like "myfiles.hostname.com" or a million variations).
Thanks kupo! I'll check out that site and see how it works out, I'm sure it'll be fine to fulfill my sister's needs.

Quote:
Originally Posted by kupoartist
For actually creating stuff, I use Frontpage 2000, that came in Microsoft Office. It's an awful, awful program but frankly, anyone with any web-know-how will tell you that I have an awfully, awfully, coded website. (transparent tables are your friend! Make a background in your fave graphics package, cut it up into little pieces, do the maths and bingo! a functional website with some seriously unneccessary code).
Your website doesn't look bad at all! I don't see why you say that, but perhaps I just don't know much about sites in general, hehe. But, I'll keep that Frontpage 2000 in mind in case other methods of coding doesn't work.

Quote:
Originally Posted by Harry
Speaking of the code itself, as kupo said, you may use a program like Frontpage, that unfortunately creates code mainly targeted to IE users. Because of the nature of the website, we wrote all the code of PsFantasy.com using a tool like notepad in windows - but again, it all depends on your needs.
Ah yes, I've heard about using Notepad and how it works extremely well...I'm not quite sure if the computers at the college uses IE or some other browser, so it might be safer to use one that applies to all brower types.

Quote:
Originally Posted by Harry
Also, there are many ways to write your code. Using html tables for the layout is still one of the most popular ways of writing html - while it's a deprecated way of writing html code, sometimes it's still the only REALISTIC way of doing things that must work also on older browsers - and considering this is a school project, and considering often school have browsers that can be even 4 years old, this is probably the way to go.
I believe the school's computer's browers are up-to-date and really not that old, I hope. If so, it'l be fortunate for us.

Quote:
Originally Posted by Harry
A last thing - I do not understand if creating the website, and learning html is part of the task, or if this is just needed for the presentation of the project. Because if you already have the content, and you "just" need to present it in a pretty way on the web (in other words, if teachers are not going to ask your sister about HTML), please just drop me an e-mail, and tell me exactly what you need and what you already have.
Oh no, learning the html isn't part of the website or the assignment (thank goodness too, otherwise we're doomed I tell ya! ). It's merely for the presentation for the project. My sister hasn't really progressed too much; she'll still deciding on the idea, so she told me she might schedule her presentation sometime late February or early March (March is the latest). Thank you for your offer to help, but my sister and I don't want to impose on you so I'll just try to learn it myself. Besides, I need to know how to do this myself anyway.

Thank you again to you both for your help and information! If I have any other questions (most likely, lol), I hope you both will not mind if I ask for more advice or assistance. Thanks again!

EDIT: Haha, right after posting about asking more questions, I just remembered I have another question. ^^;; Okay, after I download the FTP client, this should be able to upload all of the contents onto your site, right? But, you need to find a site that can host your contents, right? I'm not sure if I'm using the right term or making any sense...
__________________
"You're a louse Roger Smith" ~ R. Dorothy Wayneright

"Have a little priest" ~ Mrs. Lovett

"Grim Reaper, you could not get the women? What was the problem? Didn't you reap them with your grim reaping equipment?"

"I tried that but the women, they all know hopscotch" ~ Eddie Izzard


You Can Help


Last edited by merylsilverburg; Jan 27th, 2006 at 07:40 AM..
merylsilverburg is offline   Reply With Quote
Reply

Bookmarks


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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

All times are GMT -5. The time now is 02:37 PM.


Powered by vBulletin® Version 3.8.10
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.

Playstation 2 Fantasy - Everything About Playstation 2 Ps2Fantasy.com | News | Games | Forums | Newsletter | Chat | Privacy Policy | Advertise With Us | Contact Us
Copyright ©2001-2014 MagnetiCat.com. All rights reserved. All trademarks and trade names are properties of their respective owners.

X vBulletin 3.8.10 Debug Information
  • Page Generation 1.73705 seconds
  • Memory Usage 2,373KB
  • Queries Executed 9 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (21)option
  • (4)postbit_legacy
  • (4)postbit_onlinestatus
  • (13)postbit_reputation
  • (4)postbit_wrapper
  • (4)showthread_bookmarksite
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_datastore.php
  • ./includes/datastore/datastore_cache.php
  • ./includes/class_hook.php
  • ./includes/functions_cat_cfgeoblock.php
  • ./includes/functions_cat_edittime.php
  • ./includes/adminfunctions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php 

Hooks Called:
  • init_startup
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • fetch_musername
  • reputation_image
  • bbcode_parse_start
  • postbit_imicons
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • tag_fetchbit_complete
  • forumrules
  • showthread_bookmarkbit
  • navbits
  • navbits_complete
  • showthread_complete