You just got your first computer, or you are just now starting to find out the basics of how you can turn your computer into a real everyday tool, but...

  • You need a little Computer help, so you can start enjoying all the great possibilities your computer can provide?
  • You want to know about virus, spyware and adware and how you protect yourself from them?
  • You want to know some of the most commonly used computer terms?
  • You want to be able to actually use the programs it came withBecause:
  • You want to keep up with your children and understand what they are saying
  • You want to take advantage of all the Information on the net
  • You want to be able to use e-mail so you can keep in contact with distant family and friends
  • Maybe you just want to be able to download music or get newsletters and e-books about your favorite subjects
  • You bought a digital camera and want to store and organize your photos
  • Or maybe you just like to write down all the great recipes, you have collected over the years
  • http://www.basic-computerskills.com/index.html

Cisco Designing Network Security
Network Security is an ongoing process of defining security policies, implementing proactive security measures to enforce them, monitoring the network to obtain visibility into activity, identifying and correlating anomalies, mitigating threats and reviewing what occurred in order to modify and improve the security posture, as illustrated in
Cisco Designing Network Security.
To install Windows 7 on your Mac using Boot Camp you will need the following:

1. All firmware updates installed on your Mac (use Apple Button -> Software Update… to check)
2. A Windows 7 installation DVD
3. Your OS X Leopard installation DVD
4. At least 10GB of empty hard drive space on your Mac (you can probably get away with less but you’ll have almost no room to install anything other than the OS)
5. An hour if all goes well, up to 5 hours if not
6. Though not absolutely required, it’s a VERY good idea to have a complete and up to date Time Machine backup of OS X – it really came in handy for me. Because part of the process involves partitioning your drive, there’s always the distinct chance something will go wrong and everything will be wiped out.
7. Patience, possibly a great deal of it. Having a book handy will also help kill time during the partitioning, installing etc).

Installing Windows 7 via Boot Camp

1. Here goes. First thing – close absolutely every open program you can. That includes those things running in the Apple Menu that you always forget about. Don’t worry about killing the Dock or Dashboard – having those running is fine.
2. Now open a Finder and navigate to Applications -> Utilities and double-clickBoot Camp Assistant.



3. Click Continue on the initial Introduction screen. Ignore the fact that it doesn’t mention Windows 7 as a possible OS to install.

4. Now you have to decide how much space you want to allocate to Windows 7. You might be able to get away with going as low as 6GB, but I would highly advise against it. You’ll have almost no space left over to install software, and your page file in Windows might cause frequent crashes. I opted for 20GB, which left me with just a bit over 16GB to use after installing Windows 7.
To change the amount of space to dedicate to Windows 7, click the small divider between Mac OS X and Windows, and drag it to the left



5. Once you’ve determined how much space you want to allocate to Windows 7, click the Partition button.



6. The partitioning itself doesn’t take particularly long. If you receive an error, proceed to step 10 of the “How to install Vista with Boot Camp” tutorial. It provides all the troubleshooting info you need to resolve partitioning issues. Once you’ve cleared up any problems, or if everything just goes smoothly, proceed with the next step in this tutorial.



7. Once completed you’ll notice a new BOOTCAMP drive on your desktop.




8. Now insert your Windows 7 DVD and click the Start Installation button.



9. Your Mac will restart, and Windows 7 will boot. You’ll be prompted with a window asking you which partition you want to install Windows on. Select the one withBOOTCAMP in the Name column. Selecting anything else may wipe out OS X or cause serious problems. Then select the Drive options (advanced) link.



10. With the BOOTCAMP volume still selected, click the Format link.



11. Click OK.



12. And Windows 7 will begin to install. It’s a fairly boring process, so you may want to grab yourself a cup of coffee or your beverage of choice. But don’t go too far away, because when your system reboots, you’ll need to remove the Windows 7 DVD.





