<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:blogcomments="http://purl.org/net/rssmodules/blogcomments/">
  <channel>
    <title>PIC 40a discussion</title>
    <link>http://www.math.ucla.edu/~yzhu/examples08/rss2html/?XMLFILE=http://www.math.ucla.edu/~yzhu/rss08.xml</link> 
    <description><![CDATA[Notes for discussion class of PIC40A at UCLA, Spring 2008]]>
</description>
    <atom:link href="http://www.math.ucla.edu/~yzhu/rss08.xml" rel="self" type="application/rss+xml" />
    <category>IT/Internet/Web development</category>
    <copyright>2008 Yongning Zhu</copyright>
    <webMaster>yzhu@math.ucla.edu(Yongning Zhu)</webMaster>
    <language>en-us</language>

<!--    <image>
      <url>http://www.pobaby.net/movie/2008130134824.gif</url>
      <title>PIC 40a discussion</title>
      <link>http://www.math.ucla.edu/~yzhu/examples08/rss2html/?XMLFILE=http://www.math.ucla.edu/~yzhu/rss08.xml</link> 
    </image>      
-->
    <item><title>First week</title>
    <link>http://www.math.ucla.edu/~yzhu/examples08/firstweek.htm</link>
      <description>
<![CDATA[<img src="" align="left" hspace="10" />
This class is an introduction of modern webpage designing techniques. On the first 
day, we 
planed to show everybody to the PIC lab, and have the students set up accounts. However, the PIC Lab 
server was down, and unexpectedly, wireless network does not work at the specific classroom. So the TA 
just explained things by hand. But I belive following the professor's instruction on Lab1, it should 
be not too complicated to set up everything and make a little index page. We will try to review 
basic unix 
commands later. ]]>
</description>
      
<guid>http://www.math.ucla.edu/~yzhu/examples08/rss2html/?XMLFILE=http://www.math.ucla.edu/~yzhu/rss08.xml&amp;ITEMTITLE=First%20week</guid> 
      <enclosure url="http://www.23sc.cn/Pic/UploadPic/2009-3/200931125230181.gif" type="image/gif" /> 
      <pubDate>Fri, 4 Apr 2008 08:00:00 EST</pubDate>
      <blogComments><![CDATA[We just added this comment function]]></blogComments>
      <blogComments><![CDATA[We do not have much to say though.<a href="http://www.math.ucla.edu/~yzhu">Hehe~~</a>]]></blogComments>
    </item>

    <item>
      <title>Basic XHTML</title>
      <link>http://www.math.ucla.edu/~yzhu/examples08/basicxhtml.htm</link>
      <description><![CDATA[<img align="left" hspace="10" src=""/>]]>
Learning about basic tags of XHTML, 
paragraphs(strong, pre, code, ...) and lists(ul,ol,dl)
      </description>
      <guid>http://www.math.ucla.edu/~yzhu/examples08/basicxhtml.htm</guid>
      <enclosure url="http://www.23sc.cn/Pic/UploadPic/2009-3/200931125230482.gif" type="image/gif" /> 
      <pubDate>Tue, 8 Apr 2008 08:00:00 EST</pubDate>
    </item>

    <item>
      <title>Basic XHTML-continued</title>
      
<link>http://www.math.ucla.edu/~yzhu/examples08/basicxhtml1.htm</link>
      <description><![CDATA[<img valign="top"
src="http://www.pobaby.net/gif/200682217503.gif" align="left" hspace="10" />]]>
Keep learning about basic tags of XHTML, table and 
forms. We spent most time on table, and left only a few minuts on forms. 
Since most didn't learn about this in lecture yet, the students were 
not familiar with how to make it. Interestingly, there are 
different and creative solutions coming out.
      </description>
      <guid>http://www.math.ucla.edu/~yzhu/examples08/basicxhtml1.htm</guid>
      <pubDate>Thu, 10 Apr 2008 08:00:00 EST</pubDate>
    </item>

    <item>
      <title>Basic XML and DTD</title>
