Via Cà Matta 2 - Peschiera Borromeo (MI)
+39 02 00704272
info@synaptica.info

Blog

Digital Innovation Partner

Shareteam Alpha Preview

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!

mozzilla jet-pack

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

so funny…. from Delphi live

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

Tomcat virtual host

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:

Obviously…
Leggi tutto

Hot Article on Async Methods on Asp.Net page with C#

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

How to create a table from a select

sometime happen that you need to create a table from a query… now we can assume that you have old_table and you wanna build a copi of entire data into another table new_table… This operation is not a standard sql but a lot DataBases can do this : in Oracle you can do this like…
Leggi tutto