Tag Archives: RIA

WebScriptFX v0.1

This is my first crack at putting together several different technologies to create a framework for real-time asynchronous client applications downloaded as JavaScript and HTML. The goal is both to create a consistent toolkit for these types of Rich Internet Applications and also bring down the bar to only knowledge of HTML and CSS to [...]
Posted in Development, Web, WebScriptFX | Also tagged , , , | Leave a comment

Version-Enabled Software Maintenance

As you may or may not notice, I have not posted for awhile. Unfortunately, this is what happens when you start working 7 days a week. On one hand I have been working on some cool stuff including Silverlight 3 and 4, NHibernate data models, Amazon SimpleDB powered social networking applications (MySpace, please fix your [...]
Posted in Development, Web | Tagged | Leave a comment

jQuery for Script#: Document Ready Handlers

UPDATE: This code is obsolete. Check out development of WebScriptFX for the availability of a reusable library for jQuery 1.4! This is the first example of how to use the jQuery 1.3 Import for Script#. A common task in jQuery is waiting until the DOM is ready before running some script, such as attaching event [...]
Posted in Development | Also tagged , | 2 Comments

jQuery 1.3 Import for Script#

UPDATE: This code is obsolete. Check out development of WebScriptFX for the availability of a reusable library for jQuery 1.4! I have been very impressed with Script# since I started using it on a Silverlight and Microsoft Web Messenger Toolkit integration project, but one thing I was immediately missing was jQuery. I have really only [...]
Posted in Development, Web | Also tagged , | Leave a comment

Script# build not generating JavaScript

Just ran into a problem where my Visual Studio builds of a Script# class library were running without any errors, but not generating anything but XML comments. Turns out that somehow a reference to System and System.Data got added to the project (maybe when I was experimenting with Code Analysis project settings to satisfy TFS?). [...]
Posted in Development | Also tagged , | Leave a comment

Where to find version 3.1 of Microsoft.Live.Messenger.dll

Recently I have been working with the Microsoft Messenger Web Toolkit to integrate Live Messenger functionality into an RIA and naturally I chose to use Script# as part of that effort. However, I was having a problem finding the Microsoft.Live.Messenger.dll that provides the Script# interfaces for the latest version (3.1) scripts. After looking around for [...]
Posted in Development, Web | Also tagged , | Leave a comment