Showing posts with label create. Show all posts
Showing posts with label create. Show all posts

Tuesday, July 15, 2014

How to Create Vista Recovery Discs

Creating a Windows Vista recovery disc will allow you to boot up your computer if you ever have trouble starting your Windows machine. Vista recovery discs can really come in handy if your computer should ever become infected with a virus, or suffer any number of other things that could possibly occur that will prevent you from loading up your Windows Vista operating system. This Vista recovery disc allows you to easily repair your computer without a lot of hassle.

Instructions
  1. Step 1

    Find out which version of Windows Vista you are running. Right-click on "My Computer" from the "Start" menu and click "Properties." Your Windows Vista bit version is listed under "System Type."

  2. Step 2

    Download the correct Recovery Disc zip file for your version of Windows Vista, either 32 bit Vista (x86) or 64 bit Vista (x64). See "Resources" for a direct link.

  3. Step 3

    Open the zip file, click "Allow" at the UAC prompt and extract the recdisc.exe file to your desktop. Close and delete the zip file after extracting.

  4. Step 4

    Open your main hard drive and open the Windows folder, then open the System32 folder. Right-click the recdisc.exe file on your desktop and click "Properties." Click the "Security" tab and then on "Advanced." Click on the "Owner" tab and then the "Edit" button. Click on your user account under "Change Owner To" and click "OK" through two or three dialogue boxes.

  5. Step 5

    Navigate back to the "Properties" window for the recdisc.exe file and under the "Security" tab click on "Edit." Click "Continue" through the prompt and click on the "Add" button. Click "Advanced" and then "Find Now." Click on your user account and click "OK." This should bring you back to the "Permissions" window for the recdisc.exe file. Click on your user account name and under "Permissions for Moderator" check the "Full Control" box. Click "OK" and then "Yes" on the "Security" window. Click "OK" once more.

  6. Step 6

    Right-click on the recdisc.exe file thats located on your desktop and click "Copy."

  7. Step 7

    Paste the recdisc.exe file from your desktop into the C:WindowsSystem32 folder. Click "Copy and Replace" then "Continue."

  8. Step 8

    Right-click on the recdisc.exe in your System32 folder and click "Send To" and then select "Desktop" to place a shortcut to recdisc.exe on your desktop for easy access.

  9. Step 9

    Double-click on the recdisc.exe shortcut on your desktop top run the program. Choose your DVD drive from the list of available drives and click "Create Disc."

  10. Step 10

    Insert the retail copy of your Windows Vista installation DVD into your DVD drive and click "Continue." Wait while the program prepares your files and when instructed, switch out the Windows Vista installation DVD with a blank CD or DVD.

  11. Step 11

    Wait while the program burns your CD or DVD and then click "Close" when it is finished.

Read More..

Tuesday, March 25, 2014

How to Create Read More

Blog-How to Tricks - Read more is one of the blog tricks that is very useful if you use it. With Read More, your post will not appear full on the Home Page your blog.

This is mean, if you have a very long posting, with Read More, it will not appear full, but only appear in part.

Read More function is you will have more space for your blog, and your blog more visible tidy.

How to create a Read More on blogspot?

First, go to the Layout - Edit HTML. Click on Expand Widget Templates.

Then find the following code (you can use ctrl+f) :

<div class=post-body entry-content>

<data:post.body/>


Then delete the code, replace with the following code:

<div class=post-body entry-content>


<b:if cond=data:blog.pageType == "item">

<style>.fullpost{display:inline;}</style>

<p><data:post.body/></p>

<b:else/>

<style>.fullpost{display:none;}</style>


<data:post.body/>


<a expr:href=data:post.url>Read More</a>

</b:if>


Save your template. You can change Read More with Read Full, or other

The process to edit the HTML code for Read More is done.

Next is when you writing a post.

At the time of writing a post, you must add the following code :

<span class="fullpost"> and </span> in your post (in the Edit HTML tab, not the Compose tab) with the following order:


Post that appears on First/Home Page

<span class="fullpost">

Your post that hidden

</span>



For example, you write a post like this:

This is the first paragraph that will appear on your blogs front page. At the time you are on your blog page, only this part are show.

<span class="fullpost">

While this is
the continuation paragraph of your posting. This paragraph is hidden. This paragraph will be visible if you click Read more link that has been available.

</span>


Then post that will appear on your blog front page is a paragraph with red text, and post with the green text will appear after you click the link Read More.

Its very simple and easy. Enjoy it!
Read More..