How Maven Dependency Works

Posted by Unknown On Monday, 4 August 2014 10 comments
When we are building multiple module projects managing dependencies is a headache.Maven have dependency management mechanism  it will help us to download all required dependencies. Example we want to add Oracle JDBC driver to our project, In traditional way we want to follow...
READ MORE

How to convert maven project to eclipse project

Posted by Unknown On Friday, 1 August 2014 6 comments
Now we are going to discus about how convert a project that created in maven to eclipse project.maven have a modular architecture along with a lot of plugins ,Eclipse is one of the most famous IDE that also have modular architecture it have a lot of plugins . Maven have a Eclipse plugin...
READ MORE

Reading Gmail with Java IMAP

Posted by Unknown On Thursday, 10 July 2014 14 comments
Hai friends this code just a simple modification from our old post Php to java :) " .Our new java code is simple code for loading gmail messages using IMAP. Here using java imap extension to use inbox. Before you proceding this project make sure about your imap setting...
READ MORE

MySQL Performance Monitor Tools

Posted by Unknown On Tuesday, 8 July 2014 1 comments
1. Mtop mtop (MySQL top) monitors a MySQL database showing the queries which are taking the most amount of time to complete. Features include 'zooming' in on a process to show the complete query and 'explaining' the query optimizer information. 2. Innotop Innotop can be...
READ MORE

PHP Performance Test Tools

Posted by Unknown On Thursday, 3 July 2014 1 comments
PHPUnit PHPUnit is the de-facto standard for unit testing in PHP projects. It provides both a framework that makes the writing of tests easy as well as the functionality to easily run the tests and analyse their results. vfsStream vfsStream is a stream wrapper for a virtual file system that may be helpful in unit tests to mock the real file system. Behat Behat is a framework...
READ MORE

A simple chat application using Node.js

Posted by Unknown On Monday, 21 April 2014 0 comments
     Node Js gives ability for JavaScript to write back end code .It is one of the perfect technologies for real time application .Now we discussing how to write a simple chat server ad client using node js . Download code         Steps Install...
READ MORE

How Change MySQL Root Password

Posted by Unknown On Tuesday, 19 November 2013 2 comments
Set up MySQL password is one of the important task ,Now i am showing you how set a password for your MySQL root account using command prompt  . Steps log in MySql from cmd. Change password flush privilege Step1 how to login mysql from cmd Step2 changing root password Step...
READ MORE

How Create a Zip File Using PHP

Posted by Unknown On Sunday, 17 November 2013 0 comments
     Hello friends now we are going to discus a small code for creating Zip file using PHP. Creating zip file is simple as comparing with author languages. PHP have a very useful class called ZipArchive ,To create multiple zip files in this post i will show...
READ MORE

zend framework for beginners Part 1

Posted by Unknown On Tuesday, 5 March 2013 0 comments
Hello friends now we are going to discuss on Zend framework, it also known as zf. This is a A to Z step by step articles on zend .this is first one so here cover on the following three basics. 1.       What is a frame work and why they need? 2.       Installing...
READ MORE

JDBC Connection Part 1

Posted by Unknown On Saturday, 23 February 2013 0 comments
JDBC Connection Hello friends now we are going to discuss about Java Data Base Connectivity. We heard connecting Java and DB are so difficult, etc. and blab bla bla …… :) We are going to show you much easy it is. Only want to follow some regular steps. JDBC is application programing...
READ MORE

Password strength meter

Posted by Unknown On Tuesday, 5 February 2013 1 comments
Password strength meter   Here we indrodusing a simple password strength meter,it measure of the effectiveness of a password in resisting guessing and brute-force attacks. In its usual form, it estimates how many trials an attacker who does not have direct access...
READ MORE

JavaScript Embedding YouTube videos from links

Posted by Unknown On Wednesday, 23 January 2013 1 comments
JavaScript Embedding YouTube videos from links Embedding video to a webpage make a real change in the early day’s web. It  can make a multimedia interaction with web user and author .so feel of that website become more realistic .most of users have broadband connection so they...
READ MORE

Password Hashes in PHP

Posted by Unknown On Sunday, 20 January 2013 2 comments
Normal 0 false false false EN-US X-NONE X-NONE ...
READ MORE

Fashion