Welcome!
As a Certified Internet Webmaster Professional, I’m a proven freelance veteran in the realm of web based solutions, web design and development, starting my career in 1995. I focus on delivering high quality, low cost web technology solutions to small to medium sized businesses, enhancing their success through online prosperity.
Hire me! My überleet PHP programming skills will be at your disposal. Take a moment to find out more about me, check out my services, and see what some of my previous clients say about me!
Latest Blog Entries...
HuntingtonFreePress.com
Posted by Michael on Tuesday, May 19th, 2009 |
Comments | clients |
Permalink

HuntingtonFreePress.com is a new online newspaper serving the Huntington County area. Although it just went live May 12, 2009, it's full of local articles and amazing sports photos, and will certainly continue to grow in leaps and bounds.
The direction and content of the site is exciting and will be a great breath of fresh air for the local community, when it comes to local news. Be sure to check it out!
Model-T Maintenance
Posted by Michael on Wednesday, Mar 4th, 2009 |
Comments | misc |
Permalink
The following is an interesting postcard from June 29th, 1928.

Mount TimeCapsule Drive from Linux
Posted by Michael on Wednesday, Mar 4th, 2009 |
Comments | mac, linux |
Permalink
After doing a little digging around, I found a great way to connect to an Apple Time Machine from nix...
mount.cifs //ip_of_timecapsule/drive_name/ /path_on_linux_server/data/ -o pass=timecapsule_password
In my case, I use the following command to attach to my TimeCapsule 'data' drive to a mount point named /media/data/ on my home linux server-
mount.cifs //192.168.1.1/data/ /media/data/ -o pass=mypassword
Stripping Characters from Strings with PHP
Posted by Michael on Sunday, Feb 22nd, 2009 |
Comments | code snippet, PHP |
Permalink
This is a simple example of stripping chararcters from a string using PHP.
See comments in code below for results...
<?
$string = "1234567890";
$string = substr($string, 6); //strips off 123456
echo $string; //7890
$string = "123456";
$string = substr($string, 0, 1); //get first character
echo $string; //1
?>
I'm Michael Lintz, freelance web developer specializing in