5,277 Posted Topics

Member Avatar for kamilacbe

So you most likely are going to have a tough time finding a hosting provider that will have this option in a shared hosting solution. You may need to subscribe to a dedicated hosting solution where the provider allows you more flexibility in what can be installed on the server.

Member Avatar for geniusvishal
0
328
Member Avatar for Aterin
Member Avatar for duggung
Member Avatar for mKorbel

I also encountered an issue on another page but it cleared up once I refreshed the page. About an hour ago. Something to do with a geoip file or something like that. I should have copied the error...

Member Avatar for JorgeM
0
306
Member Avatar for Amtrix

Also, the cable may be fine, just loose on either end. Make sure that both ends of the video cable are secure.

Member Avatar for palley
0
284
Member Avatar for Tko_1

Is this a code snippet you are sharing or is there something wrong with the code you need help with? [edit] - i just copied and pasted your code in an html file...nice job! very cool.

Member Avatar for Tko_1
1
231
Member Avatar for Djmann1013

Some of these webcams also have built in microphones. I'd suggest you consider unplugging the webcam altogether.

Member Avatar for Djmann1013
0
152
Member Avatar for Shikha_1
Member Avatar for diafol
0
110
Member Avatar for William_3

Hello and welcome. You'll find that many members will be willing to share experience and ideas here.

Member Avatar for JorgeM
1
56
Member Avatar for يوسف_1
Member Avatar for lamedeer

Hello and welcome. I used to build PCs and sell them to my customers years ago. It was fun but Dell and others just made it more difficult for me to make it worth my time so then I sold Dells and charges a "setup" fee. :-)

Member Avatar for JorgeM
0
105
Member Avatar for Reynolds Riser
Member Avatar for cmsc

BIND nor any other DNS server service isn't required if you simply want to resolve a few hostnames from a single PC. You can simply continue to add these hostnames to your PC's hosts file. All of these hostnames will map to the same IP address. If the target server …

Member Avatar for cmsc
0
196
Member Avatar for Tko_1

Do you have the ability to generate the HTML code where you can assign a class to those hyperlinks that point directly to directories? Then use a CSS class selector in a similar manner?

Member Avatar for Tko_1
0
92
Member Avatar for hwoarang69

If you are referring to data types when referring to the answer, if you are using MSSQL, there is a data type called SQL Variant and its common for the use of storing different types of data.

Member Avatar for hwoarang69
0
98
Member Avatar for ptduran
Member Avatar for elden galdo

One option is to restore your PC back to the factory image. You can install 32bit apps on a Win8 x64 OS.

Member Avatar for JorgeM
0
145
Member Avatar for arryph420
Member Avatar for keishawndavid

You can validate the form client side using javascript. What exactly are you trying to validate... Form filled, specific range of values, etc..????

Member Avatar for Zagga
-3
205
Member Avatar for mmcdonald

I beleive the selector is incorrect in your example. If you are trying to select those elements with a class of "tab-switch", it should be... `$('.tab-switch')` This selector `$('.tab-switch a')` will locate elements with a class of 'tab-switch', that have a "child" element of type anchor `<a/>`. For example... <div …

Member Avatar for mmcdonald
0
230
Member Avatar for sasatechno
Member Avatar for edward.okech.5
Member Avatar for old_apache

The easiest way to add an image is via HTML, using the `<img/>`element. However, you can assign a background image to certain elements. I don't think there is a right or wrong.. What are you trying to accomplish?

Member Avatar for old_apache
0
317
Member Avatar for commando1200

You can including a `<meta/>` element within your `<head/>` section. <head> <meta name="description" content="This description will often show up in search results."> </head>

Member Avatar for commando1200
0
87
Member Avatar for firdousahmad

Night and day. The differences can easily fill a chapter of a book, but here is a high level summary of some of the differences. ASP, like PHP, mixes both HTML code and ASP code on the same page. ASP can uses VBScript (but can also use JavaScript) to execute …

Member Avatar for BMXDad
0
373
Member Avatar for ealwaqfi

> plz how can i know whats my network architecture type (physical or logical)? and what topology used in it (star,bus,ring)?!! A network will have both a physical and logical implementation. The physical deals with the actual physical layout of the network (cables, equipment, etc..), while the logical deals with …

Member Avatar for ealwaqfi
0
231
Member Avatar for ruby_ms
Member Avatar for blitznck_1

Try this... Save the value to an input element of type "hidden" from your PHP code. The information wont be visible but it will be accessible client side. Then client side, grab the value using jQuery assign it to a variable then work with that variable in your Ajax routine.

