Entries Tagged 'PHP' ↓

Install Oniguruma on OS X !

You may have tried unsuccessfully to install the Ruby Gem ultraviolet or the gem it depends on, textpow, and if you did, it likely failed mysteriously. Well, you first need to download and install the Oniguruma regex library. These instructions should work on almost any *nix with GCC, as well as OS X 10.4 and 10.5 !First, go to  http://www.geocities.jp/kosako3/oniguruma/ and download the latest version of Oniguruma. (as of this writing, 5.9.1) In terminal, cd to the directory you downloaded the tarball to.Un-tar it: tar zxf onig-5.9.1.tar.gz Change to the directory of the un-tarred stuff:cd onig-5.9.1 Configure it, in most cases, just add the PATH you use, normally, /usr/local ./configure --prefix=/usr/local After that’s finished, sudo make and then,sudo make install
 Now, you can install that oniguruma gem with no trouble! Same goes for textpow and ultra edit. 

OS X Leopard & Developers

Wow. Xcode and Leopard are going to be better! Xcode now apparently does PHP and Ruby and Rails in addition to XHTML and CSS. Let’s just hope they stole a lot of keyboard shortcuts from TextMate… Can’t wait to get my hands on this cat.
And, unlike Microsoft and Windows, it’s all freely included in OS X 10.5 Leopard !
How can anybody say that Macs are more expensive, when all the dev tools are free !?
I know Windows dev tools are anything but free, and no way they’ve ever been this cool.

One thing I’ve always wanted: syntax highlighting that actually shows scope!
Xcode 3 syntax highlighting is cool

Looks like Objective-C 2.0 has borrowed a bit from Ruby! Those Apple engineers, they just kick ass at making good stuff with end-users in mind.

Learn more at:
http://www.apple.com/macosx/developer/

Oh, and let’s hope that the inclusion of PHP and Ruby and Rails means that those tools will be updated regularly (or at least update-able ). After all, web software changes rapidly, and with the impending releases of Ruby 2.0 and Rails 2.0 in the next few months to a year, we can’t just have a one-time installation. We will need the ability to update gems and such.

Now all we can ask for is that Apple gets into making it better for developers who want to make games for the Mac. Investing in some game libraries (cross-platform…?) or even say Nintendo (the two companies would be soooo beautiful together…)…?

Tag Spam :: The Next Big Thing

So, what’s the next big thing gonna be? TAG SPAM. That’s right Continue reading →

Interesting WordPress Themes. CLI interactive!

Here are a couple of interesting wordpress themes that resemble
unix/linux command line
and
Comodore 64
of course these are done in PHP but I’d like to see these done in Ruby or Rails and perhaps one that looks like irb. Oh wait, _why has already half done that…

eRUBY: Ruby + XHTML = .rhtml

eRuby means embedded ruby; embedded in xhtml, that is. The result is often a file with the .rhtml extension, Continue reading →

Amazing Rails Framework + Amazing TextMate

If you are wondering about Rails and Ruby, stop wondering and dive in. While you’re at it, get a good editor and machine to work with. This means a Mac and TextMate. If you don’t have a Mac already, get one, it’s not the cheapest, but not the most expensive; just the most value for your moollah! Continue reading →

PDF is Stupid, Word is Stupid Too!

Data formats are important. Choosing how to structure data is the first thing one might do with it. Deciding how to present information is equally important. Web sites need to stop using PDF and Word documents as the ONLY option for available information. It’s Continue reading →

No to Rails and Rails Apps.

I keep looking and browsing around and wondering? Where is the answer as to why I had so much trouble with Rails stuff? No luck. Nothing on the internet. And I’m pretty good at tracking down stuff. Especially with as many days as I’ve spent on this. No, the answer lies in the fact that as many people as there are out there using Rails, it isn’t really that big of a number. But what’s more, the problems I had most lay in standards, rather, the lack of standards. Continue reading →

Ruby and Rails? mmm… not for everything.

Lately I’ve been curious about Ruby and Rails, like so many people. I’ve been looking at it, but so far, for most web sites, it isn’t that compelling. It is still far more work to set up than most sites would recoup in maintenance costs. Continue reading →

RoX - Rails on OS X

RoX logoRoX - Rails on OS X
I’m really liking the sound of that. The performance is good too. I’m starting to see why it’s such a nice environment: my own Apache install, PHP, Perl, Python, C, Obj-C, Ruby, Rails, and TextMate to do it in with Safari to view it in. Sweet!