Search results

  1. Sunnz

    HTML syntax highlighting in PHP scripts in Xcode?

    I've tried it out. It has most features that I use in Xcode, however it lacks HTML highlighting in PHP scripts which as you know, was the only lack of feature I was looking for in the first place!
  2. Sunnz

    HTML syntax highlighting in PHP scripts in Xcode?

    Xcode does not seem to be an overkill so far, as it comes with my Mac I did not need to pay extra for it. All I do is dragging PHP scripts into the Xcode icon and it opens instantly.
  3. Sunnz

    HTML syntax highlighting in PHP scripts in Xcode?

    I have been working with PHP scripts lately in Xcode, it have been doing what I need except for the times where people put HTML into PHP files and the syntax highlighting gets mess up in Xcode. I've seen other editors like Coda that recognises <?php and ?> and highlights them differently. Is...
  4. Sunnz

    Run certain command on boot up?

    I want my system (10.6.x) to run something like `/sbin/ifconfig lo0 alias 127.0.0.2` at start up. I notice that I can possibly put that command into /etc/rc.common, but there are not rc.local or something similar to that which can be found on an usual BSD system... and /etc/rc.common is...
  5. Sunnz

    Run as 32-bit?

    Thanks didn't know that Get Info does more than just getting info!! Yup I agree I have been tweeting plugin developers, in the mean time 32-bit Safari works, so I'll use that till 64-bit plugins are ready.
  6. Sunnz

    Run as 32-bit?

    I know weird question, but a lot of software are compiled for both 32-bit and 64-bit, e.g. $ file /Applications/Safari.app/Contents/MacOS/Safari /Applications/Safari.app/Contents/MacOS/Safari: Mach-O universal binary with 2 architectures /Applications/Safari.app/Contents/MacOS/Safari (for...
  7. Sunnz

    Base 10 in Finder?

    I looked there before, and searched, lol, it is just too big. Anyway I really like some way to make Finder to do base 2 like before.
  8. Sunnz

    Base 10 in Finder?

    Finder in Snow Leopard uses base 10: http://gizmodo.com/5349516/the-real-reason-you-got-back-so-much-hard-drive-space-with-snow-leopard If you plug in a 4 gig thumb drive it really would show up as 4 gig in Finder, isn't that nice? However the rest of the world, unfortunately, are still...
  9. Sunnz

    Rapid GUI development like Visual Basic?

    I actually have taken a look at XCode, it has an interface builder which was cool, I was able to come up with a GUI quickly but I just don't know where to code it!! I've tried to google tutorials but haven't got any luck so far, all the one's I have seen is either for Xcode 2 which doesn't work...
  10. Sunnz

    Rapid GUI development like Visual Basic?

    Are there anything like Visual Basic for OS X? I don't mean like the exact replica where you actually code in BASIC, but anything that allows you to quickly create a GUI and add some lines of code to make it do stuff? Sometimes I want to do something like that for writing a quick and dirty...
  11. Sunnz

    How do I change wireless without a password?

    Oh yes after a reboot it finally works again!! Thanks a lot guys!!!
  12. Sunnz

    How do I change wireless without a password?

    No, what does that do? I don't need to log out or reboot do I?
  13. Sunnz

    How do I change wireless without a password?

    Oh, sorry I have miss read your question, I meant that I have that unchecked. So it has been turn off but it still ask for my password anyway. By the way I can change networks without the password in "Network Preference", but not from the AirPort Icon on the menu bar, hope that helps.
  14. Sunnz

    How do I change wireless without a password?

    I got that, but the actual problem is that it ask for the admin password every time I change to a different network.
  15. Sunnz

    How do I change wireless without a password?

    It is getting very annoying and somewhat unnecessary having to type in my password every time I want to switch to a different wireless network, does anyone know how do I turn this off?
  16. Sunnz

    Rosetta doesn't work.

    I never actually find out what the problem is, so the problem was still there and never fixed. I kind of just ignore that problem for a while, and eventually I just got a new computer and I just haven't used any PPC programs after... I haven't seen that corrupted directory problem neither. The...
  17. Sunnz

    Virtualisation for PPC Mac?

    Oh Q actually runs on PPC? Got to try it out soon. :D
  18. Sunnz

    Virtualisation for PPC Mac?

    Hi, I have a PPC Mac Mini running Leopard. Just wondering if there are virtualisation software for PPC Mac OS X... it doesn't have to do x86, I just want to run other open source OS on it, Linux, OpenBSD, etc... which all supports PPC. Thanks.
  19. Sunnz

    sha1sum on darwin?

    Aha, with alias, it is like a simple replacement macro in C, the bash interpreter search for sha1, replaces it with whatever in the quote ("/usr/bin/openssl sha1") THEN it is executed.
Back
Top