Forum     

Go Back   Digit Technology Discussion Forum > Software > Software Q&A
Register FAQ Calendar Mark Forums Read

Software Q&A Having trouble with software? Find solutions here


Reply
 
LinkBack Thread Tools Display Modes
Old 05-09-2010, 01:31 PM   #1 (permalink)
learnhardy
 
Join Date: Oct 2008
Posts: 104
Default Software needed to calculate website user interface elements


Hello all , i need an open source software for calculating web links, buttons, text box etc , i mean all external interface of a web based project which user interact with. I need this software for project cost estimation. Thanks.
__________________
Newbie......
celebrate an ancient art .....
http://ambika.99k.org
ambika is offline   Reply With Quote
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 07-09-2010, 07:48 PM   #2 (permalink)
XLr8
 
arpanmukherjee1's Avatar
 
Join Date: Sep 2008
Posts: 637
Default Re: Software needed to calculate website user interface elements

create one of your own...

just find opening and closing tags of each component... really simple on concept .. a LOT of lines to be written
__________________
Quote:
There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.
arpanmukherjee1 is offline   Reply With Quote
Old 10-09-2010, 07:49 AM   #3 (permalink)
BIOS Terminator
 
nims11's Avatar
 
Join Date: Apr 2008
Location: Ranchi
Posts: 820
Default Re: Software needed to calculate website user interface elements

i made this script that may help you.
open the webpage you want to audit, paste the code below to the address bar after the web page is fully loaded. I tested it in Google Chrome

javascript:var elts=new Array("tag1","tag2","tag3",....,"tagn"");var n=elts.length;var sum=0;var i;for(i=0;i<n;i++){sum += document.getElementsByTagName(elts[i]).length};alert(sum);

USAGE- in the first line replace the italics part with the name of the HTML tags(in quotes) separated by commas you want to audit. then paste it to the browser Address bar. Eg if you want to count the number of images(img), div and body(ITS JUST FOR EXAMPLE), modify the code as


javascript:var elts=new Array("img","div","body");var n=elts.length;var sum=0;var i;for(i=0;i<n;i++){sum += document.getElementsByTagName(elts[i]).length};alert(sum);
nims11 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Due Kernel I/O error, system refuses to boot randomly gary4gar Open Source 33 04-05-2008 10:22 AM
Patent reform coalition aims to abolish software patents praka123 Technology News 1 03-04-2008 10:35 AM
Are these games illegal to distribute? ajaybc Gamerz 9 22-03-2008 05:53 PM
Free vs. Prop. Software. Is free financially viable? tuxfan Software Q&A 84 02-11-2004 12:51 PM
Windows XP SP2 release date UPDATED 10th AUG 04 leech Software Q&A 68 17-08-2004 12:11 PM

 
Latest Threads
- by chris
- by abhidev
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 04:42 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2