shmay 0 Junior Poster in Training

When looking at my site through IE, my uploaded transparent PNGs always appear with a crappy background. Supposedly, from searching the web, this defect is in IE alone.

Yet, some sites have images with transparent backgrounds in IE, such as Mozilla.

How do they do this? Thank you.

shmay 0 Junior Poster in Training

Go to mozilla.org.

How do they do the products, support, store, etc. tabs? I've looked under the source code and I can't figure it out. They aren't using any images for that affect. When I copy the code, I just get plain text.

Now right click view image on the "firefox & thunderbird" image that looks like text, it's right in the midde of the page. When the image pops up in a new screen, it has a white background, yet at mozilla.org, it has a green background. How is that possible?

Thank you!

shmay 0 Junior Poster in Training

holy shit it's working. thank you. thank you. reputation points for all.

shmay 0 Junior Poster in Training

my motherboard is intel. i tried searching at intel.

shmay 0 Junior Poster in Training

i searched: intel 82801fb ich6 - high definition audio controller driver [b-1] driver

and many variations.

i found nothing.

the weblink from everest for the driver brought a "page not found"

anything i can do?

shmay 0 Junior Poster in Training

Actually I don't know what I have. I just downloaded that because Everest said I had an Intel audio device.

shmay 0 Junior Poster in Training

I have everything working but sound, after formatting. I downloaded the Audio Realtek driver from Intel's download center, but that didn't help.

Hopefully this pic helps:

