Archive for September, 2007

Namespaces in PHP 6!

September 28th, 2007

Well, your alternate language fanboys/flameboys will have one less things to throw at PHP Savants when an Armageddon-like debate is held yet about how PHP is a bad language. It has been a while, and I am 6 weeks late to make a post about it, but there’s been some exciting news in PHP – WE NOW HAVE NAMESPACES!!!! – Well for PHP 6 anyway.

» Read more: Namespaces in PHP 6!

Some Corrections on “Command Completion” issues in Fedora

September 28th, 2007

This is basically just a follow up from my last post which is now noise – I’m sorry – Here are a few clarifications:

  1. “Command Completion” not “Tab Hinting”
    What I had called “Tab Hinting” actually has a name in Linux. The correct term for it is “Command Completion”

  2. “It was always working”
    Man, do I have pie on my face. It was apparently working all along, it’s just that it was/is working slowly, a little slower in Fedora than in Xubuntu which is what I was used to, but still working – for example if you type yum install ecl[tab][tab] it will hang for a little, then display a list of packages that start with ecl. I’m currently investigating how to make it faster. If however it does not work for you in Fedora something you can try is adding the line “set show-all-if-ambiguous on” in your /etc/inputrc folder.

    Here’s a quick example:

    # do not bell on tab-completion
    #set bell-style noneset meta-flag on
    set input-meta on
    set convert-meta off
    set output-meta on
    set show-all-if-ambiguous on
    ... *snip*

Trying out the Fedora 7 Linux Distro

September 22nd, 2007

Having recently converted my office and home workstations to Xubuntu, I’ve decided to dive in a little deeper and see what the Red Hat backed Fedora 7 is like.

There are a few reasons for my decision to give Fedora a try.

The first is just genuine interest – I like the thought of trying new things and just wanted to see what a non-debian-based distro is link.

The second – which is probably the primary reason for me doing this is because the Dedicated Servers we are leasing in the States are all running Red Hat Enterprise.

» Read more: Trying out the Fedora 7 Linux Distro

New DevScripts Site is up – Finally!

September 12th, 2007

Well, the past few months have been extremely busy for me. Actually, the last time I had posted anything was JUST before I had started development on DevScripts.

DevScripts is basically an online script directory, which needed to be rewritten and needs to be cleaned up badly. Buttloads of Software applications made their way into the listing along with an unsalvagable/unrefactorable code base – yuck!

» Read more: New DevScripts Site is up – Finally!

Our New PHP 5 Framework Cubix developed to 2.1

September 12th, 2007

Exciting news! Cubix Goes 2.1!

For those who may have missed it, Cubix is the name we gave our home grown framework (don’t sweat it haters, it’s not open source and I won’t be putting it up for public consumption, keep those eyeballs “unrolled”).

Cubix was basically created last year after exploring Zend (which was at the time at a very early preview release), Cake (a little rigid and some scalability issues, also looked like it was ready to bloat), Code Igniter (the focus on a small foot print would have hindered scaling an app) and Symfony (there’s a “how to use symfony” book. I did not really want to spend a few months learning Symfony). » Read more: Our New PHP 5 Framework Cubix developed to 2.1