|
Πρόσφατες Δημοσιεύσεις
-
Two weeks ago I visited the Vision Show 2009 exhibition in Stuttgart, Germany. Two very important things happened there with regards to FireWire (IEEE 1394) technology. DAP Technology made a demo of their S1600/S3200 solution. That's 1.6Gbps and 3.2Gbps respectively.... Διαβάστε περισσότερα »...
|
-
1 1 2 - είναι ο Πανευρωπαϊκός αριθμός εκτάκτου ανάγκης (ενιαίος για Αστυνομία, Ασθενοφόρο ή Πυροσβεστική) και αντικαθιστά όλους τους αριθμούς που χρησιμοποιούσαμε μέχρι σήμερα. Η κλήση είναι δωρεάν από κινητό και σταθερό. Το σημαντικότερο όλων: εντοπίζει τη θέση του καλούντος για όσους ταξιδεύουν και δεν γνωρίζουν την ακριβή θέση του ατυχήματος. Δυστυχώς όμως, σύμφωνα με έρευνα της Διαβάστε περισσότερα »...
|
-
It is Monday 16th Nov 2009 - which means that TechEd Europe in Berlin is over. Overall I have had a good week – lots of time with product team members and colleagues. The week didn’t start as indented though. I traveled feeling a bit sick and arrived at Berlin having a small fever. Spent the entire Sunday in bed trying to avoid getting worse but didn’t avoid going to the doctor on Monday Διαβάστε περισσότερα »...
|
-
WorldCreator a module designed to work with Xaf can really work without it!!!! Suppose you have a non xaf application and you use Xpo as your dataLayer and you want dynamic types then WorldCreator can for sure help you. You just reference WorldCreator and eXpand .BaseImpl assemblies and use an approach similar to the specs bellow [Test] public void Can_Create_Types_In_A_Non_Xaf_Context() { new PersistentClassInfo(Session.DefaultSession){Name = "Test" }.Save(); var typeCreator = new TypeCreator( new TypesInfo( new List<Type> { Διαβάστε περισσότερα »...
|
-
Οι νέες εκδόσεις (November 2009) των Windows Azure SDK (Software Development Kit) και Windows Azure Tools for Visual Studio κυκλοφόρησαν. Όσοι λοιπόν ασχολείστε με ανάπτυξη εφαρμογών για το σύννεφο μπορείτε να τις κατεβάσετε. Παρακάτω Διαβάστε περισσότερα »...
|
-
Σήμερα, Δευτέρα 16/11 διεξάγεται το πρώτο κουίζ της πρώτης φάσης του διαγωνισμού IT Challenge – Imagine Cup! Πρόκειται ίσως για την πιο εύκολη και λιγότερο χρονοβόρα κατηγορία του διαγωνισμού, μιας και αρκεί να μπείτε στην ιστοσελίδα του IT Challenge και να δοκιμάσετε τις γνώσεις σας σε ένα πολύ απλό κουίζ πολλαπλών επιλογών. Για να διαγωνιστείτε, μπαίνετε στο site www.imaginecup.com Διαβάστε περισσότερα »...
|
-
I recently watched a recorded presentation of Prof.Diomidis Spinellis, author of a couple of world famous books on programming, like "Code Quality". At some point Mr.Spinellis discussed the issue of program optimization and mentioned some famous quotes related to this... Διαβάστε περισσότερα »...
|
-
Just came across a very nice tutorial on how to implement AJAX with client-side JavaScript and some server-side PHP . The nice thing with it is that it doesn't use any special JavaScript library to hide the details, so it serves as a good insight on how client and server interact and what content is exchanged when you use AJAX to update a page's content without refreshing the whole Διαβάστε περισσότερα »...
|
-
I am happy to announce that this year I am attending Teched 2009. As soon as the conference ends, I wil write some posts with my view of the TechEd world. So stay tuned ! Διαβάστε περισσότερα »...
|
-
Its now possible to implement existent interfaces for your dynamic types . How? Setup your InterfaceSources at your model Populate them through InterfaceInfo Listview and make your dynamic classes to implement them Technorati Tags: WorldCreator , Dynamic Types , Interfaces Διαβάστε περισσότερα »...
|
-
Πρόσφατα έλαβα ένα mail ενημερωτικό από την Microsoft που μέσα σε όλα τα άλλα είχε και αυτό Spec Explorer is a model-based testing tool that runs as an add-in to Visual Studio for modeling software behavior and analyzing that behavior by graphical visualization, model checking, and generating standalone test code from models. Επειδή μου άρεσε το μοιράζομαι με εσάς Download Spec Explorer for Visual Studio Επίσης εδώ θα βρείτε και άλλα ίσως χρήσιμα εργαλεία....
|
-
The Problem 1 A common requirement in any OOP application is the ability to filter a listview of objects according to their childs in whatever level they belong. eXpand can solve the above by the use of propertypath filters. So in an Customer—>Orders--->OrderLines relationship the filter bellow are enough to filter your customer list view according to any property value of their Orders child collection with the one bellow you can filter customer list view by any property value of orderlines collection of customers orders collection In the video bellow i demo 1. the above functionality that is hosted at eXpand.ExpresApp assembly, 2. eXpand.ViewVariants module for creating views without the model editor (that is badly needed now that we can have multiple Διαβάστε περισσότερα »...
|
-
In essence, cloud computing means running software and accessing data that reside somewhere else. This paper examines whether cloud computing makes good business sense for your company. The paper starts with some predictions: more...
|
-
Microsoft is planning to show off a new visualization language, codenamed “Vedea” at the Professional Developers Conference in Los Angeles in mid-November. “ Vedea is a new language for creating interactive data-driven visualizations … Vedea will be demonstrated publicly for the first time at PDC 09 November 16-19 in Los Angeles and should be broadly available from research.microsoft.com shortly thereafter.” more...
|
-
Visual Studio is fine for most debugging purposes. Just occasionally, it isn't practicable, or there are other quicker ways of doing it with a user-mode debugger. Edward argues that debugging in MSIL or assembly language is a strangely liberating experience and can be a lightweight route to discovering the cause of elusive bugs. He starts off with a simple introduction to SOS debugging. more...
|
-
I came across a very nice sample on how to write a PHP form to send e-mail (using POST form action [aka HTTP request method ] and PHP's mail function). The sample was simple enough, but thought I should add some explanation since a user had been asking how it works: At start it checks if it’s rendering the page the 1st time (same goes if page was refreshed) or if it’s redrawing it as Διαβάστε περισσότερα »...
|
-
Προαπαιτούμενα : .Net Framework 3.5, Visual Studio 2008, Windows API Code Pack Αφού κατεβάσουμε το Windows API Code Pack , κάνουμε ένα νέο Project στο Visual Studio και προσθέτουμε στα reference τα Microsoft . WindowsAPICodePack . dll και Microsoft . WindowsAPICodePack . Shell . dll . Taskbar è Progress (Value, State, Overlay Icon) è Jump List (Tasks, Custom Categories) Διαβάστε περισσότερα »...
|
-
I just finished my presentation on “Windows 7 for Developers” presenting all the new features of Windows 7 that developers can utilize in order to make their applications more “WOW”and exciting. I demoed stuff such as VHD support, MultiTouch, Sensor Platform, Internet Explorer 8, Windows API Code Pack, Windows Biometric Framework, Graphics improvements, Windows XP mode, Διαβάστε περισσότερα »...
|
-
Πριν πολλά πολλά χρονια... είχα αγοράσει ένα βιβλίο που είχε στο εξώφυλλο ένα ψάρι (the " fish book ")!!! Αυτό που βρήκα περίεργο στο βιβλίο δεν ήταν το ψάρι αλλα αυτός ο κώδικας /* DDS-BASIC interpreter in "C" annotated by Michael Somos 1997 */ /* INPUT bug fix 07Sep2005 Somos */ /* original by Diomidis Spinellis for 1990 IOCCC <URL:http: //reality.sgi.com/csp/ioccc/1990/dds.c> #define O(b,f,u,s,c,a)b(){ int o=f(); switch (*p++){X u:_ o s b();X c:_ o a b(); default :p--;_ o;}} #define t(e,d,_,C)X e:f=fopen(B+d,_);C;fclose(f) #define U(y,z) while (p=Q(s,y))*p++=z,*p=' ' #define N for (i=0;i<11*R;i++)m[ i ]&& #define I "%d %s\n" ,i,m[ i ] #define X ; break ; case #define _ return #define R 999 typedef char *A; int *C,E[R],L[R],M[R],P[R],l,i,j; char B[R],F[2];A m[12*R],malloc (),p,q,x,y,z,s,d,f,fopen();A Q(s,o)A s,o;{ for (x=s;*x;x++){ for (y=x,z=o;*z&&*y== *z;y++)z++; if (z>o&&!*z)_ x;}_ 0;}main(){m[11*R] = "E" ; while (puts( "Ok" ),gets(B) ) switch (*B){X'R':C=E;l=1; for (i=0;i<R;P[i++]=0);...
|
-
It has been two decades since the release of the very first Aardman 's Wallace & Gromit short film, "A Grand Day Out". TellTale Games has launched a bunch of special deals and other cool stuff on their website in honor of Wallace & Gromit's 20th anniversary. PC games should definitely checkout this one before it expires: Get " Muzzled! ", the critically-acclaimed Διαβάστε περισσότερα »...
|
-
Today, I presented at the DevDays09: Silverlight3 event in Microsoft Greece, about building a small Twitter client using Silverlight. I was impressed that there were many developers down there that used Twitter! In case you want to check my (small) presentation, you can see it here , and for the source code of the twitter client I build during the demo, you can get the Visual Studio Διαβάστε περισσότερα »...
|
-
DevDays 09 part 2 : Silverlight 3 See the light! If you're unable to attend catch the live stream (RSVP now!) starting at 9.30 AM GMT+2 Athens time. Online TV Shows by Ustream Διαβάστε περισσότερα »...
|
-
Wow these are great news, I’m going to participate at TechEd Online TechTalk series this year. I’ m going to be interviewed be Giorgio Sardo on how to build an IE8 Web Slice . The official description of the talk is Are you interested to light up your site on IE8? The MVP Konstantinos Pantos will share his experience building a web slice; we will also talk about some handy tip and trick Διαβάστε περισσότερα »...
|
-
I hope you all vote on DeveExrpess Issue that will allow us to validate runtime extended existent types. But even if you did not there is an alternative way that my friend Emilio shared with us. I want to add runtime members for my existent Customer class for which records already exist in the DB and also use the validation system You can create a new dynamic type that inherit your customer class decorate it with the MapInheritance attribute and set the MergedObjectType same as BaseType Download working sample app with source code here Technorati Tags: WorldCreator , Dynamic Types , Merging Διαβάστε περισσότερα »...
|
-
Την Παρασκευή, παρουσιάζω στο πρώτο φετινό Live Meeting για Developers της Microsoft Hellas, σχετικά με τις δυνατότητες που έχουν τα Windows 7 για προγραμματιστές. Είστε ευπρόσδεκτοι να εγγραφείτε και να παρακολουθήσετε. Παραθέτω την πρόσκληση Σας καλούμε στο 1 ο από μία σειρά Live Meetings, όπου θα σας παρουσιάσουμε συνοπτικά τις περισσότερες από τις δημοφιλείς νέες τεχνολογίες μας, Διαβάστε περισσότερα »...
|
|
|
|