My second Silverlight application: BackLink Checker Beta 1. You can use this application to check if other people has link o your website. It would be quite interesting to know if people are interest on you website, they properly will place a link on their site and recommend it to others. Of course, on the other hand if people think your website is crap, they could also place a link no their site and say..[Not to visit your website …etc.].
今日想同大家介紹一個網頁 想信大家都有聽過[物似主人形] 亦都有人講過 見到你寫的字都估到你是過怎樣既人 只需要簡單的7 個步驟 便在電腦上擁有屬於自己手寫字形 這個網頁可以將你手寫的字轉做可幾由電腦打出來的字 只需要大概 15 分鐘便可以完成 看到這裡是否好想去這個網頁去做自己的字形呢. 需要的工具有 PRINTER(打印機)和 SCANNER(掃描器) 還有一支筆 (最好是黑色的幼或中厚 MARKER [標記筆?]) 有屬於自己的字形這裡就是所需的步驟了 首先到這個網頁 打印模板 (Print Template), 這裡有 2 個格式給你們 Print 出來, 一個字 PDF 另一個是個 IMAGE 檔 (我會建議 print PDF 檔) 填寫剛剛 print 出來的template. (請記住跟著他的格式) 網頁上的 example 可以參考 只需要填寫第一頁, 如果你想用其他的特別字你可以填寫埋第二頁岩 需要 scan 同保存剛寫好的文字 template, 請注意他們只支援幾下的檔案格式的 (.gif, .jpg, .jpeg, .png, .tif, or .tiff file) 上傳檔案和幫自己的字形命名 預覽字形 下載字形 安裝字形 使用windows 的電腦可以按"開始"->"控制台" double click “字形” 選擇"安裝新字形…" -> 瀏覽到該檔案位置 選擇 “Your font (TrueType)” 最後按"確定" 便可 之後可以開啓文字程式選擇自己的字形看看 (E.G. Notepad) 會不會有一些親切感 哈哈
I have installed AVG Free as anti-virus software on my laptop. I think they are quite good. Although it is quite safe, sometime I will use other online virus checker to scan my computer to ensure my computer is secure.
I am learning JQuery at the moment, and going to note down the error/mistake which I made while I am experimenting it. Hope you would find it useful if you encounter the same issue, while you are using JQuery. Please correct me if my concept is
Today I just have a look at the documentation about Crystal report XI Service Packs 5, which has released at the end of Nov 2008. They have mention the PDF generation issue which I posted few days ago about PDF font size get reduced after you export it from crystal report.
I have received a task to convert the project handbook from Word Document into Crystal report. It does not sound difficult until I need to do some formatting and Layout.
Today I need to do a query to get all the record which has 3 decimal places on one of the field and process them by using different method. I am wondering if there any default TSQL function that I can use, so that it can save my time. Unfortunately, I could not find one, so that I decided to write my own function.
Sometime you may find it useful to de-select an Item on ComboBox, when you try to force a user to pick one from the list. Here it is the code sample to deselect a selected item on ComboBox in Silverlight. [Just need to set the selected Index to -1]
I have been searching for SAP Business One 2007 System Requirement for quite a long time. I am not sure why I cannot find it. Unfortunately, the company I work, just upgrade their B12005 to B12007 and apparently B12007 only support MSSQL Server 2005 (If you are using MSSQL) and It will work on SQL 2000, but if you encounter any problem, SAP guy do not have to answer you question, as the system requirement did not say they support SQL 2000
今日在學習CodeIgniter 時 嘗試隨著 CodeIgniter的教學建立一些 Sample Website 但不知道為什麼用 <?=$name?> 不能顯然 $name 的內容, 最後發現原來是 一些 Config 的問題 解決方法: 打開你的 CodeIgniter 檔案夾 到systemapplicationconfig 開啟: config.php 之後找 $config['rewrite_short_tags'] 如果設定為FALSE 的話 就會用不到這個功能的 只要把設定改到好像下面一樣便可 $config[‘rewrite_short_tags’] = TRUE; Hope you find it useful