5,277 Posted Topics
Re: > it is that good enough to make it safe for use or what should i do? Web security is layered. Its important to have the proper security in place not only at the web site level, but also web server, network, etc... You can have a bullet-proof web application, … | |
Re: There are different approaches that can be used to vertically center content. However, without seeing your HTML code, providing the best guidance is challenging. In the meantime, take a look at some of the examples shown here that may help you figure out how to address your issue: [How to … | |
Re: > only to that workstation they can log-in and they are not allowed to log-in to other workstation. You can do this with a Group Policy Object, but I dont beleive that it is worth the effort for 4 users. The easiest way to handle this is to access the … | |
Re: If you plan on custom web develpment, HTML and CSS is a good start. If you are a bit rusty, go back and review/practice before you move on to the following: Client side scripting --> JavaScript, AJAX, and jQuery Server side scripting --> Pick one of the following: PHP, ASP.NET, … | |
Re: > How long will it take normally to learn java? Is it worth to learn java instead of PHP? The answer to your question directly depends on how interested and passionate you are about learning Java. No matter how much pressure there is for you to learn it...if the interest … | |
Re: It appears you have two wireless adapters and a wired Ethernet adapter. It looks like one of your wireless adapters associated with an AP but was unable to negotiate an IP lease with the DHCP server on your network. You need to figure out why your NIC is not properly … | |
Re: So, I'm not familiar with some of the terminilogoy you are using, but my understanding is that you want to basically move a phone line, correct? You can grab CAT5 cable and take one pair within the CAT5 and connect it to the phone line, run the cable to the … | |
Re: It may be possible that a larger range of IPs from your ISP have been blacklisted. You should definately report this to your ISP. They need to follow the process to be removed from the blacklist. | |
Re: You'll have to do some more research on your own before anyone will be able to really help you. Your question is too broad. As with any web application, you should work on things like.... develop a mock up of the web app, figure out what information you need to … | |
Re: I assume you are asking about a multi boot system. To have even more flexibility in the number of OSs, you should consider having one host operating system that will manage virtual, guest operating systems. This will allow you to run these OSs at the same time, rather than one … | |
Re: What error are you encountering? Can you be more specific? | |
![]() | Re: Check the link.. I get a 404 error (page not found). ![]() |
Re: you would need some type of server-side scripting involved on the web server (PHP, ASP.NET, JAVA, etc.). | |
Re: Wireshark, as with other packet capturing apps, will allow you to capture the packets that are picked up by the interface, or in promiscuous mode it will see all traffic that comes accross the interface including packets the interface doesnt bring up through the stack. If you dont have any … | |
Re: On ASP.NET controls, if you do not want for ASP.NET to generate unique control IDs, you can set the attribute on your web controls: ClientIdMode=Static | |
Re: What you can do is create an account with a DNS provider that supports dynamic DNS. You would then have to run a client from within your network that can detect the current public IP address and it will update your DNS hostname. Then, for your program, you use the … | |
Re: You can run into many issues if you are not familiar with LAN technologies. Setting up a LAN is not a "plug-n-play" technique. | |
Re: It would be easier to redesign your network layout, but to answer your question, you would have to add static routes in the local routing tables for all of the computers on the 10.133.14.x subnet so they know which gateway to use to get to the correct remote subnet. | |
Re: I guess it's possible for the IP to change if someone has their browser open and their modem establishes a new lease and for some reason a new IP is issued. In a typical DHCP process, clients will try to renegotiate the same IP. Lets say a new IP is … ![]() | |
Re: So what exactly is your question or what do you need help with? | |
Re: Why do you believe that https encodes the URL? | |
Re: There are no collisions on switched Ethernet. If you plug into a hub (shared Ethernet) then you will collisions. | |
Re: Here's a hint.. Create a student table listing each student. Left join the tables and use the ISNULL function to replace the null value for Harry with a '0'. | |
Re: > It just goes to show who here is active in social media, because I use it all the time: every single time I start a thread I use it, because if I have a question to ask, it helps to post in just one place and not just direct … | |
Re: If the computer is owned by you and it has a BIOS password, you can open the computer's case and look for either the jumper to reset the BIOS, or if it has a battery, remove it, leave it out for a few seconds, and put it back in. That … | |
Re: If this page is online, I think the easiest way to approach this problem is by implemting Google's Custom Search Engine (CSE). I beleive that DaniWeb's site uses it. I also use it on my site as well. Its free to use and can be incorporated into your site by … | |
Re: There is no one thing you can do to secure your computer 100%. You have to use the "castle" approach where you apply layers of security. For example... 1) install an antivirus program and maintain the AV with the latest scan engine and definition files. 2) keep your computer up … | |
Re: There are advantagas and disadvantates to using Auto-incrementing integer vs GUID. Its difficult to advise based on your description. You can go with either, I've used both. For small DB implementations, with regard to peformance, its negligible, but that's a vague statment on my part again as other factors can … | |
Re: That's a very broad and general question. What is it you are trying to do? Is this IP address for a host on an internal or external network? Internal IPs are generated by the network administrator because the IP needs to be within the correct IP range. External (Internet) IPs … | |
Re: With all of these issues you have encountered, other than time... Is there any reason not to simply format the drive and install a fresh clean OS? | |
Re: Is this site online so that we can take a look at the rest of the code? | |
Re: It doesnt appear to work properly in either Chrome or IE. Try adding modifying this part of your CSS to get the results shown in the picture... ul#nav li:hover ul { display:block; position:relative; left:20px; }  | |
Re: I didnt care for the live preview but that doesnt mean I dont like to have a preview before I hit the reply button. It would be nice if the preview was hidden by default and to click on a preview button where you can see the end result prior … | |
Re: Actually neither in my opinion...if the goal is integration with Active Directory (AD). You should consider ASP.NET. There are some classes built in to ASP.NET specifically for AD. A lot of examples online. | |
![]() | Re: ASP.NET is indicating that there is a problem with the page you tried to access. Is this happening on your local machine via the development server (visual studio) or online? Any other information provided to you on that error page? |
Re: After you deleted the existing partition if should have been converted back into unallocated free space. | |
The End.