Add to Google

Total Lines Of Code

free web hosting
Open Discussion > CONTRIBUTE > Computers > Programming Languages > HTML, XML etc..

Total Lines Of Code

kvarnerexpress
Does anyone know how to have Dreamweaver MX (or some other program) tally up the lines of code in an entire website and display the total lines of code?

I can get the number of pages but I am very interested in how many lines I've written.

Kvernerexpress

Reply

twentyinches631
Do you mean for an entire website (lots of files), or just one webpage (one file)? I have no clue about Dreamweaver, I don't use WYSIWYG editors. However, most good text editors have line numbering, so you could tell very quickly how many lines of code there are. For example, editplus (http://www.editplus.com) has this feature. Just open up your HTML file in there, and scroll to the last line.

Reply

snlildude87
You don't really have to download anything to get the total lines of code. All you have to do is copy and paste your entire HTML code FROM Dreamweaver, open Microsoft Notepad, and paste it into Notepad. Then in Notepad, go to View -> Status Bar, point the blinking type cursor to the last line of your code in Notepad, and look at the status bar. It should say something like "Ln x, Col y" where x is the line that the cursor is on and y is the column that the cursor is on.

Reply

twentyinches631
How do you get the status bar to show up? I checked it out after reading your post, and found it under View > Status Bar... except that Status Bar is greyed our and unclickable. I tried with various text files. What am I missing here? I have windows xp pro if that is of any relevance.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Recent Queries:-
  1. windows total lines of code - 174.75 hr back. (1)
  2. total lines of code google - 991.67 hr back. (1)
Similar Topics

