DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

tlynch Subscribe to this feed
tlynch
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories kicked by tlynch
32
kicks
published 7 days, 9 hours ago, submitted by RyanFarley RyanFarley 8 days, 15 hours ago

crazeegeekchick.com — hese days teams can be dispersed all over the globe. With outsourcing, telecommuting, distance learning and complex project collaboration, it's often helpful to have tools that can assist with the various collaborative tasks need to be done by dispersed teams. I've put together a great list of 27 free... read more...

Add a comment 3 comments | category: | Views: 879
tags: | tag it

70
kicks
published 9 days, 17 hours ago, submitted by craigtp 10 days ago

weblogs.asp.net — From ScottGu's blog. Brand new, Free, ASP.NET 3.5 chart control. It looks very nice! read more...

Add a comment 1 comment | category: | Views: 731
tags: , , , | tag it

22
kicks
published 10 days, 12 hours ago, submitted by desmond 10 days, 16 hours ago

blog.codeville.net — Do you want your HTML file upload controls to show a progress bar during the upload? That's always been tricky. Here's a cool jQuery plugin that gets the job done, along with a demo app written in ASP.NET MVC. read more...

Add a comment add a comment | category: | Views: 448
tags: , , , , | tag it

22
kicks
published 26 days, 7 hours ago, submitted by JamesEggers 28 days, 7 hours ago

randomactsofcoding.blogspot.com — In this sixth and final entry on a series of post focused on using jQuery with no prior knowledge, I dive into applying jQuery into the traditional ASP.Net web form environment. The example code covered in this entry focuses on applying the jQuery Validation plug-in against 2 sets of input in the same form. To make the example more realistic, the form fields are contained inside of content page to ensure the code works with ASP.Net's client id renaming feature/annoyance. read more...

Add a comment 1 comment | category: | Views: 446
tags: | tag it

13
kicks
published 1 month, 13 days ago, submitted by beckelmw 1 month, 18 days ago

beckelman.net — 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...

Add a comment 2 comments | category: | Views: 143
tags: , , , | tag it

18
kicks
published 1 month, 22 days ago, submitted by wisemx wisemx 1 month, 27 days ago

officelabs.com — That brings us to today, releasing Touchless to the world outside Microsoft, as a *FREE* *OPEN-SOURCE* SDK with a low barrier to entry for developers and users. Touchless makes developing multi-touch capable software easy, and the results can be enjoyed by anyone with a webcam (and some M&Ms :))! Touchless has come a long way, but its journey has just begun. I can imagine a variety of great directions to explore using Touchless. Perhaps support for the forthcoming Windows multi-touch API, video chat white-boarding, implementing mouse/game/hotkey/media control, and designing decked out Minority Report style file/media browsers. read more...

Add a comment add a comment | category: | Views: 246
tags: , , , , | tag it

24
kicks
published 1 month, 27 days ago, submitted by Showjumper 2 months, 3 days ago

riderdesign.com — This article shows how to use jQuery in a real world practical situation - to check username availability - by making an AJAX call to a WebMethod. In this artcle we examine how to make the call, how get the desired username and pass it correctly as well as using jQuery to style and display firnedly notification messages. read more...

Add a comment add a comment | category: | Views: 323
tags: , , , | tag it

25
kicks
published 1 month, 29 days ago, submitted by johnsheehan johnsheehan 2 months, 5 days ago

john-sheehan.com — My quest for a better way to select ASP.NET auto-generated IDs with jQuery. read more...

Add a comment 1 comment | category: | Views: 444
tags: , | tag it

31
kicks
published 2 months, 12 days ago, submitted by beckelmw 2 months, 13 days ago

beckelman.net — Back in 2005 Omar Al Zabir (Co-founder and CTO of PageFlakes) posted an article on the CodeProject web site Simulate a Windows Service using ASP.NET to run scheduled jobs that many of you have probably seen. If you liked the idea at the time but didn't do anything with it, you may want to take another look now. In the comments, dselkirk provided an alternative that really cleans things up that Erichero then improved upon slightly and converted to C#. read more...

Add a comment 3 comments | category: | Views: 409
tags: | tag it

24
kicks
published 3 months, 6 days ago, submitted by fzoufaly 3 months, 6 days ago

aggiorno.com — Free tool to make your web pages compatible with IE8 by automating the introduction of the compatibility flag. read more...

Add a comment add a comment | category: | Views: 237
| tag it

35
kicks
published 3 months, 8 days ago, submitted by justin_etheredge justin_etheredge 3 months, 8 days ago

codethinked.com — A guide on how to easily script out an entire database (schema and data) using the Database Publishing Wizard. A tool that you may not know you have access to. And if you have Visual Studio 2008, you already have installed! read more...

Add a comment add a comment | category: | Views: 377
tags: , , , , | tag it

31
kicks
published 3 months, 9 days ago, submitted by JamesNK JamesNK 3 months, 9 days ago

james.newtonking.com — The latest version of Json.NET brings lots of new features including Silverlight support. read more...

Add a comment add a comment | category: | Views: 428
tags: | tag it

36
kicks
published 3 months, 13 days ago, submitted by justin_etheredge justin_etheredge 3 months, 13 days ago

codethinked.com — An overview of the new System.Web.Routing namespace that was included in .net 3.5 SP1. read more...

Add a comment add a comment | category: | Views: 440
tags: , , , , | tag it

18
kicks
published 4 months, 17 days ago, submitted by shashisatya 4 months, 18 days ago

encosia.com — PostBack Ritalin is an ASP.NET AJAX server control to help simplify the common task of disabling buttons and imagebuttons during partial postbacks. read more...

Add a comment 2 comments | category: | Views: 108
tags: | tag it

12
kicks
published 4 months, 24 days ago, submitted by crpietschmann crpietschmann 4 months, 25 days ago

blog.madskristensen.dk — Some weeks ago I wrote how to minify and compress the WebResource.axd handler. In the comments of that post someone asked how to do the same with ScriptResource.axd. I thought about it and realized it could be done much smarter.If you take a look at the HTML source at the CodePlex Issue Tracker page, you’ll see it references 13 WebResource.axd and ScriptResource.axd. That’s 13 different web requests on each page load. The ScriptResource.axd is using HTTP compression but WebResource.axd does not. None of them minifies the scripts.Therefore it would be cool to create a plug ‘n play HttpModule that combines all resource.axd scripts into one single web request and then minify and compress them. It would result in smaller HTML, fewer web requests and optimized JavaScript code. If you’re a YSlow nazi like me, this is a must-have. read more...

Add a comment add a comment | category: | Views: 84
tags: | tag it

34
kicks
published 5 months, 29 days ago, submitted by gt1329a gt1329a 6 months ago

encosia.com — Three common problems that I've seen when using jQuery with ASP.NET AJAX, their underlying causes, and simple solutions to them. read more...

Add a comment add a comment | category: | Views: 390
tags: , , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge