November 10th, 2008
3D movies have recently seen a resurgence in the movie theater. Due to new 3D theater technologies, several 3D version of movies have hit the theaters and a few of those have made it to home theater formats in both standard DVD and Blu-ray.
Read the rest of this entry »
Posted in Home Theater, PHP Tutorials | 36 Comments »
November 4th, 2008
After winning the war for the dominant high definition format against Toshiba’s HD DVD format in February of 2008, many pundits expected Blu-ray players to take off like a rocket. After all, many had said that the main reasons for poor high definition player sales were uncertainty regarding which format, HD DVD or Blu-ray, would dominate in the long term. Also, high definition player prices were too high. Player prices needed to come down before sales would take off. The “experts” were wrong on both of these claims.
Read the rest of this entry »
Posted in Home Theater | 9 Comments »
October 18th, 2008
The robots.txt file, also called the robots exclusion file, is used to provide useful information to search engine spiders. The file can serve a number of purposes, but it is primarily used to tell a spider which files and directories should NOT be indexed, and that is why it is also called the robots exclusion file.
Read the rest of this entry »
Posted in Web Site Development | 3 Comments »
October 17th, 2008
For months people have been reporting strange problems with Mozilla’s Thunderbird e-mail client. I have maintained that the problem is not likely to be Thunderbird, but is more likely to be related to a user’s ISP or a Windows issue or a firewall blocking access. I think I have found and verified at least one potential source for the ongoing issue with either inbound or outbound mail becoming disabled.
Read the rest of this entry »
Posted in Tech News, Thunderbird Tutorials | 1 Comment »
October 16th, 2008
One of the first questions that comes up when someone starts using PHP and the very powerful MySQL database is: How do I page through the results of a query like I see with search results on many web sites? This is pretty easy to accomplish if you know how to use the MySQL LIMIT clause.
Read the rest of this entry »
Posted in MySQL Tutorials, PHP Tutorials, Web Site Development | 7 Comments »
October 15th, 2008
When selecting the right HDTV for your home theater, it is important to understand the relationship between film frame rates and screen refresh rates. There is an interaction between the two that plays an important role in the quality of the video displayed on your HDTV.
Read the rest of this entry »
Posted in Home Theater | 4 Comments »
October 5th, 2008
I normally would not cover an issue this basic, but I receive requests almost every week for answers from aspiring (OK, call them newbie) web developers who cannot see the images on their web pages after using FileZilla or another FTP utility to transfer HTML and image files to their web site. Almost all say that all they see is the infamous red X where their images should display.
Read the rest of this entry »
Posted in FileZilla Tutorials, Web Site Development | No Comments »
October 2nd, 2008
Blu-ray technology clearly won the battle for high definition DVD movie dominance. But Blu-ray technology continues to evolve, and as it does, new issues pop up. Once recent problem is the “incompatible disc” error that is becoming more common with the Sharp’s very popular BD-HP20U Blu-ray player.
Read the rest of this entry »
Posted in Home Theater | 59 Comments »
September 30th, 2008
Several potentially serious new exploits have been patched with Mozilla Thunderbird. Make sure that you update to version 2.0.0.17 as soon as possible. The new fixes cover both PC and Mac versions.
Read the rest of this entry »
Posted in Tech News, Thunderbird Tutorials | 2 Comments »
September 15th, 2008
There are times when you want the printed output from a web page to look different that the way the page is displayed on a computer screen. This is particularly useful with blogs and web sites that provide information that users may want to print and file away for later use or for late night reading. I am amazed at the number of major web sites whose pages cannot be printed properly because the content either doesn’t fit on the page, or is cluttered with ads and menus that have no useful purpose on a printed page. CSS can come to the rescue with an external style sheet designed to format printed output.
Read the rest of this entry »
Posted in CSS Tutorials, Web Site Development | No Comments »