Skip to content
Bojan Bjelic

Bojan Bjelic

coding, systems, future

  • Posts
  • About
  • Contact

Category Archives: Tutorials

git source control with a local repository (no server)

Even when working alone or on simple projects, I like to have the benefits of source control – history, branching, and backup. Here are the common steps that need to be taken to use git in this scenario.

Posted byBojan BjelićJanuary 5, 2015December 14, 2018Posted inCoding, TutorialsTags: digital life, git, source controlLeave a comment on git source control with a local repository (no server)

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.

Posted byBojan BjelićAugust 1, 2012November 3, 2021Posted inCoding, TutorialsTags: code, json, XML, XSLT69 Comments on Convert XML to JSON using XSLT

Evolution Of The JavaScript Loop

loop

Sometimes, the way the syntax is changing can lead to huge improvements in coding and readability. One great example is JavaScript’s forEach.

Posted byBojan BjelićNovember 16, 2011September 1, 2022Posted inCoding, TutorialsTags: code, javascript2 Comments on Evolution Of The JavaScript Loop

Game Of Life JavaScript Implementation

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

Posted byBojan BjelićOctober 23, 2011December 14, 2018Posted inCoding, TutorialsTags: code, javascript, software design1 Comment on Game Of Life JavaScript Implementation

Converting Word Document to HTML

Word and Browser illustration

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.

Posted byBojan BjelićApril 2, 2011December 14, 2018Posted inProductivity, TutorialsTags: HTML, Microsoft Word, XHTML2 Comments on Converting Word Document to HTML

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.

Posted byBojan BjelićJanuary 11, 2011December 14, 2018Posted inCoding, TutorialsTags: C#, code, LINQ, reference, XMLLeave a comment on LINQ to XML

Searching from browser – Firefox quick searches and Chrome search engines

Faster way to search and conveniently perform tasks on pages.

Posted byBojan BjelićNovember 13, 2010December 14, 2018Posted inProductivity, TutorialsTags: tips & tricks, toolsLeave a comment on Searching from browser – Firefox quick searches and Chrome search engines

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.

Posted byBojan BjelićNovember 7, 2010April 7, 2021Posted inCoding, TutorialsTags: reference, Regular expresionsLeave a comment on Regular expressions are a tool, not a problem
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
Bojan Bjelic, Proudly powered by WordPress.