HTML - Make An Iq Level Test On Visual Studio
need help with my project! n have no idea wht to do....
have to make iq level test on FWP. 1. First in the form ppl will see do u want to check your iq level..yes or no. include options. 2. if user says no then program will be terminated 3. if user says yes then will be asked that plz log in if already a user..else plz register. 4. if user is already a member thn will be directed to the iq level page. 5. After registration user will be asked for id and password. 6. After the registration IQ test will be shown, if the answer is right thn it will be shown in green color, if its wrong thn red color will be shown. 7. After this users iq level will be shown in %. 8. N those who already took it will also be shown on the page n atlast it will say thx.'. i hope u will understand....wat i wrote...need help guys........plzzzzzzzzzzzzzz Similar TutorialsWhat is wrong with this code...when i create an account which already exists it first says account created and then accout already exists. I want it to just say account already exists. Code: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If My.Computer.FileSystem.DirectoryExists("C:\Users\umar\Documents\Login\") Then MsgBox("Account Created", MsgBoxStyle.Information) Else MkDir("C:\Users\umar\Documents\Login\") End If If My.Computer.FileSystem.DirectoryExists("C:\Users\umar\Documents\Login\" + TextBox1.Text) Then MsgBox("Error! - Account Already Exists", MsgBoxStyle.Critical) Else MkDir("C:\Users\umar\Documents\Login\" + TextBox1.Text) Dim a As New System.IO.StreamWriter("C:\Users\umar\Documents\Login\" + TextBox1.Text + "\username.txt") a.WriteLine(TextBox1.Text) a.Close() Dim b As New System.IO.StreamWriter("C:\Users\umar\Documents\Login\" + TextBox1.Text + "\password.txt") b.WriteLine(TextBox2.Text) b.Close() End If End Sub Hi Guys, Can some one please send me the link of the msdn website for the above, i have searched all over for this and for some reason i can only find the one you have to pay for, it was only a few months ago i downloaded this for a friends laptop, and now i cant find it..... Help me pleaseeeee. Thanks in advance. Hi Guys, Not to sure if this is in the correct place to ask such a question, but iv recently down loaded the new version of Visual Studios, and all my projects were on my old laptop which recently died, before it did i managed to copy across all my projects on to a USB pen, My question is how do i transfer these projects to the newer version as they were built in visual studio 2008 and when i try and open one of them it gives me the option to convert which ideally is what i want to do, But it wont allow me to do so? Would it be worth me just installing the version they were orginally on? this is something i dont want to do because i prefer the lapout of the newer version but if it comes to it then i will. Hope some one can help me. Thanks in advance. I am working on a website that deals with a form for an electronic check. I pretty much know how to do the code for getting the values, etc, I just do not know how to create the actual forms. I have to create the pages in Visual Studio 2008. Here is what I have to create: The first image explains what is supposed to be in each field of the form. The second image is what it is supposed to look like after the user inputs information to the form. And here is what the result is supposed to be after the user clicks the preview button: So like I said, I know how to do most of the coding, I just have no idea how to manipulate Visual Studio to make the forms look like, or at least similar to, the pictures I posted. I have experience in html and css and some in javascript. So that is not really the issue. I just do not know Visual Studio too well. It seems like there is something easy and/or obvious that I am missing. I played around with VS for several hours earlier and I could not make anything that looked similar the images. Any help is greatly appreciated. Hi, I'm new to this html/xhtml/css, after one or two weeks learning, now I make some simple pages with a text editor, this way I found that I learn more about those things. I'd like to ask those gurus here, what tools they use to create those nice looking sites, visual one or a text editor? which route should I take? Thanks. A.C. i have a drop down list which when activated gets covered by another object on the site, is there anything that can be done to fix this visual order problem.... p.s. the blocking object is an image as well as a form dropdownlist (ddl). I have a blog http://tshirtjunkieindian.blogspot.com/ .. I recently inserted a social bookmarking widget ... Code: <!-- AddThis Button for Post BEGIN --> <div><script type='text/javascript'>addthis_url=data:post.url; addthis_title=data:post.title;</script><script type='text/javascript'>var addthis_pub="manujosephv";</script> <a href='http://www.addthis.com/bookmark.php' onclick='return addthis_sendto()' onmouseout='addthis_close()' onmouseover='return addthis_open(this, '', '[url]', '[TITLE]')'><img alt='' border='0' height='48' src='http://i36.tinypic.com/j9nic9.png' width='500'/></a><script src='http://s7.addthis.com/js/152/addthis_widget.js' type='text/javascript'/></div> <!-- AddThis Button for Post END --> but a white border comes which ruins it aesthetically.. can anyone help remove it?? Can you guys tell me what you consider to be the best best visual HTML programming application(s)? I'm talking about a program that has a GUI (graphical user interface), something similar to MS Word, which you could use to design a web page layout, and when you finish the program will spit out your layout in HTML code. Thanks, any help and advice is appreciated Does anyone know how to image map using VWD Express 2010? The help button is next to useless and I couldn't find anything that made sense on Google. Up until now I've been using Image Ready, but I don't have enough control over the finished image. Is there a way to assign a visual basic array to a html textbox array. Can someone tell me why the following does not work? Thanks in advance for any assistance. Public Class textboxI Inherits System.Web.UI.WebControls.TextBox End Class Sub initialize() For Me.a = 1 To 4 tb(a) = New textboxI With tb(a) .Width = Unit.Percentage(4.5) .BackColor = Drawing.Color.Yellow .Font.Size = FontUnit.XSmall End With Next End Sub I'm not sure where to put this, moderators. I'm coding up a pre-designed template for a client. But I am having trouble with viewing it on an iPhone or iTouch. If anyone have them, would you be willing to test it out for me and let me know how it looks like? http://66.41.158.217:8888/aef/ Thanks! Yeah I prolly shouldnt do this with ads but im just wondering how to do it, when people click on the ad, using javascript, when they click it a message will prompt saying thanks for clicking the ad, Im not actualyl forcing them to click the ad just a little bit of gratitude Anyone know how to do this? The test page: http://www.hindbrain.net/ex10.php I am working on a test page and have a couple of html / css questions. The page is doing what I want (I've only looked at it with firefox so far) except for these 3 items: 1. The page has horizontal and vertical scrollbars. I've tried everything I can think of to get rid of them, but haven't been able to. The offset is 38 pixels in both the horizontal and vertical directions. Where is this offset coming from? 2. If you move the draggable window I can drag it off of the screen. I've tried containment: "parent" but the draggable div jump to the top of the screen with most of it hidden above the screen top. Does anyone know how to get the containment to work? 3. If I comment out the body { margin: 3em; } line the draggable window moves slowly and is jerky. Does anyone know why? thanks, William Hello everybody, As you can see here http://arturbuchhorn.com/index.html the h2 element is displayed right alongside the navigation. What would be the best way to move the heading below the navigation? Thank you. PS: I would prefer a CSS solution if possible. The code is right he Code: /* CSS for Un Buchhorn en route */ a:visited { color: black; } #sitebranding a { border: 3px solid white; padding: 20px 10px 20px 10px; } #sitebranding a:hover { background-color: #FFE4C4; } #tagline { margin: 2em 0 1em 0; } #navigation { } #navigation ul li { list-style-type: none; float: left; margin: 0px 5px 0px 0px; } #navigation ul li a { background-color: #FFE4C4; text-decoration: none; border: black 1px solid; border-bottom: none; padding: 0 10px 2px 10px; } #navigation ul li a:hover { background-color: #F5DEB3; } #navigation ul li a:visited { } #bodycontent { } body { font-family: Calibri, Arial, Verdana, sans-serif; background-color: #F5DEB3; } #essay { text-align: justify; margin: 0 15% 0 15%; } #worksList ul { margin: 3em 0 3em 0; } #worksList ul li { list-style-type: square; line-height: 200%; } #worksList ul li a{ text-decoration: none; } #footnotes { font-style: italic; text-align: left; } h1 { font-family: "Jayne Print"; font-size: 200%; } h1 a { text-decoration: none; } h2 { font-size: 125%; font-weight: normal; } #footer p { font-size: 60%; font-family: Arial; font-style: italic; } #adsense { position: absolute; right: 0; top: 5%; } #pagedoesnotexist p { margin: 20% 20% 20% 25%; color: red; font-size: 125%; } hi im a bit new to html coding and need a little help. im coding a script test page in html. i have the first half of the page fine but cant get a proper textarea box under the proper fields. here's what i got........... HTML Code: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Test Script</title> <form> Project: <input type="text" name="Project" /><br /> Version: <input type="text" name="Version" /> </form> </head> <body> <form> <table border="1" bordercolor="" width="1100px" bgcolor=""> <td> Test </td> <td> Task </td> <td> Expected </td> <td> Actual </td> <td> Comments </td> <td> Tester </td> </tr> </table> <textarea rows="5" cols="15"> text area </textarea> </form> </body> </html> How many browsers or which one specifically do you guys test your sites on before going live and is there really a need to do this testing these days especially if using strict XTHML? Hi everyone, I just started tinkering with HTML coding and have been bouncing around tutorial sites and the like trying to figure out how to achieve my goals. im trying to create a 3 framed page (easily done so far)...with a form to create a purchase order style form....(heres where i begin to struggle). i have found plenty of samples of code to get the elements of the form going, drop down menus, text input, submit form via email, ect. but what im trying to find now, and im hoping someone here can help me is this. i want to create either a multi-level drop down menu, OR, a dropdown menu that referres to the next menu. ill try to explain this better with an example.... sample content for first menu.... Bread Milk Cheese say for example you select bread..... next menu content will be dependant on the first menu's selection sample content for second menu, "Bread" selected..... Wholegrain White Wholmeal sample content for second menu "Milk" selected Full cream Low fat Long life....ect, ect. I have done plenty of searching but all i have found is stuff that is waaaaaay out of my league this early in the game, most of my searching has yielded results from javascript, flash and something called jquery. is there any way to do this without spending lots of coin on fancy programs? im just using good o'l notepad here Thanks for any assistance in this, and i do appologise if it has been covered before, perhaps i have not been using the correct key words in my searches. Hi I know there is a piece of text out there that people use to test their web page. I want to know where can you get that, as i can't seem to find it anyway after several attempts of googling. cheers. I have just developed a series of quizzes to post on my Bible Web site. It works fine, but I'm wondering if there are any alternative ways of doing what I want. Here's how I designed each quiz. There is a "main" html file that creates two frames: <frameset rows="70%,30%"> <frame src="1SamuelQuiz.html" name="QuizFrame"> <frame src="BlankAnswerPage.html" name="AnswerFrame"> </frameset> Then I created an html file with all the quiz questions in a numbered list (1SamuelQuiz.html). Here's an example of one item from the list: <p>Who was David's father?</p> <p><a href="1SamuelAnswer1.html" target="AnswerFrame">Click here for answer.</a></p> When the user clicks for the answer, it appears in the lower frame, while the questions remain visible in the upper frame. As I said, everything works fine, just as designed. However, this method does require a separate html file for each individual answer. The more quizzes I create like this, the number of files increases at an alarming rate! Is there any alternative design that would still allow the user to click to see an answer while keeping the quiz questions visible? Thanks. Bill Hy all, I've managed to make a pretty decent newsletter using only basic-html and no stylesheet. It looks fine in Outlook and Hotmail, so I'm very curious what it looks like in other mailclients. Do you guys now if there are programs on the internet that enable me to look how my mail shows up in different mailclients? Any advices?! Thanks in advance! |