5,277 Posted Topics
Re: What you need to do is recover the password for either the Administrator account or another account that is in the domain Admins group. if you have none of the passwords, I can tell you that there is no formal support from Microsoft to recover a password in Windows NT. … | |
Re: If the curiculum interests you, you should pursue it. You are going to get different views based on various experiences. One thing that you will find is that getting an education is something that takes time (so you never know when you need that paper) and is also something that … | |
Re: I assume that you mean the computer encouters a fatal error, BSOD? A BSOD can occur when you have a failed hardware component, or if you have installed a bad driver. If its software related, you can fix the BSOD by either booting into the Last Known Good Configuration, or … | |
Re: You can have one style sheet, then if you want to apply a different style to a link in the navigation to show the user the page they are on, on each page, apply a different ID. For example, on page 1, <div class="nav"> <ul> <li id="current"><a href="some_url/">Home</a></li> <li><a class="currentPage" … | |
Re: The internal ip address of te router is going to be the same as your computer's default gateway. From the workstation, in a command prompt, type Ipconfig, hit enter. Open a browser and access the router via IP. You should be printed for username and password. If you do not … | |
Re: When I hit the submit button the web server generates a 404 error. That means that it could not find the file that was requested. Verify that the following file is at that location. Looks like a path issue. You have cgi-bin twice in the path. The requested URL /cgi-bin/cgi-bin/csvwrite.pl … | |
Re: There are a few options. Not all proxy solutions support these options... 1) Run the proxy service on the Internet router. Most routers that support this type of service actually do not proxy, but do URL filtering. The result is the same except the device is not caching. 2) run … | |
Re: It will not require admin priviledges if deployed via a GPO. While GPOs can be used for software deployment, before you push this on a production enterprise, you should create the package and link it to a "test" OU with a few users/computers. If you have expereince with software deployment, … | |
Re: Try installing version 4.5: http://www.microsoft.com/en-us/download/details.aspx?id=8483 | |
Re: Are you able to power it on if you remove the battery and just plug the laptop on AC power? | |
Re: Please be more specific about which files you are referring to. | |
Re: This is a question which is not easily answered in one thread. There are many components to a local area network. At a high level... here are some of the things you need to consider. 1. Design the physical network. This includes cabling, patch panels, switches, routers 2. Design the … | |
Re: Do you already have te database created at the hosted site? If so, you need to create a connection string in your code. Typically, this is added in the web.config file so you can reference the connection easily in multiple areas of your site. | |
Re: Add the account to the Administrator's group. You can do this within the server manager admin console. | |
Re: There is no free version of Windows. However, if you would like to run a trial, MS does provide trial versions for many of their products. You can visit their site and download an ISO image and obtain a trial serial key. | |
![]() | Re: Have you tried to set a margin on the image elements? |
Re: Ok, on that website, they can test your open ports. for example, if you wanted to host a web server inside your network, you would have to configure the internet router to pass traffic on that port from the public interface to the private interface of the web server. When … | |
Re: Do you have a domain name registered? Where are you hosting the site? Http is the protocol used to request content from a web server. | |
Re: Windows 8 will also have the traditional desktop as previous operating systems. It appears that the idea is to extend this OS to mobile type devices such as tablets which are gaining market share into the traditional corporate environment. Corporte users can have a phone, tablet, and desktop which will … | |
Re: So, I would also suggest that you stay away from setting these values via HTML attributes and use CSS properties. In the example above, you can apply this via a style sheet: body { background-image:url('image.jpg'); background-repeat: no-repeat; } | |
Re: If you provide the HTML and CSS we can take a look. | |
Re: Do you hear the fan functioning? | |
Re: Please elaborate what you mean exactly by the word "update". ![]() | |
Re: So it could be that your battery is. It charging properly. If it works OK while connected to AC power that helps support this theory. Now if your power connector is damaged and you move it while plugged in with no battery, it will shut down. | |
Re: If your interest is in web development, you should most definately build a very strong foundation in HTML, CSS, JavaScript, and jQuery. From there whether you choose php, asp.net, or java depends. If you are concerned about job availabilty and compensation, just do a search for web dev related positions … | |
Re: Have you investigated the use of JavaScript or better yet, jQuery to resizing the image based on Window size changes? | |
Re: Have you tried removing lines 1,2, and 59? | |
![]() | Re: IE9 also has some built in developer tools...hit F12. I do prefer Firefox tools though. |
Re: Your browser doesn't show the scroll at on the right side? | |
Re: I always recomend those who are looking at a new PC is to focus on the components that are slowest on the system. In general, the hard drive is the slowest component. I would prefer to downgrade the CPU to the next level below and use those extra few hundrend … | |
Re: What's interesting is that you have configured this host with a static IP address in the APIPA range. Are you sure your static settings are correct? Do you not have a DHCP server (usually the router) that can assign an IP and config to your system automatically? | |
Re: You are 16 and young. There are many people you will come across in life that are hurtful and rude. You'll have to learn how to deal with that as you get older. With regard to your laptop, its perfectly fine. You have quite a bit of computing power there. … | |
Re: What specific information are you looking for with regard to SharePoint? | |
Re: A self join would make sense in a scenario where let's say you have an employee's table and the table has a column that identifies the employee's manager. Since all employees are in the same table, you perform a self join to figure out which employees a manager has, or … | |
Re: A better source for Microsoft Ajax than the link you posted is on their official site for asp.net. http://www.asp.net/ajax | |
Re: hello Pritaeas, the link you provided is for Service Pack 3 for XP. I do not beleive that bo0ga will be able to download an ISO image for XP from Microsoft's site. I would suggest that bo0ga contact Microsoft support for further assistance. Alternatively, if this computer is a DELL, … | |
Re: What backup software are you using? Generally, in the backup application, you most likely have a backup job that you created to backup these folders. Go into the properties of the backup job and specificy which folders you wish to backup. Are these folders for Windows and MAC users stored … | |
Re: Have you tried safe mode? Before Windows loads hit F8 to get the boot menu. Try a system restore to the last known good point in time. | |
Re: Develop a forum! or a Service Request system of some type. Alternatively, you can build some type of online store with a checkout process. | |
Re: Log on to your Google Adsense account. You can customize the ads there. | |
Re: SELECT TOP 1 People.person_id, People.lastname, People.firstname, Attendance.attendance_id, Attendance.date, Attendance.attendance FROM People INNER JOIN Attendance ON People.person_id = Attendance.person_id WHERE People.person_id = 1 ORDER BY Attendance.attendance_id DESC | |
Re: You have mistakes in your code. It should be <a **href**="">, not <a ***herf***=""> | |
![]() | Re: > people say hackers have to learn programming in order to hack or computer science Is It true? Without knowledge of programming concepts, as deceptikon mentioned, the hacker is going to have to depend on someone else's tools that are basically alreday prepackaged for them to use. |
Re: That's a pretty specific request for help...in the meantimewhile others come across this thread..have you checked Peoplesoft's website for their install guide(s)? | |
Re: If you want the divs to be placed side by side, you can float them in this manner. #div1{float:left;width:##px} #div2{float:right;width:##px} Aside from setting the float property, you should also set the correct width for each. |
The End.