Webware development dedicated blog by Evgenios Skitsanos. ASP.NET, XML, RIA, Adobe Flex, ActionScript 3, AIR, AJAX, Web 2.0, Backbase, CGI development with RealBasic and other web development issues.
Editor reviews are provided by professional editors who evaluate a blog based on the following criteria: Frequency of Updates, Relevance of Content, Site Design, and Writing Style.
Was looking into using CouchDb with jQuery and managed to find little cheatsheet at Marak Squires blog:
1. Create Database
var dbname = "myDatabase";
$.couch.db(dbname).create();
2. Create Document
var blah = new Object();
blah.x =...
Looking for little hint on styling your scroll bars within AIR2 application, here are stylesheet elements to look after:
::-webkit-scrollbar,
::-webkit-scrollbar-button,
::-webkit-scrollbar-corner { } ...
Source: Silverlight.net
On November 18, 2009, at the Professional Developer’s Conference in Los Angeles, Microsoft Corp. unveiled a Beta version Silverlight 4. This latest version delivers hundreds of features and controls that, when combined with...
Microsoft announced on Monday the release and open-sourcing of its .Net Micro Framework 4.0, which provides a .Net-based development and execution environment for small devices. But the TCP/IP stack and cryptography stack were omitted from the open...
Adobe AIR 2 software is the next version of the Adobe Flash Platform runtime for delivering web applications beyond the browser. Now, Adobe AIR lets you use ActionScript(R) or JavaScript languages to quickly build powerful web applications for the...