14 Jan 2010

jQuery 1.4 - Επιτέλους κυκλοφόρησε

Η jQuery είναι μία από τις πιο δημοφιλής Javascript βιβλιοθήκες η οποία έχει καταφέρει να κάνει τη ζωή εύκολη στους προγραμματιστές που ασχολούνται με το DOM και AJAX. Τα τελευταία χρόνια η jQuery έχει γίνει μία από τις πλέον "απαραίτητες" βιβλιοθήκες για τους Web Developers, και ίσως και για αυτό το λόγο η Microsoft επέλεξε να την συμπεριλάβει στην έκδοση του ASP.NET MVC.

Σήμερα λοιπόν η ομάδα της jQuery για να γιορτάσει τα 4 χρόνια ύπαρξης της βιβλιοθήκης, κυκλοφόρησε την έκδοση 1.4 η οποία έχει αρκετές νέες δυνατότητες. Μαζί με την νέα αυτή έκδοση έφτιαξαν και ένα επετειακό Website στο οποίο κάθε μέρα και για διάστημα 14 ημερών θα έχουν καθημερινές ανακοινώσεις.

Για να κατεβάσετε την έκδοση 1.4 της jQuery ή για να μάθετε περισσότερα μπορείτε να δείτε εδώ.

Categories: Web - Programming
01 Jan 2010

Καλή Χρονιά

Εύχομαι σε όλους Καλή Χρονιά, με υγεία, επιτυχίες σε προσωπικό και επαγγελματικό επίπεδο και μακάρι η φετινή χρονιά να είναι γεμάτη χαρμόσυνα νέα.

Tags: ,
Categories: General
03 Dec 2009

Δωρεάν Mobile-Format Ebooks από την Manning Publications

Η Manning Publications προχώρησε σε μία πολύ κίνηση και σε όσους αγοράσουν κάποιο από τα επιλεγμένα της βιβλία (είτε σε ηλεκτρονική , είτε σε έντυπη μορφή) θα πάρουν δωρεάν μία ηλεκτρονική έκδοση του βιβλίου σε μορφή (mobi ή epub). Έτσι θα είναι πολύ εύκολο για οποιονδήποτε να διαβάσει το βιβλίο του σε ένα Amazon Kindle, iPhone ή Sony Reader.

Οι τυπικές μορφές των e-Book, όπως για παράδειγμα τα PDF, δεν έχουν σχεδιαστεί για τις μικρές οθόνες των φορητών συσκευών. Οι νέες λοιπόν μορφές, τα epub και mobi, δημιουργήθηκαν για συσκευές όπως το Kindle, iPhone και Sony Reader.  Οι σελίδες έχουν αλλάξει μέγεθος και οι εικόνες έχουν βελτιστοποιηθεί για να φαίνονται καλά σε μία μικρή οθόνη.

Μέχρι στιγμή μερικοί από τους πλέον δημοφιλής τίτλους που υπάρχουν διαθέσιμοι είναι :

ενώ μέχρι το τέλος της χρονιάς θα έχουν προστεθεί και άλλοι.

 

 

Categories: General
18 Nov 2009

ASP.NET MVC 2 Beta Released

Χθες (στις 17.11.2009) στο πλαίσιο της PDC09, ο Bob Muglia ανακοίνωσε την κυκλοφορία της έκδοσης ASP.NET MVC 2 Beta. Η έκδοση αυτή είναι πλήρης συμβατή με το Visual Studio 2008 SP1 αλλά όχι και με το Visual Studio 2010 Beta 2.

Μερικά από τα χαρακτηριστικά της έκδοσης είναι :

  • RenderAction (και Action)
  • AsyncController 
  • Expression Based Helpers (TextBoxFor, TextAreaFor, etc.) 
  • Client Validation Improvements (validation summary) 
  • Add Area Dialog 
  • Empty Project Template 
  • Και φυσικά πολλά ακόμα

Την Beta μπορείτε να την κατεβάσετε από εδώ ενώ αρκετά χρήσιμο είναι και το document με τα Release Notes που μπορείτε να βρείτε εδώ.

Ελπίζω σύντομα να βρεθούν όλα τα Bugs και να έχουμε στα χέρια μας την RC έκδοση ;)

16 Nov 2009

Windows Azure Tools for Visual Studio and SDK - November 2009 Release

 
Οι νέες εκδόσεις (November 2009) των Windows Azure SDK (Software Development Kit) και Windows Azure Tools for Visual Studio κυκλοφόρησαν. Όσοι λοιπόν ασχολείστε με ανάπτυξη εφαρμογών για το σύννεφο μπορείτε να τις κατεβάσετε.

