HTML - Converting A Project To Visual Studio 2010
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. 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. 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. 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 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 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 Hi i need one to one help with a big project ill explain the project down here and if you feel you can help then pm me i have not written any of the coding at this time. Anyone should feel free to add feedback aslong as its constructive i am working on a highscore database for a project in college this will be based around playstation 3 network and call of duty 4 i am attempting to make a website with the following pages - Login (Anyone) - Register (Anyone) - Add_Games (Moderator - Games_List (Registered) - Game_Data (Registered) - Edit_Data (Moderator - Financial (Admin) - Admin (Admin) i will give a step by step statement of how each one of them will function also the words Anyone, Registered, Moderator and Admin relate to there account status Anyone - Not Registered on the site yet Registered - Registered member but does not have any staff Priviledges Moderator - Member of Staff able to Edit Data Admin - Owner, High Staff Member - Full Access Login - a login page for registered members to login - If Member is just Registered they go directly to the Games list Page once logged in - If Member is Moderator / Admin they go Directly to the Edit Data Page once logged in Add_Games - Basically it Contains a Dropdown list of Games that we are using on the playstation and if we need to add another one we type the game into the box and click the button Add Game once add game is clicked a page is made for that game and it takes you directly to "Edit_Data" for that game Games_List - Takes you to a page with a dropdown box and a button with 'go' on it. The User selects the games and it will go to the page for that game. Game_Data - Holds the Records for certain fields, all records are data input by a staff member and field names may change depending on the game these work out as the Highscores so we can see who has the best skills Edit Data - A Page were staff can keep the Data they input updated all data input is logged and a note is sent to a shoutbox in 'Admin'. Dunno if this last one is possible Financial - on the computer ive made a excel spreadsheet were the person in charge of finances can enter the profits for the day, the loss for the day and it will take the profits - the loss = overall there is also a overall for Total Profits, Total Loss, and Final Profit which is Total Profits - Total Loss if its possible to do something like this but once the record is submitted it gives it a timestamp off the date/time it was submitted and sends it to 'admin' Admin - All Changes that are made within the last 48 hours are saved here and once 48 hours has past since it is added the data is automatically deleted As i said it is a Big Project and i would prefer it if i had help from the start I am doing this project for school but I can't figure why the map is on top of the text even though in the code I have the map inseted below the text. Any help would be appreciated, I am very new to HTML. Thanks! Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Untitled Document</title> <title>Longs Peak Online Map</title> <style type="text/css" media="screen, tv, tty"> body {font-family: sans-serif} a {text-decoration: none} img {border-width: 0px} #summary {position: absolute; top: 350px; width: 600px} #online_map {position: absolute; top: 5px; left: 5px} #lpmap {position: absolute; top: 0px; left: 0px; width: 600px; height: 294px; z-index: 1} #instruction {position: relative; top: 300px; width: 600px} .notes p {margin: 5px; font-size: 8pt} .notes p span {color: yellow} .notes a {width: 20px; height: 20px; overflow: hidden; background-color: blue; color: white; z-index: 2} .notes a:hover {width: 150px; height: 170px; overflow: visible; z-index: 3} #point0 a {position: absolute; top: 60px; left: 560px} #point1 a {position: absolute; top: 90px; left: 277px} #point2 a {position: absolute; top: 0px; left: 175px} #point3 a {position: absolute; top: 115px; left: 110px} #point4 a {position: absolute; top: 165px; left: 55px} #point5 a {position: absolute; top: 180px; left: 5px} #point6 a {position: absolute; top: 222px; left: 15px} #point7 a {position: absolute; top: 245px; left: 50px} #point8 a {position: absolute; top: 245px; left: 100px} #point9 a {position: absolute; top: 220px; left: 90px} </style> <style type="text/css" media="print"> body {font-family: sans-serif} a {text-decoration: none} img {border-width: 0px} a:link, a:visited {color: black} #instruction, #hideprint {display: none} #lpmap {page-break-after: always} .notes {page-break-inside: avoid; margin: 30px} </style> </head> <body> <div id="summary"> <h2>Longs Peak <span id="hideprint">Online</span> Trail Map</h2> <p>At 14,255 feet, Longs Peak towers above all other summits in Rocky Mountain National Park. The summer is the only season in which the peak can be climbed by a non-technical route. Early mornings break calm, clouds build in the afternoon sky, often exploding in storms of brief, heavy rain, thunder and dangerous lightning. Begin your hike early, way before dawn, to be back below timberline before the weather turns for the worse.</p> <p>The Keyhole Route, Longs Peak's only non-technical hiking pathway, is a 16 mile round trip with an elevation gain of 4,850 feet. Though non-technical, the Keyhole Route is still challenging and is not recommended for those who are afraid of heights or exposed ledges. Hikers should be properly outfitted with clothing, food and water. Use caution when ascending or descending steep areas. Don't be afraid to back down when bad weather threatens.</p> </div> <div id="online_map"> <div id="instruction">Move your mouse pointer over the numbered landmarks in the map to preview the hike. </div> <div id="lpmap"><img src="images/lpmap.jpg" alt="" ? /></div> <div class="notes" id="point0"> <a href="#"> <img src="images/image0.jpg" alt="" /><br /> <p> <span>3:30 a.m.</span> Start from the Longs Peak Ranger Station, nine miles south of Estes Park. Be sure to pack food, extra water, sunblock, and warm clothes, gloves, and caps. </p> </a> </div> <div class="notes" id="point1"> <a href="#"> <img src="images/image1.jpg" alt="" /><br /> <p> <span>5:30 a.m.</span> Stop at Mills Moraine for a view of the sunrise. </p> </a> </div> <div class="notes" id="point2"> <a href="#"> <img src="images/image2.jpg" alt="" /><br /> <p> <span>7:30 a.m.</span> Time for break at Granite Pass. </p> </a> </div> <div class="notes" id="point3"> <a href="#"> <img src="images/image3.jpg" alt="" /><br /> <p> <span>8:30 a.m.</span> Climb through the Boulder Field on the way to the Keyhole. </p> </a> </div> <div class="notes" id="point4"> <a href="#"> <img src="images/image4.jpg" alt="" /><br /> <p> <span>9:00 a.m.</span> Stop at the Agnes Vaille shelter for a well-deserved breakfast. </p> </a> </div> <div class="notes" id="point5"> <a href="#"> <img src="images/image5.jpg" alt="" /><br /> <p> <span>9:30 a.m.</span> It's time to go through the Keyhole. Be prepared for heavy winds. </p> </a> </div> <div class="notes" id="point6"> <a href="#"> <img src="images/image6.jpg" alt="" /><br /> <p> <span>10:00 a.m.</span> Follow the painted targets along the Ledges. </p> </a> </div> <div class="notes" id="point7"> <a href="#"> <img src="images/image7.jpg" alt="" /><br /> <p> <span>11:00 a.m.</span> Take special care when crossing the Narrows. </p> </a> </div> <div class="notes" id="point8"> <a href="#"> <img src="images/image8.jpg" alt="" /><br /> <p> <span>11:15 a.m.</span> You're almost there! Climb the Homestretch to reach the summit. </p> </a> </div> <div class="notes" id="point9"> <a href="#"> <img src="images/image9.jpg" alt="" /><br /> <p> <span>11:45 a.m.</span> Congratulations, you've reached the top! Time for lunch and a few photos. </p> </a> </div> </div> </body> </html> ok i play this php game online for over a year now and in this game u can build buildings and do some upgrades to your buildings. i have the list of all the buildings Upkeep and Production for every level her is a list to all the buildings that are level one http://www.pardus.at/index.php?section=manual_ref002. i did all the math so i have the list for all the buildings in excel and some times i don't have my laptop with me to see this file and i don't like lunching excel every time i need to see that file i was wanting to know if there is a way that i can have a web page that i can just click on the building and the level and it will tell me that will be the production and upkeep for it. and then later i have a map of the sector that my alliance owns and i am wanting to just have one more page that i just tell it what building, level and capacity it is and it will show on the map her is a link to what some of the map's look like http://www.thebluesuncorporation.com...s/sectors.html. if u know how or have any ideas u can email or MSN me at davidmeir19143@gmail.com or AIM @ meirp4 and yahoo davidmeir_19143 or if you play the game u can massage me in Artemis Meiramd and in orion David Meir Building production/consumption levels Level 1 2 3 4 5 6 7 8 9 10 ... Production 100% 150% 200% 250% 300% 350% 400% 450% 500% 550% ... Upkeep 100% 140% 180% 220% 260% 300% 340% 380% 420% 460% ... production := round (basevalue * (1 + 0.5*(level-1)) upkeep := round (basevalue * (1 + 0.4*(level-1)) Constants and Variables: basevalue: [REF:Buildings] level: Production level of building Examples: Space Farm with production level 7: production() := round (8 * (1 + 0.5*(7-1)) = 32 production() := round (2 * (1 + 0.5*(7-1)) = 8 production() := round (1 * (1 + 0.5*(7-1)) = 4 upkeep() := round (4 * (1 + 0.4*(7-1)) = 14 upkeep() := round (5 * (1 + 0.4*(7-1)) = 17 Warning: When baselevels are low (especially: 1), changes may only take effect after two upgrades due to rounding! Hello, I am Matthew B. founder of Tridiantgames.com. We are currently under development looking for people who are skilled in HTML/CSS. If you think you have the skills and would like an opportunity to work with a Gaming Corp, please use our online application form. The form can be found here. Please keep in mind these jobs are non-paying. What will I be doing, exactly? Great question! In matter of fact, you will be creating page templates. Basically working off of our layouts making pages needed throughout the site. Do I need to know PHP? Absolutely not. We have back-end programmers who work on this. What are these projects? IF you get the job, IF!, then you will have full access to html/css from our under development projects. Do I meet the requirements to apply? I don't know, are you at least 16 years of age, have experience in HTML/CSS and/or other fields? If so, then yes. You meet our requirements. Just remember, these are non-paying jobs. How do I apply? Please click here. Thank you, Matthew B. Comments on this post spyboy1o1 disagrees: get off trouble706 disagrees: Get Real....Free work, but dedicated to your company? You have to be joking. Hello, I am coming back after a long time without doing xhtml, but i have a question, I want one page to pretty much be a page where the user browses for the jpg file or bmp file and uploads it with the text box information they have below, i have 3 text boxes which will have their name, last name and description, after they click submit, i want it to be able get the image, with the text box information and post it on another web page, stupid question but, can this be done in xhtml? if so, i got the page already done with the 3 text boxes and the browse button to find jpg and bmp, but the rest such as getting that info and posting it on another webpage is a different story, how would I accomplish that? Also, on the browse feature, how do i tell it to find only jpg and bmp and not other file extensions? thanks again Hello, I have a school project for which I have to build a website using HTML. WE use visual web developer and Microsoft access, and I build mine using a Master Page. My problem: In one of the pages I have to show my database, I wrote the code and everything works fine. The only complication is the placing of the new table... It shows it up above the my Master Page parts and not where it should be... Does anyone know how I can choose where to place my "Response.Write" things?? Thanks can ya"ll show me your first site/project. I would like to see them just to see where my first project should be . ty alexx Hello, Thank you for taking the time to read this over. I am working on a project using Frontpage 2003, and yes I know its rather old but it still does what I need it to do. What I am trying to do is be able to create seperate .txt files with data in them and display them in a textarea type box with a scroll bar. So imagine you have a chart at the top of your page, or a table at the top. The table has links within it and you click a link and the results show at the bottom in the text areabox which reads the .txt file. I have attached a photo, and please let me know if you have any questions. Hi everyone, i want a password field on my website, and then once a submit button is clicked- for it to link into a users account help? Hello people I've Just Downloaded NoteTab light It's a free html code/script software...Ok I wanna Learn How to Build something in code(script) YES I am NEW to Coding....OK but It has to be new(Like an idea thats not been used on any webpage/Site) It's gotta be fresh/new Or easy to learn, As I will type rather then copy & paste as that dosen't really teach you anything....Hope you help me on this one project I call it "Toxic Creation" It's wear I see some ones website & think "I like that" how do you write it in code. Then I do It again find something Try to learn it. All in all I Should at the end hav a web site thats different from every ones websites around. Ideas will come from ppl or sites. OK The Idea should teach me subconsciously about coding & Ideas on what works in the internet world. A 2 in 1 Learning Curve. I've got the first part ready.... <html> <head> <title><h3>Toxic Creation</h3> </title> </head> <script> <hr> </script> <p>To Teach is to Learn And Learn Is to Grow</p> <Body> <font size=size bgcolor=#ooffoo >...</FONT> </body> </html> At the moment Im having problems. I can only see what I've wrote rather then the webpage colour in Internet Explorer or my title heading. Any Help Would be an Help...pls Thank you carl |