13. With the Windows 7 DVD removed, your Mac will automatically boot back into Windows 7, and the installation will complete. You’ll be prompted to select your language, keyboard layout etc. The rest of the Windows 7 installation process is very straight forward.

14. Once the installation has completed and your Mac has restarted again, you’ll be able to use Windows 7. WiFi will work immediately (no drivers to install) so connect to the Internet. Windows 7 will then begin to download updates, including the proper video card driver. Let it do its thing.



15. Once completed, you’ll be prompted to reboot yet again. Do so.



16. Once Windows 7 boots back up again, you’ll notice the resolution is much better, and you can enable the advanced graphics features.




17. But if you check for sound, you’ll notice there are no sound drivers installed.



18. Insert your OS X Leopard DVD. When prompted, select Run setup.exe.




19. The Boot Camp installer will launch. Click Next to begin.



20. Select I accept the terms in the license agreement and then click Next again.




21. Make sure that Apple Software Update for Windows is checked, and clickInstall




22. The Boot Camp installer will do its thing, and install all the required drivers.




23. Notifications will pop up with each driver that gets installed.



24. Once completed, click Finish.



1. And yet again you’ll be prompted to reboot. Remove your OS X Leopard DVD from the drive, and click Yes to restart.



2. If you still have problems with sound not working, you’ll need to install the Realtek drivers. This tutorial will explain what to do.

3. That’s it, you’re done! When your Mac boots, hold down the Option key to select which Operating System you want to boot into.




