Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to use Variables in Stylus

Hi Guys, We can use variables in Stylus like the example given below. $fontColor = #000 $basefont = 'Raleway' sans-serif As shown in above example '$' is use before the variable and then variable name How can use this ? .block font-size

Change password from Custom portlet in liferay

Hello Below code will help you to implement change password from custom portlet. Please follow below steps : step 1 : create Action URL <portlet:actionURL name="updatePassword" var="updatePassword"/> step 2 : Write below code in JSP page

How to add the custom field in default joomla 3.x registration form

I am posting the steps below to add the custom field in default joomla 3.x registration form: 1.Navigate to joomla_root/components/com_users/models/forms/registration.xml and add a field there. 2.Then open up joomla_root/components/com_users/models/r

How to set sequences in openerp-7

How to set sequences in openerp-7 If customer change sequences in invoice Basically , The Number you see on invoice is a sequence generated by OpenERP. You can include some prefix, suffix etc to the number. According to this case, for each site, you

Constant in PHP

Constant value cannot be changed or undefined during the execution of script. By default constant is case-sensitive. Constant cannot be defined by simple assignment, they may only be defined using the define() function. Create a PHP Constant : defi

Set Dynamic Size of button according to the Title text

if you want to change the size of UIButton according to the title text then use the following function-- -(void)setDynamicSizeOfButton:(UIButton *)button andSize:(CGFloat)Size { CGSize size = [button.titleLabel.text sizeWithAttributes:

Range in Odoo

The range function specifies a range of integers: range(start, stop) - the integers between start (inclusive) and stop (exclusive) The third value can be accepted by specifying the change between the values. range(start, stop, step) - the int

How to use api.onchange in Odoo ?

All the work and tasks are done in the cache in on_change context. Therefore so you dont need to be worried for altering database as the recordSet will be able to altred inside your function. That’s the main difference with @api.depends. For e

Joomla 3.0 favicon

You can easily change favicon in Joomla using the following steps. First Create your Favicon with the dimensions 16x16 pixels, once you create it save it by using the name "favicon.ico". We can easily generate favicon using the free online gen

How to make ON/OFF switch button in android.

In the below code first I have added a Switch button in main layout. Here I have created two-state toggle switch that can select between two options. The user may drag the thumb back and forth to choose the selected option. In MainActivity I have use

1 46 342
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: