Killer_Typo 82 Master Poster

Illian Gonzales --> mexican (lol sorry but thats what i thought of first)

Killer_Typo 82 Master Poster

i have almost a 100 gmail invites...what the heck am i supposed to do with that many.......

me though..i just use the POP3 mail feature of gmail now so that i dont even have to go online, it makes getting my mail alot easier, because i have like 4 email accounts and use them all from Outlook Express.

Killer_Typo 82 Master Poster

Hi everyone,

I have some questions about building a certain website. Please bear with me as i am not vey good at building sites.

You see i need to build a site that only has a logo of a company some bold text and a few files to download. The thing is where do i put these files at.

For example if my website address is at "http://www.free.com" i want to be able to put files at a separate server at some other address and not the same as the above address. What i mean is like for example free hosting is a place where i can place my website for free but is there a place where i can place my files(something like yahoo briefcase) for free and can be accessed without the need for any kind of user authentication.

Now let's say person goes to my site
and sees a file to download and when he clicks on that link the file can be downloaded immediately by the browser.

Here's another question in that can anyone recommend any free wesite creator something like microsoft's front page but free. Any links would be great

It would be also great if someone could post some good links to some free web hosting and a free place to put some of files for download(i know there is a name for this but i don't know what they call it)

I hope someone can answer my questions

Thank You

Killer_Typo 82 Master Poster

I want to load an image on the same page.. Hmm

Check this site out and how the screenshots work and you know what i mean.
http://www.eve-online.com/screenshots/collection.asp?col=24112004&n=10

I want t5o have small thumbnails belove a larger image. When i klick one of the smaller thumbnails i want it to load over them..

Im guessing some java script or something ?

that would be javascript such as

<script language="javascript">
function ChangeImage1(){
	document.getElementById("image1").src= "location of the first thumbnail";
}
		</script>

will work.


so your code might be

<img src="location of image" id="image1"> <!--this is the main image that you want swapped with other images

and below it would be the images you want in thumb view

<img src="loaction of the thumbnail" onClick="ChangeImage1();">

or

<img src="location of the thumbnail" onmousover="ChangeImage1();">


this can easily be added to add more functions for more pictures

IE:

<script language="javascript">
function ChangeImage1(){
document.getElementById("image1").src= "location of the first thumbnail";
}
function ChangeImage2(){
document.getElementById("image1").src= "locatoin of the second thumbnail";
}
</script>

then for subsequent loads for different images you would do

<img src="location of the image" onmouseover or onclick ="changeimageX();>

where X is the number of the corresponding thumbnail.

if thats confusing i can give you some sample code i have at home to look at.

I currently dont have any on me as i am at school.

Killer_Typo 82 Master Poster

caffeine --> Cigar

cigar --> cuban

Killer_Typo 82 Master Poster

Of course I remember you, silly! :)

rotfl of course you doo ;).

things have changed around here alot from when i joined...it looks really really nice, i like the improvements. the design is awesome.

Killer_Typo 82 Master Poster

Here you go, I coded this. Hope it is what you want. When you click the llink on the page it links the iframe to google.com and I added an onclick that executes a javascript function that changes the src of the image.

<html>
	<head>
		<script language="javascript">
function ChangeImage(){
	document.getElementById("image1").src= "http://www.daniweb.com/certificates/badge1.jpg";
}
		</script>
	</head>
	<body>
		<iframe width="800" height="600" src="http://www.daniweb.com/" frameborder="1" name="mid_nav_iframe"
			id="mid_nav_iframe"></iframe>
		<br>
		<a href="http://www.google.com/" target="mid_nav_iframe" onclick="ChangeImage();">google</a>
		<br>
		<img src="http://www.daniweb.com/certificates/badge30764.jpg" id="image1"> </TABLE>
	</body>
</html>

THank you very very much, it worked like a charm, just made a few modifications and it works great ( iadded more functions so that i could have it call to them seperatly per image)


THANK YOU!

Killer_Typo 82 Master Poster

going to test it out first thing tomorrow, thank you very much though for coming up with this, i hope it works.

