To do this we will have to create the following files into the tutorial_theme directory: header.php – This file will contain the code for the header section of the theme. index.php – This is the main file for the theme. It will contain the code fo… Read more »
Register Menus In WordPress
Create A New WordPress Menu WordPress allows you to create your own custom menus from pages or category items. Using your theme settings you can define where certain menus can appear. For example you can create a menu for all your categories and dis… Read more »
Installing Wordpress
WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time. Before installing the word press download the latest version of wordpress after that extract t… Read more »
Importaint Concept In Operating System
Spooling:- Spooling is the process of a sending data to a spool, or temporary storage area in the computer’s memory. This data may contain files or processes. Like a spool of thread, the data can build up within the spool as multiple files or jobs a… Read more »
Process Control Block In Operating System
The OS must know specific information about processes in order to manage, control them and also to implement the process model, the OS maintains a table (an array of structures), called the process table, with one entry per process.These entries are… Read more »
Program v/s Process v/s Thread
What is a Program?A program is an executable file residing on the disk (secondary storage) in a directory. It is also termed as a set of instructions stored in the secondary storage device that are intended to carry out a specific job. It is read in… Read more »
Seek Time & Rotational Latency Time In OS
Seek time:-The total amount of time required for information on a disk drive to be found. The lower this value is the faster the hard drive will be able to find or read data. Examples of common hard drive seeks times are 8ms and 10ms.Rotational Late… Read more »
Differences Between Windows & Linux Operating System
Windows Linux 1.Windows are Open Source software development 1.Linux is an example of Open Source software development 2. Microsoft Windows can run between 2000-15000 INR per each license copy. 2. The majority of Linux variants are available for fre… Read more »
Demand Paging In Operating System
Demand paging is a form of virtual memory, where a page of memory will be paged in if a program tries to access it and the page is not already in the main memory. Therefore, demand paging only loads pages that should be brought into real memory duri… Read more »
RAID levels In Operating System
RAID (redundant array of independent disks; originally redundant array of inexpensive disks) is a way of storing the same data in different places (thus, redundantly) on multiple hard disks. By placing data on multiple disks, I/O (input/output) oper… Read more »
Distributed Operating System & Parallel operating systems
Distributed Operating System:-It is a model where distributed applications are running on multiple computers linked by communications. A distributed operating system is an extension of the network operating system that supports higher levels of comm… Read more »
Check Who is Accessing your Wireless Connection
Wireless Network Watcher is a small utility that scans your wireless network and displays the list of all computers and devices that are currently connected to your network. For every computer or device that is connected to your network, the followin… Read more »
Create Nameless Files & Folders in windows Xp
This Trick will allow you to create files and folders without any name only in windowsXp. Just follow the following Steps: 1.Select any file or folder. 2.Right click on it, press rename or simply press F2. 3.Press and hold the alt key. While holding… Read more »
Linux Commands for System Administrators
1. Uptime Command In Linux uptime command shows since how long your system is running and the number of users are currently logged in and also displays load average for 1,5 and 15 minutes intervals. # uptime 08:16:26 up 22 min, 1 user, load average… Read more »
CSS Media Queries for Standard Devices
Here are the some commonly used CSS Media Queries for devices like iphone , ipad, android tablets etc… /* Smartphones (portrait and landscape) ———– */ @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { /* Styles */ } … Read more »
Windows 10 Technical Preview
Microsoft only unveiled Windows 10 to the world yesterday, but you can already download a preview version of the new operating system today. The Windows 10 Technical Preview is designed for enthusiasts, developers, and enterprise customers to evaluat… Read more »
Windows 9 Pro Full Eng x64
Download Windows 9 Pro Full Eng x64 (Single Link) iSO 2014 With Product Key – Windows 9 the latest edition windows that will be published by microsoft is this one. The newest & more power up when we compare with windows 8.1 edition. Windows 9 Pr… Read more »
Importaint Concepts in SAD
Role Of System Analyst :-The Systems Analyst is an “IT Business Analyst” who is more focused on system design and the technical aspects of the solution. The systems analyst’s role is mostly system solution centric (does not generally participate in … Read more »