Category Archives: Web Development

Convert dot net invaders to html5

Convert dot net invaders to html5 UPDATE: Playable UPDATE: Code Link So, I wrote a dot net invaders clone and thought that I would try my hand at converting it into an html5 version using canvas, and the same cruddy … Continue reading

Posted in Javascript Development, Web Development | Leave a comment

A Simple Javascript Canvas Render Framework

A Simple Javscript Canvas Render Framework It is possible to do a great number of things in many different languages, and due to the popularity of the some of the particular features of javascript, it is also possible to do … Continue reading

Posted in Javascript Development, Uncategorized | Leave a comment

Mootools Animations without Tween or Morph

Mootools Animations without Tween or Morph So I found that Tween and Morph did not do what I wanted, and that it would be pretty simple to cook a batch of javascript animation up in no time. The secret to … Continue reading

Posted in Javascript Development, Web Development | Leave a comment

The System Library ‘GD’ is not registered

The System Library ‘GD’ is not registered So… It appears that I am not the only one who ran into this issue, and not actually having run into it directly myself, it was a little tricky to get to the … Continue reading

Posted in Content Management Systems, Web Development | 1 Comment

Microsoft Dynamics CRM PHP Integration

Microsoft Dynamics PHP Integration So… there are some existing solutions for Microsoft Dynamics CRM Integration with PHP but it appears that there are problems with all of them. I was tasked with creating a php proxy for the crm integration … Continue reading

Posted in php development, Web Development | Leave a comment

Halloween is coming – Halloween javascript

Halloween is coming Halloween is fast approaching with us being over half the month through. Check out this little javascript which animates three ghost images in the screen swooping them and fading them out. This script is simple enough to … Continue reading

Posted in Javascript Development, Web Development | 1 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