Killer_Typo 82 Master Poster

been a long time since ive gotten a chance to drop on by here. not sure if anyone would remember me either, lol mainly because alot of e-faces come and go here :-P. well it was good chatting, and hopefully i will get to post it up a bit more here. !!!

Killer_Typo 82 Master Poster

Wow, its been awhile since ive posted, but hopefully some of you still remember me :-P

well here goes. im desiging a site and i need help with how to make it so when i click one link, not only will it load a new page within an iframe, it will swap a picture on the current page with another one. much help would be greatly appreciated on this!

here is the code i have currently for the page (with no script as i had no basis as for where to start)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Asystem</title>
<link rel="stylesheet" href="stylesheets/privacy.css" type="text/css">
</head>
<body>
 
<map name="topnav" id="topnav">
	<area shape="rect" coords=" 188, 40, 247, 55" href="./index.html" target="_self" />
	<area shape="rect" coords=" 268, 40, 327, 55" href="./products/index.html" target="mid_nav_iframe" />
	<area shape="rect" coords=" 348, 40, 407, 55" href="./technology/index.html" target="mid_nav_iframe" />
	<area shape="rect" coords=" 428, 40, 487, 55" href="./services/index.html" target="mid_nav_iframe" />
	<area shape="rect" coords=" 508, 40, 567, 55" href="./asystem/index.html" target="mid_nav_iframe" />	
	<area shape="rect" coords=" 588, 40, 647, 55" href="./contact/index.html" target="mid_nav_iframe"/>
</map>
<table width="808" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<th colspan="4"><img src="./top_nav_img/top_nav.jpg" border="0" alt="Top Navigation" usemap="#topnav"></th>
	</tr>
 
	<tr>
		<td colspan="4"><img src="./spacer/spacer3.gif" border="0"></td>
	</tr>
 
 
	<tr>
		<td width="145" valign="top">
			<img src="./sid_nav_img/recent_news.jpg" border="0" alt="recent news">
 
			<!-- this will be the location of everything that is new to the site -->
			<table border="0" width="100%" cellpadding="0" cellspacing="0">
				<tr valign="top">
				<td align="left" valign="top">
					<font face="Arial, Helvetica, sans-serif" size="2">Updates for 3/12/05</font>
					<a href="./updates/updates.html" target="mid_nav_iframe"><font face="Arial, Helvetica, sans-serif" size="2">(read more)</a></font>
					<br />
					</td>
				</tr> …
Killer_Typo 82 Master Poster

Have fun on the phone with HP ,as they just moved there call center from here in Canada ,laying off 500 people and moved it to India also !

OMG!!! WHEN WILL THE OUTSOURCING END!!!!!!!!!!!!!!!!!!!!!

Killer_Typo 82 Master Poster

Hey, It is possible that the modem drivers may be corrupted. She may want to uninstall the modem from the Device Manager and then restart the computer. It should reinstall automatically (if is the modem that came installed originally). Also, is there any chance AOL has suspended her account? If so, the modem would dial and start to connect and then realize the suspension and disconnect. Just a thought.

good idea, only hope that the computers copy of the drivers are not corrupt as well, as sending her a disk with the drivers would take a couple of days to reach her. Though i wonder how owuld one get their account suspended? i mean what would they have to do? all she did was sign on check her email and sign off, but when she went to sign on next all it did was go to connect, and when it got to the connect stage it would bounce her.

Killer_Typo 82 Master Poster

been on AOL numerous times in the past couple of days, and they are worse at computers than i could believe, i can barely understand anyone on the phone because tech support is based in India (no offense to anyone indian, just have a hard time understanding such a strong accent is all;)) and they are giving the run around, IE, just run teh Autofix tool, or change your dialing number, no actuall success with anything. I am to the point of just calling up HP and asking them how to get into the recovery partition and use it to format and reinstall everything. Ughughgugh i swear, the people at AOL know less about computers then you could possibly imagine.

Killer_Typo 82 Master Poster

