
Search In
If you want to make user in OpenERP (Odoo) follow the below mentioned steps: -
Step-1 Go to Settings menu and click it.
Step-2 Go to users->Users
Step-3 click on Create button
Step-4 Name->Email->Adress->Access Rights->Appli
SDLC Models: The full form of SDLC is Software Development Life Cycle.
SDLC process is used by Programmer or Developers the most but Tester also follow the rule for testing the applications.
In IT company there are many SDLC model, but we can separ
Hi Readers,
To make the tableView cell animate from a particular point to its position, you just have to add the lines below in the “willDisplayCell:” delegate function of the table view as shown below.
-(void)tableView:(UITableView *)tableView wi
When Style sheets are effectively merged into a single style sheet in the order in which they appear in the HTML source is said to be Multiple style sheets.If some properties have been defined for the same element in different style sheets, than th
DotNetNuke 7 Setup and Installation is pretty much different as compare to previous versions. Following are the steps to setup DNN latest version (7.0.4):-
Copy DNN Community Edition files to C:/websites/dnndev.me (dir used by template)
set fol
Unity 3D has number of useful tools which makes our game development easy and interactive,which we use through IDE.Some of the major components we will be using throughout game development in Unity include:
1)Toolbar-It remains at the top of IDE an
To add pause/stop functionality on mouse over using easySlider1.7
Step 1: Open easySlider JS file in editor like notepad, notepad++ etc.
Step 2: Goto line number ‘56’, and add below bold marked line.
continuous: false,
numeric: false,
To add pause/stop functionality on mouse hover using easySlider1.7
Step 1: Open easySlider JS file in editor like notepad, notepad++ etc.
Step 2: Go to line number ‘56’, and add below bold marked line.
continuous: false,
numeric: false
DNN provide export and import portals functionality by which we can create new portal using old portal
Steps to export the template:
1.Login in the portal with super user account.
2.Go to host->site management ->Export site template.
3.Fill
Hi if you want to upload two separate files from one single form to be uploaded and with a for simplest code
Look at mine code.
The form will have two separate input files but you need to name them common, ex 'files[]' I'm using 'upload[]' in this c