good luck
A resource for Learning Computer Programming. I post articles, tips, tricks, techniques, algorithms etc. related to C++, PHP and other programming language. Many of the things that I discuss here applies to most languages.
In nowadays web 2.0 world use of Lightbox is very common. While Lightbox, fancybox (similar to the former) are great scripts and have wide uses, creating a script similar to these is never a bad idea. If you learn, read on else use of one of those scripts, they’re great and easy-to-use.
For those of you who haven’t heard about the script or don’t know what they do, see the following image:
Screenshot og Blackbox - Our own Lightbox clone
Chances are, you might surely have seen it somewhere or the other. These scripts are generally used to display some content in kind of like a dialog box (modal one, for those of you who're geeks) while the rest of the content gets blackened. Looks great? Yes it does!
Okay, for those of you still here I wanna confess that I didn’t put enough time knowing how those scripts actually work. I just got an idea myself the other day and thought it just might work. This is not to say that I myself have invented some new way, it’s just that I don’t know how those scripts work but I know one way that gives similar results.
As you can see from the above image, there is not much to a simple Lightbox clone, we have a (1) Blackening effect (2) The content box.
  1. Blackening Effect: For this I’ll create a “div” element on the fly and set its properties such that it has a black color and some transparency, a large z-index means floats on top of the rest of the content and back content (with normal z-index) cannot be interacted with anymore. We’ll fill the current screen with this “div” which will require us to place this element at the topmost and leftmost coordinates relative to the current viewable area. This will be (0, 0) when the page isn’t scrolled at all.
    We’ll also have to size the element to have it span the whole viewable area of the browser.
    These two things will make sure that no matter where we have scrolled in a page and whatever be the window size, this black overlay element always covers the current viewport.
  2. 2. Content Box: A nicely styled box with a close button is all we need. We’ll place it at the center of the screen. Since we have calculated the topmost and leftmost coordinates relative to the current viewport and we also have the current viewport’s dimension, we can easily position this at the center, no brainer! We’ll give this a z-index larger than the black overlay element such that this is at the top of everything.
    Besides this, we’ll also have to take care that these two elements move along with the page in case user tries to scroll the page when the our lightbox is open. This will make sure that (1) black overlay element always fills the screen (2) content box is always at the center.
Sounds pretty simple? Well, it is! It’ll call this Blackbox, you may call it whatever you feel like. Here is the code (Demo here):

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Blackbox - A very simple Lightbox clone</title>

<script type="text/javascript">
/*
* Script: Blackbox (very simple Lightbox clone)
* Author: Arvind Gupta (contact@arvindgupta.co.in)
* Date: 14-Nov-09
* Copyright: 2009 Arvind Gupta

* You may freely use this script wherever
* you want and in whatever way you wish
* but please don't remove this note.
*
*/

// OBJECTS

// Black overlay element
var darkbox;
// Content box
var content;

// FUNCTIONS
function init()
{
// Set "onScroll" event handler

window.onscroll = scroll_box;
}

function open()
{
// Create elements
darkbox = document.createElement('div');
content = document.createElement('div');

// Style them with the existing ids
darkbox.id = 'darkbox';
content.id = 'content';

// FILL CONTENT BOX

// Have the close button
content.innerHTML = '<a style="position: absolute; top: -30px; right: -30px; text-decoration: none;" href="javascript:close();"><img style="border: none;" src="fancy_closebox.png" /></a>';
// The main content

content.innerHTML += '<div id="main_content"><h1>Hello</h1><p>Hello World!<br /> How is this looking?</p></div>';

// Add these elements to the body

document.body.appendChild(darkbox);
document.body.appendChild(content);

// Calciulate coordinates and such
var pos_top = document.documentElement.scrollTop
var pos_left = document.documentElement.scrollLeft;
var screen_width = document.documentElement.clientWidth;
var screen_height = document.documentElement.clientHeight;

// Place the "darkbox" element and give it the size

darkbox.style.top = pos_top + 'px';
darkbox.style.left = pos_left + 'px';
darkbox.style.height = screen_height + 'px';
darkbox.style.width = screen_width + 'px';

// Now place the content box at the center
content.style.left = (pos_left + (screen_width / 2.0) - (content.offsetWidth / 2.0)) + 'px';
content.style.top = (pos_top + (screen_height / 2.0) - (content.offsetHeight / 2.0)) + 'px';
}


function scroll_box ()
{
// If "Darkbox" open
if(darkbox != null)
{
// Find new topmost, leftmost position w.r.t the current viewport
// Also find new window size

var pos_top = document.documentElement.scrollTop
var pos_left = document.documentElement.scrollLeft;
var screen_width = document.documentElement.clientWidth;
var screen_height = document.documentElement.clientHeight;

// Positions elements accordingly
darkbox.style.top = pos_top + 'px';
darkbox.style.left = pos_left + 'px';
darkbox.style.height = screen_height + 'px';
darkbox.style.width = screen_width + 'px';

content.style.left = (pos_left + (screen_width / 2.0) - (content.offsetWidth / 2.0)) + 'px';
content.style.top = (pos_top + (screen_height / 2.0) - (content.offsetHeight / 2.0)) + 'px';
}
}


function close()
{
// Delete elements
document.body.removeChild(darkbox);
document.body.removeChild(content);
}
</script>

<style>
#darkbox {
position: absolute;
top: 0px;
left: 0px;
opacity: 0.6;
filter:alpha(opacity=60);
background: #000;
}

#content {
position: absolute;
z-index: 1001;
background: #fff;
border: 10px solid #000;
width: 500px;
height: 300px;
}
#content #main_content {
overflow: auto;
width: 500px;
height: 300px;
}

</style>
</head>

<body onload="init();">
<a href="javascript:open()">Open Box</a>
</body>
</html>

Related Posts:


Click here To Visit Computer Department
Technically, a computer is a programmable machine. This means it can execute a programmed list of instructions and respond to new instructions that it is given. Today, however, the term is most often used to refer to the desktop and laptop computers that most people use. When referring to a desktop model, the term "computer" technically only refers to the computer itself -- not the monitor, keyboard, and mouse. Still, it is acceptable to refer to everything together as the computer. If you want to be really technical, the box that holds the computer is called the "system unit."

