Update, 1 Year Later: Why Silverlight will Fail
Last April, I wrote a post listing some reasons why I felt Silverlight would not succeed. I was inspired to revisit this topic after reading Robert... more »
0 commentsSave Tags: .net, flash-flex, microsoft, ria
Why Should You Wrap Your ASP.NET Session Object
ASP.NET provides mechanisms for storing information for a single user session or across multiple sessions. This is done using the HttpSessionState and... more »
0 commentsSave Tags: how-to
Beginning Silverlight - First Steps
I decided to get adventurous and see what all the fuss was about. So, I'm going to record my experiences as I try to "do something" with Silverlight!... more »
0 commentsSave Tags: microsoft, tools, trends, web design
Wake up ASP.NET developers!
A rant about the ASP.NET developers attitude towards the semantic web
1 commentsSave Tags: opinion, standards
jQuery Examples - Horizontal Accordion
In this example, I have created an accordion effect that reveals a caption for each thumbnail. I’ve done similar navigations like this in flash, so I... more »
0 commentsSave Tags: ajax, javascript, web design
ASP.NET Tips: What to gather to troubleshoot – part 3 – Crash
A Crash in IIS occurs when an IIS process (INETINFO.EXE, DLLHOST.EXE, W3WP.EXE) terminates unexpectedly. A Crash typically happens when there is an... more »
0 commentsSave Tags: .net, usability, web design
Understanding Model-View-Controller
Like everything else in software engineering, it seems, the concept of Model-View-Controller was originally invented by Smalltalk programmers. More... more »
3 commentsSave Tags: opinion
5 Minutes of Innovation in C# - Episode #1 - Generics
It's been a long time in the works, but I have finally started my new Screencast series, 5 Minutes of Innovation in C#. This is the very first... more »
0 commentsSave Tags: microsoft, other languages
Silverlight Behaviors
This post introduces a similar behavior semantics for Silverlight and XAML-based UI as well. The mini-behavior framework I have prototyped allows... more »
0 commentsSave Tags: gui, microsoft
How To Fix Video Slowing Down Your Page Load Time
the problem here is that putting such a huge file on our page will slow down the other page elements that are also trying to load at the same time.... more »
0 commentsSave Tags: flash-flex, web design
Some basic but useful C# methods implemented in JavaScript
Some basic but useful C# methods implemented in js: Cach object (ok, it is not a method), String.Format(), String.IsNullOrEmpty(), StartsWith(),... more »
0 commentsSave Tags: .net, javascript, web 2.0
MVC Storefront, Part 8: Testing Controllers, Iteration 1
In this episode I finally ready up the demo, setting up my CatalogController to work with my test repository, and using the DRY principle with Helpers... more »
0 commentsSave Tags: .net, frameworks
Code Based Repeater for ASP.NET MVC
I think we can do better than a foreach loop. A foreach loop doesn’t help you handle alternating items, for example. My response to this story is,... more »
0 commentsSave Tags: .net, frameworks
Silverlight's Fate
While Microsoft is busy churning out the newer versions of Silverlight and we are all learning to cope with plurality and continunal changes in the... more »
1 commentsSave Tags: flash-flex, microsoft, opinion, ria
Agile vs. Waterfall Video
A little flash video of an agile team vs a waterfall team. The message: Join the agile revolution.
6 commentsSave Tags: flash-flex, methodology, trends
Take a screenshot in Flex and send it to ASP.NET
In Adobe Flex 3, you can get a bitmap image of any control by using this code (you'll need to import "mx.graphics.ImageSnapshot"):
0 commentsSave Tags: .net, flash-flex
An Absolute Beginner's Tutorial In Flex 3
With Web users expecting richer and more complex interfaces, Rich Internet Applications (RIAs) are seeing a huge increase in popularity. Adobe Flex is... more »
0 commentsSave Tags: flash-flex
Flex Skinning: Programmatic Skins (Part 2)
When last I left off, I'd given a general introduction to Flex skinning by defining some terminology and then showing you how to use CSS styling and... more »
0 commentsSave Tags: flash-flex, gui, web design
5 advice for developing RIA and WEB application in Flex
Compared with Flash development environment, the component library of flex is more attractive. But because of fully function, the size of program... more »
0 commentsSave Tags: flash-flex
Do you Really Want to Be a Development Team Leader?
Hopefully most will have actually considered the change of role and be looking for new challenges and ways to contribute more to their chosen... more »
3 commentsSave Tags: opinion, reviews
Using NHibernate as an ORM Solution for .NET
NHibernate is an ORM (Object-Relational Mapping) solution for .NET that provides an easy to use framework for mapping an object-oriented domain model... more »
0 commentsSave Tags: .net, database
Silverlight 2 (beta1) Known Issues and workarounds (if any)
The following is the list of known issues for Silverlight 2 beta 1. But this is not something new. If you keep on reading Silverlight Forum, you... more »
0 commentsSave Tags: .net, frameworks
Setting up authentication in asp.net MVC
I wanted to setup user authentication in asp.net MVC, and I wanted it to tie in with the built-in IIdentity and IPrincipal support that is already in... more »
0 commentsSave Tags: .net, frameworks
How can you load .NET assemblies dynamicly.
The first Time i start to develop a .NET Application i had to load a DLL dynamicly. Puh... I don't know how but i wrote a Function to do... more »
2 commentsSave Tags: .net, frameworks
Simplified ASP.NET AJAX Custom Control Development With VS Item Template
At work today I had a friend (Blair) have issues with trying to get a browser alert to popup on the page during an ASYNC post back. I told him I would... more »
0 commentsSave Tags: .net, ajax, web design
via