PHP

CakePhp is Definitely….Cake

I’ve been playing around with this PHP framework called CakePhp. CakePhp is designed for super fast php development, and I must say, fast is an undestatement.

PHP, Programming

Wordpress as A CMS

Yes, I know this isn’t anything new, but I’m quickly becoming a big advocate of using wordpress as a CMS for client websites.

CSS, Entrepreneurship, PHP, Programming, Web Standards

PHP and Paypal

I consider myself fairly versed in the programming language PHP. I prefer it over M$ languages because its free and open source, also because the majority of shared web hosting servers available are linux based. PHP and Linux play very nice together. Although you can run PHP on Windows-based servers.
When developing a new site, if [...]

Entrepreneurship, PHP, Programming

Internet Explorer and Forms

I ran across this little quirk with Internet Explorer the other day. It appears that when a form is submitted by actually clicking the submit button, an element in the PHP array $_POST is created for the button. Simple enough, right? Well I noticed that when the form was submitted by pressing the Enter key [...]

PHP, Programming, Web Standards

preg_replace gotchas

I’ve been reading Professional PHP for a few weeks now and I’m really enjoying it. It is one of the few blogs out there that actually writes about code and coding in general. For example, their latest post gives a quick overview of some gotchas with the php function preg_replace. Professional PHP gives some good [...]

PHP