Author Archives: ttessier

ttessier

About ttessier

Professional Developer and Operator of SwhistleSoft

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

RPC and WCF Samples Coming Soon

RPC and WCF Samples Coming Soon In a later article, we will be providing source code and examples of simple RPC client/server and a WCF service/client using the Microsoft Visual Studio environment. If you are looking for information regarding these … Continue reading

Posted in Applications Development, C Programming, C#.net, Uncategorized | 1 Comment

OpenRPCDebugEndpointInfoEnumeration failed: 5

OpenRPCDebugEndpointInfoEnumeration failed: 5 If you have received this error using dbgrpc -e from windows debugging tools or the platform sdk, please use this program from within an administrators command prompt. For instance, if you have UAC activated, then right click … Continue reading

Posted in Applications Development, C Programming | Leave a comment

WM_COPYDATA with .net and c

WM_COPYDATA with .net and c WM_COPYDATA is a window message that you can use as a very simple ipc(Inter Process Communication) mechanism. There are some small issues to overcome when using this with .net, the least of which is the … Continue reading

Posted in Applications Development, C Programming, C#.net | Leave a comment

A link to Mersenne Twister Implementations

Mersenne Twister Implementations What is the Mersenne Twister algorithm? The Mersenne Twister is a very fast random number generator. The home page that I retreived this information from warns of the following: “Mersenne Twister is basically for Monte-Carlo simulations – … Continue reading

Posted in Uncategorized | Leave a comment

Demo RSS Feed

Demo RSS Feed If you would like to keep up with anything we are doing at SwhistleSoft in terms of public accessible goodies, you can check that out here and there is an rss feed here: here

Posted in Uncategorized | Leave a comment

PHP Rss Information From IBM

Just a simple article from within IBM thats shows how to both read and write RSS feeds from PHP. There are some good points, a working example and both sides of the rss coin presented. The article itself is somewhat … Continue reading

Posted in Uncategorized | Leave a comment

PHP SRP php Secure Remote Password

PHP SRP php Secure Remote Password If you don’t know what SRP is, then by all means – Find Out about SRP from the creators.. For a brief overview, it is a way to authenticate without sending a password plaintext … Continue reading

Posted in Uncategorized | 1 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

Updating the SiteURL or Home Link for wordpress

Updating the SiteURL or Home Link for wordpress Here and there I have come up with a problem to solve when either deploying word press sites or beginning to maintain sites that are live. My first step is usually to … Continue reading

Posted in Content Management Systems, MYSQL, Wordpress Development | Leave a comment