
Search In
Displaying images in a mobile application is one of the most common tasks for app developers.
It can be quite challenging to efficiently load multiple images and display it on list-view or grid-view in Android.
You can use following single class
cordova -v
/usr/local/lib/node_modules/cordova/node_modules/configstore/index.js:53
throw err;
^
Error: EACCES: permission denied, open '/Users/admin/.config/configstore/update-notifier-cordova.json'
You don't have ac
This blog will help you to send Push Notifications to iPhone devices from server side where server side code is written in Java.
Follow the below code in order to send Push Notification:
Define the below dependency in you pom.xml, if you are usin
In my last blog I have written about how to use Jhansi Karee's Android Scanning library.
This blog is about how you can use/modify library code according to your requirement.
I am assuming that you are already familiar with Op
Creating a module in OpenErp is very simple. All you need to know is the basic skeleton of any module to be used in the system. There are four major files that build up your module:
1.) init.py file
2.) openerp.py file
3.) mymodel.py file
While doing validation you need to put validation apart from that you need to provide the regular expression
in cases where only specific values are allowed to enter otherwise user cannot enter it
Regular expressions are series of c
This tutorial will help a user to learn how to install mod_jk module and what is mod_jk.mod_jk is basically Apache module which is used to connect the “Servlet Container” [also known as “Web Container”] with the “Web Servers” (i.e. Apache, iPlanet, S
In .NET we do validations to restrict wrong entries and making valid values to be entered through the forms.
Validation on a form or UI page can be done on two sides
1 Server Side Validation
2 Client Side Validation
Server Side validation we pr
If you face following error: "java.io.FileNotFoundException: the system cannot find the file specified" and error similar to below is visible in logs:
Exception in thread "main" java.io.FileNotFoundException: Report.PDF (The system c
Hello Reader's ,
Hope your are doing good today.
Today we will learn about password hashing in CakePHP 3.0.
Before going to start you should know about Password Hashing.
Now days password are one of the most important security feature for all
