Home › Forums › General Support & Discussion › Dynamic web page quality assessment
Tagged: AJAX, HTML, JavaScript
- This topic has 5 replies, 2 voices, and was last updated 12 years, 1 month ago by Rahul Bansal.
-
AuthorPosts
-
August 7, 2012 at 5:24 pm #60432nawnawParticipant
May I know.. How to measure the quality of dynamic web page ?how to extract and catch up the dynamic web content and how to build DOM tree ?
August 7, 2012 at 11:08 pm #60475Rahul BansalKeymasterI am not clear what you want exactly.
You can build DOM tree or manipulate using jQuery. There is Greasemonkey with userscripts who is dedicated for client-side personalization.
Regarding quality analysis, try gtmetrix.com
August 8, 2012 at 2:57 pm #60478nawnawParticipantDear Sir,
Thank you very much for your kindly reply. I would like to know that the current web page (URL) and to buid a DOM tree. I can measure only static web page as HTML file by using my program . Because I need to extract the content of current web page dynamically and need to measure the quality of dynamic web page.
August 9, 2012 at 12:41 pm #60528Rahul BansalKeymasterI am really getting confused as what you want to achieve!
Whenever you open a webpage in browser, browser automatically builds a DOM tree from that. You can then manipulate DOM tree i.e. add, remove, edit its nodes (content) using JavaScript.
August 9, 2012 at 3:54 pm #60534nawnawParticipantDear Sir,
Thank you for your kindly reply. I would like to explain it in detail. I assess the web page design quality using metrics based on the elements included in each web page such as number of words, number of link , image and page size and other attributes which can be affected on the quality of web page design. In this case, I can evaluate and measure only on static web page (only html page) and DOM can be built by using my own java program and . I really don’t know how to measure the quality of dynamic web page. i would like to know that can I measure the design of dynamic web page and how to measure it? How can I measure the changes of web content and how to extract it from java program or Javascript. I am really sorry that you are getting confused, Sir.
August 9, 2012 at 7:29 pm #60535Rahul BansalKeymasterSorry. I am still not clear what do you mean by “measuring quality”.
Check “PageSpeed” & Y-Slow. They are 2 famous quality checking techniques.
-
AuthorPosts
- You must be logged in to reply to this topic.