5,277 Posted Topics
Re: In IT in general, you always want to design for simplicity. You only introduce complexity into the design when the complexity provides additional benefit outside and that benefit lowers cost and risk. With regard to web pages, Like AleMonterio pointed out in his items, more doesnt always mean better. There … ![]() | |
Re: I've used autoitscript in the past for accessing programs and keystoke emulating. Check their website and documentation. It may give you some insight. | |
![]() | |
Re: Are you able to access the website from outside your internal network? | |
Re: With regard to FTP, did you install/enable an FTP server service? | |
Re: Are you sure that both PCs are running the same version of Firefox? I just test on Firefox 16, seems to be OK. Opera 12.1 displays OK as well. | |
Re: Now that I think of it, I havent purchased a complete computer since 1999. Since then, I have been keeping up my PCs by acquiring parts from various sources. | |
Re: If you are running a Windows workstation, Microsoft has a few free IDEs. [Visual Studio Express for Web](http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-for-web) (mainly for asp.net web applications, but HTML, JavaScript, CSS is good as well.) [Web Matrix](http://www.microsoft.com/web/) (a more generic IDE for developing in HTML, ASP.NET, Razor, PHP, etc..) - I do not particularly … | |
Re: I assume that your variable "vmsbody" is holding the contents of the actual email message. If so, just include the other elements in your form. for example.. `vphone = request.form("phone")` `vmsgbody = vfromname &"<br />"& vrplyto &"<br />"& vbody &"<br />"& vphone` If you need help with emailing from an … | |
Re: Is this happening only with existing files? Any problems when you create a new file? Network drives involved at any point here? | |
Re: I'm not familiar with BIND specifically, but am with DNS... So regarding.. >For the zone file I need to put in a domain name but I don't know what to use, would it be the LAN IP (192.168.1.10) or would it be the localhost. For each domain you want to … | |
Re: There was a recent thread that I commented on which was similar to what you are trying to accomplish but I wasnt able to easily locate it. In any event, there are different methods you can use to accomplish the same result. One alternative is to use an iframe element … | |
Re: Hello and welcome. | |
Re: I'm not following what you mean by one column? Is this column to have a fixed width? In your example, if you include a whole bunch of text it going to wrap within the body. It looks like I may not be seeing everything you included below. All I see … | |
Re: When clicking on the link you provided, my web filtering software has indicated that the target page is suspect for malware/suspicious. could be a false positive, but be cautious. In any case, what is it you are trying to do? Do you want something to happen when the site is … | |
Re: The problem could be as simple as the connectors that plug into the back of the display and/or computer have come a bit loose and a good, solid connection is not being made. You could also test out another monitor to make sure the problem is not with your video … | |
Re: Can you elaborate on what you mean by "*It will increment when click on a button.*"? | |
Re: @sauvedesign- you mentioned SVG in your post. SVG's, or Scalable Vector Graphics, are created using mathematical formulas, so they are quite different than the other image formats such as jpg, png, etc.. I don't think the client was referring to that type of graphic. I would agree with BigPaw that … | |
Re: The page comes up fine for me. Are you still getting this error? | |
Re: Are you 100% sure the function works? Sorry to ask. | |
Re: One thing that stood out when I took a quick look at your page and source code is that you are not setting width and height properties on your elements. for example, on the images, you should be setting the width and height so that the browser can position the … | |
Re: On a form, you will have many HTML input elements. These elements can have an attributed called 'disabled'. If you enable/disable this attribute via JavaScript or easier with the jQuery library, you can control that behavior. For example, the following code produces a disabled input button of type 'submit'. `<input … | |
Re: You would most definately see a performance increase with a RAID 0. However, you should be aware that a RAID 0 offers no protection for you data. Your data will be striped across the RAID array. One drive failure will result in loosing your data. The more drives in the … | |
Re: Battery performance will decline over time. Some things you can do to extent the battery life is to configure Windows to shut down the monitor and hard drive after a period of inactivity. Having your screen on at the brightest setting will greatly reduce the batter life. In addition, if … | |
Re: Are any other USB devices being recognized in those ports? | |
![]() | Re: All of the AV and anti-malware products mentioned so far perform fairly well. None of them are going to be 100%. Good security and protection happens by layering different protection schemes (firewall, AV, educating users about social engineering, keeping systems patched, etc..). |
Re: Microsoft has a tool you can use to repair corrupt pst and ost files. Try this.. http://office.microsoft.com/en-us/outlook-help/repair-outlook-data-files-pst-and-ost-HA010075831.aspx | |
Re: Actually XP support is ending April 2014 http://windows.microsoft.com/en-US/windows/end-support-help I do not suggest that you apply SP1a. After you install XP, install SP3 immediately after. Then go to the Microsoft Update site and get the remaining patches. XP3 download - http://www.microsoft.com/en-us/download/details.aspx?id=24 | |
Re: > I stumbled upon a template created using html 5 and css3 and was wondering if it could be used as a master page Of course... An aspx master page is not dependent on any specific HTML/CSS version. Open your master page and modify the <DOCYTPE> declaration as well as … | |
Re: So, the code you provided thus far shows a table and a "header" type row that executes a function that is to supposed to sort the column. Can you elaborate more on what you are trying to do with regard to the text box and the submit button? They werent … | |
Re: I'd suggest you run some tests on your site. I typically use this online tester: http://www.webpagetest.org/. The results provide good information about potential issues with your page. | |
Re: something happened with your post. Your code was not included. | |
Re: My first suggestion would have been the z-index, but you indicate that you tried using this property? Do you have this site on line so we can take a look and use some developer tools to investigate? | |
Re: The html() method will just set the HTML contents of each element. So based on the partial code you provided, this "<img src="..."/>" will be replaced by the text in your Onchange() function. If you are trying to show/hide an image, in this scenrio, you would have to take the … ![]() | |
| |
Re: How you proceed really depends on the type of server equipment you plan on mounting. I can tell you that if you try to rack mount servers without any additional rails directly on the post, you are going to be guaranteed of a problem. The shelf option works, because the … | |
Re: Is it possible that the installation media is bad? Download a trial copy and see if it installs. The error you see when you reboot during the installation is because there are win7 boot files missing. The setup was not completed. | |
Re: Has the laptop had any recent damage, falling, etc? There is generally a ribbon cable inside that plugs into the LCD display. I've seen them get loose over time, and damage due to crimping. | |
Re: The best place to get the driver is directly from Intel. If its a signed driver, even better. I do not suggest that you install drivers from untrusted sources. That's the best way to get a root kit installed on your computer. | |
Re: >My doubt here is, since our LAN address (10.20.70.0/24) is completely different with the proxy server (192.168.222.1). So, how is it possible for my PC on the LAN to reach proxy server since their IPs are completely different? This is not a problem. You have router(s) on the network that … | |
Re: I've had this situation in the past and the way that I handled it was to create a JavaScript function that executes onload. The function simply checks the height of both div elements. I checks to see which is greater so that the div element that has less of a … | |
Re: You hear the beeps when there is no RAM because your motherboard cannot boot up with out RAM. Can you get the computer to boot with the CPU and RAM installed...no other components. If so, start adding one component at a time. If you cannot boot with only just CPU … |
The End.