Search results

  1. BitWit

    Pull up a chair

    Thanks for the comments. I opted not to get the locking casters, but they are available at home depot with the others. That 21" Sony holds it in place just fine. :p The best part is, you can get all the cuts made there at Home Depot, take it home and start putting the screws in.
  2. BitWit

    Code editor - recommendation??

    OK, I'm gonna agree that BBEdit ownz, but if you dont have the cash for it right now, 'mi' will get you by pretty nicely for free. http://www.mimikaki.net/en/
  3. BitWit

    Pull up a chair

    Not a big deal with this design, they're light as can be, and if you look carefully you can see how they are custom-sized to our height prefs (a coworker of mine in the background has his set higher) Like I said, those are each made from one 4x8 sheet of furniture-grade oak, (about...
  4. BitWit

    Lord of the Rings - Twin Towers

    Heh, Im not going to take offense. Im glad these books are getting made into worthy movies. I bought the exteded Fellowship, so I could get even more screentime in Middle Earth.
  5. BitWit

    Pull up a chair

    A used areon is a good chair. But they are had to find because of "trickle down ergonomics"...where employess take their furniture home when the company goes belly up. ;-) Anyway, I use an areon at work, and have an "executive chair" from a thrift store for home... kinda like a Sam-Spade...
  6. BitWit

    javascript help

    Here's the code I use to generate a pop-up: <a href="#" onclick="window.open('popup.html','popup','toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=400');return false;">open popup</a> The second field that just says 'popup' is the object name...
  7. BitWit

    PHP: Fixed Background

    Well, this isnt exactly php, but here's the css style definition to put into your <BODY> tag: style="background-repeat: no-repeat;" and a good reference for many CSS properties: http://www.htmlhelp.com/reference/css/properties.html
  8. BitWit

    Writing a Windows App on a Mac

    Holee cow, Revolution looks cool! Im glad I checked this thread out. My advice was going to be Python.
  9. BitWit

    My monitor doesn't support a certain resolution in Panther

    There might be a way around it with pref-edit? Have you looked for an option that will un-hide non-recommended rates/resolutions?
  10. BitWit

    php execution dilemma

    OH? What is the php cli package? does it allow standalone running of php scripts?
  11. BitWit

    php execution dilemma

    Well, from what I undersand, a php file cant be opened and run on its own. It must be accessed via "http://" for apache to activate php "service" Have you tried using "http://127.0.0.1/yourscripthere.php" in your command line?
  12. BitWit

    php execution dilemma

    My suggestion is to make an intermediate flash executable or an applescript that would navigate to the PHP script as a Web page through a browser. PHP is not supposed to work when opened as a file into the broswer (double-clicked, or file-opened), it must be "browsed to" with "http://"
  13. BitWit

    Suggestions for a new app...what would you like?

    I do currently use Transmit, but its editor isnt so hot, and I have already bought BBedit for os9, back in the day, but would rather have mi as my editor in osx. its good to know that transmit at least wont suddenly stop working after a month. :) I'll look into x-code, too. Thanks for the...
  14. BitWit

    Help with PHP server on Jaguar

    OK, for starters, I have used the machowto installer and successfully have the phpinfo file working fine. I'm doing a test, which basically is an html file with a form that asks for a filename and filedata then when you submit it, it "gets" to a php file that saves the data in a text file...
  15. BitWit

    Suggestions for a new app...what would you like?

    OK, here's my suggestions: 1. We still dont have a good, basic, free ftp client. one that would allow you to "remotely" edit a file within ANY editor you like would be good. 2. A code editor that would allow you to define a library of snippets that you can insert by right-clicking
  16. BitWit

    Making Icons (help me help myself)

    They look like re-touched product photos to me. I would think if they were hand-made they would be better lit than that.
  17. BitWit

    The Star Wars (Kid) Saga...

    I think he's got to decide how he wants to be remembered, and take what he has and turn it into that somehow. It's unfortuneate that he didnt ask for any of this responsibilty, but who knows, it could be the key to people listening to him someday when he wants to be listened to. Maybe someday...
  18. BitWit

    The Star Wars (Kid) Saga...

    I was just like him at that age, and did the same kind of thing all the time (albeit off camera). Dreamers aren't losers.
  19. BitWit

    What 3D Animation Package Should We Use?

    Depending on what you want to do, you may have good luck with this like I have in the past. I wanted to make some simple 3-D elements for a flash movie, and I happened to have Adobe's venerable Dimensions laying around in disuse. The cool thing about Dimensions is you can create or import...
  20. BitWit

    Safari + PHPMyAdmin = :(

    :-) It was just a fluke! It works now!
Back
Top