01. 04. 2005 - 19. 01. 2007
I work on two webservices hosted by
aspweb.cz. Both are written in C# and ASP.NET. The first returns a name of an actual name day, the method is several times overloaded with different parametres. This service is complete, but I wait with activation, till the next service will be complete.
The second method interprets the result of searching by Google. This method is two-times overloaded - the first returns the result in one string, which you can simply insert to a web-page and then use cascade styles to optimize it for your pages. The second returns the result formatted in XML Datagrid, so you can use it anywise you want.
This webservice is also practically ready, but there are some problems with czech encoding. I work on correction of that.