
Search In
Hello
Today's post describes about the steps to maintain product data for PIM desktop.
In PIM Desktop, a product is a data record that is used as a container for items of the same type. The Explorer (products) perspective is provid
Hello friends, today I'll tell you how you can display a menu to a specific user in Joomla. Before starting the process you should know about User Group and User Access Level in Joomla. User Group and User Access Level in joomla is used to contro
Hi Team
i am struggling to implement two things on this class,
1) to define a property when creating a modifier for using std::map<K, V> that one K is an int and V string.
2).how to create a test function inside a class?
- this clas
Var vs Dynamic Keywords in C#
1) Introduction of these keywords
var was introduced in C# 3.0.
dynamic was introduced in C# 4.0.
2) Variable initialization
When a variable is declared as var type then the variable is to be initiali
In my previous blog Upgrading Rails from 3.0 to 3.1, I explained you how we can upgrade a rails application from 3.0 to 3.1. In this I am going to show you, what changes are required to update an application from 3.1 to the latest of 3.2 rails versio
Bug Triage
Bug Triage is a traditional technique in which each bug/issue is prioritized on the basis of its severity, recurrence, uncertainty and other critical guideline. It enables testers to assign priority (high, medium, low) to bugs and report t
Sections and Categories:
Sections and Categories in Joomla are used to organise or manage the articles. A section have one more categories and a category have one or more articles assigned to it. An Article in Joomla is associated with exactly one c
To assign a new theme to magento follow these steps
1) Go to admin > System > Configuration
2) select 'Design' tab on the left menu bar under General Tab.
3) There you will see the Package and Themes section.
4) Enter the theme name in th
We can create custom HTML module in joomla using the administrative area.
Go to Extensions -> Module Manager.Then click New icon and select Custom HTML as a module type.
A new page will open where user need to enter the title of the module,
While assigning data types when we have large bulk of data we select the data type accrodingly.
If our integer value have data that is out of range hen we will store it in another data type called object and that process is also called as boxing.