5,277 Posted Topics

Member Avatar for rotten69

Do you have the Windows 7 media? You could attempt a system repair.

Member Avatar for JorgeM
0
137
Member Avatar for hwoarang69

I have a sample that you are free to use and adapt to your needs. You can create second and third levels if needed. I use this same navigation menu on my site. It has worked well for me. CSS Nav Menu. http://www.itgeared.com/articles/1420-css-multi-level-navigation-menu-tutorial/

Member Avatar for <M/>
0
193
Member Avatar for hwoarang69

You can still use absolute positioning, but if you want to position it within the Div, you must set the parent element (in this case "top_login") to have a position of relative. If you dont, the image's abosolute positioning will be that of the body element.

Member Avatar for JorgeM
0
48
Member Avatar for hwoarang69

If you've incorporated jQuery into your project, you can easily get the value of the input field by using the val() method. For example, <script> $(document).ready(function() { var inputVal; inputVal = $('#login_username').val(); }); </script>

Member Avatar for JorgeM
0
71
Member Avatar for HunainHafeez
Member Avatar for simplypixie
0
97
Member Avatar for hwoarang69

You are also going to need to include some server side scripting. This shopping cart I for is going to be stored in cookies, session variables, and/or a database.

Member Avatar for JorgeM
0
99
Member Avatar for DaMoose75

Hard to say, but it is possible that traffic coming from this particular PC is locking up your internet router. Check to see if there are any firmware updates that could be applied to the router. also, verify that you have the latest drivers updated on the network devices.

Member Avatar for DaMoose75
0
219
Member Avatar for Giggsette
Member Avatar for hwoarang69

While I am sure that you can make further adjustments to get this to work using a paragraph element, you are trying to create a navigational menu. So i dont recommend the use of a paragraph element. Semantics should be considered when you develop. For one, when a web spider …

Member Avatar for hwoarang69
0
123
Member Avatar for <M/>

What exactly are you trying to style? You have a prompt and alert. If you mean style these, I am pretty sure that you can't apply styling since these are built in to the browser.

Member Avatar for <M/>
0
80
Member Avatar for db12877

You'll definately need to get into safe mode to start a cleaning process. With any of these nasty viruses, I generally analyze the time it takes to clean the PC vs a fresh new install. If you dont have any important data to salvage, I would go with a format …

Member Avatar for JorgeM
0
190
Member Avatar for jspence29

A quick review of your CSS shows that you included CSS3 properties. You should note that much of CSS3 is not supported by IE8 or older or not at all. What are the differences you are noting that you want to fix?

Member Avatar for JorgeM
0
92
Member Avatar for hwoarang69
Member Avatar for mdeokute

You are asking for a lot of information. Here is a resource you can start with. [Connecting to Databases in ASP.NET](http://msdn.microsoft.com/en-us/library/ms178371(v=vs.100).aspx) If you are looking for someone to give you the complete code, that's probably not going to happen. Start with the link, read more about connecting to DBs and …

Member Avatar for JorgeM
0
193
Member Avatar for anumandava
Member Avatar for tomibaw

Place the file in the root directory of your website. You can use the meta element for specific parameters with regard to user agents. https://developers.google.com/webmasters/control-crawl-index/docs/robots_meta_tag

Member Avatar for DarkMonarch
0
73
Member Avatar for lloyd.j.mumba

If you can figure out who the motherboard manufacturer is, you can look up their beep codes to get specific. Info about the error.

Member Avatar for BOSDOT
0
123
Member Avatar for danielmichael.torres.9
Re: ?

You'll need to be a bit more specific with your question.

Member Avatar for JorgeM
0
59
Member Avatar for Matt061

If there is a GPS component, then yes, your device can be located if you really wanted to find the location of the device. > How could i tell if the company i work for is tracking me? put some aluminum foil over your head, that should prevent them from …

Member Avatar for dogbreath077
0
246
Member Avatar for MGadAllah

notepad++ is good and simple to use. there are a lot of great editors out there. Personally, two that come to mind that I do not care for are Dreamweaver and Microsoft's Web Expressions.

Member Avatar for MGadAllah
0
289
Member Avatar for opbasu

A jpg file does not contain text. While you may see text displayed, its actually a picture file.

Member Avatar for SautinSoft
0
218
Member Avatar for designershiv
Member Avatar for jspence29

You just need to use any image editing software. While Microsoft paint is very limited, it can do this for you. All you would do is open the file in mspaint, resize the picture (if you are using Win 7, it has this function) to a scaled down version maintaining …

Member Avatar for jspence29
0
185
Member Avatar for adrian.mcguinness
Member Avatar for barriegrant1
Member Avatar for tibor.marias

Maybe some of these gas companies have a feed of some sort that you can process to display information about their prices and locations.

Member Avatar for tibormarias
0
182
Member Avatar for coder91

When you set a panel to hidden, asp.net doesn't produce any client side HTML. Do you have any HTML between your panels? Run the page, look at the HTML source view in the browser.

Member Avatar for coder91
0
259
Member Avatar for arundlk

There is no supported way to retrieve or reset the password unless you have a password reset disk. Hacking, cracking, or breaking into the account is not a type of activity that is helped on this forum.

Member Avatar for Andrew54
0
83
Member Avatar for dualzNZ

With one external public IP address, port forwarding is logical option. You could also provide VPN services so external users can access internal resources but that solution is not likely to fit well based on your description.

Member Avatar for cguan_77
0
305
Member Avatar for hwoarang69

Can you elaborate a bit more? Are you looking for web hosting on linux? virtual linux server?

Member Avatar for CimmerianX
0
145
Member Avatar for <M/>

If you added HTML5 elements while using an XHTML Doctype, the page would not pass validation. You probably should be using the HTML5 Doctype for all of your existing and new web projects. This doesnt mean that you have to include any new HTMl5 elements. It also doesnt prevent you …

Member Avatar for JorgeM
0
106
Member Avatar for tscina
Member Avatar for ronnelie
Member Avatar for hwoarang69

Why not install VMware or another virtual app on your host computer, then install Linux, etc as virtual guest operating systems so you don't disrupt your host computer's OS. When you are do e with the guest, you simply delete the VM files.

Member Avatar for ORAfreak
0
294
Member Avatar for asrsmunna
Member Avatar for EvolutionFallen
0
228
Member Avatar for HunainHafeez

I can try to reproduce this in vb and get back to you. Hopefully someone else has insight.

Member Avatar for JorgeM
0
250
Member Avatar for shotokanpoloto

On the first page, you are submitting a form via POST so you are not passing the values via a query string. On the receiving page, you need some server-side scripting to gather the values you posted. Since you are not passing the values via GET in the query string, …

Member Avatar for shotokanpoloto
0
149
Member Avatar for onyema247

Are you pinging the router within your internal network? If so, it's not related to the ISP. Is this a wired or wireless internal network? If wireless, try connecting a wired device directly to the router and compare PING results.

Member Avatar for CimmerianX
0
123
Member Avatar for Dani
Member Avatar for sony shrestha

Could be that your display is faulty. If you do a search on this site, you'll find other members with similar issues. To make sure its not your graphics card, I woudl recommend that you plug an external video monitor to your laptop and see if the lines show up …

Member Avatar for JorgeM
0
66
Member Avatar for cezarjont
Member Avatar for james19862012

So do you need help passing the information from page to page or just creating a text box on the second page?

Member Avatar for JorgeM
0
268
Member Avatar for wharmic

If you go to Disk Management (In computer management) are you able to see the disk listed below, at least as a foreign disk?

Member Avatar for JorgeM
0
98
Member Avatar for Growl
Member Avatar for gbarnas
0
180
Member Avatar for dlmagers

If you are looking to create a multi-level navigational menu, using CSS, I have an example that you are free to use for your purposes. Code and explanation.. [Multi-level Navigation Menu with CSS](http://www.itgeared.com/articles/1420-css-multi-level-navigation-menu-tutorial/)

Member Avatar for dlmagers
1
187
Member Avatar for BigPaw

I wouldnt tend to think that there would be any improvements in performance. I would expect that the peformance of the system (IDE <--> SATA) would be as fast as the slowest component in that system.

Member Avatar for BigPaw
0
105
Member Avatar for coder91

Sounds like you need a conditional statement on your code just before you perform your INSERT/UPDATE SQL statement. If 'other' is selected, then use the value(s) from the text boxes.

Member Avatar for coder91
0
97
Member Avatar for missy_mi

What database app was uploaded. If is MSSQL or MySQL, the plhosting provider should be providing a management console so that you can manage the database.

Member Avatar for missy_mi
0
220
Member Avatar for jacksantho
Member Avatar for NoCodeMonkey

Does this issue only occur when you attempt to install Windows Server 2008 as a guest? Have you tried any other versions x86 vs x64, 2008 R2, etc..?

Member Avatar for CimmerianX
0
2K

The End.