Member Avatar for blitznck_1
0
405
Member Avatar for rakwel10

I accessed the site from a few computers and the page loaded and responded ok. I ran a test on this site: http://www.webpagetest.org/ and the results show that some improvements can be made. See results: http://www.webpagetest.org/result/130208_V2_TDM/

Member Avatar for Troy III
0
237
Member Avatar for weblord

My favorite browser is Chrome. Seems to render content fast, correct and seems to have the most support for HTML5/CSS3. I try to avoid IE at all costs. I'm not a Microsoft 'hater', MS has blessed me with a very fruitful career. I just do not care for IE. I …

Member Avatar for stultuske
0
204
Member Avatar for wmc1956

While I'm not a fan of IE, the suggestion to install another browser doesn't address the actual issue. What URLs are you being redirected to? just new tabs? Does this happen to any other local app? Its possible that you have some malware installed. I'd recommend that you perform some …

Member Avatar for inspired2
0
367
Member Avatar for Dani
Member Avatar for hackoman96

If a person only has HTML and CSS knowledge, then I would say no. You sould note that we do not promote or share knowledge regarding exploiting vulnerabilities on this site.

Member Avatar for BMXDad
-1
290
Member Avatar for CrAzY347
Member Avatar for jelly46

You can still have one function called "clicky". Just pass the URL to the function as well... <html> <head> <script type="text/javascript"> function clicky(param){ location.href = param; } </script> </head> <body> <button onclick="clicky('http://www.daniweb.com');">Next</button> <button onclick="clicky('http://www.other.com');">Another Button..</button> </body> </html>

Member Avatar for IIM
0
239
Member Avatar for rifasmzm

I don't see how an acceptable answer can be provided based on your question. To explain what TCP/IP is would fill chapters of books. In a nutshell, its a protocol that can be used on a network for hosts to communicate with each other. > how can I solve DNS …

Member Avatar for mc.sQr
-1
359
Member Avatar for highlite

You can do this with simple AJAX or use the jQuery AJAX shorthand methods ($.ajax, $.get, $.post, etc...) depending on exactly what you need to send and if you will be doing something will a result...

Member Avatar for highlite
0
343
Member Avatar for MWEB

Is there more code? When looking at your function, the first thing that comes to mind is that you are referencing `name.val()`. What does this object represent? An input element? Where is the assignmnet of this element to a variable?

Member Avatar for MWEB
0
206
Member Avatar for ravinder yadav

> You mean like integrated debugging? I'm not sure that that works. I dont believe so either. > However i want to know can i use apache web server with visual studio 2010 express IDE or not? You can develop your site using Visual Studio... or course.. why not? Eventually …

Member Avatar for ravinder yadav
0
2K
Member Avatar for davy_yg

i'm not sure what you mean by gray border "goes all the way to the right"? can you clarify... upload a pic with notation as to what you mean?

Member Avatar for JorgeM
0
177
Member Avatar for pawan768

What's the error? Its not evident when I click on your link. I dont know how your web app is expected to behave...

Member Avatar for pritaeas
0
269
Member Avatar for Assembly Guy

I'm sure I'm much older than you. I assure you that those individuals in life that constantly try cutting corners either get nowhere or if they do its temporary. Life will eventually teach them hard lessons...

Member Avatar for diafol
0
238
Member Avatar for Rahul47

> 1) Which kind of 'Networking Applications' are we talking about? Unlike JavaScript, server side code can do things like connect to a remote host over the network. Such as send an ICMP request, perform a DNS lookup, query a SQL server, etc.. This is a limitation of JavaScript.

Member Avatar for Rahul47
0
234
Member Avatar for KlimaServisi
Member Avatar for oneclickroot
Member Avatar for GlenRogers

This is because you are showing/hiding client side. If you want to alter the HTML output of a certain page, it would require server-side scripting.

Member Avatar for BMXDad
0
297
Member Avatar for mc.sQr

hello and welcome.. Everyone has to start somewhere. You found the right place...

Member Avatar for mc.sQr
0
85
Member Avatar for Violet_82

It depends. It's a good practice to consolidate your scripts if possible. Saves on downloading time. However, you also wouldn't want one big fat file to download if the current page only uses 10% of the code in the external file. In my case I do a lot of internal …

Member Avatar for Violet_82
0
301
Member Avatar for babzwaw
Member Avatar for andi-dev

What exactly do you need help with? You need to be a bit more specific as to the error you are getting or help that you need. What do you specifically mean by "add another toggle button"?

Member Avatar for andi-dev
0
716

The End.