Thursday, March 27, 2014

Free online education websites

There are many websites available for free education and learning. Really hats off to all of them..

When I searched the google for online free websites.. found alot... but I got a good link from Dunith D which has a good collection of websites.. Here is the list..


This is taken from Dunith.D .

Thanks to Dunith.

Sunday, March 23, 2014

Ant - downloading a file in ant.


<!-- To display the complete path of the files -->
<dirset id="dirs" dir="${maven_app_dir}" includes="*"/>
<pathconvert dirsep="/" pathsep="," property="dirs" refid="dirs"/>
<echo message="${dirs}"/>

<!-- <target name="bootstrap">
        <mkdir dir="${user.home}/.ant/lib"/>
        <get dest="${user.home}/.ant/lib/ant-contrib.jar" src="http://search.maven.org/remotecontent?filepath=ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar"/>
<echo message="ha ha " />
    </target> -->

Thursday, March 20, 2014

How to add custom html signature to the microsoft office outlook in 2007


If you are getting frustrated in adding a custom html message as a signature, then we both are same group... :)

This is the quickest and very powerful way of adding the signature.

Open C:\Users\{username}\AppData\Roaming\Microsoft\Signatures\{fileName} and select {fileName} and add the signature. Restart Office ... and enjoy.


Have fun.