5,277 Posted Topics

Member Avatar for NoCodeMonkey

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 …

Member Avatar for JorgeM
0
7K
Member Avatar for pratham3090
Member Avatar for thakursandeep
Member Avatar for davy_yg

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.

Member Avatar for IIM
0
95
Member Avatar for hazzag1995

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 …

Member Avatar for thrillride01
0
550
Member Avatar for coder91

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

Member Avatar for JorgeM
1
197
Member Avatar for Ancient Dragon

Just curious as to the PFO site.... looks like a "lighter" version of this site. What's the story behind PFO?

Member Avatar for deceptikon
0
175
Member Avatar for tristanhall

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

Member Avatar for JorgeM
0
332
Member Avatar for windowsserver

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 …

Member Avatar for windowsserver
0
329
Member Avatar for williampritchar
Member Avatar for techinvest

You will need to elaborate. What do you mean export excel? Do you have a table of info you want saved to excel?

Member Avatar for techinvest
0
227
Member Avatar for aksemt

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

Member Avatar for thrillride01
0
165
Member Avatar for midasrealty
Member Avatar for participantjava

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 …

Member Avatar for JorgeM
0
118
Member Avatar for newebmaster

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

Member Avatar for JorgeM
0
927
Member Avatar for kumar89hitesh

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;}

Member Avatar for JorgeM
0
148
Member Avatar for korathualex

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.

Member Avatar for JorgeM
0
77
Member Avatar for ukhostland

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 …

Member Avatar for ukhostland
0
233
Member Avatar for newbie310

I don't visually see an issue but will check the code on a computer later today. What is the error you are getting?

Member Avatar for karlcunanan
0
468
Member Avatar for chamnab

I've added different attributes to controls like this... button.Attributes.Add();

Member Avatar for JorgeM
0
70
Member Avatar for lena1990

Sorry it could be me but I do t understand what you are trying to accomplish. Can you elaborate. Bit more

Member Avatar for lena1990
0
117
Member Avatar for abhi10kumar
Member Avatar for davy_yg

So for line 23, change it to something like.. `<hr class="dotted" />` Then in your style sheet... `hr.dotted {border:dashed 4px #F90;}`

Member Avatar for charlijoseph
0
154
Member Avatar for chamnab

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.

Member Avatar for chamnab
0
117
Member Avatar for bryann

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 …

Member Avatar for JorgeM
0
155
Member Avatar for dalilice

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.

Member Avatar for JorgeM
0
135
Member Avatar for Ctechnology24

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 …

Member Avatar for amlinux
0
192
Member Avatar for kw42chan

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 …

Member Avatar for JorgeM
0
193
Member Avatar for participantjava
Member Avatar for JorgeM
0
108
Member Avatar for windowsserver

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 …

Member Avatar for JorgeM
0
260
Member Avatar for lena1990

> will be automatically added to the html code Sorry.. Can you clarify or provide another example? What do you mean send HTML?

Member Avatar for lena1990
0
114
Member Avatar for davy_yg

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 …

Member Avatar for Jessfly
0
100
Member Avatar for Ritesh_4

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.

Member Avatar for Ritesh_4
0
208
Member Avatar for Farhad.idrees

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 …

Member Avatar for JorgeM
0
132
Member Avatar for windowsserver
Member Avatar for powersstuff

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.

Member Avatar for powersstuff
0
219
Member Avatar for rakwel10

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 …

Member Avatar for JorgeM
0
214
Member Avatar for anisha.silva

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.

Member Avatar for anisha.silva
0
256
Member Avatar for sj2222

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 …

Member Avatar for JorgeM
0
185
Member Avatar for windowsserver

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

Member Avatar for CimmerianX
0
464
Member Avatar for Yarra

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 …

Member Avatar for JorgeM
0
119
Member Avatar for Siberian

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.

Member Avatar for javed_922965
1
498
Member Avatar for Agili Ron
Member Avatar for thakursandeep
Member Avatar for raajsj

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 …

Member Avatar for cyberdaemon
0
1K
Member Avatar for sanket.patil

are you sure this info is correct? correct path? >ServiceMethod="GetCountries" ServicePath="~/WebService.asmx"

Member Avatar for cyberdaemon
0
360
Member Avatar for SAMANTHA432
Member Avatar for noesis
Member Avatar for anmolmehtaaa

Good I. What sense? What are the requirements so that you can measure whether or not this particular type of device is appropriate?

Member Avatar for AdamSmit
0
91
Member Avatar for anisha.silva

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?

Member Avatar for anisha.silva
0
195

The End.