<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3308592184691107856</id><updated>2012-02-16T17:09:32.134-08:00</updated><category term='quote'/><title type='text'>felix's blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://flyinboat.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://flyinboat.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>felix Zhang</name><uri>http://www.blogger.com/profile/00296976673903133823</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>15</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3308592184691107856.post-3864222650779374353</id><published>2009-06-01T21:48:00.000-07:00</published><updated>2009-06-01T21:50:16.834-07:00</updated><title type='text'>Leaning Reflection</title><content type='html'>From studying of this semester's DMT subject, I really learned a lot, not only technologies, but working ethics. And I relaized that it's not easy to do anything. Before, I have some woking experince, but only focus on the Oracle, and I thought it was very easy to build a website. When I made up my mind to build a vitural online book store, I met a lot of problems, some are really headache, cost me a lot of time. Anyway, I've learned a lot and really enjoy it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;• what did you learn&lt;br /&gt;Although my virtual online book store is a very small system, when i finished it and reviewed it , I found I really learned a lot. From following aspects:&lt;br /&gt;&lt;br /&gt;1. HTML,XHTML,CSS &lt;br /&gt;&lt;br /&gt;Just using some basic HTML tag you can build your website on the internet, And then add the CSS, it can present a pefect layout, colors and fonts. &lt;br /&gt;&lt;br /&gt;2.PHP&lt;br /&gt;&lt;br /&gt;Before this subject, programming is my weak point, I never write a whole project programming. Now, I can write PHP embed in HTML, and using PHP to storing and retrieve data from file or database, using array write functions, and even some advance PHP features like Object-Oriented PHP. &lt;br /&gt;&lt;br /&gt;3.MySQL&lt;br /&gt;&lt;br /&gt;Beofe I have some experience with Oralce, So, leaning MySQL is not hard to me, but It still cost me some time to master it, because compare with ORACLE, MySQL is very inconvenience and it is open source as well , so not many powerful commerical software support it. However, mysql is common used, it's very good to learned it, when you build some small or medium system, it's the best choice. ohters database like SQLSever, Oralce and DB2 is so expenice.&lt;br /&gt;&lt;br /&gt;4.Apahce&lt;br /&gt;&lt;br /&gt;Because I tried to building running environment in my own laptop, so I download the Apache from official website and installed. Now I've Learned how to configue apache to support PHP and mysql. It looks very easy, but also cost me some time, because when I first try to run it , I met lots of problems and cannot fully set up, you should be very carful when you add or delete or modify any item in the configure files.&lt;br /&gt;&lt;br /&gt;5.phpMyAdmin + Navicat 8 &lt;br /&gt;&lt;br /&gt;Before I learned Oracle, I used pl/sql developer, it's so powerful. But in terms of MySQL, there are not powerful commercial tools support it. The first I downloaded phpMyAdmin and extract to the apahce web service directory, but it didn't work , and then i spend a lot of time to read manual and tried to set it up. When it worked, i was very disappointed, it's not converince to use this admin system to operate database. After that, I searched the Google and found "Navicat 8", it's much better,it is said that the most powerful graphical database management and development software for MySQL, yes, it is, compare with phpMyAdmin. &lt;br /&gt;&lt;br /&gt;6 powerdesign, visio&lt;br /&gt;&lt;br /&gt;Although it is very small size system, I thing I should face it serious and I chose powerdesign to draw ER diagram and designed the database, after that, generated SQL file to directly run on MySQL database. What's more, I used Microsoft Visio to design the system structure and flow chart.&lt;br /&gt;&lt;br /&gt;7 Dreamweaver + UltraEdit + Photoshop + HyperSnap &lt;br /&gt;&lt;br /&gt;During the whole website developing time, I always use Dreamweaver, it's a so powerful tools and I love it very much. It help me reduce a lot of time to write code, because most of time it can generate code by itself. But you don't need to run Dreamweaver all the time, sometimes especially when you are testing system, you should use some light software, I chose UltraEdit. Another one , before I know I don't have any talent in photoshop, it makes me headache, but in order to draw some pictures for the webiste, I leaned a little bit about Photoshop, now i can eaily draw some basic pictures such as some icons, buttons and so on. The last one is HyperSnap, it's for the report, it's the best tool to cut the screenshots. It can make your work more effeciently if you learned how to use it, because if you use 'Print Screen' button from the keyborad, making one shotsreens should at least take half a minute, if you use HyperSnap, just one second, and it has more than tens cutting screenshot method.&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Of couse, the above are some technologies and tools which are used during building website, I also leaned some program developing method, reseach method and making plans and so on.Abover all, a small system, and it can make big, you can learn a lot from them. I did it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;• how did you learn&lt;br /&gt; &lt;br /&gt;When I made up my mind that this semester I should learn to build an online shopping website. Fistly, I downloaded and learned all the slides video from the lecturer who upload to online.uts.edu.au. And then, I borrowed some PHP,MYSQL books from the library, I'll recommend one book which is wrote by Luck Welling&amp;Laura Thomson, and the book name is "PHP and MySQL Web Development", I think it's the best. I nealy spend the whole momth and follow the books' expmples. During studying it , I also tried to build the running environment in my laptop, and it's very easy to test the system codes and system results. and then I downled some open source PHP code and tried to run it and learn it. After learned PHP basic knowledge, I started to build my website, put theory into practise, during these time, I met a lot of problems, When I resolved them all, I found my programming skill and knowledge have up a level. Most of time, when I met the hard problems, I searched it from GOOLE, I can always find the artiles telling you how to deal with. Because using PHP and MySQL is not a cutting edge technologies, there are huge amount of artiles about them in the Internet if you 'GOOLE' them, some are excellent quailities, from them, you can advance quickly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;• what didn’t you learn&lt;br /&gt; &lt;br /&gt;Although I learned a lot from building this website, I still feeling I have lots of things which I didn't learn. The technologies and tools which I mentioned in detail before, I just a newbie, and learned a in a shallow level, and still have a long long way to go. When you lean more , you feel you have more to lean. For example , how to use advance PHP features such as classes, functions to build reusable code PHP codes. Anyway, it's a good start. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;• did you achieve your objectives?&lt;br /&gt; &lt;br /&gt;Sure I did. I learned a lot and It's a very good start, I think based on these knowledge, I'll go further in the programming career. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;• was any deviation justified? &lt;br /&gt;Yes, it was.I complain time is short and it really flies, and I don't have enought time to fully stuy. From begin to the end, only three and a little more months, and I was busy all the time, because I have four subjects and I was working somethimes, also I spent a lot of time in IELTS(an english examination). Originally, I plan to build a more functional website, which would be like a real system , but I felt I don't have enough time to do this and then I cut some functions and only fulfilled some simple and basic features.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3308592184691107856-3864222650779374353?l=flyinboat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flyinboat.blogspot.com/feeds/3864222650779374353/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3308592184691107856&amp;postID=3864222650779374353' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/3864222650779374353'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/3864222650779374353'/><link rel='alternate' type='text/html' href='http://flyinboat.blogspot.com/2009/06/leaning-reflection.html' title='Leaning Reflection'/><author><name>felix Zhang</name><uri>http://www.blogger.com/profile/00296976673903133823</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3308592184691107856.post-3735250074823951513</id><published>2009-06-01T21:46:00.000-07:00</published><updated>2009-06-01T21:48:38.469-07:00</updated><title type='text'>charlie server cannot support mysqli connection</title><content type='html'>So, yesterday evening, when i upload the whole website and found the carlie service cannot support mysqli connection, but i don't have enought time to modify the code, so i upload the souceCode to the ooowebsite, address is following:&lt;br /&gt;http://felix.netau.net/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3308592184691107856-3735250074823951513?l=flyinboat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flyinboat.blogspot.com/feeds/3735250074823951513/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3308592184691107856&amp;postID=3735250074823951513' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/3735250074823951513'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/3735250074823951513'/><link rel='alternate' type='text/html' href='http://flyinboat.blogspot.com/2009/06/charlie-server-cannot-support-mysqli.html' title='charlie server cannot support mysqli connection'/><author><name>felix Zhang</name><uri>http://www.blogger.com/profile/00296976673903133823</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3308592184691107856.post-7620971604041073838</id><published>2009-05-31T18:27:00.000-07:00</published><updated>2009-05-31T18:39:53.467-07:00</updated><title type='text'>recap how to configure phpmyadmin to administrate mysql in my laptop</title><content type='html'>first step: download zip file from the offical website and then extract to the apahce's htdocs' publish directory&lt;br /&gt;&lt;br /&gt;secondly: 1.rename config.sample.inc.php from the phpmyadmin's main directory to config.inc.php and rewrite it, &lt;br /&gt;&lt;br /&gt;the following is the config from my own:&lt;br /&gt;&lt;?php&lt;br /&gt;/* vim: set expandtab sw=4 ts=4 sts=4: */&lt;br /&gt;/**&lt;br /&gt; * phpMyAdmin sample configuration, you can use it as base for&lt;br /&gt; * manual configuration. For easier setup you can use setup/&lt;br /&gt; *&lt;br /&gt; * All directives are explained in Documentation.html and on phpMyAdmin&lt;br /&gt; * wiki &lt;http://wiki.phpmyadmin.net&gt;.&lt;br /&gt; *&lt;br /&gt; * @version $Id: config.sample.inc.php 12304 2009-03-24 12:56:58Z nijel $&lt;br /&gt; */&lt;br /&gt;&lt;br /&gt;/*&lt;br /&gt; * This is needed for cookie based authentication to encrypt password in&lt;br /&gt; * cookie&lt;br /&gt; */&lt;br /&gt;$cfg['blowfish_secret'] = 'www.localhost.com'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */&lt;br /&gt;&lt;br /&gt;/*&lt;br /&gt; * Servers configuration&lt;br /&gt; */&lt;br /&gt;$i = 0;&lt;br /&gt;&lt;br /&gt;/*&lt;br /&gt; * First server&lt;br /&gt; */&lt;br /&gt;$i++;&lt;br /&gt;/* Authentication type */&lt;br /&gt;$cfg['Servers'][$i]['auth_type'] = 'cookie';&lt;br /&gt;/* Server parameters */&lt;br /&gt;$cfg['Servers'][$i]['user']          = 'root';&lt;br /&gt;$cfg['Servers'][$i]['password']      = 'aaaa'&lt;br /&gt;$cfg['Servers'][$i]['host'] = 'localhost';&lt;br /&gt;$cfg['Servers'][$i]['port'] = '3306';&lt;br /&gt;$cfg['Servers'][$i]['connect_type'] = 'tcp';&lt;br /&gt;$cfg['Servers'][$i]['compress'] = false;&lt;br /&gt;/* Select mysqli if your server has it */&lt;br /&gt;$cfg['Servers'][$i]['extension'] = 'mysql';&lt;br /&gt;&lt;br /&gt;/* rajk - for blobstreaming */&lt;br /&gt;$cfg['Servers'][$i]['bs_garbage_threshold'] = 50;&lt;br /&gt;$cfg['Servers'][$i]['bs_repository_threshold'] = '32M';&lt;br /&gt;$cfg['Servers'][$i]['bs_temp_blob_timeout'] = 600;&lt;br /&gt;$cfg['Servers'][$i]['bs_temp_log_threshold'] = '32M';&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;/*&lt;br /&gt; * End of servers configuration&lt;br /&gt; */&lt;br /&gt;&lt;br /&gt;/*&lt;br /&gt; * Directories for saving/loading files from server&lt;br /&gt; */&lt;br /&gt;$cfg['UploadDir'] = '';&lt;br /&gt;$cfg['SaveDir'] = '';&lt;br /&gt;&lt;br /&gt;?&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;copy libmySQL.dll and php_mysql.dll these two files from php's directory to windows/system32 directory and then restart apache.&lt;br /&gt;&lt;br /&gt;then run http://localhost/phpmyadmin to see the reuslt.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3308592184691107856-7620971604041073838?l=flyinboat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flyinboat.blogspot.com/feeds/7620971604041073838/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3308592184691107856&amp;postID=7620971604041073838' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/7620971604041073838'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/7620971604041073838'/><link rel='alternate' type='text/html' href='http://flyinboat.blogspot.com/2009/05/recap-how-to-configure-phpmyadmin-to.html' title='recap how to configure phpmyadmin to administrate mysql in my laptop'/><author><name>felix Zhang</name><uri>http://www.blogger.com/profile/00296976673903133823</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3308592184691107856.post-4948884621728055109</id><published>2009-05-31T18:14:00.000-07:00</published><updated>2009-05-31T18:26:17.299-07:00</updated><title type='text'>recap how to build Apach+php+mysql develop environment</title><content type='html'>This day, from DMT studying , i have learned how to build apach, php and mysql to running my own website.&lt;br /&gt;&lt;br /&gt;this is a breif description for how to configure them.&lt;br /&gt;&lt;br /&gt;first of all , download these three software from their website.&lt;br /&gt;&lt;br /&gt;PHP:&lt;br /&gt;&lt;br /&gt;copy php.ini-dist and rename to php.ini&lt;br /&gt;looking for extension=php_mysql.dll then delete ";"&lt;br /&gt;looking for extension_dir = “./” changed to your php's ext direction. &lt;br /&gt;take my computer for example: extension_dir = "D:/project/PHP/ext"&lt;br /&gt;add "D:\project\PHP\" to your environment variable's PATH&lt;br /&gt;&lt;br /&gt;Then configure apache+php&lt;br /&gt;&lt;br /&gt;looking for httpd.conf in Conf directory of apache&lt;br /&gt;&lt;br /&gt;add these two line&lt;br /&gt;LoadModule php5_module D:/PHP/php5apache2_2.dll&lt;br /&gt;PHPIniDir “D:/PHP”&lt;br /&gt;&lt;br /&gt;note: don't add "" to your php5_module, for example, i used &lt;br /&gt;LoadModule php5_module “D:/PHP/php5apache2_2.dll” then my apache cannot start&lt;br /&gt;&lt;br /&gt;looking for DirectoryIndex index.html, and then add index.php&lt;br /&gt;looking for AddType application/x-gzip .gz .tgz &lt;br /&gt;and then add these two lines:&lt;br /&gt;AddType application/x-httpd-php .php&lt;br /&gt;AddType application/x-httpd-php .html&lt;br /&gt;&lt;br /&gt;Save httpd.conf.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;In your publish directory, create a index.php with the following simple content&lt;br /&gt;&lt;?php&lt;br /&gt;phpinfo();&lt;br /&gt;?&gt;&lt;br /&gt;&lt;br /&gt;then resart apahce server, use address http://localhost/index.php to see the reuslt.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3308592184691107856-4948884621728055109?l=flyinboat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flyinboat.blogspot.com/feeds/4948884621728055109/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3308592184691107856&amp;postID=4948884621728055109' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/4948884621728055109'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/4948884621728055109'/><link rel='alternate' type='text/html' href='http://flyinboat.blogspot.com/2009/05/recap-how-to-build-apachphpmysql.html' title='recap how to build Apach+php+mysql develop environment'/><author><name>felix Zhang</name><uri>http://www.blogger.com/profile/00296976673903133823</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3308592184691107856.post-1128791677291080377</id><published>2009-05-31T15:23:00.000-07:00</published><updated>2009-05-31T15:24:20.894-07:00</updated><title type='text'>recap mysql commands which i've learned in DMT</title><content type='html'>To login (from unix shell) use -h only if needed.&lt;br /&gt;# [mysql dir]/bin/mysql -h hostname -u root -p&lt;br /&gt;&lt;br /&gt;$ mysql -h localhost -u user_name -ppassword&lt;Enter&gt;&lt;br /&gt;$ mysql -h localhost -u user_name -p&lt;Enter&gt;&lt;br /&gt;$ ******&lt;br /&gt;$ mysql -h193.0.0.13 -u user_name -p db_name&lt;Enter&gt;&lt;br /&gt;$ ******&lt;Enter&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Create a database on the sql server.&lt;br /&gt;mysql&gt; create database [databasename];&lt;br /&gt;&lt;br /&gt;Create a database on the sql server.&lt;br /&gt;mysql&gt; create database [databasename];&lt;br /&gt;&lt;br /&gt;List all databases on the sql server.&lt;br /&gt;mysql&gt; show databases;&lt;br /&gt;&lt;br /&gt;Switch to a database.&lt;br /&gt;mysql&gt; use [db name];&lt;br /&gt;&lt;br /&gt;To see all the tables in the db.&lt;br /&gt;mysql&gt; show tables;&lt;br /&gt;&lt;br /&gt;To see database's field formats.&lt;br /&gt;mysql&gt; describe [table name];&lt;br /&gt;&lt;br /&gt;To delete a db.&lt;br /&gt;mysql&gt; drop database [database name];&lt;br /&gt;&lt;br /&gt;To delete a table.&lt;br /&gt;mysql&gt; drop table [table name];&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Creating a new user. Login as root. Switch to the MySQL db. Make the user. Update privs.&lt;br /&gt;# mysql -u root -p&lt;br /&gt;mysql&gt; use mysql;&lt;br /&gt;mysql&gt; INSERT INTO user (Host,User,Password) VALUES('%','username',PASSWORD('password'));&lt;br /&gt;mysql&gt; flush privileges; &lt;br /&gt;&lt;br /&gt;Change a users password from unix shell.&lt;br /&gt;# [mysql dir]/bin/mysqladmin -u username -h hostname.blah.org -p password 'new-password'&lt;br /&gt;&lt;br /&gt;Change a users password from MySQL prompt. Login as root. Set the password. Update privs.&lt;br /&gt;# mysql -u root -p&lt;br /&gt;mysql&gt; SET PASSWORD FOR 'user'@'hostname' = PASSWORD('passwordhere');&lt;br /&gt;mysql&gt; flush privileges; &lt;br /&gt;&lt;br /&gt;update User set Password=PASSWORD('newpassword') where User='root';&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Set a root password if there is no root password.&lt;br /&gt;# mysqladmin -u root password newpassword &lt;br /&gt;&lt;br /&gt;import .sql command &lt;br /&gt;  mysql&gt;use database;&lt;br /&gt;  mysql&gt;source d:/mysql.sql; &lt;br /&gt;&lt;br /&gt;add a new user:&lt;br /&gt;grant all on databaseName.* to NewUserName@HostName identified by "password" ;&lt;br /&gt;(this command will add a newuser and password )&lt;br /&gt;&lt;br /&gt;if you wish the user can login in every computer, use '%' replace 'localhost'&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;grant usage on *.* to NewUserName@HostName identified by "password";&lt;br /&gt;grant select,insert,update on databaseName.* to NewUserName@HostName identified by "password";&lt;br /&gt;grant update,delete on mydb.TestTable to NewUserName@HostName identified by "password";&lt;br /&gt;&lt;br /&gt;if want to give to others ,using after grant add "WITH GRANT OPTION"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3308592184691107856-1128791677291080377?l=flyinboat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flyinboat.blogspot.com/feeds/1128791677291080377/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3308592184691107856&amp;postID=1128791677291080377' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/1128791677291080377'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/1128791677291080377'/><link rel='alternate' type='text/html' href='http://flyinboat.blogspot.com/2009/05/recap-mysql-commands-which-ive-learned.html' title='recap mysql commands which i&apos;ve learned in DMT'/><author><name>felix Zhang</name><uri>http://www.blogger.com/profile/00296976673903133823</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3308592184691107856.post-4594158401429177248</id><published>2009-05-31T06:14:00.000-07:00</published><updated>2009-05-31T07:12:14.474-07:00</updated><title type='text'>Begin test my website. step1. Building real running environment in my own laptop--MySQL</title><content type='html'>This evening, i begin test website. I prepare to test it in my own laptop rather upload to others sevice, because using this way , can fully test my system. &lt;br /&gt;Just now, I downloaded the "mysql-noinstall-5.1.32-win32.zip", it's the noinstall version, so, how to running this version and let it work, i should read the manual.&lt;br /&gt;Follwing is the steps:&lt;br /&gt;&lt;br /&gt;1.extract the archive to D:\project\mysql&lt;br /&gt;2.start the server for the first time&lt;br /&gt;&lt;br /&gt;D:\project\mysql\bin&gt;mysqld --console&lt;br /&gt;InnoDB: The first specified data file .\ibdata1 did not exist:&lt;br /&gt;InnoDB: a new database to be created!&lt;br /&gt;090531 23:41:23  InnoDB: Setting file .\ibdata1 size to 10 MB&lt;br /&gt;InnoDB: Database physically writes the file full: wait...&lt;br /&gt;090531 23:41:23  InnoDB: Log file .\ib_logfile0 did not exist: new to be created&lt;br /&gt;&lt;br /&gt;InnoDB: Setting log file .\ib_logfile0 size to 5 MB&lt;br /&gt;InnoDB: Database physically writes the file full: wait...&lt;br /&gt;090531 23:41:23  InnoDB: Log file .\ib_logfile1 did not exist: new to be created&lt;br /&gt;&lt;br /&gt;InnoDB: Setting log file .\ib_logfile1 size to 5 MB&lt;br /&gt;InnoDB: Database physically writes the file full: wait...&lt;br /&gt;InnoDB: Doublewrite buffer not found: creating new&lt;br /&gt;InnoDB: Doublewrite buffer created&lt;br /&gt;InnoDB: Creating foreign key constraint system tables&lt;br /&gt;InnoDB: Foreign key constraint system tables created&lt;br /&gt;090531 23:41:24  InnoDB: Started; log sequence number 0 0&lt;br /&gt;090531 23:41:26 [Note] Event Scheduler: Loaded 0 events&lt;br /&gt;090531 23:41:26 [Note] mysqld: ready for connections.&lt;br /&gt;Version: '5.1.32-community'  socket: ''  port: 3306  MySQL Community Server (GPL&lt;br /&gt;)&lt;br /&gt;&lt;br /&gt;3.start mysql from the windows command line&lt;br /&gt;...\bin\mysqld&lt;br /&gt;&lt;br /&gt;but i can stop MySQL server by executing this command:&lt;br /&gt;...\bin\mysqladmin -u root shutdown&lt;br /&gt;&lt;br /&gt;4. start mysql as a windows server&lt;br /&gt;install the server as a service using this command:&lt;br /&gt;...\bin\mysqld --install&lt;br /&gt;then you will see your windows service list has increase one service call "mysql"&lt;br /&gt;then&lt;br /&gt;To make it easier to invoke MySQL programs, you can add the pathname of the MySQL bin directory to your Windows system PATH environment variable&lt;br /&gt;eg. add "D:\project\mysql\bin\;" to the "path" in "system variables"&lt;br /&gt;&lt;br /&gt;of course , if you want to remove a server that is installed as a service. first stop it if it is running by executing net stop mysql. then use the --remove option to remove it.&lt;br /&gt;...bin\mysqld" --remove&lt;br /&gt;&lt;br /&gt;You can test whether the MySQL server is working by executing any of the following commands: &lt;br /&gt;&lt;br /&gt;C:\&gt; "C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqlshow"&lt;br /&gt;C:\&gt; "C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqlshow" -u root mysql&lt;br /&gt;C:\&gt; "C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqladmin" version status proc&lt;br /&gt;C:\&gt; "C:\Program Files\MySQL\MySQL Server 5.1\bin\mysql" test&lt;br /&gt;&lt;br /&gt;To permanently remove the old mysql service, execute the following command as a user with administrative privileges, on the command-line: &lt;br /&gt;&lt;br /&gt;C:\&gt; sc delete mysql&lt;br /&gt;[SC] DeleteService SUCCESS&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3308592184691107856-4594158401429177248?l=flyinboat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flyinboat.blogspot.com/feeds/4594158401429177248/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3308592184691107856&amp;postID=4594158401429177248' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/4594158401429177248'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/4594158401429177248'/><link rel='alternate' type='text/html' href='http://flyinboat.blogspot.com/2009/05/begin-test-my-website-step1-building.html' title='Begin test my website. step1. Building real running environment in my own laptop--MySQL'/><author><name>felix Zhang</name><uri>http://www.blogger.com/profile/00296976673903133823</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3308592184691107856.post-3602214107982086908</id><published>2009-05-31T05:39:00.000-07:00</published><updated>2009-05-31T05:48:21.418-07:00</updated><title type='text'>one very cool javascript menu</title><content type='html'>Today , in order to looking for a beautiful menu for my website, i search the interent and find this one, prepare using it for my website.&lt;br /&gt;&lt;br /&gt;step1:Insert the following code into the (head) section of your page:&lt;br /&gt;&lt;style&gt;&lt;br /&gt;&lt;!--&lt;br /&gt;#slidemenubar, #slidemenubar2{&lt;br /&gt;position:absolute;&lt;br /&gt;border:1.5px solid black;&lt;br /&gt;background-color:#F2F2F2;&lt;br /&gt;layer-background-color:#F2F2F2;&lt;br /&gt;font:bold 12px Verdana;&lt;br /&gt;line-height:20px;&lt;br /&gt;}&lt;br /&gt;--&gt;&lt;br /&gt;&lt;/style&gt;&lt;br /&gt;&lt;br /&gt;Step 2: Finally, insert the following into the (body) section of your page, right after the (body) tag itself:&lt;br /&gt;&lt;br /&gt;&lt;script language="JavaScript1.2"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;var slidemenu_width='160px' //specify width of menu (in pixels)&lt;br /&gt;var slidemenu_reveal='12px' //specify amount that menu should protrude initially&lt;br /&gt;var slidemenu_top='170px'   //specify vertical offset of menu on page&lt;br /&gt;&lt;br /&gt;var ns4=document.layers?1:0&lt;br /&gt;var ie4=document.all&lt;br /&gt;var ns6=document.getElementById&amp;&amp;!document.all?1:0&lt;br /&gt;&lt;br /&gt;if (ie4||ns6)&lt;br /&gt;document.write('&lt;div id="slidemenubar2" style="left:'+((parseInt(slidemenu_width)-parseInt(slidemenu_reveal))*-1)+'px; top:'+slidemenu_top+'; width:'+slidemenu_width+'" onMouseover="pull()" onMouseout="draw()"&gt;')&lt;br /&gt;else if (ns4){&lt;br /&gt;document.write('&lt;style&gt;\n#slidemenubar{\nwidth:'+slidemenu_width+';}\n&lt;\/style&gt;\n')&lt;br /&gt;document.write('&lt;layer id="slidemenubar" left=0 top='+slidemenu_top+' width='+slidemenu_width+' onMouseover="pull()" onMouseout="draw()" visibility=hide&gt;')&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;var sitems=new Array()&lt;br /&gt;&lt;br /&gt;///////////Edit below/////////////////////////////////&lt;br /&gt;&lt;br /&gt;//siteitems[x]=["Item Text", "Optional URL associated with text"]&lt;br /&gt;&lt;br /&gt;sitems[0]=["&lt;big&gt;&lt;font face='Arial'&gt;Site Menu&lt;/font&gt;&lt;/big&gt;", ""]&lt;br /&gt;sitems[1]=["Menus And Navigation", "http://www.dynamicdrive.com/dynamicindex1/"]&lt;br /&gt;sitems[2]=["Document Effects", "http://www.dynamicdrive.com/dynamicindex3/"]&lt;br /&gt;sitems[3]=["Scrollers", "http://www.dynamicdrive.com/dynamicindex2/"]&lt;br /&gt;sitems[4]=["Image Effects", "http://www.dynamicdrive.com/dynamicindex4/"]&lt;br /&gt;sitems[5]=["Links And Buttons", "http://www.dynamicdrive.com/dynamicindex5/"]&lt;br /&gt;sitems[6]=["Dynamic Clocks &amp; Dates", "http://www.dynamicdrive.com/dynamicindex6/"]&lt;br /&gt;sitems[7]=["Text Animations", "http://www.dynamicdrive.com/dynamicindex10/"]&lt;br /&gt;sitems[8]=["Browser Window", "http://www.dynamicdrive.com/dynamicindex8/"]&lt;br /&gt;sitems[9]=["User System Information", "http://www.dynamicdrive.com/dynamicindex9/"]&lt;br /&gt;sitems[10]=["Other", "http://www.dynamicdrive.com/dynamicindex11/"]&lt;br /&gt;&lt;br /&gt;//If you want the links to load in another frame/window, specify name of target (ie: target="_new")&lt;br /&gt;var target=""&lt;br /&gt;&lt;br /&gt;/////////////////////////////////////////////////////////&lt;br /&gt;&lt;br /&gt;if (ie4||ns4||ns6){&lt;br /&gt;for (i=0;i&lt;sitems.length;i++){&lt;br /&gt;if (sitems[i][1])&lt;br /&gt;document.write('&lt;a href="'+sitems[i][1]+'" target="'+target+'"&gt;')&lt;br /&gt;document.write(sitems[i][0])&lt;br /&gt;if (sitems[i][1])&lt;br /&gt;document.write('&lt;/a&gt;')&lt;br /&gt;document.write('&lt;br&gt;\n')&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;function regenerate(){&lt;br /&gt;window.location.reload()&lt;br /&gt;}&lt;br /&gt;function regenerate2(){&lt;br /&gt;if (ns4){&lt;br /&gt;document.slidemenubar.left=((parseInt(slidemenu_width)-parseInt(slidemenu_reveal))*-1)&lt;br /&gt;document.slidemenubar.visibility="show"&lt;br /&gt;setTimeout("window.onresize=regenerate",400)&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;window.onload=regenerate2&lt;br /&gt;&lt;br /&gt;rightboundary=0&lt;br /&gt;leftboundary=(parseInt(slidemenu_width)-parseInt(slidemenu_reveal))*-1&lt;br /&gt;&lt;br /&gt;if (ie4||ns6){&lt;br /&gt;document.write('&lt;/div&gt;')&lt;br /&gt;themenu=(ns6)? document.getElementById("slidemenubar2").style : document.all.slidemenubar2.style&lt;br /&gt;}&lt;br /&gt;else if (ns4){&lt;br /&gt;document.write('&lt;/layer&gt;')&lt;br /&gt;themenu=document.layers.slidemenubar&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;function pull(){&lt;br /&gt;if (window.drawit)&lt;br /&gt;clearInterval(drawit)&lt;br /&gt;pullit=setInterval("pullengine()",10)&lt;br /&gt;}&lt;br /&gt;function draw(){&lt;br /&gt;clearInterval(pullit)&lt;br /&gt;drawit=setInterval("drawengine()",10)&lt;br /&gt;}&lt;br /&gt;function pullengine(){&lt;br /&gt;if ((ie4||ns6)&amp;&amp;parseInt(themenu.left)&lt;rightboundary)&lt;br /&gt;themenu.left=parseInt(themenu.left)+10+"px"&lt;br /&gt;else if(ns4&amp;&amp;themenu.left&lt;rightboundary)&lt;br /&gt;themenu.left+=10&lt;br /&gt;else if (window.pullit){&lt;br /&gt;themenu.left=0&lt;br /&gt;clearInterval(pullit)&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;function drawengine(){&lt;br /&gt;if ((ie4||ns6)&amp;&amp;parseInt(themenu.left)&gt;leftboundary)&lt;br /&gt;themenu.left=parseInt(themenu.left)-10+"px"&lt;br /&gt;else if(ns4&amp;&amp;themenu.left&gt;leftboundary)&lt;br /&gt;themenu.left-=10&lt;br /&gt;else if (window.drawit){&lt;br /&gt;themenu.left=leftboundary&lt;br /&gt;clearInterval(drawit)&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&lt;/script&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3308592184691107856-3602214107982086908?l=flyinboat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flyinboat.blogspot.com/feeds/3602214107982086908/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3308592184691107856&amp;postID=3602214107982086908' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/3602214107982086908'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/3602214107982086908'/><link rel='alternate' type='text/html' href='http://flyinboat.blogspot.com/2009/05/one-very-cool-javascript-menu.html' title='one very cool javascript menu'/><author><name>felix Zhang</name><uri>http://www.blogger.com/profile/00296976673903133823</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3308592184691107856.post-2960670606601713816</id><published>2009-05-12T19:26:00.000-07:00</published><updated>2009-05-12T21:09:56.490-07:00</updated><title type='text'>Apache friend: XAMPP</title><content type='html'>Today, I downloaded XAMPP, because I know it's a little boring to install apach and distribution with mysql and php, Now, XAMPP can solve all of these problems. Just download , extract and start. There are no changes to the Windows registry and it's not necessary to edit any configuration files.&lt;br /&gt;&lt;br /&gt;here is the website address: &lt;a href="http://www.apachefriends.org/en/xampp.html"&gt;http://www.apachefriends.org/en/xampp.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I'll post some of the articles about my using experience later.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3308592184691107856-2960670606601713816?l=flyinboat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flyinboat.blogspot.com/feeds/2960670606601713816/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3308592184691107856&amp;postID=2960670606601713816' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/2960670606601713816'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/2960670606601713816'/><link rel='alternate' type='text/html' href='http://flyinboat.blogspot.com/2009/05/apache-friend-xampp.html' title='Apache friend: XAMPP'/><author><name>felix Zhang</name><uri>http://www.blogger.com/profile/00296976673903133823</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3308592184691107856.post-5041825500980578200</id><published>2009-05-01T22:16:00.000-07:00</published><updated>2009-05-01T22:24:30.033-07:00</updated><title type='text'>google: sort by date &amp;as_qdr=d</title><content type='html'>These days, I am writing a report regarding data mining. Because data mining is advancing several decades, but we only need artiles&lt;br /&gt;which were published at most recent five years. So, if I search the data mining from the journals database from year of 2004, most&lt;br /&gt;articles are very detailed technologies of data mining , about algorithms or something stuff let me feel dizzy,of couse I don't like them.  I only need some general artiles about general idea of data mining. So, maybe search from google is a better ieda. The problem is arised&lt;br /&gt;that sounds like google don't offer us the function of sort of articles by date. But it's not a difficult issue, EASY, just when you finish&lt;br /&gt;search, append these words after the web address "&amp;amp;as_qdr=d", every articles have showed the date and sort of articles by date as well.&lt;br /&gt;&lt;br /&gt;more details:&lt;br /&gt;&amp;amp;as_qdr=all   all the time&lt;br /&gt;&amp;amp;as_qdr=d     day&lt;br /&gt;&amp;amp;as_qdr=w    week&lt;br /&gt;&amp;amp;as_qdr=m   month&lt;br /&gt;&amp;amp;as_qdr=m2   two months&lt;br /&gt;&amp;amp;as_qdr=m3   three months&lt;br /&gt;&amp;amp;as_qdr=m6    six months&lt;br /&gt;&amp;amp;as_qdr=y       year&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3308592184691107856-5041825500980578200?l=flyinboat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flyinboat.blogspot.com/feeds/5041825500980578200/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3308592184691107856&amp;postID=5041825500980578200' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/5041825500980578200'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/5041825500980578200'/><link rel='alternate' type='text/html' href='http://flyinboat.blogspot.com/2009/05/google-sort-by-date.html' title='google: sort by date &amp;as_qdr=d'/><author><name>felix Zhang</name><uri>http://www.blogger.com/profile/00296976673903133823</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3308592184691107856.post-1290355211790156363</id><published>2009-04-05T16:57:00.000-07:00</published><updated>2009-04-05T16:58:25.105-07:00</updated><title type='text'>How do I change my MySQL password?</title><content type='html'>at the "mysql&gt;" prompt, type:&lt;br /&gt;set password = password("yournewpassword");&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3308592184691107856-1290355211790156363?l=flyinboat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flyinboat.blogspot.com/feeds/1290355211790156363/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3308592184691107856&amp;postID=1290355211790156363' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/1290355211790156363'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/1290355211790156363'/><link rel='alternate' type='text/html' href='http://flyinboat.blogspot.com/2009/04/how-do-i-change-my-mysql-password.html' title='How do I change my MySQL password?'/><author><name>felix Zhang</name><uri>http://www.blogger.com/profile/00296976673903133823</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3308592184691107856.post-6287498791043282444</id><published>2009-03-30T19:59:00.000-07:00</published><updated>2009-03-30T20:04:27.912-07:00</updated><title type='text'>my final learning proposal</title><content type='html'>very glad that I've finished my final learning proposal.  This is just the begining, I think there must some challenge things are waiting for me:)&lt;br /&gt;&lt;br /&gt;I have uploaded my learning proposal in two places, one is in charlie server ,the other one is 000bebhost:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www-student.it.uts.edu.au/~feizhang/LearningProposal-ZhangFeizhou.htm"&gt;http://www-student.it.uts.edu.au/~feizhang/LearningProposal-ZhangFeizhou.htm&lt;/a&gt;&lt;br /&gt;or&lt;br /&gt;http://felix.netau.net/LearningProposal-ZhangFeizhou.htm&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3308592184691107856-6287498791043282444?l=flyinboat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flyinboat.blogspot.com/feeds/6287498791043282444/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3308592184691107856&amp;postID=6287498791043282444' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/6287498791043282444'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/6287498791043282444'/><link rel='alternate' type='text/html' href='http://flyinboat.blogspot.com/2009/03/my-final-learning-proposal.html' title='my final learning proposal'/><author><name>felix Zhang</name><uri>http://www.blogger.com/profile/00296976673903133823</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3308592184691107856.post-6062576574949046579</id><published>2009-03-16T19:34:00.000-07:00</published><updated>2009-03-16T19:36:30.321-07:00</updated><title type='text'>my draft of learning proposal</title><content type='html'>&lt;a href="http://www-student.it.uts.edu.au/~feizhang/LearningProposal-ZhangFeizhou.htm"&gt;http://www-student.it.uts.edu.au/~feizhang/LearningProposal-ZhangFeizhou.htm&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3308592184691107856-6062576574949046579?l=flyinboat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flyinboat.blogspot.com/feeds/6062576574949046579/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3308592184691107856&amp;postID=6062576574949046579' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/6062576574949046579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/6062576574949046579'/><link rel='alternate' type='text/html' href='http://flyinboat.blogspot.com/2009/03/my-draft-of-learning-proposal.html' title='my draft of learning proposal'/><author><name>felix Zhang</name><uri>http://www.blogger.com/profile/00296976673903133823</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3308592184691107856.post-1980466175514609828</id><published>2009-03-15T16:12:00.000-07:00</published><updated>2009-03-15T16:13:33.603-07:00</updated><title type='text'>Comprehension Rules!</title><content type='html'>􀀉 Make lots of connections to yourself, other texts, or the outside world&lt;br /&gt;􀀉 Predict what is coming next&lt;br /&gt;􀀉 Ask questions as you read&lt;br /&gt;􀀉 Visualize by forming pictures in your mind as you read&lt;br /&gt;􀀉 Determine what is important from what is not&lt;br /&gt;􀀉 Clarify the author’s purpose&lt;br /&gt;􀀉 Read between the lines&lt;br /&gt;􀀉 Stop when you encounter a new word and find the meaning&lt;br /&gt;􀀉 Discuss what you are reading with someone else&lt;br /&gt;􀀉 When the text is confusing, stop reading and ask for help or reread&lt;br /&gt;􀀉 Think about how individual ideas fit together to create a whole&lt;br /&gt;􀀉 Be creative as you read. How will you use the information?&lt;br /&gt;􀀉 Be aware of yourself as a reader. Know when you become frustrated or&lt;br /&gt;you get it!&lt;br /&gt;􀀉 Find something to read that you enjoy.&lt;br /&gt;􀀉 Read something each day.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3308592184691107856-1980466175514609828?l=flyinboat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flyinboat.blogspot.com/feeds/1980466175514609828/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3308592184691107856&amp;postID=1980466175514609828' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/1980466175514609828'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/1980466175514609828'/><link rel='alternate' type='text/html' href='http://flyinboat.blogspot.com/2009/03/comprehension-rules.html' title='Comprehension Rules!'/><author><name>felix Zhang</name><uri>http://www.blogger.com/profile/00296976673903133823</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3308592184691107856.post-4350642331576644937</id><published>2009-03-15T16:07:00.000-07:00</published><updated>2009-03-15T16:10:45.111-07:00</updated><title type='text'>Thomas Jefferson’s Ten Rules for the Good Life</title><content type='html'>1. Never put off till tomorrow what you can do today.&lt;br /&gt;2. Never trouble another for what you can do yourself.&lt;br /&gt;3. Never spend your money before you have it.&lt;br /&gt;4. Never buy what you do not want because it is cheap; itwill never be dear to you.&lt;br /&gt;5. Pride costs us more than hunger, thirst, and cold.&lt;br /&gt;6. Never repent of having eaten too little.&lt;br /&gt;7. Nothing is troublesome that we do willingly.&lt;br /&gt;8. Don’t let the evils which have never happened cost youpain.&lt;br /&gt;9. Always take things by their smooth handle.&lt;br /&gt;10. When angry, count to ten before you speak; if very angry,count to one hundred.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3308592184691107856-4350642331576644937?l=flyinboat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flyinboat.blogspot.com/feeds/4350642331576644937/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3308592184691107856&amp;postID=4350642331576644937' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/4350642331576644937'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/4350642331576644937'/><link rel='alternate' type='text/html' href='http://flyinboat.blogspot.com/2009/03/thomas-jeffersons-ten-rules-for-good.html' title='Thomas Jefferson’s Ten Rules for the Good Life'/><author><name>felix Zhang</name><uri>http://www.blogger.com/profile/00296976673903133823</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3308592184691107856.post-7315202571657259671</id><published>2009-03-02T14:47:00.000-08:00</published><updated>2009-03-02T15:12:56.224-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='quote'/><title type='text'>some quotes</title><content type='html'>1. Hard work is often the easy work you did not doat the proper time.&lt;br /&gt;2.Without suffering there is no compassion&lt;br /&gt;3.Reading without reflecting is like eating without digesting.&lt;br /&gt;4.Men talk of killing time, while time quietly kills them. -- Dion Boucicault&lt;br /&gt;5.Attitude is a little thing that makes a big difference. -- Winston Churchill&lt;br /&gt;6.Today is the tomorrow we worried about yesterday.&lt;br /&gt;7.If you want to make your dreams come true, the first thing you have to do is wake up.--J.M. Power&lt;br /&gt;8.Nothing is worth more than this day. --Johann Wolfgang von Goethe&lt;br /&gt;9.When I do good, I fell good. When I do bad, I feel bad. That's my religion.&lt;br /&gt;10.There are no menial jobs, only menial attitudes. --William J.Bennett&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3308592184691107856-7315202571657259671?l=flyinboat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://flyinboat.blogspot.com/feeds/7315202571657259671/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3308592184691107856&amp;postID=7315202571657259671' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/7315202571657259671'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3308592184691107856/posts/default/7315202571657259671'/><link rel='alternate' type='text/html' href='http://flyinboat.blogspot.com/2009/03/some-quotes.html' title='some quotes'/><author><name>felix Zhang</name><uri>http://www.blogger.com/profile/00296976673903133823</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
