5,277 Posted Topics
Re: >From previous post I have learned that the fact that links point to # might be a problem, how do I get around it please? What do you mean by a problem? Sorry, I still dont understand what you are actually trying to accomplish. | |
Re: Add the attribute, "selected=true" to the drop down list item. | |
Re: >On the other hand, I find comments such as "just google it" to be rude. I was referring to that scenario mainly where its rude and counter productive to the goal of the site. | |
Re: How about an IT related forum with lots of members and sells ad space? | |
Re: For questions 1-2 and maybe 3, these things can be handled client side with JavaScript and/or a library such as jQuery. Are you familiar with either? For #3, I suspect that in your code behind, on the page_load function you'll need to do something like `_Date.text = calender1.selectedValue`? Not sure … | |
Re: To clarify, you have no sound on your system during startup, or when accessing web applications like YouTube, but if you use media player you can hear sound? If you are running Windows 7, open the control panel, sounds applet, sounds tab. You can test your sound there. Also make … | |
Re: What does the pop up message say? Is there a do not remind me option? | |
Re: I don't see the bindValue in your code for email. | |
Re: Are you plugged into the on-board video port? Also some monitors have multiple inputs. It there is an auto button, press it. It would find the active input. | |
Re: `readonly="false"` is causing your focus issue. When I remove that from your input elements, the focus ability returns as expected. | |
Re: Yes, you are on the right track. The easier method is to run a virtual application that is suported on your Mac so that you can run Windows as a guest VM. this will allow you to run both operating systems at the same time if that is your wish … | |
Everyone once in a while, I see members naturally responding to posts (posted generally from new members) by letting the poster know that they should go out and "google it", especially when it is evedient that the poster has not taken any time to do any research or prepare a … | |
Re: I visited your site using Chrome on a PC... didnt find any obvious issues. What exactly do you see happening on the different browsers. | |
Re: So the error is fairly clear in that its indicating that something is preventing you from actually making the connection. Could it be that there is a firewall in between you and the SQL instance. Or, as indicated in the error, the settings do not allow for remote connections. Since … | |
Re: Try the roundup function instead. http://msdn.microsoft.com/en-us/library/ee634948.aspx | |
Re: I took a look at your code. It appears that you have a table that holds the "prev" icon in the first column, your content in the second, and the "fwd" icon in the third. The width of the second column is what is creating this extra space. You currently … | |
Re: >What do I need to do so that my laptop can use both of these at the same time If your wireless router is assigning an IP configuration to the laptop, which it probably is, make sure that it is not assigning a default gateway for the wifi interface. If … | |
Re: Have you checked the Dell Support site? I wouldnt recommend that you download drivers from an untrusted site. That's a great way to get a root kit installed on your system. | |
Re: We would need to know what the IP configuration looks like for both the wifi and LAN adapter. | |
Re: @Farhad.idrees- Can you clarify what you are trying to do? It is not clear to me based on your description so far. Do you want to have a footer remain at the bottom of the display regardless of the content and have this footer remain in place without moving even … | |
Re: I would suggest that you consider running one host operating system, then install a virtualization App such as Virtual Box. Finally run the other target operating systems as guest virtual machines. This config simplifies the installation of all of the operating systems, and also allows you to run multiple operating … | |
Re: If you are unable to boot and sucessfully login via Safe Mode, the next option is to boot from the Windows CD media as suggested by LastMitch. You could try a system recovery. If that doesnt work, I personally would not waste too much time with this if you have … | |
Re: Is it possible that your if..else is always just resulting in the last else block and that's why it's submitting? You can put in some console.log()s to check the values? | |
Re: For a ten year old just starting off, I'd recommend Microsoft's **Small Basic**. I havent seen any other platforms that get much simplier than this. http://msdn.microsoft.com/en-us/beginner/ff384126.aspx You can actually create a very simple game. Take a look at the documentation. | |
Re: @matildacheng-- If you are still having issues between the HTML page and PHP code, keep in mind that when you call the PHP page from a browser, the web server returns HTML code, not PHP. So, you can easily connect to both pages, and in your browser, right click and … | |
Re: This is jQuery. You can add this code at the bottom of your .aspx page just before the closing <`/body>` tag within a set of `<script>` tags. However, if you include jQuery, you need to reference the jQuery library, typically in your `<head>` element, just before the closing `</head>` tag. … | |
Re: Are you set on actually storing the images in your database? have you considered, saving the images to the file system and storing the location of the image in your database instead? Each approach does have its own advantages. | |
Re: You will need to tell us at least the URL of your site so we can see. | |
Re: Hello Joe- let's start with the first issue. DNS can of map a host name to a URL. Creating Ruth's host record or cname record that points to the web server is correct. Then, on the web server, you can make the web sites home directory map to that home … | |
What has been your favorite job so far? It doesn't have to be related to IT. For me it has been a part time teaching job that I did at a local college for ten years teaching computer repair and networking. I'd do it for free. If you are a … | |
Re: I think they are all about the same. AVG, Avast, etc. Keep in mind that keeping your computer secure requires layers of security. You may also want to install some type of URL filtering component to make sure you dont visit sites that have been flagged as malicious, dont open … | |
Re: You'll need server side code to be able to send email. You mentioned JSP but posted in the Javascript forum. | |
Re: >then I disconnected its hdd and installed windows 7 ultimate on it using a different computer. After a successful installation of win 7 I connected the hdd to its original system unit but it could not load the OS instead Moving hard drives between computers doesnt always result in the … | |
Re: So there are a few ways you can do this but it sounds like you want to open a modal pop-up. There are quite a bit of examples on line. Without more information about your site, its really hard to advise you. | |
Re: I am not sure that I understand. In teh example you provided, you are showing an image for the hyperlink. Isnt that what you are asking you want to do...show an image that when clicked will take you to the target URL (html button)? or do you want to use … | |
Re: If you can post the rest of the HTML, it would be helpful. Maybe jsfiddle? | |
Re: @sigit_p, you are getting the "broken link" icon because of the image element you have as content for the hyperlink: `src="'.$imglink['file'].` Based on your code, this is not a source for an image. | |
Re: Code concepts and services are generally the same. However the 2012 interface is very different. If you are interested in learning about 2012, you should download a trial copy, get familiar until you can get a good 2012 book. You can use a 2008 book for the concepts. | |
Re: If you don't have ads disabled in your profile, the display will dim when you hover over an ad. | |
Re: The link in the first example is for a image. So you can assign that to the source of an image element. However, look closely at the URL for the second example. It points to a page (PHP), not an image. | |
Re: Be careful with these types of link share programs as some of them may violate the terms and conditions that you may have if you are doing advertising on your sites. I am not familiar with this link posted in this thread, but just be educated before you try to … |
The End.