sumsumss.blogspot.com
SumSum Blog: September 2007
http://sumsumss.blogspot.com/2007_09_01_archive.html
Friday, September 28, 2007. Week 4 Blog - Web Design Hints. I have read a webpage about" Web Design Hints. Easy to read, Easy on the eye – use the light pastel-colored backgrounds and dark text. Background colors – prevent use the grey background color. Images – use the less file size of the page to prevent the loading time. Colors and hyperlinks – different colors for indicating whether visit the page or not. Page Design – break into small page to avoid the scrolling. Hope All of You Enjoy My Sharing.
matthewhowai.blogspot.com
Matthewhowai Blog : CS3382-Web Usability Design and Engineering
http://matthewhowai.blogspot.com/2007/11/css.html
Web Usability Design - SEO. With SEO tools, for CS3382 - Web Usability Design and Engineering, from CityU, by Blogger. Tuesday, 13 November 2007. CSS : Solve min-width Problems CS3382 - Week 10. How to Use CSS to Solve min-width Problems in Internet Explorer. Http:/ www.webreference.com/programming/min-width/2.html. Maximum and Minimum Height and Width in Internet Explorer. Http:/ www.intensivstation.ch/en/templates/. Subscribe to: Post Comments (Atom). Cityu Web Hacker Turtle. Chinese forum about SEO.
sumsumss.blogspot.com
SumSum Blog: Week 8 Blog - Web 2.0 Design
http://sumsumss.blogspot.com/2007/10/week-6-blog-web-20-design.html
Thursday, October 25, 2007. Week 8 Blog - Web 2.0 Design. I would like to introduce some free online tools. They can help you to design the professional and beautiful. Web 20 logo creatr. Web 20 Free Logo Generator. It can generate Web 2.0 Button. It can generate the rounded corner of the table. 8211; Only work at IE and FireFox. Hope All of You Enjoy My Sharing. Subscribe to: Post Comments (Atom). CityU Web Hacker Turtle. CityU Web Hacker Turtle. CityU Web Hacker Turtle. View my complete profile.
sumsumss.blogspot.com
SumSum Blog: Week 13 Blog - 10 colour contrasting checking tools to improve the accessibility of your design
http://sumsumss.blogspot.com/2007/10/week-6-blog-10-colour-contrasting.html
Friday, November 30, 2007. Week 13 Blog - 10 colour contrasting checking tools to improve the accessibility of your design. I have read an article about 10 colour contrasting checking tools to improve the accessibility of your design. In this article, we can use the Color Contrast Tool. To check whether the page is readable or not. The readability is very important factor in the web design. Here are the difficult Colour Brightness formula and Colour Difference Formula. Color match, Color calaculator.
sumsumss.blogspot.com
SumSum Blog: Week 12 Blog - CSS Layout
http://sumsumss.blogspot.com/2007/11/week-6-blog-css-layout.html
Friday, November 23, 2007. Week 12 Blog - CSS Layout. During implement the website, i use the css for my layout design. But i have some difficultly about the css layout. It is not compatible for different browsers. I know there are some bug in IE and firefox. There are some bug in the IE and firefox. I find the following online CSS layout generator is quite good. You can choose which standard of website and then choose which layout you prefer. Hope All of You Enjoy My Sharing. CityU Web Hacker Turtle.
sumsumss.blogspot.com
SumSum Blog: Week 5 Blog - How to test your website
http://sumsumss.blogspot.com/2007/10/week-6-blog-how-to-test-your-website.html
Friday, October 5, 2007. Week 5 Blog - How to test your website. I have read an article about how to test your website. Here are the steps of testing a website. Document Type Definition (DOCTYPE). We need to add. For each of pages. We need to add meta. For each of page. Validated the each page of the website. The W3C Validation Service. Tidy the HTML coding tool and validation: HTML Tidy. Checked the spelling of the content in the website. Verified the all links in the website. Backup copy of the files.
matthewhowai.blogspot.com
Matthewhowai Blog : CS3382-Web Usability Design and Engineering
http://matthewhowai.blogspot.com/2007_11_01_archive.html
Web Usability Design - SEO. With SEO tools, for CS3382 - Web Usability Design and Engineering, from CityU, by Blogger. Thursday, 29 November 2007. SEO : Website structure CS3382 - Week12. Optimization of website structure. Physical Structure (e.g. menu, navigation bar). Logical Structure (e.g. quick links, internal links ). For SEO, the most important point is not how well the physical structure (URL depth), but how deep. Is the page from the homepage. Tuesday, 20 November 2007. Former item at (100, 200).
matthewhowai.blogspot.com
Matthewhowai Blog : CS3382-Web Usability Design and Engineering
http://matthewhowai.blogspot.com/2007/10/seo-redirect-method-301-and-302.html
Web Usability Design - SEO. With SEO tools, for CS3382 - Web Usability Design and Engineering, from CityU, by Blogger. Thursday, 1 November 2007. SEO : redirect method (301 and 302) CS3382 - Week 8. 301(Permanently Moved), 302(Temporarily Moved) are often used because of the web hosting of website changes. The method and steps need to do as the followings. Taking Linux using Apache as web server as example):. Redirect 301 In PHP. Header( "HTTP/1.1 301 Moved Permanently" ) ;. HTTP Status Codes Checker.
matthewhowai.blogspot.com
Matthewhowai Blog : CS3382-Web Usability Design and Engineering
http://matthewhowai.blogspot.com/2007/10/seo-seo-tools-for-firefox-week-7.html
Web Usability Design - SEO. With SEO tools, for CS3382 - Web Usability Design and Engineering, from CityU, by Blogger. Thursday, 18 October 2007. SEO: "SEO Tools for Firefox". Can search rapidly for SEO message, including content of meta tags, whois message of the webite, content od robots.txt, keyword density, number of internal links and backlinks, other useful information. Here is the screen shot:. If you like it, you can download from here. Subscribe to: Post Comments (Atom). Cityu Web Hacker Turtle.
matthewhowai.blogspot.com
Matthewhowai Blog : CS3382-Web Usability Design and Engineering
http://matthewhowai.blogspot.com/2007/11/css-priority-of-display-float-and.html
Web Usability Design - SEO. With SEO tools, for CS3382 - Web Usability Design and Engineering, from CityU, by Blogger. Tuesday, 20 November 2007. CSS : Priority of display, float and position CS3382 - Week11. There is priority between display, float and position, so their setting may cover each other if not in appropriate use. 1 display : none = no position, no float. None = position : absolute OR fixed. 3 display : block AND float : none = top, bottom, left. right (use absolute position). Top : 10px;.