5,277 Posted Topics
Re: We need the relevant HTML (markup) | |
![]() | Re: It sounds like that wix widget is an iframe on the page. Can you provide the URL so we can see the source code? ![]() |
Re: hmmm... can you clarify? You want to block images when using google to search? Or you want to block access to websites that contain images? Or you want the google results to only include sites with no images? In any case, to address this, you'll need some type of content … | |
Re: Where is it being blocked? Are you seeing a message indicating that the page is being filtered? | |
Re: That is a whole lot of development... you are definately going to be challenged if you are new to asp.net. I assume that you have programming experience. So start you off, you do need to install Visual Studio on your computer. Microsoft provides a free version of Visual Studio for … | |
![]() | Re: I would focus on personal development. Even if you focus on side projects, your company will benefit from your increased motivation and additional skills you will learn and strengthen. |
Re: I run Trend Micro Titanium Internet Securirty on my Mac and it appears to be good so far. Its been running for a few months now. http://www.trendmicro.com/us/home/titanium/mac-security/index.html | |
Re: I took one of the best looking girls in school to the prom, years later married her, and had three awesome kids. | |
Re: What VM application are you using... VirualBox? So, to begin troubleshooting this, if you apply a static IP address to teh VM XP client, are you able to ping the DHCP server? If not, there is a networking issue, most likely in your VM app configuration. If you can, move … | |
Re: > This sort of sounds like something I might say, after 20 shots of Tequila. I hope that the topic of discussion would be about something other than HTML and JS before the first shot and certainly after 20. | |
Re: Check with your VPN administrator. Generally with most VPN client software, you have the ability to enable or disable split tunneling. The difference is that when split tunneling is enabled, you can surf the internet and access other hosts on your network while connected to the VPN solution. When split … | |
Re: There is no default password. You will most likely need to perform a clean installation. While there are third party recovery tools, Microsoft provides no formal support for lost passwords unless you had a password recovery disk. | |
Re: I would say that one approach could be that you use jQuery and use the addClass and removeClass methods so that when a certain event is triggered such as a button click, you can assign the new styles. Do you at least have the HTML code for the page to … | |
Re: I do not clearly understand your question. So far, I understand that you want to set up a network at home in your office. > Should I ,do I, need to employ an additional wireless router? I do not understand why you are asking this question. You can either connect … | |
Re: Sorry, I'm not clear. What exactly are you trying to style for the div with the id = "wrapper". While I understand that the divs within wrapper may be different heights, what you are you trying to accomplish with "wrapper"? | |
Re: > (I bet (JorgeM) is going to come by and say, "Excuse me."). I guess that I'm on too frequent as well. Its a great site...what can I say! | |
Re: Are the user accounts located within the OU that you linked the GPO? Also within that GPO are the settings you are trying to apply within the User Configuration section? | |
Re: Java or Javascript? Do you mean to preserve formatting space? If you want to display it nicely, there's javascript code to help you display code. One is called syntax highlighter. One approach is to simply place your content within <pre> tags. If you want to display HTML use < for … | |
Re: I would say that if you take a slightly different approach, you can easily update two different tables. While the connection is open just execute the Update SQL statement. For example, adoCon.Execute sqlUpdate_Statement. If you create two variables to store each update then use that variable on the Execute. Run … | |
Re: I know a few people that did not have a background in computers and transferred over to MIS (Management Information Systems-pretty close to CIS). I also have a Masters in MIS, but I do have many years of acedemic background and exprience in IT. I have found that my MIS … | |
Re: I am an excessive neat freak. While my house is clean, my family members do not have this obsessive disorder so it drives me crazy and I have to bite my tounge when things are out of place, cup laying around, etc... However, all of my personal spaces that I … | |
Re: ##I had answered this in your other post, just in case you didnt see it... Sure, although I'd suggest starting a new thread next time. Your approach is not optimized because what if you had 100 cells to fill. For the table...you are correct about using a loop. One option … | |
Re: > the content should be changing everytime you click a new tab. Based on your code, I dont see what you mean by changing content... If you want to create tabs, have you considered looking at the tabs in jQuery UI? Easy to implement... | |
Re: You should should have two elements, an input (textbox) and image element. In your Javascript code get the value from the textbox and use that value in the src attribute of the image. | |
Re: Google's CSE page allows you to do some styling, but as suggested above, when you put your page together, simply run through a search and view the results by looking at the source code (view source) by right clicking somewhere in the page. You'll find all of the elements there, … | |
Re: I looked at the site, I don't see what appears to be a footer. I'll look at the source code once I'm in front of a PC as I assume that i'll be able to see an element that has an ID or class that resembles a footer. In the … | |
Re: I'm not a PHP developer, but from an HTML perpesctive it doesn't appear that you properly closed the anchor element in your example that you indicated didn't work. You didn't close the starting tag and didn't include the content or ending tag. | |
Re: So, does the computer boot OK into Windows? When exactly does this problem occur? Have you recently installed something that cause this issue to start? If so, have you tried a system restore to a point in time before installing the software? > Is this a virus? It may or … | |
Re: Once you have the items in the collection, you can access the items. Here is an example that should get you going... <body> <img src="images/image1.jpg" /> <img src="images/image2.jpg" /> <script> var images = document.getElementsByTagName("img"); for (var i = 0; i < images.length; i++) { var source = images[i].getAttribute("src"); console.log(source) } … | |
Re: The DHCP server should be configured with a static IP. Installing the DHCP role and creating a scope would not enable the server's NIC to be DHCP enabled. Your clients on the network that will be services by this DHCP server should be DHCP enabled. | |
Re: You simply need to set up the appropriate share and NTFS permissions on this file share resource. So, I'd recommend that you set the Share Permissions to "Everyone - Full Control" (don't freak out..) and restrict the permissions using the Security Tab (NTFS permissions) on the properties to the proper … | |
Re: There is a whole lot of information out there, but it depends on what you plan on hosting. Are you going to be hosting your own web site? Scripting language (ASP.NET, PHP, Java, etc..?). Have you already registered a domain name, set up your DNS zone? Pointing the DNS records … | |
Re: If resetting your D-Link router does not restore access to the Internet, you may simply want to give you provider a call so that they can test connectivity from them to you to see if there are other problems after your demarc. If their line tests are OK, you should … | |
Re: It depends on what you are looking for. Each have their strengths. You'll find that people like different solutions so answers you may receive (based on your simple question) will depend on what people have been using, or simply like based on a variety of reasons. You may want to … | |
Re: > in binding (or joining) Active Directory to an Open Directory Master So, based on your description, it appears what you are really looking for is to create a kerberos trust relationship between the two directories so that you can authenticate in one directory and access resources in the other. … | |
Re: What do you mean by block those IPs? Please clarify | |
Re: You could always use telnet to determine if the destination host is listenting on a target port. Say for instance you want to verify if a target system is running the SMTP service, or if you want to verify that you can reach the destination through a firewall or other … | |
Re: Can you be a bit more descriptive regarding your issue. The code above doesnt look like traditional ASP.NET, at least not Web Forms... maybe MVC? | |
Re: best topology? can you be a bit more descriptive about the requirements? There are various solutions and depending on the requirements and how much the business is willing to spend will result in the most appropriate solution. | |
Re: There are a variety of ways to install an operating system over the network, but it depends on what operating system you want to target. Can you provide more information a out the network and OSs? |
The End.