In Feburary 2016 28,
Close any Internet Explorer windows that may be open.
Click on the 'Control Panel' icon found on your desktop or within the start menu.
Click on 'Add/Remove' programs and scroll through the program list until you find 'Smart Tags Support For Microsoft Internet Explorer.'
Click on the 'Smart Tags Support For Microsoft Internet Explorer' listing.
Click on the 'Change/Remove' button.
Alternative For Disabling Tags
Start IE7 and navigate to the top menu of the browser window.
Click the 'Tools' menu tab and scroll down and click on the 'Internet Options' button in the drop down menu.
Click the advanced tab within the 'Internet Options' dialogue box.
Click the 'Enable Smart Tags' check box and click 'Ok.'
Restart IE7 to complete the tag disabling process.
In Feburary 2016 28,
Showing posts with label microsoft. Show all posts
Showing posts with label microsoft. Show all posts
Sunday, 28 February 2016
Friday, 19 February 2016
How to Find Which Fonts Are Missing in PowerPointIn Feburary 2016 19,
In Feburary 2016 19,
Save your presentation on the original computer where you created it. Send it to yourself via email or FTP so that you can access it on the computer that may not have all of the fonts.
Load the presentation on the other computer, preferably where you plan to make or send your presentation. Make sure that the other computer has Microsoft PowerPoint 2004 or later installed so that you can open the file properly.
View the 'Missing Default Fonts' dialog box that appears if some of the fonts don't translate to the new computer. The dialog box lists each font name and informs you that it will replace them with similar fonts. It also gives you the option to take down the names of the missing fonts, then close out of the file and install them onto the other computer system.
Return to your first computer and open the original PowerPoint file with the information about missing fonts in hand. You can replace these missing fonts with more common font types (like Arial or Times New Roman) as another alternative to get the presentation to display correctly on the other computer system.
In Feburary 2016 19,
Save your presentation on the original computer where you created it. Send it to yourself via email or FTP so that you can access it on the computer that may not have all of the fonts.
Load the presentation on the other computer, preferably where you plan to make or send your presentation. Make sure that the other computer has Microsoft PowerPoint 2004 or later installed so that you can open the file properly.
View the 'Missing Default Fonts' dialog box that appears if some of the fonts don't translate to the new computer. The dialog box lists each font name and informs you that it will replace them with similar fonts. It also gives you the option to take down the names of the missing fonts, then close out of the file and install them onto the other computer system.
Return to your first computer and open the original PowerPoint file with the information about missing fonts in hand. You can replace these missing fonts with more common font types (like Arial or Times New Roman) as another alternative to get the presentation to display correctly on the other computer system.
In Feburary 2016 19,
Thursday, 18 February 2016
How to Connect to an FTP Through a DOS CommandIn Feburary 2016 18,
In Feburary 2016 18,
Click the 'Start' button. Type 'cmd' in the 'Search programs and files' box at the bottom of the Start menu and press 'Enter.' The command prompt appears.
Type 'ftp (name of site)' and then press 'Enter.' For example, a completed command might be 'ftp ftp.microsoft.com.'
Type 'anonymous' and press 'Enter' when prompted for a username if the site allows public access. Press 'Enter' again when prompted for a password. For private FTP sites, enter your username, press 'Enter,' then enter your password and press 'Enter' again. Windows displays nothing on the screen while you enter your password, for security. You should now see the prompt 'User logged in.'
Type 'dir' and press 'Enter' to see a list of folders on the FTP site.
Type 'cd (name of folder)' to browse to that folder. For example, a completed command might be 'cd Products.' The window should display the prompt 'CWD command successful.'
Type 'get (name of file)' when you find the file that you want to download. The window displays the prompt 'Transfer starting' and displays 'Transfer complete' when the download is finished.
Type 'bye' and press 'Enter' when you are ready to disconnect from the FTP site.
In Feburary 2016 18,
Click the 'Start' button. Type 'cmd' in the 'Search programs and files' box at the bottom of the Start menu and press 'Enter.' The command prompt appears.
Type 'ftp (name of site)' and then press 'Enter.' For example, a completed command might be 'ftp ftp.microsoft.com.'
Type 'anonymous' and press 'Enter' when prompted for a username if the site allows public access. Press 'Enter' again when prompted for a password. For private FTP sites, enter your username, press 'Enter,' then enter your password and press 'Enter' again. Windows displays nothing on the screen while you enter your password, for security. You should now see the prompt 'User logged in.'
Type 'dir' and press 'Enter' to see a list of folders on the FTP site.
Type 'cd (name of folder)' to browse to that folder. For example, a completed command might be 'cd Products.' The window should display the prompt 'CWD command successful.'
Type 'get (name of file)' when you find the file that you want to download. The window displays the prompt 'Transfer starting' and displays 'Transfer complete' when the download is finished.
Type 'bye' and press 'Enter' when you are ready to disconnect from the FTP site.
In Feburary 2016 18,
Wednesday, 17 February 2016
How to Edit a Website Using Microsoft WordIn Feburary 2016 17,
In Feburary 2016 17,
Download or find the HTML page for each web page of a website you want to edit. You can edit a website one page at a time with Word but you must first have access to the page. If it is on your local computer then you are set. If the page is on a server, you must either FTP the HTML document and its images to your local computer or you can save the page from a web browser. When saving an HTML web page from a browser, just make sure you choose to save it as a web page and not a web archive.
Open Microsoft Word. Go to the File menu and choose Open. Select the HTML file for the web page that you want to edit.
Edit what you see. The way that Word opens the HTML document, it will be similar to what you see in a live web page, except some of the pictures may be missing. You can type directly on the page to change elements such as the text. You can also use the tool bar to do some basic editing, such as bolding items or changing the font size.
Edit links by right clicking on the link and choosing “hyperlink” and then “edit hyperlink.” You can also use the “Insert” menu to add or edit pictures and objects. If you want to change an existing picture, just click on that picture before selecting the “insert” menu.
Click on View and then “HTML source” to see the web page in HTML code. This will let you edit the web page in a much more powerful way, if you know and understand HTML.
Go to the “File” menu and choose “Save as” and then type a name and select “web page” as the file type. It will save the file at whatever location you choose and will also create a folder for any files that go with the page. You can now upload the page and the folder to your web host.
In Feburary 2016 17,
Download or find the HTML page for each web page of a website you want to edit. You can edit a website one page at a time with Word but you must first have access to the page. If it is on your local computer then you are set. If the page is on a server, you must either FTP the HTML document and its images to your local computer or you can save the page from a web browser. When saving an HTML web page from a browser, just make sure you choose to save it as a web page and not a web archive.
Open Microsoft Word. Go to the File menu and choose Open. Select the HTML file for the web page that you want to edit.
Edit what you see. The way that Word opens the HTML document, it will be similar to what you see in a live web page, except some of the pictures may be missing. You can type directly on the page to change elements such as the text. You can also use the tool bar to do some basic editing, such as bolding items or changing the font size.
Edit links by right clicking on the link and choosing “hyperlink” and then “edit hyperlink.” You can also use the “Insert” menu to add or edit pictures and objects. If you want to change an existing picture, just click on that picture before selecting the “insert” menu.
Click on View and then “HTML source” to see the web page in HTML code. This will let you edit the web page in a much more powerful way, if you know and understand HTML.
Go to the “File” menu and choose “Save as” and then type a name and select “web page” as the file type. It will save the file at whatever location you choose and will also create a folder for any files that go with the page. You can now upload the page and the folder to your web host.
In Feburary 2016 17,
Monday, 8 February 2016
How to Split a String Into Two Variables in PowerShellIn Feburary 2016 08,
In Feburary 2016 08,
Start Windows PowerShell by clicking the Windows 'Start' button and typing 'powershell' into the 'Search programs and files' text box. This will open the Windows PowerShell console.
Type 'notepad split.ps1' in the PowerShell console to open Microsoft Notepad and create a new script called 'split.ps1.' Click 'Yes' when prompted by Notepad to allow the new file to be created.
Type the following commands into the new file, then save the file:$text = 'Windows PowerShell - Hello world!'$split = $text.split('-')echo $split[0]echo $split[1]First, a string is created named '$text' which holds the text to be split. The string is then split using the PowerShell 'Split' function, passing in the character the string is to be split by. In the code above, the string is split at the location of the hyphen. This creates an array in '$split' with two elements. The first element contains all the text up to the hyphen and the second element contains all the text after the hyphen. The contents of the two elements are then displayed to verify the command has worked.
Run the script in PowerShell by typing '.\split.ps1' and the display will show the output below, indicating the command was successful:Windows PowerShellHello World!
In Feburary 2016 08,
Start Windows PowerShell by clicking the Windows 'Start' button and typing 'powershell' into the 'Search programs and files' text box. This will open the Windows PowerShell console.
Type 'notepad split.ps1' in the PowerShell console to open Microsoft Notepad and create a new script called 'split.ps1.' Click 'Yes' when prompted by Notepad to allow the new file to be created.
Type the following commands into the new file, then save the file:$text = 'Windows PowerShell - Hello world!'$split = $text.split('-')echo $split[0]echo $split[1]First, a string is created named '$text' which holds the text to be split. The string is then split using the PowerShell 'Split' function, passing in the character the string is to be split by. In the code above, the string is split at the location of the hyphen. This creates an array in '$split' with two elements. The first element contains all the text up to the hyphen and the second element contains all the text after the hyphen. The contents of the two elements are then displayed to verify the command has worked.
Run the script in PowerShell by typing '.\split.ps1' and the display will show the output below, indicating the command was successful:Windows PowerShellHello World!
In Feburary 2016 08,
Saturday, 6 February 2016
How to Do an FTP TransferIn Feburary 2016 06,
In Feburary 2016 06,
Type the site address you want to FTP to. For this tutorial, we will use Microsoft's site as an example. Type 'ftp.microsoft.com' and a list of files will appear.
Select 'Deskapps,' then 'Kids.' Select 'MSBHEART.EXE.' The 'File Download' window will appear.
Click the 'Save' button and the 'Save As' window will open. Select the location you want to put the file. Click the 'Save' button and the 'Download Complete' window appears when it is saved.
In Feburary 2016 06,
Type the site address you want to FTP to. For this tutorial, we will use Microsoft's site as an example. Type 'ftp.microsoft.com' and a list of files will appear.
Select 'Deskapps,' then 'Kids.' Select 'MSBHEART.EXE.' The 'File Download' window will appear.
Click the 'Save' button and the 'Save As' window will open. Select the location you want to put the file. Click the 'Save' button and the 'Download Complete' window appears when it is saved.
In Feburary 2016 06,
Wednesday, 3 February 2016
How to Create an IWAM User AccountIn Feburary 2016 03,
In Feburary 2016 03,
Click the Windows 'Start' button and select 'Run.' In the textbox, enter 'regedit' and press 'Enter.' This opens the Windows registry.
Navigate to the registry folder at 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp.'
Right-click the 'InetStp' directory and select 'New DWORD Value' from the menu.
Type 'DisableUserAccountRestore' in the key textbox and leave the default value. Press 'OK.'
Close the Windows registry window.
Click the Windows 'Start' button and select 'Run.' In the textbox, type 'cmd' and press 'Enter.'
Type 'iisreset' in the command prompt and press 'Enter.' This command resets the IIS server and automatically reestablishes the 'IWAM' and 'IUSR' accounts.
In Feburary 2016 03,
Click the Windows 'Start' button and select 'Run.' In the textbox, enter 'regedit' and press 'Enter.' This opens the Windows registry.
Navigate to the registry folder at 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp.'
Right-click the 'InetStp' directory and select 'New DWORD Value' from the menu.
Type 'DisableUserAccountRestore' in the key textbox and leave the default value. Press 'OK.'
Close the Windows registry window.
Click the Windows 'Start' button and select 'Run.' In the textbox, type 'cmd' and press 'Enter.'
Type 'iisreset' in the command prompt and press 'Enter.' This command resets the IIS server and automatically reestablishes the 'IWAM' and 'IUSR' accounts.
In Feburary 2016 03,
How to Access a SharePoint ServerIn Feburary 2016 03,
In Feburary 2016 03,
Log on to the SharePoint server with an administrator account.
Click 'Start,' 'Programs' and 'Microsoft Office Server.'
Click 'SharePoint Central Administration.' This opens the SharePoint Central Administration console.
Browse to the features on the SharePoint server you wish to work with.
In Feburary 2016 03,
Log on to the SharePoint server with an administrator account.
Click 'Start,' 'Programs' and 'Microsoft Office Server.'
Click 'SharePoint Central Administration.' This opens the SharePoint Central Administration console.
Browse to the features on the SharePoint server you wish to work with.
In Feburary 2016 03,
Labels:
Account,
administrator,
Browse,
click,
Log,
microsoft,
programs,
Server,
SharePoint,
start
Subscribe to:
Comments (Atom)