<link>http://www.math.ucla.edu/~yzhu/examples08/basicxml_dtd.htm</link>
      <description>
<![CDATA[<img src="" align="left" hspace="10" />]]>
We continued to finish form tag, and took a 
brief look at object tags for video and audios. And finally, we come to 
XML, a very useful tool for 
structuring data. We learned about how to define a XML application using 
DTD, and how to write a XML document that is valid according to its DTD
      </description>
	<guid>http://www.math.ucla.edu/~yzhu/examples08/basicxml_dtd.htm</guid>
      <enclosure url="http://www.23sc.cn/Pic/UploadPic/2009-3/200931125230267.gif" type="image/gif" /> 
      <pubDate>Tue, 15 Apr 2008 08:00:00 EST</pubDate>
    </item>

    <item>
      <title>Basic XML- continued</title>
<link>http://www.math.ucla.edu/~yzhu/examples08/basicxml1.htm</link>
      <description>
<![CDATA[<img src="http://www.pobaby.net/gif/2006822181517.gif" align="left" hspace="10" />]]>
We will review about XML with DTD, show an additional example of XML: RSS, and 
learn about XML namespace and XML schema.
      </description>
<guid>http://www.math.ucla.edu/~yzhu/examples08/basicxml1.htm</guid>
      <enclosure url="http://www.23sc.cn/Pic/UploadPic/2009-3/200931125257989.gif" type="image/gif" /> 
      <category>a</category>
      <category>b</category>
      <pubDate>Thu, 17 Apr 2008 08:00:00 EST</pubDate>
    </item>

	<item>
		<title>XML schema</title>
		
<link>http://www.math.ucla.edu/~yzhu/examples08/basicxmlxsd.htm</link>
		<enclosure 
url="http://www.pobaby.net/gif/014/%C6%DF%CF%A6%BD%DA.gif" 
type="image/gif"/>
		<description><![CDATA[<img 
src="http://www.pobaby.net/gif/014/%C6%DF%CF%A6%BD%DA.gif" align="left" hspace="10" />]]>
We learned about some examples defining elements with text only, other 
children elements only or mixed type, some examples with children elements specifying the order of appearance or 
choice among elements. We didn't go through examples with occurance indicators, group indicators or defining types by  
restriction and extension of existing types yet.</description>
<guid>http://www.math.ucla.edu/~yzhu/examples08/basicxmlxsd.htm</guid>
		<pubDate>Mon, 21 Apr 2008 08:00:00 EST</pubDate>
	</item>
	

<item>
	<title>Basic CSS</title>
	<link>http://www.math.ucla.edu/~yzhu/examples08/basiccss.htm</link>
	<description><![CDATA[
<img src="http://www.pobaby.net/gif/020/%E5%8A%A8%E6%80%81%E5%87%BB%E5%89%91P.gif" align="left" hspace="10" />
<UL>

<LI>CSS example 

<LI>3 types of ways to include 

<LI>Selectors 

<LI>Properties 

<LI>Values 

<LI>Make up a menu </LI></UL>]]></description>


		<pubDate>Wed, 23 Apr 2008 08:00:00 EST</pubDate>
	</item>
	
<item>
	<title>Basic CSS - more examples</title>
	<link>http://www.math.ucla.edu/~yzhu/examples08/basiccss1.htm</link>
	<description><![CDATA[
<IMG hspace=10 src="http://www.pobaby.net/gif/020/%E5%8A%A8%E6%80%81%E8%B7%86%E6%8B%B3%E9%81%93Y.gif" align=left> 

<P>We tried with some more examples: 

<UL>

<LI>using span and text effects properties 

<LI>using table properties 

<LI>stylize xml using css in Firefox 

<LI>drop down menu </LI></UL>]]></description>


	<pubDate>Tue, 06 May 08 21:40:30 +0000</pubDate>
</item>

