Home » Archives for November 2010
Five Tips To Secure Your Joomla Website
Posted in
Web Design
|
Tuesday, November 30, 2010|
admin
Websites nowadays are more vulnerable to web hackers. Many web security experts identifies an increasing of overall hacking this last year for almost 600%. Almost all content management system (CMS) software and public web platform are more prone to hacking. However many web experts are continuing to develop a tool to fight against hacker. Joomla developers and programmers are one of the most successful in providing web security service to protect your website. In this post i will give you some tips on how to secure your Joomla website.
1. When you choose to build any Joomla site you need to consider a good maintenance plan and it can cost some money. Most hacker using a third party extensions and look for vulnerabilities to hack your site, so make sure your Joomla core components and extensions are using the latest security patch.
Four Easy Steps in Designing Joomla Website
Posted in
Web Design
|
|
admin
Joomla is one of the most easiest content management system to use especially for beginners. Many Joomla developers said that designing a Joomla website can be difficult for the beginners and try to overcomplicate the process. If you are planning to build your own website, all you need to do is to follow this five simple steps.
Step 1. You need to install Joomla first in your website. The most common way to do this is to use Fantastico it is located in your hosting account control panel. It only takes about 3 minutes to complete the installation.
Tips For Building A Successful Website
Posted in
Web Design
|
|
admin
Building a website is just a first step. In creating a website it is a must that you keep this important thing. Driving business to your site takes knowledge, planning, time and effort to make your website successful. Now lets find out how to build a great website that really sells.
Here are some tips for building a successful website:
Step 1. Find the best niche for your website. Dont start building a website with no particular topic or post everything. If your website is about technology, make your content about technology. Do not post content that are not related to your blog niche so the readers in your site not confused on what your website is for.
Java Programming Language
Posted in
sofware
|
Thursday, November 25, 2010|
admin
Java refer to a programming language developed by Sun Microsystems. The syntax of Java is much like that of C/C++, but it is object-oriented and structured around "classes" instead of functions. Java can also be used for programming applets -- small programs that can be embedded in Web sites. The language is becoming increasingly popular among both Web and software developers since it is efficient and easy-to-use.
Java can be used to create complete applications that may run on a single computer or be distributed among servers and clients in a network. It can also be used to build a small application module or applet for use as part of a Web page. Applets make it possible for a Web page user to interact with the page.
C /C++ Programming Language
Posted in
sofware
|
|
admin
C Programming Language
C is a high-level programming language that was developed in the mid-1970s. It was originally used for writing Unix programs, but is now used to write applications for nearly every available platform. Compared to most previous languages, C is easier to read, more flexible (can be used for a wide variety of purposes), and more efficient at using memory.
C is a structured, procedural programming language that has been widely used both for operating systems and applications and that has had a wide following in the academic community. Many versions of UNIX-based operating systems are written in C. C has been standardized as part of the Portable Operating System Interface (POSIX).
PHP (Hypertext Preprocessor)
Posted in
sofware
|
|
admin
PHP was originally created by Rasmus Lerdorf in 1995 and has been in continuous development ever since. The main implementation of PHP is now produced by the PHP Group and serves as the de facto standard for PHP as there is no formal specification. PHP is released under the PHP License.PHP is free and offered under an open source license.
PHP Stands for "Hypertext Preprocessor." PHP is an HTML-embedded Web scripting language. This means PHP code can be inserted into the HTML of a Web page. When a PHP page is accessed, the PHP code is read or "parsed" by the server the page resides on.
Web Cookie
Posted in
Internet Terms
|
|
admin
In computer terminology a cookie is information that a Web site puts on your hard disk so that it can remember something about you at a later time. (More technically, it is information for future use that is stored by the server on the client side of a client/server communication.) Typically, a cookie records your preferences when using a particular site.
Using the Web's Hypertext Transfer Protocol (HTTP), each request for a Web page is independent of all other requests. For this reason, the Web page server has no memory of what pages it has sent to a user previously or anything about your previous visits. A cookie is a mechanism that allows the server to store its own information about a user on the user's own computer.
Captcha
Posted in
Internet Terms
|
|
admin
A Captcha is program used to verify that a human, rather than a computer, is entering data. Captchas are commonly seen at the end of online forms and ask the user to enter text from a distorted image. The text in the image may be wavy, have lines through it, or may be highly irregular, making it nearly impossible for an automated program to recognize it. Some captchas are so distorted that they can be difficult for humans to recognize as well. Fortunately, most captchas allow the user to regenerate the image if the text is too difficult to read. Some even include an auditory pronunciation feature.
By requiring a captcha response, webmasters can prevent automated programs, or "bots," from filling out forms online. This prevents spam from being sent through website forms and ensures that wikis, such as Wikipedia, are only edited by humans. Captchas are also used by websites to make sure users don't bog down the server with repeated requests. While captchas may be a minor inconvenience to the user, they can save webmasters a lot of hassle by fending off automated programs.
CSS (Cascading Style Sheet)
Posted in
Internet Terms
|
|
admin
CSS stands for "Cascading Style Sheet." Cascading style sheets is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation, including elements such as the layout, colors, and fonts.This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, enable multiple pages to share formatting, and reduce complexity and repetition in the structural content (such as by allowing for tableless web design).
CSS can also allow the same markup page to be presented in different styles for different rendering methods, such as on-screen, in print, by voice (when read out by a speech-based browser or screen reader) and on Braille-based, tactile devices. While the author of a document typically links that document to a CSS style sheet, readers can use a different style sheet, perhaps one on their own computer, to override the one the author has specified.
Bitmap
Posted in
File Formats
|
|
admin
Most images you see on your computer are composed of bitmaps. A bitmap is a map of dots, or bits (hence the name), that looks like a picture as long you are sitting a reasonable distance away from the screen. Common bitmap filetypes include BMP (the raw bitmap format), JPEG, GIF, PICT, PCX, and TIFF.
A bit map does not need to contain a bit of color-coded information for each pixel on every row. It only needs to contain information indicating a new color as the display scans along a row. Thus, an image with much solid color will tend to require a small bit map.
Graphics Interchange Format (GIF)
Posted in
File Formats
|
|
admin
Graphics Interchange Format (GIF) is a bitmap image format that was introduced by CompuServe in 1987 and has since come into widespread usage on the World Wide Web due to its wide support and portability.GIF images use a compression formula originally developed by CompuServe.
GIFs are based on indexed colors, which is a palette of at most 256 colors. This helps greatly reduce their file size. These compressed image files can be quickly transmitted over a network or the Internet, which is why you often see them on Web pages. GIF files are great for small icons and animated images, but they lack the color range to be used for high-quality photos.
Portable Network Graphic (PNG)
Posted in
File Formats
|
|
admin
PNG Stands for "Portable Network Graphic." This format was designed as an alternative to the Graphics Interchange Format (GIF). Like GIFs, PNG files are lossless, meaning they don't lose any detail when they are compressed. They support up to 48-bit color or 16-bit grayscale and typically compress about 5% to 25% better than GIF files. However, they do not support animations like GIFs do. A format similar to PNG, called MNG, is currently under development, and will support animations.
PNG was approved as a standard by the World Wide Web consortium to replace GIF because GIF uses a patented data compression algorithm called LZW. In contrast, PNG is completely patent- and license-free. The most recent versions of Netscape Navigator and Microsoft Internet Explorer now support PNG.
Moving Picture Experts Group (MPEG)
Posted in
File Formats
|
|
admin
Moving Picture Experts Group (MPEG) develops standards for digital video and digital audio compression. It operates under the auspices of the International Organization for Standardization (ISO). The MPEG standards are an evolving series, each designed for a different purpose.
To use MPEG video files, you need a personal computer with sufficient processor speed, internal memory, and hard disk space to handle and play the typically large MPEG file (which has a file name suffix of .mpg). You also need an MPEG viewer or client software that plays MPEG files. (Note that .mp3 file suffixes indicate MP3 (MPEG-1 audio layer-3) files, not MPEG-3 standard files.) You can download shareware or commercial MPEG players from a number of sites on the Web.
Portable Document Format (PDF)
Posted in
File Formats
|
Wednesday, November 24, 2010|
admin
Portable Document Format (PDF) is an open standard for document exchange. The file format created by Adobe Systems in 1993 is used for representing two-dimensional documents in a manner independent of the application software, hardware, and operating system.
Each PDF file encapsulates a complete description of a fixed-layout 2D document that includes the text, fonts, images, and 2D vector graphics which compose the documents. Lately, 3D drawings can be embedded in PDF documents with Acrobat 3D using U3D or PRC and various other data formats.
Postscript
Posted in
File Formats
|
|
admin
Postscript is a programming language that describes the appearance of a printed page. It was developed by Adobe in 1985 and has become an industry standard for printing and imaging. All major printer manufacturers make printers that contain or can be loaded with Postscript software, which also runs on all major operating system platforms. A Postscript file can be identified by its ".ps" suffix.
Before PostScript was introduced, publishing systems relied on proprietary typesetting systems, which often caused incompatibilities between computers and printing systems. In fact, before the days of PostScript, pages that incorporated text, images, and line art had to be manually assembled on a paste-up board and then photographed. The resulting picture was sent to a printing plate, which was used to make copies of the document pretty archaic compared to the simple printing options available today.
Rich Text Format (RTF)
Posted in
File Formats
|
|
admin
Rich Text Format (RTF) is a standard formalized by Microsoft Corporation for specifying formatting of documents. RTF files are actually ASCII files with special commands to indicate formatting information, such as fonts and margins. Other document formatting languages include the Hypertext Markup Language (HTML), which is used to define documents on the World Wide Web, and the Standard Generalized Markup Language (SGML), which is a more robust version of HTML.
Richard Brodie, Charles Simonyi, and David Luebbert, members of the Microsoft Word development team, developed the original RTF in the middle to late 1980s. Its syntax was influenced by the TeX typesetting language.
Electronic Data Interchange (EDI)
Posted in
networking
|
|
admin
Electronic Data Interchange (EDI) is a standardized method for transferring data between different computer systems or computer networks. It is commonly used for e-commerce purposes, such as sending orders to warehouses, tracking shipments, and creating invoices.
EDI is a standard format for exchanging business data. The standard is ANSI X12 and it was developed by the Data Interchange Standards Association. ANSI X12 is either closely coordinated with or is being merged with an international standard, EDIFACT.
Bandwidth
Posted in
networking
|
|
admin
Bandwidth refers to how much data you can send through a network or modem connection. It is usually measured in bits per second, or "bps." You can think of bandwidth as a highway with cars travelling on it. The highway is the network connection and the cars are the data. The wider the highway, the more cars can travel on it at one time. Therefore more cars can get to their destinations faster. The same principle applies to computer data -- the more bandwidth, the more information that can be transferred within a given amount of time.
In computer networks, bandwidth is often used as a synonym for data transfer rate - the amount of data that can be carried from one point to another in a given time period (usually a second). This kind of bandwidth is usually expressed in bits (of data) per second (bps). Occasionally, it's expressed as bytes per second (Bps).
Baud
Posted in
networking
|
|
admin
Baud is used to measure the rate of electrical signals, or "signaling elements," for modems, networks, serial cables, and other data transfer mediums.Baud was the prevalent measure for data transmission speed until replaced by a more accurate term, bps (bits per second).
One baud is one electronic state change per second. Since a single state change can involve more than a single bit of data, the bps unit of measurement has replaced it as a better expression of data transmission speed.
The measure was named after a French engineer, Jean-Maurice-Emile Baudot. It was first used to measure the speed of telegraph transmissions.
Bitrate
Posted in
networking
|
|
admin
The term bit rate is a synonym for data transfer rate (or simply data rate). Bit rate seems to be used more often when discussing transmission technology details and data transfer rate (or data rate) when comparing transmission technologies for the end user. Bitrate describes the rate at which bits are transferred from one location to another. In other words, it measures how much data is transmitted in a given amount of time.
Bitrate can also describe the quality of an audio or video file. For instance, an MP3 audio file that is compressed at 192 Kbps will have a greater dynamic range and may sound slightly more clear than the same audio file compressed at 128 Kbps. This is because more bits are used to represent the audio data for each second of playback. Similarly, a video file that is compressed at 3000 Kbps will look better than the same file compressed at 1000 Kbps. Just like the quality of an image is measured in resolution, the quality of an audio or video file is measured by the bitrate.
bps (bits per second)
Posted in
networking
|
Tuesday, November 23, 2010|
admin
bps Stands for "Bits Per Second." (The "b" is lowercase because it stands for bits, not bytes.) Bits per second is the standard way of measuring how fast data moves across a network or phone system. It is Measure of the rate of digital data transmission (such as through modems), it represents the average number of bits flowing in one direction in a wire, cable, or channel, in one second.
In data communications, bits per second (abbreviated bps or bit/sec) is a common measure of data speed for computer modems and transmission carriers. As the term implies, the speed in bps is equal to the number of bits transmitted or received each second.
IP Address (Internet Protocol Address)
Posted in |
|
admin
Internet Protocol address (IP address) is a numerical label that is assigned to any device participating in a computer network that uses the Internet Protocol for communication between its nodes. In other words, it is an address that is assigned to any device that is connected to a network that follows the Internet Protocol, .
An IP address serves two principal functions:
- host or network interface identification
- location addressing
Internet Addresses Classes.
- Class A: supports 16 million hosts on each of 126 networks, Range of first octet is 0 - 127
- Class B: supports 65,000 hosts on each of 16,000 networks, Range of first octet is 128 - 191
- Class C: supports 254 hosts on each of 2 million networks, Range of first octet is 192 - 223
Every computer, whether it be a Web server or the computer you're using right now, requires an IP address to connect to the Internet. IP addresses consist of four sets of numbers from 0 to 255, separated by three dots. For instance "124.6.181.54".
Internet Protocol (IP)
Posted in
Internet Terms
|
|
admin
Internet Protocol (IP) is the principal communications protocol used for relaying datagrams or packets across an internetwork using the Internet Protocol Suite. Responsible for routing packets across network boundaries, it is the primary protocol that establishes the Internet. Most networks combine IP with a higher-level protocol called Transmission Control Protocol (TCP), which establishes a virtual connection between a destination and a source.
The Internet Protocol (IP) is the method or protocol by which data is sent from one computer to another on the Internet. Each computer (known as a host) on the Internet has at least one IP address that uniquely identifies it from all other computers on the Internet. When you send or receive data the message gets divided into little chunks called packets.
Uniform Resource Locator (URL)
Posted in
Internet Terms
|
|
admin
Uniform Resource Locator (URL) is a Uniform Resource Identifier (URI) that specifies where an identified resource is available and the mechanism for retrieving it. URL is the address of a specific Web site or file on the Internet. It cannot have spaces or certain other characters and uses forward slashes to denote different directories.
The Uniform Resource Locator was created in 1994 by Tim Berners-Lee and the URI working group of the Internet Engineering Task Force. The format is based on Unix file path syntax, where forward slashes are used to separate directory or folder and file or resource names. Conventions already existed where server names could be prepended to complete file paths, preceded by a double-slash (//).
Uniform Resource Identifier (URI)
Posted in
Internet Terms
|
|
admin
Uniform Resource Identifier (URI) identifies the name and location of a file or resource in a uniform format. It includes a string of characters for the filename and may also contain the path to the directory of the file. URIs provide a standard way for resources to be accessed by other computers across a network or over the World Wide Web. URIs are similar to URLs in that they specify the location of a file. However, a URI may refer to all or part a URL.
The most common form of URI is the Web page address, which is a particular form or subset of URI called a Uniform Resource Locator (URL). Another kind of URI is the Uniform Resource Name (URN). A URN is a form of URI that has "institutional persistence," which means that its exact location may change from time to time, but some agency will be able to find it.
HyperText Transfer Protocol (HTTP)
Posted in
Internet Terms
|
|
admin
HyperText Transfer Protocol (HTTP) is the protocol used to transfer data over the World Wide Web. That's why all Web site addresses begin with "http://". Whenever you type a URL into your browser and hit Enter, your computer sends an HTTP request to the appropriate Web server.
The Web server, which is designed to handle HTTP requests, then sends to you the requested HTML page.HTTP is the set of rules for transferring files (text, graphic images, sound, video, and other multimedia files) on the World Wide Web. As soon as a Web user opens their Web browser, the user is indirectly making use of HTTP. HTTP is an application protocol that runs on top of the TCP/IP suite of protocols.
Packet
Posted in
networking
|
|
admin
Packet is a small amount of computer data sent over a network. Any time you receive data from the Internet, it comes to your computer in the form of many little packets. Each packet contains the address of its origin and destination, and information that connects it to the related packets being sent.
The process of sending and receiving packets is known as "packet-switching." Packets from many different locations can be sent on the same lines and be sorted and directed to different routes by various computers along the way. It works a lot like the post office, except billions of packets are transferred each day, and most packets take less than a few seconds to reach their destination.
Central Processing Unit (CPU)
Posted in
hardware
|
|
admin
Central Processing Unit (CPU) is the portion of a computer system that carries out the instructions of a computer program, and is the primary element carrying out the computer's functions. The central processing unit carries out each instruction of the program in sequence, to perform the basic arithmetical, logical, and input/output operations of the system.
The CPU is the brains of the computer. Sometimes referred to simply as the central processor, but more commonly called processor, the CPU is where most calculations take place. In terms of computing power, the CPU is the most important element of a computer system.
Random Access Memory (RAM)
Posted in
hardware
|
|
admin
Random Access Memory (RAM) is a type of computer memory that can be accessed randomly that is, any byte of memory can be accessed without touching the preceding bytes. RAM is the place in a computer where the Operating System, application programs, and data in current use are kept so that they can be quickly reached by the computer’s Processor.
RAM is much faster to read from and write to than the other kinds of storage in a computer, the hard disk, floppy disk, and CD-ROM.
Motherboard
Posted in
hardware
|
|
admin
Motherboard is the main circuit board of your computer and is also known as the mainboard or logic board. If you ever open your computer, the biggest piece of silicon you see is the motherboard. On the typical motherboard, the circuitry is imprinted or affixed to the surface of a firm planar surface and usually manufactured in a single step.
Attached to the motherboard, you’ll find the Central Processing Unit, ROM, memory RAM expansion slots, Peripheral Component Interconnect (PCI) slots, and USB ports.
Processor
Posted in
hardware
|
|
admin
Processor is the logic circuitry that responds to and processes the basic instructions that drive a computer. This little chip is the heart of a computer. The term Processor has generally replaced the term Central Processing Unit (CPU).
The Processor in a personal computer or embedded in small devices is often called a Microprocessor. Processor does all the computations such as adding, subtracting, multiplying, and dividing. In PCs, the most popular Microprocessor used is the Intel Pentium chip, whereas Macintosh computers use the PowerPC chip (developed by Motorola, IBM, and Apple).
SATA (Serial Advanced Technology Attachment or Serial ATA)
Posted in
hardware
|
|
admin
SATA (Serial Advanced Technology Attachment or Serial ATA) is an interface used to connect ATA hard drives to a computer's motherboard. SATA transfer rates start at 150MBps, which is significantly faster than even the fastest 100MBps ATA/100 drives. SATA is based on serial signaling technology, unlike current IDE (Integrated Drive Electronics) hard drives that use parallel signaling.
Serial ATA was designed to replace the older ATA (AT Attachment) standard (also known as EIDE). It is able to use the same low level commands, but serial ATA host-adapters and devices communicate via a high-speed serial cable over two pairs of conductors. In contrast, the parallel ATA (the redesignation for the legacy ATA specifications) used 16 data conductors each operating at a much lower speed.
Universal Serial Bus (USB)
Posted in
hardware
|
|
admin
Universal Serial Bus (USB) is the most common type of computer port used in today's computers. USB is a plug-and-play interface between a computer and add-on devices, such as media players, keyboards, telephones, digital cameras, scanners, flash drives, joysticks and printers. With the help of a few USB hubs, you can connect up to 127 peripherals to a single USB port and use them all at onc..
USB is also faster than older ports, such as serial and parallel ports. The USB 1.1 specification supports data transfer rates of up to 12Mb/sec and USB 2.0 has a maximum transfer rate of 480 Mbps.
Video Card
Posted in
hardware
|
|
admin
Video Card is an expansion card whose function is to generate output images to a display. Many video cards offer added functions, such as accelerated rendering of 3D scenes and 2D graphics, video capture, TV-tuner adapter, MPEG-2/MPEG-4 decoding, FireWire, light pen, TV output, or the ability to connect multiple monitors (multi-monitor). Other modern high performance video cards are used for more graphically demanding purposes, such as PC games.
Video cards, also called graphics accelerators, can speed up both 2D and 3D graphics rendering. Programs such as photo editors and Web browsers may benefit from 2D acceleration, while CAD design programs and video games will most likely benefit from the card's 3D acceleration. Some programs rely so heavily on the video card, that they will not run if a supported video card is not installed.
Integrated Circuit (IC)
Posted in
hardware
|
|
admin
Integrated Circuit (IC), is small chip that can function as an amplifier, oscillator, timer, microprocessor, or even computer memory. An IC is a small wafer, usually made of silicon, that can hold anywhere from hundreds to millions of transistors, resistors, and capacitors.
These extremely small electronics can perform calculations and store data using either digital or analog technology.The first integrated circuit was developed in the 1950s by Jack Kilby of Texas Instruments and Robert Noyce of Fairchild Semiconductor.
Ethernet
Posted in
networking
|
|
admin
Ethernet is the most common type of connection computers use in a Local Area Network (LAN). An Ethernet port looks much like a regular phone jack, but it is slightly wider. This port can be used to connect your computer to another computer, a local network, or an external DSL or cable modem.
Ethernet was originally developed by Xerox from an earlier specification called Alohanet (for the Palo Alto Research Center Aloha network) and then developed further by Xerox, DEC, and Intel. An Ethernet LAN typically uses coaxial cable or special grades of twisted pair wires. Ethernet is also used in wireless LANs.
Two widely-used forms of Ethernet are:
- 10BaseT: In a 10BaseT Ethernet connection, data transfer speeds can reach 10 mbps (megabits per second) through a copper cable.
- 100BaseT: In a 100BaseT Ethernet connection, transfer speeds can get up to 100 mbps.
The most commonly installed Ethernet systems are called 10BASE-T and provide transmission speeds up to 10 Mbps. Devices are connected to the cable and compete for access using a Carrier Sense Multiple Access with Collision Detection (CSMA/CD) protocol.
Ethernet uses a bus or star topology and supports data transfer rates of 10 Mbps. The Ethernet specification served as the basis for the IEEE 802.3 standard, which specifies the physical and lower software layers. Ethernet uses the CSMA/CD access method to handle simultaneous demands. It is one of the most widely implemented LAN standards.
Ethernet was named by Robert Metcalfe, one of its developers, for the passive substance called “luminiferous (light-transmitting) ether” that was once thought to pervade the universe, carrying light throughout.
Ethernet was so- named to describe the way that cabling, also a passive medium, could similarly carry data everywhere throughout the network. The name came from the physical concept of the ether. It defines a number of wiring and signaling standards for the Physical Layer of the OSI networking model as well as a common addressing format and Media Access Control at the Data Link Layer.
Local Area Network (LAN)
Posted in
networking
|
|
admin
Local Area Network (LAN) is a computer network limited to a small area such as an office building, university, or even a residential home. Most mid to large-sized businesses today use LANs, which makes it easy for employees to share information.
A computer network that spans a relatively small area. Most LANs are confined to a single building or group of buildings. However, one LAN can be connected to other LANs over any distance via telephone lines and radio waves. A system of LANs connected in this way is called a wide-area network (WAN).
Most Local Area Network connect workstations and personal computers. Each node in a LAN has its own Cenral Processing Unit with which it executes programs, but it also is able to access data and devices anywhere on the LAN. This means that many users can share expensive devices, such as laser printers, as well as data. Users can also use the LAN to communicate with each other, by sending e-mail or engaging in chat sessions.
Network Interface Card (NIC)
Posted in
hardware
|
Monday, November 22, 2010|
admin
Network Interface Card (NIC) |
Network Interface Card (NIC) is a computer circuit board or card that is installed in a computer so that it can be connected to a network. Personal computers and workstations on a Local Area Network (LAN) typically contain a Network Interface Card specifically designed for the LAN transmission technology.
Network interface cards provide a dedicated, full-time connection to a network. Most home and portable computers connect to the Internet through as-needed dial-up connection. The modem provides the connection interface to the Internet service provider.
These cards typically use an Ethernet connection and are available in 10, 100, and 1000 Base-T configurations. A 100 Base-T card can transfer data at 100 Mbps. The cards come in ISA and PCI versions and are made by companies like 3Com and LinkSys.
Windows 7
Posted in |
Thursday, November 18, 2010|
admin
Windows 7 Screen Shot |
Like previous versions of Windows, Windows 7 has a graphical user interface (GUI) that allows you to interact with items on the screen using a keyboard and mouse. However, Windows 7 is also includes a feature called "Windows Touch" that supports touchscreen input and multitouch functionality.
You can also zoom in on an image by touching it with two fingers, then spreading your fingers apart. Windows 7 is bundled with several touch-ready programs that are designed for touchscreen use.
Windows Vista
Posted in
sofware
|
|
admin
Windows Vista Screen Shot |
The Vista operating system includes an updated look from Windows XP, referred to as the "Aero" interface. The desktop, windows, icons, and toolbars have a smoother 3D look, similar to the Mac OS X interface. These graphics are generated using the new Windows Presentation Foundation (WPF) graphics subsystem included with Windows Vista. Other improvements include faster indexed file searching (which can locate text within files), built-in Web services called the Windows Communication Foundation (WCF), support for the new XML Paper Specification (XPS) document format, numerous security improvements, and more multimedia capabilities built into the operating system.
Microsoft Windows XP
Posted in
sofware
|
|
admin
Microsoft Windows XP Professional Screen shots |
Windows XP is an operating system produced by Microsoft for use on personal computers, including home and business desktops, laptops, and media centers. It was first released in August 2001, and is the most popular version of Windows, based on installed user base. The name "XP" is short for "eXPerience."
Windows XP is the successor to both Windows 2000 and Windows Me, and is the first consumer-oriented operating system produced by Microsoft to be built on the Windows NT kernel and architecture. Windows XP was released for retail sale on October 25, 2001, and over 400 million copies were in use in January 2006, according to an estimate in that month by an IDC analyst.
Windows Me (Millennium Edition)
Posted in
sofware
|
|
admin
Windows Me (Millennium Edition) Screen shot |
Windows Me (Millenium Edition) is an operating system from Microsoft, released commercially September 14, 2000. Windows Me was developed specifically for the home user, while Windows 2000 was developed specifically for the business user. Microsoft claims that Me was an update on Windows 98 (which has a very similar look-and-feel), adding a more intuitive interface for a novice user while adding functionality for more experienced users.
Designed to be backwards compatible with Windows 98, Windows Me works with the earlier version's applications and drivers. Improvements over Windows 98 include functions to enhance system stability and error correction (what Microsoft is calling "PC health"), as well as features designed for digital media, home networking, and online experience:
Recent Stories
Recent Comments
Tag Cloud
Disclaimer
JUST LIKE IN ANY OTHER BLOGGER IN THE BLOG SPHERE, THIS BLOGGER DOES NOT CLAIM OWNERSHIP IN ANY INFORMATION HEREIN POSTED. INFOTECHGUIDE.BLOGSPOT.COM IS DESIGNED TO PROVIDE BASIC INFORMATION ABOUT INFORMATION TECHNOLOGY THAT INTEREST USUAL ONLINE READERS. IF YOU HAVE ANY CONCERN AND SUGGESTION ABOUT THIS SITE PLEASE FEEL FREE TO CONTACT US OR LEAVE A COMMENT FOR THE APPROPRIATE ADJUSTMENT
Labels
- Computer Tips and Tricks (8)
- Content Management System (1)
- Data Structures using Java (15)
- Database Management Systems (2)
- File Formats (7)
- Gadgets Reviews (2)
- Games Reviews (2)
- hardware (16)
- Internet Terms (7)
- Management Information System (5)
- networking (8)
- Programming (15)
- sofware (17)
- Tech News (4)
- Web Design (4)