5,277 Posted Topics
Re: A dynamic URL is one that adds dynamic information to it in the form of a querystring, as an example. For instance, in this URL: `http://www.mydomain.com?category=books` is a dynamic URL. The problem with dynamic URLs is that search engines to not particular like them. So if you had many categories … | |
Re: Yes, just as you normally would with your insert into statement. Just make sure that you qualify the statements by specifying the dB name. For example, in the select statement, `SELECT FieldName1, FieldName2 from DB1.dbo.tableName` | |
Re: have you tried any other type of anti-malware app to scan and remove virsus from your computer? I would try MalwareBytes. | |
Re: Have you tried to use absolute positioning (would work if the page contents to not move or scroll). | |
Re: So, not sure exactly what you want, but what comes to mind is that you have an enlarged image say in the center of the screen with small images under it. as you mouseover the small images you want the large image in the center to show the pic you … | |
Re: So what you are saying is that you can either connect via wired or wireless, but not at the same time from that computer? Some computers have the option in the BIOS to enable/disable wireless based on the connection status of the wired ethernet adapter. Check on that. If this … | |
Re: You may want to first check the video cable. If any of the pins are bent or broken, this type of issue can occur. | |
Re: Style your <td> elements with a border as well. | |
Re: If you would like to target a specific element, you can do so by assigning an ID to that element, then select the element in your CSS by prefixing with a \#. If you prefix it with a dot (.), you target a class. In this example, note that we … | |
Re: The. I sites pseudo class should have worked in Chrome as well. Feel free to post hour HTML and CSS. You should have to depend on JavaScript for this to work across common browsers. | |
Re: hello, for some reason, you continue to create new threads about the same issue. this is the third or fourth one. In previous threads i provided you with some sample code that at least centered your content and contained the text. I also suggested that you reconsider the way you … | |
Re: I have written a high level guide regarding implementing an AD design on a small network. Take a look and post back with specific question you may have regarding one or more of tr network components you need help with. http://www.itgeared.com/articles/1042-designing-active-directory-for-soho/ | |
![]() | Re: Just as an additional note, you may want to include the void() function to prevent the post back when using JavaScript in combinatino with links. for example: `<a href="JavaScript:void(0);give_me_an_alertbox()">ALERT BOX!</a>` |
Re: In addition, to control costs, you can host your web on a shared platform. As the site is developed and bandwidth and storage requirements increase, you can migrate from a shared to a dedicated platform. I would agree with pritaeas that there are a lot of hidden and soft costs … | |
Re: Here is an example.. <div class="menu"> <ul> <li><a href="index.html" class="active"><span>Home Page </span></a> <ul> <li><a href="#"><span>Sub Menu Item #1</span></li> <li><a href="#"><span>Sub Menu Item #2</span></li> </ul> </li> <li><a href="contact.html"><span>Contact Us</span></a></li> </ul> </div> Aside from the HTML, you'll need some assistance using CSS, JavaScript and/or jQuery to get the dynamic part of the … | |
Re: The remote desktop idea expereince is going to work as good as upload speeds on both sides of the connection. While remote desktop can run on very little bandwidth, to get a good expereince, you do need some bandwidth. Also this may be nice until you run into the issue … | |
| |
Re: I wouldnt suggest that you use the margin properties for that purpose. The problem with using the margin property in this way is that you'll have all sorts of unexpected display issues (elements shifting) especially when you do not have a "wrapper" div that is centered in the middle of … | |
Re: Do you have any antivirus/malware running on this PC? If so, make sure its running the latest engine and virus definition pattern. Also, I would suggest that you download Malwarebytes and scan the computer. Malwarebytes does a pretty good job at finding malware on the system. | |
Re: You should most definately pay attention to this and redirect to lowercase URLs. This is to ensure: 1) that you do not generate 404 errrors when someone posts a link with CAPs. 2) in general, other web servers are not case sensitive so this doesn't apply to you today,, but … | |
Re: Yes, there are KVM switches that support multiple monitors. do a search for multi-display KVM. with regard to send print jobs to the printer, the best approach is probably going to be to buy a wireless printer and hook it up on your local network. | |
Re: So, assuming that you are running Windows, boot Windows into Safe Mode, install the appropriate driver, set the lowest screen resolution, restart in normal mode, then set the optimal screen resolution. | |
Re: Do you at least get some video during the power on self test, prior to an OS loading screen? | |
Re: Using these redirects is good for SEO. These redirects instruct the web crawlers that you either have temporarily or permanently moved to another URL. The crawlers report back and the search engine updates the links in the database without affecting your page rank. | |
Re: Hi AussieWebmaster...I would suggest you start with this link. http://www.iis.net/download/urlrewrite. Setting up the URL Rewrite module just requires an isntallation of hte module, configuration on IIS, then modify the web.config file on your website. The exact details are very long for this thread. I can tell you that when I … | |
Re: When you log in using Windows Authentication, you may not want to use the sa account for an instance such as having an application connect to the DB. I would recommend that you set up a new login account and only provide this account with the necessary permissions needed such … | |
Re: Check to make sure the client/router settings match for example whether you are connecting WEP, WPA, WPA2, etc... and of course the correct password. | |
Re: When you plugged the drive into the computer, check in Disk Management (Computer Management console) as you may need to import the drive first. | |
Re: For centering a div, the CSS style applied would be as follows: ` #divID{width:###px;margin:0x auto;}` This sets a width and sets the left and right margin to auto, thereby centering the div elemnet. | |
![]() | ![]() |
Re: After the computer is powered off for a while and you try again, does it immediately power off? If not, it sounds like there is a component that is overheating and it takes time for the comptuer to reach that temp. Then once it reaches that temp, you can no … | |
Re: So you mean you have one hard drive with various partitions. On the partition that holds this folder that you cannot see, are other folders accessible? Did you delete the folder and just need to restore it? What error message do you see when trying to access this folder? | |
Re: Have you ensured that your terminal server(s) are part of the group "Terminal server License Servers"? If so, yes, you can check the available licenses by launcing the License Manager from the Admin tools. I assume that you installed the appropriate licenses? Terminal services in application mode does require additional … | |
Re: create a div that will "wrap" around your HTML content. Assign the div an ID. Then apply the style. Example: <style type="text/css"> #wrapper {width:800px;margin:0px auto;} </style> <body> <div id="wrapper"> <!-- HTML Content --> </div> </body> | |
Re: Are you trying to save a site from the Internet? Not so easy as it use to be. There are references to external style sheets and JavaScript. In addition, if the site was developed using server side scripting (php, asp.net, etc...), you aren't going to be able to copy that … | |
Re: What I would recommend is that on this file share, you set up individual shares for each employee. Then you can provide modify access to each indvidual for their own directory. This way, users will not delete, or modify each other's files. | |
Re: What backup software are you currently using? Does this backup software allow you to backup to a UNC path? Some backup software only allows local hard drive access. If your backup software only allows access to the local drive, you could run a scheduled task to copy the local backup … | |
Re: Looks like jQuery. Are you loading the jQuery library in the <head> section of your page? | |
Re: Your CSS style seems fine to me. tested and working. Do you actually have the style on the same page as the HTML code? If so, your missing HTML code in the example above. For example, the <style> section belongs inside of you <head> section. here is the structure... <html> … | |
Re: If you are considering to implement a hosting solution to host production web sites for customers, there are quite a bit of things you need to think about. The first thing that comes to mind is that you should consider that you will need more than one server. Your customers … | |
Re: When you list multiple table names after the FROM keyword, you are essentially creating JOINing tables. Based on your description, it sounds like you are trying to query multiple tables with the same information to produce one result set. For this type of scenario, I would suggest that you use … | |
Re: Are you sure you bought the correct battery and installed it properly? its also possible that you unplugged some other cables inside the PC. Does the computer at least start with the POST (power on self test)? Explain "wont be able to start after replacing it" it detail. | |
Re: It depends. The best case scenario is that your power supply is damaged, which can be easily replaced. The drives are probably ok. Do you have access to an IDE/sata to USB interface an another computer so that you could access the drives? |
The End.