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

Search In

Creating list page of content with the help of view and also search option in drupal 8

HI Druplers, Today I m going to share a very useful code for drupal 8.I am going to create a list of the pages which also have search functionality with any code with the help of drupal most famous module which is view.   Step 1: First, c

4 Different Types of Data Analytics - An Overview

Data analytics is becoming very on-trend. It is in such demand that a great number of people are becoming interested in learning more about it. A job that is promising, rewarding and comfortable is what is attracting the youth towards it. Online cour

Springs Annotations

Springs Annotation: Spring provides a mechanism where it can automatically handle the injection of properties and referred objects without defining them in xml files by using Spring Annotations. Listing them below: @Autowired @Resource @PostConstr

How to create a contact form using contact form 7 plugin in WordPress?

This aide is a prologue to the Contact Form 7 module for WordPress. Fundamental information of WordPress organization is required. With different illustrations, this instructional exercise discloses how to show a structure on your page, and how to re

Returns the default price unity in Odoo/OpenERP

In res.partner method we can returns the default price unity on run time and we can access the default price unity in Odoo server. For example you can see below code. from openerp import api from openerp.osv import osv, fields from openerp.tools.tr

How to Remove Error 'No Such Element Exception' From Below Python Code

I am trying to run the following code: from selenium import webdriver # create a new Firefox session driver = webdriver.Firefox(executable_path=r'C:\Program Files\geckodriver.exe') driver.implicitly_wait(30) driver.maximize_window() # navigat

How to implement autolayout programatically in iOS?

  Hi Reader’s, This blog includes the concept of implementing autolayout programatically. This can be done in two ways:- 1.NSLayoutConstraint Class 2.VisualFormat   Below is an example which includes a UITextField creation and th

iOS UIKit Framework and its Components

The UIKit framework is used to provide graphical infrastructure and event-driven interface for the iOS application. The User interface can be implemented by window and view architecture which is provided by the UIKit framework. It manages the interac

Define Service Entities in liferay 6.2

Hello guys, Entities are the heart of a service which are defined in the service.xml in the liferay portlet. It represents the map between the model objects in Java and the fields/column and tables in your database. Once your entities are defined in

Single Table Inheritance in Rails

STI can be considered where single table can be used to represent multiple models based on different type. The parent model inherits from ActiveRecord::Base. Other models inherit from parent model. Data store and accessed from same table for all STI

1 25 103
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: