5,277 Posted Topics
Re: If you want to wipe your computer and start fresh, using the computer's recovery CDs or image is the easiest way to do this. You either have a few CDs that came with the computer, or you have to boot the computer and hit one of the function keys to … | |
Re: Congratuations on your Masters degree. For you to get some work in the IT field, you really need some experience. However, most jobs require experience so what do you do? Most people take unpaid internships to get their foot into the door. This is the easiest way to get a … | |
Re: What pritaeas is referring to with regard to your page structure, is that you first need to fix your code to follow the following structure: <!DOCTYPE html> <html> <head> <title>Page Title!</title> <!-- Link to CSS files Here or if you are using inline CSS, next line--> <style type="text/css"> /* Your … | |
Re: According to your output, your wireless adapter is obtaining an IP address OK. It's the VPN adapter that is not able to. Make sure your VPN client is not connected when you are just trying to access the Internet. If you dont need it, uninstall it. | |
Re: Please provide addtinional information regarding your quetsion so that we can advise... | |
Re: Make sure that the local firewalls on each workstation are configured to allow ICMP and other related traffic to flow between the two systems. Are you running Internet connection sharing on one of the PCs? | |
| |
Re: Are you sure you want to allow editing primary key? Maybe check for duplicate prior trying to update? | |
![]() | Re: This is not a DNS issue. DNS can only map a name to an IP address, not a URL. So, if you have a record called "www" and it points to a specific IP, when you open the browser and type in that host name, your computer first resolves the … |
Re: Its possible that your registry was modified. have you tried a system restore to an earlier date before you noticed this? Before you do a system restore, check your registry. click start, run, type regedit. navigate to: HKEY_CLASSES_ROOT\.txt had been changed. Make sure that the Default value is set to … | |
Re: You should develop a website using whatever client side and server side scripting you are comfortable with. there is no right or wrong. If you are just starting, then you need to focus on HTML first and CSS first. Then learn some client side scripting starting with JavaScript, then sprinkle … | |
| |
Re: Your SQL statement above shows you selecting from a different table than your ORDER BY field. TransmissionSend vs TransmissionSendItem. | |
Re: Also keep in mind that when you copy your page up to the website, you also have to copy the image files. The file structure needs to remain the same. For example, if you have an image folder as a sub-folder of the root on your computer, that same structure … | |
Re: Please post your relevant code so we can take a look and advise. | |
Re: If you create an outer div, the. Place each of those two divs inside of that new outer div. set the appropriate with for each div, float one to the left, and the other float to the right. | |
Re: contact autocad support. If they provide it to students at no cost, they will have the download details. | |
Re: Sounds like the SP 3 download is corrupt. Can you download from a different computer and copy via USB? | |
Re: Can you be more specific about your question? | |
| |
Re: The Read Only attribute and the hidden attribute are two different attributes. One has nothing to do with the other. the read only attribute will prevent the object from being modified, while the hidden attribute will prevent the object from being displayed unless your settings are configured to show hidden … | |
Re: It looks like based on the diagram that the expectation is that you further subnet the 192.168.1.x and 192.168.2.x subnets. Create subnets based on the number of hosts in each location, allowing for some room to grow. The only other thing you have to consider is that a router was … | |
Re: > Many OEMs also have recovery partitions on their computers that will restore your OS to the state it was in when you got the computer. To access it, you'd have to press a key as the computer turning on before it starts loading Windows. It'll tell you on the … | |
Re: So you want to assign a random number to the label's text? (vb.net code) On page load... Dim rnd As Integer Dim randomNum As New Random rnd = randomNum.Next() label1.text = rnd The value of rnd will be assigned a random whole number between 1 and 2,147,483,647. | |
Re: > First, and most importantly, will she be able to use her old domain name, and email address, or is this something that would have to be released by Terrasite? She has given out thousands of business cards with her email address on it the last few years, it would … | |
Re: Some keyboards require that you hit a "function lock" key for the function keys to work. Other keyboards require that you just hit the "Fn" key at the same time that you are hitting the function number on your keyboard. If neither work, it is possible that you may just … | |
Re: the basic funtion of a forum is not too difficult. You are basically authenticating users, then allowing them to provide input which you store in a database. You display the contents in your forum based on categories, sub-categories, etc... What gets challanging is to optimize the forum, add additional features, … | |
Re: Not everyone can be a good web designer and web developer...as a matter of fact most arent great at both. If you host your site with a provider, most of them give you templates included. Alternatively, there are sites on the internet that have templates...some free, some will ask for … | |
Re: The real answer is how to manage the network in the most cost effective manner, doing more with less. Finding IT solutions that save the business money while empowering users to do more. | |
Re: I think what you are asking is for "parallel" operating systems running on the same hardware. You can do this with a hypervisor, if your hardware supports it. VMWare and Xen both have products that do this. Windows has it as well (hyper-v), but it runs ontop of a full … | |
Re: If your computers are a member of an Active Directory domain, you can publish the root certificate so that the domain members import tr cert via group policy. Otherwise, take the root public Cert and import manually on each system. There are quite a bit of steps involved, Microsoft has … | |
Re: Many years ago, it was cost effective to build white boxes (generic computers that you can buy parts for and build them yourself). I beleive that today, it is more cost effective for a small business to go with a vendor such as Dell or HP. Computers can be purchased … | |
Re: If you are intereted in Search Engine Optimization, which you should be if you are designing and implementing a website, I would take a look at Google's Search Engine Optimization Guide. I think its a really good place to start. You should see your site cralwed and start to have … | |
Re: This is a very open-ended question... There are numerous ways to connect three offices together. Where are these offices located? Do they have access to the Internet? Are they within range to run a private cable between them? Is there a telecom provider to connect into their cloud? How much … | |
Re: your limited to the number of free asp.net forums out there. If you do a search, you'll find plenty written in PHP. In any case, here is one that is written in asp.net. you can download and install. http://yetanotherforum.net/ | |
Re: If you are staring a business, you may want to think about what are the services that you need for your business to run. IT is there as a tool to help achieve those goals. If you can be more specific as to what type of business you will be … | |
Re: Is this "circuit simulation program" from a publisher that you trust? If not, it may have had malware in it payload and infected your PC. I would suggest that you download MalwareBytes and scan your computer for unwanted malware. | |
Re: Because the SQL statement returns one row. It is just that the one row has a value of 4. You aren't getting 4 rows back with the sum keyword. | |
Re: Check your browser settings...with regard to the reduced display. You may have zoomed out in Chrome. | |
Re: Feel free to post the relevant HTML and CSS. | |
Re: pretty sure you are still going to need at least JavaScript. jQuery is just a JavaScript library to make it easier to do client side processing. if you take a look at the page source on mbusa.com, you'll find quite a bit of references to jQuery and JS scripts. | |
Re: There are quite a lot of examples online with regard to slide shows using the jQuery JavaScript library. Are you trying to do this without a library? | |
Re: SNMP? SNMP is a managment protocol. anyway, if you want to verify if packets are reaching the server, the best way is to capture the packets with a packet capturing application such as Wireshark. | |
Re: Is your internet provider providing you with an IPv6 address? If not, you can setup IPv6 internally, but will convert over to a public IPv4 address on the way out. In any case, your network equipment must support IPv6 as well. The main benefit of IPv6 is that its a … |
The End.