Tuesday, February 26, 2008

面試後記 Interview record

在面試過後,
明白到自己要變得更完善.
因為我沒有什麼好背景
及很好的成績
這個是一個Group Interview
有人係青衣IVE的
有人係PolyU 讀AD的
有人係係CU 讀的
我就係一個比例較自閉的人
雖然唔係成日同人講野,
但就知有些什麼話係可以講
有些話係唔講得的
在interview 入面,我問了一些好蠢的問題
"有些什麼程式語言可以學到在HKUST"
"Low-level的多些,還是High-level多些"
真係精神崩潰
為何我就只有問一些關於程式的問題
除了程式,我可以問其他問題的.為何我選這個問題!?= ="

希望可能係在這個學期有好些的成績啦!!!


After I have a interview,
I really know that I must be more perfect.
Because I haven't show a good background
and my result in IVE is not good enough.
This is group interview.
Someone is in IVE(TY).
Someone is studying Advanced Diploma in PolyU.
And someone is studing in CU.
I am a quite shy person.
Althought I am not always talk with other,
I know what I should ask and what I shouldn't say.
In the Interview, I have ask a quite stupid question.
"What type of program language does we can learn in HKUST?"
"Low-level or High-level is more?"
I think I am exhausted.
Why I always just ask some question about the programming.
Except programming , I can ask many question.Why I choose this question.= ="

Hope that I can get a good result in this semester.

Sunday, February 24, 2008

大學面試 University Interview

明日要到HKUST作大學面試
雖然未到Credit
但interview意味有機會入U嗎!?
開始擔心會問些什麼的問題
會問關於FYP的問題嗎!?
會問到我明唔明白這個Programme係讀什麼嗎!?
會問到我會如何達到Credit的問題嗎!?
...
一切一切明日就會知到
但現在驚的係什麼呢!?
心入面有一種好怪的感覺
看似又不是關於這次的面試
究竟是什麼呢!?

Tomorrow I have a interview in HKUST
I haven't gotten Credit in my result
But Does it mean I had a chance to study in HKUST !?
I am start to worry about that.
Will they ask me about the Final Year Project!?
Will they ask me "did you understand about this programme?"?
Will they care how I can get credit in my result?
...
All of that, I will know in tomorrow.
But what I am afraid.
I have a strange feeling in my heart.
Seem Like it doesn't about the interview.
What am I worrying about?
Nobody Know

天狼星相冊再製 SiriusPhoto is redesigning

本日開始再製早前的SiriusPhoto
SiriusPhoto 係用Flash 的產物
目的為了展示相片
為方便不用修改Flash
就做到改相的功能
因此用了XML作為存取相片的資料媒介
做到加相片更可以用PHP去產生這個XML
Version 1.0係非常不完善的版本
因就有多少句
可拉的相片就有多少
而這次的再製版Version 1.5
係想做到有縮圖按鈕
一按下按鈕左面的相片展示區
就出現該圖
當然現時在於loader 的設計
設計如何令到每一幅相片存取下來的進度
可以顯示給用戶看
當中開始學懂了如何利用AddListener
去監察每一個相片的進度
當完成SiriusPhoto
就可以用在很多方面
用於公司網站的Gallery
用於個人網站的製成品展示
或是普通朋友間觀看照片的Browser