Keywords : total, lines, code

  1. Video Play Like Youtube
    php, javascript source code need like player youtube (5)
  2. An Uncrackable Code!
    (2)
    You gotta check this out. This code is completely uncrackable. http://www.waingo.com/impossible
    I tried a hex to bin converter, then a reverse matrix algorithm, and I got nothing.....
  3. Create Dynamic Html/php Pages Using Simple Vb.net Code
    Taking your application data, and creating a webpage for others to vie (1)
    This example will show you how use a string in VB to create PHP code. In order to do this, you need
    a string to store your PHP page and a function that I will list at the bottom of the page for you to
    put in a module. This code is written in VB.NET Public Sub CreatePage(ByVal HTMLTitle As
    String, ByVal HTMLText As String, ByVal HTMLFileName As String) Dim strFile As String '
    ---------------------- ' -- Prepare String -- ' ---------------------- strFile = "" '
    -------------------- ' -- Write Starter -- ' -------------------- strFile = " " ....
  4. Davinci Code
    (5)
    Ok, Ok, I know I am way behind on the times, the movie is allready out and gone and I just now got
    around to reading the book. First off, so you know, I'm a cheap skate, and just happened to see
    the book at the swap meet for a quarter, so I decided I wanted to see what all the fuss was about.
    I remember a lot of controversy when the movie came out from the religous sector. And boy do I know
    why now, after reading the book! Talk about a serious stab at organaized
    religion!!! At any rate, it was a good story and I did enjoy reading it. Sure kep....
  5. Syntax Highlighting For Code
    (4)
    Hey all, I'm not sure if its been brought up but I couldn't find any topics on this. Has
    anyone brought up the idea of updating the blocks to allow syntax highlighting? This would be a
    nice feature to have but I don't know if its something that can be easily added on. I don't
    know about you guys but when I see long blocks of code in the same color from users I just don't
    want to read them. Especially when they are put in a small box container about 100px high and I have
    to scroll through it. Making code easier to read would help a lot. Peace Sone.....
  6. Add Flashing Inbox To Invisionfree Forum
    Html code for invsiionfree!! (2)
    Do you find it annoying when you are on your invisionfree forum, and you get a new message, and it
    ends up taking you 5 minutes to notice? This code makes the inbox link flash bold red saying how
    many messages you have. In version 1 the word inbox stays the same, and doesnt change at all (for
    Example this is flashing: Inbox (2) In version 2 (the second code) the word inbox changes to
    messages (constantly, so that if you have none, it says messages (0) instead of inbox (0). It still
    flashes Red Put the following In the Header and Body Section (Admin Cp>>>Skinning ....
  7. Why Doesn't This Code Work On Computinghost?
    (2)
    Here is the script: Rcon Connection Client IP: Port: Password Cmd:
    $ip = $_POST ; if (!$ip) die(); $port = $_POST ; if
    (!$port) die(); $pass = $_POST ; if (!$pass) die(); $passlen =
    strlen($pass); $cmd = $_POST ; if (!$cmd) die(); $cmdlen =
    strlen($cmd); $packet = 'SAMP'; $packet .= chr(strtok($ip,
    '.')).chr(strtok('.')).chr(strtok('.')).chr(strtok('.'));
    $packet .= ch....
  8. Create Table - Mysql Code - Help
    (1)
    I need your feedback about setting the database issues. Please, review them and correct some entries
    in the code if they got some mistakes. This is the code itself: SQL CREATE TABLE
    `news` ( `id` int(250) NOT NULL auto_increment, `title` varchar(255)
    NOT NULL default '', `text` text NOT NULL, `author` varchar(255) NOT
    NULL default '', `valid` varchar(255) NOT NULL default '',
    `date` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE = ....
  9. Php Source Code Unveiled In Browser?
    is that possible? (7)
    I am quite new to PHP and this concern came to my mind after playing around a bit with it... When
    PHP is not correctly configured on the web server the source code of a php file we try to access
    through a browser will be shown instead of the result of the code itself. This will normally not
    happen when PHP is working properly, but I was just wondering if it could still be possible to see
    that code if a user wanted to or if something on the server failed. This would for example expose
    sensitive information like mysql passwords and so on... Is anything like that possib....
  10. Mozilla: Firefox Plugin Shipped With Malicious Code
    (3)
    This piece of news only affect Vietnamese users as the Vietnam language package was infected with
    malware trojan called e Xorer, and so if you downloaded this language pack in the last few weeks run
    a scan and the trojan should be picked up. Although this trojan is only a couple of months old and
    so I don't think everyone has something for it, but check at your vendors website and see if
    they have a solution for it. As for the cause of this infected plugin, they assume the authors
    computer was infected at the time when they upload this plugin to the mozilla website....
  11. Php Code?
    Mathematical Applications (12)
    Hello, everyone. The help is needed again. How can I make calculator in PHP language? That will act
    like that a user just type in the fields known values, then click the button, and it's going to
    be solved automatically. In other words, have can I write a formula in PHP, how to plug it inside
    that language. For example, the formula to find a peremeter of square is: P=4a. So, a user
    just can write the known value which is peremeter itself and it will find the side of a square; and
    vice versa. If you can write many things how to do such formulas, such as comp....
  12. How Do I Code A Design?
    (6)
    Okey, so I saw another topic here regarding how to make a design. I know how to do that, so that is
    no problem. But I have always had some problems on how to code a design. I am tired of that I always
    need to use some sort of program, drag&drop webhost (like piczo) or use a free design I found
    online. I have noticed that people need to "cut" the design in different parts, but I have never
    understood what way the do it. So I do not understand anything about this, and really need some
    help. I will be happy for all help I get. /smile.gif" style="vertical-align:middle"....
  13. Html Code Tester. Online Script
    (15)
    Yes, yes. I have another script that I have written and I am distributing. I am not entirely sure if
    this works. I have not tested it yet, but I will later and post back with a demo and fix it up.
    Current script: CODE <?php //Save this as something like htmltest.php function
    CheckForm() { $html_unsafe=$_POST['code']; //Gives us our user
    input $html_safe=str_replace("<?php"," ",$html_unsafe);
    //Starts security measures $html_safe=str_replace("?>","
    ",$html_sa....
  14. Jets N Guns: Total Destruction
    (6)
    Well if its anything like the first game then this should be full of fun, as the first game was
    awesome as heck with the rock music, various weapons and things to blow up and since there is 5
    hours left I recommend people to download it right now and try it out. I will post a more in depth
    review of this game once I got it installed and running. I will say this though I rather have the
    gold edition since it has about twice as much stuff, including levels weapons, and things to shoot
    at.....
  15. Runescape 2 Private Server: Code/guide 1
    Creating a wilderness training zone. (11)
    Purpose: To make a cool training area in the wild. Difficulty: 1-3 Classes Modified:
    Client.java, shop.cfg, autospawn.cfg, npchandler, item2.java, shop.cfg Assumed Knowledge:
    Copy/paste, basic knowledge of cases, and how to search. Credits: 10% fedexer(global object tut),
    10% to my friend for teaching me how to make monsters drop random things, 80% me for the idea, and
    comming up with it. REQUIREMENTS: Make sure that your server can use herblore, mining,
    woodcutting, theiving, and prayer. You must also have fedexer's global objects code. Other
    Thi....
  16. Error Code In Subscriptions Page
    problems subscribing to topics (5)
    I'm seeing some weird warning message show up at the top of my page when I go into "my
    controls," then load my topic subscriptions page. At the top of the page, the following code appears
    several times: IPB WARNING in_array() : Wrong datatype for second argument (Line: 2711 of
    /sources/action_public/usercp.php) I'm guessing maybe that has something to do with the fact
    I'm having problems subscribing to my topics and posts? Thanks in advance for your help.....
  17. Worst Pick-up Lines
    (32)
    What is the worst pick up lines you have heard. Here are a couple I have heard. QUOTE If we were
    the alphabet I would put U and I together. QUOTE I'll be your Barney Rubble if you'll
    be my Betty and I'll make your bed rock. Cheesy huh?I know right!....
  18. Each And Every Nokia Code For Your Mobile
    (7)
    Nokia 3210/5110/6110 And All Most Works In Most Of The Nokia Phones. QUOTE To view IMEI number
    *#06# To view Software Version enter *#0000# To view Status of Sim Clock Stop. Enter *#746025625#
    Latest Version is under Phone Info Type is NSE-3NX *#92702689# offers you Serial Number and also
    IMEI number. There are various options to scroll here. The code is easier to remember as *#war0anty#
    (warranty) The next screen is the date of manufacture in the format Made: 1197 The next screen is
    the purchase date in the format Purchasing Date: 1197 (this can be edited) The nex....
  19. Your First Autoit
    Learning To Code.. (4)
    Autoit is a simple, yet powerful programming language, it allowed the creation of the pangea
    desktops, and the Remote Pc Control with a cell.. You can learn it too. Here is the first of several
    lessons i will post inside of this topic. It is a 32 bit program, it doesnt work on windows 98, 95,
    and i dont think (THINK) Windows ME Step 1: Download and install the latest version of autoit from
    http://www.autoitscript.com i prefer that you use beta. Step 2: Right click somewhere on your
    desktop or my documents, and mouseover new and click Autoit V3 Script Step 3 (optiona....
  20. Rpg Code And Rpg Toolkit
    oh I forgot pixeling (10)
    Has anyone ever heard of RPG Code or even RPG Toolkit. RPG Toolkit is an RPG Creation tool. And RPG
    Code is the code that you use for programming a game using RPG Toolkit. Also does anyone know a good
    site for me to learn how to draw using pixels? I really need this for Dark Times, a game that I am
    creating.....
  21. Wap Source Code Viewer
    Mobile/wap source code viewer page (4)
    This is a source code viewer that will workl on wap/mobile sites but you can easily convert it to
    work on web im sure ;-) CODE <? header("Content-Type:
    text/vnd.wap.wml"); echo '<?xml version="1.0"
    encoding="utf-8"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
    "http://www.wapforum.org/DTD/wml_1.1.xml"> <wml> <head><meta
    http-equiv="Cache-Control" content="no-cache"
    forua="true"/></head> <card title="s60.nerds.....
  22. Simple C File Handling In Action
    Small code snipet which covers most of basic file handling and navigat (4)
    Yesterday I suddenly got a lot of work. The same work we try to push off, yes you are right all
    formalities to get the code review incorporated and update all source code files with code review
    headers. Imagine if you need to open 300 files one by one and append code review headers at the
    end. Since most files are reviewed in groups of 20 to 30 files. We require one header to be placed
    in say 20 to 30 files. To simplify I went back to my class assignment days and wrote this small c
    utility to open all files passed on command line and open attach code review headers an....
  23. Myspace Music Player
    Anyone have the code? (10)
    Hey, I was looking around on MySpace to see if they had a particular song with a player that you see
    on many different MySpaces, but they did not have one for the song I wanted. I was wondering if
    anyone had the proper code for a music player. I do have the song I want and have the capability to
    upload it, but I just need the code for it. If you can help at all I'd really appreciate it.
    Example on the top right of this MySpace (but I just want a one song player):
    http://www.myspace.com/ofarevolution ....
  24. Visual Basic 6.0 Help Needed
    Adding lines to a textbox without delete (15)
    I need help with Visual Basic 6.0 and adding lines to a textbox without deleting any previous
    lines.. I've gotten as far as finding a way to add the lines, but it deletes the prevous entree.
    Help is appreciated!....
  25. Html Tag For A Code Box
    Where You Put HTML Code For Your Users (4)
    Well I have seen it all over the web. Lots of sites have code boxes so you can promote them or they
    show you a code you can use for javascript and stuff like that. I would like to know the HTML code
    for those boxes. Thanks in advance for your help.....
  26. Da Vinci Code
    What's it about?? (16)
    Well I heard in the news abut the Da Vinchi Code and stuff, whats it really about, Like I've
    seen previews and yeah, codes that da vichi used or something, like the How Da Vichin Painted the
    First Supper and if you trace along all the people it says Da Vichi. So I like to Know What The Book
    is about???? Maybe I'll buy it and read it myself....
  27. Redirect Code Help
    (8)
    Can someone give me the code which redirects you automatically in the whole page instead of only in
    the frame? I'm using this code, but it just redirects inside a frame... CODE <meta
    HTTP-EQUIV="REFRESH" content="0; url=http://www.something.com"> But now
    .tk has added a ad to the pages so I don't want to use it anymore, so I want that people
    entering the site is being redirected to the "real" domain name now.......
  28. Java Script Drop Down Menu With Css
    - a full code for a dynamic drop down (2)
    Introduction This is a code that I use to dynamically create the drop down menus. First, you have
    to edit the following code and put it in your Javascript. Notice : /*** SET BUTTON'S FOLDER HERE
    ***/. Edit that to your folder. Also, the /*** SET BUTTONS' FILENAMES HERE ***/. This creates a
    mouseover when the drop down is activated. Put all your onmouseover images under: oversources = new
    array; and your onmouseout images under : upsources. Be sure to set your on and out images above
    each other. CODE /*** SET BUTTON'S FOLDER HERE ***/ var buttonFold....
  29. Whats The Best Code?
    www.bpsite.tk (32)
    Whats you fav code?....
  30. How do you test your php code
    (80)
    We know that php is a server side scripting language. So we will need a server with the php parser
    to parse/test our code. How are you doing that. Do you upload it to a server for testing or did you
    instal php and the server (apache) on your computer (localhost)....

    1. Looking for total, lines, code

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for total, lines, code

*MORE FROM TRAP17.COM*
Similar
Video Play Like Youtube - php, javascript source code need like player youtube
An Uncrackable Code!
Create Dynamic Html/php Pages Using Simple Vb.net Code - Taking your application data, and creating a webpage for others to vie
Davinci Code
Syntax Highlighting For Code
Add Flashing Inbox To Invisionfree Forum - Html code for invsiionfree!!
Why Doesn't This Code Work On Computinghost?
Create Table - Mysql Code - Help
Php Source Code Unveiled In Browser? - is that possible?
Mozilla: Firefox Plugin Shipped With Malicious Code
Php Code? - Mathematical Applications
How Do I Code A Design?
Html Code Tester. Online Script
Jets N Guns: Total Destruction
Runescape 2 Private Server: Code/guide 1 - Creating a wilderness training zone.
Error Code In Subscriptions Page - problems subscribing to topics
Worst Pick-up Lines
Each And Every Nokia Code For Your Mobile
Your First Autoit - Learning To Code..
Rpg Code And Rpg Toolkit - oh I forgot pixeling
Wap Source Code Viewer - Mobile/wap source code viewer page
Simple C File Handling In Action - Small code snipet which covers most of basic file handling and navigat
Myspace Music Player - Anyone have the code?
Visual Basic 6.0 Help Needed - Adding lines to a textbox without delete
Html Tag For A Code Box - Where You Put HTML Code For Your Users
Da Vinci Code - What's it about??
Redirect Code Help
Java Script Drop Down Menu With Css - - a full code for a dynamic drop down
Whats The Best Code? - www.bpsite.tk
How do you test your php code
advertisement



Total Lines Of Code



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE