HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
help on index.cgi
Post new topic   Reply to topic    HTML Help Forum Index -> Others
View previous topic :: View next topic  
Author Message
dlsdawg



Joined: 22 Jan 2006
Posts: 55

PostPosted: Thu Aug 13, 2009 10:23 am     help on index.cgi Reply with quote

I'm working on a site located at http://www.goldenmeadowsparks.com/ It's written all in CGI and is running just fine. I need to make edits on the map page for the directions. I loaded the file into Notepad and edited the directions. Saved everything then uploaded it to the hosting server. Their is an index.cgi file locatin in the root as well as in the site folder. Since the site is displaying after the upload. I thought everything uploaded with out any errors.

The problem that I get is the text changes are not displaying and I have looked at the rest of the files on the site and can't find a reason for it not to be displaying the new information.

I hope one of you here can shed some information on this problem...

Thanks
Dale
PayneLess Designs



Joined: 28 Feb 2007
Posts: 3593
Location: Biloxi, MS

PostPosted: Thu Aug 13, 2009 5:26 pm     Reply with quote

Sorry. hard to tell what the problem is as don't have a reference point as to the old versus the new edits. The link to home page looks fine to me. Razz Only problems I see are coding errors.

CSS Errors (7)

HTML Errors (29 Errors, 3 warnings)

So, unless you can grab me by the ear and put my nose right into the problem, I'm at a lost.
dlsdawg



Joined: 22 Jan 2006
Posts: 55

PostPosted: Sun Aug 16, 2009 9:00 pm     CGI is not for beginners...LOL Reply with quote

Quote:
Sorry. hard to tell what the problem is as don't have a reference point as to the old versus the new edits. The link to home page looks fine to me. Only problems I see are coding errors.


WOW! on all of the errors...

I found the cause of my edits to the index.cgi The original developer has this thing redundently coded. Like on the direction on the map page, is in there twice. So once I found that out it was easy to edit what I needed. The sad part to all of this, the lady who hired me to work on the site back in May, never provided the domain or hosting account info until the end of first week of August. The property owner is ticked off and blamed me instead of the property manager...

Now I see why I need to be using a contract for doing web design. It protects me when the delays are the fault of someone else. Now to do some damage control and or just walk away and say screw it....LOL


Thanks
Dale
PayneLess Designs



Joined: 28 Feb 2007
Posts: 3593
Location: Biloxi, MS

PostPosted: Mon Aug 17, 2009 2:34 am     Reply with quote

You're welcome. Yep. sometimes it just isn't worth all the crap you get when things are not your fault, but you're blamed any way. Razz Glad you got it straightened out. Be sure to validate often to check your code errors.
dlsdawg



Joined: 22 Jan 2006
Posts: 55

PostPosted: Wed Aug 26, 2009 7:56 pm     Reply with quote

Quote:
You're welcome. Yep. sometimes it just isn't worth all the crap you get when things are not your fault, but you're blamed any way. Glad you got it straightened out. Be sure to validate often to check your code errors.


Sure glad I dumped that site, it was a total mess. She wanted me to work in her office. Two problems with that beside, not having my computer. She smokes like crazy and has dialup internet. I was also the third designer they had in 18 months. Seems she like to fire people and not pay them...

Also thanks for the heads up on validating the site code. I seldom so that....

Thanks Again
Dale
PayneLess Designs



Joined: 28 Feb 2007
Posts: 3593
Location: Biloxi, MS

PostPosted: Thu Aug 27, 2009 5:15 am     Reply with quote

You are very welcome. Bet your stress level went down. Razz
dlsdawg



Joined: 22 Jan 2006
Posts: 55

PostPosted: Sat Aug 29, 2009 2:03 pm     Reply with quote

PayneLess Designs wrote:
You are very welcome. Bet your stress level went down. Razz



Oh my yes, by 1000%, I was never so happy to get rid of that site and to no longer deal with that lady...LOL

My next project was originaly written with Yahoo Site builder. The people like the site. All I see are headaches and layer after layers of endless code that has to go. The easy way out would for me is to start from scratch and using all of the current elements with all new code. I thought about using Frames, but I think they have disadvantages with search engines. I do like the idea of building the site navigation only once....LOL

