+40 745 232 788

Online Solutions Development Blog   |  

RSS

Category Archives: Web Development

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: HTML
Tags ,

Or company just released a new item’s on Envato’s market place, CodeCanyon – a set of templates for ads. As we already posted before, we already had another item, the WordPress Guest Posts Plugin, but this time we decided to go with a smaller item. This product is in fact a small ads template we …

posted by ,
Categories: Web Development
Tags , , ,

The plugin We are proud to announce that we launched our first product easily available to the public. The package represents a WordPress plugin that allows blog owners to accept articles submitted by guests that don’t have an account in the administration area. In fact we launched the product more than two months ago but we …

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 …