Author Archives: daleV

Will Color E-Ink replace LCD Displays?

Last summer, I wrote an article on the coming color E-Ink eReaders, and I predicted that they would be here in the first quarter of this year.  It’s time to take another look at the market, because it doesn’t look … Continue reading

Posted in eReaders | 1 Comment

Cloning Software from Github

Github has become the go to place to get software, at least open source software.  It has pretty much taken over from the previous download hub, SourceForge.  One of the reasons for that is how easy it is to clone … Continue reading

Posted in Git - Version Control | 1 Comment

Installing the CKEditor in Drupal 7

I had the opportunity to install Drupal 7 for the first time in a couple of years, and I was looking forward to re-acquainting myself with the latest from the Drupal community.  My last go round with Drupal was with … Continue reading

Posted in Drupal | 1 Comment

The PHP Switch Statement

The PHP switch statement is a good substitute for a lot of “if, “else”, and “elseif” statements. The switch statement is much more efficient than the “if”, “elseif” statements, however there are some quirks that you should be aware of … Continue reading

Posted in PHP | Leave a comment

A new site coming for PHP – a Preview

If you’re a PHP Developer, you are familiar with the PHP web site, www.php.net.  This site has looked the same, for I don’t know how long, but for at least, six or seven years, if not longer.  The old pastel … Continue reading

Posted in Web Sites | Leave a comment