
Search In
Building a team of motivated people in your business is key to get the absolute best results, yet such a large number of managers focus on the 'ra-ra-ra', instead of the important things – the things that make people feel great in their
Static Testing:
Static type of testing can be performed manually or by a set of tools on the code of an application or program which are not to be executed. It checks the code, requirements and design documents and generates reviews, comments on the
If you want to create multiple work-flows in single module in Odoo for that you have to follow below code-
<!-- Activity -->
<record id="act_draft" model="workflow.activity">
<field name="wkf_id" r
Ranking of a website link for certain set of keywords on search engines like Google depend on some defined set of rules that need to be followed in order to improve the keyword rank and achieve a higher ranking on Google. However, when we t
In SharePoint, each project has its own tasks, assignments, team members etc. While creating projects in SharePoint we have to also create tasks, assignments, team members and custom fields.
Here below is the sample code for creating assignments in
While working with AngularJS, sometimes when we are receving data from the server and that data contains a string which has line-seperations in it in the form of \n, the angularJS is not able to parse \n and thus we see the entire string in one line
Rails: Scopes
Rails is made for building applications rapidly. Scope is an another example that truly admires this feature. Its use can be explained by taking an example. Suppose you have a blogging site and you want to show everywhere only those pos
PHP Session is defined as a storage type which hold the values that are set to the $SESSION[], until we attempt to destroy the session.
Whereas Cookies are the temporary and also have the small storage.
For each data, the name, value, expiration peri
With easy access to 3D printers, design software, and crowdfunding, inventors can easily create a prototype of their product. However, they need to select one of the following types first:
Presentation Prototype: This combines off-the-shelf compon
In this blog we will go through a set of best practices for working with ADO.NET:
1. Database Connection
From performance perspective, it is important that While working with a database that we should open a connection with the database
