Posts tagged #javascript

TypeScript patterns: Controller

The next pattern I want to take a look at, that is fundamental to how many JavaScript applications are structured, is the Controller pattern. There are different definitions for what a Controller is on the client, depending on what framework people are used to working with. As...

LanguagesPatterns
Read more

User Experience on the web - moving beyond jQuery

Providing a customized high quality user experience is becomming increasingly important on the web. It is no longer enough to provide information and functionality, but it also has to look and feel nice in a way that contributes in building the company brand. To do this we needed...

ArchitectureTechnology
Read more

Mama said knock you out!

In my last post I looked at how WCF Web API plays well with JQuery Templates. A former colleague of mine questioned if it could be used in all scenarios. This is a rather broad question, but I do think it can be used for most of your templating needs. So in this post I will give...

Technology
Read more

Yearning for some learning?

A piece of advise that is often given to developers who want to keep improving, is to learn a new programming language every year. I mostly think it holds true if you try to learn a new paradigme – because just learning new syntax won’t really get you anywhere. Koans One way of...

Everyday lifeLanguagesTechnology
Read more

My Ajaxy JavaScript stack

I have been working primarily with ASP.NET MVC for a little over a year now, and this has prompted me to do quite a bit more Ajaxy functionality. So while doing this I have been looking at quite a few Ajax/Javascript libraries. As most other developers I have been swept away by...

Read more

Javascript - weak on getting week

Well this is one of those posts that start out being as a reminder for myself, since I had to do a script that I don't want to waste my time having to write again later on. Basically I ran into a customer who wanted week numbers added to a calendar. This seemed basic enough, but...

Read more

Flickr og billedwidgets

En af mine gamle lidenskaber der indimellem popper frem er at lege med billeder, og nu jeg har haft ferie gav det sig udslag i at jeg ville prøve at lave en billedvæg til mit site, hvor billederne skulle trækkes fra flickr . Jeg havde egentlig forventet lidt bøvl, men selve det...

Read more

JQuery nu en del af .NET pakken!

Jeg er selv en af de mange der har forelsket mig i JQuery, da det er et fantastisk værktøj der gør livet meget lettere for webudviklere. Dagens gode nyhed som kan læses fra Scott Gu her og fra Hanselman her er at Microsoft fra nu af shipper JQuery sammen med .NET og der vil blive...

Read more