<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
    <channel>
        <title>deviantART: by:Fatally6Yours</title>
        <link>http://search.deviantart.com/?q=by:Fatally6Yours&amp;section=today</link>
        <description>deviantART RSS for by:Fatally6Yours</description>
        <language>en-us</language>
        <copyright>Copyright 2009, deviantART.com</copyright>

        <pubDate>Mon, 07 Dec 2009 07:15:10 PST</pubDate>        
        <generator>deviantART.com</generator>
        <docs>http://blogs.law.harvard.edu/tech/rss</docs>
        <atom:icon>http://s.deviantart.com/minish/widgets/apple-touch-icon-precomposed.png</atom:icon>
        <atom:link href="http://backend.deviantart.com/rss.xml?q=by%3AFatally6Yours&amp;type=journal" rel="self" type="application/rss+xml" />
                  <item>
                <title>website update</title>
                <link>http://Fatally6Yours.deviantart.com/journal/15264654/</link>
                <guid isPermaLink="true">http://Fatally6Yours.deviantart.com/journal/15264654/</guid>
                <pubDate>Sun, 28 Oct 2007 20:42:33 PDT</pubDate>
                
                <description><![CDATA[ I totally revised my website.<br />
its a portfolio of my work now, no more blog.<br />
<br />
check it.<br />
<br />
<a href="http://www.notfreelance.com">notfreelance.com</a><br /><br /> ]]></description>
                <author>~Fatally6Yours</author>
            </item>
          <item>
                <title>new website</title>
                <link>http://Fatally6Yours.deviantart.com/journal/12035930/</link>
                <guid isPermaLink="true">http://Fatally6Yours.deviantart.com/journal/12035930/</guid>
                <pubDate>Sat, 03 Mar 2007 05:57:35 PST</pubDate>
                
                <description><![CDATA[ <div class="main">Since getting accepted to MCAD I started up a new site to keep people informed about my life as I move away and start creating some kick ass desing.<br />
<br />
<a href="http://www.notfreelance.com">www.NotFreelance.com</a><br />
<br />
I will make a habit of updating it freqently.<br />
Stay in touch.<br />
</div><br /><br /> ]]></description>
                <author>~Fatally6Yours</author>
            </item>
          <item>
                <title>css streamlining</title>
                <link>http://Fatally6Yours.deviantart.com/journal/11892148/</link>
                <guid isPermaLink="true">http://Fatally6Yours.deviantart.com/journal/11892148/</guid>
                <pubDate>Wed, 21 Feb 2007 10:37:25 PST</pubDate>
                
                <description><![CDATA[ <div class="main"><br />
I updated and streamlined my code this morning.<br />
I had a lot of unnecessary lines that I just tossed.<br />
I also summed a lot of repeated lines into my main <br />
class that applies them to all children classes.<br />
<br />
css is the easiest language I have ever learned.<br />
</div><br />
<div class="h2left">NEW code:</div><br />
<div class="left"><br />
<code><br />
* {<br />
padding:0px;<br />
border:0px;<br />
color: #FFF;<br />
background: #3D3D3D no-repeat;<br />
font: sans-serif;<br />
}<br />
<br />
.journalbox {<br />
width:580px;<br />
height:800px;<br />
}<br />
<br />
.journalbox .journaltop {<br />
width:580px;<br />
height:50px;<br />
background-image: url('<a href="http://www.thecrackedlens.com/deviantart/css/journaltop.jpg'">[link]</a>);<br />
font-size: 0px;<br />
}<br />
<br />
.journalbox .journaltop h2 {<br />
font-size: 18px;<br />
letter-spacing:1px;<br />
background: none;<br />
position:absolute;<br />
top:5px;<br />
left:5px;<br />
}<br />
<br />
.journalbox .journaltop img {<br />
display:none;<br />
}<br />
<br />
.journalbox .journaltext {<br />
width:100px;<br />
height:685px;<br />
position:absolute;<br />
top:50px;<br />
left:0px;<br />
}<br />
<br />
div.main {<br />
width:500px;<br />
height:250px;<br />
position:absolute;<br />
top:20px;<br />
left:15px;<br />
}<br />
<br />
div.left {<br />
width:275px;<br />
height:685px;<br />
position:absolute;<br />
top:300px;<br />
left:15px;<br />
overflow:scroll;<br />
}<br />
<br />
div.right {<br />
width:250px;<br />
height:670px;<br />
position:absolute;<br />
top:300px;<br />
left:325px;<br />
overflow:scroll;<br />
}<br />
<br />
.journalbox .journalbottom {<br />
position:absolute;<br />
bottom:0px;<br />
left:0px;<br />
background-image: url('<a href="http://www.thecrackedlens.com/deviantart/css/journalbottom.jpg'">[link]</a>);<br />
width:580px;<br />
height:65px;<br />
font-size: 0px;<br />
}<br />
<br />
.journalbox .journalbottom .commentslink {<br />
background: none;<br />
position:absolute;<br />
left:175px;<br />
bottom:27px;<br />
font-size: 12px;<br />
}<br />
<br />
.journalbox .journalbottom .prevlink {<br />
background: none;<br />
position:absolute;<br />
right:175px;<br />
bottom:27px;<br />
font-size: 12px;<br />
}<br />
</code><br />
</div><br />
<div class="h2right">OLD code:</div><br />
<div class="right"><br />
<code><br />
.journalbox {<br />
width:580px;<br />
height:800px;<br />
border:none;<br />
background-color: #3d3d3d;<br />
color: #FFF;<br />
padding:0px;<br />
border:0px;<br />
}<br />
<br />
.journalbox .journaltop {<br />
background-image: url('[link]);<br />
background-color: #3d3d3d;<br />
color: #FFF;<br />
}<br />
<br />
.journalbox .journaltop h2 {<br />
letter-spacing:3px;<br />
background-color: #3d3d3d;<br />
color: #FFF;<br />
}<br />
<br />
<br />
.journalbox .journaltop date {<br />
letter-spacing:3px;<br />
background-color: #3d3d3d;<br />
color: #FFF;<br />
<br />
.journalbox .journaltop img {<br />
display:none;<br />
color: #FFF;<br />
}<br />
<br />
.journalbox .journaltext {<br />
position:absolute;<br />
top:50px;<br />
left:0px;<br />
color:white;<br />
background-color: #3d3d3d;<br />
font-family:serif;<br />
width:100px;<br />
height:685px;<br />
padding:0px;<br />
border:0px;<br />
}<br />
<br />
<br />
div.left {<br />
background-color: #3d3d3d;<br />
width:275px;<br />
position:absolute;<br />
top:20px;<br />
left:15px;<br />
overflow:auto;<br />
padding:0px;<br />
border:0px;<br />
}<br />
<br />
div.right {<br />
background-color: #3d3d3d;<br />
width:250px;<br />
height:670px;<br />
position:absolute;<br />
top:20px;<br />
left:325px;<br />
overflow:scroll;<br />
}<br />
<br />
.journalbox .journalbottom {<br />
position:absolute;<br />
bottom:0px;<br />
left:0px;<br />
background-image: url("<a href="http://www.thecrackedlens.com/deviantart/css/journaltop.jpg">[link]</a>");<br />
width:580px;<br />
height:65px;<br />
background-color: #3d3d3d;<br />
padding:0px;<br />
border:0px;<br />
}<br />
<br />
.journalbox .journalbottom .commentslink {<br />
color: #FFF;<br />
}<br />
<br />
.journalbox .journalbottom .prevlink {<br />
color: #FFF;<br />
}<br />
</code><br />
</div><br /><br /> ]]></description>
                <author>~Fatally6Yours</author>
            </item>
          <item>
                <title>stats</title>
                <link>http://Fatally6Yours.deviantart.com/journal/10980978/</link>
                <guid isPermaLink="true">http://Fatally6Yours.deviantart.com/journal/10980978/</guid>
                <pubDate>Thu, 07 Dec 2006 07:46:50 PST</pubDate>
                
                <description><![CDATA[ kill<br /><br />1,000 page views;<br />
how unsatisfactorily eventful.<br />
<br />
pageviews are the myspacesk statistic of deviantart.<br />
hey i'm popular;<br />
my work sucks, but hey i have 1,000 views.<br />
<br />
thanks.<br /><br /> ]]></description>
                <author>~Fatally6Yours</author>
            </item>
    </channel>
</rss>