User Profile

Collapse

Profile Sidebar

Collapse
DarthPeePee
DarthPeePee
Last Activity: Aug 29 '07, 04:52 PM
Joined: Aug 10 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • DarthPeePee
    replied to Read / Search Text File in JS
    phvfl & pbmods,

    Thanks for the links. Like I said, I am not familiar with AJAX at all, so I will definitely need to break this down and figure it out and see how to implement it with the javascript / HTML that I am currently using.

    I partially understand the flow of the code, but syntax is a different issue. That is where I will run into problems...know ing what to use and when (and how).

    This was...
    See more | Go to post

    Leave a comment:


  • DarthPeePee
    replied to Read / Search Text File in JS
    Thanks guys. I'm not too familiar with AJAX (...at all actually). Is this a simple process to do or is it really involved?

    One thing I would of liked is to not submit the page. Right now I have everything running directly on the page... The user types in a password, and the meter changes. I have around 20 if-else statements to check if the password is contained...

    If I am using AJAX, is there a way to have the code...
    See more | Go to post

    Leave a comment:


  • DarthPeePee
    replied to Read / Search Text File in JS
    I saw on some website there was an example of adding a text file into an array.

    Ex:
    [CODE=javascript]var items = new Array();
    var itemLabels = new Array();
    items[0] = ['file1.txt','fi le2.txt']; // List of files in group 1
    itemLabels[0] = ['File 1','File 2']; // Description of files in group 2
    [/CODE]

    Now I am not sure what this actually would do, but does...
    See more | Go to post
    Last edited by pbmods; Aug 28 '07, 06:06 PM. Reason: Changed [CODE] to [CODE=javascript].

    Leave a comment:


  • DarthPeePee
    started a topic Read / Search Text File in JS

    Read / Search Text File in JS

    Hello Everyone,

    I posted yesterday about a password strength meter I am working on. Currently I have a function that checks if common passwords are used in the password itself (eg: qwerty, welcome, password1, etc...).

    On the web, I found a large .txt file that contains over hundreds of commonly used passwords that I would like to implement into my PW checker (but would take up too much space by adding hundred of If-Else...
    See more | Go to post

  • You are godly.

    Thanks for your help, that worked just as I wanted.
    See more | Go to post

    Leave a comment:


  • DarthPeePee
    started a topic Password Strength Meter Reset Problem

    Password Strength Meter Reset Problem

    Hello everyone.

    I am working on a Password Strength Meter and I am running into 1 problem that I would like to fix.

    When pressing the "Clear Password & Try Again" button, the password clears out of the text box, but the meter will stay at its current position until text is entered back into the textbox. Once text is re-entered, the meter will display the results again. I would like everything to reset...
    See more | Go to post
    Last edited by pbmods; Aug 28 '07, 01:05 AM. Reason: Changed [CODE] to [CODE=javascript].
No activity results to display
Show More
Working...