Jump to content

PrateekSaxena

Members
  • Posts

    584
  • Joined

  • Last visited

Everything posted by PrateekSaxena

  1. Hey...found 2 really nice articles for OOP in JShttp://www.webreference.com/js/column79/1.htmlhttp://developer.mozilla.org/en/docs/Intro...nted_JavaScript
  2. Well, my current favorite is Firefox..but I hope it soon becomes Safari
  3. @justsomeguy : Well the variable does not have any onchange event! So will I have to stick with the Trace or should I put an update button on the Watch section or make it reload every 5 seconds or something like that?
  4. so the errors section would only be displaying one or no errors and never a list of errors??
  5. Hey aspnetguy....I wanted to ask one thing!When I do the onerror thing then there is on problem, if let us say I call 4 undefined functions in a row, then it displays only the first one and then stops the script. How can I make it display all the errors??
  6. he he...thanks for that link for "onerror"
  7. Hi,So there are certain changes that I have decided to make in the Console, so that it actually becomes a console and not just a Logger. So there are now 6 tabs having Logs, Errors, Watch, HTML, CSS Script. All the log will be in the logs part and will be of two types that is "info" and "log". Errors will be pointed out automatically. I still have to see whether it will be a Watch or a Trace. In the HTML,CSS,Script parts it will be like the HTML,CSS,Script parts of Firebug. I have figured out how to make the thing and I am hard on work! I have attached an image of the new interface, which is a screen shot and not something made on PhotoShop. the console now actually looks like this on the HTML page.Your comments please...
  8. Hmm..actually you can see each page as a print friendly format too and they can be saved. But the subscriptions allows you to download any 5 Chapters in PDF in one month!
  9. I was this function in Scriptalicious, I want to know how I too can get and set the opacity of different DIVs through JS so it works in all browsers?EDIT : Delete this post! I found the method, this is the function I wrote : function setOpacity(id,opacity) { var object = document.getElementById(id).style; object.opacity = (opacity / 100); object.MozOpacity = (opacity / 100); object.KhtmlOpacity = (opacity / 100); object.filter = "alpha(opacity=" + opacity + ")";}
  10. Id allows you to edit it CSS and the CSS of its children(elements inside it)
  11. Blog added to http://del.icio.us/PrateekSaxena
  12. My dad got this subscription from O'Reilly where you pay 20$ a month and can read any 10 books for that month, online!
  13. I did not understand what you just said
  14. I dont this that naming it u1750se95.xml will do any good regarding the security of the data present in it!
  15. Hah haha..please aspnetguy, dont talk to Newbies like that or I will have to ban your account and IP LOL Yup, I just took that stats of the one with the highest, if we add up then FF will be better!
  16. File > Save As > Save As Type > CSVGive the name and then save it!
  17. Ok....it seems that everyone seems to do it that way. Well then I will do the same! I iwll also save money as wont have to buy the book
  18. Alright, online it is then! thanks for your help, I will post on this topic only if I have any more problems!thanks....
  19. Okay!eat: function(){alert(this.name + " is eating!")}This is the part that I was never able to understand!Apart from a website, is there a book that I should refer too, I mean a real book with paper and stuff!
  20. Any suggestions for the book? Cause i could not understand half of what you wrote up there !
  21. Alright...best of luck for whatever you choose!
×
×
  • Create New...