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

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Broken. Technicolored. Keys. - Web Design/Development</title>
    <link>http://www.anannsul.com/Blog/</link>
    <description>Stop. Go. Random Blogging.</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.4.1 - http://www.s9y.org/</generator>
    
    

<item>
    <title>Dreamweaver Class</title>
    <link>http://www.anannsul.com/Blog/index.php?/archives/22-Dreamweaver-Class.html</link>
            <category>Web Design/Development</category>
    
    <comments>http://www.anannsul.com/Blog/index.php?/archives/22-Dreamweaver-Class.html#comments</comments>
    <wfw:comment>http://www.anannsul.com/Blog/wfwcomment.php?cid=22</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.anannsul.com/Blog/rss.php?version=2.0&amp;type=comments&amp;cid=22</wfw:commentRss>
    

    <author>nospam@example.com (Ms. Anannsul)</author>
    <content:encoded>
    Dear Readers,&lt;br /&gt;
&lt;br /&gt;
During my spring term of college I decided I&#039;d enroll in a Dreamweaver class.  I pretty much know how to design websites but I started when I was 16 and needed to brush up my skills.  I also wanted to learn how to use this Dreamweaver.  So my first day and I already learned a few things. &lt;br /&gt;
&lt;br /&gt;
For Bold you no longer use the &lt; b &gt; &lt; /b&gt; tags.  it is now &lt; strong &gt; &lt; /strong &gt;.  However, you only really want to use this on the actual webpage if it is seriously important.  Otherwise it is best to bold text via CSS.&lt;br /&gt;
For Italics &lt; i &gt; &lt; /i &gt; is also no longer in use.  You now use - &lt; em &gt; &lt; /em &gt;.  This too is better to use in a CSS.&lt;br /&gt;
As for the Underline tag.  It is recommended you don&#039;t use it at all unless it&#039;s for a link. The reason for this is because most web users associate an underline with a link.  So underlining something that is not a link is generally just a bad thing to do. &lt;br /&gt;
&lt;br /&gt;
Well, that is all for now.  :) 
    </content:encoded>

    <pubDate>Thu, 18 Feb 2010 20:05:02 -0800</pubDate>
    <guid isPermaLink="false">http://www.anannsul.com/Blog/index.php?/archives/22-guid.html</guid>
    
</item>
<item>
    <title>==PHP== include from another directory</title>
    <link>http://www.anannsul.com/Blog/index.php?/archives/19-PHP-include-from-another-directory.html</link>
            <category>Web Design/Development</category>
    
    <comments>http://www.anannsul.com/Blog/index.php?/archives/19-PHP-include-from-another-directory.html#comments</comments>
    <wfw:comment>http://www.anannsul.com/Blog/wfwcomment.php?cid=19</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.anannsul.com/Blog/rss.php?version=2.0&amp;type=comments&amp;cid=19</wfw:commentRss>
    

    <author>nospam@example.com (Ms. Anannsul)</author>
    <content:encoded>
    Dear Readers,&lt;br /&gt;
&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;Okay, so we are going to assume you know what I know when it comes to php... this will allow me to jump right into this...&lt;br /&gt;
&lt;br /&gt;
include (&#039;&#039;); is what you use to include another page into the page you are working on.&lt;br /&gt;
&lt;br /&gt;
But lets use a sample directory that looks like this.&lt;br /&gt;
&lt;br /&gt;
www.anannsul.com&lt;br /&gt;
&amp;#160;&amp;#160;1. role-play&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160; - char&lt;br /&gt;
&amp;#160;&amp;#160;2. pets&lt;br /&gt;
&lt;br /&gt;
Now lets say in my char directory I have a page &#039;taria.php&#039; and I want to include her pet&#039;s page which is &#039;tagihashi.php&#039; in the pets directory.&lt;br /&gt;
&lt;br /&gt;
Now what you don&#039;t want to do is use a &#039;/&#039; .   Because that defines the servers root folder not the web root folder.  What we will use is &#039;../&#039;. That means to go up one directory.  Now to apply that to &#039;taria.php&#039;  we will want to go up twice, then access the directory that her pet&#039;s page is in. &lt;br /&gt;
So it will look something like this.&lt;br /&gt;
&lt;br /&gt;
include (&#039;../../pets/tagihashi.php&#039;);&lt;br /&gt;
&lt;br /&gt;
Now I&#039;ll show you if we were to be including &#039;taria.php&#039; into &#039;tagihashi.php&#039;&lt;br /&gt;
&lt;br /&gt;
include (&#039;../role-play/char/taria.php&#039;);&lt;br /&gt;
&lt;br /&gt;
And there ya go.  &lt;br /&gt;
=D 
    </content:encoded>

    <pubDate>Wed, 30 Sep 2009 17:51:40 -0700</pubDate>
    <guid isPermaLink="false">http://www.anannsul.com/Blog/index.php?/archives/19-guid.html</guid>
    
</item>
<item>
    <title>Lissa Explains It All</title>
    <link>http://www.anannsul.com/Blog/index.php?/archives/5-Lissa-Explains-It-All.html</link>
            <category>Web Design/Development</category>
    
    <comments>http://www.anannsul.com/Blog/index.php?/archives/5-Lissa-Explains-It-All.html#comments</comments>
    <wfw:comment>http://www.anannsul.com/Blog/wfwcomment.php?cid=5</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.anannsul.com/Blog/rss.php?version=2.0&amp;type=comments&amp;cid=5</wfw:commentRss>
    

    <author>nospam@example.com (Ms. Anannsul)</author>
    <content:encoded>
    Dear Readers,&lt;br /&gt;
&lt;br /&gt;
Are you one of those people who would &lt;strong&gt;LOVE&lt;/strong&gt; to have a website but have no clue where to start?  (Maybe you think it&#039;s too hard?)  Well, here&#039;s the secret, and Lissa will explain everything.  Don&#039;t take my word for it...&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.lissaexplains.com/&quot;&gt;Lissa Explains It All&lt;/a&gt; 
    </content:encoded>

    <pubDate>Mon, 14 Sep 2009 08:14:10 -0700</pubDate>
    <guid isPermaLink="false">http://www.anannsul.com/Blog/index.php?/archives/5-guid.html</guid>
    
</item>

</channel>
</rss>