Tag: code
-
Encounter: Cursorless is alien magic from the future – Xe Iaso
Is the future of code input voice? Just imagine if you started this way… Source: Cursorless is alien magic from the future – Xe Iaso
-
ribosome (A simple generic code generation tool)
A simple generic code generation tool Source: ribosome
-
Convert XML to JSON using XSLT
With increasing service reuse came the need for portable data formats, XML was one of the first widely used, but lately JSON is in bloom. I needed to convert XML into JSON format for easier consumption on the client, so here’s an article describing the way to do it using XSLT with code and examples.
-
Once upon a browser
Fun bookmarklet to randomly rotate elements on the page, based on Eric Meyer’s idea.
-
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.
-
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.
-
LINQ to XML
Seems that LINQ to XML does not get near as much attention as LINQ to SQL, but that’s a shame since there is a lot going on here too. Here are some examples performed on RSS.