5,277 Posted Topics
Re: Any reason why you aren't adding the jQuery script reference in your index page, put within the head element, after your style element? | |
Re: This thread is basically a duplicate that was also posted in the Networking category: http://www.daniweb.com/hardware-and-software/networking/threads/440840/my-network-places-via-command-prompt You should stick with one thread at a time. | |
Re: I would take a look at using Software Restriction Policies and deny *.bat files from executing. | |
Re: >Do I put all the data for all decisions at the same table. Do I create the table that fits all kinds of data or I should and it is the best pratice to separate them to different tables? That's going to be challanging to answer because I do not … | |
Re: It definately sounds to me like you are going to be successful at anything you do. You already have quite a bit of experience dealing with people and based what you have said in just a few sentences, it seems that you are a focused individual. Regarding technical skills, I … | |
Re: Hello Hunain, While looking up this model, I came across this site: http://portforward.com It appears that they have the documentation for several ZTE ZxDSL series modems. I think you should check that site for the instructions on how to set up port forwarding. Pictures included. To give you some background … | |
Re: >identically named files that are for example an identical image, but at different resolutions? While these files all share the same name, they are not the same file. The binary that makes up the file is going to be different across these these files. The "chunks" of data that can … | |
Re: Where the rest of the code? I tried this and there was no error: <div id='education'></div> <script> var test = '<p>rajnas bnas</p><p>ahdndsa</p>'; document.getElementById('education').innerHTML = test; </script> | |
Re: You can pass it as a query string in the URL. The. On the receiving page use the server.querystring collection to retrieve the value. | |
Re: What kind of router do you have? If you need to have an Internet host gain access to inside your network, you have to have to know what you public IP is on that router. You also need to know what port the outside host is trying to access inside … | |
Re: You can use the Ajax-loader image's CSS display properly to achieve this. First, you have the image's display set to none. Then, when you execute the function, set the display to block. The line before your assign the Ajax results to sub-cat, set the display back to none. There is … | |
Re: Can you clarify what you mean by >for some reason in jquery file its print "test01" but it doesnt go inside "test02". I'm not following the logic. Also on line 4 the alert method is passing a variable called test01. Where you trying to pass a string instead? | |
Re: The link you posted does not take you to a working page (page not found-404). What exactly are you trying to do? | |
| |
Re: The Internet is not required for you to create a private local area network. To create a local area network, you need at least two network devices, a common protocol (such as TCP/IP) and a device that connects your hosts together, such as a network switch. | |
Re: Updates are published by Microsoft on a monthly basis (second Tuesday over every month). If you have an update that seems to be re-applying every time you shut down, that update is not installing properly. Instead of shutting down the computer and letting the update apply automatically, go to the … | |
Re: Your best option is to reinstall Windows on this newly formatted drive. If you have data that needs to be recovered, you can extract this hard drive and connect it to another computer that has Disk Recovery software on it. | |
Re: Can you try some basic troubleshooting by opening a command prompt. Type PING google.com? Do you get a response. If so, you are connected to the internet. Not being able to browse can be caused by a variety of issues. First thing to check is for malware. Do you have … | |
Re: For 10 computers, you need very little network equipment. All you need is a network switch. A 16 port switch will be adequate. If this network requires Internet access, you can plug the switch into an Internet router. All of the computers on this network need to be running the … | |
Re: The link you provided is pointing to 192.168.10.113. That IP address falls within a private network, not accessible from the Internet. | |
Re: Have you tried using the telnet command to test connecting to that target host on that port? For example, "telenet targetIP 3443". If you see a blinking cursor, you connected. You the. Just need to figure out what client app is supported to connect to that target. | |
Re: Since you are working with a string, use one of the many string related methods to search for the period "." and include a conditional statement so you take action on whether you find a match. | |
Re: No, there is no command for that. However, try using the "NET VIEW" command. You can use it to display discovered nodes within your workgroup. | |
Re: What do you mean by reset the password for the domain? Also, are you mapping these drives via a Login/startup script? | |
Re: I have both VS 2010 (Premium) and VS 2012 (Professional) installed on the same system. No problems that I have encountered. | |
Re: JSON stands for "JavaScript Object Notation". JSON is syntax for storing and exchanging text information and is easy to parse. | |
Re: If you need help with an assignment, try doing it yourself, then post specific questions about things you are not clear on. This forum is not a homework service. There are many members here that are glad to help if you give it a try. | |
Re: If you are familiar with jQuery, you can use the autocomplete from the UI, or you can build your own process. For example, here is a block of code that you can adapt. This is the front end. The back-end, you'd have to write. The back-end takes the input every … | |
Re: I am assuming that lblRecords is a label control? Have you stepped through your code to figure out what the value is when you run through the conditional statement? Based on your description and the code you provided, it's challenging to help you. | |
Re: So do you have a question or need help? | |
Re: If the printer is connected to a Win 7 computer and you want to print to it from an XP computer, you need to share the printer and make sure that you have created the proper rules in the Win 7 firewall to allow the traffic. | |
Re: How are you copying these profiles? What kind of migration are you performing? Moving from one domain to another? | |
Re: You'll need to be a bit more specific as to the help that you need. Do you already have some code developed? Is there a portion of your application that is not working? | |
Re: I always prefer not to provide my SSN. You can request a TIN (Tax Identification Number) from the IRS, and provide that number instead. I think your fear is valid with regard to trusting that organizations are doing what they have to do keep your information private. With regard to … | |
Re: I'll bookmark that one. Nice jsfiddle. | |
Re: You can use the z-index property to bring an element in front of another or behind another. For example on one div assign a negative value for z-index and/or a positive value to the other div. | |
Re: >but everytime they log out, it will bring them to view_cart.asp page Where is the logic in your code that redirects the user to the view_cart.asp page? It would probably be easier to handle the log out with the redirect to your home page in ASP. | |
Re: Network Security is a system of processes/controls for securing network resources. If you can be a bit more specific as to your question, you'll be more likely to get a more detailed response. | |
Re: I'm not an expert in this area by any means, but there is definately more to it than just the media. The main difference, i suspect, is probably in the area of the layer-2 transport packets. In any event, from a subscriber, the most important thing for you is what … | |
Re: I've found that we faced with this type of scenario...unless there is a real need to repair the installation, I generally go with a clean install. At some point you may consider the cost (with regard to time) of reinstalling vs a repair that may or may not be 100% … | |
Re: The input element is a block element. It wont position itself next to the input element. Try a span element instead. Remove lines 9 and 10 in your CSS. | |
Re: Your site seems to be centering the images fine even when you change the window size. Do you need any other help with this thread? | |
Re: You have references to 'Store' and 'Val'. Are you sure that these variables have been initiated properly and they have values? | |
Re: Do you mean pass parameters to the program? Yes, if the executable allows for it and is expecting parameters to be passed. You will need to be more specific with regard to your question. | |
Re: I was able to access the site. If the domain is new, it may take some additional time to ensure that the DNS zone syncs across the rest of the .co.uk DNS infrastructure. This "sync" time depends on their processes with regard to creating the secondary zones as well as … | |
Re: I have no plans on waiting in any line or fighting with people for anything. Its not worth the aggrevation, at least not for me. | |
Re: If you do a search for "input password watermark", you'll find plenty of examples on this topic. The challange here is to have plain text in place, then when you focus in on the input element, switch over to having the input element with a type of "password" instead of … | |
Re: You need some type of competitive advantage. It also takes time to grow your customer base. What are you doing to attract customers to your site? how are you encouraging them to buy your stuff? How are you retaining customers interest? |
The End.