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

Search In

How to install Skype in Ubuntu

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

Use of Transaction in DBMS

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

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

Drupal Theme, Regions, Block

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

Drupal Global Theme Configuration

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

Useful PostgreSQL Command

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

How to remove parent(or default) javascripts and css in WordPress child theme?

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

jQuery Filtering - first( ) method

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

jQuery Filtering - last( ) method

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

jQuery Filtering - eq( ) method

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>

1 145 342
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: