Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

ORM Methods in OpenERP

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

REST API in joomla 3.4 with SLIM Framework PART 1

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

Indexed full text search in PHP-MySQL (PART - 1)

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

Difference between closest() and parents() function in JQuery

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

Phonegap / Cordova selecting multiple photos

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

Create custom user login using AJAX in WordPress

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

What is difference between .attr() and .prop() in jquery ?

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

How to use the CSS Selector for dynamically chaging the listing.

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

How to represent the odd/even rows using alternate colors

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() vs .remove() vs .detach() - jQuery

.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

1 214 287
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: