<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Hello! You are in Youngsin's blog.</title>
	<atom:link href="http://youngsin1.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://youngsin1.wordpress.com</link>
	<description>This blog is one of Digital Media Technology activities in UTS .</description>
	<lastBuildDate>Tue, 21 Oct 2008 09:16:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='youngsin1.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Hello! You are in Youngsin's blog.</title>
		<link>http://youngsin1.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://youngsin1.wordpress.com/osd.xml" title="Hello! You are in Youngsin&#039;s blog." />
	<atom:link rel='hub' href='http://youngsin1.wordpress.com/?pushpress=hub'/>
		<item>
		<title>AJAX, jQuery, JavaScript library, JavaScript</title>
		<link>http://youngsin1.wordpress.com/2008/10/21/ajax-jquery-javascript-library-javascript/</link>
		<comments>http://youngsin1.wordpress.com/2008/10/21/ajax-jquery-javascript-library-javascript/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 09:16:50 +0000</pubDate>
		<dc:creator>youngsin1</dc:creator>
				<category><![CDATA[web, development, design, management, useability]]></category>

		<guid isPermaLink="false">http://youngsin1.wordpress.com/?p=58</guid>
		<description><![CDATA[When I looked jQuery last week, this simplistic code made me fascinating. Last whole week, I thought I wanted to change from JavaScript to jQuery for some effect such as hide and show part of list page of AStoryToTell. Now I changed my mind to keep focusing on JavaScript because it was the main purpose [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youngsin1.wordpress.com&amp;blog=4477963&amp;post=58&amp;subd=youngsin1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When I looked jQuery last week, this simplistic code made me fascinating. Last whole week, I thought I wanted to change from JavaScript to jQuery for some effect such as hide and show part of list page of AStoryToTell. Now I changed my mind to keep focusing on JavaScript because it was the main purpose of this subject that I am going to keep the basic which I am going to write line by line so I can achieve  some level  of confident  on  writing code.</p>
<p>jQuery is a &#8220;<strong>jQuery</strong> is a lightweight <a title="JavaScript library" href="/wiki/JavaScript_library">JavaScript library</a> that emphasizes  interaction between <a title="JavaScript" href="/wiki/JavaScript">JavaScript</a> and <a title="HTML" href="/wiki/HTML">HTML</a>. It was released January 2006 at <a title="BarCamp" href="/wiki/BarCamp">BarCamp</a> NYC by <a title="John Resig" href="/wiki/John_Resig">John Resig</a>.&#8221;</p>
<p><a href="http://en.wikipedia.org/wiki/JQuery">http://en.wikipedia.org/wiki/JQuery</a></p>
<p>JavaScript library is &#8220;A <strong>JavaScript library</strong> is a <a title="Library (computing)" href="/wiki/Library_%28computing%29">library</a> of pre-written <a title="JavaScript" href="/wiki/JavaScript">JavaScript</a> controls which allow for easier  development of JavaScript-based applications, especially for <a title="Ajax (programming)" href="/wiki/Ajax_%28programming%29">AJAX</a> and other <a title="World Wide Web" href="/wiki/World_Wide_Web">web</a>-centric technologies&#8221;</p>
<p><a href="http://en.wikipedia.org/wiki/JavaScript_library">http://en.wikipedia.org/wiki/JavaScript_library</a></p>
<p>AJAX is &#8220;<strong>Ajax</strong> (asynchronous <a title="JavaScript" href="/wiki/JavaScript">JavaScript</a> and <a title="XML" href="/wiki/XML">XML</a>), or <strong>AJAX</strong>, is a group of interrelated <a title="Web development" href="/wiki/Web_development">web development</a> techniques used for creating interactive <a title="Web application" href="/wiki/Web_application">web applications</a> or <a title="Rich Internet application" href="/wiki/Rich_Internet_application">rich  Internet applications</a>. With Ajax, <a title="Web application" href="/wiki/Web_application">web applications</a> can retrieve data from the <a title="Web server" href="/wiki/Web_server">server</a> <a title="Asynchronous I/O" href="/wiki/Asynchronous_I/O">asynchronously</a> in the  background without interfering with the display and behavior of the existing  page.<sup class="reference"><a href="#cite_note-0">[1]</a></sup> Data is retrieved using the <em><a title="XMLHttpRequest" href="/wiki/XMLHttpRequest">XMLHttpRequest</a></em> <a title="Object (computer science)" href="/wiki/Object_%28computer_science%29">object</a> or through the use of <a title="Remote Scripting" href="/wiki/Remote_Scripting">Remote Scripting</a> in  browsers that do not support it. Despite the name, the use of <a title="JavaScript" href="/wiki/JavaScript">JavaScript</a>, <a title="XML" href="/wiki/XML">XML</a>, or its asynchronous use is not required.&#8221;</p>
<p><a href="http://en.wikipedia.org/wiki/Ajax_(programming)">http://en.wikipedia.org/wiki/Ajax_(programming)</a></p>
<p>I did not considered to learn Ajax because it seems too much advanced technology to me, last week what I learn  was that  Ajax is a interrelated  web development technique which creates an interactive website. Therefore, the website can perform some advanced effects which related with data on server side. It is a fantastic technology. And then some people developed JavaScript library, which is a pre-written JavaScript functions. And then some people  created jQuery  which  can provide sophisticated  effect  with  such a simple  code  when  the  libraries  were  uploaded  on the same  folder.  Usually  it  interact between JavaScript and HTML, such as hide and show paragraphes.</p>
<p>It was fun to learn and it will be much better if I using jQuery because it can be written in such a simple  way.   However in this project I will keep to lean JavaScript some effect on website.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/youngsin1.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/youngsin1.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/youngsin1.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/youngsin1.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/youngsin1.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/youngsin1.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/youngsin1.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/youngsin1.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/youngsin1.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/youngsin1.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/youngsin1.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/youngsin1.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/youngsin1.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/youngsin1.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youngsin1.wordpress.com&amp;blog=4477963&amp;post=58&amp;subd=youngsin1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://youngsin1.wordpress.com/2008/10/21/ajax-jquery-javascript-library-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7a05bc44776447763de7a736ce45878?s=96&#38;d=identicon" medium="image">
			<media:title type="html">youngsin1</media:title>
		</media:content>
	</item>
		<item>
		<title>System Plan</title>
		<link>http://youngsin1.wordpress.com/2008/10/11/system-plan/</link>
		<comments>http://youngsin1.wordpress.com/2008/10/11/system-plan/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 03:22:56 +0000</pubDate>
		<dc:creator>youngsin1</dc:creator>
				<category><![CDATA[web, development, design, management, useability]]></category>

		<guid isPermaLink="false">http://youngsin1.wordpress.com/?p=54</guid>
		<description><![CDATA[System Plan AStoryToTell This website is created for collecting stories from aged people who immigrated to Australia from their won country. Those who have a interesting story to tell and share their valuable stories through Internet, this website will provide a good chance to tell the AStoryToTell website visitors. Who will be the user? This [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youngsin1.wordpress.com&amp;blog=4477963&amp;post=54&amp;subd=youngsin1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>System Plan</p>
<div id="posts">
<div class="BodyParagraph">
<h2>AStoryToTell</h2>
<p>This website is created for collecting stories from aged people who immigrated to Australia from their won country. Those who have a interesting story to tell and share their valuable stories through Internet, this website will provide a good chance to tell the <strong>AStoryToTell</strong> website visitors.</p>
<div class="SecondBody">
<h3>Who will be the user?</h3>
<ol>
<li>This project is for people who do not have much confident with computer and aged between 60 to over 70.</li>
<li>users are not confident with mouse click due to physical disabilities and inexperience.</li>
<li>users have a lot of difficulties reading text, distinguishing clear picture and understanding the context on the web page due to aging sign of losing eyesight.</li>
<li>users have a very little confident on new technologies and a lot of worry for themselves&#8217; ability, such as memorising and understanding.</li>
</ol>
<p>While users are completing all the questions on this website, users will have a present experience playing computer.</p>
<h3>What are users going to do on <strong>AStoryToTell</strong></h3>
<p>Based on these assumptions, aim of this website is mineralisation, for example, fewer menu, minimal option, less typing and clear picture (colour). Users will put their story‚ which how did they come to Australia.</p>
<p>Each page will contain only on or two questions to collect data by asking quesions such as;</p>
<ol>
<li>what is their name and when they were born.(typing and dropdown menu)</li>
<li>which country came from, which year came to Australia (doropdown menu)</li>
<li>which transport do they used such as ship, airplane (doropdown menu)</li>
<li>How long it was taken 8 hours, a month? (radio button)</li>
<li>Did you come alone or with family?(radio button)</li>
<li>How many family members were with you and how many members now? (dropdown menu)</li>
<li>Do you have grand children? How many grand children do you have? (doropdown menu)</li>
<li>Do you have any story to share with others? What title can be that story you want to tell us? (radio button and text box)</li>
<li>Do you have stories to tell to people or only your family? (radio button)</li>
</ol>
<h3>How does it look like on <strong>AStoryToTell</strong></h3>
<h4>Home page</h4>
<p>Warm welcome page to ask the user whether the user want to anticipate this website or just reading other people&#8217;s story<br />
<img src="http://cindyinsyd.com/uts/task3/S-P-images/home.jpg" alt="homepage" /></p>
<h4>Other people&#8217;s story</h4>
<p>A list of other people&#8217;s story which link to other people&#8217;s story telling pages.</p>
<h4>How to do page</h4>
<p>A brief explanation of filling details, it will describe mainly about how you can use the mouse.</p>
<h4>Contact us</h4>
<p>This page will contain contact detail for other inquiries such as a user want to change their story to share with other people or the other way around.</p>
<h4>What is this website for</h4>
<p>This page will describe what is the purpose of website, how it will works so on. Mission statement, why this website has to be established etc.</p>
<h4>Pages for the questions</h4>
<p>each page will contain only few questions maximum three questions.<br />
<img src="http://cindyinsyd.com/uts/task3/S-P-images/name.jpg" alt="What is your name?" /></p>
<h5>What is your name?</h5>
<p><img src="http://cindyinsyd.com/uts/task3/S-P-images/country.jpg" alt="Which country did you come from?" /></p>
<h5>Which country did you come from? webpage</h5>
<p><img src="http://cindyinsyd.com/uts/task3/S-P-images/how.jpg" alt="Which transport did you use?" /></p>
<h5>How did you come to Australia? webpage</h5>
<ol>
<li>Each page will be clearly indicate where the user located</li>
<li>Every page will instructed by help pane</li>
<li>Any time user can cancel it( button to cancel) or back and force to collect each question.</li>
<li>Final page will link to my story page.</li>
</ol>
<h3>How do this websites link each other pages on <strong>AStoryToTell</strong></h3>
<p><img src="http://cindyinsyd.com/uts/task3/S-P-images/page map copy.jpg" alt="work flow chart" width="500" /><br />
A brief diagram of how AStoryToTell workflow.</p>
<h5>Scenario 1</h5>
<p>A user wants to read other people&#8217;s story</p>
<p>When a user click &#8220;Other story&#8221; on left pane menu,  this link lead to otherStory page on main part.<br />
There will be a list of other people&#8217;s story and the user will click a story on the list, than main screen changes.<br />
On the next step, the user can read other person&#8217;s story</p>
<h5>Scenario 2</h5>
<p>A user wants to write her or his story</p>
<p>When a user click &#8220;next button&#8221; on the bottom of this page,  this link lead to next page on main part.<br />
There will be next page which will be presented to type in user name on text box. This process will be continued until the end page of entering the user data.</p>
<h5>Scenario 3</h5>
<p>A user wants to read about this website</p>
<p>When a user click &#8220;WhatisThisWebFor&#8221; on left pane menu,  this link lead to about this website page on main part.<br />
There will be some paragraphs such as mission statement, greeting from webmaster etc.</p>
<h5>Scenario 4</h5>
<p>A user wants to change his or her story to be readable publically.</p>
<p>User will click &#8220;contact&#8221;  this link lead to contact  page on main part.<br />
There will be an inquiry page, on this page, user will send any inquiry by sending email to webmaster, There will be a text box for sending an email to webmaster.</p>
<h5>Scenario 5</h5>
<p>A user wants to know how they can write their story in this website.</p>
<p>When a user want to know how they use this webpage, the user can click HowToDo button on left pane, it will link to a webpage which will explain how to do on this website such as how to use dropdown menu etc.</p>
<h3>How the technologies working together on <strong>AStoryToTell</strong></h3>
<p>Technologies are used in this website quite simple or common structure.<br />
<img src="http://cindyinsyd.com/uts/task3/S-P-images/workFlow.jpg" alt="work flow chart" width="700" /></p>
<h5>XHTML</h5>
<p>XHTML is markup language and fundamental of this whole website, it will be used in every page as platform of other technologies such as Javascript, CSS and PHP.</p>
<h5>CSS</h5>
<p>CSS is a style sheet language that allows users to attach style to a structured document such as XHTML, By separating style from the content of documents web developers are able to simplifies Web authoring and site maintenance. Therefore this technology will be implemented in to AStoryToTell site so that web developer will have fewer difficulties in maintaining and authoring in design perspective. All the style related coding will be sifted to the CSS file.</p>
<h5>JavaScript</h5>
<p>JavaScript is the most popular scripting language in client side. JavaScript will be implemented into AStoryToTell site. It will be used as many useful tools, such as drop down menu,  sending data to database server and checking correct form of data which users typed in to the text box.</p>
<h5>PHP and MySql</h5>
<p>PHP is a scripting language, it mainly working in server side. PHP will be embedded in XHTML page and this will generate dynamic page content.<br />
MySql is a standard language for accessing and manipulating databases, it will be used to storing user&#8217;s information and generating data what web developers want, and it will be used with PHP.</p>
<h5>Summary</h5>
<p>When a user opens AStoryToTell site,  XHTML file will present the homepage which will greet  the user, Then the user will skimming homepage and decide which link to open by clicking one of menu, When mouse pointer pointing a menu, the pointed menu will look slightly bigger  about 130% for clear view to user by using CSS technology. When the user start to type in to the user&#8217;s information such as name and the year, the user were born, JavaScript will validate whether it was correct type of information or not. And when the user click submit button, JavaScript will send the information to the server side XHTML file, which includes PHP scripting language, and then the PHP coding will include MySql. This file will store the user&#8217;s information to the database.<br />
If a user wants to read or after entering all the information when he or she want to store their information, the reading page will be generated the list of stories by using XHTML, PHP, MySql and JavaScript.</p>
<h3>What figure will be and will not be on <strong>AStoryToTell</strong></h3>
<p>AStoryToTell site will be extended to multi language such as Korean and English.</p>
<p>This website can be worked as a bridge to link generation gab in various social background communities.</p>
<p>Developer&#8217;s wishful thinking is that someday, after so many beautiful stories has been collected and stored, after then, so many younger people will read through their mobile device such as mobile phone or Iphone.</p>
<p>However, due to limitation of web developer&#8217;s skill, this website will be constructed as basic structure.</p>
<ol>
<li> Design or colour will be not considered in this stage therefore most interfaces will be only text.</li>
<li> Database will be constructed as one to one structure.</li>
<li> The area which users have to type in will be illuminated as possible as the developer can, which means that developer will provide dropdown menu as much as they can to avoid any case which users have to type into the text box by using keyboard, due to users&#8217; limitation of basic computer skill.</li>
</ol>
<p>This means in this stage, the users will not actually type their stories into the website, this website will collect a user&#8217;s basic information such as name and when he or she came to Australia and whether the user have a story to tell to the audience or not.<br />
If a user have a story to tell to website visitors, there will be provided special page to write a story without much hassle. However in this project these pages will not be constructed such figures.</p>
<h3>A brief schedul on <strong>AStoryToTell</strong> project</h3>
<ol>
<li> Week 11:Based on system plan, actual coding will be started.</li>
<li> Week 12:Iterative evaluation and testing will be conducted.</li>
<li> Week 13:Finalising.</li>
</ol>
</div>
</div>
</div>
<p><a href="http://validator.w3.org/check?uri=referer"><img alt="" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/youngsin1.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/youngsin1.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/youngsin1.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/youngsin1.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/youngsin1.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/youngsin1.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/youngsin1.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/youngsin1.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/youngsin1.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/youngsin1.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/youngsin1.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/youngsin1.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/youngsin1.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/youngsin1.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youngsin1.wordpress.com&amp;blog=4477963&amp;post=54&amp;subd=youngsin1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://youngsin1.wordpress.com/2008/10/11/system-plan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7a05bc44776447763de7a736ce45878?s=96&#38;d=identicon" medium="image">
			<media:title type="html">youngsin1</media:title>
		</media:content>

		<media:content url="http://cindyinsyd.com/uts/task3/S-P-images/home.jpg" medium="image">
			<media:title type="html">homepage</media:title>
		</media:content>

		<media:content url="http://cindyinsyd.com/uts/task3/S-P-images/name.jpg" medium="image">
			<media:title type="html">What is your name?</media:title>
		</media:content>

		<media:content url="http://cindyinsyd.com/uts/task3/S-P-images/country.jpg" medium="image">
			<media:title type="html">Which country did you come from?</media:title>
		</media:content>

		<media:content url="http://cindyinsyd.com/uts/task3/S-P-images/how.jpg" medium="image">
			<media:title type="html">Which transport did you use?</media:title>
		</media:content>

		<media:content url="http://cindyinsyd.com/uts/task3/S-P-images/pagemapcopy.jpg" medium="image">
			<media:title type="html">work flow chart</media:title>
		</media:content>

		<media:content url="http://cindyinsyd.com/uts/task3/S-P-images/workFlow.jpg" medium="image">
			<media:title type="html">work flow chart</media:title>
		</media:content>
	</item>
		<item>
		<title>week9 after reading &#8220;geekgirls.com/databases&#8221;</title>
		<link>http://youngsin1.wordpress.com/2008/09/23/week9-after-reading-geekgirlscomdatabases/</link>
		<comments>http://youngsin1.wordpress.com/2008/09/23/week9-after-reading-geekgirlscomdatabases/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 09:48:40 +0000</pubDate>
		<dc:creator>youngsin1</dc:creator>
				<category><![CDATA[web, development, design, management, useability]]></category>

		<guid isPermaLink="false">http://youngsin1.wordpress.com/?p=50</guid>
		<description><![CDATA[ubiquitous [jubkwts] adj existing, found or seeming to be found everywhere at the same time; omnipresent ubiquitously adverb After reading “Databases from scratch I: Introduction“ This website contains a lot of information about database, and this is the first page introduction section. It was interesting to read, I had to remember what I did in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youngsin1.wordpress.com&amp;blog=4477963&amp;post=50&amp;subd=youngsin1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:Verdana;"><a href="http://kr.rd.yahoo.com/search/dictionary/ene/wsrp/headwords/*http:/kr.dic.yahoo.com/search/ene/result.html?p=ubiquitous&amp;pk=47481&amp;subtype=eng&amp;type=eng2eng&amp;field=id&amp;prop=">ubiquitous</a> [ju<!--[if gte vml 1]&gt;                    &lt;![endif]&#8211;><!--[if !vml]--><img src="/WINDOWS/TEMP/msohtml1/01/clip_image002.jpg" border="0" alt="" hspace="1" width="4" height="11" /><!--[endif]-->b<!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--><img src="/WINDOWS/TEMP/msohtml1/01/clip_image003.jpg" border="0" alt="" hspace="1" width="2" height="10" /><!--[endif]-->kw<!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--><img src="/WINDOWS/TEMP/msohtml1/01/clip_image004.jpg" border="0" alt="" hspace="1" width="6" height="8" /><!--[endif]-->t<!--[if gte vml 1]&gt;  &lt;![endif]--><!--[if !vml]--><img src="/WINDOWS/TEMP/msohtml1/01/clip_image004.jpg" border="0" alt="" hspace="1" width="6" height="8" /><!--[endif]-->s]<br />
</span></p>
<p class="MsoNormal" style="margin-left:36pt;"><strong><span style="font-weight:normal;font-family:Verdana;">adj</span></strong><span style="font-family:Verdana;"> existing, found or seeming to be found everywhere at the same time; omnipresent</span></p>
<p class="MsoNormal" style="margin-left:36pt;"><span style="font-family:Verdana;">ubiquitously adverb</span></p>
<p class="MsoNormal"><span style="font-family:Verdana;"> </span></p>
<p class="MsoNormal">
<h1><span style="font-size:12pt;font-weight:normal;font-family:Verdana;">After reading “Databases from scratch I: Introduction“</span></h1>
<h1><span style="font-size:12pt;font-weight:normal;font-family:Verdana;">This website contains a lot of information about database, and this is the first page introduction section.</span></h1>
<h1><span style="font-size:12pt;font-weight:normal;font-family:Verdana;">It was interesting to read, I had to remember what I did in 70s, and 80s. My first computer experience was in 1994. Even that period, I had to taste lotus, which absolutely unnecessary class for an ordinary house wife. But that class was the most important class in my whole life. </span></h1>
<h1><span style="font-size:12pt;font-weight:normal;font-family:Verdana;">That class make gave me a lot of confidence in playing computer. That time most ordinary people believed that computer is something like a monster, something we had to afraid of.</span></h1>
<h1><span style="font-size:12pt;font-weight:normal;font-family:Verdana;">It is interesting that ubiquitous is used by writer. I knew that this word is using in networking area. After<span> </span>reading explain, I understood. </span></h1>
<h1><span style="font-size:12pt;font-weight:normal;font-family:Verdana;"> </span></h1>
<h1><span style="font-size:12pt;font-weight:normal;font-family:Verdana;">It was a great reading, I had this database related subject when I studied in UWS in 2002. I remember that I was not difficult because I had a little bit of knowledge about Access. Anyway, this article reminds me all those terms and what I did for that particular subject. And I know database planning is not so easy to do, yet I have a great confidence in database stupidly </span></h1>
<h1><span style="font-size:12pt;font-weight:normal;font-family:Verdana;"><strong>This the summary from that article.</strong></span></h1>
<h2><span style="font-size:12pt;font-weight:normal;font-family:Verdana;">A summary of the design process</span></h2>
<p><span style="font-family:Verdana;">Although your ultimate design will depend on the complexity of your data, each time you design a database, make sure you do the following: </span></p>
<ul type="disc">
<li class="MsoNormal"><span style="font-family:Verdana;">Break composite fields down into constituent parts. Example: Name      becomes lastname and firstname.</span></li>
<li class="MsoNormal"><span style="font-family:Verdana;">Create a key field which uniquely identifies each record. You may      need to create an ID field (with a lookup table that shows you the values      for each ID) or use a composite key.</span></li>
<li class="MsoNormal"><span style="font-family:Verdana;">Eliminate repeating groups of fields. Example: If your table      contains fields Location 1, Location 2, Location 3 containing similar      data, it&#8217;s a sure warning sign.</span></li>
<li class="MsoNormal"><span style="font-family:Verdana;">Eliminate record modification problems (such as redundant or      inconsistent data) and record deletion and addition problems by ensuring      each non-key field depends on the <em>entire</em> key. To do this, create a      separate table for any information that is used in multiple records, and      then use a key to link these tables to one another.</span></li>
</ul>
<h1><span style="font-size:12pt;font-weight:normal;font-family:Verdana;"> </span></h1>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/youngsin1.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/youngsin1.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/youngsin1.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/youngsin1.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/youngsin1.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/youngsin1.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/youngsin1.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/youngsin1.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/youngsin1.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/youngsin1.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/youngsin1.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/youngsin1.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/youngsin1.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/youngsin1.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youngsin1.wordpress.com&amp;blog=4477963&amp;post=50&amp;subd=youngsin1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://youngsin1.wordpress.com/2008/09/23/week9-after-reading-geekgirlscomdatabases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://msrv.yahoo.co.kr/SOUND/U/ubiquitous.mp3" length="26749" type="audio/mpeg" />
	
		<media:content url="http://1.gravatar.com/avatar/d7a05bc44776447763de7a736ce45878?s=96&#38;d=identicon" medium="image">
			<media:title type="html">youngsin1</media:title>
		</media:content>
	</item>
		<item>
		<title>week6 Float</title>
		<link>http://youngsin1.wordpress.com/2008/09/08/week6-float/</link>
		<comments>http://youngsin1.wordpress.com/2008/09/08/week6-float/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 13:02:03 +0000</pubDate>
		<dc:creator>youngsin1</dc:creator>
				<category><![CDATA[web, development, design, management, useability]]></category>

		<guid isPermaLink="false">http://youngsin1.wordpress.com/?p=45</guid>
		<description><![CDATA[First wendy&#8217;s web was so easy. challenge question was taken a bit of time, because I had to figure out what was the position. It didn&#8217;t work on Internet Explore because it was version 7.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youngsin1.wordpress.com&amp;blog=4477963&amp;post=45&amp;subd=youngsin1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[
<a href='http://youngsin1.wordpress.com/2008/09/08/week6-float/wendy/' title='wendy'><img data-attachment-id='46' data-orig-size='640,400' data-liked='0'width="100" height="62" src="http://youngsin1.files.wordpress.com/2008/09/wendy.jpg?w=100&#038;h=62" class="attachment-thumbnail" alt="wendy" title="wendy" /></a>
<a href='http://youngsin1.wordpress.com/2008/09/08/week6-float/ie/' title='ie'><img data-attachment-id='47' data-orig-size='452,404' data-liked='0'width="100" height="89" src="http://youngsin1.files.wordpress.com/2008/09/ie.jpg?w=100&#038;h=89" class="attachment-thumbnail" alt="ie" title="ie" /></a>
<a href='http://youngsin1.wordpress.com/2008/09/08/week6-float/ff/' title='ff'><img data-attachment-id='48' data-orig-size='323,320' data-liked='0'width="100" height="99" src="http://youngsin1.files.wordpress.com/2008/09/ff.jpg?w=100&#038;h=99" class="attachment-thumbnail" alt="ff" title="ff" /></a>

<p>First wendy&#8217;s web was so easy.</p>
<p>challenge question was taken a bit of time, because I had to figure out what was the position.</p>
<p>It didn&#8217;t work on Internet Explore because it was version 7.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/youngsin1.wordpress.com/45/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/youngsin1.wordpress.com/45/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/youngsin1.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/youngsin1.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/youngsin1.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/youngsin1.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/youngsin1.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/youngsin1.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/youngsin1.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/youngsin1.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/youngsin1.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/youngsin1.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/youngsin1.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/youngsin1.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/youngsin1.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/youngsin1.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youngsin1.wordpress.com&amp;blog=4477963&amp;post=45&amp;subd=youngsin1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://youngsin1.wordpress.com/2008/09/08/week6-float/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7a05bc44776447763de7a736ce45878?s=96&#38;d=identicon" medium="image">
			<media:title type="html">youngsin1</media:title>
		</media:content>

		<media:content url="http://youngsin1.files.wordpress.com/2008/09/wendy.jpg?w=100" medium="image">
			<media:title type="html">wendy</media:title>
		</media:content>

		<media:content url="http://youngsin1.files.wordpress.com/2008/09/ie.jpg?w=100" medium="image">
			<media:title type="html">ie</media:title>
		</media:content>

		<media:content url="http://youngsin1.files.wordpress.com/2008/09/ff.jpg?w=100" medium="image">
			<media:title type="html">ff</media:title>
		</media:content>
	</item>
		<item>
		<title>week 6 box model exercise</title>
		<link>http://youngsin1.wordpress.com/2008/09/06/week-6-box-model-exercise/</link>
		<comments>http://youngsin1.wordpress.com/2008/09/06/week-6-box-model-exercise/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 15:23:04 +0000</pubDate>
		<dc:creator>youngsin1</dc:creator>
				<category><![CDATA[web, development, design, management, useability]]></category>

		<guid isPermaLink="false">http://youngsin1.wordpress.com/?p=41</guid>
		<description><![CDATA[This exercise is for box Here is the link. http://cindyinsyd.com/uts/week6/box-model.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youngsin1.wordpress.com&amp;blog=4477963&amp;post=41&amp;subd=youngsin1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This exercise is for box</p>
<p>Here is the link.</p>
<p><a href="http://cindyinsyd.com/uts/week6/box-model.html">http://cindyinsyd.com/uts/week6/box-model.html</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/youngsin1.wordpress.com/41/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/youngsin1.wordpress.com/41/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/youngsin1.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/youngsin1.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/youngsin1.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/youngsin1.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/youngsin1.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/youngsin1.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/youngsin1.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/youngsin1.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/youngsin1.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/youngsin1.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/youngsin1.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/youngsin1.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/youngsin1.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/youngsin1.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youngsin1.wordpress.com&amp;blog=4477963&amp;post=41&amp;subd=youngsin1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://youngsin1.wordpress.com/2008/09/06/week-6-box-model-exercise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7a05bc44776447763de7a736ce45878?s=96&#38;d=identicon" medium="image">
			<media:title type="html">youngsin1</media:title>
		</media:content>
	</item>
		<item>
		<title>My final learning proposal&#8230;</title>
		<link>http://youngsin1.wordpress.com/2008/09/02/my-final-learning-proposal/</link>
		<comments>http://youngsin1.wordpress.com/2008/09/02/my-final-learning-proposal/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 10:26:28 +0000</pubDate>
		<dc:creator>youngsin1</dc:creator>
				<category><![CDATA[web, development, design, management, useability]]></category>

		<guid isPermaLink="false">http://youngsin1.wordpress.com/?p=35</guid>
		<description><![CDATA[I had to spend a lot of time and late to post but it was fun! Name: Youngsin Seo Student Number: 10774331 Personal Learning Needs I want to learn basic coding skills such as XHTML, CSS, JavaScript, PHP and MySql. XHTML “XHTML is a family of current and future document types and modules that reproduce, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youngsin1.wordpress.com&amp;blog=4477963&amp;post=35&amp;subd=youngsin1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had to spend a lot of time and late to post but it was fun!</p>
<p><strong>Name:</strong> Youngsin Seo</p>
<p><strong>Student Number:</strong> 10774331</p>
<h2>Personal Learning Needs</h2>
<p>I want to learn basic coding skills such as XHTML, CSS, JavaScript, PHP and MySql.</p>
<table border="0" width="800">
<tbody>
<tr>
<th>XHTML</th>
</tr>
<tr>
<td>“XHTML is a family of current and future document types and modules that reproduce, subset, and extend HTML 4 [HTML4]. XHTML family document types are XML based, and ultimately are designed to work in conjunction with XML-based user agents. The details of this family and its evolution are discussed in more detail in [XHTMLMOD].” Cited from World Wide Web Consortium (W3C) [ http://www.w3.org/TR/xhtml1/]Basically it says that this is next generation of website markup language from combination of XML and HTML 4, therefore web developers should consider adopting this programming language in working area.The reason I choose XHTML is not because it is cutting edge technology but there are many benefits such as In XML, it is relatively easy to introduce new elements or additional element attributes, through XHTML modules and techniques for developing new XHTML-conforming modules,</p>
<ul>
<li>XHTML will be adapted easily on new devices such as mobile phone application. Through a new user agent will be able to perform best effort content transformation.</li>
<li>XHTML documents conform to the XML standard, so they are readily viewed, edited, and validated with standard XML tools.</li>
<li>XHTML documents can still be written to operate as well or better than they did before in existing HTML 4-conforming user agents as well as, XHTML 1.0 conforming user agents.</li>
<li>XHTML documents can utilize applications (e.g. scripts and applets) that rely upon either the HTML Document Object Model or the XML Document Object Model [DOM].</li>
</ul>
<p>Cited and edited from webreference.com [www.webreference.com/xml/column6/]</p>
<p>The writer on this web site said that XHTML is extensible so if you adopt this language this will work on most interconnection devices such as TV, Mobile phone, Digital tablets etc and this technology will reduce consummation of resources such as bandwidth in web site performing.</td>
</tr>
</tbody>
</table>
<table border="0" width="800">
<tbody>
<tr>
<th>CSS</th>
</tr>
<tr>
<td>“Cascading Style Sheets (CSS) is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents.”[http://www.w3.org/Style/CSS/]Advantages of CSS from wikpedia.</p>
<p>“ By combining CSS with the functionality of a Content Management System, a considerable amount of flexibility can be programmed into content submission forms. This allows a contributor, who may not be familiar or able to understand or edit CSS or HTML code to select the layout of an article or other page they are submitting on-the-fly, in the same form. For instance, a contributor, editor or author of an article or page might be able to select the number of columns and whether or not the page or article will carry an image. This information is then passed to the Content Management System, and the program logic will evaluate the information and determine, based on a certain number of combinations, how to apply classes and IDs to the HTML elements, therefore styling and positioning them according to the pre-defined CSS for that particular layout type. When working with large-scale, complex sites, with many contributors such as news and informational sites, this advantage weighs heavily on the feasibility and maintenance of the project.׆</p>
<p>[http://en.wikipedia.org/wiki/Cascading_Style_Sheets#Advantages]</p>
<p>The reason I choose to use CSS in my learning objective, I feel that if I am not using CSS, I will be buried in dune. Besides, this is exactly what I need to control and manage my new website. CSS will provide flexibility, accessibility and controllability on my website. Even I can improve accessibility to disabled user, such as I can make a blind user can hear the contents on my website. According Wikipedia, CSS can provide</p>
<p>“ CSS can also allow the same markup page to be presented in different styles for different rendering methods, such as on-screen, in print, by voice (when read out by a speech-based browser or screen reader) and on Braille-based, tactile devices.”</p>
<p>This will be immensely important in my website because literally aged people requires these support in web surfing. Although, I am not decide yet whether I can or should not.</td>
</tr>
</tbody>
</table>
<table border="0" width="800">
<tbody>
<tr>
<th>PHP and MySql</th>
</tr>
<tr>
<td>I am going to use PHP, Apache and MySql for server side technologies, The number from Wikipedia of PHP installation on websites and web servers proves how much these languages are popular, which means it will make my work easier than other languages on developing my website. Above all These three technologies are free software, and I do not write why free software is better than others because that is not issues in this subject. I do not write or think about web server, which is Apache, either. I am renting web space for my website so my preparation is almost done.Cited from Wikipedia“ PHP is a widely used general-purpose scripting language that is especially suited for web development and can be embedded into HTML. It generally runs on a web server, taking PHP code as its input and creating web pages as output. It can be deployed on most web servers and on almost every operating system and platform free of charge. PHP is installed on more than 20 million websites and 1 million web servers . The most recent major release of PHP was version 5.2.6 on May 1, 2008.”</p>
<p>[http://en.wikipedia.org/wiki/Php]</td>
</tr>
<tr>
<td>Definition of MySQL on Wikipedia,“ MySQL is a relational database management system (RDBMS) which has more than 11 million installations. The program runs as a server providing multi-user access to a number of databases.”[http://en.wikipedia.org/wiki/Mysql]</p>
<p>Citation from about page on mysql.com</p>
<p>“ Many of the world&#8217;s largest and fastest-growing organizations use MySQL to save time and money powering their high-volume Web sites, critical business systems, and packaged software ? including industry leaders such as Yahoo!, Alcatel-Lucent, Google, Nokia, YouTube, Wikipedia, and Booking.com.”</p>
<p>[http://www.mysql.com/about/]</td>
</tr>
</tbody>
</table>
<h3>SWOT Analysis</h3>
<h4>Strengths</h4>
<ul>
<li>Determination</li>
<li>Patient</li>
<li>Easygoing</li>
<li>Generous</li>
</ul>
<h4>Weaknesses</h4>
<ul>
<li>Hasty</li>
<li>Concentration</li>
<li>Imperfection</li>
</ul>
<h4>Opportunities</h4>
<ul>
<li>Learning what I want to know</li>
<li>Achievement</li>
<li>I want to investigate how elderly people can learn something through a website, which they are not used to.</li>
</ul>
<h4>Threats</h4>
<ul>
<li>Insufficient knowledge, skill, time, money and support.</li>
</ul>
<h3>Learning Needs in DMT</h3>
<ul>
<li>HTML</li>
<li>XHTML</li>
<li>CSS</li>
<li>Javascript</li>
<li>PHP</li>
</ul>
<h2>Learning Plan</h2>
<p><em>My learning plan is quite simple which is stick to the basic coding of each technology so I will have confident about my abiltiy to build a proper website. </em></p>
<h3>Objectives</h3>
<ul>
<li>Build a website</li>
<li>Meet the standards (css, HTML and XHTML)</li>
<li>Write code my hand so I will have better skill</li>
<li>Learn the technologies which I choose in depth</li>
<li>Gain more information about current trend and futurastic technology</li>
</ul>
<p><strong>what do I want to learn?</strong></p>
<ul>
<li>How fast I can find the code what I want to use in my website.</li>
<li>Reading and understanding other programmer&#8217;s work</li>
<li>Stick to the basic so that I can learn fundimantals rather than cuttng edge skills</li>
<li>Find out which skills I can adapt to my website though surfing relevant websites as much as I can</li>
</ul>
<h3>Strategies</h3>
<ul>
<li>Planning detail</li>
<li>Follow plan</li>
<li>Do not give up</li>
</ul>
<p>how will I do it?</p>
<ul>
<li>specific
<ul>
<li>Spend certain amount of time to study</li>
<li>Put study as priority</li>
<li>Every week evaluating my work and revision</li>
</ul>
</li>
<li>quantifiable
<ul>
<li>Every school day, after 2pm to 8pm on Tuesday, I will study on this subject.</li>
<li>Every Saturday two hours I will study on this subject.</li>
<li>Every Monday after 9pm I will study on this subject.</li>
</ul>
</li>
<li>related to the fulfillment of the project
<ul>
<li>Since target users are aged people who do not have much exprience with web surfing, I have to find users to test and evaluating my website.</li>
</ul>
</li>
</ul>
<h3>Resources</h3>
<ul>
<li>What <em>exactly</em> will I use?<strong>google, various free codes websites, official website of each languages etc</strong></li>
</ul>
<ul>
<li>concrete
<ul>
<li>· http://www.codango.com/jsp/dir/tutorials/</li>
<li>· http://java.sun.com/products/jsp/syntax/2.0/syntaxref20.html</li>
<li>· http://www.apl.jhu.edu/%7Ehall/java/Servlet-Tutorial/</li>
<li>· http://dev.mysql.com/doc/refman/5.0/en/date-and-time-type-overview.html</li>
<li>· http://www.w3schools.com/sql/default.asp</li>
<li>· http://www.php.net/links.php</li>
<li>· http://www.php.net/downloads.php</li>
</ul>
</li>
</ul>
<h2>Proposed Project Description</h2>
<ol>
<li>what will you build?
<ul>
<li>I am going to build a website which can provide an information such as how can you turn off the computer in Windows oprating system.</li>
<li>And this website will provide a little bit of fun such as a small pretty icon will explain or lead the user where mouse pointer should move to the right place.</li>
<li>And When user pointed an articles, the text will be shown bigger.</li>
<li>And When user pointed a photo, it shows a explaination of the photo.</li>
</ul>
</li>
<li>who is it for?
<ul>
<li>Users are 60s~70s years old, who do not have any exprience on computer</li>
</ul>
</li>
<li>what technologies will it use?
<ul>
<li><em>XHTML</em></li>
<li><em>Java script</em></li>
<li><em>PHP</em></li>
<li><em>mySql</em></li>
</ul>
</li>
<li>how does it satisfy your learning objectives?</li>
<li>The combination of technologies what I am going to use, are well known to be adapted and proven to web developers For example, Wikipedia, Google</li>
</ol>
<h2>sketches</h2>
<div><a href="http://youngsin1.files.wordpress.com/2008/09/firstcomclass.jpg"><img class="alignnone size-medium wp-image-36" src="http://youngsin1.files.wordpress.com/2008/09/firstcomclass.jpg?w=300&#038;h=237" alt="" width="300" height="237" /></a></div>
<h2>Schedule</h2>
<h1>Working Schedule</h1>
<table border="3" cellspacing="0" cellpadding="4">
<tbody>
<tr>
<th>Weeks</th>
<th>Task</th>
<th>Technologies</th>
<th>Working time</th>
</tr>
<tr>
<td>Week 6</td>
<td>Desgin , Plan and Study mySql</td>
<td>mySql</td>
<td>10 hours</td>
</tr>
<tr>
<td>Week 7</td>
<td>Desgin , Plan and Study php</td>
<td>php</td>
<td>10 hours</td>
</tr>
<tr>
<td>Week 8</td>
<td>Desgin , Plan and Study javaScript</td>
<td>JavaScript</td>
<td>10 hours</td>
</tr>
<tr>
<td>Week 9</td>
<td>Desgin, Plan, Study HTML, XHTML and css</td>
<td>HTML XHTML css</td>
<td>10 hours</td>
</tr>
<tr>
<td>Semester Break</td>
<td>Overall testing</td>
<td>validation</td>
<td>10 hours</td>
</tr>
<tr>
<td>Week 10</td>
<td>Overall test</td>
<td>Evaluation</td>
<td>10 hours</td>
</tr>
<tr>
<td>Week 11</td>
<td>Make working better</td>
<td>add new features (e.g. pop up message), consider accessbility and usability</td>
<td>10 hours</td>
</tr>
<tr>
<td>Week 12</td>
<td>Evaluation</td>
<td>testing and make it better</td>
<td> </td>
</tr>
<tr>
<td>Week 13</td>
<td>Test</td>
<td>Consider graphical attraction (color, icon)</td>
<td>10 hours</td>
</tr>
<tr>
<td>Week 14</td>
<td>Task</td>
<td>Technologies</td>
<td>Working time</td>
</tr>
</tbody>
</table>
<table border="0">
<tbody>
<tr>
<td><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" width="88" height="31" /></a></td>
<td><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10-blue" alt="Valid XHTML 1.0 Strict" width="88" height="31" /></a></td>
</tr>
</tbody>
</table>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/youngsin1.wordpress.com/35/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/youngsin1.wordpress.com/35/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/youngsin1.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/youngsin1.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/youngsin1.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/youngsin1.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/youngsin1.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/youngsin1.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/youngsin1.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/youngsin1.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/youngsin1.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/youngsin1.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/youngsin1.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/youngsin1.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/youngsin1.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/youngsin1.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youngsin1.wordpress.com&amp;blog=4477963&amp;post=35&amp;subd=youngsin1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://youngsin1.wordpress.com/2008/09/02/my-final-learning-proposal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7a05bc44776447763de7a736ce45878?s=96&#38;d=identicon" medium="image">
			<media:title type="html">youngsin1</media:title>
		</media:content>

		<media:content url="http://youngsin1.files.wordpress.com/2008/09/firstcomclass.jpg?w=300" medium="image" />

		<media:content url="http://www.w3.org/Icons/valid-xhtml10" medium="image">
			<media:title type="html">Valid XHTML 1.0 Strict</media:title>
		</media:content>

		<media:content url="http://www.w3.org/Icons/valid-xhtml10-blue" medium="image">
			<media:title type="html">Valid XHTML 1.0 Strict</media:title>
		</media:content>
	</item>
		<item>
		<title>Summary of  &#8220;Get Started With Programming &#8220;</title>
		<link>http://youngsin1.wordpress.com/2008/09/01/summary-of-get-started-with-programming/</link>
		<comments>http://youngsin1.wordpress.com/2008/09/01/summary-of-get-started-with-programming/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 06:38:09 +0000</pubDate>
		<dc:creator>youngsin1</dc:creator>
				<category><![CDATA[web, development, design, management, useability]]></category>

		<guid isPermaLink="false">http://youngsin1.wordpress.com/?p=32</guid>
		<description><![CDATA[This website is for a web developers&#8217;. On the home page, they stated their website as &#8220;Webmonkey is a free, public resource for web developers. Builders, designers and programmers like you — the people who know best — write the articles, tutorials, code snippets and other contributions.&#8221; I think I can get a lot of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youngsin1.wordpress.com&amp;blog=4477963&amp;post=32&amp;subd=youngsin1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This website is for a web developers&#8217;.</p>
<p>On the home page, they stated their website as &#8220;Webmonkey is a free, public resource for web developers. Builders, designers and programmers like you — the people who know best — write the articles, tutorials, code snippets and other contributions.&#8221;</p>
<p>I think I can get a lot of useful help from this site.</p>
<p><a href="http://www.webmonkey.com/tutorial/tag/web_basics">http://www.webmonkey.com/tutorial/tag/web_basics</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/youngsin1.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/youngsin1.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/youngsin1.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/youngsin1.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/youngsin1.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/youngsin1.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/youngsin1.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/youngsin1.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/youngsin1.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/youngsin1.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/youngsin1.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/youngsin1.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/youngsin1.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/youngsin1.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/youngsin1.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/youngsin1.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youngsin1.wordpress.com&amp;blog=4477963&amp;post=32&amp;subd=youngsin1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://youngsin1.wordpress.com/2008/09/01/summary-of-get-started-with-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7a05bc44776447763de7a736ce45878?s=96&#38;d=identicon" medium="image">
			<media:title type="html">youngsin1</media:title>
		</media:content>
	</item>
		<item>
		<title>After reading subject outline again.</title>
		<link>http://youngsin1.wordpress.com/2008/08/30/after-reading-subject-outline-again/</link>
		<comments>http://youngsin1.wordpress.com/2008/08/30/after-reading-subject-outline-again/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 21:59:26 +0000</pubDate>
		<dc:creator>youngsin1</dc:creator>
				<category><![CDATA[web, development, design, management, useability]]></category>

		<guid isPermaLink="false">http://youngsin1.wordpress.com/?p=30</guid>
		<description><![CDATA[While attempt to submit my final learning proposal, I realised how much I did not aware of this work. I am glad that I am learning something through each time different style, unfortunately my presumption leads me a wrong way. And luckily, I am on the track again, and I realised that how hard it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youngsin1.wordpress.com&amp;blog=4477963&amp;post=30&amp;subd=youngsin1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While attempt to submit my final learning proposal, I realised how much I did not aware of this work.</p>
<p>I am glad that I am learning something through each time different style, unfortunately my presumption leads me a wrong way.</p>
<p>And luckily, I am on the track again, and I realised that how hard it will be.</p>
<p>I do not give up yet so I am starting again with this posting.</p>
<p>It seemed so easy to accomplish this subject, now I know how much time and effort has to be contributed which looks almost impossible to me especially time managing.</p>
<p>Anyway, this subject&#8217;s aim is exactly matching with my learning objectives.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/youngsin1.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/youngsin1.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/youngsin1.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/youngsin1.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/youngsin1.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/youngsin1.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/youngsin1.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/youngsin1.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/youngsin1.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/youngsin1.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/youngsin1.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/youngsin1.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/youngsin1.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/youngsin1.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/youngsin1.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/youngsin1.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youngsin1.wordpress.com&amp;blog=4477963&amp;post=30&amp;subd=youngsin1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://youngsin1.wordpress.com/2008/08/30/after-reading-subject-outline-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7a05bc44776447763de7a736ce45878?s=96&#38;d=identicon" medium="image">
			<media:title type="html">youngsin1</media:title>
		</media:content>
	</item>
		<item>
		<title>Introduce Myself &amp; Personal SWOT</title>
		<link>http://youngsin1.wordpress.com/2008/08/22/introduce-myself-personal-swot/</link>
		<comments>http://youngsin1.wordpress.com/2008/08/22/introduce-myself-personal-swot/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 10:04:34 +0000</pubDate>
		<dc:creator>youngsin1</dc:creator>
				<category><![CDATA[web, development, design, management, useability]]></category>

		<guid isPermaLink="false">http://youngsin1.wordpress.com/?p=27</guid>
		<description><![CDATA[Tell us your preferred name. Youngsin What attracted you to this course and/or subject? Last week’s introduction session was very good for me. I felt how much the university itself is trying to evolve or to catch up in this rapidly changing modern time (I am a bit aged). My impression of this course is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youngsin1.wordpress.com&amp;blog=4477963&amp;post=27&amp;subd=youngsin1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span lang="EN-AU">Tell us your preferred name.</span></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU">Youngsin</span></strong></p>
<p class="MsoNormal"><span lang="EN-AU"> </span></p>
<p class="MsoNormal"><span lang="EN-AU">What attracted you to this course and/or subject? </span></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;font-family:&quot;" lang="EN-AU">Last week’s introduction session was very good for me. I felt how much the university itself is trying to evolve or to catch up in this rapidly changing modern time (I am a bit aged). My impression of this course is that whoever developed this course, it is considerate of the variety of students, trying hard to let student themselves learn on their own pace which is the sprit of university, in spite of all those criticisms that accuse university as only a job training institute. Therefore, my expectation is getting bigger.</span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;font-family:&quot;" lang="EN-AU"> </span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;font-family:&quot;" lang="EN-AU">When I read the introduction of this subject, I thought it was exactly what I tried to do for some years, but haven’t started yet. How lucky I am! And then I wondered, should I spend money, anxiety, stress and time for doing this study as UTS master course student?<br />
</span></strong></p>
<p class="MsoNormal">
<p class="MsoNormal"><strong><span style="font-size:12pt;font-family:&quot;" lang="EN-AU">If I add a little of cynicism, I wanted to enrol in “Digital Graphics and the Still Image” but it was full. There was no other choice.</span></strong><span style="font-family:&quot;" lang="EN-AU"> </span></p>
<p class="MsoNormal"><span lang="EN-AU"> </span></p>
<p class="MsoNormal"><span lang="EN-AU">What do you hope to gain by undertaking this subject?</span></p>
<p class="MsoNormal"><strong><span style="font-size:11pt;" lang="EN-AU">As an amateur website developer, I crave all the time to gain thorough knowledge of fundamentals of coding or programming. As introduction of this subject suggested, if I learn all those skills or programming languages such as, simple HTML authoring, XHTML, cascading style sheets (CSS), browser scripting with Javascript, interaction with back-end database environments using scripting engines such as ColdFusion, PHP and WebObjects, as much as I can, this semester will be the most valuable time spent in my whole life.</span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:11pt;" lang="EN-AU"> </span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:11pt;" lang="EN-AU">I am looking at ColdFusion now, but I decided that I am not going to use or study ColdFusion because I want to learn or get used to basic coding as I mentioned earlier.</span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:11pt;" lang="EN-AU"> </span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:11pt;" lang="EN-AU">I will try to write line by line with my hands, I am so exciting that finally I can do the things I wanted to do for several years. Back to the basic!</span></strong></p>
<p class="MsoNormal"><span lang="EN-AU"> </span></p>
<p class="MsoNormal"><span lang="EN-AU">What attracts you about Digital Media Technologies and Interactive Multimedia?</span></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU">I don</span></strong><strong><span style="font-size:12pt;font-family:&quot;" lang="EN-AU">’</span></strong><strong><span style="font-size:12pt;" lang="EN-AU">t want to write how much Internet is important and how much Internet is interconnected in ordinary human being</span></strong><strong><span style="font-size:12pt;font-family:&quot;" lang="EN-AU">’</span></strong><strong><span style="font-size:12pt;" lang="EN-AU">s life, which we</span></strong><strong><span style="font-size:12pt;font-family:&quot;" lang="EN-AU">’</span></strong><strong><span style="font-size:12pt;" lang="EN-AU">re all aware of.</span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU"> </span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU">As a student of website development, I had to think about the usability, accessibility, layout, interactive user interface etc. Without digital media technology, we can hardly imagine Interactive websites of today. Therefore the knowledge and skills of digital media and multimedia are essential to whoever is working with websites.</span></strong></p>
<p class="MsoNormal"><span lang="EN-AU"> </span></p>
<p class="MsoNormal"><span lang="EN-AU"> </span></p>
<p class="MsoNormal"><span lang="EN-AU">What constitutes &#8216;success&#8217; for you in this subject?</span></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU">This is a really good question that I should establish all the time when I start any of my subjects. Although I couldn</span></strong><strong><span style="font-size:12pt;font-family:&quot;" lang="EN-AU">’</span></strong><strong><span style="font-size:12pt;" lang="EN-AU">t quite figure out for this subject, I know this subject is quite straight forward and technical. </span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU"> </span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU">Being realistic, if I can construct my experimental new website with my own knowledge and skill, I will consider it as a success.</span></strong></p>
<p class="MsoNormal"><span lang="EN-AU"> </span></p>
<p class="MsoNormal"><span lang="EN-AU">What do you feel are your personal strengths?</span></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU">I am a positive thinker, a good organiser, a problem solver and a person who appreciates being a human.</span></strong></p>
<p class="MsoNormal"><span lang="EN-AU"> </span></p>
<p class="MsoNormal"><span lang="EN-AU">What do you feel you need to improve upon, or would like to develop?</span></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU">I just cannot sit in one place, being a woman and a mother for such a long time (whole my life). It is hard for me to concentrate on one thing for a long time. I have to train myself to be used to it and it is not easy to me.</span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU"> </span></strong></p>
<p class="MsoNormal"><span lang="EN-AU">What are the opportunities you see for yourself in learning and applying knowledge and skills in your technical area of interest? What, if know, are your learning objectives?</span></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU"> </span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU">As I mentioned earlier, this subject is exactly what I wanted to do for quite some time but haven</span></strong><strong><span style="font-size:12pt;font-family:&quot;" lang="EN-AU">’</span></strong><strong><span style="font-size:12pt;" lang="EN-AU">t started yet. I wish this subject will give me the opportunity to learn those techniques.</span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU"><span> </span></span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU">Actually I couldn</span></strong><strong><span style="font-size:12pt;font-family:&quot;" lang="EN-AU">’</span></strong><strong><span style="font-size:12pt;" lang="EN-AU">t see much, I wish that there is a certainty, it says that if you passed this subject, you will get such and such. Surely I don</span></strong><strong><span style="font-size:12pt;font-family:&quot;" lang="EN-AU">’</span></strong><strong><span style="font-size:12pt;" lang="EN-AU">t think you will get a job offer even if you are going to have a good grade of subject, of course, you will have a good confidence as much as you</span></strong><strong><span style="font-size:12pt;font-family:&quot;" lang="EN-AU">’</span></strong><strong><span style="font-size:12pt;" lang="EN-AU">ve devoted on the topic. </span></strong></p>
<p class="MsoNormal"><span lang="EN-AU"> </span></p>
<p class="MsoNormal"><span lang="EN-AU"> </span></p>
<p class="MsoNormal"><span lang="EN-AU">What, if any, are the potential threats, challenges or obstacles you feel you might face in achieving your objectives?</span></p>
<p style="background:white none repeat scroll 0 0;"><strong><span style="font-family:&quot;" lang="EN-AU">Well, as usual, I&#8217;ll have to deal with it on a case by case basis. Time management, prioritising, and being careful to not set too many objectives, regular self assessment etc. will be the strategy I will use.</span></strong><span style="font-size:9pt;font-family:굴림;"></span></p>
<p style="background:white none repeat scroll 0 0;"><strong><span style="font-family:&quot;" lang="EN-AU"> </span></strong><span style="font-size:9pt;font-family:굴림;"></span></p>
<p style="background:white none repeat scroll 0 0;"><strong><span style="font-family:&quot;" lang="EN-AU">My first obstacle is the opportunity this subject will provide me with. My son</span></strong><strong><span style="font-family:굴림;" lang="EN-AU">&#8216;</span></strong><strong><span style="font-family:&quot;" lang="EN-AU">s idea is that it is a total waste of money and time because I don</span></strong><strong><span style="font-family:굴림;" lang="EN-AU">&#8216;</span></strong><strong><span style="font-family:&quot;" lang="EN-AU">t have any talent with developing website. Yes, I am already facing a fundamental threat to do this subject. Still, I want to do it because I believe that a chance will only be given to someone who&#8217;s prepared to take that chance.</span></strong><span style="font-size:9pt;font-family:굴림;"></span></p>
<p style="background:white none repeat scroll 0 0;"><span style="font-size:10pt;font-family:&quot;" lang="EN-AU"> </span><span style="font-size:9pt;font-family:굴림;"></span></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;"> </span></strong></p>
<p class="MsoNormal"><span lang="EN-AU"> </span></p>
<p class="MsoNormal"><span lang="EN-AU">Describe any production, design or technical skills or experience you have with digital media technologies OR give us a brief description of your background and experience.</span></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU">I do not have anything to write here unfortunately, although, I have a personal website that I hardly look after these days.</span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU"><a href="http://www.cindyinsyd.com/"><span style="color:windowtext;">www.cindyinsyd.com</span></a></span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU"> </span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU">This website was started by me in 2002 and changed two times, and almost a year ago, I changed the home page spending just two days, and never updated since. </span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU"> </span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU">Yes, it</span></strong><strong><span style="font-size:12pt;font-family:&quot;" lang="EN-AU">’</span></strong><strong><span style="font-size:12pt;" lang="EN-AU">s always under my skin and bugs me with guilt that I am not doing what I</span></strong><strong><span style="font-size:12pt;font-family:&quot;" lang="EN-AU">’</span></strong><strong><span style="font-size:12pt;" lang="EN-AU">m suppose to do.</span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU"> </span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU">I have a master degree in networking (Master of IT; networking from James Cook University 2005).</span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU">Still I am looking for what I really want to do for living.</span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU">I thought or I wish this website development is the one.</span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU">I love beautiful graphically oriented websites rather than contents which is not proper way of thinking as a website developer and I do not have any way near to make such websites.</span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU"> </span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU"> </span></strong></p>
<p class="MsoNormal"><span lang="EN-AU"> </span></p>
<p class="MsoNormal"><span lang="EN-AU">Post a URL that tells the group something about your area of interest in digital media technologies. It can be a resource website or an example of an interesting or innovative use of web technologies. Why have you chosen to share this particular URL with the group?</span></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU"><a href="http://www.agimo.gov.au/archive/mws/introduction"><span style="color:windowtext;">http://www.agimo.gov.au/archive/mws/introduction</span></a></span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU"> </span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU"><span> </span></span></strong><strong><span style="font-size:12pt;font-family:&quot;" lang="EN-AU">“</span></strong><strong><span style="font-size:12pt;font-family:&quot;" lang="EN">The purpose of this guide is to assist Australian Government departments and agencies implement the Government&#8217;s minimum website standards”</span></strong><strong><span style="font-size:12pt;" lang="EN-AU"></span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU"> </span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU">Good thing or bad thing? </span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU"> </span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU">Australian government websites are following strictly text based standard. I guess there are many reasons behind this, for example, bandwidth of networking, to achieve clear objectives, etc. However, as an ordinary internet user, this strictly text based websites are really unattractive. Why is that? I am curious as to how much difference there is between delivering information to user through a graphically oriented website and a text based website.</span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU"> </span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU">I am teaching basic computer skills to elderly people (40~60s) in various communities as volunteer worker. It</span></strong><strong><span style="font-size:12pt;font-family:&quot;" lang="EN-AU">’</span></strong><strong><span style="font-size:12pt;" lang="EN-AU">s really interesting how they learn, and how they feel happy about learning something new. I couldn</span></strong><strong><span style="font-size:12pt;font-family:&quot;" lang="EN-AU">’</span></strong><strong><span style="font-size:12pt;" lang="EN-AU">t make clear cut but there are certainly some special characters about learning process in these age groups.<span> </span>If I can, I want to develop a website which can provide important information and provide some fun to the people who have not experienced Internet surfing.</span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU"><span> </span><span> </span></span></strong></p>
<p class="MsoNormal"><span lang="EN-AU"> </span></p>
<p class="MsoNormal"><span lang="EN-AU">Tell us about a technology topic, area or issue you feel passionate about? What would be the three most important points about this you feel you must convey to the group?</span></p>
<p class="MsoNormal"><span lang="EN-AU"> </span></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU">I haven</span></strong><strong><span style="font-size:12pt;font-family:&quot;" lang="EN-AU">’</span></strong><strong><span style="font-size:12pt;" lang="EN-AU">t been passionate with these web programming languages (PHP, HTML, CSS, SQL, Java Script) yet, but if I can gain any amount of knowledge of them it will be a good fortune to me.</span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU"> </span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU">Which group?</span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU">If this group means that I have to give them a peer review, there is not much I can talk about. Maybe, I am expecting that some one who love their work, a bit of enthusiasm and sharing knowledge, something like that.</span></strong></p>
<p class="MsoNormal"><strong><span style="font-size:12pt;" lang="EN-AU"> </span></strong></p>
<p><strong><span style="font-size:12pt;" lang="EN-AU">Thank you for your time.</span></strong></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/youngsin1.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/youngsin1.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/youngsin1.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/youngsin1.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/youngsin1.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/youngsin1.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/youngsin1.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/youngsin1.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/youngsin1.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/youngsin1.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/youngsin1.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/youngsin1.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/youngsin1.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/youngsin1.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/youngsin1.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/youngsin1.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youngsin1.wordpress.com&amp;blog=4477963&amp;post=27&amp;subd=youngsin1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://youngsin1.wordpress.com/2008/08/22/introduce-myself-personal-swot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7a05bc44776447763de7a736ce45878?s=96&#38;d=identicon" medium="image">
			<media:title type="html">youngsin1</media:title>
		</media:content>
	</item>
		<item>
		<title>Week 4 Practical</title>
		<link>http://youngsin1.wordpress.com/2008/08/19/week-4-practical/</link>
		<comments>http://youngsin1.wordpress.com/2008/08/19/week-4-practical/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 09:15:04 +0000</pubDate>
		<dc:creator>youngsin1</dc:creator>
				<category><![CDATA[web, development, design, management, useability]]></category>

		<guid isPermaLink="false">http://youngsin1.wordpress.com/?p=25</guid>
		<description><![CDATA[This is the original week4prac.php file link http://cindyinsyd.com/uts/Week4Prac/week4prac-origin.php And this is changed format file link http://cindyinsyd.com/uts/Week4Prac/week4prac.php I feel that I am cheating or something like that because right under the main description of date, there was the exact sample format. So I did copy and paste the code and then it worked fine. Well, I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youngsin1.wordpress.com&amp;blog=4477963&amp;post=25&amp;subd=youngsin1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is the original week4prac.php file link</p>
<p><a href="http://cindyinsyd.com/uts/Week4Prac/week4prac-origin.php">http://cindyinsyd.com/uts/Week4Prac/week4prac-origin.php</a></p>
<p>And this is changed format file link</p>
<p><a href="http://cindyinsyd.com/uts/Week4Prac/week4prac.php">http://cindyinsyd.com/uts/Week4Prac/week4prac.php</a></p>
<p>I feel that I am cheating or something like that because right under the main description of date, there was the exact sample format.</p>
<p>So I did copy and paste the code and then it worked fine.</p>
<p>Well, I suppose I have to read all description at least&#8230;.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/youngsin1.wordpress.com/25/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/youngsin1.wordpress.com/25/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/youngsin1.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/youngsin1.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/youngsin1.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/youngsin1.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/youngsin1.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/youngsin1.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/youngsin1.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/youngsin1.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/youngsin1.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/youngsin1.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/youngsin1.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/youngsin1.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/youngsin1.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/youngsin1.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youngsin1.wordpress.com&amp;blog=4477963&amp;post=25&amp;subd=youngsin1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://youngsin1.wordpress.com/2008/08/19/week-4-practical/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7a05bc44776447763de7a736ce45878?s=96&#38;d=identicon" medium="image">
			<media:title type="html">youngsin1</media:title>
		</media:content>
	</item>
	</channel>
</rss>
