5,277 Posted Topics
Re: You can leverage jQuery. Try the slideToggle method. http://api.jquery.com/slideToggle/ | |
Re: You should check Dell's website, support section --> driver downloads. | |
Re: You can easily take a look at the specific items and how long they are taking to download by using your browser's developer's tools. for example, Chrome has the ability as well as IE v9 (hit F12), and even Firefox. Additionally, for a more thorough "scan" you can use this … | |
Re: If you plan on buying a video card, you need to know what type of interface will work with your motherboard. If you are not familiar with the specs, you'll need to open your case, or check the motherboard vendor's website for the specs. Once you find out that information, … | |
Re: Can you elaborate what you mean by "Gold"? Do you want to pay for the service using gold instead of currency? | |
Re: First, its great that you are young and eager to learn. Do you have any written code that you need help with? If so, post the relevant code so that others can help and learn from the process. Second, the link you posted is categorized by "**Malicious Sources**" & "**Spyware/Malicious … | |
Re: you'll need to use a loop in your code in the example you provided, the value of ry is calculated one time and that same value is used for the four images. | |
Re: When you say a tick, I assume you mean a checkbox? Sounds like a simle gridview connected to your datasource can do the trick. The gridview would require for you to hit an edit button to make the row editable. Otherwise, without a gridview or other control, you could simply … | |
Re: I dont have code on hand to share, but the steps that I would try are as follows: 1) the user submits the username and password 2) you apply the hash to the password submitted. vb example... `dim pwd as string = FormsAuthentication.HashPasswordForStoringInConfigFile(txtPwd.Text,"SHA1")` 3) perform a sql query to retrieve … | |
Re: Send text where? Do you mean like a popup window? If so, are you familiar with JavaScript? | |
Re: I find it unlikely that you'll be able to get someone on this forum to provide you with a "ready made" project. I would suggest that you first come up with a project idea. Create some mock pages. IN visual studio, create a new website. VS will create all of … | |
Re: Ok, this is a big topic. There's quite a bit of information out on the Internet on how to do this. I am going to suggest that you visit these links and read over the information. This is same info that I refer to when I need to integrate authentication … | |
Re: First make sure that your computer's BIOS (CMOS) is configured to have the CD/DVD as first boot device so you can boot to a CD as needed, although this isnt helpful for Windows 95 since those CDs are bootable. Next, why would you install Windows 95? In any case, if … | |
Re: On the current Active Directory server (192.168.0.3), you should already have a DNS zone for the domain (testnet.com). Get the OS set up on the second server. Point its DNS configuration to the existing DC. Run DCPROMO, during the wizard, join an existing forest, existing domain. Provide admin credentials, finish … | |
Re: So, this is not my area of expertise, but this is what I've done in the past.... Sub hashMe(ByVal pswd As String) Dim password As String = FormsAuthentication.HashPasswordForStoringInConfigFile(pswd, "SHA1") Response.Write(password) End Sub I'd suggest some additional research and/or hopefully getting some additional responses. | |
Re: So, your question is not 100% clear, at least not to me. You are showing a table in your example with date/time data in your table cells. You mentioned that you want to show these values in a different format? | |
Re: I beleive that part of your problem may be that you are using HTML5 elements. You should note that IE for version > 9, unlike the other browsers you mentioned, is not going to be able to **style** unrecognized elements (a.k.a the HTML5 elements). You can apply this html5shiv. [HTML5shiv](http://code.google.com/p/html5shiv/) … | |
Re: So, if you have the path of the image stored in the database table, all you need to do add an image control to your page, and assign the path to the source attribute of that control. If you have mutliple images you want to display, you can use a … | |
Re: Hello HunainHafeez, Yes, actually the 000webhost is free and pretty good as much as free can be. For development, I would use the subdomain option. If needed in the future, you can just bind your production domain name. | |
Re: For those that are new to HTML, learning how to create a clean and organized file structure should be at the top of your list. It's a good time to review how to use relative paths in your HTML documents. Here is a quick summary on this topic that you … | |
Re: Your post needs to be moved to the corect forum category. This category is for help with ASP (Active Server Pages). | |
Re: An RSS feed allows you to syndicate your content automatically. The RSS feed is usually a standardized XML file format. The feed is good for your visitors who are interested in your content to subscribe to updates from your website. RSS feeds are very common for bloggers. As you create … | |
Re: i would suggest a datalist control. Take a look at this example from Microsoft's ASP.NET website. It pretty much covers the same concept as the one you depict in your picture. http://www.asp.net/web-forms/tutorials/data-access/displaying-data-with-the-datalist-and-repeater/displaying-data-with-the-datalist-and-repeater-controls-vb See if that helps... You can build this from scratch, but it seems like you can easily use … | |
Re: Try this instead. If you can get IE to open and stay open, before you try visiting any web sites, go to the Tools, options, Advanced tab. There is a button there to reset IE back to its defaults. This usually fixes all types of quirky issues. If that doesnt … | |
Re: Without a specific metric to measure, there is no way to answer this. Is there a purpose os the computer for building applications, running a web server, database, just browsing the internet, etc? | |
Re: All of hte major browsers have, in their options, the ability to delete history, cached files, cookies, etc... | |
Re: So if you want to rotate ads based on a metric such as number of times displayed on a page view, there of course various ways to go about this... One thought based on your description is that you are grouping ads so the ads can belong to a group. … | |
| |
Re: your post doesnt make much sense other than the title. please clarify. | |
Re: So there are two main components here that I see. First, this a tab control that must be using Javascript to allow you to switch tabs without refreshing the page. Therer's quite a bit of examples on line on how to do that. the second is that within each tab, … | |
Re: To get mail from your web application to an SMTP server, you'll need to have that communication path open. The target SMTP server is going to have a limited set of ports listening for SMTP traffic. Those are the ports that you can use to send mail. If your ISP … | |
Re: For importing information into the registry... `regedit /S filename.reg` You can also refer to this Microsoft article for more information about adding, modifying, and deleting registry keys. http://support.microsoft.com/kb/310516 | |
Re: Is the hosting concern storage costs? If so, consider storing the PDF files with a different provider and link to the PDFs from your site. This way, you dont have to move your entire web site. | |
Re: According to your diagram, it appears that both networks are not connected. While each have access to the Internet, there may not be a route in place for packets to go out one gateway and back into the other, assuming that both connections are with the same provider. Internally, you … | |
Re: What is the error message or what do you see on the screen when you try to access this site? Also, try this from a command prompt... type NSLOOKUP [hit enter] then type the host name of the site you are trying to reach, for example, daniweb.com [hit enter] Does … | |
![]() | Re: Not on an IP based network. |
Re: Here's a sample that you can use to start with. Add an input box on a HTML page. Integrate jQuery and use the keyup method. Send the input value via Ajax to a page that takes the Form parameter "str" and performs a query against the data source and returns … | |
Re: Have you made sure that this problem is not isolated with your Vista computer? Have you experienced the same issues with other mobile devices on your network? | |
Re: I would suggest that you consider another alternative to the dual-boot system. This configuration will "lock" you into a corner and could cause you pain during future upgrades. If you are interested in a "test" system, I would suggest that you simply install a virtualization app on your primary Windows … | |
Re: What do you mean by.. > you see a list with data_0 - date_400 or something. how to i rearange it so it starts with date_400?? Is this customer list coming from a data source? Are you manually keeping this list? | |
Re: So, there are other anti-malware products you can use. Me personnally, when I come accross these types of nasty malware, I just prefer wiping the PC and reinstalling the OS. You really dont know if all of the malware is removed. You have to trust what the anti-malware app is … | |
Re: So are you really having a 403 error, or just trying to promote your site? I can access the link as well. no issues. If you are having this issue, can you be more specific as to the scenario? From one computer, one network, specific browser? | |
Re: The cost depends on you. The more you spend, the more you advertise. You may want to look over the program on facebook's site. http://www.facebook.com/advertising | |
Re: So if the target pages are all in the same directory, then the syntax is as follows: In File 1 - `<meta http-equiv="refresh" content="10;url=file2.html" />` In File 2 - `<meta http-equiv="refresh" content="10;url=file3.html" />` In File 3 - `<meta http-equiv="refresh" content="10;url=file1.html" />` | |
Re: The color scheme on this site is very unique and well designed. I do like it. | |
Re: You don't need the install CD. Can you log into the router from a windows computer and verify that your wifi settings are supported by the wireless interface and driver on the Linux box? For example if you set the SSID to WPA2/AES encryption, make sure that's supported. | |
Re: Yes correct. The *= will select those elements that contain that substring. | |
Re: In your HTML code, change the element in lines 22-25 ("ratingPercentage" block) from a paragraph <p> to a <div> element. |
The End.