
Search In
JavaScript Arrays : Array is a like a container which contains the same type of objects or elements. Arrays has fixed length. We can access the array elements using the index value.The index of the array starts from 0.
Example of creating array in
Hello Friends,
Some time we need to set a different layout for our web-page. Mean this page will appear some thing different by the mean of different header, footer or some thing different by look and appearance. For this you need create a different
In this small blog we will learn how to create a file with different file extensions and how can we write some text or paragraph in the file? how to write content of one file to another file. We can also use cat command to append the binary data.We c
Hello Readers,
Before i tell you how to call static block in magento. Lets understand the term "static block" & How to Create It..?
Static blocks : Sometimes we are required to add some custom data or images (like banners) in the middl
Featured Articles are those articles which are displayed on the front-page in Joomla. Whenever you create an article as featured they are by default displayed on the front-page. To create an article as featured follow the steps given below:
Login t
In Cakephp we have some default error pages but we can create our own error page. Here we will create a custom error page to show error if controller not found. If controller not found then we will show 404 error page. Below are few steps for creati
If the create method is successful, the value associated to the request key will be a dictionary containing various information about the created request:
1-id: the request id
2-key: your private key for this request
For example code is like below.
In OpenERP first create the users and then users is retrieve an active resource of model res_users with the specified login. When users login in web page then verify all the rights and authentication. If users rights and authentication both is fine t
For storing new user information in database, first we have to create a new table in database which contain user name,email,password fields.
The logic of the controller is written below. In below code we have create a function registration ,so
ButterKnife is library to initialize the views with Annotations.
With the help of Butterknife you have no need to initialize view with findViewBtId().
here we start.
1. Create Project.
2. Open module level build.gradle file.
3. Add below dependen
