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

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

Stories kicked by friends of justin_etheredge
3
kicks
submitted by crpietschmann crpietschmann 11 hours, 1 minute ago

bradwilson.typepad.com — The ASP.NET MVC team just dropped CodePlex Preview 5. It contains a whole raft of new stuff, but there are two highly related features that I worked on. Since I have one foot in the "Dynamic Data" space and one foot into the "MVC" space (being the guy working on "Dynamic Data for MVC"), it means I get to have conversations like this: read more...

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

1
kicks
submitted by crpietschmann crpietschmann 11 hours, 5 minutes ago

nirandas.com — Many websites specially forum sites display time relative to the current time as “3 Hours 25 Minutes ago”, “30 Seconds ago” etc. In this post I will show a method using which we can convert datetime into descriptive relative time string. read more...

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

1
kicks
submitted by crpietschmann crpietschmann 11 hours, 5 minutes ago

nirandas.com — I been interested in asp.net mvc since its preview2 release but really its now that I am playing with it. I have downloaded the asp.net mvc preview4 and is currently enjoying the cool new method of developing asp.net websites. An important feature of asp.net mvc framework is its pretty urls and ability to map incomming requests to controllers and action like other mvc frameworks. However the url format like “/blog/archive/hellow-world” would not work on iis6 by default. For these types of urls to work on iis, we either have to setup iis to route all incomming requests to asp.net or use a different url format. read more...

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

1
kicks
submitted by crpietschmann crpietschmann 11 hours, 6 minutes ago

nirandas.com — I been using prototype for few of my project lately, however, I been hearing some wonderful things about jquery so decided that it is the right time to give it a short. Here is what I tried to implement with jquery on asp.net mvc. I decided to add the ability to automatically check whether the username given by the user on the registration page is already taken or is available. For this I added a new action on the account controller named “check”. This action returns a ContentResult containing the text to display. Code follows: read more...

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

3
kicks
submitted by crpietschmann crpietschmann 11 hours, 45 minutes ago

pietschsoft.com — About two weeks ago I posted on how to Implement Custom Theme support in ASP.NET MVC. There were some breaking changes made when the Preview 5 release was released yesterday, so here's a post that contains the updated code for this new release. This is also a good example of how to create a custom ViewEngine in ASP.NET MVC Preview 5. read more...

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

3
kicks
submitted by craigshoemaker craigshoemaker 18 hours, 54 minutes ago

jeremyskinner.co.uk — Clever article on how to use Routing in WebForms to achieve ASP.NET MVC-type behavior of auto-binding URL parameters to controls read more...

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

1
kicks
submitted by mdopp mdopp 19 hours, 54 minutes ago

mattberseth.com — I thought it would be interesting to see what it would take to create a menu for navigating the tables in the site. I was particularly interested in seeing if I could get some grouping or categorization to the metadata so I could create a multi-leveled menu. more... read more...

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

2
kicks
submitted by adminjew adminjew 20 hours, 8 minutes ago

lostechies.com — Your First QUnit Test To start testing, you’ll need to start by creating an HTML page (MyFooTests.htm, for example). This page will need to reference the jquery core JS file, testrunner.js, testsuite.css, as well as the JS file containing the code you’re going to be testing. Lastly, the page will need some special HTML at the bottom with well-known ID’s so that QUnit can display its output. When you’re done, you should have a rough skeleton like this: read more...

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

2
kicks
submitted by mwhouser 20 hours, 26 minutes ago

insidercoding.com — This article describes how to get a list of network connections and their status (up/down, IP address, etc.). read more...

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

3
kicks
submitted by alkampfer alkampfer 20 hours, 29 minutes ago

nablasoft.com — This little post shows you how to open and modify a word 2007 document using openXML SDK. read more...

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

3
kicks
submitted by ourcurrentfuture 21 hours, 36 minutes ago

codinghorror.com — HttpOnly cookies don't make you immune from XSS cookie theft, but they raise the bar considerably. It's practically free, a "set it and forget it" setting that's bound to become increasingly secure over time as more browsers follow the example of IE7 and implement client-side HttpOnly cookie security correctly. If you develop web applications, or you know anyone who develops web applications, make sure they know about HttpOnly cookies.originated from, so there is no cross-domain posting of the cookies. read more...

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

3
kicks
submitted by ssmith 21 hours, 41 minutes ago

stevesmithblog.com — Some simple tips and a handy extension method for rendering any ASP.NET control as a string, which can then be passed via a web service to an AJAX call. read more...

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

2
kicks
submitted by wisemx wisemx 21 hours, 43 minutes ago

blogs.msdn.com — Ok, you should know that we just released Internet Explorer 8 Beta 2 and that is is awesome (check my mini-mini-mini review here). I’m sure you downloaded and installed it and started experiencing all the cool features. But… did you find sites that do not work well with it? Report them and help us making IE8 better!!! Just install the “Report a Webpage Problem Internet Explorer 8.0 Beta Add-On” and make sure you let us know when something is not quite right!!! read more...

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

22
kicks
published 20 hours, 29 minutes ago, submitted by maartenba 22 hours, 21 minutes ago

blog.maartenballiauw.be — In earlier ASP.NET MVC previews, form validation was something that should be implemented "by hand". Since the new ASP.NET MVC preview 5, form validation has become more handy. Let me show you how you can add validation in such a ridiculously easy manner. read more...

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

22
kicks
published 20 hours, 29 minutes ago, submitted by maartenba 22 hours, 21 minutes ago

blog.maartenballiauw.be — In earlier ASP.NET MVC previews, form validation was something that should be implemented "by hand". Since the new ASP.NET MVC preview 5, form validation has become more handy. Let me show you how you can add validation in such a ridiculously easy manner. read more...

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

22
kicks
published 20 hours, 29 minutes ago, submitted by maartenba 22 hours, 21 minutes ago

blog.maartenballiauw.be — In earlier ASP.NET MVC previews, form validation was something that should be implemented "by hand". Since the new ASP.NET MVC preview 5, form validation has become more handy. Let me show you how you can add validation in such a ridiculously easy manner. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge