+40 745 232 788

Online Solutions Development Blog   |  

RSS

Tag Archives: ajax

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: 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: 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 …

This will be a very simple plugin for wordpress blogs that will allow users to save a file on their server just by providing the url of that file. Let’s say you see a nice picture on another site and you want to save it on your server and use it in one of your …