<?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>Oops Hey ! All Work All Fun</title>
	<atom:link href="http://www.oopshey.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.oopshey.com</link>
	<description>Idea Exchange - Education - Entertaining</description>
	<lastBuildDate>Mon, 01 Mar 2010 15:02:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
<link>http://www.oopshey.com</link>
<url>http://www.oopshey.com/wp-content/mbp-favicon/2007127213152687778036.png</url>
<title>Oops Hey ! All Work All Fun</title>
</image>
		<item>
		<title>Chapter 3 : CSS Classes</title>
		<link>http://www.oopshey.com/chapter-3-css-classes.html</link>
		<comments>http://www.oopshey.com/chapter-3-css-classes.html#comments</comments>
		<pubDate>Mon, 01 Mar 2010 15:02:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[class selector]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[example purposes]]></category>
		<category><![CDATA[greenboldtext]]></category>
		<category><![CDATA[inline styles]]></category>
		<category><![CDATA[selector]]></category>
		<category><![CDATA[sentence]]></category>
		<category><![CDATA[span class]]></category>
		<category><![CDATA[word sentence]]></category>

		<guid isPermaLink="false">http://www.oopshey.com/?p=701</guid>
		<description><![CDATA[The class selector allows you to style items within the same (X)HTML element differently. Similiar to what I mentioned in the introduction about inline styles. Except with classes the style can be overwritten by changing out stylesheets. You can use the same class selector again and again within an (X)HTML file.
To put it more simply, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The class selector allows you to style items within the same (X)HTML element differently. Similiar to what I mentioned in the introduction about inline styles. Except with classes the style can be overwritten by changing out stylesheets. You can use the same class selector again and again within an (X)HTML file.</p>
<p>To put it more simply, this sentence you are reading is defined in my CSS file with the following.</p>
<blockquote><p>p {<br />
font-size: small;<br />
color: #333333<br />
}</p></blockquote>
<p>Pretty simple, but lets say that I wanted to change the word “sentence” to green bold text, while leaving the rest of the sentence untouched. I would do the following to my (X)HTML file.</p>
<blockquote><p>&lt;p&gt;<br />
To put it more simply, this &lt;span class=”greenboldtext”&gt;sentence&lt;/span&gt; you are reading is styled in my CSS file by the following.<br />
&lt;/p&gt;</p></blockquote>
<p>Then in my CSS file I would add this style selector:</p>
<blockquote><p>.greenboldtext{<br />
font-size: small;<br />
color: #008080;<br />
font-weight: bold;<br />
}</p></blockquote>
<p>The final result would look like the following:</p>
<p>To put it more simply, this <span style="color: #339966;"><strong>sentence</strong></span> you are reading is styled in my CSS file by the following.</p>
<p style="text-align: justify;">Please note that a class selector begins with a (.) period. The reason I named it “greenboldtext” is for example purposes, you can name it whatever you want. Though I do encourage you to use selector names that are descriptive. You can reuse the “greenboldtext” class as many times as you want.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="Chapter 3 : CSS Classes" url="http://www.oopshey.com/chapter-3-css-classes.html"></script>]]></content:encoded>
			<wfw:commentRss>http://www.oopshey.com/chapter-3-css-classes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software Outsourcing Company</title>
		<link>http://www.oopshey.com/software-outsourcing-company.html</link>
		<comments>http://www.oopshey.com/software-outsourcing-company.html#comments</comments>
		<pubDate>Wed, 10 Feb 2010 07:57:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[all about work]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Indonesia]]></category>
		<category><![CDATA[Outsourcing]]></category>
		<category><![CDATA[punchsoft]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[software development companies]]></category>
		<category><![CDATA[software outsourcing services]]></category>
		<category><![CDATA[software sap]]></category>
		<category><![CDATA[solutions sap]]></category>
		<category><![CDATA[web marketing solutions]]></category>

		<guid isPermaLink="false">http://www.oopshey.com/?p=692</guid>
		<description><![CDATA[Instead of wasting extra money in your household employees better to outsource it at low cost. This will help you to minimize your budget and maximize profit. Outsourcing is the best way to cut costs and get a quality service so you can concentrate on expanding your core business. That is why most companies outsource [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Instead of wasting extra money in your household employees better to outsource it at low cost. This will help you to minimize your budget and maximize profit. Outsourcing is the best way to cut costs and get a quality service so you can concentrate on expanding your core business. That is why most companies <a href="http://punchsoft.net" target="_blank">outsource software development</a> of their work.</p>
<p style="text-align: justify;">There are many types of work, which can be outsourced like Software customization, application development, project management, design and web development, ecommerce solutions, SAP Business One solutions and other software solutions.</p>
<p style="text-align: justify;">Punchsoft.inc, Indonesia-based company provides Outsourcing Software SAP Business One solutions as well as <a href="http://punchsoft.net" target="_blank">Software Outsourcing services</a>, Business Process Outsourcing (BPO) services and Web Marketing Solutions to our clients globally. We have our client base from various industries such as e-commerce, Enterprise solutions, software development companies, etc.</p>
<p style="text-align: justify;">In today&#8217;s global economy you need to use global resources to stay ahead of the game. With the right partner like punchsoft you can leverage these global resources without the hassles of setting up an offshore facility. You can save &#8220;Significantly&#8221; on your employee costs, which remains one of the largest burdens on any company. With punchsoft you&#8217;ll gain access to some of the Best talent on the planet, while saving on average 30% off your labor costs</p>
<p>Tell us if you have any questions about outsourcing for information you can visit : www.punchsoft.net</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="Software Outsourcing Company" url="http://www.oopshey.com/software-outsourcing-company.html"></script>]]></content:encoded>
			<wfw:commentRss>http://www.oopshey.com/software-outsourcing-company.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stuck in my bad mood,. that&#8217;s SUCK</title>
		<link>http://www.oopshey.com/stuck-bad-mood-thats-suck.html</link>
		<comments>http://www.oopshey.com/stuck-bad-mood-thats-suck.html#comments</comments>
		<pubDate>Fri, 05 Feb 2010 17:45:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Romance]]></category>
		<category><![CDATA[oops things]]></category>
		<category><![CDATA[bad mood]]></category>
		<category><![CDATA[cofeecup]]></category>
		<category><![CDATA[cream jug]]></category>
		<category><![CDATA[mood]]></category>
		<category><![CDATA[spoon]]></category>
		<category><![CDATA[storm]]></category>
		<category><![CDATA[stuck]]></category>
		<category><![CDATA[SUCK]]></category>
		<category><![CDATA[winter rain]]></category>

		<guid isPermaLink="false">http://www.oopshey.com/?p=683</guid>
		<description><![CDATA[Stuck in my bad mood
Like a storm in a cofeecup
I feel hot like scolding cofee
Yet cold like winter rain
Swirling with the stir of the spoon
Dissolving the sugar with in
The cream jug is empty
Therefore, I am undrinkable&#8230; it&#8217;s so SUCK
For I will scold all who try
Wishing this bad mood would leave
Stop swirling all about
Let me cool [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: right;">Stuck in my bad mood<br />
Like a storm in a cofeecup<br />
I feel hot like scolding cofee<br />
Yet cold like winter rain</p>
<p style="text-align: right;">Swirling with the stir of the spoon<br />
Dissolving the sugar with in<br />
The cream jug is empty<br />
Therefore, I am undrinkable&#8230; it&#8217;s so SUCK</p>
<p style="text-align: right;">For I will scold all who try<br />
Wishing this bad mood would leave<br />
Stop swirling all about<br />
Let me cool down a bit</p>
<p style="text-align: right;">Leave me to my own devices<br />
Empty the cofeecup<br />
Then the contents from within is gone<br />
Leaving me behind an empty cup</p>
<p style="text-align: right;">No more, storm in the cofeecup<br />
For there is nothing left inside<br />
Now my bad mood is gone<br />
No need to run and hide<br />
but It&#8217;s still <strong>SUCK</strong></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="Stuck in my bad mood,. that's SUCK" url="http://www.oopshey.com/stuck-bad-mood-thats-suck.html"></script>]]></content:encoded>
			<wfw:commentRss>http://www.oopshey.com/stuck-bad-mood-thats-suck.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kurt Cobain&#8217;s daughter and My Chemical Romance&#8217;s Gerard Way new debut</title>
		<link>http://www.oopshey.com/kurt-cobains-daughter-chemical.html</link>
		<comments>http://www.oopshey.com/kurt-cobains-daughter-chemical.html#comments</comments>
		<pubDate>Fri, 05 Feb 2010 12:34:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[play and fun]]></category>
		<category><![CDATA[Al Yankovic]]></category>
		<category><![CDATA[Amanda Palmer]]></category>
		<category><![CDATA[Andrew WK]]></category>
		<category><![CDATA[Courtney Love]]></category>
		<category><![CDATA[curt]]></category>
		<category><![CDATA[daughter]]></category>
		<category><![CDATA[Dresden]]></category>
		<category><![CDATA[dresden dolls]]></category>
		<category><![CDATA[entrance]]></category>
		<category><![CDATA[Eugene]]></category>
		<category><![CDATA[Evelyn Evelyn]]></category>
		<category><![CDATA[Frances Bean]]></category>
		<category><![CDATA[Franz Nicolay]]></category>
		<category><![CDATA[Gerard Way]]></category>
		<category><![CDATA[Jason Webley]]></category>
		<category><![CDATA[Kurt Cobain]]></category>
		<category><![CDATA[lane]]></category>
		<category><![CDATA[manuscript]]></category>
		<category><![CDATA[Margaret Cho]]></category>
		<category><![CDATA[mindless self indulgence]]></category>
		<category><![CDATA[Romance]]></category>
		<category><![CDATA[Sara]]></category>
		<category><![CDATA[Seattle]]></category>
		<category><![CDATA[seattle musician]]></category>
		<category><![CDATA[weird al yankovic]]></category>

		<guid isPermaLink="false">http://www.oopshey.com/?p=678</guid>
		<description><![CDATA[Kurt Cobain as well as Courtney Love’s daughter Frances Bean is to have her singing entrance upon a lane additionally featuring My Chemical Romance’s Gerard Way, Andrew WK, as well as Weird Al Yankovic.
Seventeen-year-old Cobain sings upon “My Space,” that will crop up upon a eponymous entrance manuscript by Evelyn Evelyn, who have been done [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Kurt Cobain as well as Courtney Love’s daughter Frances Bean is to have her singing entrance upon a lane additionally featuring My Chemical Romance’s Gerard Way, Andrew WK, as well as Weird Al Yankovic.</p>
<p style="text-align: justify;">Seventeen-year-old Cobain sings upon “My Space,” that will crop up upon a eponymous entrance manuscript by Evelyn Evelyn, who have been done up of Dresden Dolls frontwoman Amanda Palmer as well as Seattle musician Jason Webley.</p>
<p style="text-align: justify;">Other acts upon a lane embody Tegan &amp; Sara, ex-Hold Steady keyboardist Franz Nicolay, Margaret Cho, Eugene Mirman, as well as assorted members of Mindless Self-Indulgence, reports Twentyfourbit.com.</p>
<p style="text-align: justify;">The manuscript <em>Evelyn Evelyn</em> is due to be expelled upon Mar 30.  In December, Courtney Love mislaid control of Frances Bean Cobain.</p>
<p style="text-align: justify;">I Should buy this album. why ? coz curt is one of my favorite Rocker. and is there any curt influences on this debut ?.. just let&#8217;s take alook.</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="Kurt Cobain's daughter and My Chemical Romance's Gerard Way new debut" url="http://www.oopshey.com/kurt-cobains-daughter-chemical.html"></script>]]></content:encoded>
			<wfw:commentRss>http://www.oopshey.com/kurt-cobains-daughter-chemical.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Add Special Effects To Photos</title>
		<link>http://www.oopshey.com/day-photo-effect.html</link>
		<comments>http://www.oopshey.com/day-photo-effect.html#comments</comments>
		<pubDate>Sun, 31 Jan 2010 11:20:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[play and fun]]></category>
		<category><![CDATA[basic photography]]></category>
		<category><![CDATA[ben10 picjoke.com]]></category>
		<category><![CDATA[border]]></category>
		<category><![CDATA[fun with photos effects]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[funny pictures]]></category>
		<category><![CDATA[href]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[img src]]></category>
		<category><![CDATA[lighting effect]]></category>
		<category><![CDATA[lightning effect]]></category>
		<category><![CDATA[lightning effects]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[online photo effect]]></category>
		<category><![CDATA[online photo effects]]></category>
		<category><![CDATA[online photo special effects]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[photography lesson]]></category>
		<category><![CDATA[PhotoShop]]></category>
		<category><![CDATA[picjoke.com]]></category>
		<category><![CDATA[Pictures]]></category>
		<category><![CDATA[src]]></category>

		<guid isPermaLink="false">http://www.oopshey.com/?p=662</guid>
		<description><![CDATA[In an effort to create a lasting impact from your photo, leaving the impressions on viewer&#8217;s minds, it should have something that keeps him glued. You can employ Adobe PhotoShop&#8217;s special effects tools in the menu to add a lightning effect. You can double your exposures or do whatever you choose. The advantage of owning [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">In an effort to create a lasting impact from your photo, leaving the impressions on viewer&#8217;s minds, it should have something that keeps him glued. You can employ Adobe PhotoShop&#8217;s special effects tools in the menu to add a lightning effect. You can double your exposures or do whatever you choose. The advantage of owning Adobe Photoshop is the rewards it will bring. In fact, I used this program to design my book covers, make commercials, advertising slicks and more, so sit back and enjoy this basic photography course.</p>
<p style="text-align: justify;">Lightning Effect: You can use various types of lightning effects and of different colors, applying them to an image using Adobe Photoshop. This will enhance your basic photography skills tremendously. Note that these tips are perfect for newbies as everything is explained in basic photography terms.</p>
<h3 style="text-align: justify;">How to do it:-</h3>
<p style="text-align: justify;">We&#8217;ll follow a stepwise manner in doing this:</p>
<ol style="text-align: justify;">
<li>Open your editor or Adobe Photoshop program</li>
<li>Now open the desired image (make sure you open it in RGB format)</li>
<li>Now from the filter menu choose Renderer and then select your desired lighting effects.</li>
<li>You will see the lighting effect dialogue box opens up</li>
</ol>
<blockquote>
<ul style="text-align: justify;">
<li>Choose the desired lighting style from the topmost selection menu; you will notice the options style of lights.</li>
<li>Choose the light type and move the sliders to set the intensity and focus.</li>
<li>You can also change the properties by toggling the sliders for glass, material, exposure, and ambience.</li>
<li>You can also change the color of light. To change the color of light just click on the boxes to the right of the light type and properties. This will open the color, picker dialogue box. Choose a color and press ok.</li>
<li>To change the direction or placement of light just drag any of the points on the outside ellipse or center point. Click ok after you have adjusted the direction and placement of light.</li>
</ul>
</blockquote>
<p style="text-align: justify;">
<h3 style="text-align: justify;">How about that for a basic photography lesson!</h3>
<p style="text-align: justify;">Creating Double Exposure effect is one of the best basic photography tips: A double exposure image is created by overlaying two images on one another.</p>
<p style="text-align: justify;">Like above we&#8217;ll again follow a stepwise procedure:</p>
<ol style="text-align: justify;">
<li>Select all or a part of the image using the selection tools at the top of the toolbar.</li>
<li>Now from the edit menu choose copy.</li>
<li>Now open a second image file.</li>
<li>From the window menu, you can select the show layer.</li>
<li>On the &#8217;show layer&#8217; popup right click and choose new layer and press ok.</li>
<li>Now go to the edit menu and press paste.</li>
<li>From the layer&#8217;s palette, move the opacity slider to 50%.</li>
<li>Now drag the mouse from inside the selection to move it.</li>
<li>To scale the pasted selection, click on image menu and then select image size. Adjust the size by adjusting the pixels and height from the pop-up window.  then you do well !</li>
</ol>
<p style="text-align: justify;">But If you don’t have the skill to edit the photo but insists to do it yourself, you can try <a href="http://en.picjoke.com" target="_blank">online photo editing tool</a> at En.PicJoke com. In this site, you will find many options of photo effects to customize your photos. Using the online photo editing tool in this site enables you to create photos just like the professionals. Making the<a href="http://en.picjoke.com" target="_blank"> </a><a href="http://en.picjoke.com" target="_blank">Photoshop pictures online</a> is so easy that you simply need to choose one of the photo effects and upload the photo you want to edit. In just a few minutes, you will get the photo edited result.  here an example for the result :</p>
<p style="text-align: justify;">
<p><a href="http://en.picjoke.com"><img src="http://n4.picjoke.com/useroutputs/56/2010-01-30/4-en-1b6bf16307bb6053e36f7561f69f6926.jpg" border="0" alt="Funny Pictures" /></a></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="How To Add Special Effects To Photos" url="http://www.oopshey.com/day-photo-effect.html"></script>]]></content:encoded>
			<wfw:commentRss>http://www.oopshey.com/day-photo-effect.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Does listening to music improve productivity</title>
		<link>http://www.oopshey.com/listening-music-improve-productivity.html</link>
		<comments>http://www.oopshey.com/listening-music-improve-productivity.html#comments</comments>
		<pubDate>Sun, 31 Jan 2010 10:55:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[play and fun]]></category>
		<category><![CDATA[Bach]]></category>
		<category><![CDATA[does music increase productivity]]></category>
		<category><![CDATA[how can music improve work]]></category>
		<category><![CDATA[increase]]></category>
		<category><![CDATA[light melodies]]></category>
		<category><![CDATA[listening to music while studying works better]]></category>
		<category><![CDATA[Mike Seddon]]></category>
		<category><![CDATA[mood]]></category>
		<category><![CDATA[Mozart]]></category>
		<category><![CDATA[mozart effect]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[personal stereos]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[stress hormone levels]]></category>
		<category><![CDATA[upbeat rhythm]]></category>
		<category><![CDATA[Vivaldi]]></category>

		<guid isPermaLink="false">http://www.oopshey.com/?p=663</guid>
		<description><![CDATA[There are many people who like to listen to music while they work and I am certainly one of them. I find it helps me focus more on the task at hand. Of course I can imagine that there are people who listen to music because it helps them NOT to focus on their job.
Whilst [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">There are many people who like to listen to music while they work and I am certainly one of them. I find it helps me focus more on the task at hand. Of course I can imagine that there are people who listen to music because it helps them NOT to focus on their job.</p>
<p style="text-align: justify;">Whilst there may be many reasons for wishing to listen to music in the workplace, can it really improve your productivity?</p>
<p style="text-align: justify;">We know that music can alter your mood. Films have been using musical scores for years to create the right mood for a scene. At times you hardly notice the music at all but you are very receptive to the mood being conveyed. So can we use music to put us in a &#8220;productive&#8221; mood?</p>
<p style="text-align: justify;">Research seems to support such a claim. For example, a trial where 75 out of 256 workers at a large retail company were issued with personal stereos to wear at work for four weeks showed a 10% increase in productivity for the headphone wearers. Other similar research conducted by researchers at the University of Illinois found a 6.3% increase when compared with the no music control group.</p>
<p style="text-align: justify;">So if we accept that <a title="music matic" href="http://musicmatic.net" target="_blank">music</a> does increase productivity, does it matter what types of music we listen to? Does all music have the same effect or are certain types better in certain circumstances?</p>
<p style="text-align: justify;">If your goal is to increase your concentration then music which has a constant, easy beat and light melodies are recommended. These are said to be good for those trying to study as they help you pace your reading to aid focus and memorising. Baroque music is reported as an excellent example, especially the works of Vivaldi, Bach and Handel.</p>
<p style="text-align: justify;">If you are aiming to be more productive through being more relaxed, then you may be interested to learn that research has shown that music with an upbeat rhythm can reduce stress hormone levels by as much as 41%.</p>
<p style="text-align: justify;">Some of the most publicised studies into whether listening to music increases productivity have centred on what has been termed the &#8220;Mozart effect&#8221;. The term got its name after a study showed that college students had performed better solving mathematical problems when listening to <a title="music matic" href="http://musicmatic.net" target="_blank">classical music</a>. The effect of listening to Mozart does not appear to be limited to humans either. Apparently cows will produce more milk if Mozart is played.</p>
<blockquote><address style="text-align: justify;">About the author: Mike Seddon an experienced IT professional with many years experience in Program Management. He is a founding member of Kutchka Limited which specialises in providing software to help people get the most out of Microsoft Word.</address>
</blockquote>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="Does listening to music improve productivity" url="http://www.oopshey.com/listening-music-improve-productivity.html"></script>]]></content:encoded>
			<wfw:commentRss>http://www.oopshey.com/listening-music-improve-productivity.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Simplest Words</title>
		<link>http://www.oopshey.com/the-simplest-words.html</link>
		<comments>http://www.oopshey.com/the-simplest-words.html#comments</comments>
		<pubDate>Wed, 27 Jan 2010 14:44:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Romance]]></category>
		<category><![CDATA[emotions]]></category>
		<category><![CDATA[heart]]></category>
		<category><![CDATA[poem]]></category>
		<category><![CDATA[powerful words]]></category>
		<category><![CDATA[river]]></category>
		<category><![CDATA[silent grace]]></category>
		<category><![CDATA[Simply words]]></category>
		<category><![CDATA[Spilling]]></category>
		<category><![CDATA[thing]]></category>
		<category><![CDATA[truth]]></category>

		<guid isPermaLink="false">http://www.oopshey.com/?p=654</guid>
		<description><![CDATA[The words that are simplest
And easiest to understand
Are the most powerful:
I love you, I trust you

I want to be with you always,
You&#8217;re the best thing that ever happened to me.
My heart flows like a river,
Spilling its emotions into a sea
In which the truth moves unseen,
Swimming with silent grace,
Too monstrous for light or land.

The truth feeds [...]]]></description>
			<content:encoded><![CDATA[<h3 style="text-align: center;">The words that are simplest<br />
And easiest to understand<br />
Are the most powerful:<br />
I love you, I trust you</h3>
<h3 style="text-align: center;">
I want to be with you always,<br />
You&#8217;re the best thing that ever happened to me.<br />
My heart flows like a river,<br />
Spilling its emotions into a sea<br />
In which the truth moves unseen,<br />
Swimming with silent grace,<br />
Too monstrous for light or land.</h3>
<h3 style="text-align: center;">
The truth feeds on words,<br />
The most powerful words,<br />
The words that are simplest<br />
And easiest to        understand.</h3>
<h3 style="text-align: center;">I love you, I trust you</h3>
<h3 style="text-align: center;">Do you ?</h3>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="The Simplest Words" url="http://www.oopshey.com/the-simplest-words.html"></script>]]></content:encoded>
			<wfw:commentRss>http://www.oopshey.com/the-simplest-words.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Chapter 2 : CSS Syntax</title>
		<link>http://www.oopshey.com/chapter-2-css-syntax.html</link>
		<comments>http://www.oopshey.com/chapter-2-css-syntax.html#comments</comments>
		<pubDate>Fri, 22 Jan 2010 17:20:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[body]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[curly brackets]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[element body]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[Georgia]]></category>
		<category><![CDATA[html markup]]></category>
		<category><![CDATA[independent values]]></category>
		<category><![CDATA[property]]></category>
		<category><![CDATA[sans serif]]></category>
		<category><![CDATA[selector]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://www.oopshey.com/?p=648</guid>
		<description><![CDATA[The syntax for CSS is different than that of (X)HTML markup. Though it is not too confusing, once you take a look at it. It consists of only 3 parts.
selector { property: value }
The selector is the (X)HTML element that you want to style. The property is the actual property title, and the value is [...]]]></description>
			<content:encoded><![CDATA[<p>The syntax for CSS is different than that of (X)HTML markup. Though it is not too confusing, once you take a look at it. It consists of only 3 parts.</p>
<blockquote><p>selector { property: value }</p></blockquote>
<p>The selector is the (X)HTML element that you want to style. The property is the actual property title, and the value is the style you apply to that property.</p>
<p>Each selector can have multiple properties, and each property within that selector can have independent values. The property and value are separated with a colon and contained within curly brackets. Multiple properties are separated by a semi colon. Multiple values within a property are sperated by commas, and if an individual value contains more than one word you surround it with quotation marks. As shown below.</p>
<blockquote><p>body {<br />
background: #eeeeee;<br />
font-family: “Trebuchet MS”, Verdana, Arial, serif;<br />
}</p></blockquote>
<p>As you can see in the above code I have separated the color from the font-family with a semi-colon, separated the various fonts with commas and contained the “Trebuchet MS” within quotations marks. The final result sets the body color to light grey, and sets the font to ones that most users will have installed on there computer.</p>
<p>I have changed the way I layout my code, but you can arrange it in one line if you choose. I find that it is more readable if I spread each property to a separate line, with a 2 space indention.</p>
<p><a name="inheritance"></a></p>
<h2>Inheritance</h2>
<p>When you nest one element inside another, the nested element will inherit the properties assigned to the containing element. Unless you modify the inner elements values independently.</p>
<p>For example, a font declared in the body will be inherited by all text in the file no matter the containing element, unless you declare another font for a specific nested element.</p>
<blockquote><p>body {font-family: Verdana, serif;}</p></blockquote>
<p>Now all text within the (X)HTML file will be set to Verdana.</p>
<p>If you wanted to style certain text with another font, like an h1 or a paragraph then you could do the following.</p>
<blockquote><p>h1 {font-family: Georgia, sans-serif;}<br />
p {font-family: Tahoma, serif;}</p></blockquote>
<p>Now all &lt;h1&gt; tags within the file will be set to Georgia and all &lt;p&gt; tags are set to Tahoma, leaving text within other elements unchanged from the body declaration of Verdana.</p>
<p>There are instances where nested elements do not inherit the containing elements properties.</p>
<p>For example, if the body margin is set to 20 pixels, the other elements within the file will not inherit the body margin by default.</p>
<blockquote><p>body {margin: 20px;}</p></blockquote>
<p><a name="combining_selectors"></a></p>
<h2>Combining Selectors</h2>
<p>You can combine elements within one selector in the following fashion.</p>
<blockquote><p>h1, h2, h3, h4, h5, h6 {<br />
color: #009900;<br />
font-family: Georgia, sans-serif;<br />
}</p></blockquote>
<p>As you can see in the above code, I have grouped all the header elements into one selector. Each one is separated by a comma. The final result of the above code sets all headers to green and to the specified font. If the user does not have the first font I declared it will go to another sans-serif font the user has installed on their computer.</p>
<p><a name="comment_tags"></a></p>
<h2>Comment tags</h2>
<p>Comments can be used to explain why you added certain selectors within your css file. So as to help others who may see your file, or to help you remember what you we’re thinking at a later date. You can add comments that will be ignored by browsers in the following manner.</p>
<blockquote><p>/* This is a comment */</p></blockquote>
<p style="text-align: justify;">You will note that it begins with a / (forward slash) and than an * (asterisks) then the comment, then the closing tag which is just backward from the opening tag * (asterisks) then the / (forward slash).</p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="Chapter 2 : CSS Syntax" url="http://www.oopshey.com/chapter-2-css-syntax.html"></script>]]></content:encoded>
			<wfw:commentRss>http://www.oopshey.com/chapter-2-css-syntax.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computer Programming Degree</title>
		<link>http://www.oopshey.com/computer-programming-degree.html</link>
		<comments>http://www.oopshey.com/computer-programming-degree.html#comments</comments>
		<pubDate>Thu, 21 Jan 2010 12:11:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Andy West]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[computer programmer]]></category>
		<category><![CDATA[computer programmers]]></category>
		<category><![CDATA[computer programming field]]></category>
		<category><![CDATA[Degree]]></category>
		<category><![CDATA[entry level position]]></category>
		<category><![CDATA[microsoft mcse]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Standing]]></category>
		<category><![CDATA[Strong]]></category>
		<category><![CDATA[Virginia]]></category>

		<guid isPermaLink="false">http://www.oopshey.com/?p=638</guid>
		<description><![CDATA[Of all the curricula and degree programs available, many people opt for computer programming degree more than any other form of qualification. With a number of areas to branch into, computer programming is often used for different aspects of software design. As technology progresses at a fast pace, the need for computer programmers strongly increases. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Of all the curricula and degree programs available, many people opt for computer programming degree more than any other form of qualification. With a number of areas to branch into, computer programming is often used for different aspects of software design. As technology progresses at a fast pace, the need for computer programmers strongly increases. For a computer to run, according to a specific set of instructions in a particular language. Computer programmers detail-oriented individuals who work with one or more forms of computer languages. When it is time for solutions or solving problems, a computer programmer uses their expertise to offer steadfast resolution to develop.</p>
<p style="text-align: justify;">Depending on the nature of their work can, computer programmers working alone or with others in a large group. In most cases they work with other professionals such as computer software engineers to help new programs to life. They also help improve the current software programs through an update to current standards. Both large and small businesses need computer programmers. While some programmers may need systems analysis, others require the type of programmer who works with the network as a whole.</p>
<p style="text-align: justify;">The software developed can be used for private or public use. To break into a great career in this field, a computer programming degree is a must. The knowledge and skills to gain the basic skills can be as little as one to two years to learn. Students will probably need to certify themselves in one or more computer languages, such as Microsoft MCSE, MCSA or others. To arrive at an entry-level position in the computer programming field, many companies require their employees at least an associate degree. Once on board, then people can progress their education and career options by obtaining a degree and four years further certifications. Although some jobs may require certification in just one or two computer languages, several companies may require a combination of language certifications. For many individuals, getting a computer programming degree can mean not only more profitable but also more job satisfaction. Education For those already in the field to return to school to further one can end a career rut and lost focus. Obtaining a higher degree has a proven method for re-energizing a career and broaden his horizons. When searching around for a reputable school, will be that most computer programming curricula include data structures, programming languages, program customization and other similar topics.</p>
<p style="text-align: justify;">General computer lessons are often taken in conjunction with these subjects. Students can then opt for certification in specific computer languages. The popularity of computer programming as a career also right along with the popularity of video games in recent years has increased. Some schools use their computer programming education in particular for the world of video game design. Sometimes these skills can be found in film animation studios departments. As technology advances by leaps and bounds, those who opt for this type of degree having to periodically update their skills. Many companies will not allow their employees to work on projects unless and until the latest update of their certifications are made. With experts predicting an increased need for new programs, computer languages, computer programming degree will continue to stay in high demand. Individuals will work in a variety of institutions in a number of industries. The practical experience gained over time will only instill a stronger sense of confidence and solidify security.</p>
<div style="border: 1px solid #c1c1c1; margin: 5px; padding: 5px; font-size: 10px; text-align: justify;">Andy West is a writer for Virginia College. More information about earning a Computer Programming Degree College in Virginia. Vertical action is a search engine marketing company.</div>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="Computer Programming Degree" url="http://www.oopshey.com/computer-programming-degree.html"></script>]]></content:encoded>
			<wfw:commentRss>http://www.oopshey.com/computer-programming-degree.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Popularity Of Lamp Hosting</title>
		<link>http://www.oopshey.com/popularity-of-lamp-hosting.html</link>
		<comments>http://www.oopshey.com/popularity-of-lamp-hosting.html#comments</comments>
		<pubDate>Thu, 21 Jan 2010 12:11:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Andy West]]></category>
		<category><![CDATA[Continued]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[free software programs]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Lamp]]></category>
		<category><![CDATA[open source database]]></category>
		<category><![CDATA[operating system software]]></category>
		<category><![CDATA[Popularity]]></category>
		<category><![CDATA[programming scripts]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[unix operating system software]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.oopshey.com/?p=637</guid>
		<description><![CDATA[LAMP is a combination of technologies to define web server infrastructures, programming models for developing software and setting up software distribution. These are free software programs packaged together and used to run websites. Lamp is an acronym for the following:
Linux A popular open license operating system, similar to UNIX in its structure, but has no [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">LAMP is a combination of technologies to define web server infrastructures, programming models for developing software and setting up software distribution. These are free software programs packaged together and used to run websites. Lamp is an acronym for the following:</p>
<p style="text-align: justify;">Linux A popular open license operating system, similar to UNIX in its structure, but has no UNIX code as a UNIX operating system software is not free. Because Linux can afford a protected multi-user capability, with their own number of websites have a perfect outlet to edit their own web sites at any time.</p>
<p style="text-align: justify;">Apache This is an open license server that is the most popular web server host on the network and recognized as the system responsible for the expansion and development of the World Wide Web. Like Linux, it is also capable of supporting multiple users on multiple sites.</p>
<p style="text-align: justify;">MySQL An open source database server that uses Structured Query &#8216;language&#8217; to generate, modify, repair and data work. With SQL can be a reliable interface with a standard found pleasant world. It can be used with additional SQL-based products, which has been transferred to another database product a fairly simple task.</p>
<p style="text-align: justify;">PHP This is the programming of the entire group. The hard way is the programming scripts making it practical and very easy to use by all users, from beginners to experienced experts. The programs of LAMP were made separately from each other, yet each one is free and is completely compatible for developing applications. A majority of the web development using LAMP, representing two thirds of Internet servers. These things of course have been very popular LAMP hosting.</p>
<p style="text-align: justify;">With LAMP hosting, there is a possibility to do many things when it comes to designing a website. The tools are user friendly making them even more popular. Use tools like these are what has broken barriers and made it a favorite system around the world. Because so much can be done width of the free tools, they are often a source palette and web designers to create web designs. An added benefit is that this system often evolves continuously thanks to those who use the system. Unseen anywhere else in the world of web hosting, take the suggestion that the system meets the needs of those it serves, making it an invaluable tool. With LAMP, designers are able to concentrate on their work and not stray from the distractions that are seen with other systems. Web designers and would rather depend on the flexibility of this system for their work done.</p>
<p style="text-align: justify;">A LAMP hosting service provides a place for these services. Using the free software from LAMP to these services is popular in part because they are easy to use, but mainly because there are few barriers to entry and not invest in software licenses or pay. Many applications are easy to apply because they are adapted to do by other users. Many notable and famous sites are based on LAMP.</p>
<p style="text-align: justify;">The flexibility and user options, it is often recommended for beginners. It is easy for many hints, tips and tricks to help find a hosted LAMP face the best that it can be. A LAMP hosting site offers many services that can help users, including tutorials, forums and other resources. Many can be found in the way of information and assistance throughout the net for such systems. The extent of use, flexibility and cost continues to make LAMP a first choice for many users.</p>
<div style="border: 1px solid #c1c1c1; margin: 5px; padding: 5px; font-size: 10px; text-align: justify;">Andy West is a freelance writer for PhpMyDev. com. PhpMyDev offers complete web development and http://www. phpmydev. com&gt; LAMP hosting using Linux, Apache, MySQL and PHP development. Visit http://www. PhpMyDev. com for more information.</div>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/btn/button_3793" title="Popularity Of Lamp Hosting" url="http://www.oopshey.com/popularity-of-lamp-hosting.html"></script>]]></content:encoded>
			<wfw:commentRss>http://www.oopshey.com/popularity-of-lamp-hosting.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
