
Search In
Skype can be installed in your Ubuntu system in various ways.
Here i am going to tell you 2 popular ways to install skype on your Ubuntu system.
The GUI Way of installing skype
For this we will use cannonical partners repository. We need to ena
A transaction is any unit of work done against the database.A transaction can be used to save the changes made to the database, it can be used to rollback the database to any save point.
For example say if you are creating or updating a record or de
Media queries
In bootstrap we can create responsive site which can run on desktop as well as mobile.Thus breakpoints can be defined by using media queries whose attributes can be changed under specified conditions.
<!-- Stack the columns on mo
What is a theme
In the relation of Drupal, the term "theme" means a collection of inter-related files that are responsible for the look and feel of a Drupal website
One of the key advantages of Drupal's architecture is the ability to obstruct and o
Global Theme Configuration
I am asuming this is the fresh installaiton of drupal.
From the menu bar click on Appearance you would see that Bartik is selected as the default frontend and seven is the Administrative theme,
Where to change the setti
Some Useful PostgreSQL Command in below example->
Backup database-
pg_dump -U geekstuff erp -f mydb.sql
Restore database-
psql -U erp -d erp_devel -f mydb.sql
Change owner of database-
ALTER DATABASE erp_v1 OWNER TO openerp;
Describing table
Hello readers, today I will guide you about How to remove parent(or default) JavaScript and css in wordpress child theme.
There are 2 ways to add css and js in your wordpress project.
header.php
functions.php
The below code defines that how to a
This method is used to return the first element of the selected elements.
Example :
HTML Code :
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div style="border: 1px solid black;">
<p>This is the first pa
This method is used to return the last element of the selected elements.This filter help users to filtering the selected elements.
Example :
HTML Code :
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div style="bord
This method is used to return the element with choosing index number of the selected elements.In this method, indexing is starting with 0 i.e first element have a index number 0.
Example :
HTML Code :
<!DOCTYPE html>
<html>
<head>
