5,277 Posted Topics

Member Avatar for garyjohnson

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 …

Member Avatar for LastMitch
0
199
Member Avatar for anjerodesu
Member Avatar for CodeTortoise
Member Avatar for asif49

I've used autoitscript in the past for accessing programs and keystoke emulating. Check their website and documentation. It may give you some insight.

Member Avatar for JorgeM
0
138
Member Avatar for falkopartey
Member Avatar for LenaThom
Member Avatar for jamewatsn
Member Avatar for derrick.brandonn
Member Avatar for Everyauction
Member Avatar for joshl_1995
Member Avatar for joshl_1995
0
224
Member Avatar for green-script
Member Avatar for Nutster
0
810
Member Avatar for OsaMasw

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.

Member Avatar for OsaMasw
0
152
Member Avatar for Herry111
Member Avatar for <M/>

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.

Member Avatar for Ancient Dragon
0
79
Member Avatar for aVar++

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 …

Member Avatar for <M/>
0
128
Member Avatar for jm1999

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 …

Member Avatar for JorgeM
0
154
Member Avatar for Greyhelm

Is this happening only with existing files? Any problems when you create a new file? Network drives involved at any point here?

Member Avatar for Greyhelm
0
295
Member Avatar for Octet

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 …

Member Avatar for Octet
0
902
Member Avatar for razstec

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 …

Member Avatar for razstec
0
201
Member Avatar for tomparker
Member Avatar for lewashby

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 …

Member Avatar for TonyG_cyprus
0
150
Member Avatar for Julia25

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 …

Member Avatar for Julia25
0
205
Member Avatar for vivekreddypassya

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 …

Member Avatar for JorgeM
0
93
Member Avatar for techyworld

Can you elaborate on what you mean by "*It will increment when click on a button.*"?

Member Avatar for techyworld
0
110
Member Avatar for suavedesign

@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 …

Member Avatar for JorgeM
0
471
Member Avatar for Joe2
Member Avatar for jtok
Member Avatar for delta_frost

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 …

Member Avatar for EvolutionFallen
0
200
Member Avatar for Farhad.idrees

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 …

Member Avatar for code739
0
145
Member Avatar for javanoob101

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 …

Member Avatar for javanoob101
0
524
Member Avatar for javanoob101

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 …

Member Avatar for javanoob101
0
180
Member Avatar for rcaastro
Member Avatar for Moe1981

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..).

Member Avatar for wisemaster
0
139
Member Avatar for henrypotter04

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

Member Avatar for sophiaya
0
183
Member Avatar for BagelAnne

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

Member Avatar for javanoob101
0
134
Member Avatar for BUGSIE91

> 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 …

Member Avatar for java.beansbureo
0
760
Member Avatar for utchia

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 …

Member Avatar for AARTI SHRIVAS
0
277
Member Avatar for suavedesign

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.

Member Avatar for pritaeas
0
125
Member Avatar for VB 2012
Member Avatar for HighPeaks

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?

Member Avatar for JorgeM
0
132
Member Avatar for techyworld

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 …

Member Avatar for diafol
0
134
Member Avatar for TonyG_cyprus
Member Avatar for Alok001
Member Avatar for Octet

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 …

Member Avatar for Octet
0
104
Member Avatar for professor123

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.

Member Avatar for coroneshotel2
0
145
Member Avatar for seandarcy

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.

Member Avatar for JorgeM
0
180
Member Avatar for victoria talon

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.

Member Avatar for JorgeM
0
10
Member Avatar for thilee

>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 …

Member Avatar for JorgeM
0
247
Member Avatar for al2henry

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 …

Member Avatar for JorgeM
0
170
Member Avatar for rohermina

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 …

Member Avatar for caperjack
-1
131

The End.