beeseven
Members-
Content Count
628 -
Joined
-
Last visited
Everything posted by beeseven
-
I guess most of these would be funniest but there could also be best graphically, stupidest, most innovative, etc. I got this one on Photobucket once: http://forums.xisto.com/no_longer_exists/
-
I see a lot of people talking like HTML and PHP are exclusive. PHP does not modify what your site looks like. It only changes the content, and you still have to use HTML to tell it what the new content should look like. PHP goes on top of HTML, it doesn't replace it.
-
PHP has a really simple syntax and it's a lot like C. It also interacts with databases really well, and it can manipulate images.It's also got commands for pretty much everything.
-
Really? I'd think it's used a lot more than it used to be. It also helps with browsers that don't know HTML *coughIEcough* You can do a lot more than I put there, there's a huge number of attributes.
-
HotKeyz - http://forums.xisto.com/no_longer_exists/ HotkeycontrolXP - http://www.digital-miner.com/hkcontrol.html Basically they let you set hotkeys that do stuff like start programs or mess with the current window. They both work pretty well, but personally I prefer HKControlXP. An interesting thing I noticed when looking through the license agreement of the first (HotKeyz), apparently they think we can use their software to proliferate and export biological weapons in and from South Africa http://forums.xisto.com/no_longer_exists/
-
How Do I Reset An Auto_increment Field In Mysql?
beeseven replied to beeseven's topic in Web Hosting Support
I found it on mysql.com, it's ALTER TABLE [tablename] AUTO_INCREMENT = [number]Just in case anyone wanted to know. By the way, [number] is the number that the next row will take. -
Whenever I need to get through something my school blocked I just go to https://www.megaproxy.com/. It goes past all the filters my school has and it's not that much slower. You also keep images and stuff like that.
-
If it's value appreciated $500,000 in 6 years then that was probably a pretty good value.
-
My Site Isnt Working And It Should Be... ?
beeseven replied to Final)arkJon's topic in Web Hosting Support
It works for me, what do you mean? -
I'm making a user system and I had to delete some because the registration was messed up. Now if I try to make another user it'll be at 4 or 5 even though there aren't any more users still in the database. How do I make it so that the next user will be 1?
-
JSP I think is Java Server Pages. I made a tutorial for CSS that people have been saying is pretty good, but most of them already knew CSS, so tell me if it teaches you anything: http://forums.xisto.com/topic/7777-a-guide-to-css-and-creating-a-stylesheet/
-
If you mean a file, you can do this: <?php$hello = $_GET['hello'];$file = "info.txt";$handle = fopen($file, 'a'); //Says to open file (or create file) for writing and starts the pointer at the endif(!fwrite($handle,$hello)) //If it can't write{ echo "Could not save information";}else{ echo "Information saved!";}fclose($handle); //Closes file connection?>
-
Another one is inurl:"view/index.shtml"
-
Spellings Are Not Important. Our mind reads words as a whole.
beeseven replied to OpaQue's topic in General Discussion
It still doesn't mean that spelling isn't important, just that one should be able to read whatever is said (of course this doesn't even apply with typing like "hay gaiz wutz gong on in thi stopicks?"). Online, where no one can see you, spelling is one of the few things that people can judge you on. If you spell as bad as in that example, people will most likely look down on you somewhat. People who try to come across clearly and intelligibly are by nature going to be more respected from the beginning. -
http://www.meetme.com/ XD This reminds me of when CjayC had a sense of humor.
-
Short answer: don't use IEI guess you could try to replicate the absolute lengths with percentages, but absolute lengths are weird and don't go across different browsers well.
-
Maybe you should look at the first page before asking a question. http://forums.xisto.com/topic/7861-simple-shoutbox-i-only-know-the-echo-part-of-php/
-
Multiple Admin Login (php) This is a script that doesnt requre SQL
beeseven replied to Benz1435's topic in General Discussion
It'd work, but is it really a good idea to store the admin passwords in an unencrypted file? -
There's really no point to having a phone until high school. It's also rediculous for a ten year old to have one. At 16 you should probably have one, and even more so since your younger sisters have them.
-
Not at all. It's awkwardly set up, it looks stupid (unless talking into a taco is cool), and there are few games for it (most of which are ports).
-
Get Your Hot Hot-stylus On Ds Action! News on the DS front
beeseven replied to theinsidiousinkblot's topic in Computer Gaming
Castlevania DS also looks very good. Not 3d, but gr4ph1x don't make a game. It's a direct sequal to Aria of Sorrow and still uses the souls system, but there's a lot of neat touchscreen stuff like drawing spells. Tentative release date August 30th, though -
Google Whack A bit of fun if youre bored.
beeseven replied to Joshthegreat's topic in Search Engines
There are over 800,000 words in the English language. That means more than 639,999,200,000 combinations.