For some months ago I’ve created a small guestbook web application in Google Web Toolkit (GWT). It’s deployed to Googles Appspot: http://awt-guestbook.appspot.com/ The web application is written in Java and HTML. On compilation the Java code is transformed into JavaScript. Here is some source code example from the application: Guestbook.html <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML [...]
04 Jan, 2010
Posted by: Dennis Madsen In: PHP
I’ve created a Bit.ly class for PHP, which lets you easily cooperate with the Bit.ly API. Bit.ly offers you a service where everyone can generate a small, unique URL from a large and unhandy URL. Requirements PHP cURL PHP extension. Further information: http://php.net/manual/en/book.curl.php A Bit.ly account. Sign up here: http://bit.ly/account/register Example Before you download the [...]
14 May, 2009
Posted by: Dennis Madsen In: ASP.NET
I’m working with the below MSSQL data structure which is handled by LINQ to SQL. A ASP.NET WebService is using this LINQ to SQL to publish WebMethods like GetTanks() which returns a list of Tank objects. My purpose is to create a web page which display the current SensorValues for all Tanks. Since I’m developing [...]