My experiance with the prototype framework

It has been a long time now since my last post. I have simply not found the time to write anything. But today I have a little spare time, so I tought I'd write a little bit about my experiance with the prototype javascript framework. We have recently started a developer group in my home town, varbe ...

What my toolbox looks like

I guess that most developer have their favorite set of libraries that they use in just about every project. Atleast I have such a toolbox. They are tools that I find myself using constantly and that I feel help me in my development. Here comes my list. 1. Asp.Net Mvc Well, I'm mostly a web develop ...

Using partial views for javascript

Lately I have been working on a web application that requieres quite a bit of javascript. I decided to use the Mvc pattern here that I have written about before to see how it works out and to get a more readable and seperated javascript code. I did want to seperate the view, model and controller fro ...

Using the MVC pattern in javascript

As anyone who have ever worked on a javascript heavy page knows, javascript can very easily get out of hand and become a mess. Roy Osherove thinks we should fix this problem by generating our javascript using a server side programing language. I didn't realy like this idea, nor did Jimmy Bogard. But ...

I would not abstract away my javascript

Yesterday I saw this post by Roy Osherove where he talks about Script# and writing c# code to generate javascript code. I dont realy like this idé, as javascript and c# are two very different languages. While c# is a static programing language, javascript is a dynamic scripting language and i ...

Keep your javascript away from my markup

Today, many web applications use alot of javascript to create a nice experiance for the user. With libraries like jQuery it is very easy to create that little extra that gives you this "woow" feeling. I use alot of javascript as well and I think it´s pretty fun writing when using a l ...

Javascript in my usercontrols at the bottom please

So the other day I sat down to optimize my latest part of a page that I been working on and I realized that I had some javascript in a usercontrol. In the javascript I called .net functions like ResolveUrl and i didn't want the cost of yet another request with the thoughts of all my jquery plugins. ...

<< [1] >>