
Search In
We use cookie to identify the identity of a user and make sure that the user is an authentic user when user traverses through different pages of an application or a website. Basically a cookie is a file in text format that is embedded by the server o
You can use JavaScript to add elements like textbox, button, radio button in a html form. createElement() method is used to create html elements at runtime.
Here is the example:
HTML:
<form>
<h2>Dynamically add element in form.</h2&
Skinning a Character in Maya using Component Editor
Tutorial #1
Intermediate
In the following tutorial we will learn the alternate way to skin the mesh in Maya apart from usual painting based skinning .
We will use Maya’s multipurpose Compone
Hello guys,
many times developers got stuck into the issue that How to create Two level or multilevel workflow for Liferay 6.2.
So here below I have created two level or multilevel workflow for liferay 6.2.
In which first approver approve the task af
Project Management is a plethora of activities. Project Management indulges in various activities such as Client Communication, Resource Planning, Project Planning, Risk analysis and mitigation, Project co-ordination and so on. In order to smooth&nbs
While performing database interactions you need to made a repository class in which all SQL mehods are predefined.
That class is called as Base Repository
Imports System.Data.SqlClient
Imports System.Xml
Imports System.Globaliz
If you want to make Split Invoices in OpenERP(Odoo) follow the below mentioned steps:
Step-1Install 10n_ve_split_invoice module.
Step-2 After that we have to customised 10n_ve_split_invoice module.
In below example, I have custmozied .py file. You ca
Strong Parameters in Rails
Strong parameters are used to prevent the action controller parameters that are used in Active Model Mass Assignment. If you want to use them, you need to white-list them. It is basically used as a security for sensitive mo
First question is that it is legitimate to use JavaScript redirect over other available options like Htaccess Redirect, html Redirect, Php redirect etc. as SEO point of view ?
The answers is famous quote from Google Support itself.
"Using JavaSc
Here I am giving a brief idea of creating a custom module for newbie.
For taking an example, I am creating a list of contents of my custom content type.
However for creating custom pages, we can use Views module and it is highly customizable. But I
