Pages

Sunday, April 28, 2013

running chkdsk on windows 8

To run chkdsk you need a command prompt IN ADMINISTRATIVE MODE.
On the keyboard, HOLD DOWN the WINDOWS key and press the letter "X".

This will pop up a menu in the lower left. Press the "A" key or click on "Command Prompt (Admin)"


Notice that the command window has  "Administrator: Command prompt"
If it doesn't, then you will get a error trying to run chkdsk telling you it has to be run in elevated mode.

The command is chkdsk /r d:

Look at the prompt. if it starts with C: you can run chkdsk on C: but the system sill reboot, run chkdsk from a command prompt and then restart windows. The results of the chkdsk will be in the root directory of "C"
To run chkdsk on any other drive letter, for esample S: type chksdsk /r S:

Friday, April 19, 2013

Embedded video

This is just a simple video embedded on my blog

Tuesday, April 16, 2013

Daily changing images


Here is how I did this 

Follow the steps shown here:

http://www.bloggertipspro.com/2012/06/add-mp3-files-to-blogger-part-1.html

This resulted in a site here:
https://sites.google.com/site/tallasseetvpictures/


Then follow the steps here

http://www.bloggertipspro.com/2012/06/add-mp3-files-to-blogger-part-2.html

You can now see the web site for the daily images I uploaded here:
https://sites.google.com/site/tallasseetvpictures/daily

Each image now has a web address:
https://sites.google.com/site/tallasseetvpictures/daily/sat.png
https://sites.google.com/site/tallasseetvpictures/daily/tue.png
etc...

Now we need to create a Gadget on our blog.
http://www.blogger.com/home


<script type="text/javascript" language="JavaScript">
 var now = new Date ();
 var day = now.getDay();
//the week begins on SUNDAY
 if(day == 0) document.write("<a href='YOUR-LINK-HERE'><img src='https://sites.google.com/site/tallasseetvpictures/daily/sun.png' alt='sunday' width='320' height='210' border='0'></a>");
 if(day == 1) document.write("<a href='YOUR-LINK-HERE'><img src='https://sites.google.com/site/tallasseetvpictures/daily/mon.png' alt='monday' width='320' height='210' border='0'></a>");
 if(day == 2) document.write("<a href='YOUR-LINK-HERE'><img src='https://sites.google.com/site/tallasseetvpictures/daily/tue.png ' alt='tuesday' width='320' height='210' border='0'></a>");
 if(day == 3) document.write("<a href='YOUR-LINK-HERE'><img src='https://sites.google.com/site/tallasseetvpictures/daily/wed.png' alt='wednesday' width='320' height='210' border='0'></a>");
 if(day == 4) document.write("<a href='YOUR-LINK-HERE'><img src='https://sites.google.com/site/tallasseetvpictures/daily/thu.png' alt='thursday' width='320' height='210' border='0'></a>");
 if(day == 5) document.write("<a href='YOUR-LINK-HERE'><img src='https://sites.google.com/site/tallasseetvpictures/daily/fri.png' alt='friday' width='320' height='210' border='0'></a>");
 if(day == 6) document.write("<a href='YOUR-LINK-HERE'><img src='https://sites.google.com/site/tallasseetvpictures/daily/sat.png' alt='saturday' width='320' height='210' border='0'></a>");
</script>


https://sites.google.com/site/groshfamilymedia/audio/Scheming%20Weasel%20faster.mp3?attredirects=0&amp;d=1

Saturday, April 6, 2013

Audio on a blogger post

Here is how I did this audio

Follow the steps shown here:

http://www.bloggertipspro.com/2012/06/add-mp3-files-to-blogger-part-1.html

This resulted in a site here:
https://sites.google.com/site/groshfamilymedia/audio

Then follow the steps here

http://www.bloggertipspro.com/2012/06/add-mp3-files-to-blogger-part-2.html

https://sites.google.com/site/groshfamilymedia/audio/Scheming%20Weasel%20faster.mp3?attredirects=0&amp;d=1

EMBEDDED CODE BELOW
 ---------------------------------------------------------------------------------------------------

 ---------------------------------------------------------------------------------------------------
EMBEDDED CODE ABOVE


The music is Scheming Wheasel faster by Kevin MacLeod (incompetech.com)
Licensed under Creative Commons "Attribution 3.0"

This is the code:
----------------
<embed flashvars="audioUrl=http://sites.google.com/site/groshfamilymedia/audio/Scheming%20Weasel%20faster.mp3" height="27" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="best" src="http://www.google.com/reader/ui/3523697345-audio-player.swf?&amp;autoPlay=true" type="application/x-shockwave-flash" width="400" wmode="transparent"></embed>
----------------
Note that I added the autoplay statement