More info, the computer has a recovery partition, im just trying to figure out how to use it to format/reinstall the OS and the Software that came bundled with it. Any help as to how would be greatly appreciated.

Killer_Typo 82 Master Poster

just the other day my girlfriend logged onto AOL like normal to check her email, later that day when she went to log back on she could no longer connect, the model will dial but she cant get a connection, it goes through the booping and beeping while it dials the numbers, and even makes the screeching and screaming of the modem as it connectes, but when it does connect, it connects for a second and then is bounced.

We have yet to find any solutions for this, we have tried aol autoFIX (JUNK!!!). We have tried to dial different access numbers to no avail. We ran into this problem once in the past, but had to resort to formatting the harddrive because we could not find a sololution to the problem.

Right now she is running norton and looking for any viruses (found about 20 somthing so far cant remember)


Symptoms:
1. Starts computer and she gets a pop-up from Norton that it cannot configure her email auto protection because her proxy settings are wrong
2. Goes to connect to AOL, goes through all the normal connecting like so but gets bounced upon actual connection


She is on a Windows XP Home, on an HP machine loaded with the extra HP crap that she doesnt need. I have a question though, could this be related to the 180 search assitant, because its in her add/remove program files, and i …

Killer_Typo 82 Master Poster

Just take out any spaces in the code that aren't needed and don't use <br> breaks if images will return on there own. If that does not work then lets have a look at your code.

ummm i didnt use any <br /> and i only have one space in there which has since been removed? did ya read through the code at all?

Killer_Typo 82 Master Poster

Havint a bit of trouble building these tables. Ive tried removing all size and position attributes, but it doesnt seem to do me any good. Any help would be greatly appreciated. You can tell what i am talking about from the attatched image:

<html>
<head>
<title>Artisans Paridise</title>
<style type="text/css">
body {
		margin-bottom:0;
		margin-left:0;
		margin-right:0;
		margin-top:0;
	 }
</style>
</head>
<body>
<table width="768px" border="0" cellpadding"0" cellspacing="0">
<tr>
	<td height="61" align="left" valign="top">
	<img src="images/top_bluetone_nav.jpg" border="0"> 
	</td>
	<td width="180" height="61" align="left" valign="top">
	<img src="images/top_right_bluetone_nav.jpg" border="0"> 
	</td>
	<td width="351" height="61" align="left" valign="top">
	&nbsp;
	</td>
</tr>
<tr>
	<td width="237" height="39" align="left" valign="top">
	<img src="images/home.jpg" border="0"> 
	</td>
	<td width="531" align="left" valign="top" rowspan="8">
	<iframe frameborder="1" height="600" width="400" src="iframe/home.html" name="main" id="main"></iframe>
	</td>
</tr>
<tr>
	<td width="237" height="34" align="left" valign="top">
	<img src="images/news.jpg" border="0"> 
	</td>
</tr>
<tr>
	<td width="237" height="34" align="left" valign="top">
	<img src="images/sb_art.jpg" border="0"> 
	</td>
</tr>
<tr>
	<td width="237" height="34" align="left" valign="top">
	<img src="images/bw_art.jpg" border="0"> 
	</td>
</tr>
<tr>
	<td width="237" height="34" align="left" valign="top">
	<img src="images/cg_art.jpg" border="0"> 
	</td>
</tr>
<tr>
	<td width="237" height="34" align="left" valign="top">
	<img src="images/portfolio.jpg" border="0"> 
	</td>
</tr>
<tr>
	<td width="237" height="34" align="left" valign="top">
	<img src="images/bio.jpg" border="0">
	</td>
</tr>
<tr>
	<td width="237" height="553" align="left" valign="top">
	<img src="images/bottom_bluetone_nav.jpg" border="0"> 
	</td>
</tr>
</table>
</body>
</html>
Killer_Typo 82 Master Poster

why in the hell are they even recieving a radio signal?

Killer_Typo 82 Master Poster

I need to know how to rewrite my boot.ini file so that i can boot from my secondary harddrive, its got windows XP on it, so its got an OS.

Here is the current boot.ini file if that helps

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /fastdetect
Killer_Typo 82 Master Poster

