1.
jimmy.thinking: http://www.codeplex.com/sdlsdk
http://www.codeplex.com/sdlsdk. So, now that the storm is over and I can talk about this without cursing ... Dynamic Languages on Silverlight.net ...
2.
jimmy.thinking: Walk-through: Silverlight Flickr Client in IronRuby
Here's the live app: http://jimmy.schementi.com/silverlight/photoviewer .... This is basic search box, submit button, and a place to render ...
3.
jimmy.thinking: Adding scripting to a C# Silverlight app
Starting with an existing C# Silverlight application that just takes some input and echos it back, I'll extend it to run the code through IronRuby and print ...
4.
jimmy.thinking: "console=true": REPLs in Silverlight
silverlight-repl. If you build the latest bits, you can add a new initParam option called "console" to enable a REPL in any application: <object ... > . ...
5.
jimmy.thinking: Silverlight on Rails
My “spare-time” project is to make a Silverlight plugin for Rails, which allows your controller/view code to either run on the server or the client. ...
6.
jimmy.thinking: Browser, meet Ruby on Rails
silverline is a Ruby on Rails plug-in which gives the ability to run Ruby in the browser to manipulate HTML, vector graphics, or just do some computation. ...
7.
jimmy.thinking
If you’re a frequent reader of this blog, you definitely know what’s going on ..... For those who are fortunate enough to not know me, I'm Jimmy Schementi, ...
8.
jimmy.thinking: Git on Windows 7
Pretty awesome. Enjoy Git in Windows 7! Posted by Jimmy Schementi at 7:52 PM .... jimmy.schementi.com · Flickr · Facebook · Assistment Blog ...
9.
jimmy.thinking: State of the DLR for Silverlight
1. DLR assemblies are not included to Silverlight Core. That is why people should download additional 1 megabyte to start using our application. ...
10.
jimmy.thinking: Walk-through: Silverlight Flickr Client in IronRuby
cd photoviewer $ script/server /b:index.html (Note "/b" is the same on Windows/Mac, always a forward slash since its part of the argument and not the path) ...