Jump to content

PrateekSaxena

Members
  • Posts

    584
  • Joined

  • Last visited

Everything posted by PrateekSaxena

  1. TEA is great but I could not find something similar to it in PHP!
  2. then replace it with &quote and then in the ASP file you can replace it back
  3. Whatever I can make actually! I want a good idea!
  4. hey thanks man...that is going to be very useful!I will use DOM for the DIV thing that I was talking about!Any feature suggestions??
  5. then why was it created in the first place...was it like a scratch pad ... a place to keep preference or options?
  6. I think if I had to make a CMS I would go for either very small part in XML and rest in SQL!Or only a small XML file that has the link to the pages of the blogs and stuff!
  7. Okay...I will do that! In the new release I was thinking of - DIV highlighter which would first populate a list of all the DIV's that exist in the HTML, hopefully in a nested format and then on mouseover it would be highlighted! CSS Viewer, in which one would be able to see all the CSS stuff that has been implemented for a particular DIV Any more suggestions?Any ideas on how I can actually be able to find out about errors and stuff??
  8. No no! i am not that orthodox about it!
  9. Cause querying XML files will take longer than that of SQL, and the blog will get bigger and bigger like 10,000 posts(which I know is very far away), it will take a lot of time
  10. I think that lookng at the current technology you should use MySQL for database only!
  11. I told you so many times over the phone to read all the tutorials carefully, if you had done so you would not have asked the same question to me again and again!!
  12. Ok, I will correct it and tell you! I would love it if you blog about it! Thanks! I know that the README.txt file is not very descriptive and stuff. JustSomeGuy is right it is not really a debuger but a message center. The taking over the world part if just a joke. Like the warning part says that the Console is trying tp take over the world but the error's section says that is failed to do so! @justsomeguy : Sorry I did not know that this feature was called Trace. I will definitely correct this in the next release. I wanted that it would be able to find out errors and display it in the errors tabs but was not able to find a way to do so! I was actually trying to make something like the Yahoo Logger Console, and I have mentioned what they do above. And sorry for the spellings I will correct them too!
  13. WEFT is really nice...thanks for the link!@aspnetguy : your blogs template is really cool...did you make it yourself??
  14. That is IE 5.5 stuff right??Rarely anyone uses that now
  15. Good CMS's are actually very tough to build!
  16. Allows you to log stuff and add watched for the time being. More feature coming soon. you can write thing like con= new myConsole("JS Maker Rel2");con.log("I was logged","info");var ans=42;con.addWatch("The Answer",ans); more stuff to come...need you guys feedback
  17. Alright! I would await you reply!
  18. PrateekSaxena

    forms

    Okay! Got it ! Thanks
  19. Thanks! Could you also please suggest more features for the console?
  20. PrateekSaxena

    forms

    Does UTF-8 and ASCII look different when openend?
  21. ok got ithow come nonw of you have replied to the JS Console in the General Forum??
  22. var newDiv = document.createElement("div");newDiv.id = "jsConsole";var it = document.getElementById("jsConsole"); It get the error that it soes not have any properties when I set its height.
  23. I wanted to know this for http://w3schools.invisionzone.com/index.ph...c=11677&hl=
×
×
  • Create New...