What the Tech logo
Welcome! Register for a free account (or login) > How does it work?
  1. Quickly register. It will only take 60 seconds.
  2. Start a new topic. Ask your question. Wait for an email reply.
  3. Is your system infected? Begin reading the malware removal guide.
register button
Reply to this topicStart new topic
> Two Websites - projects
Doug
post Dec 14 2008, 10:04 AM
Post #1


Tech Team
Group Icon

Group: Administrator
Posts: 6,933
Joined: 15-May 05
From: California
Member No.: 32,477
Operating System: Win98, Win2k Pro, XP Pro, XP Home
MVP


I am presently hoping to assist two local small companies with their proposed Websites. I haven't started yet.
In the past, I have assisted both companies with maintenance of their machines and office networks (sometimes for pay, sometimes not)
Website building is something I have no experience in, except one rudimentary professional news site constructed only with .htm and Notepad back in the mid '90's. I have long since lost any notes I may have had about the use of .htm, which probably wouldn't be of much use now anyway.
This will mostly be a "labor of love". The companies are asking for my assistance because I am their "home-town favorite" and because they have no budget to pay a real Website Developer. I am certain that they could do better with a professional developer.
________________________

About the companies...

One has no Website.
The other has had a Website for many years but now wishes to change hosting.
________________________

The one with no Website is a Landscape Contractor who is only now emerging as a successful company which can benefit from having sample pictures of their previous work, for new customers to browse as reference.
Here is an example from one of their competitors Sierra Landscape
The home-town company would love to have their site look as professional and appealing as this linked site, but as yet does not have any gorgeous pictures of finished work to match what is displayed in the Sierra link.

The one with an existing website, manufactures durable restroom accessories of toilet tissue, towel, and soap dispenser products and can be seen here: www.vandalstop.com

This site is presently hosted by Network Solutions.
Network Solutions was an early hosting company and maybe even the first site registrar even before ICANN.
Nevertheless, the services that this company has subscribed to are very expensive and no longer serve the companies needs if they ever did.
Network Solutions has a built-in (for a fee) page development and editing tool - ImageCafe - which I suppose is their online proprietary counterpart of utilities like DreamWeaver. I've used ImageCafe several times to update pages, correct typos, etc.

One interesting/annoying feature of ImageCafe as I am coming to understand it, is that the user can "upload" images, graphics and text, but once Uploaded, the files cannot be retrieved by download. This condition would recommend that the Website owner should keep a copy of all images, graphics and text for any off-line work and or future editing. Unfortunately, this company "has not" kept the images, graphics and text. So now that they wish to move to a less expensive host, they are at least somewhat held hostage by not being able to retrieve their content.

It has been recommended that I use a "website-copier" call httrack.
I have read all the legal issues posted about using such a copier on a self-owned Website and it appears that the company would be within their legal rights to copy their own Website for publication elsewhere.

It seems that "website copying" is used for portable off-line viewing, for academic purposes, for owner construction activities and probably for less honorable activities that may even relate to plagiarism.

Questions:
What are your thoughts about what I could do to help this second company to retrieve their Website for relocation? (stainless steel)

What tools will be useful to me in constructing a fresh website for the first company (landscape)

Note: As a "labor of love" I am not prepared to purchase expensive website construction tools (the only one I think of is Dreamweaver) and I have not heard good things about using Frontline from MS. I do have an early addition of Dreamweaver (late '90's, but never became familiar with it.)

Note: I have seen some "Content Driven" (I think that is the term) hosting options, where the host has a format used by any/all of its hosted sites. The results are actually quite presentable, though somewhat formulaic.

Some of you may groan and recommend that I get a pro to do the work.
I'm not likely to do that, and at this point wish to struggle through doing it myself.
Though gambling would be frowned on by WTT, I imagine some would want to place bets on just how long I'll last with this project. tongue.gif
Your recommendations to this newbie will be appreciated.

Thanks,
Doug
Go to the top of the page
 
+Quote Post
 
Start new topic
Replies
Missouri Mobile
post Feb 19 2009, 10:25 PM
Post #2


Authentic Member
**

Group: Visiting Tech
Posts: 53
Joined: 19-February 09
From: St. Louis, Missouri
Member No.: 84,286
Operating System: Windows XP, Vista, Server 2003, 2008, VMWare, Ubuntu, and Windows 7 Beta



If you use Photoshop or GIMP or even Word or Publisher, possibly even OpenOffice apps...

You could design a website with these applications. If what your friends want is something simple and to the point all of these applications should be fine...

When your using any of these programs look for "Export to Web" or Save As and look for .html as an extension...

Then open up the html file in notepad and take a look at the code...

Here are some basics that every web designer needs to know...

Content is wrapped in code called tags... You can tell a tag as it starts with a < and closes with > and then the tag needs to end with </endtag> but there are some exceptions...

so for example....

a link tag looks like this

<a href="http://link.com">CLICK HERE</a>

to create a basic website there are only a few tags you actually need to know...

to start off every website based on html requires a few tags...
ignore comments in quotes...
<html> "this tag starts every website, if you do not have this your site will not work"
<head> "this is your header information, this is where you would put scripts, css code, and a variety of other information"
</head> "you have to close your header tag!"
<body> "This is where content goes that you actually see on the website"
<h1>I am a Header!</h1> "this tag creates a header"
<p>I am a Paragraph!</p> "this tag creates a paragraph"
<img src="http://pictures.jpg"> "this tag inserts a pictures"
</body> "you have to close the body tag!"
</html> "close the website!"

so if you look for some of those particular tags in your html document you can start seeing how the code all works together...

or if you are looking for something easier and i mean way easier check out this site...

http://www.wix.com/

let me know if you got any more questions

missouri mobile
Go to the top of the page
 
+Quote Post



Reply to this topicStart new topic

 


RSS Time is now: 19th March 2010 - 02:53 AM
Advertisements do not imply our endorsement of that product or service. The forum is run by volunteers who donate their time and expertise. We make every attempt to ensure that the help and advice posted is accurate and will not cause harm to your computer. However, we do not guarantee that they are accurate and they are to be used at your own risk.
Member site: Alliance of Security Analysis Professionals | UNITE Against Malware
Memory Forums | Auto Repair Forum
© Geeks to Go, Inc. | All Rights Reserved | Privacy Policy