2011年10月30日

[C#] - HTML轉成XML做Xpath

最近有一個需求是要做HTML的資料擷取,在以前是使用字串處理在運作,

後來運用正規式(Regular Expression)做分析擷取,不過有一個缺點就是維護不容易,

當原本要擷取的網頁異動時,便要全部重寫維護成本太高,

最近看了網路上的文章有人使用Xpath,才想到可以透過XML的特性去做分析擷取,

維護上也比較容易,不過要自己寫一個轉換的模組有些花時間,

2011年10月12日

[Asp.net] - Ajax ModalPopupExtender postback


Ajax提供了不少好用的套件ModalPopupExtender是其中之一,

ModalPopupExtender可以做出彈跳式視窗,不過也能做其他運用,

譬如:在上面做查詢動作再選資料才關閉視窗,

2011年10月11日

[Asp.net] - XML Element Valid

XML Element 可以自定義名稱很方便,不過還是有一些限制 以下是他的規則
XML elements must follow these naming rules: 1.Names can contain letters, numbers, and other characters 2.Names cannot start with a number or punctuation character 3.Names cannot start with the letters xml (or XML, or Xml, etc) 4.Names cannot contain spaces

2011年10月5日

[Asp.net][C#] - UpdatePanel focus 失效

UpdatePanel提供了一個局部更新的方案!

但在UpdatePanel裡面的Control做Focus時,卻會失效!

2011年10月1日

[jQuery] - LavaLamp 效果

最近迷上了jQuery絢麗的效果!

找了幾個好玩的特效來練習,LavaLamp 是一個滑動的menu特效