<item>
	<title>Basic Javascript</title>
	<link></link>
	<description><![CDATA[
<img src="http://www.pobaby.net/gif/020/%E5%8A%A8%E6%80%81%E5%87%BB%E5%89%91P.gif" align="left" hspace="10" /><ul>
<li><a href="http://www.math.ucla.edu/~yzhu/examples08/basicjavascript.htm">Basic</a></li>
<li><a href="http://www.math.ucla.edu/~yzhu/examples08/javascriptclasses.htm">Classes</a></li>
<li><a href="http://www.math.ucla.edu/~yzhu/examples08/javascriptDOM.htm">DOM</a></li>
<li><a href="http://www.math.ucla.edu/~yzhu/examples08/javascriptmore.htm">more examples</a></li></ul>
]]></description>
		<pubDate>Tue, 20 May 2008 08:00:00 EST</pubDate>
	</item>
	
<item>
	<title>Applications</title>
	<link></link>
	<description><![CDATA[
<img src="http://www.pobaby.net/gif/020/%E5%8A%A8%E6%80%81%E5%87%BB%E5%89%91P.gif" align="left" hspace="10" /><ul>
<li><a href="http://www.math.ucla.edu/~yzhu/examples08/calendar.htm">Calendar</a></li>
<li><a href="http://www.math.ucla.edu/~yzhu/examples08/googlemap.htm">GoogleMap</a></li></ul>
]]></description>
		<pubDate>Tue, 20 May 2008 08:00:00 EST</pubDate>
	</item>
<item>
	<title>Applications</title>
	<link></link>
	<description><![CDATA[
<img src="http://www.pobaby.net/gif/020/%E5%8A%A8%E6%80%81%E5%87%BB%E5%89%91P.gif" align="left" hspace="10" /><ul>
<li><a href="http://www.math.ucla.edu/~yzhu/examples08/calendar.htm">Calendar</a></li>
<li><a href="http://www.math.ucla.edu/~yzhu/examples08/googlemap.htm">GoogleMap</a></li></ul>
]]></description>
		<pubDate>Tue, 20 May 2008 08:00:00 EST</pubDate>
	</item>
		
<item>
	<title>Discussion</title>
	<link>http://www.math.ucla.edu/~yzhu/examples08/discussion.htm</link>
	<description><![CDATA[
<IMG hspace=10 src="http://www.pobaby.net/gif/020/%E5%8A%A8%E6%80%81%E8%B7%86%E6%8B%B3%E9%81%93Y.gif" align=left /> ]]></description>

	<pubDate>Thur, 22 May 2008 21:40:30 +0000</pubDate>
</item>

	<item>
	<title>PHP and SQL</title>
	<link></link>
	<description><![CDATA[
<IMG hspace=10 src="http://www.pobaby.net/gif/020/%E5%8A%A8%E6%80%81%E8%B7%86%E6%8B%B3%E9%81%93Y.gif" align=left /> 
<ul>
<li><a href="http://www.math.ucla.edu/~yzhu/examples08/test.php">test</a></li>
<li><a href="http://www.math.ucla.edu/~yzhu/examples08/usingsimplexml.php">simplexml</a></li>
<li><a href="http://www.math.ucla.edu/~yzhu/examples08/usingmysql.php">mysql</a></li>
<li><a href="http://www.math.ucla.edu/~yzhu/examples08/content.htm">content</a></li></ul>
]]></description>

	<pubDate>Tue, 27 May 2008 21:40:30 +0000</pubDate>
</item>

<item>
	<title>Todo List</title>
	<link>http:///</link>
	<description><![CDATA[
<UL>

<LI>CSS </li>

<LI>Allow sessions </li>

<LI>Allow blog item sorting by categories </li>

<LI>Javascript </li>

<LI>PHP </LI></UL>]]></description>

	<pubDate>Sat, 03 May 08 07:36:15 +0000</pubDate>
	</item>

  </channel>
</rss> 



