By tag: ReadIt
0
kicks
Checklist for high quality websites
A checklist for things to do that will highten the quality of any website.
0
kicks
Creating A Navigation In Silverlight
A navigation is always a tricky project for every application. It seems to be in a constant state of flux, up until the minute the site goes live. With Silverlight, some of that becomes easier. This post will show you how to create a simple navigation in Silverlight.
0
kicks
Deciding When to Use ASP.NET MVC Framework
The post aim is to help you decide when it’s appropriate to use ASP.NET MVC Framework and when it is appropriate to use ASP.NET Web Forms.
0
kicks
ASP.NET Confirmation Button using JQuery
Creating a ASP.NET Confirmation Button control that uses JQuery and its plugin SimpleModal to implement modal confirmation popups.
0
kicks
Building a simple multiplayer game with ASP.Net MVC and jQuery
Last weekend I had presented a small multiplayer-game built in MVC and jQuery as a sample for a speaking engagement. There isn't much to the "game", as you currently can only move around, but it helps illustrate how easy it is to use jQuery and MVC together to make something interesting. W...
0
kicks
37 Phenomenal jQuery Plugins and Demos for Developers
Find the most practical and best jQuery plugins for web developers, see demos, learn about and download them.
0
kicks
Simple ASP.NET MVC Beta AJAX with jQuery!
ASP.NET MVC is all the rage these days - and after Microsoft announced their partnership with the great folks over at jQuery and started shipping it - I knew I had to explore the whole AJAX experience again. I've still not played too much with the MVC framework, but I am working on switching a few p...
0
kicks
Software Tools You Should Be Using and Blogs You Should Be Reading
Advice on how to become a great developer and not just a monkey programmer.
0
kicks
C# 4.0 New Features Part 2 - default and named parameters
New feature in C# 4.0 number 2, default and named parameters! Look at what they are, and how they are used in C# 4.0.
0
kicks
89 Ways for You to Become the Coolest Developer in the World
You can learn how to improve your programming skills, work better and enjoy it from this collection of advice from experienced developers.
0
kicks
The Art of Programming
Do you think of programming as an art or as a necessity? Do you think of programming as a passion or just something to make money off of? Do you find that when you write a program you are brought to a place that can no longer be called a job, but a life changing experience?
"A man can ...
0
kicks
Client Side ASP.NET ListView Sorting via jQuery TableSorter Plugin Dem
I was recently asked to provide sorting on a ListView that I knew needed it, but had left off originally because I was having trouble with the way I normally handle sorting ListViews with this particular page. This led me to searching for another way. I think what I came up with may replace the way ...
0
kicks
Developing with Source Code Control Best Practices Part 1
Peter details some first principles about SCC, and some very basic developing with SCC practices that every dev should follow.
0
kicks
Form Validation Simplified w/ Asp.Net MVC
A short screencast on how to simplify form validation w/ Asp.Net MVC