Jump to content

PrateekSaxena

Members
  • Posts

    584
  • Joined

  • Last visited

Everything posted by PrateekSaxena

  1. Very often, while trying to write the code of my Animated Graphics Library, the code goes into infinite loops. so I have to force shut the browser and then start it again. Isnt there a way to terminate the script or something? Like [Ctrl]+[Pause|Break] or something?
  2. I will soon(28 March) start work on a completely Open Source Forum....so maybe W3Schools can use that
  3. All will look the same but i think that 4 will be search engine friendly!
  4. The next questions if you will - Q: When creating a basic unordered list, which of the following is more semantically correct? 1.Snickers<br /> Mounds<br /> Almond Joy<br /> Butterfinger<br /> Milky Way<br /> 2.<li>Snickers <li>Mounds <li>Almond Joy <li>Butterfinger <li>Milky Way 3.<li>Snickers</li> <li>Mounds</li> <li>Almond Joy</li> <li>Butterfinger</li> <li>Milky Way</li> 4.<ul> <li>Snickers</li> <li>Mounds</li> <li>Almond Joy</li> <li>Butterfinger</li> <li>Milky Way</li> </ul>The second SimpleQuiz question refers to creating an unordered list. Pretty straightforward, right? Let’s see…Start Answering!
  5. The game parking perfection shows the following error - http://www.2playgames.co.uk/click%20counter/click.php?id=7You haven't changed the Menu Links CSS at all. If you wish to generate some revenue of this site then I must tell you that the ad placements aren't too good either. Try something like this - http://iphotoshop.blogspot.com give me 7%-13% CTR!
  6. So if the moderators do the honors!!
  7. Stuff like Ctrl+B and Ctrl+I is detected automatically bye IE and FF I believe
  8. how can a normal member become a moderator??
  9. why cant we use <P> for the same?
  10. I did not know that even <H1> was deprecated in xhtml2.0 all my pages are xhtml 1.0 Strict Validated...I have never used <SPAN> in my whole life...I dont even know its use )
  11. Q: Which of the following is more semantically correct? (For the title of a document) 1. <span class="title">This is a Title</span> 2. <h1>This is a Title</h1> 3. <p><b>This is a Title</b></p>So here goes… the first one is a doozy. Sure it’s incredbly obvious — but we have to start somewhere, and should probably make no assumptions.Start Answering !!!!!
  12. So shall we start?@Jonas or aspnetguy: Please post the first question from the link!!
  13. here is an example - <<snip, snip>>
  14. your website is showing internal server error 500
  15. I found out a way with which you can make the popular apple effect through Internet Explorer - The following tutorial will teach you how to make the reflection part using features from Internet Explorer. First copy this image and take a slice of it of width 1px and height 240px and name it as “headerbg.png” . You will have to make two <H1> tags having the same text but one of them enclosed in a DIV called reflect- <h1>Prateek Saxena</h1><div id=”reflect”><h1>Prateek Saxena</h1></div> Now for the “#reflect” DIV. You will have to use the filters that IE provides to do so. Please note that this will not work on Firefox. You will have to write the following CSS for the “#reflect” <DIV> - #reflect{position: absolute;top:84px;left:20px;filter: flipv alpha(Opacity=10, FinishOpacity=5, Style=3);} And finally now for the header. Here the “headerbg.png” will come into play. Just write the following CSS for the header and put the <H1> tags inside it. #header{width: 100%;height: 240px;background-image: url(”headerbg.png”);color: white;padding: 0px;padding-left: 20px;padding-top: 57px;border: solid;border-width:0px;border-bottom-width: 1px;border-color: #404040;} This will only work with internet Explorer as its makers decided to put this feature in it. As Firefox is completely W3C compliant, everything will look Hotch Potch on FF. If you have any queries relating to this tutorial, leave a comment or email me at prateek.saxena@yahoo.com
  16. I think all of us here are aware of the Simple Quiz that was started by an Cederholm. I thought it would be nice to get the same questions here and have a discussion on the questions. The moderators can give the final verdict for each question. So if I have the permission from the moderators I will soon post the first question!
  17. PrateekSaxena

    should I worry?

    Thanks..this will be of great help in my new project
  18. BTW - Which website are you using to get jobs...or is it directly?
  19. It may be cheap...but it is really cool hereEven some of my India clients pay me Rs4000 = 92$some of the good that are sold here are cheaper to you know..like a bottle of soda is only 50cent
  20. I dont have any such clipboard problems with Firefox at all and I am using version 2.0.0.1 too!
  21. Well, I am only 15 years old...I did freelance jobs in my summer vacations so that I could buy an iPod. Plus I live in India so the exchange rate for India Rupees is ultimate...so I have not done any job of more than 100$.
  22. PrateekSaxena

    should I worry?

    All these examples are all fine....but what I am asking is what is the property of the DIV or a LAYER that allows us to scroll through it?
  23. ok..thanks all i hv decided to use TITLE but if cozez a problem i might wtire my own tooltip js
×
×
  • Create New...