Stories recently tagged with 'ReadIt'

Creating A Navigation In Silverlight(jeffblankenburg.com)

submitted by jblankenburgjblankenburg(1264) 3 years ago

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. read more...

add a comment |category: |Views: 426

tags: another

Checklist for high quality websites(blog.madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 3 years ago

A checklist for things to do that will highten the quality of any website. read more...

add a comment |category: |Views: 543

tags: another

Deciding When to Use ASP.NET MVC Framework(blogs.microsoft.co.il)

submitted by gilfgilf(2123) 3 years ago

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. read more...

add a comment |category: |Views: 540

tags: another

ASP.NET Confirmation Button using JQuery (javicrespotech.blogspot.com)

submitted by fintz69fintz69(700) 3 years, 1 month ago

Creating a ASP.NET Confirmation Button control that uses JQuery and its plugin SimpleModal to implement modal confirmation popups. read more...

add a comment |category: |Views: 604

tags: another

37 Phenomenal jQuery Plugins and Demos for Developers(speckyboy.com)

submitted by sharplifesharplife(4560) 3 years, 1 month ago

Find the most practical and best jQuery plugins for web developers, see demos, learn about and download them. read more...

add a comment |category: |Views: 609

tags: another

Building a simple multiplayer game with ASP.Net MVC and jQuery(squaredroot.com)

submitted by TroyMGTroyMG(2670) 3 years, 1 month ago

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. Who knows, maybe the source could kick-start development on your own game? read more...

add a comment |category: |Views: 885

tags: another

Simple ASP.NET MVC Beta AJAX with jQuery!(rasmuskl.dk)

submitted by rasmusklrasmuskl(110) 3 years, 3 months ago

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 projects over from WebForms - and I must say that the experience is quite different. So I've set out to do the smallest (simple) demo possible of ASP.NET MVC AJAX with jQuery - just to get (and give you) the flavor of it. read more...

add a comment |category: |Views: 119

tags: another

Software Tools You Should Be Using and Blogs You Should Be Reading(blog.obishawn.com)

submitted by SuperJasonSuperJason(2740) 3 years, 3 months ago

Advice on how to become a great developer and not just a monkey programmer. read more...

add a comment |category: |Views: 1029

tags: another

C# 4.0 New Features Part 2 - default and named parameters(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 3 months ago

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. read more...

add a comment |category: |Views: 479

tags: another

89 Ways for You to Become the Coolest Developer in the World(effectize.com)

submitted by YuraYura(995) 3 years, 3 months ago

You can learn how to improve your programming skills, work better and enjoy it from this collection of advice from experienced developers. read more...

add a comment |category: |Views: 839

tags: another

The Art of Programming(spoiledtechie.com)

submitted by cheetahtechcheetahtech(815) 3 years, 3 months ago

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 be an artist... in anything, food, whatever. It depends on how good he is at it. Creasey's art is death. He's about to paint his masterpiece." - Man on Fire read more...

1 comment |category: |Views: 385

tags: another

Social Timeline(bradygaster.com)

submitted by diggerdanhdiggerdanh(295) 3 years, 3 months ago

A slick little ASP.NET MVC + JQuery example. read more...

add a comment |category: |Views: 341

tags: another

Developing with Source Code Control Best Practices Part 1(msmvps.com)

submitted by PeterRitchiePeterRitchie(1505) 3 years, 3 months ago

Peter details some first principles about SCC, and some very basic developing with SCC practices that every dev should follow. read more...

2 comments |category: |Views: 502

tags: another

Client Side ASP.NET ListView Sorting via jQuery TableSorter Plugin Dem(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 3 months ago

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 I have been handling user requested sorting (all server side) up until now. What I found was the jQuery TableSorter plugin plus a few extras. The plugin, like just about all jQuery plugins is really easy to use. You just point it at your table and it does the rest (make sure your table has thead and tbody tags though). Of course there are many options that you can set for your particular situation. Check out the demo. read more...

2 comments |category: |Views: 485

tags: another

Form Validation Simplified w/ Asp.Net MVC(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 3 months ago

A short screencast on how to simplify form validation w/ Asp.Net MVC read more...

add a comment |category: |Views: 253

tags: another

Client Templating with jQuery(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 3 months ago

Client templating in Javascript can be a great tool to reduce the amount of code you have to write to create markup content on the client. There are a number of different ways that templating can be accomplished from a purely manual approach to a full templating engine. In this entry I'll look at several different approaches. read more...

add a comment |category: |Views: 326

tags: another