5,277 Posted Topics

Member Avatar for shareclock

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 …

Member Avatar for jewelraz
0
185
Member Avatar for alpaba
Member Avatar for dalip_007

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`

Member Avatar for JorgeM
0
260
Member Avatar for anugovind

have you tried any other type of anti-malware app to scan and remove virsus from your computer? I would try MalwareBytes.

Member Avatar for john29
0
84
Member Avatar for kukula
Member Avatar for kukula
0
184
Member Avatar for Larrywaz

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 …

Member Avatar for JorgeM
0
137
Member Avatar for cedric12

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 …

Member Avatar for PCResolver
0
351
Member Avatar for coromandelman

You may want to first check the video cable. If any of the pins are bent or broken, this type of issue can occur.

Member Avatar for coromandelman
0
153
Member Avatar for PF2G
Member Avatar for Violet_82

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 …

Member Avatar for Violet_82
0
82
Member Avatar for davidmoffitt1

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.

Member Avatar for pritaeas
0
122
Member Avatar for davy_yg

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 …

Member Avatar for davy_yg
0
223
Member Avatar for ben.matthews18

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/

Member Avatar for JorgeM
0
120
Member Avatar for HTMLperson5

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>`

Member Avatar for JorgeM
0
219
Member Avatar for Ebiso

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 …

Member Avatar for pritaeas
0
124
Member Avatar for SeaBook
Member Avatar for anandagrawalseo
Member Avatar for BadManSam

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 …

Member Avatar for rileyganimator
0
106
Member Avatar for Labdabeta

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 …

Member Avatar for Labdabeta
0
449
Member Avatar for MiketheBook
Member Avatar for PhilEaton
0
123
Member Avatar for dany12

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 …

Member Avatar for dany12
0
95
Member Avatar for anugovind

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.

Member Avatar for iramsweet
0
158
Member Avatar for rileyganimator

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 …

Member Avatar for rileyganimator
0
163
Member Avatar for yourkrishna
Member Avatar for thedumbone

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.

Member Avatar for lucyamelia123
0
199
Member Avatar for wilko1995

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.

Member Avatar for JorgeM
0
72
Member Avatar for wilko1995

Do you at least get some video during the power on self test, prior to an OS loading screen?

Member Avatar for rubberman
0
113
Member Avatar for jakobia
Member Avatar for cabgurgaon

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.

Member Avatar for JorgeM
0
32
Member Avatar for darrinkeller

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 …

Member Avatar for JorgeM
0
525
Member Avatar for weeraa

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 …

Member Avatar for JorgeM
0
222
Member Avatar for pinevillemom

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.

Member Avatar for JorgeM
0
51
Member Avatar for danialazri

When you plugged the drive into the computer, check in Disk Management (Computer Management console) as you may need to import the drive first.

Member Avatar for JorgeM
0
87
Member Avatar for wildplace

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.

Member Avatar for JorgeM
0
118
Member Avatar for napninjanx
Member Avatar for Dchaser88

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 …

Member Avatar for JorgeM
0
128
Member Avatar for Tajinderpal

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?

Member Avatar for JorgeM
0
98
Member Avatar for snitch321

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 …

Member Avatar for snitch321
0
701
Member Avatar for Sanchixx

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>

Member Avatar for Sanchixx
0
520
Member Avatar for ravidaniweb
Member Avatar for Shadowalk3r

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 …

Member Avatar for madelinekim
0
88
Member Avatar for jcomputing

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.

Member Avatar for SudoWin
0
147
Member Avatar for weeraa

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 …

Member Avatar for SudoWin
0
192
Member Avatar for vijayram

Looks like jQuery. Are you loading the jQuery library in the <head> section of your page?

Member Avatar for jadein2
0
381
Member Avatar for Nastadon

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> …

Member Avatar for JorgeM
0
114
Member Avatar for BadManSam

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 …

Member Avatar for JorgeM
0
123
Member Avatar for JukesK

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 …

Member Avatar for ndeniche
0
248
Member Avatar for Campus Report
Member Avatar for danialazri

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.

Member Avatar for danialazri
0
162
Member Avatar for jonathon2412

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?

Member Avatar for bnuppp
0
119

The End.