<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OUR SCHOOL YEARS . COM / BLOG</title>
	<atom:link href="http://ourschoolyears.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://ourschoolyears.com/blog</link>
	<description>trying to record what we actually did all these years</description>
	<lastBuildDate>Tue, 24 Nov 2009 21:14:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Shadows</title>
		<link>http://ourschoolyears.com/blog/?p=49</link>
		<comments>http://ourschoolyears.com/blog/?p=49#comments</comments>
		<pubDate>Tue, 24 Nov 2009 21:14:26 +0000</pubDate>
		<dc:creator>estudent</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[borders]]></category>
		<category><![CDATA[designing]]></category>
		<category><![CDATA[special effects]]></category>
		<category><![CDATA[text shadow]]></category>
		<category><![CDATA[Webclass]]></category>

		<guid isPermaLink="false">http://ourschoolyears.com/blog/?p=49</guid>
		<description><![CDATA[<p>Now the question is:  Why didn&#8217;t it work in class when clearly it works on the site.  If you CANNOT see the shadows, please let me know.  I need to find out if it is that your browsers are not up to date etc.</p>
<p>I&#8217;m not going to teach you shadows per se but to point [...]]]></description>
			<content:encoded><![CDATA[<p>Now the question is:  Why didn&#8217;t it work in class when clearly it works on the site.  If you CANNOT see the shadows, please let me know.  I need to find out if it is that your browsers are not up to date etc.</p>
<p>I&#8217;m not going to teach you shadows per se but to point you to using the Web Developer Tool Bar more often.</p>
<p>Go to the folder  <a title="SAMPLES" href="http://www.ourschoolyears.com/samples" target="_blank">SAMPLES</a> on the OurSchoolYears.com Site.</p>
<p>Notice that I created the very simple pages to show you different ways to create the text shadows.</p>
<p>If you cannot see them, this is all for naught.</p>
<p>Click on the CSS Web Developer Tool Bar or just right click on the page anywhere and it will give you the option to go to the Web Developer, then scroll over to View Style Info and then click on the places that you see the shadow effect.</p>
<p>Notice that on the boys I used a &#8220;negative pixels&#8221; technique that will make the H3 Tag in the Masthead to creep up on the H1 Tag above.  What that is telling it to do is take LESS of the top padding away instead of adding a cushion to it.</p>
<p>Play around with the CSS and make a page using these techniques.  I would like you to create an HTML file and name it &#8220;boys.html or girls.html&#8221; or whatever you want but use the class01.html, class01.css and layout.css files you have.</p>
<p>You can put them in a different folder on your geek bling and then you need to only copy the layout file to it and not rename it.  Remember also that you will need to change this link that is in your HTML page:</p>
<p>&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; title=&#8221;CSS&#8221; href=&#8221;style.css&#8221; media=&#8221;screen&#8221; /&gt; so that it points to the correct style sheet AND then that has to point to the layout.css sheet.  It is good to copy these before changing them each time so you have an original to keep.  The other thing you can do is to keep the email I sent you and always have fresh copies.</p>
<p>Have fun trying all this out.  Last but not least, I used an image for the Body Background on the girl&#8217;s page but I used a BORDER tag for the navigation border with dots.  It is just an example of how you can use CSS styling to create the look of images.</p>
<p>Let me know how it works and send me the links to any pages you put up online so I can see them.   Until we write code again&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://ourschoolyears.com/blog/?feed=rss2&#038;p=49</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pixels</title>
		<link>http://ourschoolyears.com/blog/?p=46</link>
		<comments>http://ourschoolyears.com/blog/?p=46#comments</comments>
		<pubDate>Tue, 24 Nov 2009 20:27:50 +0000</pubDate>
		<dc:creator>estudent</dc:creator>
				<category><![CDATA[Webclass]]></category>
		<category><![CDATA[background image]]></category>
		<category><![CDATA[background tags]]></category>
		<category><![CDATA[borders]]></category>
		<category><![CDATA[creating images]]></category>

		<guid isPermaLink="false">http://ourschoolyears.com/blog/?p=46</guid>
		<description><![CDATA[This is a best, first effort to explain how to create a simple repeating image for your borders and [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Class,</p>
<p>Here is how to make an easy graphic that you can have fun playing with in buttons, backgrounds and images.</p>
<p>1:        Open PAINT (I cannot give you instructions with Gimp but if you are using it then I am sure you can figure out the differences in what I am saying.)</p>
<p>2A:    DECIDE:</p>
<p>2B:     If you want an image that is going to go VERTICALLY/DOWN (repeat-y) the left or right side of an area such as Masthead, Body etc., you will want to create a image going ACROSS and if it is a box image, you will have to create it in a way that the bottom of the image will work well with the top of the image since they will be stacking on top of eachother.</p>
<p>2C:    Likewise, if you are creating a HORIZONTAL/ACROSS  image (repeat-x) you will need to create it in a way that the left and right sides will match nicely since this will be meeting up ACROSS at the seams.</p>
<p>3:      For VERTICAL you will make a line or box across the page or even short will do.</p>
<p>4A:   Pick your colors that will match the site and add from the paintbrush tool little splotches of color that match your site as well.  Remember that you can use the Zoom Magnifier to see better while you plan it. The more colors you add and the closer together they are, the more stripes there will be down the page.</p>
<p>4B:   For the HORIZONTAL IMAGE you will create a line or box in the same way but your original line will go straight up and down so that when you are finished your image will be repeated across the section of background you choose.</p>
<p>4C:   For the &#8220;boys&#8221; page, I simply make a box of one color and used the Spray Can tool and sprayed evenly around the box.  Play with the tools and see what you want to do.</p>
<p>5:      Save your image either very shallow for the Horizontal one or very thin for the Vertical.  Save as a &#8220;jpg&#8221; file so that the color is not distorted.  Make sure to save to your &#8220;images&#8221; folder and NO CAPS in the name of the file.  Here are a couple tips:  You can use the &#8220;invert colors&#8221; tool under IMAGE on the tool bar.  It is fun to see the opposite colors that occur.  You can also save the image and then from the IMAGE tool bar you can then flip the image and save it as the &#8220;right&#8221; side so that you can use left and right versions of it.  PLAY AROUND.</p>
<p>6:      Go to your CSS.  Find the background area that you would like a background image to cover.</p>
<p>6A:    For the VERTICAL such as with the left side of your site you will look for the BODY element.  It will look something like this:  body { background-image: url(&#8220;&#8230;&#8221;);  background-color: pink; background-repeat: repeat-y; }</p>
<p>6B:     For the HORIZONTAL such as in an active link (a: on your style sheet of the navigation) you can use it to make buttons without using a larger image.  It would just keep repeating UNDER the link name.  Just make sure you are using a color that will show up for text on top of the image.  Keep your images small.   This is why it is good to zoom in when creating them.</p>
<p>6C:     You can also just do a {border-left-style: dashed green; background-color: blue; border-width: 15px; }  Add this to your BODY element or your navigation, content, sidebar, masthead or footer and see what happens.  Do the same by changing it to border-right-style etc and change the top, right or bottom as well.  Change it from Dashed (NO CAPS I&#8217;m just using them to accentuate the names)  to Solid, Dotted, Ridge, Groove or Inset, Double etc.  Change the pixels as well to larger or smaller for fun.  Now you can use an image or create a fun border around your site without even using images at all.</p>
<p>7:       Play with it.  HAVE FUN!  Email me if you have any questions at all.</p>
]]></content:encoded>
			<wfw:commentRss>http://ourschoolyears.com/blog/?feed=rss2&#038;p=46</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding a new theme</title>
		<link>http://ourschoolyears.com/blog/?p=14</link>
		<comments>http://ourschoolyears.com/blog/?p=14#comments</comments>
		<pubDate>Mon, 16 Nov 2009 23:52:09 +0000</pubDate>
		<dc:creator>estudent</dc:creator>
				<category><![CDATA[Webclass]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://ourschoolyears.com/blog/?p=14</guid>
		<description><![CDATA[<p>When you change a theme, you have to change the permissions so that the CSS of that blog can be altered by the wp-admin as needed.  This will be discussed in the next post.</p>
<p>Here is what you do to Upload a new theme:</p>
Uploading a new theme:

Go to your blog/wp-admin and sign in to the dashboard.
Choose  [...]]]></description>
			<content:encoded><![CDATA[<p>When you change a theme, you have to change the permissions so that the CSS of that blog can be altered by the wp-admin as needed.  This will be discussed in the next post.</p>
<p>Here is what you do to Upload a new theme:</p>
<h2>Uploading a new theme:</h2>
<ul>
<li>Go to your blog/wp-admin and sign in to the dashboard.</li>
<li>Choose  Appearance in your dashboard.</li>
<li>Choose ADD NEW THEME</li>
<li>Search for and choose the new theme.</li>
<li>Click Install.</li>
<li>Put in your domain name, user and password when asked.</li>
<li>After it installs,  Activate it.</li>
<li>(If you have other themes, go back and delete the other theme because it takes a lot of your webspace.  You can save the CSS file to your harddrive if you want for another time that you might go back to the same theme.  Change the name of the CSS file or save it in a folder under the name theme.)</li>
<li>Go to my post Change Permissions to complete this.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ourschoolyears.com/blog/?feed=rss2&#038;p=14</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing permissions</title>
		<link>http://ourschoolyears.com/blog/?p=18</link>
		<comments>http://ourschoolyears.com/blog/?p=18#comments</comments>
		<pubDate>Mon, 16 Nov 2009 20:06:20 +0000</pubDate>
		<dc:creator>estudent</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[changing css]]></category>
		<category><![CDATA[changing permissions]]></category>
		<category><![CDATA[changing themes]]></category>

		<guid isPermaLink="false">http://ourschoolyears.com/blog/?p=18</guid>
		<description><![CDATA[How to change permissions after uploading a new theme:

Click on each folder or file below in this order.
http://www.wholefamilyhealth.com /cpanel  (replace my site name with your own.)
File Manager
Blog
Wp-content
Themes
Click the theme name to change permissions.
Find &#8220;Style.css&#8221;
Checkmark the box next to it.
Choose &#8220;Change Permissions&#8221; from the icons at the top.
A box will pop up&#8230;  it will usually be [...]]]></description>
			<content:encoded><![CDATA[<h2>How to change permissions after uploading a new theme:</h2>
<ul>
<li>Click on each folder or file below in this order.</li>
<li>http://www.wholefamilyhealth.com /cpanel  (replace my site name with your own.)</li>
<li>File Manager</li>
<li>Blog</li>
<li>Wp-content</li>
<li>Themes</li>
<li>Click the theme name to change permissions.</li>
<li>Find &#8220;Style.css&#8221;</li>
<li>Checkmark the box next to it.</li>
<li>Choose &#8220;Change Permissions&#8221; from the icons at the top.</li>
<li>A box will pop up&#8230;  it will usually be 0644.</li>
<li>Check the box that is where Execute and User meet.</li>
<li>Do the same for where Group and World each meet &#8220;Write&#8221;.</li>
<li>This should make the permissions 0766.</li>
<li>Now just so you know, this has just allowed WP to make the changes you make in your Admin area to be written on CSS file so that you can customize according to your preferences with the themes options.</li>
<li>Read the next post about Changing the CSS file for your blog.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ourschoolyears.com/blog/?feed=rss2&#038;p=18</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uniformity; blog and site look alike</title>
		<link>http://ourschoolyears.com/blog/?p=9</link>
		<comments>http://ourschoolyears.com/blog/?p=9#comments</comments>
		<pubDate>Mon, 16 Nov 2009 18:46:24 +0000</pubDate>
		<dc:creator>estudent</dc:creator>
				<category><![CDATA[Webclass]]></category>
		<category><![CDATA[background tags]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[changing css]]></category>
		<category><![CDATA[designing]]></category>

		<guid isPermaLink="false">http://ourschoolyears.com/blog/?p=9</guid>
		<description><![CDATA[<p>We are going to take the look from your blog and make your index.html page of your site to look the same.</p>
<p>This is easy if you follow the step by step instructions below.</p>
Create a folder first

Create a folder INSIDE your Webclass folder and name it by the month and day you start this.
Create a folder [...]]]></description>
			<content:encoded><![CDATA[<p>We are going to take the look from your blog and make your index.html page of your site to look the same.</p>
<p>This is easy if you follow the step by step instructions below.</p>
<h3><span style="color: #008000;">Create a folder first</span></h3>
<ol>
<li>Create a folder INSIDE your Webclass folder and name it by the month and day you start this.</li>
<li>Create a folder within that folder that is called IMAGES  this is where you will keep your background image when we &#8220;capture&#8221; it.</li>
<li>When we mention &#8220;background&#8221; below,  we will be referring to the BODY tag of your CSS file.  We sent files to you called Class01.css, Class01.html and Layout.css</li>
<li>Download the files into this new folder (the first folder) that were sent to you in the email.</li>
<li>Keep your folder opened.  Hold down the CTRL key and click on all three and right click to &#8220;open with NotePad++&#8221;</li>
<li>We will be working with the Class01.css the most.</li>
</ol>
<h3><span style="color: #008000;">Capturing the background image</span></h3>
<ol>
<li>Go to your theme choice online.  Go to   http://wp-themes.com/adstyle (replace &#8220;adstyle&#8221; with your theme name.)</li>
<li>Right click on the theme and scroll down to Web Developer, over to Images, down to View Image Information.</li>
<li>This will give you the images and the information about each of them used in this theme.</li>
<li>Find the image you are looking for at this time.  You will want a background and maybe something for your Masthead as well.  You can also capture buttons here.  Click on the link to the image you want.</li>
<li>When it opens to that link, right click and choose &#8220;save as&#8221; and save to your &#8220;images&#8221; folder.</li>
<li>Now do the same with any of the other images you want to capture.</li>
<li>If the site is made with a gradient that is hard to use as a background image you can view the CSS and then look for the where the CSS tells you the image file for the background.  Open this page and replace &#8220;adstyle&#8221; again with your theme name to get to the CSS file.    http://wp-themes.com/wp-content/themes/adstyle/style.css</li>
<li>Now go back to the Class01.css file and find where it has the BODY element and change the background color and background image from the image you just captured and from the CSS file of your theme.  Remeber that you are not changing the CSS of the blog page but the Class01.css because this is for your Index page on your site.</li>
<li>The images you have selected will go in your CSS file under Body background image or Masthead image; whatever you want to replace.</li>
<li>You can also just change the color of the background (as mentioned above)  to meet with the image you put in the Masthead.  Just looking in the CSS file for this tag that tells you the color choice.</li>
<li>Save your file and then double click on the Class01.HTML file to see how changing the CSS file has changed the correct elements in your page.</li>
</ol>
<p><strong>NOTE: </strong> When you are changing CSS in any way, I suggest using the notes brackets  -  /*   */ &#8211; and copying your styles into the brackets so you will have it right in front of you what you started with, then delete them when you have decided you are happy.  So to make this clear.  Put the CSS from the theme AND the Body style info copied (not dragged but a copy of them) into the brackets so you can work them and have a saved copy of the original of each.   This way you will have a copy in case you don&#8217;t like what you do.</p>
<ol>
<li>Next you are going to look for other changes that need to be made.  Maybe your Masthead is too small for the image.  The image may be 660px and your Masthead is only 630px.  You will need to look for that tag as well and change the width to suit the background.</li>
<li>It is not enough to change only the Masthead in this case but now the Navigation and Container styles will also have to be adjusted.   Hold down the CTRL key and hit F to open the find box.  You can put the 630px into it and it will find those instances in the CSS folder and then as you find them go over to the text and type the new amount; 660px (or whatever yours is).  Keep hitting the next button until you have corrected them.  Sometimes this is found in the Layout.css file instead.</li>
<li>Gotta Go&#8230;.   now find the colors for the rest of the CSS that you want to change to match the navigation and Masthead color or the &#8220;a&#8221; and &#8220;a. hover&#8221; tags also.</li>
</ol>
<p>Now we are going to match up your CSS with the CSS we just captured.</p>
<p>Find the tags that are the same.<br />
We are going to replace what is in our CSS with the attributes that are in the background CSS.</p>
]]></content:encoded>
			<wfw:commentRss>http://ourschoolyears.com/blog/?feed=rss2&#038;p=9</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webclass Intro</title>
		<link>http://ourschoolyears.com/blog/?p=1</link>
		<comments>http://ourschoolyears.com/blog/?p=1#comments</comments>
		<pubDate>Fri, 13 Nov 2009 19:52:06 +0000</pubDate>
		<dc:creator>estudent</dc:creator>
				<category><![CDATA[Intro Pages]]></category>
		<category><![CDATA[Webclass]]></category>

		<guid isPermaLink="false">http://ourschoolyears.com/blog/?p=1</guid>
		<description><![CDATA[See how this all [...]]]></description>
			<content:encoded><![CDATA[<p>Hello Class,</p>
<p>I&#8217;m going to do the best I can to educate you about semi-buiding websites and blog.  There is not enough time to teach all the intricacies of web design.  Heck, I don&#8217;t even know them.</p>
<p>There is a folder here called Web Class and that is where these post will be.</p>
<p>Come back often and read the next installments to our class and hopefully you will end up with a great site.</p>
]]></content:encoded>
			<wfw:commentRss>http://ourschoolyears.com/blog/?feed=rss2&#038;p=1</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