Today, I start to redesign SiriusPhoto
SiriusPhoto is used Flash to develop.
Aim to show the photo
And I wanna to edit the photo that do not need to change in Flash.
For this reason, I used XML format to store the imnformation about the photo.
If you want to add more photo, you also can use PHP to generate this XML file.
In Version 1.0, That is a faultiness version.
Because it related to how many photo you have.
(That's related to the tag in the XML file.)
If you have many photo, It will display a lots of photo.
So that you can not watch the photo clearly.
In this redesign version 1.5,
I want the Gallery have many thumbnail.
This thumbnail is a button to call the Flash to show the photo you selected.
Now I am care in designing the loader
How to add the rate of progress of the photo
So the user can see how long he/she will have to wait.

After I have finished SiriusPhoto,
It can be in many way.
Use it in some Company's Gallery
or use it in the personal website to show my manufactured goods.
Moreover, It can be the browser for your friend to watch the photo.

Saturday, February 23, 2008

Microsoft Visual C# 2008 Expression

最近因為想學習C#,
而開始不斷找圖書館中的書.
其中在公共圖書館有一本叫
C# .NET 資料庫開發聖經
雖然係舊書一本,
但基本上係講如果用SQL 2005 去開發程式
如何部署專案以致用戶可以一安裝就可以使用
當中明白到與普通的Java Code相差不多
只係某一些的Function不同名
同時寫Java Application係要用Code
去表現一些介面控制項目
而Visual C# 就有方便設計介面的設定
比較方便

現在還有一本書未借藉回來
Visual C# 2005 程式開發與介面設計秘訣
希望這一本書更接近2008的Function

在近期在一個Blog中發現到Microsoft有一個新的網站
Forge New Powers
不知是一個怎樣的網站呢!?

P.S : 好似Borland有軟件可方便設計Java Application.
但就好似未用過

In this few week,
I wanna to learn C#
So I have started to find books in library.
In public Library, I find a book is called "C# .NET 資料庫開發聖經".
Althought it is a outdated book,
it basically is about how to develop a window program to manage the data in SQL 2005.
And How to publish your project.So that the user easy to use after the programme is installed.
After I have read this book,
I know that C# code is similar to Java code
It's only difference in Function Name.
If you develop a Java Application,You only can use code and no tool that can help you.
However, Visual C# have a design tool for you.
Whoever you are a programmer or a designer.
You are suitable to use Visual C#.

Now I have request a book in IVE library.
It is called "Visual C# 2005 程式開發與介面設計秘訣".
Hope this book can improve my knowledge in C#

Also, I have find a new site in a blog
Microsoft have create a new website.
But I don't know what it is about.
Forge New Powers

P.S : Seem like Borland have software to develop Java application.
But I haven't use it before.

Tuesday, February 12, 2008

TRIWORKS




TRIWORKS

設計師 : PT Team ( Group )
Designer

服務 : 網頁設計 / CD or DVD製作 / 影片製作 / 影相 / 插畫 / 3D / 網上交易 / LOGO製作
Service : WEB DEVELOPMENT / CD or DVDS / VIDEO / PHOTOGRAPHY / LLUSTRATION / 3D /E-COMMERCE / BRANDING

連結 : http://www.triworks.net/triworks2008/
Link

首頁開始就有一種吸力
但入到去的家庭式影院的形態就不多討好
唯獨係介紹自己的工作就不錯
有種似PSP的選單型式
而且也似一個迷你影院
3D也是我喜歡的地方

In Front Page, It attract me.
When I enter the site, I see a mini home-theater.
But I am not really like this style.
In the Project Page, I feel Better.
It seem like the choice list in PSP.
And it is also a mini movie theater.
I love the designer's 3D product too.

Monday, February 11, 2008

HYBRIDWORKS



HYBRIDWORKS

設計師 : Masaki Hoshino
Designer

服務 : 圖像設計
Service GRAPHIC DESIGN

連結 : http://www.hybridworks.jp/
Link

這個網站都觀察左幾年
超小型的pixel art + Illustration
係細小的pixel地圖中...更有動畫
而其製作的雲便係迫真
能夠製作這些圖像
對於我來說,我已經係開心死
可見這個網站的設計師係好細心的人
能夠細緻到水的流動也表達到
敬佩也!!!

P.S. : 在2006年此站更開始賣自己的作品
可惜的係只限係日本買賣

I have observe this website in a few year.
A tiny Pixel Art and many illustration.
In the pixel map, It also is a animation.
The cloud that the designer illustrate is really real.
In fact of me, If I can design in this style, I will happy until die.
It is thus clear that the designer is a attentive guy.
The designer can express the water float in the pixel graphic
I admire this designer.

P.S. : In 2006, This website has open a shop to sell his illustration
Start to turn his illustration to be his own product.
Unfortunately, his product only sells in Janpan.

ムラカミデザイン事務所 MURAKAMI DESIGN OFFICE



ムラカミデザイン事務所
MURAKAMI DESIGN OFFICE

設計師 : 村上英亜
Designer HIDETSUGU MURAKAMI

服務 : 動畫 / 網頁設計 / 圖像設計
Service MOTION GRAPHICS / WEB DESIGN / GRAPHIC DESIGN

連結 : http://www.murakamidesign.jp/
Link


一個好正的網站
無論係設計或是音樂方面都非常好的網站
本人對於這個設計師所製作的影片
係結合厲害的3D及強勁的背景音樂
整體來看,設計師已係一個有多方面技術的人
有3D與Flash的技巧就已經可以做出美觀的介紹網站
絕對係一個值得加入好網列表的網站

A outstanding website.
Whatever is the design or the music is very great website.
I really like the designer 's movie, because the designer mix the
formidable 3D and the powerful BGM.
Overall this website, the designer knows many difference techniques
Just use 3D and Flash, The designer can develop a artistic website.
You must add this website to your link list absolutely.

幸運部落 Lucky Blog

開了這個部落不久
就已經為我帶來強運
有機會整一個公司網站
係一個好好的機會走Programmer + Web Designer的路
但問題係好多網存空間的知識要有
對於網存係新手...但整網站就係可算熟手
因都整左5年非公司網站
現時就只係擔心會唔會破壞到別人公司的名譽
而細節及其他也可能要星期二才知道

Open this blog in this week.
It bring me lucky.
I have a chance to design a company website.
That is good for me to work in programming + Web Design
But the problem is I should know some information about web hosting
In fact, Finding a good web hosting,I am a beginer.
But In Creating Website, I can say I was an expert.
Because I created personal website at 5 years ago.
Now I just care about I will discredit the honor of this company.
And some detail and other will be get in Tuesday.

Saturday, February 9, 2008

新部落 New Serial of Sirius's Blog

新Blog的第一頁.
這個Blog主要係發佈一些新的技術與一此我的最愛.
在其他方面,我會寫下我的所見所聞.
(有時可能因考試或測驗而停寫 = w =)
所以敬請留意本部落的發展哦!!!

This is the first post of this Blog.
I will post all new technology and something that I like in this blog.
In other way, I write down what I have seen in every day.
(Sometime doesn't have any time to write because of the Exam and test = w =)
So Plz care about this blog's future.

 
Copyright ©2008-2009 SiriusResource. SiriusResource is Powered by Blogger