[img=http://img116.imageshack.us/img116/5761/bahgetvx8.th.png]

Thanks for any help.

shmay 0 Junior Poster in Training

I'm trying to get back into web design after a long hiatus, and I noticed most pages nowadays use xhtml.

So, what's better xhtml or html (in general)?

shmay 0 Junior Poster in Training

I have no experience with PHP, although some with C.

I want to make a site that allows a certain type of company to register on my site so their customers can order online, through my site. I want the company to be able to choose what their form questions will be. The submitted answers should go to their email. The customer should be able search for the company in a database of companies.

This may be a stupid idea, but at least I'll get PHP experience.

So my question: what's a good strategy to go about this? Any good links that may be pertinent to my situation?

shmay 0 Junior Poster in Training

ITS WORKING!!!! Thank you so much. How can I pay you? I have pay pal.

shmay 0 Junior Poster in Training
shmay 0 Junior Poster in Training

It says Ethernet Controller[noDB]. I searched that on google, with "drivers" on the end, and it just brought me to a bunch of forums.

Can you finish this off for me? I'll send you like 10 bucks if you get it working. Better than nothing.

shmay 0 Junior Poster in Training
shmay 0 Junior Poster in Training

anybody? this is where I got stuck on another board that was trying to help me

shmay 0 Junior Poster in Training

successfully installed graphics accelerator, but when I attempted to install the LAN drivers, it gave me this error message:

"Cannot install drivers. No Intel(R) PRO Adapters are present in this computer."

shmay 0 Junior Poster in Training
shmay 0 Junior Poster in Training

Just formatted my computer for the first time, and now cannot connect to the internet. I think I need to install drivers, or something.

I have an Intel Avalon D915GAV motherboard, judging by this picture: [IMG]http://img338.imageshack.us/img338/8251/unitow6.th.png[/IMG].

I have an Ethernet cable line, with Charter Communications.

One more pic:
[IMG]http://img299.imageshack.us/img299/7821/bahjw8.th.png[/IMG]

So what do I do? Please help! I really want my internet back.

shmay 0 Junior Poster in Training

if that guy can independently get to this site and find this thread, then he will be ok. trust me, this is bad.

shmay 0 Junior Poster in Training

I AM AN IDIOT. I fixed it. I don't even want to say my mistake.

shmay 0 Junior Poster in Training

Thanks so much for the help.

By too much shit, I mean that I've had the comp for 4 years, and there's just a whole bunch of stuff on it. I just wanted to start from scratch.

but yeah, here's the instructions I used: http://www.cyberwalker.net/article/668
should I just follow those instructions again?

shmay 0 Junior Poster in Training

too much shit on my comp

what do you mean reinstall? wouldn't that just bring me back to where I am now?

shmay 0 Junior Poster in Training

I attempted my first reformat. Doesn't seem to be going well.

After the process, I got this message: "NTDLR is missing." I searched around the web and found the solution, but then I had a boot.ini problem, which once again I found the solution on the web.

Now when I start my comp it says: windows could not start because the following file is missing or corrupt: <windows root>\system32\hal.dll.

I can't find the solution on the web, does anyone know what to do?

Any help is greatly appreciated (what an incentive).

shmay 0 Junior Poster in Training

The company that I'm updating a website for just moved the site to their server within the store. It's an ecommerce site that uses ASP. Now, when someone tries to access a product (through the site) it gives this error message:

Number : -2147467259

Page : /cart/scripts/prodList.asp

Desc : 'f:\wwwroot\debonaireyes\_private\deinv02192004compsol.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.


Does anyone have any clue what the problem is? Thank you for the help.

shmay 0 Junior Poster in Training

I am updating this website for a sunglasses company

It's not done, but my boss wants to get it out there.

The sales will pretty much be determined entirely by the search rank when someone types in "sunglasses" or "ray ban" or whatever.

So any good software recommendations? My boss is willing to spend money. Besides that, any basic tips for raising the rank?

Any help is greatly appreciated.

shmay 0 Junior Poster in Training

I have an ecommerce site that uses asp.

On my site (on the page that lists the products(prodList.asp)) I have universal navigation code. it goes like this:

sub pageNavigation(formFieldName)
	Response.Write langGenNavPage & " "
	Response.Write "<select onChange=""location.href=this.options[selectedIndex].value"" name=" & trim(formFieldName) & " style=""FONT-SIZE: 8pt"">"
	for I = 1 to TotalPages
		Response.Write "<option value=""prodList.asp?" & queryStr & "&curPage=" & I & "&sortField=" & server.URLEncode(sortField) & """ " & checkMatch(curPage,I) & ">" & I & "</option>" & vbCrlf
	next
	Response.Write "</select> " & langGenOf & " " & TotalPages & "&nbsp;&nbsp;"
	Response.Write "[ "
	if curPage > 1 then
		Response.Write "<a href=""prodList.asp?" & queryStr & "&curPage=" & curPage-1 & "&sortField=" & server.URLEncode(sortField) & """>" & langGenNavBack & "</a>"
	else
		Response.Write langGenNavBack
	end if
	Response.Write " | "
	if curPage < TotalPages then
		Response.Write "<a href=""prodList.asp?" & queryStr & "&curPage=" & curPage+1 & "&sortField=" & server.URLEncode(sortField) & """>" & langGenNavNext & "</a>"
	else
		Response.Write langGenNavNext
	end if
	Response.Write " ]"
end sub

I want to have that exact same navigation on the page that views the product(prodView.asp). So is there a way to store curPage, sortField etc. in universal variables so that I can transfer the information in those variables to the current prodView.asp page, therefore enabling me to create that exact same navigation bar on prodView.asp?

I want this so the user doesn't have to click "back" on the browser, but can just do it from my site. I hope that makes sense. Thank you very much.

shmay 0 Junior Poster in Training

Recently my computer became VERY slow, and I have no idea why -- I haven't looked at any porn. Although I have downloaded some music through bittorrent.

I ran a spybot, ad-aware, and norton antivirus scan before posting this.
Any help is greatly appreciated.

Logfile of HijackThis v1.99.1
Scan saved at 2:15:40 AM, on 6/16/2007
Platform: Windows XP SP2 (WinNT 5.01.2600)
MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180)

Running processes:
C:\WINDOWS\System32\smss.exe
C:\WINDOWS\system32\winlogon.exe
C:\WINDOWS\system32\services.exe
C:\WINDOWS\system32\lsass.exe
C:\WINDOWS\system32\svchost.exe
C:\WINDOWS\System32\svchost.exe
C:\Program Files\Common Files\Symantec Shared\ccSvcHst.exe
C:\Program Files\Common Files\Symantec Shared\AppCore\AppSvc32.exe
C:\WINDOWS\system32\spoolsv.exe
C:\WINDOWS\Explorer.EXE
C:\WINDOWS\system32\igfxtray.exe
C:\WINDOWS\system32\hkcmd.exe
C:\WINDOWS\SOUNDMAN.EXE
C:\WINDOWS\ALCWZRD.EXE
C:\Program Files\CyberLink DVD Solution\PowerDVD\PDVDServ.exe
C:\Program Files\Adobe\Adobe Version Cue CS2\ControlPanel\VersionCueCS2Tray.exe
C:\Program Files\Java\jre1.5.0_04\bin\jusched.exe
C:\Program Files\QuickTime\qttask.exe
C:\Program Files\iTunes\iTunesHelper.exe
C:\Program Files\Messenger\msmsgs.exe
C:\Program Files\Symantec\LiveUpdate\ALUSchedulerSvc.exe
C:\Program Files\CyberLink DVD Solution\Multimedia Launcher\PowerBar.exe
C:\Program Files\Hewlett-Packard\Digital Imaging\bin\hpohmr08.exe
C:\Program Files\Hewlett-Packard\Digital Imaging\bin\hpotdd01.exe
C:\Program Files\Microsoft Office\Office\FINDFAST.EXE
C:\Program Files\Microsoft Office\Office\OSA.EXE
C:\Program Files\Hewlett-Packard\Digital Imaging\bin\hpoevm08.exe
C:\Program Files\Microsoft AntiSpyware\gcasDtServ.exe
C:\WINDOWS\system32\svchost.exe
C:\Program Files\Viewpoint\Common\ViewpointService.exe
C:\Program Files\iPod\bin\iPodService.exe
C:\WINDOWS\system32\HPZipm12.exe
C:\WINDOWS\System32\svchost.exe
C:\Program Files\Hewlett-Packard\Digital Imaging\Bin\hpoSTS08.exe
C:\Program Files\Viewpoint\Viewpoint Manager\ViewMgr.exe
C:\WINDOWS\system32\wuauclt.exe
C:\Program Files\Common Files\Symantec Shared\CCPD-LC\symlcsvc.exe
C:\Program Files\Common Files\Real\Update_OB\realsched.exe
C:\Program Files\AOL Games\Super Letter Linker\LLinker.exe
C:\Program Files\Common Files\Symantec Shared\ccApp.exe
C:\Program Files\Mozilla Firefox\firefox.exe
C:\Program Files\Hijack This\HijackThis.exe

O2 - BHO: AcroIEHlprObj Class - {06849E9F-C8D7-4D59-B87D-784B7D6BE0B3} - C:\Program Files\Adobe\Acrobat 7.0\ActiveX\AcroIEHelper.dll
O2 - BHO: (no name) - {53707962-6F74-2D53-2644-206D7942484F} - C:\Program Files\Spybot - Search & Destroy\SDHelper.dll
O2 - BHO: Viewpoint Toolbar BHO …

shmay 0 Junior Poster in Training

I am buying a domain. What's the difference between all of the (dot) .whatevers? Thank you.

shmay 0 Junior Poster in Training

Damn, what happened to the Warriors?

shmay 0 Junior Poster in Training

Well I'm an idiot. That's only a recharger. Now you know how much help I need.

shmay 0 Junior Poster in Training

Yeah, I looked over that before, but it was too broad. Yahoo Answers suggests the Lenmar Dell Axim X5, which is only 22 bucks on amazon! But who knows if that can be trusted?

What do you guys think? I posted here so that I could compare all three pages and select the optimal product.

shmay 0 Junior Poster in Training

I want a portable reader with which I can read pdfs. That's all. I am a poor college student, so price is a huge factor. Help! Thanks in advance.

shmay 0 Junior Poster in Training

I simply want to create a GUI interface that allows the user to input an integer. I know that a GUI is very unnecessary for such a task, but I want to learn the basics of GUI.

shmay 0 Junior Poster in Training

Thank you.

shmay 0 Junior Poster in Training

Thank you.

I've been toying around with fabs for a little bit, and cannot figure it out. It is late, and the assignment is due early.

Can you just tell me what I should put? I would probably learn it quicker that way anyhow.

shmay 0 Junior Poster in Training

You could post the "idea" as well.. Ppl will tell you if something is wrong.
One I can tell you is:

if (*array > ave)
else if (*array < ave)

Although this is inside the loop it'll always test only the first element of the array. To access other elements in the array you should use the subscript operator (operator []).

that's why I have this sucker at the end: array++;

my idea was to do:

if (*array > (ave + .01))
     abo++;
else if (*array < (ave - .01))
     bel++;
shmay 0 Junior Poster in Training

I must display the number of values that are above, equal to, and below the average, with "equal" being within a tolerance .01.

void RelToAve (double ave, int numRead, double *array)
{
	int abo = 0, equ = 0, bel = 0, i;

	for (i = 0; i < numRead; i++)
	{
		if (*array > ave)
			abo++;
		else if (*array < ave)
			bel++;
		else
			equ++;
		array++;
	}
	
	printf("\nAbove Average: %17i\n", abo);
	printf("Equal to Average: %14i\n", equ);
	printf("Below Average: %17i\n", bel);
}

How would I affect this function so that it would do that? I have an idea, but gotta make sure I get all of the points on this one. Thanks in advance.

shmay 0 Junior Poster in Training

Excellent, thank you.

One more question: how the hell does something like this come to happen?

shmay 0 Junior Poster in Training

I have the windows install cd from my main computer, but the problem is occuring on my laptop. Will it still work?

shmay 0 Junior Poster in Training

I know there have been many threads on this. I looked them up, but most were too specific to help.

I'll reprint the message just in case:

We apologize for the inconvenience, but Windows did not start successfully. A recent hardware or software change might have caused this.

If your computer stopped responding, restarted unexpectedly, or was automatically shut down to protect your files and folders choose Last Known Good Configuration to revert to the most recent settings that worked.

If a previous starup attempt was interrupted due to a power failure or because the Power or REset button was pressed, or if you aren't sure what caused the problem, choose Start Windows Normally.

Safe Mode
Safe Mode With Networking
Safe Mode With Command Prompt

Last Known Good Configuration (your most recent setting that worked)

Start Windows Normally

I have tried them all, to no avail. Just before this happened a message box kept coming up, telling me that windows needed to update some software and restart. I kept clicking restart later until I left and came back to find it in its current state. So obviously the updated software is causing the problem.

Help?

shmay 0 Junior Poster in Training

Completely understood. Perhaps that is what my teacher wants, but the wording suggests otherwise. The class is nearly done, and I don't think he would be asking something as simple as formatting a double.

Since the function doesn't print it, I think he wants us to generate a random double (don't know how to do that) and somehow manipulate it so that it only randomizes for a certain amount of places past the decimal. If that is even possible.

Ugh, does that even make sense? Maybe his wording is off? He always words things poorly.

Read the question again, he says nothing about printing it.

Thanks for the help, either way.

shmay 0 Junior Poster in Training

I know, but since the function only returns a double, not prints it, why would it need the precision value?

shmay 0 Junior Poster in Training

This is from my C mid-term study guide so you geniuses should be able to crack it easily:

Write a function that will return a random double number. The function takes two parameters (both integers). The first parameter is the maximum whole-number value that number can be (the minimum is 0.) The second parameter is how many places of random precision the number must have.

I have this:

double function(int randSize, int prec)
{
      double num;
 
      num = rand() % randSize;

...

I know that will generate a random with only zeroes after the decimal, and have no idea how to give it immediate precision. Help!

shmay 0 Junior Poster in Training
if (temp_each_day = NULL)
        printf("Error opening input file. \n");

The = in the above code should be replaced by == if what you want to do is comparision.

I am an idiot. THANK YOU.

shmay 0 Junior Poster in Training

I just did that and it still comes up. I think it has to do with the opening of the file because if I remove the fscanf line, the error message doesn't come up.

shmay 0 Junior Poster in Training

I'm trying to read from a text file. Pretty simple, right? I guess not. It gives me this error message:

Debug Assertion Failed!

Program: F:\Debug\lab1431.exe
File: fscanf.c

Expression: stream != NULL

For information on how your program can cause assertion failure, see the Visual C++ documentation on asserts.

#include <stdio.h>
#define FILENAME "F:/Debug/lab14data.txt"

int main(void)
{
	int num_data_pts = 0, fday, day = 1;
	double ffahr, max, min;
	FILE *temp_each_day;

	temp_each_day = fopen(FILENAME, "r");
	if (temp_each_day = NULL)
		printf("Error opening input file. \n");
	else
	{
		while (fscanf(temp_each_day,"%i %lf", &fday, &ffahr) == 2)
		{
			num_data_pts++;
			day++;

			printf("      Day           Fahrenheit         Celsius");
			printf("%4i %7lf %7lf", fday, ffahr, (ffahr + 32) / 1.8);

			if (num_data_pts == 1)
				max = min = ffahr;
			else if (ffahr > max)
				max = ffahr;
			else if (ffahr < min)
				min = ffahr;
		}
        }

	return 0;
}

(program is unfinished, but still should work).

Why is it giving me this?

shmay 0 Junior Poster in Training

I want to get really good at c programming. I'm in the middle of a C class at the moment so I know the basics. What are some good assignments that are tough, but if finished will help one greatly? Thank you.

shmay 0 Junior Poster in Training

Ah, I see. Thanks. I'm still left with one problem I can't solve though: how to have the user decide the size of the array through another function.

{
int *pArr, Size;

Size = /* Function call here*/
myFunc( pArr, Size );
}

/* Put function that returns size here*/

void myFunc(int dArr[], int Size)
{
      dArr = malloc (sizeof (int) * Size);
}

That's my shitty attempt at it. I have tried many other variations. Which is the correct way?

shmay 0 Junior Poster in Training

I understand that, but the user has to enter the size of the array, and in a different function than main.

Also, what would the receiving functions look like in your example? Thanks!

shmay 0 Junior Poster in Training

For my C class, I have to write a program where the user enters how many fahrenheits he will be entering, but the fahrenheits have to be in an array. So a dynamic array seems the obvious choice. In main, we can only have initializations and function calls.

For example, if i have:

int main (void)
{
     int *dynArray;

How would I pass the dynamic array to another function? Do I have to use malloc in only the first function that I call it to? Help!

shmay 0 Junior Poster in Training

My computer has been very slow lately, and I was wondering if i could get some help on this HijackThis log. Thanks.

Logfile of HijackThis v1.99.1
Scan saved at 6:06:47 PM, on 3/10/2006
Platform: Windows XP SP2 (WinNT 5.01.2600)
MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180)

Running processes:
C:\WINDOWS\System32\smss.exe
C:\WINDOWS\system32\winlogon.exe
C:\WINDOWS\system32\services.exe
C:\WINDOWS\system32\lsass.exe
C:\WINDOWS\system32\Ati2evxx.exe
C:\WINDOWS\system32\svchost.exe
C:\WINDOWS\System32\svchost.exe
C:\WINDOWS\System32\ACS.exe
C:\WINDOWS\system32\spoolsv.exe
C:\Program Files\Common Files\Symantec Shared\ccSetMgr.exe
C:\Program Files\TOSHIBA\ConfigFree\CFSvcs.exe
C:\WINDOWS\System32\DVDRAMSV.exe
C:\Program Files\Kerio\Personal Firewall 4\kpf4ss.exe
C:\Program Files\Norton AntiVirus\navapsvc.exe
C:\Program Files\Norton AntiVirus\SAVScan.exe
C:\Program Files\Kerio\Personal Firewall 4\kpf4gui.exe
c:\Toshiba\IVP\swupdate\swupdtmr.exe
C:\Program Files\Common Files\Symantec Shared\ccEvtMgr.exe
C:\Program Files\Common Files\Symantec Shared\Security Center\SymWSC.exe
C:\Program Files\Bonjour\mDNSResponder.exe
C:\WINDOWS\system32\Ati2evxx.exe
C:\WINDOWS\Explorer.EXE
C:\WINDOWS\system32\dla\tfswctrl.exe
C:\Program Files\ATI Technologies\ATI Control Panel\atiptaxx.exe
C:\Program Files\ltmoh\Ltmoh.exe
C:\WINDOWS\AGRSMMSG.exe
C:\Program Files\Synaptics\SynTP\SynTPLpr.exe
C:\Program Files\Synaptics\SynTP\SynTPEnh.exe
C:\Program Files\Toshiba\Toshiba Applet\thotkey.exe
C:\WINDOWS\system32\TPSMain.exe
C:\Program Files\TOSHIBA\Touch and Launch\PadExe.exe
C:\Program Files\TOSHIBA\TOSHIBA Zooming Utility\SmoothView.exe
C:\Program Files\Common Files\Symantec Shared\ccApp.exe
C:\TOSHIBA\IVP\ISM\pinger.exe
C:\Program Files\iTunes\iTunesHelper.exe
C:\Program Files\QuickTime\qttask.exe
C:\Program Files\Viewpoint\Viewpoint Manager\ViewMgr.exe
C:\Program Files\Common Files\Real\Update_OB\realsched.exe
C:\WINDOWS\system32\ctfmon.exe
C:\Program Files\TOSHIBA\TOSCDSPD\toscdspd.exe
C:\Program Files\Messenger\msmsgs.exe
C:\Program Files\AIM\aim.exe
C:\Program Files\Common Files\AOL\1124323051\ee\AOLHostManager.exe
C:\Program Files\Zinio\ZinioDeliveryManager.exe
C:\WINDOWS\system32\TPSBattM.exe
C:\Program Files\Adobe\Acrobat 5.0\Distillr\AcroTray.exe
C:\Program Files\Hewlett-Packard\Digital Imaging\bin\hpotdd01.exe
C:\Program Files\Common Files\AOL\1124323051\ee\AOLServiceHost.exe
C:\WINDOWS\system32\RAMASST.exe
C:\Program Files\iPod\bin\iPodService.exe
C:\WINDOWS\system32\wscntfy.exe
C:\Program Files\Kerio\Personal Firewall 4\kpf4gui.exe
C:\Program Files\Common Files\AOL\1124323051\ee\AOLServiceHost.exe
C:\Program Files\Internet Explorer\iexplore.exe
C:\Program Files\Mozilla Firefox\firefox.exe
C:\Program Files\WinRAR\WinRAR.exe
C:\DOCUME~1\Todd\LOCALS~1\Temp\Rar$EX01.563\HijackThis.exe

R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Search Bar = http://www.toshiba.com/search
R0 - HKCU\Software\Microsoft\Internet Explorer\Main,Start …