Monthly Archives: August 2011

Check Windows OS Version and architecture

Check Windows OS Version and Architecture Information You can use the My Computer or Computer interfaces found within the Start Menu or on the Desktop.

Posted in Uncategorized | Tagged , , , | Leave a comment

Testing Change System Time ability in Windows XP

Testing Change System Time   If you want to see whether or not you can adjust the System Time in Windows XP, there are two logical locations. The first is by double clicking on the time in the task tray. … Continue reading

Posted in Tech and How To | Tagged , , , , | Leave a comment

Revoke or Grant Change System Time Windows XP

Revoke or Grant Change System Time Windows XP From time to time the need is apparent to be able to restrict the ability to change the system time in windows XP. The following article and picture series depicts the process … Continue reading

Posted in Tech and How To | Tagged , , , | 5 Comments

Updates

Recently there has been somewhat of a hiatus from the SwhistleSoft Team, due to projects and other engagements. Lets call this a sort of summer hiatus and get ready for some quality articles in the upcoming fall tech season. It … Continue reading

Posted in Uncategorized | Leave a comment

Lame Scripting Awards

Lame Scripting Awards How many people have been using cat to open files in their shell only to pipe the output to another command, or how many have piped things to wc -l from grep? Don’t understand what I am … Continue reading

Posted in Bash Scripting, Server Development | Tagged , , , , | Leave a comment

Javascript and PHP Size Based Styles

Javascript and PHP Size Based Styles So you want to support different screen resolutions do you? Well, it is possible too much difficulty by creating a multiplexer for CSS files. This solution I am speaking about involves creating several style … Continue reading

Posted in Javascript Development, php development, Web Development | Tagged , , , , | 1 Comment

PHP SNI Switch for HTTPS WINXP IE

PHP SNI Switch for HTTPS WINXP IE A possible solution to an Error page for HTTPS SNI in WinXP Internet Explorer Although this is not the best way to treat this situation, it is possible to have a switch for … Continue reading

Posted in php development, Web Development | Tagged , , , , , , , | 1 Comment

Html Form Editing Embed Form Elements

Html Form Editing Embed Form Elements We have a demo up at http://www.swhistlesoft.com/demo/edithtmlforms/ which you may of course take a look at. There are some bugs and we will be posting a more complete demo in the near future. You … Continue reading

Posted in Html, Javascript Development, Web Development | Tagged , , , , | Leave a comment

MySQL Singleton Class to allow easy and clean access to common mysql commands

The MySQL Database class is implemented using the singleton design pattern. This design pattern allows for only one single instance of the object. This one instance can then be obtained through a static method. This provides a convenience in that … Continue reading

Posted in MYSQL, php development | Tagged , , , | 3 Comments