Displaying posts categorized under

Tips

Remove BOM from utf-8 files

Problem When I developed a PHP web application with multiple language support, I encountered a situation that PHP report “header is already sent”. That was caused by the Unicode Byte Of Mark (BOM) at the beginning of files in utf-8 encoding. Solution 1 In my article Solution for Cannot modify header information in PHP application, one [...]

  • Share/Bookmark

Install Dameware Mini Remote Control to Windows 7

When I tried to install Dameware Mini Remote Control to Windows 7 machine (64 bit), a series of problem occurs. Once of the headache problem is:  an error message always pops up when I install service to local machine. I tried to use IP address and the computer name. None of them works. Figure 1 [...]

  • Share/Bookmark

Use AWFFULL to analyze website log files

Awffull is a fork of open source web log analyzer, Webalizer. Ubuntu server edition already has webalizer installed. Webalizer has been stopped updating since 2002. Awffull improved the original Webalizer in several areas: Segmentation, Eyeball Analysis, Greater than 12 Month Display, Cascading Style Sheet Support (CSS), Resizable Graphs, Internationalisation Support, Automatic Log Type Detection, Fast, [...]

  • Share/Bookmark

Embed Movie, Flash, Music files to PowerPoint Slides

Recently I switched to Microsoft Office 2007. User interface has been changed dramatically. I had a hard time to get familiar with the Office components. Even though, I managed to learn them very fast and got things done quickly. The article provides several lessons I learned to deal with media files in PowerPoint slides. I [...]

  • Share/Bookmark

Tips for website development

I have encountered surprised issues when I developed Bookmark Manager 2.0. They were solved successfully after I spent a significant amount of time. To share my ideas and thought with friends, I summarized the processes and generated a list of a good practices as the following. HTML/XHTML validation It will always be a good practice [...]

  • Share/Bookmark