In this post we’ll take a look at two quite new things. JSViews and the MVCHaack prototype, in a simple scenario in which we’ll update multiple records in an mvc app. First what is what. Intro JsViews, is the next generation of jQuery templates and data link, divided in two parts JsRender and JsViews. On [...]
Using JsViews + MVCHaack Prototype to update multiple records in ASP.NET MVC
November 2nd, 2011 by Per Ökvist — .Net
Tags: ASP.NET MVC, javascript
jQuery Changes From 1.4.2 to 1.6
August 9th, 2011 by Anders Janmyr — Dynamic languages
jQuery is a powerful library and it is possible to get by without using any of the new features. That’s why many of us just upgrade to a new version assuming that it is mostly bug and performance fixes. This is not the case. jQuery 1.4.2 was released in February 2010 and it’s been one [...]
Tags: coffeescript, javascript, jquery
“HTML5 & MVC3″ Debriefing
May 28th, 2011 by Gustaf Nilsson Kotte , Per Ökvist and Karl Adriansson — .Net, Dynamic languages
Recently, Jayway hosted the seminar “HTML5 & MVC3″ in Malmö and Stockholm. We also visited the SweNUG Linköping group and held our presentation there. In this post, we will give you links to some of the topics we covered. The presentation was first delivered on Techdays 2011, and we recommend you to look at that [...]
Tags: .Net, html5, javascript, web
CoffeeScript Goodies
May 16th, 2011 by Gustaf Nilsson Kotte — Dynamic languages
A few weeks ago, it was announced that Ruby on Rails 3.1 will include jQuery, Sass (using SCSS) and CoffeeScript as default dependencies. Among these, CoffeeScript seems to be the controversial dependency, at least if you read the comments on the actual commit (check out the funny meme pictures). In this blog post, I’ll try to [...]
Tags: coffeescript, javascript, web
Editable lines in Google Maps using the Javascript v3 API
April 28th, 2011 by Tobias Södergren — Tips & Tricks
The Google Maps Javascript API v3 provides overlays for drawing shapes, such as Polygons, Circles, Polylines and Rectangles. The shapes are not implicitly interactive in the respect that you cannot tell the shape to be ‘editable’ as you could in the Javascript v2 API (here’s an example). To simulate the behavior using functionality provided by [...]
Tags: google maps, javascript
App Attack – three teams, three solutions
April 15th, 2011 by Andreas Hallberg — Uncategorized
What happens when you give three small teams ninety minutes, one loosely worded spec and no rules? Read on. We developers instinctively focus on the code. It must be testable, decoupled, beautiful, robust, and (here’s the thing) it should hopefully do what it supposed to do. Let’s create a situation where, for once, only the [...]
Tags: html5, javascript, windows phone 7
TechDays 2011 Web Debriefing
March 30th, 2011 by Gustaf Nilsson Kotte , Per Ökvist and Karl Adriansson — .Net
During the last two days of TechDays 2011 in Örebro, with the tagline ‘the Cloud story’, the term HTML5 was as frequently mentioned by speakers on some tracks as the word cloud was in other. Team .NET Web was represented by Gustaf (@gustaf_nk), Per (@per_okvist) and Karl (@herradriansson), with a session about our views on [...]
Tags: ASP.NET MVC, html5, javascript
Good Practices for Rich Web Applications
August 16th, 2010 by Anders Janmyr — Uncategorized
Use jQuery jQuery is the best thing that has happened to Javascript since it got first class functions in version 1.2. The library is elegant, powerful and has exactly the right level of abstraction for working with the DOM. There is nothing more to say. Learn it and use it. Good resources are: the jQuery [...]
Tags: css, html, javascript, jquery, web
Creating a TinyMce plugin for a Wicket application
October 7th, 2009 by Rickard Nilsson — Java
I’m currently working on a web project based on Wicket. In this web project there was a request for a web based word processor. TinyMce fits the bill perfectly and as it happens is also integrated in Wicket. Lucky me! Another request required me to make my own plugin for TinyMce. Only, it turned out [...]
Tags: frameworks, javascript, plugin, programming, scripting, tinymce, web, wicket
Wicket Javascript Internals dissected
September 26th, 2008 by Nino Martinez — Java
SO you need to do something special with a javascript and you want to integrate that with wicket. In my last article I looked at this from the wicket side and wrote about what you can do to push something out from wicket. But what if you want to interact? Then you will have to take a peek at wickets javascript internals. If you are working on an ajax component you get these wicket javascript source files included as default [...]
Tags: ajax, frameworks, javascript, open source, programming, web, wicket
