Jump to content

PrateekSaxena

Members
  • Posts

    584
  • Joined

  • Last visited

Everything posted by PrateekSaxena

  1. A CMS or a Forum kind of like IPB with very less features
  2. You can change the innerHTML of the part of the page that has the content and leave the rest. So the page wont reload and you will be able to change the stuff as well!
  3. You should use overflow:scroll I think
  4. Hi,I am 15 too. I first came in contact with a computer when I was 13. My computer had a 433MHx processor 64MB RAM and 40GB hard drive. At that time I learnt stuff like C++ and QBASIC and made some cool apps. Then I got a 128MB RAM and Win2k SP2 and installed Microsoft Visual Studio. At that time I developed a chat server and client (duh).Then I got a new computer 4.77MHz, 2GB RAM, 120GB Hard Drive and Win XP SP2. I also got access to the Internet. It was then that I learnt stuff like –(X)HTML, CSS, PHP, AJAX Stuff, XML, XPath, MySQL, XSLT (sill learning), SEO (what is there to learn?) and I have also learnt PhotoShop. I write on a PhotoShop tutorial blog and am able to get a god income through the ads that I have put on it!I have done several freelance website development and desing jobs too and have gotten good reviews!Right now I am working on a Animated Graphics Library in JS, CMS, Bulliten Board and some more stuff that I am not telling you about .
  5. http://w3schools.invisionzone.com/index.ph...&hl=hostingHere and nowhere else
  6. This would be more W3C complliant <html><head><style>p.center{ align:center;}</style></head><body><p class="center"><a href="whatever_you_want_to_link_to.ext"><img src="image1"></a><a href="whatever_you_want_to_link_to.ext"><img src="image2"></a><a href="whatever_you_want_to_link_to.ext"><img src="image3"></a><a href="whatever_you_want_to_link_to.ext"><img src="image4"></a></p></body></html>
  7. Wont the following work - HTML File <body><div id="y" style="display:none;"><a href="popups.php" id="hi"onclick="MM_openBrWindow('popups.php','','width=500,height=400')"></body> PHP File echo "<script> var b=getElementById("hi"); b.clicked;</SCRIPT>
  8. I think you can just set a particular height for the image and the width changes accordingly in ratio with the other size without srewing up the image!
  9. I think in DT it make the Definitio Title bold
  10. But you will have to make Contents : Transparent for that to work!!
  11. oh...I did not know that could be done..sorry for that
  12. Oh! So you mean somethin like an ID for each user...like I am ID-8609 and you are ID-70?
  13. I dont get what you are saying
  14. Ah! so you mean encrypt the password by the username. It is not necessary that we use TEA. We can use some Private key encryption algorithm for PHP. I am sure there are many of them!!The dark side is brighter than the bright one
  15. Your welome! you can also check out the following websites - http://rentacoder.com http://getafreelancer.com http://freelancebuddy.com
  16. Inactivity Alert I will now be active on this topic after 2-3 days. You will see a lot getting done on 2nd March 2007 probably!
  17. That will just ruin the essence of this forumIt is about learning in this forum...not earningyou can check out http://forums.digitalpoint.com If you want to
  18. Mine are the worst in the whole forum
  19. I think he want to make something like this >> http://www.w3schools.com/rss/rss_readers.asp
  20. Maybe you can load the navbar in the end. You can put an onload() even on the BODY and then add the nav bar later by changeing the innerHTML
  21. It is better(double) at night...I will put those reults to
  22. I read the XSLT tutorial on W3Schools. It seems that is is very very very very very useful. I mean it can even kind of query the XML file that is given to it, as it seen in this example. We are definitely using XML and XSLT. But the security issue still remains.I found this really nice encryption code for JavaScript and it is called TEA. It is based on a password, and we can ask the user to keep the password that should not be disclosed to anyone(obviously) in the PHP file during installation. We will encrypt only the user and password XML file and rest we will leave like they are cause they dont need any protection. We dont care if some crazy user sees the posts in that XML file. Or should we??
  23. PrateekSaxena

    MediaWiki

    Alright...whatever suits your needs
×
×
  • Create New...