5,277 Posted Topics

Member Avatar for jameohkl

So what kind of SQL database is this...Microsoft SQL, MySQL, etc? For example, if you are running Microsoft SQL, you can just install the SQL management Studio on the other computer and on the DB, just provide a login with the specific permission you wish to assign. Yes, you can …

Member Avatar for jameohkl
0
170
Member Avatar for safiqurrahman

Basically tells the search engine spiders whether or not to follow a link on your page. The no-follow is typically used on forums and threads to prevent spammers from gaining back-links an adding to their page rank.

Member Avatar for mikenielson143
0
203
Member Avatar for gingank

Do you have an idea of what you want to build? There are quite a bit of good intro books. Also visit http://asp.net.

Member Avatar for gingank
0
243
Member Avatar for Dani

I would recommend that moderators get more involved with thier members, not only in answering questions, but also in the voting and commenting process. In addition, for those questions that have clearly been answered, they should be marked as answered if the original poster has abandoned the thread. This type …

Member Avatar for TrustyTony
0
956
Member Avatar for lolitsadam

Rather than uninstalling it, have you tried just to install the latest version of Installer? http://support.microsoft.com/kb/942288

Member Avatar for JorgeM
0
422
Member Avatar for Violet_82

You can buy an adapter to change from male/female at the end of the cable.

Member Avatar for Violet_82
0
139
Member Avatar for tylermania24

Modem? Sounds like you are describing a wireless connection. How is this computer actually connected to the local network?

Member Avatar for dee101g
0
211
Member Avatar for missc

While basic HTML elements should appear the same across most modern browsers, you will expereince differences especially if you test with older browsers. These issues tend to happen if you introduce CSS, and even JavaScript. As you research this, you'll find that this is common and a struggle for web …

Member Avatar for JorgeM
0
57
Member Avatar for Violet_82

That is not going to work. In your example, each anchor element has an image for the text portion of the link. If you wanted to control the images via CSS, it would have to be done in a manner such as this..for example.. CSS a#span1 {background-image:url('image1.jpg')} a#span2 {background-image:url('image2.jpg')} a#span3 …

Member Avatar for Violet_82
0
93
Member Avatar for BlazeEagle

Interesting concept. While technically very possible, it probably hasn't made it to market for the simple reason that a large portion of the computer users out there can barely operate a computer with one mouse.

Member Avatar for twentytwotwo
0
179
Member Avatar for Patiodude

I think you are referring to a border around text boxes while using certain browsers? If so, apply this CSS: `input:focus {outline:none;}`

Member Avatar for dany12
0
238
Member Avatar for hhsskk

When you choose save, does it save the file to your drive? Then can you run the executable?

Member Avatar for BlazeEagle
1
215
Member Avatar for Violet_82

Unless you plan on using some sort of device to measure the difference between the output of the £8.00 to £80.00 cable, I would stick with the less expensive one. I dont think you will be able to visially see the difference. The difference in cost may be more copper …

Member Avatar for Sandi23
0
220
Member Avatar for elli18

If your data is important, you may want to consider having the drive removed. You can buy an external USB connector (about 25 bucks) and plug it into another pc to see if you can read/access the data.

Member Avatar for elli18
1
727
Member Avatar for veledrom

Setting the outline to none for the input:focus property will solve this issue. Here is a similar recent thread. http://www.daniweb.com/web-development/web-design-html-and-css/threads/426114/is-there-any-way-to-set-a-custom-active-color-for-form-fields

Member Avatar for veledrom
0
78
Member Avatar for NeiXude

So your network admin has a policy in place to hide the recycle bin? this is odd. Is there a written policy or some communication that was provided to you with regard to this configuration?

Member Avatar for opbasu
0
161
Member Avatar for Buppy

Are you running any type of filtering software? For example, when you access a web page, in some cases, you are downloading content from several sources. Possibly anti-malware or filtering malfunctioning causing some of the content such as the stylesheets not to load? If you know how to examine HTTP …

Member Avatar for lolafuertes
0
173
Member Avatar for venkateshyeluri

That chat client would have to initiate the connection to the chat server. The IP address would be gathered from that session.

Member Avatar for JorgeM
0
92
Member Avatar for bradleyg11

Check to make sure you are not causing a short somewhere on the board... a loose screw, ram not properly seated, etc...

Member Avatar for JorgeM
0
158
Member Avatar for Violet_82

Well, I think you are on the right track with Wordpress or something similar based on the description. If you build a traditional website, you would also have to build in admin pages to allow this user to add content. As you may be aware, the admin pages could be …

Member Avatar for Violet_82
0
93
Member Avatar for hetixo

What do you mean by take hours, with the Microsoft Software Removal Tool..not sure what you mean? To reduce the amount of time to bring this computer up to date on patches, start by applying the latest service pack for the PC. After that just apply the remaining patches. If …

Member Avatar for PhilliePhan
0
136
Member Avatar for bo0ga

