Some week ago, we were pleased to view a preview of ZK Calendar from zkoss web site… it was vary complete tool for planning systems. Now it is ready to download from Zkoss.org following this link. Just now i’ve tried the live demo and it appear very smart to use and fast. It appears very…
Leggi tutto
This video shows one of the project synaptica are working on. It’s an alpha stage but the new technology (ZK) to build RIA application really rocks!
with this demo they expose hot with a little number of code lines you can build an extension of firefox browser, this technology is not complete at now but i think can be a good thing… Jetpack – Image Swapper Demo from Justin Scott on Vimeo. bye i
Nick Hodges, R&D Manager Allen Bauer, Chief Scientist Embarcadero Technologies DelphiLive! 2009 May 2009 in San Jose RTTI Project “X” – Delphi application running on Mac OSX very funny video from delphi live, at the end of the video there is a JBuilder team developer that show a command line compiler of Delphi (incredible on…
Leggi tutto
This mini howto to show how to configure a virtual host on tomcat. This use HTTP 1.1 feature so with one single IP and one single Tomcat server you can virtually host infinite domains. Edit the file %TOMCAT_HOME%/conf/server.xml Under the tag host (the one setted by default for localhost) add the following line:
1 2 3 |
<host name="[www.mydomain.com]"> <context path="/" docBase="webapps/[mydomainwebsite]" debug="0" reloadable="true"/> </host> |
Obviously…
Leggi tutto
Today i found a great article on Async page technology of DotNet, posted on the davidjberman blog.. you can find the resource at: http://davidjberman.com/blogs/csharp/archive/2007/08/13/how-to-create-asynchronous-asp-net-pages-using-c.aspx