Take the new drive out, put the old one back in as master.

Boot up, remove the password, then swap the drives back to the way you want them now.

File access back without any more password problems ;)

But then that would be too easy ;) lol

Killer_Typo 82 Master Poster

all of them need alot alot of work in design and layout. not much time right now to say what. but i would deff recomend just browsing the net checking out sites you like and try to emulate their look and feel. you will improve much that way.

Killer_Typo 82 Master Poster

Just recently i replaced a harddrive with a new one, and well i made the stupid mistake of not taking the files i wanted off the hard drive before i removed it. well i put the new one in, got my machine all setup and stuff, but i then realized the errors of my ways and put the old one back in as slave, big problem, i cant get the files because the harddrive was password protected, like from windows logon.

I was told i could use NET USE to connect to the harddrive with a password, but im at a loss as to how and all that good stuff.

the drive letter is F:, and the name of the drive is XPTEST.

hope any of this information helps.

Killer_Typo 82 Master Poster

Its not actually possible to format the arrow itself.
The only alterations you can do using CSS are to the dropdown menuspace itself and the text within it, using the below..

<select name="somethings" style="background-color: brown; color: red;">
<option value="something1">Something1</option>
<option value="something2">Something2</option>
</select>

thanks very much. one last question though, does anyone know of a java way then, because i was really hoping to preserve the coolio lookin arrows of it all.

Killer_Typo 82 Master Poster

lame jokes --> awesome

Killer_Typo 82 Master Poster

martial arts --> teakwondo

Killer_Typo 82 Master Poster

i put all my money in an old maynaise jar and then bury it in the backyard for 30 years.

Killer_Typo 82 Master Poster

there already is a word association game...

Killer_Typo 82 Master Poster

Working on a ban report generator for a counterstrike clan i play for, and i need to know how to modify the CSS so that i can change the colors of the down arrows for like drop boxes and such, and if that cant be done, how might i go abbout making one in Java (i have no knowledge of java, so i might need help with the script) thanks in advanced to whoever can help me.

here is just a designlayout that i have right now, from the pic you will be able to see what im talking about:

[img]http://www.geocities.com/mikeeman6907/banreports.txt[/img]

Killer_Typo 82 Master Poster

Doom 3 rocks, Scary as hell, and even harder. So far i just sent out the transmission (not sure what would have happend if i cancled the transmission but o well. just gives replay value to the game) I honestly think its the best First person shooter that i have played so far this year, based on graphics, and mood. Though when it comes to the plot its a little lacking.

I run the game on lowest res with all the settings for graphics turned on accept AA. Runs good on my machine.

Killer_Typo 82 Master Poster

http://isnoop.net/gmailomatic.php

check this linky. if you submit your email address. then if their is an available gmail invite it will automaticly be sent to your email address!

Killer_Typo 82 Master Poster

australia --> 3 timezones.

Killer_Typo 82 Master Poster

go online and download the drivers. guarentee that should work. if not. its somthing else messing with yoru vid.

Killer_Typo 82 Master Poster

Killer_Typo 82 Master Poster

i use it, and it by far the best one out there, some put it as the freeware version of photoshop. I used to use it alot, but then i got fireworks and now thats what i use for my web design/development.

heres some gimp related websites:

http://mmmaybe.gimp.org/tutorials/
http://gug.sunsite.dk/?page=tutorials

http://www2.arnes.si/~sopjsimo/gimp/stable.html -->this is to a download site, the gimp.org site tries to point you to a pay to use version, this is the free version, and totally legit, since gimp is open source their are couple diff versions, this is by far the best of them, and most worked on version. with the nicest UI, and most support for.

Killer_Typo 82 Master Poster

eat it --> wierd al

Killer_Typo 82 Master Poster

fazzled --> dazzled

Killer_Typo 82 Master Poster

doesnt make sense --> huh?

Killer_Typo 82 Master Poster

sorry i forgot to clairfy that. the two void getinputs, how come their is two of them, is the first a dummy that will do nothing?

Killer_Typo 82 Master Poster

Hello again,
Splitting your code
This way is more often reliable, and less dependant. This way, we can split sections of your code in seperate functions. Have a look:

#include <iostream.h>
 
// Put calls up here so compiler doesn't whine
void getinput(int *, char *);
// Make this one return int, so [b]return 0[/b] doesn't conflict
int makechoice(int, char *);
 
// Your own function seperate from main() for easy call
void getinput(int *choice, char *name) {
	int x;
 
	cout<<"\n1 to continue and 0 to exit\n";
	cin>>x;
 
	if (x == 1)
		*choice = 1;
	else
		*choice = x;
 
	makechoice(*choice, name);
}
 
// Here is the decision making factor
int makechoice(int choice, char *name) {
	switch (choice) {
		case 0: cout<<"\nCya Next time!";
				return 0;
		case 1: cout<<"\nYou are faced with one exit:\n1: North\n";
			int y;
			cin>>y;
			if (y == 1) {
				cout<<"\nThank you for playing the game"<<name<<"!\n"<<"Hope to see you next time!\n";
				return 0;
			}else {
				cout<<"\nYou didnt enter a valid Direction!\n";
			}
		default:
			// call again in case we dont get the results we want
			getinput(&choice, name);
	}
	return 1;
}
 
int main() {
	// Our local variables
	int ContExit;
	char UsrName[10];
 
	cout<<"Welcome to Dungeon!\nPlease enter your name!\nYour name can only be up to 10 characters long.\n";
	cin >> UsrName;
 
	if (strlen(UsrName) > 10) {
		do {
			cout<<"You have entered a name too long!\n";
			cin>>UsrName;
		} while (strlen(UsrName) > 10);
	}
 
	cout<<"Welcome "<<UsrName<<"!";
	cout<<"\nYou are about to embark on the shortest god damn maze of your life..\nstraight forward is …
Killer_Typo 82 Master Poster

ummm sorry it took so long to respond.

the drives are 80gb and run at 7200 rpm's. i know heat is a huge issue. i just want to know if puttine them in a briefcase with sufficient cooling will be possible, and if it is, how many fans do one of my drives need to stay kool?

thanks for you help man.

#tbone

i think because it will be located in a briefcase and im sure you dont want to cut holes into it for vent, i think water cooling might actually be the best bet, a good cooling system to run throughout the case and keep things nice and cool. Though the kit would probably have to be custom piped and such because i dont think they make a cooling kit for briefcases. lol

Killer_Typo 82 Master Poster

Wow that was all very very good input, give me a little time to go over it and see whats with what, so i can write up some questions and post them looking for answers!

Killer_Typo 82 Master Poster

Here is the updated code thus far. Im looking for a way to repeat steps in the switch if they enter invalid term for continuing. any help would be greatly appreciated!

/* Welcome to Dungeon, This will be a simple game */
/* that will require the users name, and confont him */
	/* with a maze in which he must navigate! */
					 /* Good Luck! */
#include <iostream.h>
int main()
{
char UsrName[10];
//will prompt user for name to be used throughout the game
cout<<"Welcome to Dungeon!\nPlease enter your name!\nYour name can only be up to 10 characters long.\n";
cin>>UsrName;
//write a function to stop array from becoming over ten characters long
if (strlen(UsrName) > 10)
	{
	 do
	 {
	 cout<<"You have entered a name too long!\n";
	 cin>>UsrName;
	 }
	 while (strlen(UsrName) > 10);
	 }
cout<<"Welcome "<<UsrName<<"!";
cout<<"\nYou are about to embark on the shortest god damn maze of your life..\nstraight forward is the exit.\nThere is no left nor right just yet!\nHave fun "<<UsrName<<"!\n";
//lets call us some variable, X will be used to determin ContExit (continue or exit)
//if contexit is 1 we continue 
//if contexit is 0 we exit
int x, ContExit;
cout<<"\n1 to continue and 0 to exit\n";
cin>>x;
if (x == 1)
	 {
	 ContExit = 1;
	 }
else
	{
	 ContExit = 0;
	 }
//write a switch statement that will exit or start if exit = 0 or cont = 0 respectivly
switch (ContExit)
		{
		case 0: cout<<"\nCya Next time!";
				return 0;
		case 1: cout<<"\nYou are faced …
Killer_Typo 82 Master Poster

Have you unistalled/installed added/removed any software/hardware??

also do you have your windows xp cd?

if so start windows in safe mode and try this:

put your windows XP CD into the cd rom drive, close any windows that may pop up. and then open up the command prompt (start run cmd) and type sfc /scannow

it will scan all major system files and replace them with known good ones (from the CD) after its finished reboot the machine, if problem still persists, it could still be any number of things, but this will elimnate that it could be a windows file.

Killer_Typo 82 Master Poster

Books and tutorials my brotha!! lol. But seriously if you dont have the money a library card and a pair of feet will do you wonders, just check out books on programming and go through them, be it if you find them worthy of a purchase save up and get, or just keep checking them out.

You can try sites like. www.cprogramming.com or even www.cplusplus.com which are both great sites for getting help.

Also posting here often will do you a good ammount of help because many of the programmers here are expienced programmers and will be able to help you.

As with all languages it takes time, dedication, and the ability to be creative and find new ways to solve problems you once thought there would be no answer to. Good Luck with your programming experience!

Killer_Typo 82 Master Poster

The power supply should be here tomorrow. I had a 300 watt. And with the fan on it making a weird noise when it was cold. I thought I might have too much for it to carry. So my husband ordered a 400 watt. But I've been looking at the heatsink thing and hopefully I can get him to order one of those for me tomorrow also. I guess the main thing I'm worried about is putting to much money into this computer and something ends up wrong with the motherboard.

you dont need to get a new heatsink as of yet. just get the thing off and take a look at the white goobery stuff between the heatsink and CPU, it should be a nice not to thin, not to thick layer of goob to pass the heat just right. if its to thin to much heat and it cant escape heatsink and just heats up CPU more, to much and no heat can make it through super heating ur CPU (its like putting a blanket on it, when you dont want to do that)

Killer_Typo 82 Master Poster

If you're using C++, why aren't you using std::string?

because honestly im very new to it, and since my dad works from about 9 in the morning untill 11 at night, i dont get chances to ask him very often. Which is why your going to see alot of posts asking for help from mee ;)

Killer_Typo 82 Master Poster

looks good, ill take a looksie into it.

Killer_Typo 82 Master Poster

alrighty i gots ur rep so im figuring your having issue gettin it reinstalled. Have you tried reinstalling your old version of Zone Alarm assuming you still have it, or if it came as OEM copy with ur puter. I know you dont have mouse, but you can navigate as if you had a mouse with the keyboard. ALso have you tried other mouses, or should i say first, what type of mouse do you have. DO you have PS/2 mouse (plugs into hole about size of pinky) or a USB mouse (plugs into small rectangle hole) or a Serial Mouse, plugs into a hole thats a DB9 2 row.

If your using USB try plugging in a PS/2 or Serial mouse, to see if it will work. sounds like some driver issues might have arrised from ur messed up/missing file.

Killer_Typo 82 Master Poster

Thanks, I found it. As I am sitting here with the sides off anyway. It has been sitting like this for a couple of days now. I was waiting till the power supply comes in. Hopefully tomorrow.

Now, can I just order this part and put it in. Or does it require a lot of work? From what I am looking at. It looks like it has some kind of clip behind it. I have worked on and rebuilt old computers before. But never had to work on this part.

Thank you.

what part the power suply or the heat sink? both are failry easy to remove, like all computer parts, its about learning the pressure required to take a part off. most fans and heatsinks come off with a little gruff because they are usualy strapped on pretty tight.

Killer_Typo 82 Master Poster

Ok, LOL. Call me dumb. :o
But what and where is the heat sink and what can I do to fix it if anything.

the heatsink is located above the processor, usualy under a big fan. you can find it by looking at your mobo manual for exact location, or just look for giant peice of metal with fan strapped to top :P