HTML - [[newbie]] Some Questions Too Answer, If You Could Be So Kind?
Hey,
Firstly let me just say, Hi everyone, first time here, etc etc. Right I shall get straight to the point of why I am here, and hope that some kind soul can help me. 1. I work in a educational environment, and we are looking at publishing our students timetables on the intranet, running on a link something like http://intranet/students/timetable/ inside that file would be their timetable (just a plain old HTML doc) each student already has a unique ID and their file would take that name, so what I want to do, on our main index page is put a little tiny form in at the top, of which they can just type in their number, press go, and it to bring up there timetable. Buttttt! I have no idea how to do it, the actual form would need the preset link then take the inputed data, add it too the end, then forward on to the said page. is it possible? if so could you kindly tell me how? or a little script would be god sent Thanks in advance for that one if you reply. 2. I was going to do number two, but after all of my typing it dawned on me what the solution was, doh! Kieran. Similar TutorialsOk, I am building my own site and I am getting hung up on little glitches that I don't know how to fix. Posting on this forum is not effective enough. I want to hire a service that will answer and help me fix the glitches on my site. Any suggestions? 1. When designing for an 800x600 resolution, am I supposed to start with the same size canvas in PS? I've heard that some people reduce the height or width a little but I've never understood why. 2. When designing a site, should I use a white background when opening a new file in PS, or should I start with a transparent background? What do others do and why? Thanks. I am creating my first web page through HTML using notepad. How do I view it (without publishing it) on a web page? What ive done right now is open internet explorer to a blank page (meaning not connected to the internet) and I thought id be able to view it by opening up view code and then cut and pasting my code into it that way. It didnt work! Im stuck and Im trying to get creative to find the answer but am not finding one. If anyone knows- a simple and VERY detailed explanation would be great! Im very new to the web- thanks in advance! Hi: I am new to this group and to html programming .. sort of. I am trying to find a way to display http headers from an html file (index.html) The scenario is that I can display the http header variable and value information in my apache access.log file by setting the logformat in the httpd.conf file; and I need to verify that these are all available in the launched index.html file And recommedations greatly appreciated. Ron Hi, I am semi new to HTML coding, I have created several basic websites but I am currently working on a bigger web project. I am hoping to create a website that will get traffic, and I am trying to make it as legit as possible, but of course, I do not know how to do certain things, and help would definitely be appreciated So first of all, the website will be kind of like a news page, so I might very well be updating the main page several times a week with new articles, and as I update, I want the older updates to go to page 2, and articles in page 2 to go to page 3 and on...So it is like a Stack, but I just do not know how to express or code this in HTML or what have you. The second is I wish for people to be able to comment on each article. Now I am not sure if I want them to be signed up users or anonymous, but at the least some kind of system so that people can comment on the articles and talk to each other. Also a a side question, if and only if, the site began to get ads or something, where and how would they be implemented? I have extra spaces at the left and right sides of the website, so I am thinking they could just be implemented there? Sorry to all if these questions sound obvious, but I would appreciate any kind of help Thank you for your time! I have spent a lot of money in the past 2 years for a program called PayPal Shop Maker. I currently have Version 3.1 and I have contacted the support about how to customize their template for months with no response. I have looked the file over but things just do not make since to me. I am needing someone to look the file over, and to tell me what code does what. Maybe by commenting it better. I want to use the code in my new template for a better look and feel. Their default template stinks. Its just a 3 column page that is boring. Download the template here direct from their website. It is a zip file. The page I am needing the most help with is template.htm inside of the zip file. As you will see their program uses the template and uses features inside of the executable to compile a website with ease. However their is no website template documentation included, although they say it can be done. http://www.hkvstore.com/paypalshopma...mplatefile.asp If anyones willing to help me with this I would very much appreciate it. All of the message boards ive joined in the last few months never got any replies. I would be so greatful. Please somebody. Im sorta desperate. http://webmastered.biz/demo/addit/index.php/items What is this type of form called? could anybody tell me what kind of programming is being used to run this list? I want to set up a similar site. I found a copycat site that has the exact same code but I think they are owned by two different people because if you do a whois search on the domains, they are people in different parts of America How could I go about making a page like that ? One that I could make my own catagories for and then invite webmasters to join the list? dear viewers i am new to this forum . i need some help on creating a addon in internet explorer i work for quality check in a limited company. in quality checking procedure i will get a IE page where i have to check whether the spellings are correct and whether the space before after colon and fill stop are correct..... this is my checking procedure. i can find some colon spacing errors by looking at the page. but i dont want to waste my time on finding a bulky pages................... so please any one help me on creating a button or some other source which fits in Internet Explorer when i click that button it should find all the colons and compare the spaces before and after the colon and "?". remaining symbols i can add later...... thnaks in advance Hi, I'm new at this - so please forgive me for any noobness I'm making a pretty simple homepage in html. It's built with 3 frames: left = navigation top = banner main = contect When accessing one of my mainpages there's a (pretty long) loading-time 'cause of the heavy files on this specific page. I'd really like to tell the surfer there's stuff going on - so that he/she doesn't think something is wrong. I've searched and read about the java progress bars but I don't really get it - and when I just copy/paste codes there's no luck. This is how I would like it to be set up: When klicking this link (let's call it "files") in the left frame I'd like it if something (anything) could appear in the main frame that tells the user the page is loading, and when it's done loading; the page for "files" will appear in the main frame. A simple text without animations in the main frame would do just awesome! And I'd really like to keep my original design around this text. I'm Swedish so I hope all this was understandable. My site's platform has been changed to Linux from Windows and asp scripts I guess don't work with Linux, so I am looking for a Php script to replace a script that I used, but I don't know what it's called in order to do a search. Here is the script--it's just a simple feedback/email script. thanks <% Dim t1name,t1,t2name,t2 t1name = "Your Name" t1 = Request.Form("t1") t2name = "Kind Of Bike" t2 = Request.Form("t2") Dim stname,st stname = "Comments" st = Request.Form("st") Dim ObjMail Set ObjMail = Server.CreateObject("CDONTS.NewMail") ObjMail.To = "farley2628@comcast.net" 'in the next line you can change that email address to something else 'like "myform@myurl.com", just be sure and put it between quotes " " ObjMail.From = "farley2628@comcast.net" 'you can also change "Form Submission" to something else like "form results" etc. ObjMail.Subject = "Feedback Comment" ObjMail.Body = t1name & vbcrlf&_ t1 & vbcrlf&_ t2name & vbcrlf&_ t2 & vbcrlf&_ stname & vbcrlf&_ st ObjMail.Send Set ObjMail = Nothing 'HERE you make a choice. You can redirect the user to any page in your site Response.Redirect "http://www.nomagicneon.com" %> http://www.tutzor.com/tutorials/tutz...inal_large.jpg Like that website has. How would you code the boxes and the header/footer? Basically it's a blog layout, and it should be simple, but I don't know how to make it.. Thanks for your help! Hello, I'm relatively new to HTML and CSS and I've made my own website with a free DNS, http://retrotails.dyndns.org/ with the HTML done mostly Kompozer and the CSS was written from scratch. I'm going to have an NES emulator, vNES, with legal public domain ROMs. Here is the basic code for an applet. Code: <div class="forcemid"> <applet archive="vnes.jar" code="vNES.class" height="480" width="512"> <param name="rom" value="/roms/Alter_Ego.nes" /> <param name="sound" value="" /> <param name="stereo" value="" /> <param name="scanlines" value="" /> <param name="scale" value="on" /> <param name="fps" value="off" /> <param name="p1_up" value="" /> <param name="p1_down" value="" /> <param name="p1_left" value="" /> <param name="p1_right" value="" /> <param name="p1_a" value="" /> <param name="p1_b" value="" /> <param name="p1_start" value="" /> <param name="p1_select" value="" /> <param name="p2_up" value="" /> <param name="p2_down" value="" /> <param name="p2_left" value="" /> <param name="p2_right" value="" /> <param name="p2_a" value="" /> <param name="p2_b" value="" /> <param name="p2_start" value="" /> <param name="p2_select" value="" /></applet></div> Most of those don't need to be changed (or even included), and there's also a ROM size value to show loading times, but most games (like this one, Alter Ego http://nesdev.parodius.com/bbs/viewtopic.php?t=7999 are around 32-128KB and load in less then a second. Currently, I have 1 HTML test file with Alter Ego, but I was wondering if it was possible to let param name="rom" value="" have a file selector so I don't have to make a bunch of HTML files with a single link changed. I'm helping a friend build a site to sell textbooks, and the system that he's going to implement involves an "Order" page wherein you enter (or select) a five-digit class code for, say, five different classes. What I want to know how to do is, once someone has their classes all selected and hits the "order" button, that they are given an invoice for the amount of the books needed for those classes. So, essentially, I need to figure out a way to tie each of these five-digit class codes to a certain price which will be given to the customer to complete the order right there on the site. The old model had used a method wherein a list of the classes would be sent to my friend, who would then figure the cost and call the customer back with the total. I apologize if none of this is making sense. If not, please let me know what it is that's confusing so I may clarify. Hi all , I am kind of new to HTML, MHTML & Dreamweaver. I know the basics.... How to make this sort of a website .. http://www.keen.com/details/Spirited...nships/1205476 I mean what she has done in the red, green and pink part. I know how to create a website ...but how to make such a thing and post it in a website as profile. After I make the website in Dreamweaver should I save it as HTML or MHTML ? Also this is the web where i wd post it ( see attached pic ) ....now shd i post the source script from dreamweaver after i make the website ?? what i confused is , after i post only the script in the Describe your service area ( see pic ) ...wont it look for the source files, i mean the jpgs, gifs, mid etc etc ... I wd be thankful if someone can guide me on this .... Thanks Amlan hello, i have seen on alot of web pages some kind of radial bgcolor of page,where at the top of page it's alot white and as you scroll down the page it gets darker and darker. does anyone knows what is this about? thanks Ok, I have no idea why this is happening... Here's the scenario... I have 3 photo's.. Photo 1... Is the top image of the site with rounded corners, and a drop shadow... Photo 2... Is the content area... that matches the border and drop shadow from the top... Photo 3... Is the bottom image... again has rounded corners and drop shadow... To put them together I created a table with 3 rows, and 1 column... and went to each section and added the photo as the background image since I still need to be able to write the website text.. The table has no spacing, padding, or any border of any type... But when I go into previewing it in my browser... (I've tried both firefox, and ie) You can see a slight spacing between the rows... so instead of the photos siting flush they have a space in between them... breaking up the flow of the site... How do you fix this? Or is there a simpler way to get accomplished what I want accomplished??? i am a member of a virtual pet site and have my own web space on there , i know basic html and have come up with some good pages so far but the one thing i dont know how to do is this: when another member from the site views my pages i would like there user name to show on the page, ie "welcome to bobob1012" can anyone tell me just how to do this ? thanks so much for any help you can offer. I want to create a form with a text box that has a specific answer. If the correct answer is typed in, the submit button redirects to one page. If the wrong answer is typed, the form redirects to another page. Is there any way to do this? |