每天進步1%,一年後的自己將比現在強37倍
世上沒有任何工作一開始就趣味盎然,與其找尋不存在的有趣工作,不如讓眼前的工作變得有趣比較快。 ——三木谷 浩史

http://kb.cnblogs.com/list/1012/


ivch23 發表在 痞客邦 留言(0) 人氣()

http://kb.cnblogs.com/page/107604/


ivch23 發表在 痞客邦 留言(0) 人氣()

http://kb.cnblogs.com/page/106722/


ivch23 發表在 痞客邦 留言(0) 人氣()

http://news.cnblogs.com/n/116532/


ivch23 發表在 痞客邦 留言(0) 人氣()

http://kb.cnblogs.com/page/116501/


ivch23 發表在 痞客邦 留言(0) 人氣()

1.http://www.w3schools.com/css/css_howto.asp

Cascading order

Note: If the link to the external style sheet is placed after the internal style sheet in HTML <head>, the external style sheet will override the internal style sheet!

 

2.http://www.w3schools.com/css/css_font.asp

Set Font Size With Em

The size can be calculated from pixels to em using this formula: pixels/16=em

Use a Combination of Percent and Em

The solution that works in all browsers, is to set a default font-size in percent for the body element:

Example

body {font-size:100%;}
h1 {font-size:2.5em;}
h2 {font-size:1.875em;}
p {font-size:0.875em;}

http://www.w3schools.com/css/tryit.asp?filename=trycss_table_border-collapse

4.http://www.w3schools.com/css/css_list.asp
Crossbrowser Solution

The following example displays the image-marker equally in all browsers:

Example

ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

ivch23 發表在 痞客邦 留言(0) 人氣()

http://msdn.microsoft.com/en-us/library/ms173121.aspx


ivch23 發表在 痞客邦 留言(0) 人氣()

http://timl.net/2008/06/equals-and-referenceequals.html


ivch23 發表在 痞客邦 留言(0) 人氣()

http://www.w3schools.com/js/default.asp

1.http://www.w3schools.com/js/js_obj_boolean.asp

Create a Boolean Object

 

2.http://www.w3schools.com/js/js_cookies.asp

JavaScript Cookies

read again

 


ivch23 發表在 痞客邦 留言(0) 人氣()

http://code.msdn.microsoft.com/windowsapps/site/search


ivch23 發表在 痞客邦 留言(0) 人氣()

http://www.resyschina.com/2011/09/recsys_effect_digg.html


ivch23 發表在 痞客邦 留言(0) 人氣()

http://www.ep66.com.tw/TR.htm


ivch23 發表在 痞客邦 留言(0) 人氣()

http://members.seo-college.jp/?utm_source=www.suzukikenichi.com&utm_medium=blog&utm_campaign=banner


文章標籤

ivch23 發表在 痞客邦 留言(0) 人氣()

LINQ to XML vs. DOM
http://msdn.microsoft.com/en-us/library/bb387021.aspx

Fast way to convert XmlDocument into XDocument

http://blogs.msdn.com/b/marcelolr/archive/2009/03/13/fast-way-to-convert-xmldocument-into-xdocument.aspx

Streaming Into LINQ to XML Using C# Custom Iterators and XmlReader

http://lennilobel.wordpress.com/2009/09/02/streaming-into-linq-to-xml-using-c-custom-iterators-and-xmlreader/

 


ivch23 發表在 痞客邦 留言(0) 人氣()

http://www.dotnetperls.com/process-start


ivch23 發表在 痞客邦 留言(0) 人氣()

1.20个新鲜的Web应用 Web设计师不可错过(3)

http://developer.51cto.com/art/201104/256784_2.htm

2. Web开发者事半功倍的8个网站

http://developer.51cto.com/art/201104/256726.htm

3. 18个超棒的Web和移动应用开发框架新鲜出炉(1)

http://developer.51cto.com/art/201103/251696.htm

4. Web开发人员必收藏的常用速查手册(1)

http://developer.51cto.com/art/201103/251401.htm

5.2Web应用集成问题解决

http://developer.51cto.com/art/201102/245906.htm

6.分享31套精美的Web和手机开发UI素材包(1)

http://developer.51cto.com/art/201104/253878.htm

 


ivch23 發表在 痞客邦 留言(0) 人氣()

http://slides.html5rocks.com/#landing-slide


ivch23 發表在 痞客邦 留言(0) 人氣()

http://www.html5rocks.com/en/


ivch23 發表在 痞客邦 留言(0) 人氣()

http://www.taiwanservices.com.tw/org2/0/homePage_view/zh_TW


ivch23 發表在 痞客邦 留言(0) 人氣()

http://www.careernet.org.tw/Class-5037.html


ivch23 發表在 痞客邦 留言(0) 人氣()

http://tw.lifestyle.yahoo.com/special/201106/theme2_1.html


ivch23 發表在 痞客邦 留言(0) 人氣()

1.http://www.java2s.com/Code/CSharp/XML/XPathNavigator.htm

 

2.http://www.w3schools.com/xpath/xpath_intro.asp

 

3.http://www.codeproject.com/KB/cpp/myXPath.aspx

 

4.Using XPathNavigator in C#

http://www.codeproject.com/KB/XML/usingXPathNavigator.aspx


ivch23 發表在 痞客邦 留言(0) 人氣()

http://dotnettipoftheday.org/


ivch23 發表在 痞客邦 留言(0) 人氣()