Jump to content
xisto Community

reconraiders

Members
  • Content Count

    218
  • Joined

  • Last visited

Everything posted by reconraiders

  1. I totally love hellogoodbye duh! LOL But seriously, they are pretty cool. I like them.
  2. I'm glad I signed up for a few accounts before they started that madness. lol. But it's okay, if you really need a free host there are plenty other easy to sign up for hosts like bytehost and all their sister companies. Or you can get a GOOD host like Xisto
  3. +1 That's the IP I login to also. I'm not sure where the other IP you got came from. Theres a link at the top of the forums for cpanel login too. It points to this link and there is also a secure login just change the 2082 port to 2083.
  4. But you did say hate! lol It's okay, lots of people hate Internet Explorer (or anything microsoft for that matter)
  5. I love using firefox. The security is much better that IE. I also have the web developer toolbar installed which is freaking amazing! I love all the features of it. There are a few little bugs here and there with firefox. But I couldn't live without tabbed browsing now. I also like being able to selectively go in and delete cookies from certain websites. There are a host of other neat features I like about FF. I like being able to open Firefox and it loads the same tabs that were open when I closed it. I do think Opera is a little bit better than FF though. It runs faster and takes less RAM. It is also a little bit sleeker design.
  6. I'm using FF2. Maybe I just don't notice what happens. What is supposed to happen when you mouse over?
  7. Yeah I use avast too! Pretty darn good for a free program! I like it a lot. I definitely recommend it!
  8. jlhaslip, in the sample you provided the image map isn't working properly. Maybe I'm mistaken. I believe a definition is supposed to show when you mouse over the image, but nothing changes when I hover over the image. Maybe I'm mistaken. But back on topic, I think it would be pretty easy to make a map with countries. It might be a little bit time consuming and take a lot of code because of all the coordinates; but it would be relatively easy in Dreamweaver or other programs. Making it in flash might be a better option and a bit more professional. Usually image maps are frowned on anyway.
  9. with sites that big, you kinda have to expect some problems sometimes... Nothing too serious though.
  10. My name is the name of my airsoft team. We are called the Recon Raiders. Check out http://www.reconraiders.com/ if you want to see what we're all about. It's kind of a military simulation. Pretty cool stuff.
  11. I don't like smokers much. My mother always would smoke in the house when I was a kid. I was exposed to so much second hand smoke. I'm sure my lungs aren't nearly as healthy as they could/should be because of it. I've never smoked a cigarette in my life. I think there should be laws limiting smokers more. That's like allowing murder. I mean it's proven that cigarettes are harmful and lead to fatal illnesses. Why should we allow people to walk around killing themselves or other people. I especially think we should take action against parents who smoke around their children, because I don't want other kids putting up with that like I did.
  12. I know HTML, XHTML, CSS, PHP, PERL, C++, Javascript, C, VB.NET. The last few I don't know that well but I know enough to make small programs. Most of my websites I make using XHTML 1.1, CSS 2.0 and PHP; so those are my most fluent languages.
  13. I don't think that's totally accurate. I know lots of programmers who always hand code everything. I know I always do too. I use dreamweaver for the color coding and for the quick complete things for tags. But other than those two little tricks I do everything by hand.
  14. I made a little something real quick. I'm not very good with javascript, so I'm sure the script could be made more efficient. But I think this is what you wanted. See a working example The javascript source function addField() { id = document.getElementById('next'); cnt = id.value; if(parseInt(cnt) == 16) { btn = document.getElementById('add'); btn.disabled = true; } id.value = (parseInt(cnt)+1); field = 'field'+String(cnt); el = document.getElementById(field); el.style.display = 'block';} The CSS to make the fields invisible initially #field6, #field7, #field8, #field9, #field10, #field11, #field12, #field13, #field14, #field15, #field16 {display:none;} The XHTML for the form <form action="" method="post"><div id="field1">Input 1 <input type="text" id="input1" name="input1" /></div><div id="field2">Input 2 <input type="text" id="input2" name="input2" /></div><div id="field3">Input 3 <input type="text" id="input3" name="input3" /></div><div id="field4">Input 4 <input type="text" id="input4" name="input4" /></div><div id="field5">Input 5 <input type="text" id="input5" name="input5" /></div><div id="field6">Input 6 <input type="text" id="input6" name="input6" /></div><div id="field7">Input 7 <input type="text" id="input7" name="input7" /></div><div id="field8">Input 8 <input type="text" id="input8" name="input8" /></div><div id="field9">Input 9 <input type="text" id="input9" name="input9" /></div><div id="field10">Input 10 <input type="text" id="input10" name="input10" /></div><div id="field11">Input 11 <input type="text" id="input11" name="input11" /></div><div id="field12">Input 12 <input type="text" id="input12" name="input12" /></div><div id="field13">Input 13 <input type="text" id="input13" name="input13" /></div><div id="field14">Input 14 <input type="text" id="input14" name="input14" /></div><div id="field15">Input 15 <input type="text" id="input15" name="input15" /></div><div id="field16">Input 16 <input type="text" id="input16" name="input16" /></div><input type="hidden" id="next" value="6" /><div><input type="button" id="add" name="add" value="Add a Field" onclick="addField();" /></div><br /><br /><div><input type="submit" value="Submit" /></div></form> The hidden input called "next" keeps track of the counter. Each time you click the add field button javascript will change the display property of the current element from "none" to "block". Then it will increment the value of the hidden input called "next". Like I said, this can probably be improved. I just made it real quick.
  15. I don't think I'll ever pay for forum software either. I might try making some of my own and make other people pay for it though! lol. But first I will release some open source software and make a name for myself. But right now, I use MyBB. I think it is the best free forum software out there. The only downside is that not enough people use it. If it becomes more popular it will be better. Because then there will be more mods and themes and templates. The more popular it gets the better. It has all the great features already though like custom XML/RSS syndication, a lo-fi or lite mode with no graphics, a really powerful admin system and lots of other little goodies! I definitely put my stamp of approval on MyBB. IPB is still good though (if you like wasting money).
  16. Yes master_bacarra is right! That's the way I would've done it for sure! You beat me to it though.
  17. I was reading on the GlobalTestMarket website that the minimum before payout is 1000 market points. It also says that the value of your MarketPoints is fixed against the US Dollar at 5 cents per MarketPoint. So... to me that says that the minimum payout is $5000 USD. To me that means either this is a really easy way to make a lot of money fast, or (the more likely) I will probably never get paid because the minimum goal is set FAR too high for me to ever reach any time soon. Do you know more about this? Has anybody used this company and actually been paid?
  18. wow that's old. I don't think I want to live that long. I wonder if she smokes, or drinks, or eats potato chips or drinks soda. Hmmm... how does she do it?
  19. Man I love this car. I am a mustang fanatic for starters. But I absolutely love the Shelby cars. GT-350 and GT-500 are great. They are just pure, clean, beautiful, American Muscle. Nothing gets my blood pumping like a good American muscle car. So simple and effective compared to the high tech supercars of today. I love the sound of a pushrod V8.
  20. Use javascript. You can just set some of the input fields to invisible through CSS (the ones you don't want to show up at first). Then use javascript to change the visibility to visible when you click the button or whatever. If you want I can write up a whole script for you.
  21. Thanks for the compliments! I don't know how I came up with the idea. I guess I am just a skeptical person. I don't trust people. I always question everything. I just kinda thought - "well, what if this is all just a lie?".
  22. are you not able to just transfer the forums over to this other server? That would be better. It would be easier to keep track of. Although I would guess the reason you can't do this is because it's on some "forum hosting website" that hosts forums only and you don't have access to the actual files or databases.P.S. - Tramposch, nice avatar! I have one of those too
  23. I would just remake the whole thing. Then you can change anything else you might not like, or you can add something you think is missing to make it look better. I think that would be easiest, smartest, and most rewarding.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.