Related Articles
Best Free Websites to Learn Jquery
Tuts plus, all the tutorials are of Video Lectures, it has 30 lectures you can learn all the concepts. https://tutsplus.com/course/30-days-to-learn-jquery/ Jquery from Novice to Ninja: http://www.9lessons.info/2009/10/jquery-basics-series-1.html http://www.9lessons.info/2009/11/jquery-basics-series-2.html http://www.9lessons.info/2009/11/jquery-basics-series-3.html Please write in comments section if you know any better websites
How to Set up BonitaSoft BPM with Tomcat and Mysql
Before setting up Bonitqasoft you need following: 1. Latest version of Bonita Open Solution Tomcat and Mysql Bundle.2. Java 1.6 version and set JRE_HOME and set JAVA_HOME system variables.3. Mysql database. Follow below steps to configure BonitaSoft with Tomcat and Mysql : 1. Create two databases named bonita_history and bonita_journal. Commands: Create database bonita_history;Create database bonita_journal; Step 2. Create user […]
How to send email from Linux
Type as below on command prompt: mail -s “test” vchidura@app.comtype your message if over then enterctrl+dit will prompt forcc: type if you needthen press ctrl+d finished.