Home

  • Edit any webpage

    This is cool! GO to any web page, clear the address bar, and paste this: “javascript:document.body.contentEditable=’true’; document.designMode=’on’;Enjoy! http://www.facebook.com/plugins/like.php?href&layout=standard&show_faces=true&width=450&action=like&font&colorscheme=light&height=80

    Read more…

  • Creating and Configuring Servlets

    Configuring ServletsYou define servlets as a part of a Web application in several entries in the J2EE standard Web Application deployment descriptor, web.xml. The web.xml file is located in the WEB-INF directory of your Web application. The first entry, under the root servlet element in web.xml, defines a name for the servlet and specifies the…

    Read more…

  • Design Patterns

    Factory pattern comes into creational design pattern category, the main objective of the creational pattern is to instantiate an object and in Factory Pattern an interface is responsible for creating the object but the sub classes decides which class to instantiate. It is like the interface instantiate the appropriate sub-class depending upon the data passed.…

    Read more…

  • Welcome Note!

    Welcome to my blog ! Here I collect my random thoughts and paint them on pages as and when they occur. I believe internet is the best thing that is invented and developed by mankind. An excellent platform to share knowledge and gather constructive feedback. What makes it even more special is users such as…

    Read more…