Skip to main content

Home/ Web Programming/ Contents contributed and discussions participated by Alex Halavais

Contents contributed and discussions participated by Alex Halavais

1More

AppJet: Instant Web Programming - 0 views

  •  
    Claim to be "the easiest way to program, host, and share your own web app." Does it entirely in JavaScript. Worth checking out.
1More

Since Stonewall Contest - OutHistory - 0 views

  •  
    And then there's this competition. Probably a bit much for this class, but if student(s) are interested, I would be happy to do an ind. study in the summer.
1More

Google Map RFP - 0 views

  •  
    Well, I doubt any of you are going to be *quite* ready for this, it would be a pretty impressive Mod 7 project :).
1More

Challenge 4-g - 13 views

started by Caruso Nicholas L on 19 Mar 09 no follow-up yet
  • Alex Halavais
     
    This looks to be a connection problem. Hard to say without seeing the whole thing, but I'm about to post to the blog a conversation I had over chat with another student. Need to include the "or die" alternative to successful connection and selections to see if that might be the issue.

    - A
    Caruso Nicholas L wrote:
    > I'm getting the following error msgs for challenge 4-g and I have no idea why...
    >
    > The comments are going into my database AND they are posting to the page after submitted. But - these errors come up before you fill out the form and submit:
    >
    > Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /f1/content/rocksteadyvybes/public/soup2.php on line 76
    >
    > Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /f1/content/rocksteadyvybes/public/soup2.php on line 80
    >
    >
    > How do I get rid of them? I checked the code on both lines and nothing!
    >
    > My line 76: $result = mysql_query($sql,$db);
    > My line 80: while ($row = mysql_fetch_array($result)) {

Mod 4 MySQL Database - 10 views

started by Gomez Evamarie on 18 Mar 09 no follow-up yet

Question re: Challenge 4-F - 19 views

started by Caruso Nicholas L on 18 Mar 09 no follow-up yet
1More

Validation Error -> What's My Sign? Challenge - 25 views

started by Caruso Nicholas L on 03 Mar 09 no follow-up yet
2More

untitled - 0 views

shared by Alex Halavais on 04 Mar 09 - No Cached
  • to block all search engines from gaining access to system resources
  •  
    Hi, Eva: I'm really sorry, I just posted this to the wrong group. Nothing to see here :). (It's for my other class.)
1More

AlternateIdea: An In-depth Look At The Future of Javascript Debugging With Firebug - 0 views

  •  
    Introduction to using the "console" in firebug to help debug Javascript.

FTP crashing - 10 views

started by Gomez Evamarie on 20 Feb 09 no follow-up yet
2More

Fibonacci Nightmare - 33 views

  • Alex Halavais
     
    Hmmm. Lots of ways to do this. I'll start you out with one

    echo 0;
    echo "
    ";

    echo 1;
    echo "
    ";

    $x = 0;
    $y = 1;

    newnumber = $x + $y;

    echo $newnumber;
    echo "
    ";


    Now... what comes next? What needs to happen?
  • Alex Halavais
     
    Shoot, let's try that again. Diigo doesn't allow HTML :(.

    echo 0;
    echo "
    ";

    echo 1;
    echo ", ";

    $x = 0;
    $y = 1;


    newnumber = $x + $y;

    echo $newnumber;
    echo ", ";


    Now... what comes next? What needs to happen?
13More

untitled - 0 views

shared by Alex Halavais on 11 Feb 09 - Cached
4More

Student Life and Fitness - 0 views

    • Alex Halavais
       
      Biiig gap here :). Might be able to fix this by putting the image *before* "At college" and then floating it to the right...
    • Alex Halavais
       
      I like this page head...
4More

All about Marie - 0 views

  • 80 percent raw food and running 3 miles at least twice a week
    • Alex Halavais
       
      Wow! Congratulations!
    • Alex Halavais
       
      Actually, congratulations on all three. That's an impressive line-up.
  •  
    Ah, this is a 1-d, I believe, I've added that tag.
1More

Web Programming :: 1-3: Web & Internet - 0 views

  •  
    Recommended hosting company?
1More

Web Programming - 0 views

  •  
    Question about work.
2More

untitled - 0 views

  • Finance
    • Alex Halavais
       
      Yay for (ex) finance folks. Although these days, lots of folks are ex-finance.
2More

untitled - 0 views

  • sorry, Alex
    • Alex Halavais
       
      In my experience, you are correct.
1 - 20 of 38 Next ›
Showing 20 items per page