One more weird question, I need to edit a ASP contact form that I wrote a while back. (Funny thing is it works and I like have zero ASP knowledge). The site that I need to use is on has front page extentions and is hosted on a Linux server. Once completed is their an easy way to convert my ASP code to work with PHP?

Thanks
Dale...
PayneLess Designs



Joined: 28 Feb 2007
Posts: 3593
Location: Biloxi, MS

PostPosted: Sat Aug 29, 2009 3:39 pm     Reply with quote

dlsdawg wrote:
One more weird question, I need to edit a ASP contact form that I wrote a while back. (Funny thing is it works and I like have zero ASP knowledge). The site that I need to use is on has front page extentions and is hosted on a Linux server. Once completed is their an easy way to convert my ASP code to work with PHP?
I would think that depends on how versed you are in translating it from ASP tp PHP. A lot easier to just make a new contact form with PHP. Less work. If you have paid hosting site, usually there is a Form Maker utility in the Control Panel. The form processor is already installed and all you have to do is insert the URL to it inside the form's action="" attribute. I usually do my own with bells and whistles if needed. Razz
dlsdawg



Joined: 22 Jan 2006
Posts: 55

PostPosted: Mon Aug 31, 2009 7:41 am     asp to php Reply with quote

[quote="PayneLess Designs
Quote:
I would think that depends on how versed you are in translating it from ASP tp PHP. A lot easier to just make a new contact form with PHP. Less work. If you have paid hosting site, usually there is a Form Maker utility in the Control Panel. The form processor is already installed and all you have to do is insert the URL to it inside the form's action="" attribute. I usually do my own with bells and whistles if needed. Razz


I do not have a lot of experience with ASP, I'm taking a class in Web Application development using ASP this semester in school. I don't know enough about either ASP or PHP to convert it. The hosting company is still like in the middle ages. To make most any change even to email, the company does it for you.
The hosting company is techwarrior.net it's not even a 24/7 company. When ever I start a new site fron scratch, I use Go Daddy (they are local to me).
I guess I will check with the company to see it they offer the Form Maker utility in PHP.
Other wise, it will be a freebie PHP form and rewrite it to what I need for the site...

Thanks again for your help and input...

Take Care
Dale
PayneLess Designs



Joined: 28 Feb 2007
Posts: 3593
Location: Biloxi, MS

PostPosted: Mon Aug 31, 2009 3:17 pm     Reply with quote

techwarrior.net looks like just a ISP service with some additional services like file storage. I doubt they will provide much for you if they did not provide a Control Panel with your paid hosting service. Unless you need file storage for other reason, I would definitely move from there. GoDaddy.com is not the best choice.

Hosting Info:

Web Hosting Jury: http://www.webhostingjury.com/
http://www.rankpulse.com/www.siteground.com
http://www.siteground.com/
http://b2evolution.net/web-hosting/top-quality-best-webhosting.php
http://www.hosting-shopper.com/

Useful Tools/Info:

Web Design Tips: http://www.webweaver.nu/html-tips/
http://hapedit.free.fr/tools.php
Webmaster Frequently Asked Questions: http://www.thesitewizard.com/faqs/
How to Register Your Own Domain Name: http://www.thesitewizard.com/archive/registerdomain.shtml

SEO Tools:

http://www.htmlgoodies.com/beyond/webmaster/toolbox/article.php/3828801 (Search Engine Optimization (SEO): Getting Started)
http://seo.alleycode.com/freetools.htm
http://www.websiteoptimization.com/services/analyze/

Redirects and SEO: http://www.allthingssem.com/redirects-and-seo/

Meta Tag Generators:

http://www.ssmedia.com/utilities/meta/
http://www.1stsitefree.com/meta_gen.htm
So, You Want A Meta Command, Huh?: http://www.htmlgoodies.com/tutorials/getting_started/article.php/3479471
Online Meta Tag Generator: http://www.webweaver.nu/tools/meta-generator/

Those may be of help if you go elsewhere.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> Others All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
DARFUR
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial