Thanks, I got it working now. Before I made that post the little utility with windows wouldn't work so I thought maybe the nVidia thing was making it not work.
Type: Posts; User: Eggs; Keyword(s):
Thanks, I got it working now. Before I made that post the little utility with windows wouldn't work so I thought maybe the nVidia thing was making it not work.
You could get a PCP&C Silencer 750 its got 60A on the +12v Rail according to Newegg...
http://www.newegg.com/Product/Product.aspx?Item=N82E16817703008
Is there a way to switch which monitor is on which side? My secondary monitor is to the left not to the right and it seems as though the nvidia driver has disabled the windows utility to take care...
I'm not too familiar with Oracle or the tools you have available, but with SQL Server and query analyzer you could do:
if CONDITION
SELECT 1
else
SELECT 0
so that 1 or 0 appears in the...
I put 4 of them on the mosfets next to the cpu socket, they seemed to fit perfectly so that is where I thought they might go. Anyway, thank for the advice :)
Thats because they do less... the less the government actually does the better it is for us.
There is always Visual Web Developer Express from Microsoft if you think you might want to use ASP.NET later. Its free.
I just bought some stuff for a new computer and I got the EP-MF570SLI motherboard. I haven't gotten all the parts yet (missing, psu, case, and hd), but I was getting some stuff together for assembly...
Visual Studio 2005 complains when I do something wrong, from leaving off quotes to using bad tags or attributes (scroll="no" in body for example). I find it ironic that VS is concerned with...
This should work in IE5 if you don't want to use the text-align: center; which I find to be hackish (though practical).
#Wrapper
{
width: 700px;
position: absolute;
left: 50%;
...
I'm guess that a bridge could be configured to handle encryption etc.
That is the plan ;)
I tried searching for this but kept getting
So please excuse me if this has been asked, as I am sure it has.
Anyway. I recently moved my computer to a different room and the cable coming...
I can't believe they didn't put code project in the asp.net category... that site has proven invaluable to me.
I agree, but most of those search boxes are utter crap. I was searching for something at MSDN and kept getting nothing so I decided to just google it. First link was the msdn article on what I was...
yeah, IE is wierd about whitespace and returns sometimes.
Transcription error, it is really there.
I suppose it doesn't matter, the page works with the inline style and I'm using a master page so I only had to put it in there once. However, I can be a...
Well it would really help if we knew what you were working with. Straight HTML means you have to use a mailto: tag so it opens the default email client on the client (you can prepopulate it with...
Let me start this by saying I hate CSS and HTML, not good for a professional web developer (ha!). But I do ASP.net so 75% of what I do is C# (where I can use a debugger when things do work...
When I opened the PDF it put it in CMYK mode so every image I made after that was in CMYK because I didn't look at it in the new image dialog... well I set it on RGB and all is good :)
Ok, so I'm building a webpage for someone and one of the images they gave me was a pdf. So I opened it in Photoshop (CS1), messed with it some, resized, and saved it as a jpg. Now, the jpeg opens...
I had a lot of luck with an exim/qpopper combo for an MTA and POP3 server.
But if it did then... yes! Action Pack stuff can be used internally (even for commericial purposes), what is prohibited is selling it to a client, using it on a client's machine, etc. As long as...
Thats re-dunk-u-lous!
I learned Java from "Java: How To Program". Its not cheap (like $90 at a b&m bookstore), but a very good book. Also used Visual Age for Java by IBM as the IDE while learning and it is awful! I...