5,277 Posted Topics
Re: If the picture itself is say, 1px, then do not apply a width of 1500px. You should use: `#footer {background-repeat:repeat-x;}` If the #footer style is being applied to a div, the div would take up 100% of the space within its parent container. | |
Re: jQuery may be an overkill for this... you can do this with a simple JavaScript function. the function can either go in the head or if you place it in the body, it needs to go after the div. | |
Re: hello amrReflection, If you are considering to implement a web server that you will host on your own, you may want to consider a few things.... The first thing that comes to mind is that you should consider that you will need more than one server. Your customers are going … | |
Re: Try hitman pro. In any case, if you do feel that you have a rootkit, why not just wipe the hard drive and install a fresh copy of the OS. Organize your drive by seperating the OS and data on different drives, or at the very least, different partitions so … | |
Re: I would assume that vizz is asking about regiserting in one of these domains, not how to register a two letter domain... | |
Re: It sounds like a screen resolution issue. A power cord shouldnt cause this type of issue, and even if it did, it would show the problem from the moment you boot your computer. Boot the computer, prior to Windows starting, hit F8, boot into Safe Mode, change the video display … | |
Re: huh? Why would you have deleted the system32 directory? If you have a Windows CD, boot from the CD and perform a repair. Otherwise, you can restore from a backup, or just re-install from scratch. | |
Re: You may want to look into using jQuery. Do a search online, you'll find plenty of examples. ![]() | |
Re: You can either use an online service (where you just add some code to your page), or host it yourself using some type of server side script. On the server side, either keep track of the count by writing to a file on the server, or store the counter information … | |
Re: First, to simplify the network and locate resources easier, you should establish a common workgroup. In any case, if the printer is directly connected to a computer, and not the network, you first need to share that resource on the computer. After it is shared, you can access it directly … | |
![]() | Re: I would spend some $$ on the slowest component starting with your secondary storage. Many people make the mistake with spending a lot of extra dollars on the latest CPU and find that the performance increase is negligable. Improve the performance if the hard drives and you'll see a huge … |
Re: I have found this thread to be very interesting and entertaining. People that read this thread should pay close attention. Those with such strong convictions/faith without any scientific proof (or even without basic common sense) are extremely dangerous to the rest of of humanity. If these ideas continue to proliferate … | |
Re: Start up the computer, enter the BIOS, make sure that your CMOS setup has the primary hard drive set to auto detect. | |
Re: There is no dependecies between SQL, Visual Studio, or Windows 7. After you reformat your computer, install the OS, install SQL, then Visual Studio. Within the Visual Studio IDE, develop your code and create the SQL connections. | |
Re: Try pinging the default gateway (10.0.0.2). If the PING fails, then its most likely your network adapter. Then, I would suggest that you download the latest driver, go into Windows device manager, uninstall the device, let windows recan and reinstall, providing new driver. If you can ping your gateway, but … | |
Re: First step is to scan your computer for malware. I would suggest that you use another computer (maybe even at a library) and download MalwareBytes. It's free and does a great job cleaning malware. Then when your computer is clean, upgrade XP to service pack 3 and the remaining patche. … | |
Re: you can start with something like this... <!doctype html> <html> <head> <title>My Page</title> <style> #wrapper{ margin:0px auto; width:800px; height:500px; border:1px solid black;} #inner { margin:75px 30px; height:200px; border: 1px solid black; position:relative;} #box { position:absolute; left:50px;top:-50px; border: 1px solid black; height:100px; width:100px; background-color:white} </style> </head> <body> <div id="wrapper"> <div id="inner"> … | |
Re: Thanks for the info...I had been bothering Dani with similar spam messages. | |
Re: Do you get video during POST? If not, video card or video cable issue. If you do get video during POST but no within Windows, boot (hit F8 just after POST) into Safe Mode and adjust the video resolution. | |
Re: When I used sprites for the first time in my web projects, I just followed the instructions from W3Schools. http://www.w3schools.com/css/css_image_sprites.asp To build the sprites, i use an online generator...there are a few and they all produce the same result, usually providing the necessary CSS code. | |
Re: If all of the links you have been creating in your project are relative, you can give a copy of your website folder to your professor. When the professor opens the website either with a browser, or the same IDE that you used, it will work just fine. Check the … | |
Re: I would also recommend that new websites that you work on, set the page's docytpe, html element to follow the HTML5 structure. This doesnt meant that you have to introduce new HTML5 elements that your visitors' browsers aren't going to support. As new browsers, and new versions are released, more … | |
Re: You mean like free? And why would you want to run Windows on a Mac? I would suggest running it as VM if you really need access to Windows. | |
Re: Hello Rhonda, It looks like you posted this question about an hour ago in the Web Development forum. I've already provided feedback. You may want to stick to one thread to get the best collaboratiion from this site's members. | |
Re: I used hitman pro just te other day which I ran directly from a USB stick. Actually found some malware that malwarebytes missed. I usually run malwarebytes first then hitman pro | |
Re: It sounds like the person that gave you the information is not that familiar with network security. That person may be referring to telnet because of the fact that some of the hacks produce a remote command line type of console for the attacker to run commands on the target … | |
Re: Take a look at this Microsoft article which explains how to publish and compile your site. http://msdn.microsoft.com/en-us/library/20yh9f1b.aspx | |
Re: To be able to extract the data from the split files, you can use WinZip. Since you mention that the process fails, it would seem to me that you may not have all of the required files in that split. | |
Re: What I have seen as the most common issue with "non" clickable links is that the anchor element is malformed. Check your href attribute. Make sure that you surround the value with quotes. The example above is missing a quote around the youtube link. Different browsers will behave differently with … | |
Re: As hericles mentions...when you upload the file(s) you edited on your computer back to the hosted location, you will overwrite the existing file(s). The next time that file is requested by a browser, the newer version of content will be seen by your visitors. Rather than thinking about the site … | |
Re: I just installed Maxthon a few days ago and so far, it seems pretty fast.. | |
Re: If the image is located in the images folder, one subfolder from the root, then use this... body {background: url('/images/bg-body.gif') repeat center;} | |
Re: I would start with an intro book, maybe one for the CompTIA Linux+ certification which would cover a wide range of topics. Then from there, you can focus on specifics aspects that interest you. | |
Re: To rule out any malware, I would suggest that from another computer, download a copy of MalwareBytes and copy it over via USB. Run it and remove all malware found on your PC. You could also uninstall and reinstall the latest version of FF. | |
Re: The issue is either you do not have TCP/IP bound to the NIC or you have an issue with your path variable. Ipconfig is located in the system32 directory. Your path needs to include this folder for you to be able to run it from any location within the command … | |
Re: There should be no beep if there is no problem detected. | |
Re: Can you boot from CD? There are quite a bit of free Linux bootable CDs you can use to reset the admission password. While its not supported by MS, I've used these tools many times. | |
Re: The quality of the picture is going to depend on a few things. First of course, the monitor, but a good picture quality also depends on the resolution that the video card can support. In addition, you'll get a better quality picture connecting to your monitor via HDMI or DVI … | |
Re: The code will depend on what exactly you are trying to accomplish. If you just want to produce an alert when the button is clicked, then just add an onclick event... <html> <head> <title>Hell World</title> </head> <body> <form method = "get" action = "index.html"> <input type = "text" name = … | |
Re: Do you have a recovery CD, or a Windows OS Install media? Sounds like you mean need a fresh install. | |
Re: Could this be an issue with the power button itself, i.e. it is stuck or malfunctioning? |
The End.