In Ubuntu the linux commands to add an user to a new group, add user to an existing group, creating a new group etc.
Author: admin
Install Eclipse manually offline in Ubuntu 14.04
A how to guide- Install the Eclipse software manually off-line In Ubuntu 14.04 LTS, after downloading the tar.gz file from website, install the latest eclipse version.
Install java netbeans offline manually in ubuntu 14.04 LTS linux
How to install Java Netbeans package manually in ubuntu 14.04 LTS linux operating system (after downloading netbeans from the Netbeans or Oracle website).
Setting up virtual host in Ubuntu 14.04 localhost
Setup Virtual Hosts In Apache On Ubuntu 14.04 LTS for PHP testing, wordpress test install in Ubuntu local server, i.e localhost.
Configure Eclipse PHP IDE for WordPress
Want to use Eclipse Editor for Wordpress coding ? This is a good short Video tutorial and Know how to configure Eclipse free PHP editor (Luna / Helios etc) for wordpress web development
Tutorial on DOM : Learn the basics of DOM
The Document Object Model (DOM) is the model that describes how all the Elements/Tags/ Selectors in an HTML / XML page, are placed as a TREE structure or hierarchical structure, inside the document. How each DOM elements can be accessed and manipulated. In this tutorial you will learn the basics of DOM object model.
Speed up your website : Make your website faster
Read the Yahoo guide to speed up your website, minimize HTTP Requests:
JavaScript global variable updated by onchange event of drop down lists
Example of Global variable in JavaScript. In this program when you select a drop down element then JavaScript function is called and the select element is passed to the function and function updates the global variable inside the function and add the select element’s option element’s value to the global variable and the output is… Continue reading JavaScript global variable updated by onchange event of drop down lists
Three column fluid layout- middle column centered between 2 columns
Kolkata CSS expert Mr. B Choudhury, explains three column fluid layout using Float -where middle column of any width centered with respect to left and right column. For CSS layout call, Phone (+91)9163111390, Email webseos@gmail.com.
Password protecting WordPress Page / Post in which you need to enter password every time
Special type of password protection of Wordpress Pages or Posts in which you need to enter password every time. Normally you need to enter password only once.