Jump to content

PrateekSaxena

Members
  • Posts

    584
  • Joined

  • Last visited

Everything posted by PrateekSaxena

  1. Arre I am not stubborn...I just meant that those who do want to do it like that.i too would do everything on the PHP page as everyone else!!
  2. I said that if you are a stubborn person who wants to use JS no matter whatthat is why I made the word "do" bold
  3. Hmm...I am not using OpenGL and I think that my code wont help you out cause at that time I used to write really messed up code. I am currently on my sister's laptop and when I come online through my desktop, I will try to find HangMan, ParaTrooper, and Pong in VJ++ or C++. I am not sure if I would have them or not cause while switching computers, I deleted a lot of crappy data. I have made a single player Tic Tac Toe in JS and Poing POng in JS too. But thet are not HTML files but .kon(Konfabulator)(Yahoo Widget Files) You can see the widgets of Tic Tac Toe and Pong.PongThis is an old but captivating game for all ages. One of the first arcade games is now on your desktop with the original controls.It is a good break from work - try it out.[[Details]]Tic Tac ToeHere is the popular Tic Tac Toe game, packed with some artificial intelligence. It can keep you glued for quite some time. A good break from work - try it out.[[Detais]]
  4. If you do want to use JS for cheking the password you can first send an XMLHttpRequest to ask for the password from a PHP file that has encrypted it and is sending it. Use the same alogrithm to then decrypt it in JS. It would be better if it is Private Key Encryption so that even if someone knows the Algorithm you are using they wontbe able to crack the password!!
  5. ha ha ha..openGL that is really funny...these kind of stupid games do not need such advance graphicsI used the graphics the are in C++initgraph()REMBMER??
  6. I learned C++ by myself using mainly Shift+F1(Help Shortcut)I made Ping Pong because at that time I did not have a computer that could support any games, and I did not have any games CD as well, so I had to program a game to actually play it. I programmed many games in C++ some similar to Brick Breaker, Para Trooper and Mario kind of games!
  7. Nope I dont I learnt it just like that...i used it last around 1.5 years ago to make ping pong game just like that
  8. That is good for you! Well! When I wrote down ten I included HTML and CSS, after all they are markup languages How do I turn on errors??? What is *call steve* suppose mean?? I kinda did not understand!!! the ";" thing happens to me a lotI know the following langs - QBASIC C++ Visual Basic VJ++ HTML CSS JavaScript PHP
  9. you can probably have a two dimensioan array that contains the button's ID and the appropriate string value. Then you ca just match with the string and then change the value of the textarea
  10. You could add some padding on the navigation bar and on the footer as well!! You could also use the same image as in your forums on the header on index page as well!! **Self Promotion Alert** You may also like to animate the link in the navigation menu. You can use my Js Graphics Library for that. Here is a link http://sourceforge.net/projects/js-graphics/
  11. He he...what a co-incidence...which ones do you know??I hope that i stop...coz there is no way i can find out my PHP errors Firbug does not point them out either
  12. Well if you are hosting your own server in your kitchen () then it might be extremely useful to see its speedsfirbug in FF allows you to do so!!
  13. I know around 8 programming languages and when I am writing in a language that is relatively new to me(PHP) I start writing some other languag's syntax. Does this happen to you too?? How do you solve this problem?
  14. I have used Dial Up and it is not as slow as you think it is...it is pretty fast(wellI have never experineced T1 first hand) see -
  15. Obbviously the second one is better, smaller and more optimized!!
  16. Maybe you can get someone to blog about it on some really famous blog like http://boingboing.net or http://lockergnome.com
  17. OKay...but some stuff about XHTML 2 and CSS3 has been released...i have some PDF's from W3CDoes second gen include SVG??Is IE7 Second Gen??
  18. The JS function - function mywrite(id){document.getElementById('txt1').value = (document.getElementById(id).value);} The Form <form action="" method="get"><input type="button" id="button1" value="Cats" onclick="mywrite(this.id)" /><input type="button" id="button2" value="Dogs" onclick="mywrite(this.id)" /><input type="button" id="button3" value="Fish" onclick="mywrite(this.id)" /><textarea id="txt1" name="txt1"></textarea><input type="reset" value="Clear" /></form> Does it work?
  19. What is a 3rd generation browser?? If Firefox 3rd gen or is it 2nd or 1st???
  20. I personally did not like http://notjustbrowsing.com/ the browser maybe great I have not seen it or used it!!!
  21. PrateekSaxena

    include

    Maybe you are including a file that does not exist or you are writing the wrong URL for the file
  22. I dont see anything happening on mouseover, i only see (X) errors on my Firebug
  23. Well is that new technology my JS Grapihcs Library?? LOL I hope it does. The XSLT Senior has already told me a lot about it!
  24. Okay...sorrydrop the idea!I just thought that once Microsoft makes SVG complaint stuff it will kinda grow and then there will be more queries. And plus it is a pretty cool XML technology and after all XSLT has its own forum too!!!!
×
×
  • Create New...