I've just started learning HTML, discovered that there are such things as CSS & JavaScript & tons more that I'm sure I don't know, but I can't seem to figure out how to force passwords. On a site that I'm TRYING to create, there will be a section where you will need to enter Membership Information & anyone can just type the URL & get to that section, of course, this isn't what I want.
I was following some guidelines that I have found, while looking around several sites, & I guess I don't understand them, because I can make the protected page go back to the Sign In area, if you didn't get there by the correct means, but I can't make the page open once you type in the correct UserName & Password (I can only make the page open if I don't have the script saying to go back to the page if you didn't get there correctly). :confused: So, I must be doing something wrong & I'm not even sure where I got that info, I'd have to see if I saved it. Anyway, if anyone knows what I'm suppose to be typing or where I can look I would GREATLY appreciate it.
Also, you know the cool little logo images in the Address Bar? I want one. :D How do I make it?
Thanks for your advice in advance.
Katrina.
sung_tzu
05-05-2007, 05:31 PM
hey im a fellow noob as well i just started not too long ago i actually had the same problem and it made me quite frustrated,so instead of trying to force myself to learn what i will never remember i am building a team,i use frontpage and am learning to use the macromedia studio 8. i am a genius with photoshop so please help us!
thanks in advance and i am looking for team members!
Major Payne
05-05-2007, 05:32 PM
Try and see if the info at this site will work for what you want:
Well, I went to the .htaccess -Password Protection Site, & I'm utterly confused. I'll keep trying. :)
I went to the Favicon Site & created a Favicon (of which I am very excited) & it isn't working. I've tested it & I get this message:
This page has a valid favicon.ico but it does not use a favicon link tag (<link rel="shortcut icon" ...> or <link rel="icon" ...>). Although this is not a problem, the favicon link tag is likely to be more compatible with upcoming browser versions.
This issue with this message is that I don't understand it. I've tried href="a web URL that I created for the Favicon" & just href="favicon.ico" so I don't get it. I know my browser supports favicons because I get them on the address bar, the browser tab & in the favorites. I've looked at numerous sites with them & (now that I know the name) have seen them with just the icon name, w/ a webpage reference & in most cases set in JavaScript, of which I don't know how to write. Do I need JavaScript? I put in the code that it says that I need to put in, uploaded the favicon.ico & reuploaded the page, refreshed & still nothing. I'm quite confused. :confused:
Below is a link of the webpage that it's being tested on, along with what the system told me to enter, it didn't state that I needed anything else, if you wish to view the source, please do so. (Except for you guys, this website (along with all its other parts) is unknown, unless you are a family member or friend, so there is a lot left to do in the designing department.)
http://www.kandilyons.com/AboutKandiLyons.html
Please keep in mind that I am completely self-taught (no books, A Video Professor that I haven't finished & A LOT of just plain looking around), up until the other day I didn't even have an editor (I'm still learning the program) so LITTLE words of explanations would be wonderful! :D
Once again,
Thank you in advance!
KandiLyons
05-06-2007, 03:14 PM
Well,
First I want to state that at the typing of this message, the other message I posted....as a reply, about an hour ago or so...has not posted. I wish it would already & you may see it posted more than once, because I tried more than once. :o Moving on...
I tried the first Favicon link then the second. The second is Dynamic Drive (I've been there before).
Anyway, I created my Favicon with the first & again with the second (about 2 hours later), for some reason I only have the first & don't know where the second one downloaded to, but I have noticed that there are slight differences on how both sites state that the icon should be entered into your script. Also, the first Favicon site failed to mention that it may take a few days for the icon to appear & IE will sometimes not display icons due to a bug issue (this was explained by Dynamic Drive). So, I guess we'll see in a few days.
Thank you Ron & your site will be visited often!! :)
PS
The Post underneath this post was originally submitted prior to this post. (Incase you wish to read it first.)
KandiLyons
05-06-2007, 03:17 PM
Well, I went to the .htaccess -Password Protection Site, & I'm utterly confused. I'll keep trying. :)
I went to the Favicon Site (the first link) & created a Favicon (of which I am very excited) & it isn't working. I've tested it & I get this message:
This page has a valid favicon.ico but it does not use a favicon link tag (<link rel="shortcut icon" ...> or <link rel="icon" ...>). Although this is not a problem, the favicon link tag is likely to be more compatible with upcoming browser versions.
This issue with this message is that I don't understand it. I've tried href="a web URL that I created for the Favicon" & just href="favicon.ico" so I don't get it. I know my browser supports favicons because I get them on the address bar, the browser tab & in the favorites. I've looked at numerous sites with them & (now that I know the name) have seen them with just the icon name, w/ a webpage reference & in most cases set in JavaScript, of which I don't know how to write. Do I need JavaScript? I put in the code that it says that I need to put in, uploaded the favicon.ico & reuploaded the page, refreshed & still nothing. I'm quite confused. :confused:
Below is a link of the webpage that it's being tested on, along with what the system told me to enter, it didn't state that I needed anything else, if you wish to view the source, please do so. (Except for you guys, this website (along with all its other parts) is unknown, unless you are a family member or friend, so there is a lot left to do in the designing department.)
http://www.kandilyons.com/AboutKandiLyons.html
Please keep in mind that I am completely self-taught (no books, A Video Professor that I haven't finished & A LOT of just plain looking around), up until the other day I didn't even have an editor (I'm still learning the program) so LITTLE words of explanations would be wonderful! :D
Once again,
Thank you in advance!
Major Payne
05-06-2007, 08:25 PM
Hi:
I know, it can be over whelming at times. You should be able to find both favicons on your HD by using the Search function. If it was saved as favicon.gif or whatever, just search using favicon.* which is a wild card search for all files named favicon. You need to put this between your HEAD tags on each page where you want your favicon to show:
You will not see the Favicon in IE until you save the page to Favorites and possibly not even then. Seems IE wants to use its own for every page. In FF you can see my Favicon is animated and is a GIF file. Possibly make sure you use *.ico for yours may help IE display it. Personally I don't care if IE displays mine or not. LOL Your Favicon shows nicely in FF and I see using the *.ico extension makes it work fine for IE as well. Very good.
You do have about 46 coding errors (not warnings) for your page. Could list these here for you, but using w3c.org's validation service (http://jigsaw.w3.org/css-validator/) would be better. Notice you aren't using CSS at all.
Try Googling for Password Protected Sites/Folders/Files or something like that. Maybe How to Password Protect a Page might get you to a tutorial or two.
Ron
KandiLyons
05-06-2007, 11:19 PM
Hi again,
I'm not surprised at the coding errors. I'm still learning. I'll try that site you've listed. Actually, its in my favorites, but I haven't navigated it much. Perhaps I should do it more.
I have Skype, but I've noticed that you aren't on. I sent messages to it earlier, but I'm not use to using Skype. I usually use Yahoo IM for personal (& previously used AOL). Anyway, I'm not sure how Skype works & sent you one message in error, please forgive, I just loaded the program, just for KandiLyons.
If you wish to chat, let me know. I'll turn it on. My username is KandiLyons, actually, I think its all in lowercase.
No, I'm not using CSS at the time because I haven't learned it yet. Supposedly its easier, but I guess I like doing things the hard way. Eventually, I want to learn everything possible. I guess that's because I like challenges, the ones I think I can accomplish! :D
Tweak4
05-07-2007, 09:59 AM
Perhaps if you told us what about .htaccess was confusing you, we might be able to provide some guidance. Granted, I don't have a ton of experience with the file, but I've successfully managed to password protect portions of my own site, and it all seemed pretty straight-forward to me...
KandiLyons
05-11-2007, 11:57 AM
Hi Ron.
I read your last post again & didn't realize that you had stated that I coded the Favicon correctly. That's nice! I can't see it on my browser, I don't know why, but it doesn't matter I guess, I thought that it would be cool to have up there. Maybe I should get another browser. This whole time I thought that I was doing something wrong & it was driving me crazy! Maybe I should read messages when I've had MORE than 2 hours of sleep. You've been helpful, Thank you. :)
Tweak4,
In response to your statement, I have to look at the coding again to let you know why I don't understand it. At the time I looked at the coding I was tired, that happens a lot. I'll be looking at it again today & perhaps I will understand it this time around. If I'm still having problems I'll post for help. :)
Katrina
stimp
05-11-2007, 12:20 PM
I have made a simple web site for myself. Currently I am using frontpage, moving to dreamweaver cs3, anyways my question is, I want to have a forums section on my site, I want to customize the way it looks and and the opions ppl have as they post, I dont want to have another web site to make me one or host it for me, I want to do all that, what do I need do, and or have? thanks!:rolleyes:
If you wish check out my site and give me some ideas or helpful hints, its still in progress.. jaysons.no-ip.org
Tweak4
05-11-2007, 01:03 PM
First off, I'd reccommend starting your own thread, rather than hijacking an existing one that has little or nothing to do with your query.
That said, setting up and administering a forum can be somewhat daunting for someone new to web development. However, a lot depends on your host. Many hosts have pre-built forum "applications" that can be installed on your site, taking care of everything but the customization. If you site is already online, check with your host and see what they offer.
Major Payne
05-11-2007, 01:49 PM
Hi Katrina:
What browser are you using where you can't see your Favicon? If IE, I don't understand why you can't see it unless IE 6.0 is having a problem. I use IE 7.0 and it shows nicely. FF too, of course. I could help you correct your code errors if you wish.
Ron
KandiLyons
05-11-2007, 11:27 PM
Hi Ron,
I'm SO exicted. I have changed that Favicon around three times (that's because I've seen three different versions of the same code). Then I saw your last post saying that I got it right, but I didn't know what code I used & still couldn't see it on my browser. I just gave up, but all of a sudden it just showed up! I can't say how excited I am!! I guess I don't need it on the main page of the site, it seems to work on a different page connected to the site. I haven't decided if I should move it, I'm just happy it works! DynamicDrive did say it would take a few days, but when you saw it and I didn't I just figuered it was just me. So, maybe its the third try?? I don't know. It works, that's good enough for me. :D
Today I've been looking at CGI and Perl. Well, not Perl, I just briefly read about it, I suppose I need to learn it.
I'm trying to make a form I created submit. I was reading about Telnet, then discovered that my server doesn't use it & the rep told me that I just go to the CGI folder on my account & upload the page there. Currently I'm reading through the information written by Joe Burns through DirectNic. I figure that if I read it enough times I'll understand something. I've been hopping sites for days, but that's part of the learning process! I just ordered several books from the library, so I'll be racking my poor little brain. :)
If you have some code error input PLEASE advise me. I accept all knowledgable advice & appreciate any time you are able give to help. I just learned today that I need to re-arrange some of the codes & make adjustments from HTML to XHTML because the later is suppose to take over the former, so I know I need to do that. (More books.)
I'm seeing if I can get this form to submit, I'm doing the test demo, not my actual form, so far I'm told it can't find it, but I may have the wrong mail and perl paths.
Thanks again!!
Katrina
Major Payne
05-12-2007, 12:56 AM
Hi Katrina:
I love someone who writes so bubblely and is so enthusiastic to learn. Your favicon should have showed up immediately, but if it's working for you now, we'll move on. Are you trying to mail something like a MailForm?
Anyway, your coding errors are these:
HTML Validator result
----------------------
http://www.kandilyons.com/AboutKandiLyons.html
line 1 - Error: no document type declaration; implying "<!DOCTYPE HTML SYSTEM>"
line 5 column 65 - Error: character data is not allowed here
line 9 column 31 - Error: required attribute "TYPE" not specified
line 53 column 28 - Error: there is no attribute "HEIGHT"
line 55 column 11 - Error: "WIDTH" is not a member of a group specified for any attribute
line 55 column 11 - Error: start tag for "TR" omitted, but its declaration does not permit this
line 59 column 44 - Error: there is no attribute "BACKGROUND"
line 59 column 87 - Error: value of attribute "ALIGN" cannot be "TOP"; must be one of "LEFT", "CENTER", "RIGHT"
line 61 column 12 - Error: "WIDTH" is not a member of a group specified for any attribute
line 61 column 12 - Error: start tag for "TR" omitted, but its declaration does not permit this
line 77 column 7 - Error: end tag for "TABLE" omitted, but its declaration does not permit this
line 59 column 2 - Info: start tag was here
line 89 column 16 - Error: document type does not allow element "P" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
line 91 column 3 - Error: document type does not allow element "P" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
line 91 column 1236 - Error: end tag for "B" omitted, but its declaration does not permit this
line 91 column 4 - Info: start tag was here
line 93 column 3 - Error: document type does not allow element "P" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
line 95 column 3 - Error: document type does not allow element "P" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
line 97 column 3 - Error: document type does not allow element "P" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
line 99 column 3 - Error: document type does not allow element "P" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
line 101 column 100 - Error: end tag for element "FONT" which is not open
line 103 column 3 - Error: document type does not allow element "P" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
line 105 column 3 - Error: document type does not allow element "P" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
line 107 column 3 - Error: document type does not allow element "P" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
line 109 column 3 - Error: document type does not allow element "P" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
line 111 column 3 - Error: document type does not allow element "P" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
line 113 column 3 - Error: document type does not allow element "P" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
line 115 column 3 - Error: document type does not allow element "P" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
line 115 column 219 - Error: end tag for element "B" which is not open
line 117 column 16 - Error: document type does not allow element "P" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
line 119 column 5 - Error: document type does not allow element "DIR" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
line 121 column 5 - Error: document type does not allow element "DIR" here
line 121 column 9 - Error: "DIR" not finished but containing element ended
line 121 column 9 - Error: end tag for "DIR" omitted, but its declaration does not permit this
line 121 column 1 - Info: start tag was here
line 121 column 9 - Error: "DIR" not finished but containing element ended
line 121 column 9 - Error: end tag for "DIR" omitted, but its declaration does not permit this
line 119 column 1 - Info: start tag was here
line 121 column 9 - Error: end tag for "FONT" omitted, but its declaration does not permit this
line 117 column 45 - Info: start tag was here
line 123 column 3 - Error: document type does not allow element "P" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
line 123 column 92 - Error: end tag for "B" omitted, but its declaration does not permit this
line 123 column 4 - Info: start tag was here
line 125 column 3 - Error: document type does not allow element "P" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
line 127 column 3 - Error: document type does not allow element "P" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
line 129 column 3 - Error: document type does not allow element "P" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
line 131 column 3 - Error: document type does not allow element "P" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
line 131 column 110 - Error: end tag for element "B" which is not open
line 133 column 3 - Error: document type does not allow element "P" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
line 133 column 27 - Error: end tag for element "FONT" which is not open
line 133 column 34 - Error: end tag for element "FONT" which is not open
line 133 column 40 - Error: end tag for element "DIR" which is not open
line 133 column 46 - Error: end tag for element "DIR" which is not open
47 errors / 0 warnings
Downloaded your page and will look more closely at your layout. You don't have a document type on your page, but more and more pages are going to strict. You can view the document types here: W3C.org's Doc Types (http://www.w3.org/QA/2002/04/valid-dtd-list.html). There are some test apps to see if your CGI Bin works. Can't remember where they are. Just small programs that are simple to install and run. They gave you a return with whatever problem found.
Will let you know more about your main page later.
Ron
KandiLyons
05-12-2007, 01:14 AM
I'll look over this, Ron, thank you.
The first line I fixed in my computer, I didn't know what it was until today, but I've seen it before. I haven't uploaded it yet.
If I have that many errors on this page, I'm wondering how many more I have on others! Goodness. :)
Thanks!
Katrina.
KandiLyons
05-12-2007, 01:58 AM
I forgot to answer that.
Yes, its a mailform. I'm testing the stuff I'm picking up on a demo, not my actual form. Before I was getting an error message other than that the page was not found, now I get the page not found error, so I progressed, but I didn't at the same time.
I've tried .cgi & .pl, but I'm copying someone's script & adding my info (cause I haven't learned the script yet).
I've done everything I was suppose to, or at least I think I did, and I'm having difficulties, but like everything else, one must keep on trying.
I'm trying Joe Burns stuff, if I can't get anywhere, I'll try something else.
I've had my perl path & sendmail path given to me by my server, but I haven't found out yet if they prefer .cgi or .pl, Mr Burns tutorial stated that it may make a difference.
He also stated to send the script as ASCII Text, I don't know what this is, I believe he was talking about the CGI script.
Do you have insight on this?
Katrina.
PS
Here is where I was getting Joe Burn's Information incase you wish to read it.
http://www.htmlgoodies.com/beyond/cgi/article.php/3470191
Major Payne
05-12-2007, 02:32 AM
Probably could have saved all the error posting as I redid your one page:
AboutKandiLyons (http://paynelessdesigns.com/Code_Help/AboutKandiLyons.html).
Added some CSS and removed your table tags. Use it if you want.
Ron
Major Payne
05-12-2007, 05:00 AM
He also stated to send the script as ASCII Text, I don't know what this is, I believe he was talking about the CGI script.
Do you have insight on this?
Katrina.
PS
Here is where I was getting Joe Burn's Information incase you wish to read it.
http://www.htmlgoodies.com/beyond/cgi/article.php/3470191
He was talking about when you uploaded to your server using a FTP app like SmartFTP that you need to make sure it is sent as ASCII and not binary. SmartFTP know what to do automatically, but it does have Options which can be changed at any time. I just leave it on Auto.
Your page I gave a link to in other post can be used as is. I compared it to yours and it is very close. Should have doubled checked in IE. Will do that later. Your home page: Main Page (http://paynelessdesigns.com/Code_Help/index_KandiLyons.html). I renamed it so you can download it, but didn't rename the About page so be careful and don't overwrite yours unless you are going to use mine.
I use Paul McFedries MailForm service. He 's the author of several books like the Complete Idiot's Guide to HTML. You can sign up for his MailForm service which is easier to use. Can send you the info for registering if you want.
Ron
KandiLyons
05-12-2007, 12:27 PM
I will definately look at what you did, I can't wait to see!
If you happen to know where I can get a nice jpeg of clothes to replace the image link I have for Apparel I would appreciate it, I don't want that image link there, but I haven't found anything to replace it & would rather have that image than nothing.
I have members signing up & I don't even have my webpage done! Eek! But, because we are just starting, their first year is free.
I don't know what binary means & how my FTP uploads. I use Direct FTP, it came with the CoffeeCup editor that was given to me. I'm still learning to use it. So far everything I have on my pages are self-made except for a couple of the JavaScripts & DHTML (I copied & pasted those). Most of these pages were written prior to receiving the CoffeeCup, so naturally, I'm looking for improvement. :)
I would LOVE look into the Mailform Service, I would rather do it on my own, but if they can save me from torturing my brain until I figure it out it will definately be worth looking into.
Thanks for all of your help!
Katrina
Major Payne
05-12-2007, 04:20 PM
Well, I don't want to get you to change your FTP or Editor, but if you are just learning to use it, I would recommend SmartFTP (http://www.smartftp.com/) and Matrix Y2K Editor (http://www.crystalfibers.com/index.php?topicid=47). With the Mozilla ActiveX plugin, you can view your pages using the IE, Firefox or both engine. I'm in the credits for the Matrix Y2K 2005 and 2007 Beta. :p
Check in preference/Options in your FTP and see what is says about uploading files. Normally the FTP knows which to use to upload. I'll get the links for you on the MailForm service so you can see if it will work for you and post back here. Looking for image for you.
From your home page, I see four more links to pages in Nav bar. Let me know if you liked the pages I re-did for you, then you can go ahead and add content to home page while I look at your others. I love doing this stuff and it doesn't take long. Maybe longer then it should since I watch movies, type a little, watch more movies, etc.. :D
Ron
Major Payne
05-12-2007, 05:31 PM
Hi: Just made new images out of your old one as most I found are copyrighted.
Children Clothing (http://img120.imageshack.us/img120/6480/childrenclothingnewwe0.gif)
Index Page (http://paynelessdesigns.com/Code_Help/index_KandiLyons.html)
MailForm Service Link (http://www.mcfedries.com/mailform/registration.asp)
Ron
Major Payne
05-12-2007, 10:16 PM
Policy and Guidelines Page (http://paynelessdesigns.com/Code_Help/PoliciesandGuidelines.html). Watched two movies doing this one. :p
Ron
KandiLyons
05-13-2007, 06:12 AM
I didn't get to see the Policies & Guidelines page. :( Too bad. I guess there was only so much time, were you able to set up a time limit on the page? That would be cool. I did see the index page & saw what you did. Wow! I don't know anything about CSS. I think I viewed the About Page prior to it being taken off, but I didn't save the Notepad info. I was doing so much earlier, I don't remember if I looked or just wanted to. I think I looked. I think I glanced, but couldn't actually "look". I've been in and out all day, off and on the computer, barely had time to eat, but managed. :)
I really wanted to see what you did while watching two movies, too!
I went to the MailForm site you suggested. I must be doing something wrong because I can't get it to work. Now its 3:30 in the morning. This is the best time to do anything, if I can stay awake, no kids screaming in my ears or dog barking endlessly at the neighbors, no people coming to my door all day, no phone ringing (well...that's not true. It has rang at least once an hour since 10:00 this evening). :)
I was telling a friend about you earlier. You must either have a knack for computers, did a lot of studying, or both. I've noticed that since I've started learning that I now view web pages differently. I can tell tables and frames just by looking at the page, or at least I think I can tell. :)
I was hoping to study the pages that you created, seeing that I know what I wrote, I could see what you did different & how the CSS worked. If you upload them again I will promise to be fast this time. :) I would like to study your pages, if you let me.
How did you get all the images off the site? It had that right-click block on it. Maybe it doesn't work for FireFox, or you're really good, or both. I thought that was interesting. ;) Hm?
Oh! I told my mother about you today, too! Told her that you were helpful & even told her how to do the Favicon. She decided that she wanted one on her site or sites, she puts them up & changes them all the time, I never know what she has, I know that she has a few & created a few. I was all excited when I knew something she didn't! :D
She says that she uses two editors. She also says that she doesn't know what she's doing, she just types in the editor & it does the work. I guess I started backwards. I was typing before the editor.
I ordered a book from the Library. The Idiot's Guide to Web Design. Sounds like a good idea. I figure I might qualify, I hope. :D
Its nice to know that there are still nice people out there in our crazy world. I'm talking about you, yes, you. You're very helpful. I hope to be as knowledgable as you & help people, too.
I'm looking at the articles to the right of this page. What's PHP? I'm going to find out!
Katrina
KandiLyons
05-13-2007, 07:04 AM
Me Again,
Well, I was looking into the Matrix Y2K & the post on it says that people are having problems with it running under Windows Vista. I have Windows Vista. The person who posted the post is actually asking for help from someone who may have solved the problem, but it looks interesting. So, perhaps the delimma will be fixed & I can try it out on a later date.
The smart FTP sounded familiar then I realized, "Hey! I think he mentioned it earlier." So, I'll look to see if they are having Vista problems, too. I've noticed that Vista seems to be a problem for a lot of programs. I guess that's because its new. My Vista came with the computer.
I added you to my buddy list. :)
Major Payne
05-13-2007, 03:03 PM
Hi Katrina:
Sorry about the pages. They were getting to be so many that I put yours in its own folder online which broke all the links you clicked on. I am attaching all of the files with a template I made in ZIP form so you can download it and look at the pages in your browsers without having to go to my site. There's a current page with all the correct links if you want to see them online. NotePad is not going to do the pages justice and may not allow you to see how the code is layed out as Matrix Y2K would. Even AceHTML 6 Pro is better than NotePad. Sorry to hear you are using Vista. :p
On the MailForm. You must register first, then you will receive a code by email which will allow you to use the service. Without the code, it will not work. Did you see the instructions page on how to set it up? You will receive all the links related to MailForm with the email, but you could be setting it up and have it ready to go. I like the MailForm service although I have set one up using PHP on my server. let me know if you have problems and will give you a hand setting it up.
Right-click block doesn't work for those of us who know how to pull images. I you using Firefox as your default browser? If so, I would suggest the Web Developers' extension if you don't have it. Can send you a list of neat extensions that come in handy. HTML Tidy for another.
Got the invite and you've been added too so we don't have to post much more here.
Ron
KandiLyons
05-13-2007, 03:48 PM
I downloaded the files. Thank you! :) Also, I left you an IM message.
:)
Katrina
KandiLyons
05-13-2007, 04:27 PM
I went to the site, it appears that Vista & FireFox aren't getting along too well. They are suppose to be coming out with a version 2.0.0.4 (if I did that right). I'll wait for that version.
Katrina
webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved.