5,277 Posted Topics
Re: Can you elaborate a bit more on your question? It is not very clear on what you are asking. | |
Re: Yes, those HP LaserJet 4 are work-horses. They keep running. You can try to apply one of the older built in drivers that Windows 7 has instead of downloading any of the newer drivers. Of course, if you apply the Generic/Text Only driver, you should be able to print at … | |
Re: I am by no means an expert in law, but I would tend to think that while you own the device, that does not grant you exclusive rights to some components of the device to do as you wish. What you could do is not buy the device and buy … | |
Re: You may want to use the onmouseover and onmouseout events instead of onmousemove for this scenario. | |
Re: I couldnt see how with just JavaScript. Regardless of the scripting or programming language, the target PC would have to be "listening" or expecting the traffic. So for example, all of the PCs participating in this system would need to be connected either to a central source or have already … | |
Re: Are you plugging into a USB port into the back of a computer or a external hub. Maybe the hub is faulty. | |
Re: Consider disabling the button when the user exceeds the max characters. | |
Re: Best wishes for those in the northeast. Having experienced several hurricanes, I know first hand of the devastating effects of these types of storms. I've seen homes destroyed, been through no power/gas for weeks, etc.. Its tough, especially for those areas that not accustomed to this type of weather. ![]() | |
Re: hello, by fixing the issue within the td data with the id of home and code in the JavaScript block, you can access the word 'Tottenham'. I modified the JavaScript code by adding an alert box so that you can see results in the popup. <body> <script type="text/javascript"> function getValue(){ … | |
Re: Just apply a background-color style to this div. For example.. <div id="div1" style="background-color:#FFFFFF;"></div> or in your external CSS file... #div1 {background-color:#FFFFFF;} | |
Re: The issue here is the path reference you have for the Master page. Try removing the ~ | |
Re: I suspect that these issues are related to client scripting, but without some sample code, it would be difficult to assist. I'd suggest that you address one issue at a time. | |
Re: So you are on someone else's network and taking their bandwidth and on top of that you want to secure your resources from your neighbor. Wow. In any case, since you are on what appears to be an unsecured network you should note that there may be others on this … | |
Re: first thing you need to do is fix your errors related to references.. For example, line 2 the function should be called "CheckCharCounter", line 2, 'texBox', should be "textBox". here is a working example without the asp.net controls--html equivalents... <body> <div> <span id="lblCharCount">Test</span> <input id="textBox" onkeyup="CheckCharCounter(this, 5)" /> </div> <script … | |
Re: I dont think I've contributed to one of your posts, but I agree with you. One of the main reasons why i contribute is to also learn in the process. This is just one of the forums I happen to contribute to. It also happens to be one of the … | |
Re: Sometimes with these asp.net controls, you may need to implment the code and take a look at the source code via the browser. Remember, there is no HTML element called "RadioButtonList" or "ListItem". The ASP.NET engine will take this code and translate it to HTML. Check the source code via … | |
Re: If you are starting to develop this site, why not go with an HTML5 Doctype? This doesnt mean that you have to include new elements introducted in HTML5. The HTML5 page structure is as follows... <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Example document</title> <link href="stylesheet.css" rel="stylesheet"/> <script src="script.js"></script> … | |
Re: So, you are going to handle this with server-side scripting. what is the site running on? Also, your page titles appear to be updating, so what in your code is setting the page title? Use the same approach to update the description, and keywords as well. For example, I'm running … | |
Re: You can use JavaScript to detect mobile devices and redirect to a different set of pages, or use Media Queries and apply a different set of styles. http://www.w3.org/TR/css3-mediaqueries/ | |
Re: What problem are you having with the mobile devices? | |
Re: first step is to reset the router to its default settings and log into the router via a browser. Even though you have stated that you tried these steps, are you sure that you were succesful on the reset to defaults? What kind of router is this? Have you checked … | |
Re: You can go to control panel and click on the "user accounts" applet. You can create accounts there and assign the appropriate membership (user vs administrator). | |
Re: Hi John. by no means am I an expert in jQuery, but I put together this sample... Take a look, modify it to your needs. Maybe someone else can improve upon it. http://jsfiddle.net/WNa8t/ | |
Re: First, when talking about topology, there is a physical and logical topology. With regard to Token Ring (which is not really seen anymore on modern networks), is generally a star topology for the physical layout, but a ring topolocy for the logical layout. Ethernet and Token Ring are different layer … | |
Re: An administrator and engineer are two different things. However, I beleive that your are simple referring to the type of position that manages a corporate network that includes network resources such as domain accounts, network gear, and networking services. For this type of position, there really isn't much math involved. | |
Re: So take a look at your HOSTS file. It is located at %systemroot%\system32\drivers\etc. To edit this file, it can be opened with notepad, but will elevated admin privileges (run as administrator) Remove any entries that do not belong there. In addition, I would suggest you download Malwarebytes and scan the … | |
Re: Google provides the ability to create a custom search engine for your site (CSE). Take a look and see if you can adapt it to your needs. I have an example on my website. The search input element at the top right, will open a new page with results from … | |
Re: First make sure you enable the hardware. Many laptops have a button to enable/disable the wifi radio. Second, go to device manager and make sure Windows recognizes the wireless adapter. If it doesn't , you need to download (from another PC) and install tr drivers. | |
Re: The issue is that you are connecting to the same SSID with different settings such as the password and/or encryption config. The easiest fix is to change the SSID for your home network. | |
Re: This is an asp.net question, or did you post in the wrong category? | |
Re: There are quite a bit of steps and components to implement this infrastructure. There are a few Microsoft TechNet Guides. Start with this one. http://technet.microsoft.com/en-us/library/dd283093(v=ws.10).aspx | |
Re: So do you need help with the Ajax part, back-end, both? you'll need to provide some code for help. | |
Re: Rather than referencing a link in your email, what you want to do is embed the images. The approach depends on the server side scripting language you are using. | |
Re: What problem or issue are you having? | |
Re: Can you just use echo to display a message to the user that the form was submitted successfully and Cc the user in your mail subroutine? | |
Re: Yes, that could trigger it. It is the equivalent of taking your OS media and I stalling it on another PC. Not sure why your message just went away though. | |
Re: Most computer manufactures/resellers will provide the specs for their models. Check DELL and HP for example. The specs you provided above are below average for typical computers on the market. | |
Re: So what you use for padding and margin is up to you as it depends on what you are trying to do with regard to styling. the basic concept of the box model is as follows: content --> padding --> border --> margin So lets say you have an element … | |
![]() | Re: So, you posted this in the web development category. Does that mean you want to develop a game that can be played using a web browser? That frogger type game is not that simple for someone without programming experience. Its hard enough for even those who can build simple web … ![]() |
| |
| |
Re: I took at look at this with IE9 and Chrome and the only difference was that there was a box around the dates in IE as opposed to the rounded corners as seen with Chrome. What version of IE did you have a problem with? Also, it would be easier … | |
Re: You need to first determine the problem. It could be that you need to update the network drivers for that network interface card. Check the operating system's event logs. There may be some errors or warnings logged indicating that there is a problem. | |
![]() | Re: Ok, so with jQuery UI, the best thing to do is to go back to the website and click on the Custom Download button. Only select the items that you require. This will ensure that your CSS and JavaScript files only have the necessary code. http://jqueryui.com/download/ With regard to the … |
Re: Can you get into the CMOS (BIOS) setup and make sure that your CD/DVD device has the highest priority for booting? If it does, you should be able to put the DVD in the drive and start up the computer. You should see a message that says.. press any key … |
The End.