|
|
justin_etheredge
Stories kicked by friends of justin_etheredge
|
|
submitted by
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
|
category: ASP.NET | Views: 6
|
|
tags:
ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: CLR | Views: 2
|
|
tags:
DateTime, CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: ASP.NET | Views: 2
|
|
tags:
ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: ASP.NET | Views: 2
|
|
tags:
ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: ASP.NET | Views: 6
|
|
tags:
Themes, viewengine, ASP.NET, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: ASP.NET | Views: 11
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: ASP.NET | Views: 2
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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...
|
|
tags:
Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: C++ | Views: 2
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
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
|
category: C# | Views: 3
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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...
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: ASP.NET | Views: 5
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: IE | Views: 3
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
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...
1 comment
|
category: ASP.NET | Views: 154
|
|
tags:
Validation, ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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...
1 comment
|
category: ASP.NET | Views: 154
|
|
tags:
Validation, ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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...
1 comment
|
category: ASP.NET | Views: 154
|
|
tags:
Validation, ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|