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

Categoria: Programmazione

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

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

DotNet tips , change onmouseover cursors … with some strange problems with browsers

as all of us that work with DotNet to producing Web Application and fight with company styles, some times we need to change some attributes of style in a page…. now i need to change the cursor pointer from ‘default’ to ‘hand’ on a asp button, as we now with di MS DotNet framework 2.0…
Leggi tutto

Create an invisible application with Delphi

[lang_it] produrre un applicazione non visibile con Delphi è un gioco da ragazzi. per nascondere il form principale dell’applicazione dovete semplicemente aggiungere la seguente riga al codice del vs. progetto : Application.ShowMainForm:=False; esempio concreto, modifico il “dpr” della mia applicazione:

non finisce qui, voglio anche esser sicuro che non si veda sulla taskbar il…
Leggi tutto

Image Galleries on Your WebSite

today i worked to put some image galleries on my personal web site that i’m working on. i found some cool stuff at : – NextGenGalleries (a plugin for WordPress) that include a varius number of tecnoligies and extend the wordpress admin page to manage galleries – Cooliris (a flash framework) to view galleries from…
Leggi tutto