Often we need to get the user’s location through the browser. I implemented in my Meteor Js application to get … More
Tag: js
Tips : Excellent online tool to implement and test regular expressions
Meteor Js: Meteor Kitchen – Nice Package
Meteor Kitchen ————————————————– ————————- http://www.meteorkitchen.com/ Nice applications to generate meteor projects with login components, customer base, consultations, pagination and all … More
Meteor Js: Do you want know more about meteor js ?
Excellent blog. It talks about the meteor js concepts and principles, contains tips and best practices. It’s worth checking out. … More
Primefaces : Confirmation dialog with javascript
It works in the situation that you want to ask something for user before really do it. For example, we … More
Meteor : How to use ReactiveVar ?
Some times do you wan’t change values automatically in your page. In this situations you can use “ReactiveVar”. ReactiveVar package … More
Meteor : How to use the Google Directions API in my meteor application ?
Create a google key for your application You need to go to the google developer console and create your application, … More
Primefaces : How call window refresh in a component event ?
Some times nothing works very well when you are programming with jsf and primefaces, so you decide call a function … More