Jump to content

PrateekSaxena

Members
  • Posts

    584
  • Joined

  • Last visited

Everything posted by PrateekSaxena

  1. Hi,I need a JS or PHP code that would be able to convert an XHTML code into PDF. this should be completely web based and should offer the user to donwload or view the PDF file. Is this possible? If yes then please give the code or a link that could help!
  2. There is also a theory for the changing of the web and it is popularly know as chmod web 777(a UNIX command). This is what the theory states -
  3. Please give the EMBED code that you are using
  4. I am not a total expert in JavaScript but I dont thinkg that this is actually possible to add a custom image to an alert box. But if you really want an image in the alert you can make your own function that would be able to pop up any time. Try this out. <html><head><script>function loadIt(){ pop.style.display="none";}function popIt(what){ pop.innerHTML="<img src='http://geocities.com/psaxena_17/197.jpg'/><p>"+what+"</p>"; pop.style.display= " ";}function close(){ pop.style.display="none";}</script><style>#pop{ position:absolutel top:100px; left:100px;}</style></head><body><a href="#" onClick="popIt('Testing the pop function')">test it</a><div id="pop"></div></body></html> I have not comiled the code myself so please correct any minor errors
  5. Ah! Yes this is the wordrap that I was talking about!
  6. I think most of the people here would be knowing about the website - http://deviantart.com . If you are a member of this website please give share your userpage with everyone else. Here is Mine - http://prateeksaxena.devaintart.com . Happy Deviating!!!!
  7. Hey! I dont think that tables are EVIL. I think you need to write - td.some{ background-color:red;} and for the HTML you can write <table> <tr> <td class="some">Col1</td> <td class="some">Col2</td> </tr></table> I hope this helps!
  8. I have learnt most of what I know from http://vbexplorer.com and also http://winsockvb.com . I am not sure whether it will be abe to help you or not!
  9. Hello ,I need to make a Rich Text Editor for a school project. Now I have no idea whatsoever about the working of these right Text Editors . According to me they are just <TEXTAREAS> whose innerHTML is changed to make stuff RICH. I dont know how the selected stuff is made bold or whatever. Does anyone have any clue how to make something like this. Even a little bit of information would be helpfulas I do not know anything myself .Any help would be highly appreciated!!
  10. Hello,I want to access the clipboard of the computer. Like for example I have two testboxes on my HTML page, that are named "t1" and "t2" - <input type="text" value="T1" name="t1" /><input type="text" value="T2" name="t2" /> Now what I want is that when someone clicks on a button then the stuf in the clipboard should be coopied in both the textboxes. But not that, let us say that the clipboard has the string "w3c Schools". Now before the stuff is actually copied I want it to be taken by the JavaScript and broken into two that is "w3c" and "school" and then be copied in t1 and t2. I want to be able to let the JS go though the string before it actually gets copied.How can I do that?? Please help!I mean is it even pobbsile to do that?
  11. I have a blog where I post Photoshop tutorials. I put Google Adsense there. but my CTR(Click through Rate) is only .051%. I got 1800 page views but very few clicks and lesser $$$. You can see the blog at - http://iphotoshop.blogspot.com . PLease tell how I can increase my CTR %?
  12. There is a link in the first post of this thread. Leave it....I will do it myself!!!
  13. Oh! Sorry . I do know some C++ but not to advance.
  14. I am still in school so i cannot dedicate all my time to development. So by help I mean wrting full code or really nice suggestions!!
  15. Read this http://www.oreillynet.com/pub/a/oreilly/ti...-is-web-20.html
  16. This is not related to Web Development!!!
  17. Hey people this is something that I found out a few months ago...I am sure you knew before that. It is a project by W3C that allows you to make Web Based Presentations and it is called the HTML Slidy. you can check it out over here - http://www.w3.org/Talks/Tools/ . This is a very simple project only changing the content. I was thinking of making it better adding animations and all using JavaScript and DHTML. Can I expect any help??
  18. What if there is a smalll registration fee?Might be a bit unethical!!
  19. I am aware of that. I use Adsense myself on http://iphotoshop.blogspot.com ... but they could change the header too....
  20. Hi,You see those ads coming on the header of the website. They actually look very hedious accorindg to me and they should be made to blend with the background image of the header!!
  21. I am Prateek SAxena....I am 14 years old...I do freelance web design and would love to take up web design professionally some day!!! Welcome to W3C forums!!!
  22. Isnt there a wordrap option for the CSS of DIVs??
  23. <marquee>This is stupid</marquee><marquee direction="up">This is more stupid</marquee>
×
×
  • Create New...