Tasos.gr Free web applications

Welcome. From this page I will give away some web applications made with the Google Web Toolkit GWT.
They are free of charge as long as you include a link to this page.
If you do not know how to do this then add the following html code in your page:

<a href="http://www.tasos.gr/">Free web applications</a>
Calculator application

This is a calculator application and you can use it in your website. It is very easy to include it in your page. Just follow the steps:

  • In your html page add in the HEAD section this line:
    <script type="text/javascript" language="javascript" src="http://www.tasos.gr/apps/calc/gr.tasos.Calculator.nocache.js"></script>
    
  • Then in the BODY section of your HTML page pick the right place and add this code:
    <div id="Calculator"></div>
    
  • The calculator application will be displayed in your page in the place where you put the
    <div id="Calculator"></div>
    
    line.
  • For better results please set the doctype of your page to:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    

Please note that this is a web application, that uses only Ajax and Javascript. So there is not need to run server side code, like php or jsp or asp etc.


Online Loan Calculation application

This is a application that calculates your loan monthly payments. You can add it in your website by following the steps:

  • In your html page add in the HEAD section this line:
    <script type="text/javascript" language="javascript" src="http://www.tasos.gr/apps/loancalc/loancalc.nocache.js"></script>
    
  • Then in the BODY section of your HTML page pick the right place and add this code:
              <table align="center" width="300" border="0">
              <tr>
              <td width="50%" id="loancalculator"></td><td width="50%" id="loancalculator_output"></td>
              </tr>
              </table>
    
  • The calculator application will be displayed in your page in the place where you put the
              <table align="center" width="300" border="0">
              <tr>
              <td width="50%" id="loancalculator"></td><td width="50%" id="loancalculator_output"></td>
              </tr>
              </table>
    
    .
  • For better results please set the doctype of your page to:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    

Please note that this is a web application, that uses only Ajax and Javascript. So there is not need to run server side code, like php or jsp or asp etc.


Check if a server/url is up! Check is up!

Also take a look to Gourl - The url compressor (a service like tiny url). Using this you can compress a url into a small one.

For computer technology stuff go to Just tech info