linein designs

Archive for June, 2008

24 Jun, 2008

IT IS A SCAM!!!

Posted by: john In: funny

I hate it when people forward bogus warnings, and I have even done it myself a couple times … But this one is real, and it’s important, so please send this warning to everyone on your e-mail list:
If someone comes to your front door saying that s/he is checking for ticks due to the warming [...]

23 Jun, 2008

Another Free Screen Cleaner (two Shiba Inus)

Posted by: john In: dogs| funny

Now two dogs can clean your screen even faster than one.

Please visit the site (suwanneesunsetshibas.com) and click on some of their ads if you like the screen cleaner.
Thanks John for finding this.

Here’s the follow-up article on how to easily get file sizes nicely formated. Below is a quick function that will display the file size in KB, MB, or GB all easily accessed through a function.

function formatbytes($file, $type)
{
switch($type){
case “KB”:
$filesize = filesize($file) * .0009765625; // bytes to KB
break;
case “MB”:
$filesize = (filesize($file) * .0009765625) * .0009765625; // bytes [...]

Tags:

02 Jun, 2008

Due to Budget Cuts, This is Your New Cubical

Posted by: john In: funny| pictures




Please Support Our Sponsors

A Payday advance can be a great way to get back on track.

Banner

About

My name is John Veldboom and have been in design and web programing for just over 8 years now. Started off as a hobby in high school but it has developed into a full time job now. I always tell people that if I wasn't doing this at work each day, I would be at home doing it for free. I love it!

Please visit the contact page to drop me a message.