Information Networks
Author: mety Labels:: Extranet, Intranetm, LAN, WAN, WorkgroupA LAN (Local Area Network) is a system where individual PCs are connected together within a company or organization. For instance if ten people are working together within an office to connect them to have a single printer and all ten people can print to it In a similar way, other devices such as modems or scanners can Even more useful is the ability to share information when connected to a network A WAN (Wide Area Network) allows you to connect to other computers over a wider area (i.e. the whole world) Client/server This term mean to the type of network where resources are kept centrally on the server and used locally by the client. The server tends to be a very powerful PC (or group of PCs), while each client workstation, which the users have, is less powerful Workgroup Groups of people working together can share their resources with each other. People within the workgroup can share information on their hard disks as well as sharing printers, modems and scanners. The workgroup is connected via a computer network. This network can simply consist of a few computers at a single location physically connected to each other via a network cable, or it may be a workgroup of computers connected globally via the Internet. The networked nature of computers means that the physical distance between workgroups members is fast becoming irrelevant Intranet and Extranet An Intranet It is a smaller, closed version of the Internet, which can only be accessed by authorized members of an organization. Intranets are becoming an increasingly popular way to share information within a company or other organization. An Intranet uses Internet technologies to allow users to access company documents, search databases, schedule meetings and of course send emails. Once a company has installed a comprehensive Intranet many users need only one piece of software on their PC, a web browser An Extranet is an Intranet which is partially accessible to authorized outsiders. An Intranet is normally only accessible by members of the same company or organization; an extranet also allows outsiders who have been issued with a password to gain limited access to information held on a company network. Extranets are being used as a way for business partners to share information. The Internet A collection of networks started by and for the US military to enable them to 'survive' a nuclear war. Later adopted by the educational system, and now exploited by the commercial world The Internet is a global network of interconnected networks The unique thing about the Internet is the sheer amount of information which you can access from it the Internet enables all of the following to take place: Sharing information on Web sites Moving files between computers at different locations Sending email to recipients around the world Holding private video and audio conferences Working collaboratively with people at other locations The difference between the World Wide Web (WWW) and the Internet The World Wide Web (WWW) is just a small part of the Internet as a whole. The Internet relates to all the hardware and software involved, as well as the WWW, it also includes FTP (File Transfer Protocol), email and newsgroups. The WWW is basically the text and pictures which you can view using your web browser, such as Microsoft Internet Explorer, or Netscape Navigator The Telephone Network in Computing If you use a modem to connect to the Internet, then this connection is made by the telephone network. PSTN (Or Public Switched Telephone Network) is the technical name for the public telephone system It is based on traditional 'copper wire' technology and can transmit analogue voice data PSDN (Or Public Switched Data Network) is simply the technical name for the telephone system in use today ISDN Stands for "Integrated Services Digital Network" ISDN dates back to 1984, and allow much faster transfer rates than when using modems. Using ISDN, you can transfer 64 Kbit or 128 Kbit of data per second ADSL Short for 'Asymmetric Digital Subscriber Line' A more recent technology which allows more data to be sent over existing copper telephone lines, but requires a special ADSL modem ADSL allows data transfer rates of ranging from to 8 Mbps when receiving data (called the downstream rate) and from 16 to 640 Kbps when sending data (called the upstream rate) DSL Refers collectively to all types of 'Digital Subscriber Lines', the two main categories being ADSL and SDSLDSL technology allows faster data transfer while still using copper wires (as opposed to optic fiber cables) Modem Modem stands for "MODulate/DEModulate". The modem sends information from your computer across the telephone system. The modem at the other end of the phone line, converts the signal back into a format which can be used by the receiving computer Digital modem and analogue modem A digital system uses 1 or 0 to transmit data or to represent data. Thus, a digital clock will display whole seconds, whole minutes and whole hours. An analogue system, such as a traditional clock, does not use multiples of 1 or 0, but rather uses the full range of numbers, including fractions. In this way, an analogue clock can display fractions of a second Baud rate The baud rate tells you how fast a modem can send/receive data. Most modern modems have a maximum baud rate of 56 Kilobits per second (Kb/sec)
Software
Author: mety Labels:: Graphical User Interface GUI, Systems development, The operating systemThe operating system is a special type of program which loads automatically when you start your computer. The operating system allows you to use the advanced features of a modern computer without having to learn all the details of how the hardware works. There are a number of different types of operating system in common use. The IBM PC (Personal Computer) was introduced way back in 1981 and was originally supplied with an operating system called DOS (Disk Operating System). This operating system was very basic, and you had to be a bit of a computer expert just to understand how to use it. It was NOT user-friendly. Later on, Microsoft introduced Windows and this is the operating system which is most widely used on PCs today. • To complicate matters further, there are a number of different types of Windows. The first widely used version of Windows was called Windows 3.1. This was more powerful than DOS and far easier to use. It had a Graphical User Interface (GUI), i.e. you could 'drive' it using a mouse and drop down menus. Later, different releases of Windows were introduced. The good news is that later versions of Microsoft Windows look almost identical to each other and are all much easier to use than Windows 3.1. • IBM produced an operating system called OS/2 but this was largely ignored and is only used by a few companies. • UNIX and Linux are other examples of operating systems which may be run on PCs. • Other types of computers, such as those manufactured by Apple have a completely different operating system. A Graphical User Interface (GUI) It is simply an additional part of the operating system which displays windows and drop down menus, and also enables you to drive your computer using a mouse. Examples of operating system which use a GUI include Windows the original version of DOS there are no menus, no icons and nothing for the mouse to click on. You had to know a special language which you then typed into the computer to make it do anything The advantages of using a GUI (Graphical User Interface) • All programs look similar and when you switch from a program supplied by one manufacturer to a different program supplied by another manufacturer, you will find the transition very easy. • Application programs work in the same way as the underlying operating system, and also look very similar, which means that they are easier to learn and use. • The GUI also allows programmers to easily write consistent looking programs An application program is the type of program which you use once the operating system has been loaded into memory (RAM). Examples include word processing programs (for producing letters, memos etc), spreadsheets (for doing accounts and working with numbers), databases (for organising large amounts of information), games and graphics programs (for producing pictures, advertisements, manuals etc) Systems development The way new software is specified, written by programmers, tested and then delivered to the user Systems development cycle • Most IT projects work in cycles. First, the needs of the computer users must be analyzed. This task is often performed by a professional called a 'Systems Analysts' who will ask the users exactly what they would like the system to do, and then draw up plans on how this can be implemented on a real, computer based, system. • The programmer will take the specifications from the Systems Analyst and then convert the broad brushstrokes into actual computer programs. Ideally at this point there should be testing and input from the users so that what is produced by the programmers is actually what they asked for. • Finally, there is the implementation process, during which all users are introduced to the new systems, which often involves an element of training. • Once the users start using the new system, they will often suggest new improvements and the whole process are started all over again. These are methodologies for defining a systems development cycle and often you will see four key stages, as detailed below. - Analysis - Design - Programming - Testing
Hardware
Author: mety Labels:: Central Processing Unit, Input Devices, Memory, Output Devices, RAM, ROM-BIOSCentral Processing Unit
The CPU is the brains within your computer. It performs most of the calculations within the computer and is responsible for the smooth running of your operating system (Microsoft Windows) as well as your application programs, such as word-processors, spreadsheets and databases. There is a small amount of memory associated with the CPU, which it uses to perform these operations. It also accesses and uses the main memory (RAM - Random Access Memory) within your computer. In many ways, the CPU is the single most important item within your computer which governs the overall speed of your computer. The CPU's speed is measured in MHz of GHz. This relates to the frequency at which the CPU runs and the higher the MHz (or GHz) rating of your CPU the faster your computer will run. To give you some indication of how PCs have advanced over the years, the original IBM PC released in 1981 ran at less than 5 MHz while modern PCs can run at speeds well in excess of 2000 MHz (2 GHz). Note that 1000 MHz is the same a 1 GHz
Memory
You can store data on your hard disk, while data which is being processed is stored in RAM (Random Access Memory). Data which is stored on a hard disk can be permanent, while data in RAM is only temporary. Normally when people talk about memory in relation to a PC, they are talking about RAM
RAM
Random Access Memory (RAM) is the main 'working' memory used by the computer. When the operating system loads from disk when you first switch on the computer, it is copied into RAM Microsoft Windows based computer will operate faster if you install more RAM Data and programs stored in RAM are volatile (i.e. the information is lost when you switch off the computer)
What is ROM
Read Only Memory (ROM) as the name suggests is a special type of memory chip which holds software which can be read but not written to. A good example is the ROM-BIOS chip, which contains read-only software. Often network cards and video cards also contain ROM chips
ROM-BIOS
The 'Read Only Memory Basic Input Output System' chip is a chip located on the computer's system (mother) board, which contains software. This software performs a variety of tasks. When you first switch on the computer the ROM-BIOS software performs a self-diagnostic to check that the computer is working OK. This software then loads your operating system from the disk into the RAM
Flash BIOS
Most modern computers are actually supplied with flash BIOS rather than ROM-BIOS. This chip contains exactly the same type of in-built software, but has the advantage that the software on the chip can be upgraded. This upgrade is achieved by simply running a small program supplied by the computer manufacturer
Video (graphics) memory
The picture which you see on your screen is a form of data and this data has to be stored somewhere. The on-screen pictures are held in special memory chips called video memory chips; these chips are usually located on the video card. A modern computer will be supplied with several Megabytes of video memory
How computer memory is measured
The simplest unit of memory is the bit. A single bit is equal to either a numerical 1 or 0 at any given time. Each bit of memory is like a tiny switch that the computer can turn on or off: on equals 1 and off equals 0. This system is called the binary system of counting.
Modern computers contain many bits of memory, referred to in increasingly large units:
A byte is 8 bits.
A kilobyte (KB) is 1,024 bytes. Computers use binary arithmetic, which makes 1,024 a "round" number in computing terms.
A megabyte (MB) is 1,024KB, or roughly 1 million bytes.
A gigabyte (GB) is 1,024MB, or roughly 1 billion bytes.
A terabyte (TB) is 1,024GB, or roughly 1 trillion bytes.
A byte will hold a single character of the alphabet; each letter is represented by a particular code of 1s and 0s. (For example, the letter "A" is usually stored as 01000001 in "computer language.")
A page of text will take about 5KB to store.
This entire book takes up about 5MB of RAM.
A GB of text would come to about 2,000 books, a good-sized personal library.
The Library of Congress holds nearly 25 million books. That's about 12.5TB of text.
Of course, not all the information stored on your computer is in the form of text. Programs, graphics, sounds, movies, drawings, and other forms of information all take up RAM when they're current in your computer. A typical application might occupy anywhere from 100KB to 100MB of RAM while it's running
Input Devices
The mouse came into common use on a PC with the introduction of the Microsoft Windows operating system. Before this, the operating system (DOS) would normally be controlled via the keyboard. These days it is vital to be a competent mouse user. There are many different types of mice, a commonly used model now has a small wheel on it which when combined with the correct software allows additional functionality and fine control over the use of your applications
The keyboard is still the commonest way of entering information into a computer. There are a number of different types, including those specially designed for use with Microsoft Windows. The quality of the keyboard is often overlooked when buying a PC; it should be robust and easy to use
A tracker ball is an alternative to the traditional mouse and favored by graphic designers. Tracker balls often give much finer control over the movement of the items on the screen. They may take a while to get used to if you are used to the traditional mouse, but offer a lot in terms of added flexibility
A scanner allows you to scan printed material and convert it into a file format which may be used within the PC. You can scan pictures and then manipulate these inside the PC using a graphics application of your choice. In addition, you can scan printed text and convert this not just to a picture of the text but also to, actual text which can be manipulated and edited as text within your word-processor. There are a number of specialist programs, generically called OCR (Optical Character Recognition) programs which are specifically designed for converting printed text into editable text within your applications
A touch pad is a desktop device and responds to pressure. Used in conjunction with a special pen they can be used by graphic artists wishing to create original, digital artwork
A light pen is used to allow users to point to areas on a screen and is often used to select menu choices
Joysticks many games require a joystick for the proper playing of the game. There are many different types
Voice input for PCs (microphones) Early voice recognition systems offered very poor results, due to the limitations of the software combined with hardware limitations. It takes an awful lot of CPU processing power to convert the spoken word into text which appears on the screen. Things are changing rapidly however and recent systems allow you to talk to a PC and see text appear on the screen. Most of these systems require an initial training period, where you train the software to respond to your particular voice. Whilst still not perfect this is a key technology of the future
Web Cams You can now use a small digital movie camera (a Web cam) mounted on the PC monitor to allow two-way communication involving not just text communication but sound and video communication as well
A digital camera can be used in the same way a traditional camera can, but instead of storing images on rolls of film which require developing, the images are stored digitally in memory housed within the camera. These pictures can easily be transferred to your computer and then manipulated within any graphics programs which you have installed on your computer. Currently they are limited by the quality of the image recorded and the number of pictures which you may store within the camera
Output Devices
The VDU (Visual Display Unit) is the computer screen used for outputting information in an understandable format for humans. Remember that at the end of the day the computer works in binary code (a series of on/off impulses). It is hard to realize that the original electronic computers did not have a screen
Flat screen monitors Traditional computer monitors are based on the same sort of technology which is used within a television screen. More recently, flat screen computer monitors have become available. These take up a lot less room on a desk and use less energy than the traditional, more bulky monitors
Computer presentation projection devices These are projection devices which can be attached to your computer and are useful for displaying presentations to a group of people. They are best used in combination with presentation programs, such as Microsoft PowerPoint. They are used within education and are also very popular for sales presentations. The price of these devices has dropped dramatically recently. When purchasing one of these devices the two things to look out for are the resolution (go for a minimum of XGA) and the brightness of the lamp (the brighter the better). Other factors to be aware of are the quietness (or otherwise) of the device, as well as the cost of replacement bulbs
Laser printers produce high print quality at high speed. They are called "laser printers" due to the fact that they contain a small laser within them. There is a wide range of laser printer manufacturers
Color laser printers originally, most laser printers would only print in black and white (mono). More recently color laser printers have dropped in price and are entering wide spread use. While many of these produce excellent results, you should be aware of the fact that the "price per page", especially if you are using a lot of color on a page can be very high compared to the cost of printing in black and white
Inkjet printers work by using tiny jets to spray ink onto the paper. Inkjet printers are very quiet in operation and produce print quality comparable to that of laser printers, though laser printers still have the edge in terms of speed. Inkjet printers are ideal for low volume printing where high quality print is required and speed is not a high priority, e.g. printing letters in a small office or in the home
Dot matrix printers work by firing a row of pins through an ink ribbon onto the paper. The more pins the print head has the higher the quality of the print, most modern dot matrix printers have 24 pins. Unfortunately, dot matrix printers can generate a lot of noise and do not produce a very high quality of print, especially when printing graphics. As a result, the inkjet printer has now largely replaced the dot matrix printer. Dot matrix printers are used for high volume / low quality printing, e.g. printing company pay slips
A plotter is an output device similar to a printer, but normally allows you to print larger images. Their use is common in the design and research sector
Speakers Most computers are sold with the capability to add a pair of speakers to your system unit. In fact, in some cases, the monitor may have speakers built directly into the unit. This enhances the value of educational and presentation products and can now be considered a standard PC component
Input/output Devices
Some devices are both input and output devices. A modem can be used for downloading information from web sites and receiving emails. It can also be used for uploading and sending emails. A touch screen can display a menu system (output device), and accept input when people touch the menus displayed on the screen
Computer Performance
Author: mety Labels:: CPU Clock speed, De-fragmenting Files, Multitasking considerationsThe factors which impact on a computer's performance The computer clock speed governs how fast the CPU will run. The higher the clock speed the faster the computer will work for you. The clock speed is given in megahertz (MHz) The higher the MHz speed the faster the computer As a rule the more memory you have the faster the PC will appear to operate. Windows also uses the hard disk a lot, so logically the faster the hard disk can operate then again the faster the PC will appear to run Hard disks are also measured by their speed, defined by the disk access time, which is measured in milliseconds. The smaller this access time the faster the hard disk will store or retrieve data. The data storage capacity of hard disks continues to increase as new products are released. The disk storage capacity is measured in Gigabytes (GBytes). 1 GByte is equivalent to 1024 Mbytes To get the most out of your Windows based PC, you not only need a fast hard disk but also a large hard disk with plenty of "spare space". This is due to the fact Windows is constantly moving data between the hard disk and RAM (Random Access Memory). Microsoft Windows will create many so-called "temporary files" which it uses for managing your programs. In fact, if you have very little free hard disk space you may find that Microsoft Windows will not be able to run your programs at all If you are running Windows you may find that if you click on the Start menu, select Programs, and then select the Accessories / System tools group, there is a de-fragmentation program. Running this periodically may noticeably speed up the operation of your PC. When you use a PC, over a period of time the files get broken up into separate pieces which are spread all over the hard disk. De-fragmentation means taking all the broken up pieces and joining them back together again Windows is a multitasking system, which means that it can run more than one program at a time. However the more programs which are running at the same time, the slower each one will run. To some extent this slowing effect depends on what each program is doing. Editing a large, full colour picture for instance can take up a lot of CPU timeCPU Clock speed
RAM size
Hard disk speed and storage
Free Hard Disk Space
De-fragmenting Files
Multitasking considerations
Main Parts of a Personal Computer
Author: mety Labels:: Input Devices, Output Devices, Storage DevicesIt is the main PC box which houses the most elements which go together to make up the PC. For instance within the system unit is the computer system's motherboard, which contains all the main components, such as the CPU The system unit also houses items such as the hard disk, the floppy disk and CD-ROM drives etc It is contained within your system unit and all the vital computer systems plug directly into the system board. The CPU is normally housed on your system board along with all the other electronic components. Other items such as the hard disk are attached to the system board, either directly or via cables. These boards are getting smaller and smaller as the components become more integrated It is normally an Intel Pentium and it is one of the most important components within your computer. It determines how fast your computer will run and is measured by its MHz or GHz speed. Thus, a 2 GHz Pentium is much faster than say a 1 GHz Pentium CPU. It is the CPU which performs all the calculations within the computer, when running programs such as word-processors, spreadsheets and databases. (Random Access Memory) within your computer is where the operating system is loaded to when you switch on your computer and also where your applications are copied to when you start an application the more RAM you have installed in your computer the better Read Only Memory - Basic Input Output System) chip is a special chip held on your computer's system (mother) board. It contains software which is required to make your computer work with your operating system it is responsible for copying your operating system into RAM when you switch on your computer It is a socket located at the back of your computer which enables you to connect items to the computer, such as a modem. They are commonly labelled as COM1 or COM2 It is a socket located at the back of your computer which enables you to connect items to the computer, such as a printer. It is commonly labelled as LPT1 or LPT2 It is a relatively new item within the PC. You will see one or more USB sockets at the back of the system unit, allowing you to plug in devices designed for the USB. These devices include printers, scanners and digital cameras It is allow you to input information to the computer and include things such as the keyboard and mouse It is allow you to output information from the computer and include the printer and the monitor It is any device which you can attach to your computer. Thus, you could attach a scanner or modem An Input device the keyboard allows you to type information into the computer Most computers are now supplied with a CD-ROM (Compact Disc - Read Only Memory) drive the benefit of a CD-ROM is that it can hold a vast amount of data (equivalent to the storage capacity of over 450 floppy disks) A CD-ROM can store 650 MB of data "Digital Versatile Disk" Similar to CD-ROM drives but allows you to use DVD disks, which contain vastly more information than a traditional CD-ROM disk. These also transfer the data from the disk to the computer far faster, allowing you to watch movies on your computer screen. A CD-ROM can store 650 MB of data, while a single-layer; single-sided DVD can store GB of data. The two-layer DVD standard allows a capacity of GB. A double-sided DVD increases the storage capacity to 17 GB (or over 25 times the data storage capacity of a CD-ROM) Also known as diskettes and hold relatively small amounts of data (1.44 Mbytes) Sometimes people will backup important data from their hard disk to floppy disks. However, as diskettes are notoriously unreliable this is not the best way of backing up important data A Zip disk is like a bigger version of the floppy disk, the main difference being that a single Zip disk can hold up to 250 Mbytes of data. They also offer increased speed compared to the old floppy disk Hard disks are the main, large data storage area within your computer. Hard disks are used to store your operating system, your application programs and your data. They are much faster than CD-ROMs and floppy disks and can also hold much more data. The picture shows the inside of a hard disk (which you would not normally see). Hard disks are installed within the system unit of your computer. An output device the monitor is the TV type screen on which you view your programs. They are supplied in different sizes, common sizes range from 15" to 21" screens. You should be aware that poor quality or badly maintained monitors could harm your eyesight Many computers are now supplied with sound cards and speakers which mean that when you run 'multi-media' programs, you can listen to sounds which are played back via your computer. If you have a microphone and suitable software, you can also record sounds. You can even purchase special software which will allow you to talk to your computer and get the computer to type the words you have spoken on your screen. In time, this type of software may replace the keyboard A modem is a device which is used to attach your computer to the telephone system. The modem converts data into sound which is sent over the telephone line, the receiving modem turns the sounds back into data. If you wish to connect to the Internet, you will need a modem (or equivalent device). Modems used to be large boxes that you had to plug into the computer, but now modems boxes have become very small and in many cases the modem is actually inside the computer. If you are using ISDN or broadband then you will use another device similar to a modem It is a device suitable to produce printed output on paper. There are a wide variety of printers; they differ in their speed, the size of the paper they can print on, and the process that they use for printing Allow you to scan printed materials into your computer, which can then be stored within the computer. These pictures can then be altered, resized and printed as required CD-ROMs are read-only devices, but increasingly people are purchasing a special type of CD drive unit which allows you to record data, music or video to your own CDs. These devices require the purchase of special CDs to which you can write, called CD-R (Compact Disc – Recordable) A tape backup unit allows for regular backing up of your data. These tapes can store a vast amount of data at a low cost. DAT (Digital Audio Tape) devices are commonly used for backups. The DAT tapes which are used can backup enormous amounts of data (i.e. over 4 Bytes per tape). The devices are also fast and reliable Magnetic storage devices that is capable of storing large amounts of data there are hard drives that can connect to the computer outside the computer housing
The System Unit
The System (Mother) Board
The CPU (Central Processing Unit)
Memory (RAM)
ROM-BIOS
Serial Port
Parallel Port
Universal Serial Bus (USB)
Input devices
Output devices
Peripheral device
The Keyboard
CD
DVD Drives
Floppy disk
Zip Disc
Hard (Fixed) Disk
The Monitor
Sound cards and speakers
Modems
Printers
Scanners
Recordable CDs
Tape backup
External hard drives
ICDL Module 1 Concepts of Information Technology IT
Author: mety Labels:: Hardware, ICDL, Information Technology, SoftwareHardware, Software and Information Technology
Hardware
The term hardware refers to the physical components of your computer such as the system unit, mouse, keyboard, monitor etc
Software
The software is the collection of instructions which makes the computer work. For instance, when you type in words via the keyboard, the software is responsible for displaying the correct letters, in the correct place on the screen. Software is held either on your computer's hard disk, CD-ROM, DVD or on a diskette (floppy disk) and is loaded (i.e. copied) from the disk into the computers RAM (Random Access Memory), as and when required.
Information Technology (IT)
This is a general term which relates to the use of computers as an aid to creating and maintaining data, i.e. information. IT is related to all aspects of managing and processing information, especially within a large organization. Computers are critical to managing information, and computer departments within large organizations are often called IT departments. Alternative phrases are IS departments (Information Services) or MIS departments (Management Information Services). People working with computers within large companies will often refer to their job, as "working in IT".
Types of Computer
Mainframe computer
They are the big, powerful, expensive computers used in the background by most large organizations typically used to run the operations of an entire department or company
Network computers
They are computers that fit on an individual desktop, but they might not have much storage capacity. Instead, they rely on devices elsewhere on the network to store information for them.
PC (Personal Computer)
They ware invented by IBM in 1981 it is computers that fit on or under an individual desktop and that store their own information this type is probably the type of computer that you're most familiar with
Mac computer
The Apple Mac is a computer, but NOT a PC. It uses a different operating system, and requires special versions of application programs (such as word-processors or spreadsheets). Even the hardware add-ons have to be customized to some extent to be able to be connected to a Mac
Laptop computers
They are portable computers ranging in size from a briefcase to a small notepad they typically fold up to protect their screens when not in use
Personal Digital Assistants (PDAs)
They are very small computers that fit in a shirt pocket. They have limited storage capacity and screen sizes these devices use a special pen, rather than a keyboard and can be used for storing and retrieving information and can connect to the Internet
Comparing Computer Types
Computer | Type Capacity | Speed | Typical Users |
Mainframe | Very large | Very fast | IT departments at major corporations |
Network computer | Small | fast | Business users |
Personal computer | Large | fast | Home and business users |
Laptop | Medium | Medium | Business users who travel frequently |
PDA | Small | Slow | Professionals who need information "on the go" |
Labels
- Access 2010 Advanced Report Options (1)
- Access 2010 Creating a Database from a Template (1)
- Access 2010 Creating Forms (1)
- Access 2010 Creating Reports (1)
- Access 2010 Designing a Query (1)
- Access 2010 Formatting Forms (1)
- Access 2010 Getting Started in Access (1)
- Access 2010 Introduction to Databases (1)
- Access 2010 Introduction to Objects (1)
- Access 2010 Managing Databases and Objects (1)
- Access 2010 Modifying Tables (1)
- Access 2010 More Query Design Options (1)
- Access 2010 Sorting and Filtering Records (1)
- Access 2010 Working with Forms (1)
- Access 2010 Working with Tables (1)
- Accessibility in Design form template InfoPath 2007 (1)
- Add a button for switching views InfoPath 2007 (1)
- Add a data connection to a SharePoint document library or list InfoPath 2007 (1)
- Add a fill or effect to a text box in Office 2007 (1)
- Add a formula to a control InfoPath 2007 (1)
- add a lot of features to Internet Explore (1)
- Add a rule InfoPath 2007 (1)
- Add an effect (1)
- Add and play sounds in a presentationin PowerPoint 2007 (1)
- Add custom Help text to a form template InfoPath 2007 (1)
- Add Emphasis to Paragraphs with Drop Caps in Word 2007 (1)
- Add or change a lookup column Access 2007 (1)
- Add or delete a view InfoPath 2007 (1)
- Add or delete bookmarks in Word 2007 (1)
- Add or delete captions in Word 2007 (1)
- Add or register an ActiveX control Excel 2007 (1)
- Add remove update resource files in a form template InfoPath 2007 (1)
- Add remove or modify SharePoint library columns or site columns InfoPath 2007 (1)
- Add resources to the enterprise resource pool in MS Project 2007 (1)
- Add resources to your MS project (1)
- add signature to your Email and your space (1)
- Add sound effects to an animation or hyperlink in PowerPoint 2007 (2)
- Add subtract multiply and divide values in a control InfoPath 2007 (1)
- Add the values in one or more columns InfoPath 2007 (1)
- Add the values in two or more controls InfoPath 2007 (1)
- Add transitions between slides in PowerPoint 2007 (1)
- Add Windows Calculator to the Excel 2007 Quick Launch Toolbar (1)
- Add-change-clear conditional formats Excel 2007 (1)
- Add-delete narration to a presentation in PowerPoint 2007 (1)
- Add-set-change or remove the primary key Access 2007 (1)
- al hob kollo (1)
- Alain Delon (1)
- Align text in a control with its label InfoPath 2007 (1)
- Allow users to print multiple views at once InfoPath 2007 (1)
- alphabetize a list in MS Word (1)
- Amal Nagm online Web Design Portfolio (1)
- Amazing Cairo Images album (1)
- Analysis ToolPak Excel 2007 (1)
- Analyze business results with Excel 2007 (1)
- Analyze project performance with earned value analysis in MS Project 2007 (1)
- and Cells (1)
- and Debug Mobile Form Templates InfoPath 2007 (1)
- Andrea Bocelli - Can't Help Falling In Love (1)
- Andrea Bocelli Sarah Brightman - Time To Say Goodbye (1)
- Animate text or objects in PowerPoint 2007 (1)
- Animate your SmartArt graphic in PowerPoint 2007 (1)
- anther way to Create an Out Of Office AutoReply in Outlook (1)
- Apply a different layout to an existing slide in PowerPoint 2007 (1)
- Apply a theme to your presentation in PowerPoint 2007 (1)
- Apply conditional formatting to a form template InfoPath 2007 (1)
- Apply data validation to cells or range in Excel 2007 (1)
- Archive Outlook 2007 items manually (1)
- Assign a keyboard shortcut to a control InfoPath 2007 (1)
- Assign a resource to a task in MS project (1)
- Assign work to a team in MS Project 2007 (1)
- automatically generate future values(forecast) based on existing data Excel 2007 (1)
- Automatically save a backup copy of a workbook Excel 2007 (1)
- Automatically summarize a document in Word 2007 (1)
- Back up a database Access 2007 (1)
- background picture (1)
- Basic tasks in Word 2013 (1)
- Beethoven Symphony 5 Movement 1 Karl Bohm (1)
- before you know it learn 64 languages for free (1)
- beginner's guide to Visio 2007 (1)
- Bill Gates' Last Day (video) (1)
- Bing New search services (1)
- BitTorrent Software Programs (1)
- Blocking Specific Addresses in yahoo mail (1)
- Bob Marley - No Woman No Cry (1)
- Building Blocks in Word 2007 documents (1)
- Buying A Laptop Basics video (1)
- Calculate multiple results by using a data table Excel 2007 (1)
- Case Sensitive Sorts in MS Excel (1)
- Celine Dion -Andrea Bocelli - The Prayer (1)
- celine dion- barbra streisand - Tell him (1)
- Central Processing Unit (1)
- Change a data consolidation of multiple worksheets Excel 2007 (1)
- Change a layout table into a repeating table InfoPath 2007 (1)
- Change check boxes to a group of option buttons InfoPath 2007 (1)
- Change Default Wallpaper Folder on Windows XP (1)
- Change one type of control to another type of control InfoPath 2007 (1)
- Change or delete header and footer information in a presentation in PowerPoint 2007 (1)
- Change or remove an animation effect in PowerPoint 2007 (1)
- Change the administrator password in Windows XP (1)
- Change the binding of a control InfoPath 2007 (1)
- Change the default tab order for controls on a form InfoPath 2007 (1)
- Change the design of a layout table InfoPath 2007 (1)
- Change the dimensions of a layout table InfoPath 2007 (1)
- Change the drawing scale Visio 2007 (1)
- Change The Gridlines Color in Excel 2007 (1)
- Change the manager of an enterprise project in MS Project 2007 (1)
- Change the Normal template (1)
- Chantal Goya - Monsieur Le Chat Botté (1)
- Check your form template for problems InfoPath 2007 (1)
- Checking HTML E-mail Links (1)
- Choosing The Right Computer Processor video (1)
- Clean Up Outlook Express (1)
- cleane and Delete old Wireless networks (1)
- Cleaner Customization Optimizer WinXP Manager (1)
- color (1)
- color scheme InfoPath 2007 (1)
- Combine multiple projects for ease of printing MS Project 2007 (1)
- Communicate schedule details with a Visio 2007 Gantt chart (1)
- Compatible multimedia file formats in PowerPoint 2007 (1)
- Computer Cables And Connections (video) (1)
- Computer Hardware And Peripherals video (1)
- Computer Memory And Storage video (1)
- Computer Monitors video (1)
- Computer Printers And Ink (video) (1)
- conditional formatting precedence Excel 2007 (1)
- Configure your form template to detect the connection state of a form InfoPath 2007 (1)
- Configuring gmail POP mail clients (1)
- Configuring your Gmail With Outlook 2003 : 2007 (1)
- Connecting To The Internet (video) (1)
- Consolidate data in multiple worksheets Excel 2007 (1)
- Convert a Word document to an InfoPath form template (1)
- Convert an Excel workbook to an InfoPath form template (1)
- Convert dates stored as text to dates Excel 2007 (1)
- Convert formula to a Value MS Excel (1)
- Convert numbers stored as text to numbers Office 2007 (1)
- convert PDF OC RTF CHM HTML files to text (1)
- Copy a Group of Cells in Excel 2007 to the Clipboard as an Image (1)
- Copy a macro module to another workbook Excel 2007 (1)
- Copy a presentation to a CD (1)
- Copy a Visio drawing to another document Visio 2007 (1)
- copy and paste just the comment in MS Excel (1)
- Correct common errors in formulas Excel 2007 (1)
- CPU Clock speed (1)
- create (1)
- Create -edit or delete a relationship Access 2007 (1)
- Create a 2-D bar graph Visio 2007 (1)
- Create a 3-D bar graph Visio 2007 (1)
- Create a basic diagram Visio 2007 (1)
- Create a basic flowchart Visio 2007 (1)
- Create a basic network diagram Visio 2007 (1)
- Create a basic presentation in PowerPoint 2007 (1)
- Create a bibliography in Word 2007 (1)
- Create a block diagram Visio 2007 (1)
- Create a calendar for a task within MS Project (1)
- Create a connection to a shared network folde (1)
- Create a custom task pane to help users fill out a form InfoPath 2007 (1)
- Create a daily calendar in Visio 2007 (2)
- Create a detailed network diagram Visio 2007 (1)
- Create a directional map or 3D map in Visio 2007 (1)
- Create a drop-down list from a range of cells Excel 2007 (1)
- Create a floor plan Visio 2007 (1)
- Create a form Access 2007 (1)
- Create a form template that works like a wizard InfoPath 2007 (1)
- Create a form template with tabs InfoPath 2007 (1)
- Create a Gantt chart Visio 2007 (1)
- Create a home plan Visio 2007 (1)
- Create a line graph in Visio 2007 (1)
- Create a macro Access 2007 (1)
- Create a marketing diagram Visio 2007 (1)
- Create a meeting note system with InfoPath 2007 and SharePoint (1)
- Create a milestone in MS Project 2007 (1)
- Create a monthly calendar in Visio 2007 (1)
- Create a new custom layout in PowerPoint 2007 (1)
- Create a new database Access 2007 (1)
- Create a new Office file using a template (1)
- Create a new project from a template in Project 2007 (1)
- Create a new project in MS Project 2007 (1)
- Create a new project in Project 2007 (1)
- Create a photo album in PowerPoint 2007 (1)
- Create a pie chart in Visio 2007 (1)
- Create a PivotDiagram Visio 2007 (1)
- Create a plant layout Visio 2007 (1)
- Create a plumbing and piping plan Visio 2007 (1)
- Create a pneumatic or hydraulic control system diagram Visio 2007 (1)
- Create a PowerPoint 2007 template (1)
- Create a query based on multiple tables Access 2007 (1)
- Create a reflected ceiling plan Visio 2007 (1)
- Create a security plan Visio 2007 (1)
- Create a SharePoint library or site content type for your form template InfoPath 2007 (1)
- Create a simple report Access 2007 (1)
- Create a simple select query Access 2007 (1)
- Create a site architectural plan Visio 2007 (1)
- Create a SmartArt graphic (1)
- Create a space plan Visio 2007 (1)
- create a summary slide and a table of contents slide in in PowerPoint 2007 (1)
- Create a table Access 2007 (1)
- Create a table of authorities in Word 2007 (1)
- Create a table of contents in Word 2007 (1)
- Create a table query Access 2007 (1)
- Create a template (1)
- Create a timeline to show a snapshot of your schedule Visio 2007 (1)
- Create a Toggle Button InfoPath 2007 (1)
- Create a tree diagram Visio 2007 (1)
- Create a validation rule to validate data in a field Access 2007 (1)
- Create a Visio 2007 organization chart (1)
- Create a yearly calendar in Visio 2007 (2)
- Create an asset tracker solution using InfoPath and Excel (1)
- Create an audit diagram Visio 2007 (1)
- Create an electric and telecom plan Visio 2007 (1)
- Create an electrical engineering diagram Visio 2007 (1)
- Create an expression Access 2007 (1)
- Create an HVAC control logic diagram Visio 2007 (1)
- Create an HVAC plan Visio 2007 (1)
- Create an index in Word 2007 (1)
- Create an InfoPath-only view of a browser-compatible form template (1)
- Create an input mask Access 2007 (1)
- Create an layer shapes diagram Visio 2007 (1)
- Create an office layout Visio 2007 (1)
- Create an Out Of Office AutoReply in Outlook (1)
- Create an XML data file and XML schema file from worksheet data Excel 2007 (1)
- Create and customize a slide master in PowerPoint 2007 (1)
- Create and insert a new task MS Project 2007 (1)
- Create and link tasks with MS Project 2007 (1)
- Create and present a custom show in PowerPoint 2007 (1)
- Create and print a presentation in Outline viewin PowerPoint 2007 (1)
- Create and print handoutsin PowerPoint 2007 (1)
- Create and print notes pagesin PowerPoint 2007 (1)
- Create and use document building blocks in Word 2007 (1)
- Create conditional formats in Excel 2007 (1)
- Create forms that users complete in Word 2007 (1)
- Create Mailing Labels in Word 2003 With Mail Merge (1)
- Create or delete a macro Excel 2007 (1)
- Create or delete a PivotTable reports and PivotChart reports Excel 2007 (1)
- Create part and assembly drawings Visio 2007 (1)
- Create PDFs from any program that print (1)
- Create Piping-instrumentation-Process flow diagrams Visio 2007 (1)
- Create project timelines in Visio 2007 (1)
- Create Visio 2007 PERT charts to plan projects and analyze dependencies (1)
- Create- delete a custom lists Excel 2007 (1)
- Creating an E-mail Business Card (1)
- Crop an AutoCAD drawing picture or object Visio 2007 (1)
- customize a button InfoPath 2007 (1)
- customize a rich text box InfoPath 2007 (1)
- customize a text box InfoPath 2007 (1)
- Customize and save a theme in PowerPoint 2007 (1)
- customize your own favorite’s links and view them in the link toolbar (1)
- Dalida (1)
- Dalida - AVEC LE TEMPS (1)
- Dalida -Serge Lama Greatest song Je Suis Malade (1)
- Dalida Helwa Ya Balady (1)
- Dalida Salma ya salama (1)
- Database basics Access 2007 (1)
- Database design basics (1)
- De-fragmenting Files (1)
- Define and solve a problem by using Solver Excel 2007 (1)
- Deleting Old System Restore Files (1)
- Deliver a presentation on two monitors by using Presenter view in PowerPoint 2007 (1)
- Design a Document Information Panel by using InfoPath (1)
- Design a form for merging InfoPath 2007 (1)
- Design a form in InfoPath 2007 that works with InfoPath 2003 (1)
- Design a form template based on a Microsoft SQL Server database in InfoPath 2007 (1)
- Design a form template based on a Web service in InfoPath 2007 (1)
- Design a form template by using settings in a data connection library in InfoPath 2007 (1)
- Design a form template for offline use InfoPath 2007 (1)
- Design a form template for use on a mobile device InfoPath 2007 (1)
- Design a form to respond to a workflow status InfoPath 2007 (1)
- Design a read-only view InfoPath 2007 (1)
- Design a view that is optimized for printing InfoPath 2007 (1)
- Desktopography free desktop wallpaper (1)
- Detect and Repair Applications In Microsoft Office 2007 (1)
- Determine the right threshold for project cost and schedule variances in MS Project 2007 (1)
- Disable Your computer might be at risk Popup in Windows XP SP2 (1)
- Disable Autoplay of Audio CDs and USB Drives (1)
- Disable or set a control as read-only by using conditional formatting InfoPath 2007 (1)
- Display a form MS Project 2007 (1)
- Display a view that is based on a user role InfoPath 2007 (1)
- Display the date and time in separate controls InfoPath 2007 (1)
- Distribute project work evenly in MS Project 2007 (1)
- donate Free Rice (1)
- Download Free Codecs K-Lite Mega Codec Pack 3.6.2 (1)
- Download from youtube with just one click with RealPlayer (1)
- Draw a closed shape with the Pencil Line Arc or Freeform tools Visio 2007 (1)
- Edit a macro Excel 2007 (1)
- Edith Piaf - Charles Aznavour - Plus bleu que tes yeux (1)
- Edith Piaf - La Vie En Rose (1)
- Edith Piaf - Mon Dieu (1)
- Edith Piaf - Non Je ne regrette rien (1)
- Edith Piaf L'Hymne à l'amour (1)
- Egypt at the beginning of the 20th century (1)
- Email 101 Email Basics (1)
- Email 101 Introduction to Email (1)
- Email to Mrs Christiane Amanpour Regarding Muslim God Warriors series (1)
- Embed True Type Fonts in Word and PowerPoint 2007 Documents (1)
- Enable a text box to accept multiple lines of text InfoPath 2007 (1)
- Enable or disable ActiveX controls in Office documents (1)
- Enable or disable AutoComplete in a text box InfoPath 2007 (1)
- Enable or disable full rich-text formatting in a rich text box InfoPath 2007 (1)
- Enable or disable macros in Office 2007 (1)
- Enable or disable paragraph breaks in a control InfoPath 2007 (1)
- end world hunger (1)
- Enhance your Windows Live Messenger security (1)
- Enter costs for resources MS Project 2007 (1)
- Enter or change enterprise resource information MS Project 2007 (1)
- Enter task (1)
- Equation Editor basics Excel 2007 (1)
- Equation Editor in Excel 2007 (1)
- etc) in Microsoft Word (1)
- Excel 2010 Cell Basics (1)
- Excel 2010 Creating Complex Formulas (1)
- Excel 2010 Creating PivotTables (1)
- Excel 2010 Creating Simple Formulas (1)
- Excel 2010 Filtering Data (1)
- Excel 2010 Formatting Cells (1)
- Excel 2010 Formatting Tables (1)
- Excel 2010 Getting Started with Excel (1)
- Excel 2010 Modifying Columns (1)
- Excel 2010 Outlining Data (1)
- Excel 2010 Printing (1)
- Excel 2010 Reviewing and Sharing Workbooks (1)
- Excel 2010 Saving (1)
- Excel 2010 Sorting Data (1)
- Excel 2010 Using Conditional Formatting (1)
- Excel 2010 Using Templates (1)
- Excel 2010 Using What-If Analysis (1)
- Excel 2010 Working with Basic Functions (1)
- Excel 2010 Working with Charts (1)
- Excel 2010 Working with Sparklines (1)
- Excel 2010 Worksheet Basics (1)
- Export timeline data from Visio to MS Project (1)
- Export Visio 2007 shapes or drawings to another file format (1)
- Export XML data Excel 2007 (1)
- Extranet (1)
- File Associations in Vista and win XP (1)
- FileMenu Tools Freeware (1)
- Filter by using advanced criteria Excel 2007 (1)
- Filter data in a range or table Excel 2007 (1)
- Filter for unique values or remove duplicate values Excel 2007 (1)
- Filter the data that is displayed in a control InfoPath 2007 (1)
- find and remove duplicate files on your PC (1)
- Find cells that have conditional formats Excel 2007 (1)
- find health information on the Internet (1)
- Find Your Missing USB Drive on Windows XP (1)
- find your national anthem (ابحث عن نشيدك الوطنى) (1)
- Force Windows to Boot Into Safe Mode Without Using the F8 Key (1)
- Form controls-and ActiveX controls Excel 2007 (1)
- Format a MS office 2007 Report in 10 Minute (1)
- Format the data and layout of an XML table Excel 2007 (1)
- Format the data in tables Access 2007 (1)
- Frank and Nancy Sinatra (1)
- free audiobooks (1)
- FREE wallpapers (1)
- Free Worldwide Travel Guides - Wikitravel (1)
- FreeRip Mp3 Ripper (1)
- Functions in InfoPath (1)
- funny video (Good Cop-Baby Cop) (1)
- funny video you got to see this (The Landlord from Will Ferrell) (1)
- Get Qualified FUL (1)
- GMail Disk (1)
- Gmail in Vista Windows Mail (1)
- Gmail tips and tricks (1)
- Google Drive Getting Started (1)
- Google Drive Converting and Printing Docs (1)
- Google Drive Creating Google Docs (1)
- Google Drive Managing your Files (1)
- Google Drive Sharing and Collaborating (1)
- Google Drive Uploading and Syncing Files (1)
- Google Maps Buddy (1)
- Google Suggest (1)
- Google Zeitgeist (1)
- Graphical User Interface GUI (1)
- group and summarize data in a worksheet Excel 2007 (1)
- Group tasks or resources MS Project 2007 (1)
- Guide To Hydroponic Nutrients (1)
- Guide to multivalued fields Access 2007 (1)
- Guidelines and examples of array formulas Excel 2007 (1)
- Guidelines for sorting and filtering data by color Excel 2007 (1)
- Guidelines for using colors fonts and images in a form template InfoPath 2007 (1)
- gümüş song - Uğur Arslan - Dayan Gönlüm- من اغانى مسلسل نور (1)
- gümüş song -biliyorsun-Sezen Aksu- من اغانى مسلسل نور (1)
- gümüş song -Uğur Arslan-Deger miydi- من اغانى مسلسل نور (1)
- Gumus song-Biliyorsun-Sezen Aksu-من اغانى مسلسل نور (1)
- hang out in Santa’s Secret Village (1)
- Hardware (1)
- HEY - JULIO IGLESIAS (1)
- Hide a control based on values on the form InfoPath 2007 (1)
- Hide or display formulas Excel 2007 (1)
- histoire d'un amour -dalida (1)
- Horizontal Borders/Dividers Using the Keyboard (1)
- How can I install the Windows XP-2000 Recovery Console (1)
- How scheduling works in MS Project (1)
- How scheduling works in Project in MS Project 2007 (1)
- how to add a specific number of days to a date InfoPath 2007 (1)
- How to add your image text in an Outlook signature (1)
- How To Build A Raised Planter Bed (1)
- how to correct commen errors Excel 2007 (1)
- How to Create (1)
- How To Defragment Your Hard Drive (1)
- How To Get The Best Deal On A PC video (1)
- How To Import a CSV File Containing a Column With a Leading 0 Into Excel (1)
- How To Make A Compost (1)
- How To Make A Simple Easy Compost Bin (1)
- How To Make A Summer Hanging Basket (1)
- how to make the Word documents file smaller (1)
- How To Plant A Herb Pot (1)
- How To Plant A Rose Bush (1)
- How To Plant Carrots (1)
- How To Plant Garlic (1)
- How To Plant Onions (1)
- How To Plant Potatoes (1)
- How To Plant Spring Onions (1)
- How To Plant Tomatoes (1)
- How To Plant Vegetables In Pots (1)
- How to Protect your new computer (1)
- How to resize a partition in Windows Vista (1)
- How To Set Up An Hydroponic Garden (1)
- How To Set Up An Indoor Garden Part Five (1)
- How To Set Up An Indoor Garden Part Four (1)
- How To Set Up An Indoor Garden Part One (1)
- How To Set Up An Indoor Garden Part Three (1)
- How To Set Up An Indoor Garden Part Two (1)
- how to use Bookmarks in Word document (1)
- How to Use uTorrent (1)
- How to Use uTorrent-video (1)
- howtoons.com cool site for cool kids (1)
- ICDL (1)
- ICDL courseware material (1)
- ICDL Exams (1)
- Images of EGYPT (1)
- Import and export your favorites list (1)
- Import appointments from Outlook into a Visio 2007 calendar (1)
- Import data from Project into a Visio 2007 timeline (1)
- Import data from Project into a Visio Gantt chart (1)
- Import or insert AutoCAD drawings pictures and clip art Visio 2007 (1)
- Import XML data Excel 2007 (1)
- Import_data_from_external_sources_to_Visio_2007 (1)
- Improve English writing style andgrammar (1)
- incredimail free Email software (1)
- InfoPath 2007 controls and features that are not supported in mobile browsers (1)
- Information Technology (1)
- Input Devices (2)
- Input scopes for InfoPath controls (1)
- Insert (1)
- Insert a button InfoPath 2007 (1)
- Insert a check box InfoPath 2007 (1)
- Insert a choice group InfoPath 2007 (1)
- Insert a combo box InfoPath 2007 (1)
- Insert a date picker InfoPath 2007 (1)
- Insert a drop-down list box InfoPath 2007 (1)
- Insert a group of option buttons InfoPath 2007 (1)
- Insert a horizontal region InfoPath 2007 (2)
- Insert a hyperlink InfoPath 2007 (1)
- Insert a layout table InfoPath 2007 (1)
- Insert a list box InfoPath 2007 (1)
- Insert a multiple-selection list box InfoPath 2007 (1)
- Insert a project into a master MS project (1)
- Insert a rich text box InfoPath 2007 (1)
- Insert a section InfoPath 2007 (1)
- Insert a symbol or special character in Word 2007 (1)
- Insert a text box InfoPath 2007 (1)
- Insert clip art in a Visio drawing Visio 2007 (1)
- Insert headers and footers in Word 2007 (1)
- Insert or delete a footnote or an endnote Word 2007 (1)
- insert random text in Microsoft Word (1)
- Insert subtotals in a list of data in a worksheet Excel 2007 (1)
- Intranetm (1)
- Introducing IE 8's New Features (1)
- Introduction to browser-compatible form templates InfoPath 2007 (1)
- Introduction to controls InfoPath 2007 (1)
- Introduction to converting paper forms to InfoPath forms (1)
- Introduction to form templates and forms InfoPath 2007 (1)
- Introduction to importing and exporting form data and form templates in InfoPath 2007 (1)
- Introduction to testing form templates InfoPath 2007 (1)
- Introduction to views InfoPath 2007 (1)
- Introduction to what-if analysis Excel 2007 (1)
- IQ English IT Exams (1)
- ISO Burner (Freeware) (1)
- Istanbul_Images_album (1)
- je n'ai pas change - JULIO IGLESIAS (1)
- Joe Dassin-Et si tu n'existais pas (1)
- Join tables and queries Access 2007 (1)
- Keyboard shortcuts Hotkeys (1)
- LAN (1)
- Launchpad (2)
- laying out a form template InfoPath 2007 (1)
- Lionel Richie - Hello (1)
- Lionel Richie - Stuck On You (1)
- list of free ebooks and free Libraries (1)
- List of InfoPath sample form templates (1)
- Lock Folder XP hide files folders drives (1)
- Mac OS X Lion Changing Computer Settings (1)
- Mac OS X Lion Exploring (1)
- Mac OS X Lion Getting Started (1)
- Mac OS X Lion The Dock (1)
- Mac OS X Lion Working with Finder (1)
- Mac OS X Mountain Lion Camera and Photos (1)
- Mac OS X Mountain Lion Changing Computer Settings (1)
- Mac OS X Mountain Lion Communication (1)
- Mac OS X Mountain Lion Everyday Tasks (1)
- Mac OS X Mountain Lion Exploring (1)
- Mac OS X Mountain Lion Getting Started (1)
- Mac OS X Mountain Lion iTunes and Entertainment (1)
- Mac OS X Mountain Lion Syncing with iCloud (1)
- Mac OS X Mountain Lion The Dock (1)
- Mac OS X Mountain Lion Working with Finder (1)
- Make (1)
- Make a checklist in Word (1)
- Make a control required InfoPath 2007 (1)
- Make Bunting with Microsoft Word (1)
- make changes to headers and footers in Word 2007 (1)
- Make changes to a subproject without changing the original file MS Project 2007 (1)
- make your winxp look like Vista (1)
- Make Your XP Computer Look Like OS X Completely (1)
- Map and unmap XML elements Excel 2007 (1)
- mapping fields from your data file to a Gantt chart Visio 2007 (1)
- master projects and subprojects MS Project 2007 (1)
- Media Cope (1)
- Memory (1)
- Menekse Ile Halil - Susma من اغانى مسلسل ميرنا وخليل (1)
- Menekse İle Halil-Ninni-Toygar Işıklı من اغانى مسلسل ميرنا وخليل (1)
- Menekse ile Halil-TUTKUN من اغانى مسلسل ميرنا وخليل (1)
- missing top margin (1)
- Mission Control (2)
- Modify or change the data type setting for a field Access 2007 (1)
- Mona lisa-nat king cole (1)
- More Colors for SmartArt in MS Office 2007 (1)
- Move a published form template to a new SharePoint library InfoPath 2007 (1)
- Movie Organizer Download movie information and images online (1)
- Mozart l' Égyptien موتزارت معزوفه كلاسيكيه مصريه (1)
- Multitasking considerations (1)
- Musicovery discover music (1)
- MUTE File Sharing (2)
- My personal thoughts on Menekse ile halil series (1)
- My thought on Obama Speech in Cairo (1)
- Nametag Etiquette (1)
- Nest a function within a function Excel 2007 (1)
- network (1)
- Network Magic (1)
- NICK CAVE PEOPLE AINT NO GOOD (1)
- Notepad Page setup (1)
- office 2013 (3)
- om kalthoum (2)
- Open an existing form template InfoPath 2007 (1)
- or delete a field to store numeric values Access 2007 (1)
- or local disk drive (1)
- or project information in the Project Server enterprise fields Create a calendar for a task within MS Project (1)
- or shape to notes pages in PowerPoint 2007 (1)
- or watermark in PowerPoint 2007 (1)
- Oum Kalthoum Amal Hayaty امل حياتي The hope of my life (1)
- Outline tasks into subtasks and summary tasks in MS Project 2007 (1)
- Outlook 2010 Collaborating with Calendars (1)
- Outlook 2010 Getting to Know Outlook 2010 (1)
- Outlook 2010 Managing Contacts (1)
- Outlook 2010 Managing Your Calendars (1)
- Outlook 2010 Organizing and Managing Email (1)
- Outlook 2010 Sending and Receiving Email (1)
- Outlook Personal Folders file-.pst (1)
- Output Devices (2)
- Overview of tables in Excel 2007 (1)
- Overview of forms-Form controls-ActiveX controls Excel 2007 (1)
- Overview of formulas Microsoft Office Excel 2007 (1)
- Overview of InfoPath Forms Services (1)
- Overview of XML in Excel 2007 (1)
- overwrite mapped XML data Excel 2007 (1)
- Paroles (1)
- Paul Robeson - Old Man River (1)
- PAVAROTTI-CELINE DION-I HATE YOU THEN I LOVE YOU (1)
- PDF files (1)
- PeerGuardian P2P Firewall Privacy Defense (1)
- Perform What-If Analysis with the Solver Tool Excel 2007 (1)
- picture (1)
- Play a CD during a presentation in PowerPoint 2007 (1)
- Play an Adobe Macromedia Flash animation in PowerPoint 2007 (1)
- Play FreeRice (1)
- Post to your Blog with Word 2007 (1)
- PowerPoint 2010 Advanced Presentation Options (1)
- PowerPoint 2010 Animating Text and Objects (1)
- PowerPoint 2010 Applying a Theme (1)
- PowerPoint 2010 Applying Transitions (1)
- PowerPoint 2010 Arranging Objects (1)
- PowerPoint 2010 Checking Spelling (1)
- PowerPoint 2010 Formatting Pictures (1)
- PowerPoint 2010 Getting Started with PowerPoint (1)
- PowerPoint 2010 Hyperlinks and Action Buttons (1)
- PowerPoint 2010 Indents and Line Spacing (1)
- PowerPoint 2010 Inserting Audio (1)
- PowerPoint 2010 Inserting Images (1)
- PowerPoint 2010 Inserting Videos (1)
- PowerPoint 2010 Modifying Lists (1)
- PowerPoint 2010 Modifying Themes (1)
- PowerPoint 2010 Presenting Slide Show (1)
- PowerPoint 2010 Reviewing Presentations (1)
- PowerPoint 2010 Saving and Printing (1)
- PowerPoint 2010 Slide Basics (1)
- PowerPoint 2010 SmartArt Illustrations (1)
- PowerPoint 2010 Text Basics (1)
- PowerPoint 2010 WordArt and Shapes (1)
- PowerPoint 2010 Working with Charts (1)
- PowerPoint 2010 Working with Tables (1)
- Prevent users from inserting or deleting a control InfoPath 2007 (1)
- Preview a form template InfoPath 2007 (1)
- Print a presentation in black and white or grayscale in PowerPoint 2007 (1)
- Print your slidesin PowerPoint 2007 (1)
- Process Explorer (1)
- Project Gutenberg free ebooks (1)
- protect a form template's design InfoPath 2007 (1)
- Publish a form template to a list of e-mail message recipients InfoPath 2007 (1)
- Publish a form template to a server running InfoPath Forms Services (1)
- Publish your photo album to the Web in PowerPoint 2007 (1)
- Publish your presentation to the Web in PowerPoint 2007 (1)
- Publisher 2010 Creating a New Publication (1)
- Publisher 2010 Getting to Know Publisher 2010 (1)
- Publisher 2010 Producing a Publication (1)
- Publisher 2010 Working with Pictures (1)
- Publisher 2010 Working with Shapes and Objects (1)
- Publisher 2010 Working with Tables (1)
- Publisher 2010 Working with Text (1)
- Put an Office in Your Pocket (1)
- Rainlendar customizable desktop calendar (1)
- RAM (1)
- Readiris Pro 11 recognizes scanned documents (1)
- Record your files and converts them to speech automatically (1)
- Recover your Gmail Password with a Secondary Email Address or an SMS message (1)
- Reduce or enlarge a drawing when you print it Visio 2007 (1)
- Refresh connected (imported) data Excel 2007 (1)
- Refresh imported data Visio 2007 (1)
- Rehearse and time your presentation in PowerPoint 2007 (1)
- Remove a filter from a control InfoPath 2007 (1)
- Remove conditional formatting InfoPath 2007 (1)
- Remove or replace a resource assignment in MS Project 2007 (1)
- Removing Blue Vertical Lines from Forwarded Outlook and Windows Live E-mail: (1)
- Reorganize subprojects in the master project MS Project 2007 (1)
- Repairing a corrupted workbook Excel 2007 (1)
- Require a specific data entry pattern in a control InfoPath 2007 (1)
- Resend Outlook message (1)
- resource (1)
- resource units in MS Project 2007 (1)
- Restore a database Access 2007 (1)
- Restore archived items Outlook 2007 (1)
- Rimsky-Korsakov-Scheherazade-شهرزاد (1)
- RocketDock make your win xp feel like Mac os (1)
- ROM-BIOS (1)
- Rows (1)
- Run a macro Excel 2007 (1)
- Sabah Fakhri -صباح فخري- أنا في سكرين (1)
- Sabah Fakhri-صباح فخري- قل للمليحة (1)
- sample diagrams and data Visio 2007 (1)
- Save a project in MS Project 2007 (1)
- save word 2007 alaways in word 2003 (1)
- Schedule the remaining work on a task in MS Project 2007 (1)
- screensavers software (1)
- Search and Replace Specific Formatting (fonts (1)
- SEARCH OPTIONS In WinXP (1)
- Secure Your Private Word 2007 Documents (1)
- Select page orientation (1)
- selecting delimiters in a Gantt chart Visio 2007 (1)
- Set a control as read-only InfoPath 2007 (1)
- Set a password to open or modify document-workbook- presentation (1)
- Set a project start date or finish date in MS Project 2007 (1)
- set or Change page margins (1)
- Set pattern-matching conditions for data by using conditional formatting InfoPath 2007 (1)
- Set the default values for a form InfoPath 2007 (1)
- Set the required security level for a form template InfoPath 2007 (1)
- Set up a document in Word 2007 (1)
- Shape basics Visio 2007 (1)
- Share resources using a resource pool MS Project 2007 (1)
- Sharing Folders in Vista The XP Way (2)
- Shopping For Your New Computer video (1)
- Show information on network diagrams Visio 2007 (1)
- Show or hide rows in a repeating table by using conditional formatting InfoPath 2007 (1)
- Six great Excel tips (1)
- SketchUp is 3D for everyone (1)
- SkyDrive Create and Share Office Documents (1)
- SkyDrive Getting Started (1)
- SkyDrive Mobile Device (1)
- SkyDrive Upload Sync and Manage Files (1)
- SkyDrive Working with Office Web Apps (1)
- slide layouts in PowerPoint 2007 (1)
- Smile - Nat King Cole (1)
- Software (1)
- Some Spam Tips (1)
- Sort data in a range or table Excel 2007 (1)
- Specify the character limit for a text box InfoPath 2007 (1)
- Specify the compatibility settings for a form template InfoPath 2007 (2)
- Specify the text-scrolling options for a control InfoPath 2007 (1)
- Specify the text-wrapping options for a control InfoPath 2007 (1)
- SpeeDefrag 5.2 (freeware ) (1)
- Split names by using the Convert Text to Columns Wizard Excel 2007 (1)
- Split text among columns by using functions Excel 2007 (1)
- sputtr.com 36 search engine in one (1)
- Storage Devices (1)
- styles (1)
- Submit form data in an e-mail message InfoPath 2007 (1)
- Submit form data to a Microsoft SQL Server database InfoPath 2007 (1)
- Submit form data to a SharePoint library InfoPath 2007 (2)
- Submit form data to a Web service InfoPath 2007 (1)
- Submit form data to several locations InfoPath 2007 (1)
- Substitute resources in a project in MS Project 2007 (1)
- Switch between various sets of values by using scenarios Excel 2007 (1)
- Systems development (1)
- test (1)
- Test the binding of a control InfoPath 2007 (1)
- text box (1)
- The Age of Aquarius (1)
- The Beatles - Strawberry Fields Forever (1)
- The Beatles - Yesterday (1)
- The Beatles Help (1)
- The Beatles Hey Jude (1)
- The Beatles-All You Need Is Love (1)
- The Design Checker task pane InfoPath 2007 (1)
- The Difference Between Flash and Shockwave (1)
- The Etiquette of Afternoon Tea (1)
- The Etiquette of Business Dining (1)
- The Etiquette of Exchanging Business Cards (1)
- The Four Seasons (1)
- The Goal Seek Excel 2007 (1)
- The Good Bit Torrent Search Engines (1)
- the hits of classical music (1)
- The Invisible Web (1)
- The operating system (1)
- the structure of an Access database (1)
- The Troggs - Wild Thing (1)
- tinySpell puickly check and correct the spelling in any Windows application (1)
- Tips and Tricks Windows XP Windows XP (1)
- Top 10 Websites For Smart Kids (1)
- Turn AutoArchive Outlook 2007 off or on (1)
- understanding of the form design process in Microsoft Office InfoPath (1)
- Understanding the Major File Formats WAV MP3 and MIDI (1)
- Unforgetable - Nat King Cole (1)
- Universal Shield set access rights using an encryption (1)
- updating existing form templates InfoPath 2007 (1)
- Upgrade a form template from InfoPath 2003 to InfoPath 2007 (1)
- USBSpy View and Analyze USB Traffic (1)
- Use AutoArchive to back up or delete items Outlook 2007 (1)
- Use color to indicate status in a repeating section InfoPath 2007 (1)
- use Goal Seek to know the result of a formula Excel 2007 (1)
- Use Google to find torrent (1)
- Use Hotmail from Microsoft Outlook 2003 2007 (1)
- Use Picture in MS Excel Charts (1)
- Use the Find and Replace Access 2007 (1)
- Use values from a SQL Server database to a list box drop-down list box combo box InfoPath 2007 (1)
- Use values from a Web service to a list box drop-down list box combo box InfoPath 2007 (1)
- use your messenger behind a firewall (1)
- Using the Windows XP Backup Wizard to Back Up Files and Settings (1)
- using workflows with InfoPath 2007 forms (1)
- Validate XML data against an XML schema Excel 2007 (1)
- View resource workloads and availability in MS Project 2007 (1)
- View server-generated errors and messages in the Design Checker task pane InfoPath 2007 (1)
- View the business logic in a form template InfoPath 2007 (1)
- Virtual PC 2004 SP1 (1)
- WAN (1)
- Watch a formula with Watch Window in Excel 2007 (1)
- watermark and background Word 2007 (1)
- Web browser compatibility in InfoPath Forms Services (1)
- what is E-mail Spoofing (1)
- What is InfoPath (1)
- What is Your MAC Address (1)
- What's new in Microsoft Office Access 2007 (1)
- which program to open your attachment (1)
- WhiteSmoke (1)
- Wikisource The Free Library (1)
- winrar (1)
- Word 2010 Adding Breaks (1)
- Word 2010 Checking Spelling and Grammar (1)
- Word 2010 Formatting Pictures (1)
- Word 2010 Formatting Text (1)
- Word 2010 Getting Started with Word (1)
- Word 2010 Inserting Clip Art and Pictures (1)
- Word 2010 Line and Paragraph Spacing (1)
- Word 2010 Modifying Page Layout (1)
- Word 2010 Printing (1)
- Word 2010 Reviewing Documents (1)
- Word 2010 Saving (1)
- Word 2010 SmartArt Graphics (1)
- Word 2010 Styles and Themes (1)
- Word 2010 Text Basics (1)
- Word 2010 Text Boxes and WordArt (1)
- Word 2010 Using a Template (1)
- Word 2010 Using Indents and Tabs (1)
- Word 2010 Using Mail Merge (1)
- Word 2010 Working with Columns (1)
- Word 2010 Working with Headers and Footers (1)
- Word 2010 Working with Hyperlinks (1)
- Word 2010 Working with Lists (1)
- Word 2010 Working with Shapes (1)
- Word 2010 Working with Tables (1)
- Word 2013 (2)
- Word and Excel tips and tricks (1)
- Word tips and tricks (1)
- WordArt (1)
- Workgroup (1)
- Working with pictures InfoPath 2007 (1)
- Write on slides during a presentation in PowerPoint 2007 (1)
- Write or insert an equation in Word 2007 (1)
- yahoo mail filters (1)
- Yahoo Search Assist (1)
- Youssou N'Dour-Neneh Cherry- seven second waiting (1)
- YouTube Google Video Grabber (1)
- أجاثا كريستى (1)
- أحمد تيمور (1)
- ألبير كامو (1)
- ألبيرتو مورافيا (1)
- أم كلثوم ليلي ونهاري (1)
- أنطون تشيخوف (1)
- أنيس منصور (1)
- إرنست همنجواى (1)
- ابن حزم (1)
- ابن رشد (1)
- احسان عبد القدوس (1)
- احمد شوقى (1)
- الاماكن - محمد عبده (1)
- الحب كده (1)
- الشيخ الرئيس ابن سينا (1)
- المترجمات (1)
- المنفلوطي (1)
- الموسوعات (1)
- ام كلثوم (3)
- انتى عمرى (1)
- ايبسن (1)
- باولو كويليو (1)
- بخصوص خطة الانتفاضه الفلسطينيه 15/5 /2011 (1)
- بعض الكتب عن الدولة العثمانية (1)
- تان تان (1)
- تحميل كتب الرخصة الدولية لقيادة الحاسوب ICDL عربى (1)
- تشارلز ديكنز (1)
- توفيق الحكيم (1)
- تولستوي (1)
- ثروت أباظة (1)
- جابريل ماركيز (1)
- جبران خليل جبران (1)
- جلال الدين الرومي (1)
- جمال حمدان (1)
- جميع حلقات مسلسل نور كاملة "Gumus" (1)
- خالد محمد خالد (1)
- خمرة الحب - صباح فخري -sabah fakhri (1)
- خيري شلبي (1)
- دارت الايام (1)
- دوستويفسكي (1)
- سيدات مصر الاوائل (1)
- شرح تنزيل وعمل اسطوانه window XP وتثبتهاعلى جهازك (1)
- شرلوك هولمز (1)
- طه حسين (1)
- عباس محمود العقاد (1)
- عبد الرحمن الجبرتي (1)
- عبد الرحمن الشرقاوى (1)
- عبد المجيد عبد الله - يا طيب القلب (1)
- عبد المجيد عبدالله- رهيب والله رهيب (1)
- عبدالحميد جودة السحار (1)
- على أحمد باكثير (1)
- غسان كنفاني (1)
- فكري اباظه (1)
- فيكتور هوجو (1)
- قصص (1)
- كافاكا (1)
- كتاب ألف ليلة وليلة 3 ثلاث نسخ مختلفه (1)
- كتاب طوق الحمامة للامام ابن حزم (1)
- كتاب عجائب الآثار في التراجم والأخبار (1)
- كتاب عجائب الآثار في التراجم والأخبار الجبرتي (1)
- كتاب وصف مصر Description de l'Égypte (1)
- كتب مجانيه (1)
- كتب و قصص متنوعه 10 (1)
- كتب و قصص متنوعه 11 (1)
- كتب و قصص متنوعه 12 (1)
- كتب و قصص متنوعه 13 (1)
- كتب و قصص متنوعه 14 (1)
- كتب و قصص متنوعه 15 (1)
- كتب و قصص متنوعه 2 (1)
- كتب و قصص متنوعه 3 (1)
- كتب و قصص متنوعه 4 (1)
- كتب و قصص متنوعه 5 (1)
- كتب و قصص متنوعه 6 (1)
- كتب و قصص متنوعه 7 (1)
- كتب و قصص متنوعه 8 (1)
- كتب و قصص متنوعه 9 (1)
- كتب و قصص متنوعه للاطفال (1)
- كتب و قصص متنوعه1 (1)
- كيفيه عمل ملف مضغوط ببرنامج (1)
- محمد حسين هيكل (1)
- مشروع لحل مشكلات الحجيج المصرين (1)
- مصطفى محمود (1)
- منحة وزارة الاتصالات وراية (1)
- منحه وزاره الاتصالات 9 شهور (1)
- موسوعة تاريخ الحضارات العام (2)
- موليير (1)
- نجاة الصغيرة - بحلم معاك (1)
- نجاة الصغيرة انا بعشق البحر- Najat Assaghira i love the sea (1)
- نجيب محفوظ (1)
- نيتشه (1)
- هتشكوك (1)
- هل فكرت فى شكر والدك على دوره تحرير سيناء (1)
- وليم شكسبير (1)
- يحيي حقي (1)
- يوسف ادريس (1)
- يوسف السباعى (1)
- يوسف زيدان (1)