Customize yours responsive layouts made with Bootstrap. See how easy it is to use and how many different layouts exist. … More
Author: camilamacedo86
Tips : Develop responsive applications with Bootstrap
Bootstrap is a very nice framework developed with the concept of “Mobile First”. Through it you can easily develop layouts … More
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
Java 8 : How to do grouping data using Stream API ?
When we have a list of objects and we want to group them by an attribute is easier now. In … More
Java8 : How to filter data from a collection in Java 8 ? #Stream #Filters
Stream has been added in the new API ‘s Java 8 to help you work with collections. Here’s a simple … More
Primefaces : How to disabling retroactive dates in the calendar component?
A lot of times, you don’t want to allow to user can be selected a retroactive date. Below is a … More
JavaServer Faces: How to print the size of a list ?
If you are using a datatable or any other component of Primefaces or JSF and want to print the size of … 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