Questions: How to do following tasks in ant file? Make zip file. Run command. Copy files to remote machine. Run commands on Remote Linux machine. Open an input box and respond to input value. Make an ant call. Answers: 1. Make zip file: Following is the xml for making zip file in ant: In here … Continue reading Useful Ant build tags
Author: harryjoy
How to create drop down login and follow me box
You may have seen follow me button on some site by clicking on which a box will slide up containing details. This article describes how to create such a drop down/up box using JQuery and CSS. Here I have used JQuery 1.6.2-min.js. The HTML code: The CSS magic: The JQuery: You can play with CSS … Continue reading How to create drop down login and follow me box