Some of the major parts of a personal computer (or PC) include the motherboard, CPU, memory (or RAM), hard drive, and video card. While personal computers are by far the most common type of computers today, there are several other types of computers. For example, a "minicomputer" is a powerful computer that can support many users at once. A "mainframe" is a large, high-powered computer that can perform billions of calculations from multiple sources at one time. Finally, a "supercomputer" is a machine that can process billions of instructions a second and is used to calculate extremely complex calculations.

We take the news and support to people of Burma ,Democracy is a political form of government in which governing power is derived from the people, either by direct referendum (direct democracy) or by means of elected representatives of the people (representative democracy).Even though there is no specific, universally accepted definition of 'democracy',[4] equality and freedom have been identified as important characteristics of democracy since ancient times.[5] These principles are reflected in all citizens being equal before the law and having equal access to power. For example, in a representative democracy, every vote has equal weight, no restrictions can apply to anyone wanting to become a representative, and the freedom of its citizens is secured by legitimized rights and liberties which are generally protected by a constitution.[6][7]
There are several varieties of democracy, some of which provide better representation and more freedoms for their citizens than others.[8][9] However, if any democracy is not carefully legislated – through the use of balances – to avoid an uneven distribution of political power, such as the separation of powers, then a branch of the system of rule could accumulate power thus become undemocratic.[10][11][12]
The "majority rule" is often described as a characteristic feature of democracy, but without governmental or constitutional protections of individual liberties, it is possible for a minority of individuals to be oppressed by the "tyranny of the majority". An essential process in representative democracies is competitive elections that are fair both substantively[13] and procedurally.[14] Furthermore, freedom of political expression, freedom of speech, and freedom of the press are essential so that citizens are informed and able to vote in their personal interests.[15][16]
Popular sovereignty is common but not a universal motivating subject for establishing a democracy.[17] In some countries, democracy is based on the philosophical principle of equal rights. Many people use the term "democracy" as shorthand for liberal democracy, which may include additional elements such as political pluralism; equality before the law; the right to petition elected officials for redress of grievances; due process; civil liberties; human rights; and elements of civil society outside the government.
In the United States, separation of powers is often cited as a supporting attribute, but in other countries, such as the United Kingdom, the dominant philosophy is parliamentary sovereignty (though in practice judicial independence is generally maintained). In other cases, "democracy" is used to mean direct democracy. Though the term "democracy" is typically used in the context of a political state, the principles are applicable to private organizations and other groups also.
Democracy has its origins in Ancient Greece.[18][19] However other cultures have significantly contributed to the evolution of democracy such as Ancient Rome,[18] Europe,[18] and North and South America.[20] The concept of representative democracy arose largely from ideas and institutions that developed during the European Middle Ages and the Age of Enlightenment and in the American and French Revolutions.[21] Democracy has been called the "last form of government" and has spread considerably across the globe.[22] The right to vote has been expanded in many Jurisdictions over time from relatively narrow groups (such as wealthy men of a particular ethnic group), with New Zealand the first nation to grant universal suffrage for all its citizens in 1893.
WASHINGTON (AFP) – Thirty-two US senators urged Secretary of State Hillary Clinton on Friday to back the creation of a special UN commission to investigate possible crimes against humanity and war crimes in Myanmar. "While your administration continues along a path of sanctions and pragmatic engagement with Burma, we believe that such a commission will help convince Burma's military regime that we are serious about our commitment to democracy, human rights, and the rule of law for the people of Burma," they wrote. The group, led by Democratic Senator Dianne Feinstein and Republican Senator Judd Gregg said a UN Commission of Inquiry for Myanmar was needed to look into "a number of reports" that showed "a consistent pattern" of rights abuses. They cited "the use of child soldiers, the destruction of villages and the displacement of ethnic minorities, the use of rape as a weapon of war, extrajudicial killings, forced relocation, and forced labor." The lawmakers noted that the UN special rapporteur on human rights in Myanmar, Tomas Quintana, had called for such a commission when he reported UN Human Rights Council in March after a visit to Myanmar a month earlier. US officials refer to the country as Burma.