5,277 Posted Topics
Re: I would agree. There is not enough information for anyone to really tell you which way to go. Go with what you know. | |
Re: If there is not any server side scripting included such as PHP, ASP.NET, Java,etc then you don't even need a web server. Only HTML files and a browser. | |
Re: You should be able to copy your HTML markup and asp.net controls. It sounds to me like you may have not copied over the style sheet over to the visual studio project. | |
Re: There are various ways to vertically "center" text. here is an easy way to do it if you just have a single line of text... <div style="border:1px solid black;width:500px;padding:0px 10px;"> <p style="line-height:3em;">This text is centered vertically</p> </div> | |
Re: Its an indication of a syntax error somewhere. I'm on a mobile deivice right now so its hard for me to debug this at the moment. | |
Re: You have to provide addressing information so that someone can send it to you. | |
Re: There are lots of resources on the Microsoft Technet site. Hiwever, yiu shoukd probably consider buying some books related to AD administration. There is a book for Group Policy, resource kit, that is very good. It covers 2008/2008 R2. | |
Re: Unfortunately without knowing exactly what has happened, its difficult to say what happened. Any errors show up when you boot up? There are some malware out there that will hide the data until the malware is removed. Try booting to Windows safe mode by hitting f8 before Windows boots up. … | |
Re: there are various ways to do this. The easist is to simply purchase and install a wireless access device on the network. Most of the consumer based internet routers come wtih wireless built-in. however, you could take a simple windows computer, installed with a more than one NIC and enable … | |
Re: Well, you have to write a computer program. There are many programing languages, some low-level to others that are high-level. You also having scripting languages as well, and mark-up languages such as HTML. | |
Re: What is it you are trying to do and what error are you encountering? | |
Re: Ok, is there anything preventing you from studying Linux? I'd recommend a good book, some VM guests for practicing and posting questions on this forum. | |
Re: I have a gx620 as well and have not seen any problems with XP or 7. Check to make sure the integrated sound is not disabled in the BIOS settings. | |
Re: Hello Ale, Based on your posts so far, it appears that you are quite knowledgable in those areas. Glad you are here...welcome! | |
Re: Based on your description, it sounds like the problem is with your wifi adapter on that computer. You've already established that the problem is not the router since this happens when you have connected to different APs. Also, other computers do not exhibit this behavior. I'd contact the Wifi adapter … | |
Re: Posting an "under construction page" is a good idea. It tells your visitors that the domain name is active, website is valid, but the content is not ready. | |
Re: JavaScript has both != and !== != is not equal !== is not equal in value or type [JavaScript Operators](http://www.itgeared.com/articles/1304-javascript-operators-tutorial/) | |
Re: You could have one or more master pages and nesting is allowed as well. Wut are you trying to do? | |
Re: Looks like the asp.net engine doesnt care for the JavaScript syntax written in that manner. If you look at the HTML produced for the ImageButton it is rendered as such: `<input type="image" name="ImgBtn" id="ImgBtn" src="Images/Go.gif" onclick="<script type='text/javascript'>document.getElementById('info').style.display='block';document.getElementById('fade').style.display='block';return false;</script>;" /> ` Why dont you add a JavaScript block and just call … | |
Re: w3schools is a great site for the basics. In my opinion, i'd grab a few books on the subject. Nothing beats a good set of books, editor, and a browser. | |
Re: You can place each video element within a div. Add widths to each div, then float them to the left or right as needed. clear the floats between rows and repeat. | |
Re: So the fact that your site is written in asp.net shouldnt matter. Your focus should be on JavaScript/jQuery. Your asp.net code will be converted by the web server to HTML. So, if you include an image control in your code, it will be rendered as an <img/> HTML element. jQuery … | |
Re: Can you clarify your question. Are you using an ASP.net control to build your menu items? Or are you building the menu items with plain HTML? Have you tried to apply any styling to customize the placement of the menu items? Here is an example of a simply navigational menu … | |
Re: Online tutorials are good for basic introduction and reference. Nothing beats a good set of books and practicing what you learn. Get involved in this forum as well as others and use other people's questions as an opportunity for learning. Try to solve their issues. With regard to an editor … | |
Re: It could be malware, but there are a few more things to try... Have you tried a different browser? On the machine that has a problem, to rule out the OS, I would boot up to another operating system,say a version of linux that boots off of CD or USB … | |
Re: You'll have to either provide a link to your site online, or post the relevant code that you are having a problem with. In addition, I have an example of a [Multi-level Navigation Menu](http://www.itgeared.com/articles/1420-css-multi-level-navigation-menu-tutorial/) that you can take a look at and are free to use and adapt it for … | |
Re: >everything has to work except for Internet Explorer since it does not support text-shadow as you mentioned in your first post... text-shadow is a CSS3 property not supported by IE. | |
Re: First, not sure why anyone would suggest to remove SP1. anyway, for you to connect to a shared resource whether it be a printer or a folder, you need to ensure that you have some pre-reqs in place. 1) have you validated that there is network connetivity between both computers? … | |
Re: Ok, what flavor? and have you tried to download it from the Internet and install it? | |
Re: The syntax used to configure a router or a switch is going to slightly vary from vendor to vendor. You would have to provide additional details as to what iOS you are running and then wait for someone with experience on that platform to help you. Of course, even with … | |
Re: I have had a good experience with using TechSmith's Camtasia. | |
Re: Without having the asp.net code (i noticed you included an imageButton control), I would tend to also think it could be related to how you are referencing the stylesheet. However, as a note, while you have javascript included here, you are still going to have a postback because the imageButton … | |
Re: This is a pretty broad question. Are you trying to set up a local area network? wide area network? For the local area network, you are most likely going to set up a fast ethernet network with at least 1GB interfaces for the computers and gaming server. 10GB ports are … | |
Re: Hello, since you are new member to this forum, you may not be familiar with common posting practices. Unfortantely, based on the title of you post and the description, I have absolutely no idea what you need help with. No one here as a crystal ball or any way of … | |
Re: If you connected the computer directly to the modem and the adapter works, it sounds like you just ruled out the computer as being the problem. Are you able to reproduce this issue by connecting a different computer to the router? | |
Re: >"limited or no connectivity" Windows will assign this status when a network interface is unable to access hosts outside of its subnet. This is a common message when the host assigns itself an APIPA address. APIPA stands for Automatic Private IP Addresssing. This process is initiated when the Windows host … | |
Re: There isnt really a "correct" layout (just some recommendations) as you may be thinking with regard to HTML5. For example, with regard to the new elements such as section, or header.. they were created to give the elements meaning (semantics), rather than creating a div, assigning an ID of "section", … | |
Re: Yes Red Hat can be useful for some but not others. | |
Re: You will not be able to "upgade" to Windows 7 from Windows 8. That would be a downgrade. Its not supported as far as I know. | |
Re: Hmm. Their demo doesn't appear to work on the mobile platform, at least not on the device I'm on. | |
Re: These are a lot of questions to answer in a single response. A domain controller is a server role that is responsible for authentication and authorizatoin services in a domain. What is a domain? A domain is a centralized system that stores the security principles for your network resources (user, … | |
Re: sorry...you may want to post the relevant code. Every page that I access on your site has me waiting 15 seconds before the content is accessible. my guess is that you dont have a div "wrapping" your content... therefore as you zoom in and out, the div is shifting. | |
Re: See if this thread on the technet forum is helpful as they discuss the redirection either by configuring IIS, or creating a content editor webpart. http://social.technet.microsoft.com/Forums/en-US/sharepointadminlegacy/thread/a3f5a389-457c-4d81-ac48-b66ed9837922/ | |
Re: What email client are you using? Are you having this issue when you connect to hotmail using a browser? |
The End.