Serendipity running machine progressing toward accomplishments.

Archive for the ‘Tutorials’ Category

Game Of Life JavaScript Implementation

An article about implementing and redesigning the Conway’s Game Of Life in JavaScript.

Read more

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.

Read more

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.

Read more

Searching from browser – Firefox quick searches and Chrome search engines

Faster way to search and conveniently perform tasks on pages.

Read more

Regular expressions are a tool, not a problem

Regular expressions are a good tool that should be used when appropriate, as with other programming tools and patterns. But when used to solve a wrong kind of problem, you can easily run into even bigger problems.

Read more