How to Update .NET Windows Controls at Runtime

If you change the value of a control on Windows .NET form during runtime, it may not be updated with the changes. The following code should change the Text property of ToolStripStatusLabel, but it doesn’t work while its processing in the middle of its function....

How to Clear Remote Cached Files in Eclipse

I use the Remote System Explorer in Eclipse for editing PHP web sites on other networks, and I occasionally run into the problem when an old page gets loaded instead of the actual, current page on the site. The problem is that the old file is being cached somewhere on...

How to Start, Stop, and Restart Apache in Linux

At various times, you will need to manually start and stop Apache. This could be due to making changes in the httpd.conf file which requires a restart, or the web server could be experiencing problems. You can perform these commands in a Linux terminal with httpd. To...

DWF Viewer for OS X

AutoCAD users can easily share their drawings by exporting them to a DWF format. The Digital Web Format was developed by Autodesk for designers to share their to share their documents for people who would like to view or print them. A DWF is sort of like a PDF for...