+40 745 232 788

Online Solutions Development Blog   |  

RSS

Category Archives: JavaScript

posted by ,
Categories: HTML, JavaScript
Tags ,

In this article, I will try to show you how to make an IPv4 address validation by using jquery.inputmask plugin. But first I would like to write some words about this plugin and his general functionality. What does this plugin ? This plugin provides a way to add a text format to a text field …

posted by ,
Categories: JavaScript, Web Development
Tags , ,

Continuing from part 2 this final article will show you how to make the pieces move by drag and drop and adding some game logic. Note: Unless specified otherwise, the file you need to edit will be BoardController.js. Restrict camera rotation The first thing we need to do is to stop the camera from moving …

posted by ,
Categories: JavaScript, Web Development
Tags , ,

In a previous article we’ve built the basic structure of our 3D checkers game and ended up with drawing a simple cube. In this article we’ll add the board and the pieces. By the end of this part you’ll have something like that looks like this: First, download and copy the content from the 3D …

posted by ,
Categories: Ajax, HTML, JavaScript, PHP
Tags , , , , ,

The last article I’ve wrote was about Dynamic jQuery Slider search. In this article I will search within some estates using a zip code and a slider for radius and in the end show the results in a map (grouping them in clusters). The final result will look similar with the following image: We will …

posted by ,
Categories: JavaScript, Web Development
Tags , ,

This is the first part from a series of articles that will show you how to build a 3D board game that will run in a modern browser. Checkers is the game that will be used to demonstrate the browser’s 3D capabilities. To find out more about the game go here. Some notes before starting: …