Author: Bojan Bjelić
-
Evolution Of The JavaScript Loop
Sometimes, the way the syntax is changing can lead to huge improvements in coding and readability. One great example is JavaScript’s forEach.
-
Game Of Life JavaScript Implementation
An article about implementing and redesigning the Conway’s Game Of Life in JavaScript.
-
Signal Links
Posts, photos, interesting stuff I enjoyed during past couple of weeks (18. July 2011 – 16. August 2011).
-
Signal Links
A couple of posts and videos I enjoyed for the previous week (11. July 2011 – 18. July 2011).
-
-
-
Multiple Values For The Same GET or POST Parameter in ASP.NET MVC
The main advantage of passing multiple values as the same parameter via GET or POST is that it will produce a neatly cast list as the input of the action method.
-
Converting Word Document to HTML
Microsoft Word happens to be the text editing application of choice for many of my clients. And they would like to post the content to web, so I still find myself in a situation where I need to export a Word document to HTML.
-
Run NUnit for the current VisualStudio project
Basic integration of Visual Studio and NUnit is pretty easy to achieve.
-
Formatting date, time, currency in various cultures
In today’s interconnected world, it’s important that online applications support different cultures. A bit on this theme, .NET support for this, and some analysis on various interesting formats.