Jakobsson

Stories submitted by Jakobsson

Building a forum application, Part 1 (mattias-jakobsson.net)

submitted by JakobssonJakobsson(485) 3 years, 2 months ago

I have decided to build a forum application. My goal is to build a generic forum that people can use and learn from. I want to use the latest techniques and tools to build a good application base that is easy to extend with the functionality that you require. I will post here from time to time as I progress to hopefully get some feedback on the stuff I do "wrong" or "right" and hopefully someone will learn something from this. read more...

add a comment |category: |Views: 20

tags: another

Extended jMonthCalendar with drag n drop (mattias-jakobsson.net)

submitted by JakobssonJakobsson(485) 3 years, 2 months ago

For a few weeks me and Magnus (the other guy that is blogging here) have been working on intranet. Mostly for learning purposes. The other week we needed a calendar to let users have a overlook at their schedule. We started googling a bit and found a great jquery plugin called jMonthCalendar. This was exacly what we needed. read more...

add a comment |category: |Views: 36

tags: another

Mvc, validate controller action input(mattias-jakobsson.net)

submitted by JakobssonJakobsson(485) 3 years, 2 months ago

This post will not be about another validation framework, as there is allready many good once out there. Instead I will talk about how to simplify the use of a validation framework in a asp.net mvc application. read more...

add a comment |category: |Views: 22

tags: another

Asp.net mvc captcha validation made easy(mattias-jakobsson.net)

submitted by JakobssonJakobsson(485) 3 years, 2 months ago

Here I explain a pretty nice way of doing captcha validation in a asp.net mvc application. read more...

add a comment |category: |Views: 52

tags: another

First post and Asp.Net MVC 1.0 released! (mattias-jakobsson.net)

submitted by JakobssonJakobsson(485) 3 years, 2 months ago

The first post, and the MVC is finally released in a 1.0 version! read more...

add a comment |category: |Views: 3

tags: another

Page selector html helper(mattias-jakobsson.net)

submitted by JakobssonJakobsson(485) 3 years, 2 months ago

Building a generic Page selector html helper for asp.net mvc. read more...

add a comment |category: |Views: 16

tags: another