5,277 Posted Topics
Re: >Are you trying to get answers to your own questions? Not generally. I beleive that I've only started 5 articles this past year. I generally like to read technical books to at least get exposed to the concepts. in the case of forums, questions asked by others, interest me so … | |
Re: Each web hosting provider may have a different system in place to manage the hosting account. Have you checked with your provider? Documentation of the system you are using to manage your account? You havent specified which product you are using to manage your account so how can anyone give … | |
Re: Check your SQL statement. You are probably getting more than one result back so your While block is looping more than once. | |
Re: There are several ways to pass data from page to page. You can pass it in the URL, in a form, in a session variable, save it to a database table, then read from the next page, store information in a cookie. | |
Re: Are you running the login script with in GPO? | |
Re: Weird. In the design view, click on the grid view, edit columns. Do you see three or five? | |
Re: There are plenty of business card scanners on the market. A popular scanner is the scanner from Neat. | |
Re: You won't be able to download it here. You need to buy a licensed copy from the manufacturer or reseller. | |
Re: How sad for those that participate in that nonsense. | |
Re: `lable1.text = DBdatabasse.ForenameSelect(b);` | |
Re: I know this is a dumb question, but have you checked to make sure that the video cable is securely plugged in to the back of the computer as well as the monitor itself? | |
Re: Possibly the CPU overhearing? Check to make sure that the fan is secured over the CPU. If the heat sink has been recently removed, you'll need to re-apply new thermal paste between the heat sink and CPU. | |
Re: Check the computer's BIOS settings. For example, I know that some DELL laptops have this config where you can specify this behavior. | |
Re: Maybe it's just me but what space are you referring to exactly? A notation in the picture would help. | |
Re: Check the computer's BIOS settings. For example, I know that some DELL laptops have this config where you can specify this behavior. | |
Re: You simply need to get more of your visitors using the Alexa toolbar to visit your site frequently. | |
Re: What do you mean by see? Can you PING the other computers by IP, by Name? to be able to share files and resources, you need to ensure that the local firewall profiles allow for this type of access. What operating systems are running on this network? | |
Re: You should be able to use the history.go or history.back method. window.history.back(); | |
Re: You should contact your ISP. They can accurately test you download and upload speed. | |
Re: If you can provide a picture/diagram of what you are trying to do that would be helpful. | |
Re: The Nivo slider (link referenced in this thread) is easy to use and integrate with your web site. there are a lot of other free sliders out there that you can download and incorporate as well. Most of them have similar features with regard to transition time and type. | |
Re: The browser you use simply has to be able to interpret HTML markup. If the page is written in HTML markup thn yes any Internet browser can be used. You don't have to be connected to the Internet to read an HTML file. For example, if you create a file … | |
Re: Your conditional statement is always true probably because even If you don't select a date, that is the default value, not null or "" as you would expect. | |
Re: @Michael-From the link you provided, I think you can probably incorporate the Autocomplete jQuery plug-in. See: http://jqueryui.com/autocomplete/ Also, I put together an example of a simple autocomplete example that uses the keyup method. It sends the keystrokes to a server-side script that returns the results that match. Feel free to … | |
Re: I think we may need a bit more information about your code. Do you have this online where we can take a look at the source? | |
Re: I think you mean to use "DataValueField" on line 34. Ddl_Teams.DataValueField = "ID"; | |
Re: try uninstalling the program and re-install it again. | |
Re: So if you wan to redirect the user based on the user-agent (broswer), one option is to detect the browser version and display the appropriate content to the user or redirect the user to another page. Take a look at this resource: http://www.quirksmode.org/js/detect.html | |
| |
Re: You basically need some client side code. JavaScript and some Ajax in this C# example that you could use and adapt to your needs. http://forums.asp.net/t/1528616.aspx/1 | |
Re: Try booting into safe mode. If you are able to access the desktop, it would be a good time to run some anti-malware scan. Download and run MalwareBytes. | |
Re: Since you are declaring a function in your script, you need to call that function and sending the color value. onmouseover="changecolor('blue')" Then in the function document.body.style.backgroundColor=code; Since you are using anchor elements, you may want to remove the page loading function of the link in case the user clicks on … | |
Re: When I access the site I see the words "Professional Online.." over the menu and Recent Articles behind it. Not sure what you mean by the mouse hover. | |
Re: Where is the interview time and date stored? During the event where you send an email, can you simple retrieve the inter interview information and include it in the email? You should be able to use the username to retrei e interview info. If not provide more info about this … | |
Re: What exactly do you need help with? Do you have any code that isn't working? You haven't provided enough info. | |
Re: Can you elaborate on what you are trying to do? It's not clear to me based on your description and code provided. | |
Re: When you power it up, do you see anything on the screen during the power on self test? If not, sorry for the dumb question, but did you make sure the cable was secured both at the video card output as well as the back of the monitor. | |
Re: What do you mean read by JavaScript? You want to knowing the button has been clicked? | |
Re: Each have their strengths and weaknesses. Matching the right CMS depends on your specific needs. | |
Re: Sorry, can you elaborate a bit more for clarity? | |
Re: If you need help with joking SQL tabes, provide us with the table names ad their fields. | |
Re: You can use the Windows backup utility on the server, but you may consider looking at 3rd party products. I recommend Backup Exec by Symantec. | |
Re: If you have some code that you are working with and are having trouble, post the real vent code so we can help you. | |
Re: Using the Title Element in your HTML pages is not only good for SEO, but search engines will typically use the Title element is used in the results of a search. Here is more information from Google's Webmasters Help: http://support.google.com/webmasters/bin/answer.py?hl=en&answer=35624 | |
Re: Wow, I believe that I actually had one of those (or a close version of it) when I was very, very young. I can barely remember because it belonged to an older sibling. I recall playing pong (tennis). | |
Re: Are you sure you are not asking for the "Selected Value" that is chosen by the user in the dropdown control? If so, it would be `dropdown1.selectedValue` | |
Re: Have you tried to run the executable in compatibility mode? Right-click on the executable file and choose "Properties," and then click the "Compatibility" tab. Tick off the box stating "Run this program using Compatibility Mode." Select the version of Windows for which the software was originally written from the drop-down … |
The End.