+40 745 232 788

Online Solutions Development Blog   |  

RSS

Tag 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: Ajax, JavaScript, PHP
Tags , , , ,

In this article, I will show you how to make a search within intervals using AJAX and jQuery Slider. I will use for example purpose a search between a minimum and a maximum price of some estates that will look like the one you can see in these images: We will use a HTML file, …

posted by ,
Categories: Mobile Development
Tags , , , , , ,

Developing mobile applications using HTML5 is a very discussed subject these days. Using only HTML, CSS and JavaScript sounds attractive to a lot of people because of the lean learning curve and the cross-platform ability. Two of the frameworks that make this happen are MoSync and PhoneGap. The open-source MoSync Software Development Kit (SDK) is …

posted by ,
Categories: JavaScript
Tags , , , , ,

Have you ever wanted to know what do you have to do tomorrow or in the next week without checking your agenda? Today I’m going to show you how to use JQuery Datepicker and AJAX  to create a calendar that looks like this: This dynamic datepicker calendar will allow users to click on a date …

posted by ,
Categories: JavaScript
Tags , , , ,

JSONP is the answer to two quite popular questions among the web developers: how can I make an asynchronous call to an script that is not on my server? how can I “hide” my ajax calls in the javascript console? What is JSONP? Short version: it’s an alternative to ajax. Long version(with example) below: I …