Posted June 9th, 2008 by admin
UPDATED So today the Apple faithful will get see what we will be paying off, on our credit cards for the next 6 months.But best of all the rumors will be put to rest and surprises will be had. “Cue cheesy soap opera music” Will there be an Apple Tablet? Will 10.6 leave Power PC [...]
Posted June 4th, 2008 by admin
10 Examples of Beautiful CSS Typography and how they did it… Lately I have been very interested in how far we can take Typography only using CSS. Sure you can use images or sIFR to produce some very beautiful typography, but there is something unique and special about using only CSS. It is incredibly useful [...]
Posted May 8th, 2008 by admin
One of the problems I ran across when doing web page layout. Is the ability to get a footer to hug the bottom of the browser window regardless of the length of the pages content. Then once I arrived at a solution, it didn’t work in all my target browsers. The below solution is the [...]
Posted March 23rd, 2008 by admin
If you ever need to find a files path when programming in PHP. All you need to do is drop the below code in a text file called path.php.
< ?php $p = getcwd(); echo $p; ?>
Put it in the same directory as the file whose path you need and go to it in your web browser.
http://www._yourwebname_.com/_thedirectorythefileisin_/path.php
You will get back something like this.
C:\Websites\_yourwebname_\_thedirectorythefileisin_
So now you know the server path to the file