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

Search In

Different position values used in xpath

In Odoo/OpenERP many times we need to inherit views in order to add/remove/replace few elements of the original view. Simple use of `` can make that easier. With this tag we have to provide an attribute called "position". This attribute contains foll

How to filter WooCommerce products by custom attribute

Hello Everyone, in this blog I teach you how to filter WooCommerce products by custom attribute. There are wide range of filter Plugins for filter product with custom attribute in WooCommerce like : 1. YITH WooCommerce Ajax Product Filter 2. WooCom

SQL : How to pass an array of parameters to stored procedure using XML?

In this article we will see how to pass an array of parameters to a stored procedure using xml. For illustration purpose we will be passing the below list of id's : <ids> <id>1</id> <id>2</id> <id>3&l

How to load a previous page using JavaScript ?

History back() method in JavaScript : The back() method of a history object is used to load the previous page browsed. In our application sometimes we required to go to last opened page, in this case the back() function is used. It is same as the bac

Different ways to open file in PHP

Ways to open a file in PHP are given below: 1. r: Open a file for read only. File pointer points at the beginning of the file. 2. w: Open a file for write only. File pointer begins at the beginning of the file. It erases all the data of the file o

Save CakePHP session in Database ?

How to save CakePHP session in Database ? To store session in Database, you need to create a table in DB so that you can store the session in it. Follow below steps. 1. Create a table in DB CREATE TABLE IF NOT EXISTS `users` ( `id` VARCHAR(255) NOT

How to load a next page using JavaScript ?

History forward() method in JavaScript : The forward() method of a history object is used to load the next page browsed. In our application sometimes we required to go to next opened page, in this case the forward() function is used. It is same as th

How to disable Updates in WordPress ?

The simplest way to disable word-press updates by installing and activating Disable Updates Manager plugin from the given below link. [https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/][1] WordPress updates disable by Manually if

Use .pluck If You Only Need a Subset of Model Attributes

If you want few attributes from a table, instead of instantiating a collection of models and then running a .map over them to get the data you need, it’s very much economical to use .pluck to pull only the attributes you need as a array. There woul

SQL : How to get column names of a table in SQL Server ?

Often we may be required to get the names of all columns in a table in SQL server. In this post we will see the different options available in SQL server to fetch the column names. 1) We can use the below query to get the column names. SELECT COLUM

1 535 949
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: