5,277 Posted Topics

Member Avatar for Bandarigoda123
Member Avatar for kanade
Member Avatar for brianwebster
Member Avatar for Dave_5

Hello and welcome. My formal training has been in network and server administration but I've been learning/working with web development for several years now.

Member Avatar for happygeek
0
182
Member Avatar for justsomeuser
Member Avatar for GiddyupGilbert

Removing the USB device without safely ejecting is not for protecting the hardware itself or the drivers. The primary purpose is to protect your data. Pulling out a USB drive while it's being written to could corrupt the data. IN addition, even if the drive isn't actively being written to, …

Member Avatar for GiddyupGilbert
0
266
Member Avatar for Andrew_13

Do you have any relevant code? Generally, you can pass values back to your server side code by using HTML input elements of type hidden.

Member Avatar for JorgeM
0
531
Member Avatar for yaragalla_mural

The style that is affecting your div is `overflow:hidden`. I'm not clear on what you are trying to accomplish so i'm not sure how to advise you.

Member Avatar for JorgeM
0
289
Member Avatar for leap_coder

Just a few minor changes to get your validation to work... <form method="post" action="operation.php" name="form1"> <label>Location Name:</label><input type="text" name="name" /> <br /><br /> <label>Latitude:</label><input type="text" name="age" /> <br /><br /> <label>Lontitude:</label><input type="text" name="addr" /> <br /><br /> <input type="submit" value="Add" name="add" onclick="return validation()" /> </form> <script> function validation(){ var name=document.forms["form1"]["name"].value; …

Member Avatar for JorgeM
0
273
Member Avatar for Pennie_1

What help do you need. all you provided was some sample code. No detailed question, no error information??

Member Avatar for Pennie_1
0
351
Member Avatar for geneh23

You dont need line 24, 38 or 48 because you are already loading it in line 8. You may want to re-arrange some of these items. I'd suggest having your Style sheet references first, then the jQuery library, then the external jquery ui library, then any misc libraries after that. …

Member Avatar for radhakrishna.p
0
375
Member Avatar for Doogledude123

You can simply add a div to your html page. Give the div an ID. In your css, set this element with the same ID to display:none. For example.. #div1 { display:none } To display the div, set the div's display property to block in the function that you are …

Member Avatar for Doogledude123
0
15K
Member Avatar for tbuchli

The error is telling you that if you want to see the actual error, turn custom errors to OFF or remotely only but with remote only you would only see the error is browsing from the webserver itself. Just temporarily set it to off so you can get the details.

Member Avatar for tbuchli
0
557
Member Avatar for mcoliver88

Yes, you can use windows server's quota tool. There are 3rd party applications that provide additional more detailed quota features.

Member Avatar for mcoliver88
0
156
Member Avatar for crystal213

Unless you've been affected by some nasty malware, resetting IE settings to defaults will remove any changes you have made to the browser. Go to options, advanced tab. You.ll see a reset button. That returns the browser to defaults. Give it a try.

Member Avatar for <\Jericho>
0
317
Member Avatar for honey268

On a computer, you not only have to worry about the hotspot service security but also the security on your laptop meaning if someone gains admin access to your computer they have admin access to the hotspot. Nothing is 100% secure. With increased security there is always a decrease user …

Member Avatar for JorgeM
0
143
Member Avatar for Pilot122x

>That works with normal text file, has nothing to do with Notepad.exe. i've re-read the posts above and there is no reference to the notepad application itself except for the title but maybe the word "notepad" means "textfile". The reason why i say this is because pilot122x is talking about …

Member Avatar for Bandarigoda123
0
562
Member Avatar for strRusty_gal

The code you are using would be conceptually done from the "child page" (for the lack of a better term, but so you understand) trying to access a control in the master page. You want the reverse, so from the master page, you should be able to access the controls …

Member Avatar for strRusty_gal
0
138
Member Avatar for dstoltz

I think that in any IT project, you want to have a statement of work (SOW) agreed on and signed prior to the start of the project. The SOW is basically the contract that describes the job, in-scope, out-of-scope, costs, etc. It goes over the roles and responsibilities of you …

Member Avatar for JorgeM
0
208
Member Avatar for alpha849321
Member Avatar for Srilina

What is your question? If you need help, you need to provide more information and clarity in what the issue is and what you are trying to do.

Member Avatar for JorgeM
0
116
Member Avatar for HunainHafeez

Yeah, it doesn't look like the creator of the PDF developed it as a form. If it was, you would be able to fill it out even with adobe reader, then print it out the filled form.

Member Avatar for alva114
0
429
Member Avatar for goodtaste

I performed a search online and found many articles that describe how to get this done. Basically... 1. Go to Settings > Search Preferences 2. Under Errors and redirections , Edit the Custom Page Not Found option 3. Now provide the specific HTML in the textarea. > I would like …

Member Avatar for JorgeM
0
456
Member Avatar for Archer001
Member Avatar for Khalilur_1
Member Avatar for TierVM
Member Avatar for VertexF3
Member Avatar for Zorrro

Here are some of the basics with regards to securing the PC/apps.... * Rename/Disable the Admin and Guest account * Dont have any more local accounts defined on the system that what you actually need. * Ensure that all of your accounts have very strong and complex passwords. * If …

Member Avatar for iamthwee
0
416
Member Avatar for Siberian
Member Avatar for Andy76
Member Avatar for Siberian
Member Avatar for ssenenn9
Member Avatar for Borzoi

there is nothing stopping from starting to develop all of your pages using the HTML5 doctype. Once you do that, its an HTML5 page. Its that simple. Start with `<!doctype html>` With that said, that doesnt mean for you to go ahead and introduce HTML5 elements. You have to do …

Member Avatar for Borzoi
0
196
Member Avatar for metalfurby

Hello and welcome to DaniWeb! Lots of people here to help you, none to do the work for you. So, I'd recommend that you post what you have so far and lets see where you actually need help. If you are unable to even develop the HTML markup portion of …

Member Avatar for JorgeM
-1
140
Member Avatar for Siberian

Your code is not correct. <div id="two">This is div2</div> <script> var sour = document.getElementById('two'); sour.style.backgroundColor="blue"; </script>

Member Avatar for Siberian
1
191
Member Avatar for ckide

If the computer is old and cannot run the virtual host application, you shouldn't expect that it will be able to run the virtual guests either.

Member Avatar for been.coerced
0
280
Member Avatar for mamahadija
Member Avatar for sweta87

You can easily do that by using multiple panel controls on the page. Set them to visible=false. On page load, get your data from the database about your users, then simply use a coniditional statement to decide which panel control to set the visible=true.

Member Avatar for JorgeM
0
67
Member Avatar for Stefce

The site appears to be down or at least I cannot get to it. If all you need is to apply a style across multiple elements, assign the same class to these elements then target them in your style sheet. For example in your style sheet... .movie-box { padding: 10px; …

Member Avatar for Stefce
0
333
Member Avatar for Bensirpent07

Likely due to your path... images/background.png That path wouldn't be relevant unless you are on a page at the root directory and your images folder is off the root. If you use your browsers dev tools (F12), any errors in the network tab or console?

Member Avatar for rtrethewey
0
426
Member Avatar for sammy1992

Sammy, Here is the thing...there are plenty of people here to help, but most people here are volunteers so its unlikely anyone is going to provide you with the code. I'd suggest you break up this project into components and work on one component at a time, then submit specific …

Member Avatar for maryjane9110024
0
116
Member Avatar for ganteng
Member Avatar for Tinnin

I'm not a php developer, but my first thought is that your php script is generating HTML. The script needs to send back data in json format... A quick search online has led me to the json_encode() method. For example.. echo json_encode($data); I'm going to look into this a bit …

Member Avatar for Tinnin
0
3K
Member Avatar for iamthwee

Have you tried contacting Google? I would imagine that they would be able to help if you can prove you own the domain. It would be as easy as creating a record in the DNS zone so they can see that the you own/manage the domain.

Member Avatar for Dani
0
420
Member Avatar for nadiam

JQuery has .hide() and .show() methods you can use to hide and show content. If you want the digs to be hidden when the page loads, use CSS and set their display: none. Then use the .show() method to unhindered the div(s).

Member Avatar for nadiam
0
659
Member Avatar for nurul_1

Maybe there is something you have configured incorrectly with the element that has the ID = "**txtHint**"? You are not showing this element in your code. could it be a size property that you added or something else preventing all of the text from showing?

Member Avatar for nurul_1
0
430
Member Avatar for hemanth_3

How can anyone help you without seeing any code? Is this page online? If not, provide the relevant code.

Member Avatar for JorgeM
0
87
Member Avatar for TheMightySpud

There are a few ways to approach this. Once approach is to apply a class to the span elements and set the position to absolute, then use the top and left property to place it in the correct position. Of course, take this as general guidance. It would be easier …

Member Avatar for JorgeM
0
243
Member Avatar for manel1989
Member Avatar for narendra75

A quick search online reveals quite a bit of solutions. Here is one where someone wrote their own plug-in for jQuery: http://www.antiyes.com/jquery-blink-plugin However, i think a plugin is kind of an overkill. Here is a few lines of jQuery code that applies the "blink" to any element with a class …

Member Avatar for frankjames018
0
208

The End.