Jump to content

PrateekSaxena

Members
  • Posts

    584
  • Joined

  • Last visited

Everything posted by PrateekSaxena

  1. Why do you need the <script> and </script> in the test.js file???
  2. Could you please give the HTML/CSS code involved?
  3. Sometimes the images dont load even after you have given the extension. This is because while copying to the FTP account all the extensions automatically become capital. For example - An image uploaded with the name of w3c.jpg might become w3c.JPG . Therefore while putting the links on the website to be sure to check this out!
  4. I would agree with eGuru...please provide a link to the VB file. I am ok at VB I even made a complete chat server on it!
  5. http://w3schools.invisionzone.com/index.ph...ost&p=52365
  6. Why dont you try compiling the code?
  7. Thanks for the promp reply!
  8. PrateekSaxena

    Welcome

    Why wasn't this ever deleted??
  9. WHat you can do is that you cane make a DIV let us say it will be given the ID of "screen" and whenever somebody clicks on the thumbnail you should just change the code of the DIV by getElementByID and then change the innerHTML. Tell me if you need a detailed answer!
  10. I generally use http://colorcombos.comBut this too is definetely cool!
  11. What is the criterai of the differnt types of memeber in W3C, likeNewbie, Memeber Advanced, Memeber and all. Could you please give a link explaingin this?
  12. OK! I think you will have to use .GIF files only. If you want to maintain good quality you can use a free software called Irfan View that will convert PNG, JPG to GIF's, while maintiaining quality and transperancy!
  13. HTTP 404 Error - Page Not Found!
  14. Why dont you make a graph by acutally making sperate DIV's that have different colors and have differnet eights with the same differnt.If you write your own JScript it will be much better as you will be able to customize it too!
  15. Ok here is the link http://w3schools.com/css/css_syntax.asp
  16. Hi,To change the background color of the link just <style>a{ text-decoration:none;}a:hover{ background-color: green;}
  17. Hi,That is easy. Let us say that you have two images that are "1.jpg" and "2.jpg". Do load one overlapping another just write the followinf code - <img src="1.JPG" style="position:absolute;top:10;left:10;"><img src="2.JPG" style="position:absolute;top:30;left:30;"> That is it! That is all you need to write. For any other queries conact me!Thanks,Prateek
  18. I would say that you can make a <div> with the background image as the image that you want then place the text area inside it. Or make the background image of the textarea as that image.
  19. PrateekSaxena

    PHP book

    Hello,I was thinking of buying a detailed book that cuold teach me PHP(MySQL database and all). Like when thinking of buying and XHTML/CSS book one would only think of Dan Cederholm and is Bulletproof Web, so like that which book would you is the best for PHP. I am a beginner in AJAX dont know much and would like to learn all the detailed stuff as well. Please suggest a book that I could buy, and if possible also give a link for it in Amazon.Thanking You,Prateek Saxena
  20. Hello,I was thinking of buying a detailed book that cuold teach me AJAX. Like when thinking of buying and XHTML/CSS book one would only think of Dan Cederholm and is Bulletproof Web, so like that which book would you is the best for AJAX. I am a beginner in AJAX dont know much and would like to learn all the detailed stuff as well. Please suggest a book that I could buy, and if possible also give a link for it in Amazon.Thanking You,Prateek Saxena
×
×
  • Create New...