2013年12月27日 星期五
2013年12月16日 星期一
2013年12月9日 星期一
Lab 29 Making images accessible
1. Study what an ALT tag is.
2. Use Notepad++ to edit the following homepage
at http://bloggercamp.blogspot.com/2007/01/2007.html
2. Use Notepad++ to edit the following homepage
at http://bloggercamp.blogspot.com/2007/01/2007.html
3. Save your editings and preview your webpage.
4. Make the webpage accessible by
adding ALT text to the images.
5. Check whether you can see the ALT text for the images by moving the mouse over the image.
4. Make the webpage accessible by
adding ALT text to the images.
5. Check whether you can see the ALT text for the images by moving the mouse over the image.
Lab 28 視障者使用網頁的需求
2013年12月2日 星期一
Lab 27 如何計算 PageRank
有A, B, C 三個網頁,A引用了B, C,B引用了C,C也引用了 A
計算A,B,C 三個網頁的PageRank,三者PageRank排序為何?
P(A)=0.15+P(C)/2*0.85
P(B)=P(A)*0.85+0.15
P(C)=[P(A)+P(B)]*0.85+0.15
P(A)=0.8078
P(B)=0.8366
P(C)=1.5478
得 P(C) > P(B) > P(A)
計算A,B,C 三個網頁的PageRank,三者PageRank排序為何?
P(A)=0.15+P(C)/2*0.85
P(B)=P(A)*0.85+0.15
P(C)=[P(A)+P(B)]*0.85+0.15
P(A)=0.8078
P(B)=0.8366
P(C)=1.5478
得 P(C) > P(B) > P(A)
訂閱:
文章 (Atom)