This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1601. |
Solve : Table Missing Text?? |
||
|
Answer» Just learning how to add a table in HTML BIKES MANUFACTURER PRICE
|
|||
| 1602. |
Solve : Help with Javascript code!? |
|
Answer» Well, first of all I noticed a tag problem. You somehow have two "" tags. Your other problem is my fault. The size of the images array should be two, not three. Your current example only has two sets of images and links, but the array is sized at three.Ok, so how do I fix the tag problem? Please give me the exact code how it should appear in my page. Also, how do I make it appear in the green box? Here is the correct code. Of course, you'll have to update the links and images to yours to make it work. Try this code on that test page you used before. If this works I'll tell you how to add the image to the green box. a) How can I add the alt text to each individual image? To add the alt text to each image you can increase the size of the individual arrays inside the main image array to 3. The increased size will give you a place to place the text. You will then have to access the alt attribute of the image tag. Quote b) If I want to add another image to the alternating group, what code do I need to edit? If you want to add another image to the array you must increase the size of the image array. Code: [Select]<script type="text/javascript"> function random() { //The 3 below can be changed to what ever you want //depending on the number of images/links you have. var images = new Array(3); //First image images[0] = new Array(3); images[0][0] = "image0.jpg"; images[0][1] = "page0.html"; images[0][2] = "image0"; //Second image images[1] = new Array(3); images[1][0] = "image1.jpg"; images[1][1] = "page1.html"; images[1][2] = "image1"; //Third image images[2] = new Array(3); images[2][0] = "image2.jpg"; images[2][1] = "page2.html"; images[2][2] = "image2"; var index = Math.floor(Math.random() * images.length); document.getElementById("randomImage").src = images[index][0]; document.getElementById("randomLink").href = images[index][1]; document.getElementById("randomImage").alt = images[index][2]; } </script> It works. Thanks for all the help. No problem. Thats why were here. If you need more help with this or with other Javascript related issues I will be glad to help. I am also pretty GOOD at CSS so if you need help with that I can assist you as well. |
|
| 1603. |
Solve : Need help with html? |
||||||||||||||||||||||||||||||||||||||
|
Answer» Hello all,
Orion stretch wrapper.Model#H-66-7. Good condition stretch wrapping. please reduce the code you have pasted into the forum, remove the stuff that you KNOW isn't the problem; please also set a flag in the code you re-post indicating where you pasted in your new code, which, if I am understanding correctly, may have set the centering. Quote from: yanng1 on February 06, 2009, 10:06:37 PM please reduce the code you have pasted into the forum, remove the stuff that you KNOW isn't the problem; please also set a flag in the code you re-post indicating where you pasted in your new code, which, if I am understanding correctly, may have set the centering. Good idea. It's impossible to read through all that at the moment.Sorry for the long post. I wasn't sure what was needed. Here is the section with the problem. Everything after this is centered.
Item# 1008 ITW MIMA Model # Cobra XL. Stretch wrapping. |
|||||||||||||||||||||||||||||||||||||||
| 1604. |
Solve : Javascripts - Enable it vis HTML code? |
|
Answer» Quote from: CBMatt on August 11, 2008, 08:02:41 PM And by the way, you might want to ignore anything squall_01 says. Unfortunately, he doesn't know what he's talking about when it comes to anything. LOL! You have some neck....! Quote from: kpac on August 12, 2008, 03:15:48 AM Quote from: CBMatt on August 11, 2008, 08:02:41 PMAnd by the way, you might want to ignore anything squall_01 says. Unfortunately, he doesn't know what he's talking about when it comes to anything. When I see someone constantly trying to give USELESS advice without having any knowledge of what they're talking about, I start to get a little irritated. And let's face it...I can be a bit of an *censored* times as well. Heh.Thanks CBMatt You are right...I upload the page to my local IIS ..test it... no such problem. Regards No, I forget its been a while since I messed with javascripting. This point I dont have alot of time to do such. Quote from: squall_01 on August 15, 2008, 02:33:42 PM No, I forget its been a while since I messed with javascripting. This point I dont have alot of time to do such. Well, by reading this thread, it's OBVIOUS that you have no idea what you're talking about. Personally, I don't think you should even bother with posting at all if you can't help. In fact, I have never seen you actually help with anything. I know that when you're a teenager, it's cool to look like you know everything, but you're not fooling anyone. Maybe you should work on improving your English and wait until you're about halfway through high school before you start worrying about trying to help people. You need to be able to help yourself first.That would be funny if it where true. I'm a COLLAGE sophmore. I'm about twenty so it wouldnt be funny if you read some of my post. Also, I do help people. Just havent had any luck yet, with doing other things an problems that had been resolved I COULD have done.I don't know what kind of school you claim to go to, but most schools around here teach grammar and spelling; you may want to look into that. Although, you did say "collage"...maybe you're just really good at pasting magazine clippings onto posterboards. In that case, I'm very proud of you for reaching a Sophomore level of collage-making! Quote I'm about twenty so it wouldn't be funny if you read some of my post.What post? What in the world are you talking about? I already don't think it's funny to read any of your posts because quite frankly, I find them to be headache-inducing. You've GOT over 2000 posts and all you have managed to do is confuse people and get in the way. If you have some sort of learning disability, I'm sorry that you have to struggle harder than the rest of us, but it's no excuse to continually muck things up. Despite how it may appear, I'm a very nice guy and I generally like people, so I'm willing to give you the benefit of the doubt. If you truly do know anything about computers and wish to help out, at least hire an interpretor so people can know what you're talking about.To everyone who reads this: I apologize for behaving in such a manner. This sort of discussion isn't meant to be public and I am setting a bad example here. I'm very stressed and tired, and it's making it hard for me to keep things to myself. And I apologize to you as well, Squall. I'm not going to take back anything I said, but I am going to try to no longer perpetuate this. If I must say something in the future, I will try to be more civil. I'm going to go ahead and lock this thread so it can eventually drift away... |
|
| 1605. |
Solve : screen width problem? |
|
Answer» I have a problem in webpage that all things are OK in making webpage but there is problem of but when I was open in 17" inches monitor the formating of webpage is disturb. I am thinking in fact you are already in % settings altogether - which means what you set up for full screen 15", this becomeswhen viewed in 17" full screen - everything SEEMS to''stretch'' to fill and so what looked ideal formatting before becomes altered. Sometimes I do find that it is easier to work to a limiting ''containment'' - in CSS we'd call it a wrapper - or in straight html a fixed size table ..... just under 600 if you want folks on 800x600 not to have scrolling - or a bit under 1024 to suit many who use 1024x768. Within that containment... you can then use % much as you like within because it will be ''held in''. Many TIMES when image vs text placement is critical then IMO anyways - fixed sizes have their uses. |
|
| 1606. |
Solve : HTML - content on homepage moves when screen minimized? |
|
Answer» Hi |
|
| 1607. |
Solve : what are the best options to learn software programming? |
|
Answer» i am not a programmer and want to learn programming and dont know how to do that and whether there are any websites which can help me out with that. whether there are any websites which can help me out with that.We can point you the right direction and give you websites to help you but we need to know what Programming Languages you want to learn?I what are the different programming languages. can u suggest me a programming languages which will help me in my real life to use them commercially. have a great day.Quote from: shersingh on August 16, 2008, 10:03:43 AM I what are the different programming languages. can u suggest me a programming languages which will help me in my real life to use them commercially. Yea, but what exactly do you want to do with the language? Game/software creation?It would ALSO be HELPFUL for us to know what you already know?There are tons of different languages...some of them do similar THINGS, some of them do completely different things, and some of them are used together. You sound like you're probably a novice, so I think the best thing for you would be to sign up for some courses at your nearest community college. Or it doesn't even have to be LOCAL. Cerro Coso has many great online courses (so do other schools, of course, but this is one I'm familiar with). This would especially be helpful if you wish do this for a profit. These days, it's very difficult to get work without proper SCHOOLING or a significant amount of prior experience. |
|
| 1608. |
Solve : Help with Forms and User-created webpages on my site? |
|
Answer» Hello, I design simple WEBSITES that look REALLY good. I am not sure how to even ask this question but is it possible to create a website with a form that users can complete to instantly create their own page on my site. Basically a user WOULD go on my site complete a form that then create their page into a set template on my site. Maybe there is software that does this or a website or is this high level programming stuff that I simply couldn't do. What is this called? Thanks all! Yes, that would be fairly advanced. |
|
| 1609. |
Solve : uploaded website is text only? |
|
Answer» i just finished making a website with a downloaded template. I finally uploaded it to bluehost and the only thing on my site is the text. no PICTURES or template at all. the template says that it is xhtml, is there a difference from html and therefore not compatible with bluehost? i made it with kompozer and it has also switched back to text only. a little advice would be appreciated. Can you post a large chunk of text from a smaller page maybe? Might help to see that and include the whole top section with header. |
|
| 1610. |
Solve : Object Persistence?? |
|
Answer» Is there object persistence in PHP 5? |
|
| 1611. |
Solve : Need help to finding a program like this...? |
|
Answer» Hello i really need a tool that will make it easier for me to paste linked words on a FORUM. Let's give an example: |
|
| 1612. |
Solve : submit button to act as link? |
|
Answer» Hi guys, Something tells me you should create an array, use the onChange function to change a value, and have the submit button go to a different place depending on the value --matching the array data. Thanks for the INPUT, but it seems kop442000 hasn't visited for a while.I am a javascript learner. So I type all this code. there is 4 files :page1.htm,page2.htm,page3.htm,and index.htm ,please place them in the same forlder. page1.htm: Code: [Select]page1 haha...page2.htm: Code: [Select]page2 herepage3.htm: Code: [Select]this is page3index.htm: Code: [Select]<html> <head> <title>page changer</title> </head> <body> <iframe name="target_window" src="page2.htm"> </iframe> <select name="sel" onchange="document.all.target_window.src=sel.options(sel.selectedIndex).value;" > <option value="page1.htm">page1</option> <option value="page2.htm" selected>page2</option> <option value="page3.htm">page3</option> </select> <br> <input type="button" onclick="window.open(document.all.target_window.src,'_blank');" name="btn" value="View this page in new window"/> </body> </html> I display new page in iframe! first I forgot to add the button |
|
| 1613. |
Solve : Frontpage Help? |
|
Answer» I know Frontpage was discontinued, but it's what my company provided me with to build a small intranet SITE. The site is currently just a BUNCH of buttons that link to reports all over the public drive. A "centralized reporting website". I just read your PM from last night, and look at you....Thanks. Almost HALF your count. why don't you use ASP (develop with notepad)? It seem you can use the cookies to deal with it.Quote from: Broni on August 19, 2008, 06:21:33 PM I just read your PM from last night, and look at you....Something I just realized......why did you post that in a topic I never posted in? Quote from: Carbon Dudeoxide on August 20, 2008, 08:53:38 PM Something I just realized......why did you post that in a topic I never posted in? I just noticed that now too.... Weird..... |
|
| 1614. |
Solve : banner imagee not showing up? |
|
Answer» I posted banner on my website for people to put on their pages and included the html code they need to copy in order to post it but when I tested it out only a empty box with a little TRIANGLE design in the upper left corner came up. I tried the url where I have the image at and it showed up with no problems. Heres the code I'm using: <img scr=http://i41.photobucket.com/albums/e287/throughthefireofrsd/banneranimated.gif" ..... /> "SCR" should be "SRC". Thanks so much guys! Somehow I completly over looked the quotation mark, its fixed now and works right. I knew all along that editors can cause a lot of problems but I had to get the site together really fast and wouldn't of been able to with my limited knowledge but ever since then I've been trying to learn more so I can do everything on my own from now on. I'll definitely look up that book Matt. When I first was trying to post the html for the banner, I had it on my server but I didn't know what the img src would be so I figured with photobucket I would know exactly what to put. I plan on changing it once I get more familiar with all this stuff. All of your suggestions are really helpful and look forward to working with them today:) You'll probably get more questions from me as I do, haha. Thanks again!!! Your welcome... Well, for my help anyway. Be sure to come back if you have any problems.Quote from: kpac on August 23, 2008, 03:17:17 AM One more thing, but it may be just a typing error here: Ha ha, I would say that I can't believe I didn't notice this...but after all of the time I've spent doing HTML, I've GOT to say that I'm not one bit surprised. Heh. Anyway, I'm glad things are working. If you need ANYMORE help in the future, don't hesitate to ask!Quote from: CBMatt on August 25, 2008, 03:08:08 AM Ha ha, I would say that I can't believe I didn't notice this...but after all of the time I've spent doing HTML, I've got to say that I'm not one bit surprised. Heh. Yea, lol, so am I. |
|
| 1615. |
Solve : Insert PHP into page ?? |
|
Answer» I have got my database driven web site I m USING |
|
| 1616. |
Solve : Free utility’s links on my WebSite ?? |
|
Answer» In my website I just want to put some free links (like flash player, Free JAVA Download, activex, Adobe acrobat reader etc. ) Yes, just link to them, but dont do direct file links. Yep. Actually they would be delighted it you put a link to them on your site. Good luck. |
|
| 1617. |
Solve : Checkbox in PHP/MySQL rows? |
|
Answer» Hi |
|
| 1618. |
Solve : HTML Flash? |
|
Answer» Anyone know of a good site to make a customizable flash profile of sorts, and have an option to embed it into another site using HTML?What kind of flash file do you mean. If you want something worthwhile, you will have to pay for it.just something with tabs that are customizable and can be embedded with HTML, like a playlist from playlist.comNo, sorry, I doubt you'll get something like that for nothing. Are you creating a website?Quote from: kpac on August 26, 2008, 10:57:55 AM No, sorry, I doubt you'll get something like that for nothing. Are you creating a website? no, not creating another website at the MOMENT ......i was just looking for something cool to embed in my AIM profile Oh okay. Then, I think Playlist.com will have to do, unless you want to buy Adobe Flash which is about $1000. i already have it (my dad has connections at WORKS) but anyone who can memorize the code to program flash honestly has no life *cough*i'm learning it*cough*Quote from: EchoLdrWolf316 on August 26, 2008, 05:49:06 PM i already have it * Not JEALOUS.... Not jealous.... * Quote from: EchoLdrWolf316 on August 26, 2008, 05:49:06 PM but anyone who can memorize the code to program flash honestly has no life *cough*i'm learning it*cough* Not really.... If you are a web designer, it's your job.... So you're going to remember it anyway.Quote from: kpac on August 27, 2008, 03:20:19 AM Quote from: EchoLdrWolf316 on August 26, 2008, 05:49:06 PMi already have it Quote from: kpac on August 27, 2008, 03:20:19 AM Quote from: EchoLdrWolf316 on August 26, 2008, 05:49:06 PMyah, i know what you mean, HTML was gibberish to me 5 months ago, now its like a second languagebut anyone who can memorize the code to program flash honestly has no life *cough*i'm learning it*cough* |
|
| 1619. |
Solve : Alt Body Color?? |
|
Answer» Is there an alternate way (in HTML) to set a background color from inside the BODY? I want to change the color of part of my AIM PROFILE PAGE. There is a place on the page for HTML, and i want to make that specific space LightBlue, i cant use: oh, of course, a table thank-you you might not even need the TR and TD elements at all, I just like being verbose. okay |
|
| 1620. |
Solve : Need Help with Dreamweaver!? |
|
Answer» Hi, I'm working on a website for a fire department and I can't get the popup menus on this page to work. The site is not currently up and RUNNING but here is the page that I'm talking about: http://www.gilbertfire.org/test7.html . I created individual popup menus for each of the links on the header in dreamweaver. When you scroll over them they are supposed to drop a blue menu (popup menu) with more links on each. I built the header and the popup menus first and they worked fine, then I added in everything below the header later and the menus stopped working. I can't figure out why it wont work at all. I do have some other layers on the page but i don't think that should affect anything. There may be a javascript error somewhere but i can't seem to find it. If you have any suggestions or ideas I would love to hear it, please help me. |
|
| 1621. |
Solve : PLEASE HELP! IE7 isn't being displayed properly? |
|
Answer» I recently created a NEW profile for windows because my old one wasn't working properly. I managed to successfully transfer over all the files I needed, but internet explorer has a few kinks because I guess the software DIDNT update. Many of the pages I TRY to view have all the letters and images skewed to the left of the page and are semi out of order. But for other pages, everything looks fine but I'll get this error message pop up..... |
|
| 1622. |
Solve : JAVA/WEB DESIGN? |
|
Answer» I'm looking for a good book on WEB DESIGN. I am pretty good at HTML and CSS but I WANT to learn more. What would be some good books to learn more web design and are their any good books for using Java in web design.Here are some good books: I'd stick to learning one first, and I'd start with JavaScript. Java is not that hard at all to learn. Obviously is harder than JS. But I believe that most people can easily learn the basics plus data structures fairly easily. Also if you know C++ you BASICALLY already know 90% of Java, most of the concepts and theory are the same, just the commands and syntax are different. |
|
| 1623. |
Solve : Need Help With Pen Tool (Photoshop)? |
|
Answer» I need help using the pen tool for creating a LOGO. Here is a rough draft that I did with the brush tool: |
|
| 1624. |
Solve : Blogging sites? |
|
Answer» I am not sure where to put this one.... at rack111.com , nucleus is free with the free hosting account Most (paid) web hosting companies offer free blog software as well as others... Quote from: kpac on August 27, 2008, 09:07:11 AM Well there is plenty of blog software out there: Thanks for infoQuote from: QQQ on September 09, 2008, 01:11:16 AM
No problem. I'm glad you got use out it. |
|
| 1625. |
Solve : Iframe height bug in IE? |
|
Answer» Does anyone know how to get Internet Explorer to render an Iframe's "height" attribute correctly, or is this an INHERENT (stupid) bug in the browser? Does this help?: http://htmlhelp.com/reference/html40/special/iframe.htmlNot really. I already know how to adjust height and width using pixel values or percentages. Good tutorial though. Quote from: kpac on January 23, 2009, 02:18:21 PM What you could do is display the iframe in a table, and set the height and width of the table, then set the height and width of the iframe to "auto".Sorry, that's a step in the wrong direction. Apparently "auto" isn't an acceptable value for those attributes. Entering them shrinks the Iframe to about 300x200 pixels on IE and Firefox. I already have the Iframe embedded in a cell of a table. I'm just wondering why, when you enter something like 100% for the height and width, IE stretches the Iframe's width to fill the available space, but keeps the height at about 300 pixels. Other browsers stretch both dimensions as you'd expect, but not IE. It's very odd...Maybe these links can help you... http://virtuelvis.com/archives/2004/02/msie-is-the-problem http://www.dynamicdrive.com/forums/archive/index.php/t-5277.htmlQuote from: kpac on January 25, 2009, 03:39:38 AM http://virtuelvis.com/archives/2004/02/msie-is-the-problemThis one doesn't apply. I'm not using Iframe to trick anyone into installing anything. I'm using it to display ordinary pages from the same web site, while a nice menu is available outside the Iframe for visitors to navigate the website's contents with. Quote from: kpac on January 25, 2009, 03:39:38 AM http://www.dynamicdrive.com/forums/archive/index.php/t-5277.htmlThis one is really close to the issue. We both have an Iframe inside a table that doesn't automatically expand VERTICALLY to fill the space it is assigned. There's only one difference: this guys didn't assign a height attribute to the table cell that contains his Iframe. I gave mine a height of 100%. It seems that the Iframe only expands vertically under two conditions: when I enter a pixel value into the Iframe's height; or when I set the Ifram to 100% tall and give the table cell a pixel value for the height. Omitting either one, or setting both to "100%" RESULTS in IE shrinking the Iframe to only about 200 pixels high. I thought that if it works for width, it would work for height too...but I guess IE treats the two differently (and less intelligently) then other browsers. Stupid IE... Thanks anyway. That link helped a lot to explain what is going on. Apparently, what I want to do is simply not possible with IE.You could try setting it with JavaScript. Code: [Select]<script type="text/javascript"> function iframeHeight() { document.getElementById('iframe').height="100%"; } </script> The above obviously goes into the , and add this to the Code: [Select]<body onload="iframeHeight()"> <iframe height="100px" id="iframe" src=".../frame.htm"></iframe> </body> Does that work?Nope. |
|
| 1626. |
Solve : Alert pop up? |
|
Answer» Code: [Select]while (true) { |
|
| 1627. |
Solve : Line help? |
|
Answer» If I want to place a Yellow Line GOING across the web page I know there is a CODE and you can ajust the THICKNNESS of it and how long it is. |
|
| 1628. |
Solve : Resizing Web Page? |
|
Answer» Ok so I'm pretty new to web design but I'm starting to get the hang of it. I have a problem tho when I start making tables and pictures and links on my web page they look just fine work well and everything. Then I shrink the web page down everything is all squished TOGETHER and I mean really I'd like to know how you set up a web page so when you resize the page everything stays put on the screen?Try using Height and Width attributes, especially Width, in your table tags to make your tables a fixed width. Apparently, you aren't doing that, which is why your pages are shifting things AROUND. When you are using height and width, you should nearly always use percentage values, unless you have them set to about 800px or less (the minimum size of most browsers). Then I shrink the web page down everything is all squished together and I mean really I'd like to know how you set up a web page so when you resize the page everything stays put on the screen?You do mean resize your browser WINDOW, right? I was assuming that's what you mean. Quote from: kpac on September 12, 2008, 02:24:45 AM When you are using height and width, you should nearly always use percentage values, unless you have them set to about 800px or less (the minimum size of most browsers).I DISAGREE. To stop the shifting around of page elements when the browser window is shrunk, he needs to use fixed width, i.e., width in pixels, not percentage. That helped alot both of you thanksGlad you got it fixed. |
|
| 1629. |
Solve : Xampp - Port 80 problem? |
|
Answer» Hi £28 a month is way too much for basic domain hosting. That's what we would charge for two years!!! Or does that cover your broadband as well?An Internet Service Provider usually.. provides internet.. soo somehow I think it might be the broadband internet connection. Clearly is, as he is talking about problems with his internet blocking port 80.Check the DATE of this topic. Couple years old..... Locked. |
|
| 1630. |
Solve : Website/Computer help not sure which it is....? |
|
Answer» Hi and hopefully someone can HELP me.... |
|
| 1631. |
Solve : Web Site Design? |
|
Answer» No problem. |
|
| 1632. |
Solve : Form to act as address bar.? |
|
Answer» The text box does not update with the new website and it does not GO to the site you enter in the text box. |
|
| 1633. |
Solve : Hover over menu? |
|
Answer» Looking online for the BEST WAY to MAKE a hover over drop down menu. Kinda like |
|
| 1634. |
Solve : Generating a Sub-domain! *Please Help me get the code!*? |
|
Answer» I need a code to GENERATE a new sub-domain named something in a field. But ning.com does it. More than likely because they run their own server. If you have your own server, you could do it too. Any big SITES like MySpace, Facebook, or other social sites nearly all run on their own server, so it is set up the way they want it. httpd.conf is the configuration file for Apache, and it needs to be edited to allow PHP to create subdomains. However, normal users on a shared server will not have access to this file for security reasons, obviously. |
|
| 1635. |
Solve : Could I get some help with Perl classes?? |
|
Answer» I would REALLY appreciate anybody who could point out some key, important aspects and/or information regarding classes in Perl. How they differ from classes in other languages, how they work, etc. |
|
| 1636. |
Solve : Good Free Site Building Area's? |
|
Answer» I'm CONFUSED. |
|
| 1637. |
Solve : Antiquated Coding Problem?? |
|
Answer» Gee Whiz! |
|
| 1638. |
Solve : Trouble of share my flash movie on website? |
|
Answer» I’ve an avi video about my summer vacation and I CONVERTED it to flv with Video4Web Converter , the program is great, I added many special effects with it. But how can I share my video with my FRIENDS. Someone told me that I could upload it to my personal website. Can anyone kindly enough to tell me how to put it into my personal website? And will the special effects INFLUNCE the quality? Thank you.You'd need to upload the .flv file to your personal website and then within a web page of yours add code similar to the below example (replacing myflash.flv with the name of your file). |
|
| 1639. |
Solve : Ask a Question, Get an Answer!? |
|
Answer» Hello. MANY of you may have questions on something about web design. You can ask a question here, and get an answer from another person. Please do not abuse the forum rules, sense we are still in a forum post. The example below might help you understand how this is done:
How? If somebody has a question on web design, they make a new TOPIC IN the web design forum. I don't see how having all the questions and answers in one thread streamlines the process, which can get especially confusing if the question's take more then one or two posts to answer. Not there are countless numbers of discussions going on in one thread, all possibly unrelated. This is why each question is supposed to be given another thread.Quote You can ask a question hereHere as in this topic, or this Section?Quote from: Bannana97 on January 21, 2009, 06:10:25 PM
No, I think we all know how to use these forums, most of us have been here longer than you and you are helping no one. |
|
| 1640. |
Solve : Please Help! Page Views Code! *Need Asap*? |
|
Answer» I NEED a code that will increase this # by 1 each TIME a page has been viewed. I need this to work on multiple pages, sense I have a members page, I need each member to know their views, as well visitors to see it. i am ,beginner to create web page,how can i create a blinking header? Please start a new topic. I'd SAY a JavaScript with a simple PHP script would do here.you cant say size or big?? |
|
| 1641. |
Solve : i need some help with prompts? |
|
Answer» im making one for my site and all i can do is make alert promptsSo what exactly do you want help with? okay so here is the html for it |
|
| 1642. |
Solve : opening pictures in perl? |
|
Answer» I have finally FIGURED out how to OPEN pics in perl but the only PROBLEM is is if I have 2 pics in a row, then it races through the 1st pic and within seconds opens the 2nd pic. No one can even see the 1st picture--much less research it (that's what the picture is USED for, in this instance). |
|
| 1643. |
Solve : Whats wrong with this Script?? |
||||||||
|
Answer» It keeps saying invalid LOGIN even when i enter the correct info.
QUOTE from: Bannana97 on January 19, 2009, 02:41:31 PM <script link="http://www.herbertsworld.com/scriptholder.html" > You are MISSING a type attribute and "link" should be "src". It should be: <script src="http://www.herbertsworld.com/scriptholder.html"> </script> I'm not SURE if that will work as it is a HTML file...No that isnt the problem, It works for all my other pages. The login keeps saying Login Incorrect even with the correct info.I'd say the problem is that your running the 'if (done==0) { alert("Invalid login!"); }' script on the same level as 'var done=0;' so it's immediately activating. I'm not good with JAVASCRIPT, but a tabbed Code: [Select]else if () command might work.Quote from: EchoLdrWolf316 on January 19, 2009, 07:51:21 PM I'd say the problem is that your running the 'if (done==0) { alert("Invalid login!"); }' script on the same level as 'var done=0;' so it's immediately activating. I'm not good with javascript, but a tabbed Code: [Select]else if () command might work. Yes, this could be the problem. <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function Login(){ var done=0; var username=document.login.username.value; username=username.toLowerCase(); var password=document.login.password.value; password=password.toLowerCase(); if (username=="Bannana97" && password=="se5asokn1") { window.location="userbailey451497529.html"; done=1; } elseif (username=="micky" && password=="bailey") { window.location="usermicky00000191.html"; done=1; } elseif (username=="apple202" && password=="passlolword") { window.location="userapple202ifsdhgio.html"; done=1; } else { done==0; alert("Invalid login!"); } } // End --> </SCRIPT> You might also have a problem with the username and password variables. To me, you are defining the same variables twice. var username=document.login.username.value; username=username.toLowerCase(); var password=document.login.password.value; password=password.toLowerCase(); Might be something like this: var user=document.login.username.value; username=user.toLowerCase(); var pass=document.login.password.value; password=pass.toLowerCase();Quote from: Bannana97 on January 19, 2009, 03:37:23 PM No that isnt the problem, It works for all my other pages. yeah, it's not a problem that your using attributes that don't exist. |
|||||||||
| 1644. |
Solve : Need help with placing text image on header.? |
|
Answer» How do I put a smaller image on top of a larger image? In this case, it's a text image on top of a header graphic. Both are jpgs. Can I actually position the smaller image? ThxYou can open the large image in mspaint and copy and paste it into mspaint. From there, you can move the smaller image around, and then save it.Is this HTML we're talking about? OOPS. Should have mentioned. Yes it is htmlQuote from: ajsmith100 on September 23, 2008, 12:38:52 PM Oops. Should have mentioned. Yes it is html No worries. Do you have any code already? Can you post it? Is there any (seperate) text in the header? I'll post it when I get home. ThanksOne option which will give you some room for manipulation is to use absolute positioning in CSS. The smaller pic will need a higher value Z index so it will be on a layer - then you can move it where you want. Kpac, I've uploaded the images, as we discussed. Thanks for taking a look. Carbon, not sure what you mean [Saving space - ATTACHMENT deleted by admin]My suggestion was to put the two images together before uploading them to the website.Is this what you mean?: Maybe a little use of the Magic Wand Tool and some feathering, but yeah.Quote from: soybean on September 24, 2008, 08:25:11 AM Is this what you mean?: You can use tables for that. Just set the background of the table to the background image, and putting the other image inside the table: Code: [Select]<table border="0"> <tr> <td style="background-image:url('image1.jpg');background-repeat:none"> <img src="image2.jpg" border="0" alt="A picture..." /> </td> </tr> </table> Is this what you want? Yes...that's it, thanks! Now I can take the code and do the 10 headers that I have to change. Thanks for saving me so much time.... AJQuote from: ajsmith100 on September 24, 2008, 12:48:15 PM
Was that sincere or sarcastic?Quote from: BC_Programmer on September 24, 2008, 12:54:27 PM Was that sincere or sarcastic? Hey! STOP being so negative! LOL! Quote from: ajsmith100 on September 24, 2008, 12:48:15 PM
No problem. |
|
| 1645. |
Solve : Finding a file/download in someones computer when clicked. *Solved*? |
|
Answer» I need a CODE that when the button below is CLICKED, it will check for a file in the persons COMPUTER, and if they have it, it will download a file I have specified. |
|
| 1646. |
Solve : Gif animator, know a good one?? |
|
Answer» Hi All, I am LOOK for some software that will ALLOW me to CREATE the effect of sand flowing THROW an hourglass. |
|
| 1647. |
Solve : Javascript Set cookie? |
|
Answer» I'm TRYING to set cookies. It just works when i pass Name & Value. It doesn't when i'm PASSING expiry, path and domain. Please see the code as below and let me know what is wrong in there: |
|
| 1648. |
Solve : Javascript Help? |
|
Answer» This is my calculator for a certain game . |
|
| 1649. |
Solve : mySQL commands? |
|
Answer» can SOMEONE help me.. how to change the DATA TYPE of my table in MySQL,. can what are the mysql commands that INSERT new field in the existing table??Take a look at the MySQL Manual then search it for data type, table, and field |
|
| 1650. |
Solve : Auto Renew?? |
|
Answer» I have a site with time SENSITIVE information on it. Unfortunately, most of my viewers are elderly and have no concept of refreshing the page. Is there a script that will automatically refresh a page when that link is clicked? Yes, a very simple one. Yes, a very simple one.Thank you, I placed the script in the head and it appears as a hyper-link. Is there any way it will work as a hidden text, ie it will automatically refresh when the page is pulled up without having to click on a HYPERLINK?You want the page to automatically refresh every so often? http://grizzlyweb.com/webmaster/javascripts/refresh.asp - Have a look there.Only when someone first accesses the page.I'm not 100% sure what you mean... Quote from: kpac on January 18, 2009, 07:51:51 AM http://grizzlyweb.com/webmaster/javascripts/refresh.asp - Have a look there. Did you try here?:-[Whenever someone accesses the page, I want it to be the latest updated version. In short, I don't want them to have to refresh the page themselves in order to have the latest update. Yes, I am "playing" with that page. Thanks.Quote from: smokeydog001 on January 18, 2009, 03:13:30 PM :-[Whenever someone accesses the page, I want it to be the latest updated version. In short, I don't want them to have to refresh the page themselves in order to have the latest update. Yes, I am "playing" with that page. Thanks. So... you don't want the browser to load the page from their cache? I believe there are metatags to set page expiry... I wouldn't know what they are... it's been so LONG...Ah, GOTCHA both. http://www.i18nguy.com/markup/metatags.html |
|