5,277 Posted Topics
Re: So as you are probably aware, DNS is used for host name resolution. If you are a typical Internet consumer, I can thin lot any reason why you'd host your own DNS server. Users typically will use their ISPs, or Public DNS systems. You would set up your own DNS … | |
Re: I'd suggest some client side JavaScript. Incorporate the onfocus and onblur events. | |
Re: element>element #cssmenu > ul > li > a { Selects anchor elements where its parent is a list item element where its parent is an unordered list where its parent is an element with an ID of cssmenu. Where that matches, apply the styles listed. | |
Re: There are several ways to accomplish this. The best approach in my opinion is to connect this DHCP server and all of hte client to a switch that is connected to the router. On the router, turn off DHCP services. Next, do not enable more than one NIC on the … | |
Re: > Also I have no idea how much you would charge for web design ifferent developers handle this client relationships differently. that comes with experience. It really depends on you. How do you want to structure your business? How do you plan on offering services? You may want to partner … | |
Re: Just curious as to the PFO site.... looks like a "lighter" version of this site. What's the story behind PFO? | |
Re: You could install sofware on the end points, but the reality is that the best way to address this is with a firewall that has URL filtering capabilities, or a firewall at the perimeter and proxy server within the network. Any other solution outside of this approach can be bypassed. … | |
Re: Are you trying to learn how to use netdom? That command is just one way of doing it. If you just need to join the domain, from the workstation, follow these instructions: http://windows.microsoft.com/is-is/windows7/connect-your-computer-to-a-domain You will need to perform this while using a domain account that has permissions and rights to … | |
Re: Can you provide a URL to the site? | |
Re: You will need to elaborate. What do you mean export excel? Do you have a table of info you want saved to excel? | |
Re: >which one is the best and why. As rubberman mentioned, the VPN solution is common because it is a low cost solution and can be used over a standard Internet connection. However, to be able to answer your question as to which solution is best, that depends on the business … | |
Re: I would suggest that you at the very least provide your HTML code and other relevant code. If its a lot of code, you may want to use jsfiddle or provide a URL if you have a site up and running. Based on your description, I don't see how anyone … | |
Re: > I put it in the meta tag of each page. Are you implying that you are leaving the current site in place and will redirect to the new site? Same domain name or different domain name? | |
Re: If you know the width of the target size in pixels, you can just add a div and apply a width property with this value and a margin property such as... #div1 {width:##px;margin:0 auto;} | |
Re: Does the shortler url actually exist? if so then yes from the code behind hou can simple use the response.redirect method. If not and you just want a cleaner URL the In asp.net, you can achieve this by using the URLRewriteModule. You write your rewrite rules in the web.config file. | |
Re: I think he posted here thinking Java and JavaScript was the same or similar. This thread should be moved. In any case, if its working locally but not at the hosting site it's either that the JavaScript files were not uploaded or that the reference to those files (paths) are … | |
Re: I don't visually see an issue but will check the code on a computer later today. What is the error you are getting? | |
Re: I've added different attributes to controls like this... button.Attributes.Add(); | |
Re: Sorry it could be me but I do t understand what you are trying to accomplish. Can you elaborate. Bit more | |
| |
Re: So for line 23, change it to something like.. `<hr class="dotted" />` Then in your style sheet... `hr.dotted {border:dashed 4px #F90;}` | |
Re: If this is for an asp.net (aspx) page, you should only have one form and it needs the runat attribute with a value of "server". You can use your code behind page and create functions to handle the click event from the different submit buttons. | |
Re: So those URLs that you provided are actually different even though they show the same content. That's because when you do not provide the index.html in the first URL, the web server finds an appropriate page to load based on the configuration.. index.html, default.html are usually in the list of … | |
Re: You may want to consider using a service like AddThis. You put code that they give you in your page and they keep track of the clicks and shares for you. | |
Re: On VMware, you will need to configure the network interface card so it is bridged on the same adapter as your host computer. I am not familiar with the VMware interface to tell you exactly what to click on, but the overall concept is the same with all of the … | |
Re: It's going to be really challanging for anyone to advise you based on the information you have provided so far. The only advise is that using a CMS solution like Wordpress will make it easier for managing the content especially is web development is not a strength. Now if Wordpress … | |
Re: If you provide some relevant code that maybe helpful in assisting you. | |
Re: You may consider buying a router that you can connect directly to the modem so that you remove this layer of connectivity from each computer. A router with switch ports will allow you to have multiple VM guests on the network and each with access to the network and Internet … | |
Re: > will be automatically added to the html code Sorry.. Can you clarify or provide another example? What do you mean send HTML? | |
Re: There is quite a bit of information out there regarding the use of the robot.txt file. If you as the web site owner, want to give specific instructions to web spiders/robots, you would place a text file called robots.txt in the root of the web site directory. This text file … | |
Re: Using robots.txt works and google will immediately (well... pretty quick) remove the pages from the search results. Same thing happened to me and I used this approach. | |
Re: You can create a div for your footer and style it to have a fixed position. Even if you scroll down the page, the footer remains at the bottom. here is an example of the properties you would style on the div with an id="footer". `#footer {width:100%;position:fixed;left:0;bottom:0}` Give it a … | |
Re: If you are looking at a command prompt, it sounds like you installed Server Core instead of GUI. | |
Re: This is Windows 7? When the screen goes black, any error information on the screen? I would also suggest removing the RAM you installed. An error in memory would be the cause of a BSOD. | |
Re: Actually to clarify, there is an attribute type = "search" but this was introduced with HTML5. Not all browsers support it. This is why you see a difference. If the browser supports it, browser styling will apply. If you are interested in more examples or a more detailed explanation, take … | |
Re: It could be me that is not familiar with this "Book share API", but a little more information about what you receive in the request and how it is you want to format it may be helpful. Some code may also be beneficial to understand what you are talking about. | |
Re: Do you have this site online to take a look? Or do you mean "live" using the local web server instance running on your computer? I am not familiar with Dreamweaver, but have had a similar issue with another IDE where the relative paths would not work in the IDE … | |
Re: >windows 7 as the primary domain controller A Windows 7 operating system cannot be used as a domain controller. Using RSAT on Windows 7 allows you to connect to network services other remote systems, such as a domain controller on your network. RSAT is only a tool. It does not … | |
Re: You'll need to define that subdomain in DNS. Check with your DNS provider, or if you are the DNS admin, log onto your DNS console and create that sub-domain. Map that sub-domain to the IP address of your web server. For your web site configuration, the actual steps for the … | |
Re: Why arent you connecting all of the computers to the router directly? If the router doesnt have enough ports, plug in a switch to the router, then plug all of your hosts to the switch. Make sure that all of your computers are on the same logical IP scheme. | |
Re: In your gridview you need to add a control such as a link button. When clicked, it should open a small pop-up page. The link button would pass a parameter to this page such as EmpID. Then, on the pop-up page, add a details view control and additional code to … | |
Re: are you sure this info is correct? correct path? >ServiceMethod="GetCountries" ServicePath="~/WebService.asmx" | |
Re: Good I. What sense? What are the requirements so that you can measure whether or not this particular type of device is appropriate? | |
Re: Where do you plan on storing the data for the selections? You want to do this client side with a predifined list, client side with Ajax to make a call back to a server side script, or purely server side using asp.net, php? |
The End.