5,277 Posted Topics
Re: If its the same local subnet, there isnt anything you need to do on the network side. You simply have to configure the target computer to: 1) allow remote desktop connections (System properties in target computer) 2) grant the user the permission (add user account to RDP Users group on … | |
Re: If you place all of your original components as they were does the computer boot up? If so, the problem is not BIOS update related. If not, you can always get the BIOS update version you had and apply the known working version. If everything boots fine with the old … | |
Re: Can you provide sample, relevant code? Also, there's been recent questions similar to printing color/background. See if this is related to you... http://www.daniweb.com/web-development/aspnet/threads/479451/button-backcolor-cannot-be-printed | |
Re: You can control the master page from your code behind so you can assign this dynamically. Take a look at this MS tutorial. http://www.asp.net/web-forms/tutorials/master-pages/specifying-the-master-page-programmatically-cs | |
Re: Your question is very broad. what kind of documentation are you looking for. There are many, many sites out there that have guides, tutorials, documents, etc... for networks, specific aspects/components of a network, servers, operating systems, hardware, etc... It can be overwhemling. I would suggest that you write down all … | |
Re: So the real question is whether adding additional specific categories such as UI/UX design foster/encourage new discussions that you wouldn't normally see in the HTML/Web design category. Are members interested in starting a discussion about Photoshop but fail to post a question because they aren't able to categorize it? | |
Re: The link you provided does not appear to work. If you want for a navigation menu to remain fixed in its position, wrap the menu within a div and apply the position:fixed property. | |
Re: If you use your browser's dev tools (typically by hitting the F12 key), you can click on the Console tab. If there are errors related to loading the external style sheet, the error will be listed there. | |
Re: Being that I live in South Fl and am a fan of the Heat, AND the fact that they have a great team, i know the Heat will win. | |
Re: Its more helpful for everyone if you provide a sample of your relevant code you are currently working with so we can see the behavior that you are referring to. | |
Re: I havent had the need to do this myself, but if I were to go about developing this I beleive that I'd use an input type=hidden element on the page and when the click event happens, record the current time in that elements value. Then start running a function using … | |
Re: Do you have a more complete code sample that we can work with? >what I am actually trying to do is, leave this 'tr' hidden initially and while pn click of it make it visible. Ok so why not initially set the CSS display:none on this tr element, and just … | |
Re: > I spent some days pushing the site to some DNS one day and some DNS another.. Are you sure you mean DNS? I'm not familiar with what you are referring to with regars to "pushing the site to some DNS". Can you clarify exactly what steps you took? | |
Re: Try replacing your js with this... var one = document.getElementsByTagName("a"); if (one.length) { alert("correct, four anchors"); } else { alert("wrong"); } http://jsfiddle.net/8GY37/4/ | |
Re: I'm not on a PC to check, but I suspect you are having a postback and refreshing the page The postback needs to be prevented. | |
Re: >How can I modify contents of a web page (like text) and have it stay that way locally, even after refreshing and reloading the page from a hyperlink? For demo purposes, it dynamic content isn't needed, just create .html files using static data. You can use any text editor to … | |
Re: As an additional note, you also have to find a host that will expose SQL to the outside world. Many of these providers include SQL in their package (free and paid) but they dont necessarily expose/provide access outside of the hosting environment. | |
Re: Typically I use the Enabled property only when I want to visually show the user that there is a button to click, but something on the page/form isnt complete/error so until that is corrected, the submit button is not re-enabled. I use Visible in a scenario like the one the … | |
Re: >I know how to do these operations if I have a text file(.txt) An HTML file is text as well, so haven't you tried using the same approach as if it was a text file. HTML is plain text, just saved with a .html exention so the computer knows which … | |
Re: you dont have enough code shown. In any case, its not correct with regards to syntax. Let's say that the div you want to animate has an id = 'div1', also assuming that "#open" is another element, maybe a button or another div. Also assuming you are refering jQuery and … | |
Re: >but will not be allowed to come back to the page after the one visit? I dont see how you are going to do that without authenticating and tracking the user. Without authentication (forcing them to log on so that you know their identity), you could attempt to drop a … | |
Re: Ok so I'll jump in a give you the reality of the situation.... Based on the information you provided so far, you aren't going to get much help outside of general guidance. Yes you can use the textarea element as well as others for an "auto-suggest" type widget thingy... There … ![]() | |
Re: Looks fine to me. You probably dont have the option to print background colors and images...  | |
Re: That error usually occurs when you try to access a folder on the website and there is no default document to load, therefore, the web server would normally show you the contents of the folder if directory browsing is enabled http://support.microsoft.com/kb/942062 For example, if you access www.mydomain.com/folder/, your web server … | |
Re: Your effect is not really on top of the image. You are manipulating the image itself. Your code is changing the image's source attribute. If you want to affect some other element, yes you can do that. I think it would be easier for your mouse over related events to … | |
Re: You need to provide a bit more detail here. In addition, no one is going to turn over to you the code example without you showing an attempt at trying yourself. Give it a try, post your code and errors and go from there. | |
Re: Hello Khan, its unlikely that anyone is going to send you any source code. This site is made up of volunteers that are willing to help you, not code for you. If you need help, what I would recommend is that you explain in more detail what you are working … | |
![]() | |
| |
Re: This can be done either server side or client side. That is up to you. If its done server side, you simply need some logic that takes a look at the article, depending on the condition, show an image next to the article of a checkmark or a cross if … | |
Re: Im not a PHP expert, but I dont see where you are returning the results as HTML. Im assuming your intention is to return the data as HTML based on line 15 in your jQuery code... `$("#user-result").html(data);` ![]() | |
Re: This works fine. <!DOCTYPE html> <html> <head> <title>Your Title</title> </head> <body> <p id="one">"Hello there"+one+"bye"</p> <script> var ap=document.getElementById("one"); var gt=("<h1>"+document.title+"</h1>" /*"and" "<h2>"+document.URLUnencoded+"</h2>"*/); ap.innerHTML = gt; </script> </body> </html> | |
Re: I would pick one OS for the computer itself and virtualize th other one as a guest. This keeps a very simple configuration and allows you to add additional guest OSs as needed. If you have vista and plan on 7, I wouldnt do an upgrade. Back up all of … | |
Re: What event do you want to happen to initiate the process of getting the value in the function into the title attribute? <body onload="a()"> <script> function a(){ var filename="test.txt"; document.getElementById("img1").title=filename; } </script> <img id="img1" src="img/test.png" title="?"/> </body> | |
Re: Yes, if you are formatting the partition using hte NTFS file system, if you dont choose "quick", the formatting process till take some time depending on the size of the partition you are trying to format. | |
Re: That's a very vague question. Difficult to answer in a single post. To start, you need to consider the physical and logical network. Physical being network device(s) like a switch, firewall, cabling, network interface cards. Logical like Domain services/workgroup, DNS name resolution, IP scheme. User authentication, etc... |
The End.