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

Search In

Magento get method which loads Model, Block and Helper. 

In magento the functions that is mostly responsible for the things to be done are get and set methods, which are actually same as getter and setter methods. With the help of the get method we can actually call any model, block or helper.   A s

Configuration file in Odoo

Most of the command-line options can be specified with a configuration file. Most of the time, they use similar names with the prefix ( - ) removed and other ( - ) are replaced by _ for e.g. --db-template becomes db_template.ote-. Controllers provi

QTP (Quick Test Professional) and its uses

Introduction to QTP(Quick Test Professional) QTP stands for Quick Test Professional and is a product of Hewlett Packard (HP). QTP was owned by Mercury Interactive and later it was acquired by HP. Its original name was Astra Quick Test and later nam

script for copy to clipboard

Copy to clipboard.. You can see this option in most of the blogs. You can simply click on the link and it will copy the text which set as target. Today we are going to discuss the implementation of this feature. We can see different ways to do the sa

Javascript:Prompt Dialog Box

Prompt dialog Box is used to have an input from the users or to get confirmation on any input. This dialog box is displayed using a method called prompt() which takes two parameters:- (i) A label which you want to display in the text box. (ii) A

How to bind model at runtime in cakephp

Hello guys, Most of time we need to bind model at runtime, So cakephp provides inbuilt function bindModel(). Using this function we can associates model according to requirement . Using this technique we don’t need to association in Model. It will

Constructors in Ruby

Ruby also supports constructors like other Object Oriented Languages. Constructors are used to initialize the instance variables. In most of the Object Oriented Languages constructors has the same name as that of the class, and does not have any retu

HTML onblur event

This event will be fired when the element loses focus. Mostly it is used with the form validation code(e.g. with the input field in a form). onfocus event is the opposite to the onblur attribute. Syntax : <element onload="script"> Example :

Importance of Modules

Module is one of the most important tool in the Ruby toolbox. They are generally used to namespace ruby classes. module Test class Hello end end The class Hello will be wrapped in the Test namespace which means that if we want to create an ins

Configuration and Authentication using OpenSSH key

Secure Shell (SSH) is a cryptographic network for operating network services securely over an unsecured network. A common example is for remote login into a system by an user.  Installation :  Generally it comes already installe

1 46 633
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: