motionblur

Stories kicked by motionblur

Reading other people’s .NET code(3poundmass.wordpress.com)

submitted by wooyaywooyay(695) 4 years, 9 months ago

Places to find great examples of .NET code read more...

add a comment |category: |Views: 5

tags: another

ASP.NET jobs vs Ruby & PHP(techtoolblog.com)

submitted by teenwolfteenwolf(235) 4 years, 9 months ago

How many job listings on the major job boards for the different programming languages - Who Wins? Click to Find Out. read more...

add a comment |category: |Views: 42

tags: another

Creating Efficient ASP.NET AJAX Applications(barmagy.com)

submitted by husclasshusclass(65) 4 years, 9 months ago

Tips to use update panels in ASP.NET AJAX read more...

1 comment |category: |Views: 4

tags: another

Scott Hanselman's 2007 Ultimate Developer and Power Users Tools(hanselman.com)

submitted by wooyaywooyay(695) 4 years, 9 months ago

Scott's fantastic list of essential tools updated for 2007 read more...

add a comment |category: |Views: 34

tags: another

Content-Aware Image Sizing - WOW(fabiopedrosa.info)

submitted by mrlinxmrlinx(580) 4 years, 9 months ago

Cool video I found on YouTube about a software that resizes images with an content-aware algorithm. Must see... read more...

add a comment |category: |Views: 11

tags: another

Where are all the cool startups that run on ASP.NET?(sashasydoruk.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 9 months ago

"Sure there are Community Server, MySpace, DotNetKicks and DasBlog; there are all very fine products, but compare them to LAMP, Rails and Java lineup: Digg, Yahoo, LinkedIn, Flickr, Backpack and the Company, Delicious, all the Google Apps, Mint, Meebo, Twitter, Zillow and of course Infinite Cat Project. If you checkout the new startups on TechCrunch, it seems like every new startup is something Linux based and is not ASP.NET." read more...

5 comments |category: |Views: 20

tags: another

Creating a scrollable and grouped Repeater Layout(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 9 months ago

A couple of people asked me today about a layout I put together for an application. The layout is bascially a scrollable and grouped repeater that looks a little like a ListView control in WinForms. This sort of layout can be great for longer lists when paging is not really the right choice - a common scenario in AJAX applications actually. Here's a quick walk through on how this layout is put together. read more...

add a comment |category: |Views: 49

tags: another

Seamless inline text editing with ASP.NET AJAX(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 9 months ago

A demonstration of how to use ASP.NET AJAX to implement a Label that swaps to a TextBox for editing when clicked and then saves its value when editing is completed. read more...

add a comment |category: |Views: 275

tags: another

Silverlight Based Search Engine(dotnetguts.blogspot.com)

submitted by vermdivyavermdivya(365) 4 years, 9 months ago

New Stunning Silverlight Based Search Engine read more...

2 comments |category: |Views: 10

tags: another

The Yield Statement in C#(alteridem.net)

submitted by rprouserprouse(1175) 4 years, 9 months ago

The yield statement is another often overlooked keyword that was introduced in .NET 2.0. It is used to return items from a loop within a method and retain the state of the method through multiple calls. read more...

2 comments |category: |Views: 125

tags: another

The surprising behavior of "as" in C#(blog.activa.be)

submitted by activaactiva(2340) 4 years, 9 months ago

Type casting and the "as" operator are not the same in C#. Not by a long shot. read more...

add a comment |category: |Views: 142

tags: another

Subkismet to the rescue(blog.incremental.ie)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 9 months ago

Since jumping to a PageRank of 6, DotNetKicks.com has become increasingly attractive to spammers. For the past year or so I has been deleting the posts manually, there would maybe be one or two spam posts per day. In the past week the number of spam posts has jumped to about 60 per day. read more...

3 comments |category: |Views: 12

tags: another

Using JQuery to Make Asp.Net Play Nice with Asp.Net(blog.spontaneouspublicity.com)

submitted by HoolieManHoolieMan(1715) 4 years, 9 months ago

I have found that developing an Asp.Net application that makes heavy use of javascript is very difficult. One of the major pain points is dealing with the horrendously long ids that Asp.Net server controls generates. Here is how to overcome the difficulties with these Uber-long ids. read more...

1 comment |category: |Views: 8

tags: another

Logging Bugs: Do's and Don'ts(devlicio.us)

submitted by dwhittakerdwhittaker(13.1k) 4 years, 9 months ago

Some thoughts about different do's and don'ts in regards to logging software bugs read more...

add a comment |category: |Views: 8

tags: another

Tired eyes? You're looking at the wrong part of your computer monitor!(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 4 years, 9 months ago

How to look at your monitor without straining or tiring your eyes. read more...

2 comments |category: |Views: 20

tags: another

GridView and Paging Alignment(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 9 months ago

The GridView's Pager row is a pain to get properly right aligned in a cross browser fashion. While the alignment settings that the control provides work in IE, they fail to properly right align in Firefox and a bit of work is required to get it to work right. read more...

add a comment |category: |Views: 102

tags: another