The Basics of CSS-P in 10 Tabs

I came across this small page that goes through ten css-positioning tidbits available when coding a site. And, thanks to javascript, you can see real-time effects caused by the css changes mentioned in the tab you click.
And what did I learn from this? I learned that “static” is the default position for elements. [...]

Installing OCI8 for PHP

I recently had a project that required me to connect to a remote Oracle 10g database from my local server using a PHP-based client, the problem being that the default PHP install has no libraries for working with Oracle. Fortunately, Oracle has released binaries for their OCI, or Oracle Call Interface, for Linux systems.
Once [...]