1. Selenium IDE is an intergrated development environment for Selenium. It works as a FireFox extension that allows you to record and e...
Why do we forward the port?
Port forwarding is used when you want to access a service running by some private network machine from an outside network(public network...
Eclipse Shortcuts For Java Developers
generate code=CTRL + SPACE Open list of files=CTRL + E Formating code= CTRL + SHIFT+F Organize Imports=CTRL + SHIFT+O Move betw...
Basic Authentication Example Using Servlets
In Basic authentication, if you try to send a request, a popup window appears and you enter a particular username/password, which gets...
How to add Google translator in liferay portal?
If we want to add Google translator in liferay portal, we need to add Google translator code to liferay theme. So that it Google translato...
Hibernate Basics
Hibernate Basics: Today I am going to discuss on basic hibernate example: Basic files required to work with hibernate: 1. POJO class...
stick menu example in jquery
<style type="text/css"> #header{ width:100%; width: 100%; text-align: center; background-color: rgb(111, 144, 250); m...