
Search In
Minification in Javascript:
Minification means removing/clearing. In javacript, Minification is the process of removing all characters(i.e extra whitespace, comments, new line characters, etc.) from the javascript source code that are not necessar
What I want:
When I click the First Name a profile.php will open and in one place of a profile.php displays Profiles with a Similar Job Title and Industry
Example
Click Steven and Neena, Lex, and Alexander's profile will display in profile.php
Programming buddies,
I'm back online after nearly 2wks of offline. Gonna be harassing you guys again and more this time. Eeek!
Anyway, right now, I'm trying to build a script that adds multi-entries into the same single cell MySQLsql row.
T
While working with treeview you can bind it with fixed items or with the dynamic items using the database data .
HTML for Treeview
<h3>
Vehicle Details</h3>
<hr />
/* Defining treeview and its properties*/
SQL SERVER: Copy structure of an existing table without data into new table
Create a table named "tblStudents" in database and insert some dummy data into it.
CREATE TABLE tblStudents
(
StudentId INT NOT NULL IDENTITY
Deferred vs Immediate Query Execution in LINQ
There are two execution behaviours in LINQ namely Deferred and Immediate.
Deferred Execution : In this type query execution does not take place at time of declaration rather executi
Today, there are lots of people looking for mobile applications to have the best past time, and wants to make some money with apps keeps increasing. Understanding this, lots of business people are relying on mobile applications for various purposes.
Is Google Duplex a magical device of artificial intelligence (AI)?
Indeed, it is a good representative of AI. You just allow it to take calls on your behalf. It will not let you feel that a computerized voice is on the other end talkin
If you are planning to build a WordPress website or have already built it, you may be thinking about WordPress hosting. Right from the difference between WordPress hosting and normal web hosting to different types of hosting plans to choose from, the
Relational types in OpenERP are:
many2one
one2many
many2many
related
many2one: associates an object to its parent object. Example Customer and Invoices. Many invoices belong to one customer.
Syntax:
fields.many2one(
'other.object.name
