5,277 Posted Topics
Re: Do you have another account in the directory that is a member of the Adminstrator's group you can use to log in and change this Administrator account password? | |
Re: I have used both, but generally have a preference for Intel. | |
Re: Yes, there are serial cables with 9 pin on one side and 15 on the other. You can also attach adapters at the ends of the cable to convert them between male/female and 9/15 pin. | |
Re: As chris.stout indicated, these beeps mean something is wrong..obviously. The advantage to the beep codes is that you do not have to have a monitor to determine what the problem is. Depending on hte patern of the beeps, you should be able to determine the issue. | |
Re: I would suggest that you try a system restore to a point before this issue started occurring. ![]() | |
Re: The problem is that both image elements have an absolute position. Absolute removes the element from the normal flow making the hr element move to the top. | |
Re: Since you are able to acess the site from outside your network, this issues is not application/database related. Otherwise, you would see the issue no matter where you try to access this site from. from within your network, first determine if this is a name resolution issue. From a computer … | |
Re: You can download a few cleaners. TrendMicro has a few free tools and I also use MalwareBytes quite often to clean systems from malware. Check on this other DaniWeb posting which discusses the same topic as your question. http://www.daniweb.com/hardware-and-software/microsoft-windows/windows-vista-and-windows-7/threads/367917/toolbarh-application-by-conduit-ltd.-keeps-popping-up | |
Re: If you do a search for "JavaScript popunder", you'll find many examples. One site I particularly like is javascriptkit.com | |
Re: Usually, the BIOSs that show a splash screen provide an option to show the POST process instead of the pretty splash. Go back into the BIOS and see if you can find that setting, then disable the splash, reboot and see if the POST generates an error or informational message. | |
Re: If you are interested in learning about IP Addressing, there are a lot of online tutorials that cover this topic. For example, the most basic information about an IP Address (IPv4) is that * Its a 32 bit address * Expressed in 4 octets, 8 bits each * Normally written … | |
Re: So you would build some admin pages so that you can manage the data within your db (add new articles, modify info such as timestamps, etc...). This would be a lot easier and better so that you do not have to log into their DB console every time you want … | |
Re: The fade in/out is very quick so I do not find it annoying. However, in my case, I like your site and visit routinely. You need an unbiased opinion from those visitors just passing by since they are more likely to click on the ads (i would think). | |
Re: If you run into any other issues with this, just let us know. | |
Re: Either way, what you are asking is too vague. If you have a specific question about a specific technology because you do not understand the concept, you will likely find that people on this forum will be willing to help you. | |
Re: There are several ways to accomplish this. The simplest is to have a router that has the ability to create two internal VLANs. So you could have two private subnets and allow this router to route between the subnets and the internet. You would plug the wireless access point on … | |
Re: Regardless of what type of web you run, if you do so on a VM, what you enter in the address bar on your host machine is going to depend on the VM configuration. For example, the easiest configuration is going to be if you "bridge" the network adapter on … | |
Re: This is most definately a battery issue. In some cases, the battery may not be able to be replaced on the motherboard. For some motherboards, its built-in and not field replacable. Most motherboards will have the option to allow you to replace the battery. | |
Re: I am not familiar with that specific laptop, but I would assume that there would be a ribbon cable that comes from the monitor to connect to the laptop's motherboard. Have you checked that cable to make sure it is plugged in properly? | |
Re: Try downloading MalwareBytes from another computer, copy it to a USB stick, transfer the executable to your infected computer. The reason why you may not be able to access certain sites is because the malware wrote ficticious entries in your HOSTS file. You HOSTS file is located in %systemdir%\system32\drivers\etc\. Open … | |
Re: If you take a look at the User Guide, page 69, it shows that FTP is disabled by default. You have to enable it if you want to use FTP to transfer files to and from this device. Otherwise, according to the doc, you can map a network drive, or … | |
Re: Since you are building a website with dynamic content, you need to consider that you will need to incorporate a server side scripting language such as PHP, ASP.NET, etc... You can populate the drop menus from a database so that when changes are needed, you do not have to touch … | |
Re: > I have put restore cd into pc tried f8, f2 you name it everything again and the only thing which comes up is safemode in a black screen which I can't anything with and the boot menu which does not seem to let me do anything. So restoring from … | |
Re: Simply upgrading the internet pipe may not be the best solution. For example, if you have students downloading a lot of content (movies, music, etc...), then a bigger pipe is just going to allow them to download more data. Your first step is to try to deterimine what kind of … | |
Re: If you are trying to save money but still use the Microsoft OS and their Apps for testing, you can just download their trial editions. In most cases, they provide you the software for free if you just run it as a trial (limited a certain time period for some … | |
Re: Welcome.. I think you should go with C++ | |
| |
Re: Your HTML code and JavaScript code should not be included within the <code> Element. Remove lines 1 & 10 in section 1 and lines 1 and 38 in section 2. Then as pritaeas mentioned, your javascript code needs to be within the <script> element. For example, <script> <!-- // when … | |
Re: Remove the battery, then plug the power cable into the computer. Try turning on the computer by pressing the power button. If the computer does not power up, more troubleshooting of the hardware will be needed. For example, the issue could be as simple as a faulty power button, or … | |
Re: The easiest way to share a POP3 account is for both users to access the account with the same username and password from two different computers. Also, some POP3 providers allow you to configure the mailbox to forward a copy of the message to another email account. In this scenario, … | |
Re: SEO is basically Search Engine Optimization. The goal of SEO is to get your pages ranked on the search engines. There are various recommendations that you can immediately start working on to get your website's pages closer to the top of searches. I would start by reading Google's document: **Search … | |
Re: From a cost perspective, PHP is the way to go. Support is also widely available. I myself, prefer ASP.NET only because I have invested many years. However, I do see the advantage of PHP especially if you are at the point of just getting into server side scripting. I would … | |
Re: > DELETE FROM Employees WHERE Employee ID If your SQL field has a space between two words, you need to wrap the name within brackets. For example, `DELETE FROM Employees WHERE [Employee ID] = " & TextBox1.Text & " ` | |
Re: > My dns settings is openDNS(208.67.222.222) and 8.8.8.8. Does dns directly affect remote connections to the server? Thanks for your time mate Hello, So if you are absolutely sure that the server's local firewall has the proper exceptions AND that remote desktop is enabeld, I would continue to focus on … | |
Re: I have this link actually bookmarked in my browser and have referred to it a few times. http://msdn.microsoft.com/en-us/library/ms972976.aspx From my understanding in simple terms, the purpose of viewstate is to carry information over from one page to another during a postback. For example, when a user clicks a submit button, … | |
Re: UDP is a protocol within the TCP/IP suite. TCP is also a protocol within the TCP/IP suite. I really do not understand your question though. For the UDP protocol to "run" on a computer, it first must have the TCP/IP suite installed. Once that is installed, it is available for … | |
Re: Can you identify which folder is filling up with space? Also, there is a file called "pagefile.sys". This file is used for virtual memory managemnet. the size of this file can be up to 1.5x the amount of RAM you have on your computer. The default setting for windows is … ![]() | |
Re: What hericles means is that just simply check to see what is being stored in temp. do a response.write or assign the value to a control. The reason is that according to your code the if..then will only be true if temp equals 1. What about if you had two … | |
Re: Did you check the SQL tables to make sure that you are not tyring to insert a value for your primary key field that already exists in the table(s)? | |
Re: This isnt really about how to make a database, according to your description. It sounds to me like you want your listboxes to by dynamic in nature dependin on what your visitors choice is in the first box. Without the use of JavaScript/Ajax, you can do this with asp.net as … | |
Re: Hello defiant42, its not likely you are going to get a response from tkman. His last activity on this site was 4 years ago. | |
Re: Fortuantely, this site provides its members with the ability to disable ads. Just check your profile. Either way, you do realize that running a website is not free. Either this site has to charge for it or have ads to generate revenue. I am actually surprised at how this site … | |
Re: it would help if you can provide more details. If you have two routers seperating two subnets, then you should have three subnets in total. For example, one subnet on each side of each router and a subnet between the routers. For you to be able to route packets between … | |
Re: with any type of web development, you need to have a solid foundation in HTML, in my opinion. Even if you were to use web dev studios to build your pages, you always find the need to tweak and customize your code. Aside from HTML, knowing how to take advantage … | |
Re: HTML 2.0 HTML 3.2 HTML 4.0 HTML 4.01 HTML 4.01 HTML 5 XHTML 1.0 XHTML 1.1 XHTML 2.0 Stick with the HTML5 structure. Just don't use newer HTML5 tags until browsers catch up and all of them, or at least the major ones, support the new elements in HTML5 | |
Re: for your computer to have been taken over, since you are on a private network behind a NAT router, there must be software running on your PC that is maintaining a connection. The attacker would not be able to initiate a connection into your intranet unless a port forwarding rule … |
The End.