www.webdeveloper.com

Search:

Type: Posts; User: blak422

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    819

    Thanks I did so and he told me Im right about...

    Thanks I did so and he told me Im right about where I should be. He told me that I got chosen out of 6 other applicant because the have confidence in me. So that help my morale.
  2. Replies
    2
    Views
    819

    Concerns of a new employee

    Hello all,

    I recently graduated from college with a BS in Computer Science. Before that I did 7 years in the AF as a cop and 2 tours in Iraq. The last years in school I worked as a paid intern and...
  3. Replies
    1
    Views
    280

    Well I found my answer in case you were...

    Well I found my answer


    in case you were wondering :)
  4. Replies
    1
    Views
    280

    Adding hours to datetime

    I am working on a water mgmnt sys for a company and need to add hours to a datetime value in oder to produce a projected datetime value. I dont know if this can be done but any help would be great.
    ...
  5. Thread: eval and IE 8

    by blak422
    Replies
    0
    Views
    288

    eval and IE 8

    Can anyone tell me why
    newSerial.className = k;
    newSerial.id = "serial_"+k+"_"+eval("count"+k);
    newSerial.value = serial;
    ...
  6. Replies
    4
    Views
    1,036

    I guess Im not following your response. The code...

    I guess Im not following your response. The code you posted is from the formatCurrency(), which happens after the fact. The problem is when I do
    var newcName = parseInt(cName)-1;
    var cols =...
  7. Replies
    4
    Views
    1,036

    issue that I dont understand help please

    dev site

    So in there what Im doing is a spreadsheet like application. Now columns 4 and 5 have an input that triggers onkeyup. Those columns have the same name attribute but have different ids....
  8. Replies
    3
    Views
    752

    ty very much.

    ty very much.
  9. Replies
    3
    Views
    752

    ParseFloat issue

    so I have and array assetCost = "350000.00","500000.00" so in a for loop Im trying to do this:

    result += parseFloat(assetCost[rowIndex-1],10).toFixed(2);

    but the problem is that instead of...
  10. Replies
    3
    Views
    529

    well this info is going to be sent to a php file....

    well this info is going to be sent to a php file. The way this need to be sent is on 3 separate arrays, one with the counts of serials per size. This array will look like 3|2|3|...N.
    The second...
  11. Thread: Syntax Error

    by blak422
    Replies
    5
    Views
    693

    i believe the for loop statement is wrong. ...

    i believe the for loop statement is wrong.

    for(var init;condition;var increment)

    what are you trying to there?
  12. Replies
    3
    Views
    529

    need help collecting data

    this is part of the code

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html>
    <head>
    <script>
    function AddInput(k) {
    ...
  13. Replies
    5
    Views
    726

    LOL eval("count"+k+"+=1"); works

    LOL eval("count"+k+"+=1"); works
  14. Replies
    5
    Views
    726

    well theres syntax errors but Im trying to use...

    well theres syntax errors but Im trying to use eval() to change the global value of counter"k" but no luck so far. The thing is k will never change:

    newComment.id =...
  15. Replies
    5
    Views
    726

    man i did not see that! great... this will help...

    man i did not see that! great... this will help me a lot. I have 29 of this inputs that I have to read to the DB and write from the DB. Thanks
  16. Replies
    5
    Views
    726

    help needed to simplify

    I have this code with some inputs that the user has to have the ability to add more if needed at the same time each input needs to be unique since im sending these values to a php for db input.


    ...
  17. traversing through 3 arrays at different rate

    Hello I working with 3 arrays to put info on a DB but got stuck and Im in need of some ideas. I have 3 arrays

    counter[]
    array of counts: 2|3

    serial[]
    array of size/serials:...
  18. Replies
    3
    Views
    517

    So I looked and found that on line 167 table was...

    So I looked and found that on line 167 table was null on reload. Then I found this http://www.tek-tips.com/faqs.cfm?fid=3046 I moved the getSeparatorCW(); call after the body tags and it works now.
  19. Run a loop until a condition is met on the last...

    Run a loop until a condition is met on the last level. Like:

    GameOver = false;

    function DoLevel1()
    {
    //do stuff until done
    if(done)
    {
    DoLevel2()
  20. Replies
    3
    Views
    517

    reload error on IE

    Hello I'm building this spreadsheet like system where if you click an asset on the table a lightbox pops up with a form. After the close there is a callback that calls an ajax to remove session IDs...
  21. have you tested the switch? Have you tried hex...

    have you tested the switch? Have you tried hex values for color?
  22. Replies
    9
    Views
    703

    i just took all the css from all pages and still...

    i just took all the css from all pages and still have the same issue. this is just weird
  23. Replies
    9
    Views
    703

    http://larsoncomputerservices.com/dev/vesnd/separa...

    http://larsoncomputerservices.com/dev/vesnd/separator.html

    that is the ref page, and the divs look fine to me
  24. Replies
    9
    Views
    703

    you mean on the ref page?

    you mean on the ref page?
  25. Replies
    9
    Views
    703

    ok so I tried that to see if I was getting the...

    ok so I tried that to see if I was getting the url passed to the colorbox stuff and it worked now the only problem is that when the colorbox pops all I see are the borders all jacked up and idk why.
Results 1 to 25 of 40
Page 1 of 2 1 2
HTML5 Development Center



Recent Articles