5,277 Posted Topics

Member Avatar for bhavna123
Member Avatar for salmanahmad123456789

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 …

Member Avatar for JorgeM
0
145
Member Avatar for stockEX4u
Member Avatar for sajjid_1

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 …

Member Avatar for sajjid_1
0
523
Member Avatar for Ritesh_4

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

Member Avatar for almostbob
0
2K
Member Avatar for jKidz
Member Avatar for maxpaine69

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

Member Avatar for maxpaine69
0
932
Member Avatar for elshaday

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 …

Member Avatar for Jason Statham
0
232
Member Avatar for mattster

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?

Member Avatar for happygeek
2
488
Member Avatar for Chris_14

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.

Member Avatar for getaprogrammer
1
353
Member Avatar for david.roun.7

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.

Member Avatar for david.roun.7
0
2K
Member Avatar for <M/>

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.

Member Avatar for <M/>
0
187
Member Avatar for zzmrzz

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.

Member Avatar for JorgeM
0
259
Member Avatar for daChi
Member Avatar for biant92
Member Avatar for silverdust

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 …

Member Avatar for silverdust
0
217
Member Avatar for network18

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 …

Member Avatar for network18
0
142
Member Avatar for shella

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

Member Avatar for rch1231
0
359
Member Avatar for BestInvestIndia
Member Avatar for Siberian

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/

Member Avatar for Siberian
0
113
Member Avatar for garyjohnson

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.

Member Avatar for hericles
0
1K
Member Avatar for xTurK

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

Member Avatar for xTurK
0
267
Member Avatar for areki
Member Avatar for BogdanCov

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.

Member Avatar for JorgeM
0
206
Member Avatar for celineshh

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 …

Member Avatar for arunkumars
0
1K
Member Avatar for aseeman

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

Member Avatar for hericles
0
222
Member Avatar for Siberian

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 …

Member Avatar for Siberian
0
130
Member Avatar for webmeat

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

Member Avatar for JorgeM
-1
283
Member Avatar for abdiqani
Member Avatar for catalinetu
Member Avatar for ankit1122

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 …

Member Avatar for diafol
0
264
Member Avatar for mykul.guillory
Member Avatar for yugdablos

Looks fine to me. You probably dont have the option to print background colors and images... ![663f973a06243cde4feaedfc1007a8ed](/attachments/large/3/663f973a06243cde4feaedfc1007a8ed.png "663f973a06243cde4feaedfc1007a8ed")

Member Avatar for yugdablos
0
866
Member Avatar for Praveen_10

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 …

Member Avatar for Praveen_10
0
332
Member Avatar for NicholoBrown
Member Avatar for AbstractEden
Member Avatar for missy_mi

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 …

Member Avatar for missy_mi
0
468
Member Avatar for Natiprog

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.

Member Avatar for rubberman
0
128
Member Avatar for Anzish_1

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 …

Member Avatar for radenli
0
205
Member Avatar for Nigam_1
Member Avatar for ashukolove
Member Avatar for PankajSanam
Member Avatar for c-3po
Member Avatar for davy_yg

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 …

Member Avatar for davy_yg
0
174
Member Avatar for dhani09

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

Member Avatar for iamthwee
1
490
Member Avatar for Siberian

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>

Member Avatar for Taywin
0
153
Member Avatar for blackmiau

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 …

Member Avatar for blackmiau
0
265
Member Avatar for dev90

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>

Member Avatar for Alberto Bucur
0
230
Member Avatar for jean122

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.

Member Avatar for jean122
0
269
Member Avatar for john nnaa

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

Member Avatar for Jason Statham
0
226

The End.