+40 745 232 788

Online Solutions Development Blog   |  

RSS

Category Archives: JavaScript

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, Mobile Development
Tags , , ,

In a previous article I’ve extended the Sencha Touch 1 tab bar component to be used in a MVC structured application. After Sencha Touch 2 was launched some of the readers that liked that solution asked if it could be adapted for the new version. Now that I got the time to focus on this …

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, Mobile Development
Tags , , , ,

Usually, when creating a Sencha Touch MVC application all of its controllers and views are included manually in index.html and loaded when the app starts. But, when there are a lot of controllers and views to load, the time it takes the application to launch will be longer. A solution for this could be to …

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

While I’m working on the 4th part of the Creating a Sencha Touch MVC application from scratch  series, I’ve decided to write this little article because the feedback received indicated that this would be useful for some of you. Many Sencha Touch developers tried or want to use the TabPanel component in a MVC structured …