
Search In
Every object in OpenERP is based on OSV i.e Object Service and this service implements full Object-Relational Mapping enabling developers not to worry for the simple SQL operations.
In OpenERP, we have such ORM methods that are very useful. Here are
Say Hello to Slim World
Today I am going to reveal first part of building REST API in Joomla 3.4 with SLIM Framework. To get started with Slim, here is small introduction about slim framework that is written on SLIM official website.
"Slim is a PHP
We need to write search queries every now and then in our projects. This is one of the most common tasks a PHP developer has to do. Most of the developers still use wildcard queries for this purpose which is very slow in searching records. However My
Hello all,
Working with JQuery, many times we tries to search a particular parent element which may be a specific HTML tag (like div, para any other tag), and to do this, JQuery comes with some built-in function which allows us to find the parent el
Cordova camera plugin allow user to select one picture at a time. However, we can show all pictures selected by gallery or captured by camera one by one by following code:
view file:
<div ng-controller=“MultipleSelEx”>
<div class="list
Hello Reader,
If you want to create WordPress custom login using AJAX below example will help you.
You just need to follow the steps one by one.
1.) copy the below line and paste it to header,php file under </head> section.
<script type
Hello Readers,
.attr() and .prop() in jquery:
Both .attr() and .prop() are jquery methods.
jquery.attr() is used to get the value of an attribute for the set of matched elements while jquery .prop() is used to get the value of a property for the s
Here we will learn how we can use the css selector to change the representation of the
the navigation listing or other listing.In the below example we have listed some of the air sports and water sports and we will change the representation of the li
We can create odd/even stripes with different alternate colors which is easier to identify and good to represent the data in alternate color format.
We can use the css method to color the even/odd rows using class selectors. This is the case when th
.empty() : All the child element of the matched element are removed by this method i.e the element will not be removed only the content of all DOM elements in the matched set are removed.
.remove() : This method removes the matched element