Here is a sample code I just put together which should be easy to explain and for you to work with... <html> <head> <title>My title</title> <script type="text/javascript"> function preview(arg1){ document.getElementById("imgPreview").src= arg1 +".jpg" } </script> </head> <body> <img id="imgPreview" height="128px" width="128px" alt="image preview" /><br/><br/> <img id="img1" src="img1.jpg" height="32px" width="32px" alt="image1" onclick="preview('img1')"/> …

Member Avatar for bo0ga
0
1K
Member Avatar for bo0ga
Member Avatar for bo0ga
0
55
Member Avatar for texasinf

Microsoft Access itself is the database and it allows you to create forms. Are you asking about that specifically, or are you trying to create a front-end web application to interface with the DB. I assume the second since you mentioned HTML in your title. If that is the case, …

Member Avatar for JorgeM
0
181
Member Avatar for Reliable
Member Avatar for Donaldc88

Is there more to this code? When I put this code in an HTML doc, it seems to be lined up at the top, left corner. see picture... ![Untitled80](/attachments/large/3/Untitled80.png "Untitled80")

Member Avatar for JorgeM
0
110
Member Avatar for 9tontruck

You are on the right track Install a packet capture on the box. I would recommend Wireshark.

Member Avatar for L7Sqr
0
173
Member Avatar for sandraalvarez
Member Avatar for designer1993

Looks like a problem accessing the CSS file.... are you sure you the CSS file is available? ![Capture25](/attachments/large/3/Capture25.JPG "Capture25")

Member Avatar for designer1993
0
133
Member Avatar for BenzZz

Ok, so I looked at your code and found that it appears to you are trying to apply a style to your logo image. In your CSS (line #30), you are referencing an ID that doesnt exist in your code. It appears that you forgot to assign an ID to …

Member Avatar for JorgeM
0
215
Member Avatar for ravidaniweb

It would be helpful to prove the error message. There could be typos, or you may be trying to insert into a field that is a primary key with auto increment, etc...

Member Avatar for kvprajapati
0
259
Member Avatar for veledrom
Member Avatar for veledrom
0
199
Member Avatar for indopostingcom

I have also heard from a few customers that have seen recent drops in visits (10-15% drop in visitors), but have not had their adsense fall in parallel. I thought that was interesting.

Member Avatar for Dani
0
268
Member Avatar for Sanchixx
Member Avatar for Troy III
0
188
Member Avatar for zahidpugc

Just as an fyi for future posts... try to stick to one thread per question. These duplicate threads do not result in the most optimized result, especially for future visitors that may experience the same issue or have a similar question. http://www.daniweb.com/web-development/threads/426199/onclick-show-next-divs

Member Avatar for rvcT
0
1K
Member Avatar for zahidpugc

What comes to mind is to assign each div it's own unique ID, then access the divs within a loop.

Member Avatar for JorgeM
0
390
Member Avatar for katiezeal
Member Avatar for gdrop98
Member Avatar for davy_yg

Just a few comments with regard to the code you posted... 1) "align" is not a known CSS property 2) The HTML <center> element is deprecated. You should use CSS instead. 3) The <br> tags should be implemented as <br /> to comply with XHTML standards. 4) #64 and #111, …

Member Avatar for JorgeM
0
72
Member Avatar for inthink

If you plug your laptop into the wired network and you have a wireless card, have you tried ICS to share out the wired connection to the wireless card?

Member Avatar for inthink
0
116
Member Avatar for utkarshsahu
Member Avatar for delta_frost
0
442
Member Avatar for sablank56
Member Avatar for slacke

I would test this images in a Virtual Guest without applying the service packs and see what happends. Then if it works OK, apply SP3 and test again. By the way, for OS service packs, you do not have to apply them in order. You can go from SP1 to …

Member Avatar for slacke
0
88
Member Avatar for bburd

While its sluggish, open the task manager in Windows 7 computer and see if you can identify which process is taking up unexpected CPU and/or memory.

Member Avatar for bburd
0
213
Member Avatar for browe47

Do a search for BIOS shortcut key for your particular Desktop model. Most of them go into the BIOS either by F2, F12, or the Delete Key, but there are other combinations.

Member Avatar for browe47
0
160
Member Avatar for damelin
Member Avatar for Nick Evan

Sounds like a video card overheating issue to me as well. The video card is going to require more power while playing those games. More power = more heat.

Member Avatar for PcTestCard.com
0
228
Member Avatar for Goomba79

Hello Lain, Its not really that obvious so no worries... This isn't an asp.net issue. As you have experienced, what you see in the designer view doesnt really match what you may see in the browser. In addition, you should be aware that depending on the styles you use, you …

Member Avatar for Goomba79
0
105
Member Avatar for nuevoenjava

> a textbox and a ajax autocomplete extender this is probably your best bet.

Member Avatar for kvprajapati
0
109
Member Avatar for profyou

HTML alone? I do not see how. Is there any plans for fully integrating this VB appication as a web based one? If so, then the web page could be written in asp.net and migrate the VB code from the application to the asp.net/vb page.

Member Avatar for Troy III
0
127

The End.