Posts Tagged ‘编程’

Computer Science Course?

Saturday, August 26th, 2006

Sometimes things makes me wonder why am I taking this “Computer Science” course where it is actually a course to teach you how to write programs. I actually expected something like how computer works in detail not programming in DEF language that is popular in demand in local business market. These few days some incidents or I shall say an article makes me think again whether my decision to take this course is a good decision. The article was recommended by my lecturer who lectures us in a subject/unit named “Internet Programming” which should be renamed as “Writting ASP.NET Websites With C#”. Although I find the unit not as interesting as I expected (because most of the things covered in the syllabus are covered again and again in some other subjects/units I took in previous semesters. It is still an interesting subject anyway, considering we have a better image of the .NET framework.)

(more…)

界面的再次更新

Friday, February 24th, 2006

这次更新总算是比之前的满意,当然要做的仍然很多,有任何意见欢迎随时留言。这次的设计最重要的元素是javascript的运用。你所看到的全部圆边都是经由javascript呼出来的,当然,由于我的功力有限,所以制作圆边的方式几乎是使用暴力的方法写出来的。详细的制作方法将在我完成所有的细节后再放上来吧,这个假期做得最好的恐怕就是我blog的设计了,其他的仍然是一点眉目都没有。

Assignments, assignments….

Monday, December 26th, 2005

I got so impressed after looking at my friend’s assignment interface. It was simply just tooooooo nice. Therefore, me and my group members agreed to decorate our assignment a bit. Besides that, since we started using MDI, then the whole structure has to be revised.

We have added a navigation menu, so that the bar up there doesn’t look too plain (what an excuse). Then we added in some shortcut button suggested by one of my group members. We have also removed our so-called “logo”, since it was not so nice. And lastly, almost all buttons are now with icons so that user can see them clearly (hehehe).

Our system is usable at the moment as long as u do not key in the wrong thing (like you enter letters when you are asked to enter numeric) because we do not have time to do complete validation. We expect all the validation will be done at the time we submit our assignment though. Below are some of the screenshots taken from my assignment project. You can click on them for better enlarged view.

aboutsplash
homehome(not logged in)borrowconfirmborrowaddbookregisterreportprofilemembermaintainmanagebooklogoutreturnconfirmreturn

Today’s presentation

Thursday, November 24th, 2005

Wahaha, the presentation was just going fine just that our group has missed some feature that is suppose to be ready as mentioned in our proposal. Besides that, our lecturer also required us to prepare some new modules in order to make the system more complete. However, since we havn’t learn anything about MDI yet I think I will just wait until all three of us master that chapter then only we start our second version.

Our group are quite fortunate since there are not much problems occur during our presentation. The group after us keep facing technical problems and this helped the last group because they have another week to prepare for this presentation. However, if I were them I will feel a bit dissapointed. Hohoho.

VB Prototype…..

Wednesday, November 23rd, 2005

Just spent half a day finishing the interface for my group’s system - library system. And since we couldnt come out with a name that is interesting, so we just simply name the system as “Up2U Library System”, sounds dumb ho…?

Up2U Interface

Showing above is the main screen interface for our system. The system is separated into 3 parts with 2 modules each. I am in charge of the administration part of the system. Following is one of the screens for my module.

Up2u 2

Look dumb huh… Basically, since MDI is not yet taught by the lecturer and I am really to busy to learn that in advance, so I link all the interfaces with “Unload” and “Load” commands. Therefore there is nothing really special about our system. Probably after learning MDI in the coming weeks then I will convert the whole system to MDI, hehehe.