Javascript 51
Safari Web Inspector Installation in Windows
Download the nightly build of web inspector for windows platform from the link:- http://nightly.webkit.org/ Run Web Kit.exe file. Web Inspector is a debugger tool for developer tool similar to Firebug with Mozilla. Open Settings > preferences and select the check box “Show Develop in Menu Bar“. Check the “Show Menu Bar“, […]
Box Model in IE and FF
Box Model: Whenever an HTML element is rendered in browser it follows the box model to place it in browser. In Browser an element is defined by it padding, border and margin. Padding and Border is for self-placement and margin determines the distance from its parent. Components of an Element: Example: Let’s take an example […]
Jquery DataTables And Java Integration
Jquery DataTables is a open source plugin for creating tables in browser. It has many features like sorting,server side processing, JQUERY UI theme rolling. The download link for this plugin:- http://www.datatables.net/download/ In this demo we have shown integration of data table with java.The Data table will load the data by […]
Mongo Database Installation Windows XP(32 bit)
Mongo Database is a document oriented database.It is not like traditional Relational Database such as Oracle, MySql, Sybase . Mongo Database has implemented the JSON(JavaScript Object Notation) concept . Mongo database has 64 bit and 32 bit installation.Though after 2.0.6 it does not support 32 bit machine. Here we will see how to install Mongo […]