Skip to main content

Posts

Showing posts from July, 2015

Basic Computer Shortcuts

Ctrl+C : Copies selected content. Ctrl+V : Pastes copied content Ctrl+X : Cut's selected content Ctrl+Z : undo the previous action Ctrl+Y : redo the action you undid Ctrl+A : Selects whole content Ctrl+P : print Windows Logo key( )+Down Arrow : Minimizes the window. Windows Logo key( )+Up Arrow : Maximizes the window. Windows Logo key( )+Left/Right Arrow : To compare two windows. While pressing the Windows logo key  , click the Right Arrow key or the Left Arrow key and your browser will slide over to one side. Select another window (such as a Word document) and use the shortcut only with the opposite arrow. Windows Logo key( )+L  : Locks your computer Windows Logo key( )+P : Presentation display mode Windows Logo key( )+Plus(+)/Minus(-)  : Zoom In and Zoom Out Windows Logo key( )+F : Search for a file Windows Logo key( )+F1 : help Ctrl+Shift+Esc : To open Task Manager

Windows 10 preview

World wide Microsoft Windows users are eagerly waiting for the latest operating System Windows 10,which is going to launch very soon. If you are interested with Windows 10,you can download the preview and evaluation versions from the following link. click here for windows 10 preview

What is CSS?

Cascading Style Sheet ( CSS ),it defines the styles for HTML elements or how an HTML element to displayed. There are three ways to use CSS in an HTML file.    Inline CSS by using a style  attribute with html tag     Internal CSS using a  <style> element  in the HTML <head> section     External CSS using one or more  external CSS files Inline CSS Example <html> <body style="background-color:lightgrey"> <h2 style="color:red">Hello</h2> </body> </html> So here we used the style as inline for the <body> and <h1>element.Remember the syntax for inline, style="property:Value" If you want to give multiple property's just separate by a semicolon(;). Internal CSS Internal - using a  <style> element  in the HTML <head> section <html> <head> <style> body {backg...

Popular Acronyms and Abbreviation used in Information Technology

You may confused many times with lots of acronyms what's it stands for? So you can find out here some useful abbreviations and acronyms. CD: Compact Disc DVD: Digital Versatile Disc/Digital Video Disc HD: High Definition JPG: Joint Photographic Graphics JPEG: Joint Photographic expert Group HTML:Hyper Text Markup Language XML:Extensible Markup Language PHP: PHP:Hypertext Preprocessor HDD: Hard Disc Drive BIOS: Basic Input/Output System ROM: Read Only Memory RAM: Random Access Memory DB: Database DTS: Digital Theater System ASP: Active Server Page USB: Universal Serial Bus DOS: Disk Operating System MPEG:Motion Picture Experts Group OS:Operating System APP: Application WWW: World Wide Web HTTP: Hyper Text Transfer Protocol HTTPS: Hyper Text Transfer Protocol Secure FTP: File Transfer Protocol SSL: Secure Socket Layer LED:Light Emitting Diode GPS: Global Positioning System PDF: Portable Document Format

Learn the basic IT terms

Most of us are computer and Internet users,if i ask a question "What is an Internet or Computer?",most of them will be silent. Actually they are using it 24x7 time,but they don't know how to define its in a technical way. So here itself you can try to learn some definition of some basic IT Terms. 1) Computer :-Its a digital electronic, data processing and multi tasking device. 2) Internet :- Internet is a collection of computer networks. 3) Network :-A network is a group of two or more computer devices connected together by using cables or wireless. 4) Database :-Database is a collection of organized data.Access,Oracle,MySql are the examples of relational database system.In a relational database ,data's are arranged by using tables(relations). Figure shows the symbol a database. 5) Program :-Sequence of instruction given to the system to solve a particular task is called program. 6) Software :-A collection of program that can do many tasks.Example...