Παρακάτω αντιγράφω απο τη σελίδα της Microsoft μερικές αλλαγές που έχουν γίνει :
  • Windows Azure Service Runtime managed library: The latest version of the Service Hosting Runtime API includes support for enhanced communication between roles and for runtime notification of service configuration changes. Direct communication between role instances enables new application development scenarios, including applications that distribute state across role instances. Service configuration changes include an increase or decrease in the number of request role instances and changes to the values of configuration settings.
  • Windows Azure Diagnostics managed library: The new Diagnostics API enables logging using standard .NET APIs. The Diagnostics API provides built-in support for collecting standard logs and diagnostic information, including the Windows Azure logs, IIS 7.0 logs, Failed Request logs, crash dumps, Windows Event logs, performance counters, and custom logs.
  • Certificate Management: Enhanced support for SSL certificates in Windows Azure and in the Windows Azure SDK enables the secure automated deployment of certificates to services hosted on Windows Azure.
  • Variable-size Virtual Machines : Developers may now specify the size of the virtual machine to which they wish to deploy a role instance, based on the role's resource requirements. The size of the VM determines the number of CPU cores, the memory capacity, and the local file system size allocated to a running instance.
  • External endpoints for worker roles: A worker role may now define any number of external endpoints for HTTP, HTTPS, and TCP, and specify the desired port number for any external endpoint.
  • Persistent local resource storage: Developers can now choose to persist data written to a local storage resource at runtime when the role is recycled.
  • Windows Azure Storage Client managed library: The Storage Client library provides a .NET API for accessing the Windows Azure storage services.
  • Improved Development Storage: Development storage provides a high-fidelity simulation of the Windows Azure storage services in the cloud. Tables can now be created dynamically in the development storage Table service and are no longer required to be generated in advance.
  • Updated samples: The samples included with the Windows Azure SDK have been updated to demonstrate new features. The samples now include both C# and Visual Basic versions.


Μπορείτε να κατεβάσετε το SDK απο εδώ, καθώς επίσης και τα Visual Studio Tools απο εδώ.

 

21 Oct 2009

Διαθέσιμο το Visual Studio 2010 Beta 2

 
Το Visual Studio 2010 Beta 2 είναι διαθέσιμο προς κατέβασμα για όλους τους χρήστες (MSDN και μη). Μπορείτε να το κατεβάσετε από εδώ.

Μέσα στο Visual Studio 2010 Beta 2 υπάρχει και η έκδοση του ASP.NET MVC 2 Preview 2 οπότε αν θέλετε να δείτε τις νέες δυνατότητες απλά κατεβάστε το.
 

 

15 Oct 2009

Windows Azure Platform Training Kit – October Update

Η νέα έκδοση του εκπαιδευτικού πακέτου (Training Kit) για το Windows Azure κυκλοφόρησε, ταυτόχρονα σχεδόν με το SQL Azure October CTP. Μπορείτε να το βρείτε εδώ όμως προσέξτε ότι η σελίδα γράφει October Update και ότι το όνομα του αρχείου είναι “WindowsAzurePlatformKitOctober2009.exe”.

Η ενημερωμένη αυτή έκδοση περιέχει κάποιες νέες ενότητες στα Hands On Lab οι οποίες έχουν σχέση με τα firewalls και το πώς να χρησιμοποιήσετε το BCP για να μεταφέρετε δεδομένα στο SQL Azure.

06 Aug 2009

Essential Studio ASP.NET MVC μόνο για 5$!

Η SyncFusion την Δευτέρα 10 Αυγούστου 2009 και για μία μόνο ημέρα προσφέρει το SyncFusion Essential Studio ASP.NET MVC Edition για μόλις 5$. Η τιμή του προϊόντος αυτού κανονικά είναι 995$!

Η εταιρία ανακοίνωσε ότι όλα τα έσοδα από τις πωλήσεις θα προσφερθούν στην οργάνωση One Laptop per Child (OLPC).

Νομίζω ότι μία τέτοια προσφορά θα πρέπει να την αποκτήσουν όλοι οι Developers, ακόμα και αν δεν έχουν σκοπό να χρησιμοποιήσουν το προϊόν άμεσα.

Για περισσότερα διαβάστε εδώ.
 
 
21 Jul 2009

Software architects are like condoms

 
Το παραπάνω το βρήκα εδώ. :D
Categories: Fun
21 Jul 2009

July CTP of Windows Azure SDK Released


Κυκλοφόρησαν οι νέες εκδόσεις των Windows Azure SDK (July 2009) και Windows Azure Tools for Visual Studio.

Οι αλλαγές που υπάρχουν και όπως αναφέρονται στο Windows Azure Blog είναι οι εξής:

Windows Azure SDK

  • The Windows Azure SDK supports developing and deploying services containing multiple web and worker roles. A service must include at least one role, of either type, and may include zero or more web roles, and zero or more worker roles.
  • The new PowershellRole sample hosts the Powershell runtime within a Windows Azure role. It demonstrates a simple remote console web role as well as a worker role whose implementation is a Powershell script. The host also includes the CloudDrive sample snap-in to provide access to Windows Azure Storage from script.

Windows Azure Tools for Visual Studio

  • New project creation dialog
  • Support for developing and deploying services containing multiple web and worker roles. A service may contain zero or more web roles and zero or more worker roles with a minimum of one role of either type.
  • Ability to associate any ASP.NET Web Application project in a Cloud Service solution as a Web Role
  • Support for building Cloud Services from TFS Build
  • Enhanced robustness and stability


Μπορείτε να κατεβάσετε τις νέες εκδόσεις εδώ