This is just a spot to keep miscellaneous links. It also shows you what a geek I am.
Sunday, February 28, 2010
Integrating .NET and Erlang using OTP.NET - Nauman Leghari's Blog
When I get the chance to play with some Erlang again I'll have to give this a try: Integrating .NET and Erlang using OTP.NET - Nauman Leghari's Blog
Thursday, February 25, 2010
Rich Internet Application Screen Design | UX Magazine
Great article!
- Make It Direct
- Keep It Lightweight
- Stay in the Page
- Provide Invitations
- Use Transitions
- React Immediately"
Wednesday, February 24, 2010
Flapjax
Very, very interesting:
Flapjax: "Flapjax is a new programming language designed around the demands of modern, client-based Web applications. Its principal features include:
Flapjax: "Flapjax is a new programming language designed around the demands of modern, client-based Web applications. Its principal features include:
- Event-driven, reactive evaluation
- An event-stream abstraction for communicating with web services
- Interfaces to external web services
F# Web Tools | Projects | TomasP.Net
F# Web Tools | Projects | TomasP.Net
Looks interesting. There's a commercial product similar to this whose name escapes me at present.
Looks interesting. There's a commercial product similar to this whose name escapes me at present.
Object Oriented JavaScript Class Library in C#/.NET Style - CodeProject
Object Oriented JavaScript Class Library in C#/.NET Style - CodeProject
This is a really good guide on C# coding style in Javascript! He shows how to make classes, public, private, event handlers, enums, etc. Smart guy!
This is a really good guide on C# coding style in Javascript! He shows how to make classes, public, private, event handlers, enums, etc. Smart guy!
Wednesday, February 17, 2010
Converting between Base 64 and binary in SQL Server 2005
Extremely cool because I'm futzing around with encryption inside SQL Server.
Implementing secure, unique “single-use” activation URLs in ASP.NET (C#)
I'm noting this because I might have to implement it.