Archive

Archive for the ‘Programming’ Category

The Progress of my iPhone App (我的iPhone軟件開發進度)

April 23rd, 2009 小白 (SiuPak) No comments

My iPhone App

LOL…I should pay more effort on my study.

——————

呵呵…看來我應該加把勁學習才行。

Web Development Resources from Apple (蘋果的網頁開發資源)

April 11th, 2009 小白 (SiuPak) No comments

Yesterday, due to my job, I need to add some validation functions for a web form (which means to check if the required fields have been filled or not). I googled with some keywords and found the website of Apple Developer Connect(ADC) which has all the resources I needed.

http://developer.apple.com/internet/ADC - Internet & Web

ADC provides rich developerment resources for not only the OSX and iPhone, but also the Web, too! And this is what I was looking for:

http://developer.apple.com/internet/webcontent/validation.html

A complete set of  JavaScript source code. The most important thing is: I can modify the code as I want. (Since I have to modify it in order to complete the web form I was working on.)

—————————————————

昨天因為工作的關係,要為一張Web Form加入欄位有效性檢驗功能(就是檢查必填的格子有沒有被忽略了之類的功能)。在Google隨意搜了一下,無意中發現了原來蘋果的Apple Developer Connect網頁,正好提供了我想要的東西。

http://developer.apple.com/internet/

原來ADC提供的不只是OSX和iPhone的開發資源,連Web的也提供了很豐富的資源。而我就是為了這一頁而來:

http://developer.apple.com/internet/webcontent/validation.html

非常方便齊全的JavaScript原始碼。最重要的是我可以修改原始碼供自用(因為我真的需要修改才符合我要造的效果)。