Jump to content

ober

Staff Alumni
  • Posts

    5,327
  • Joined

  • Last visited

Posts posted by ober

  1. Well, seeing as how the site doesn't even have a layout as of right now, I think I'll wait until I have somewhere to post stuff before I start writing tuts.

     

    EDIT: Now I'm going to have to write a PHP class to do all my processing. I guess I could download one, but what would be the fun in that?

  2. It would be kickass if you used AJAX for displaying the calendar information ;-)

     

    This comment could be stemming from the fact that I just built my first AJAX app and i'm kinda high on the possiblities now.

  3. Yeah, count me in as well. If you need help with it, I'll definately start to look into it more and try to learn more about it and maybe implement some stuff here at work (I've been meaning to do some anyways).

     

    Maybe obsidian and I could be the leads on the project as far as help? I'll dig into some research immediately.

  4. Sounds awesome Eric. I have been looking into AJAX quite a bit, and have looked at a good bit of code, but have yet to implement it anywhere. And I agree, it most likely is the next BOOM on the internet (and may already be).

     

    I would be willing to write some tuts or something once I get more into it, but I don't have the time or the background knowledge on it to do anything immediately.

     

    What is your time scale for the grand opening?

  5. I'm just saying... someone is going to be more willing to start typing in those boxes for fun than if you put them on another page. Probably nothing big to worry about... but it is a school website, and if the kids at the school use it for anything educational, I'd be willing to bet some of them have at least tried it. Kids that age are very curious. ;)

  6. Stunning as usual, but I've come to expect that from you. I have to agree about the footer... I like the origional better.

     

    I'd also comment on the login portion... I think I like the button for logging in that takes you to a seperate page for the staff login instead of the open form. You're basically leaving yourself open for a hack attempt with those login boxes sitting there... some kid is going to get bored, trust me.

  7. I went to the right thing, but you're right, I was looking at the prices for the workbench.

     

    Either way, I wasn't impressed with it. The only feature that Homesite doesn't have that Maguma has is finding a brace pair (oh how I'd kill for that feature sometimes).

     

    What I should do is ask my company to buy Zend Studio for me. That would kickass.

  8. I'm surprised that your review is so good. It looks kind of childish, the debugger didn't really work all that great, and when I tried to close it, it hit a memory error that required me to kill it from Windows Task Manager.

     

    And I'm not sure where you're seeing $25 for the Pro version. The only price I saw was about $84 USD.

  9. I've been hearing more of the opposite out of the MS camp lately. The XBox 360 is supposed to be almost a full entertainment system. I am like you, however, and do most of my gaming on my PC, but my wife bought me a XBox for christmas 2 years ago and I play on it from time to time when I get bored with the PC.

  10. To the origional poster, you're going to have to move them with a series of SELECTs and UPDATEs.

     

    If you want to switch two:

     

    [!--PHP-Head--][div class=\'phptop\']PHP[/div][div class=\'phpmain\'][!--PHP-EHead--][span style=\"color:#0000BB\"]<?

    $query [/span][span style=\"color:#007700\"]= [/span][span style=\"color:#DD0000\"]\"SELECT name FROM table1 WHERE id IN (2,3)\"[/span][span style=\"color:#007700\"];

    [/span][span style=\"color:#FF8000\"]// get the results

    [/span][span style=\"color:#0000BB\"]?>

    [/span]

    [/span][!--PHP-Foot--][/div][!--PHP-EFoot--]

     

    [!--PHP-Head--][div class=\'phptop\']PHP[/div][div class=\'phpmain\'][!--PHP-EHead--][span style=\"color:#0000BB\"]<?

    $query [/span][span style=\"color:#007700\"]= [/span][span style=\"color:#DD0000\"]\"UPDATE table1 SET name = $row[0] WHERE id = 3\"[/span][span style=\"color:#007700\"];

    [/span][span style=\"color:#FF8000\"]// execute

     

    [/span][span style=\"color:#0000BB\"]$query [/span][span style=\"color:#007700\"]= [/span][span style=\"color:#DD0000\"]\"UPDATE table1 SET name = $row[1] WHERE id = 2\"[/span][span style=\"color:#007700\"];

    [/span][span style=\"color:#FF8000\"]// execute

    [/span][span style=\"color:#0000BB\"]?>

    [/span]

    [/span][!--PHP-Foot--][/div][!--PHP-EFoot--]

     

     

     

     

     

  11. There are several girls that post on this site... they just haven't found this thread. No biggie. And it's not like female programmers are all that special. "ooooh... they know how to use a computer AND they have a vagina!?!?!?!?!"

     

    It's like having you around, except they know how to use a computer!

     

     

     

     

     

    OOOOOOOOOOOHHH ICE BURN!

     

    ;) j/k

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.