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 technologies, post a message on our facebook page

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 on command prompt and left click on Run As Administrator.

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 need to use the user32.dll in .net.

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 – it is not cryptographically secure ‘as is’.”. If you read the FAQ, however, there are comments on newer versions and implementation details for specific usage case scenarios.

At any rate, the implementations may be found here.
Interestingly enough there is a javascript version that will most likely find it’s way into our demos.

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
Continue reading

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 dated as it was published in 2006, but the principles work.

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 or hashed. The method is similar in theory to public key cryptography in that math functions are used to calculate tokens help validate the identity of the user. There is an existing implementation that appears to work somewhat out of the box that can be found on another blog entitled: Secure Ajax: SRP Hermetic. I was able to get the code to work with some slight modifications to get the database code to work with mysql.
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 understand and implement for yourself or by a beginner developer. Of course the image assets would need to be on your site as well. Follow this link to have a quick look. This script is easily probably of the simpler scripts I have seen and check back from now to halloween for more.

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 back up the site locally and attempt to fix the issues or create additional functionality as the situation calls for. The problem is that, the live site is usually not the same url that I am using. For instance, I can not use the same domain unless I want to continually be modifying my dns or hosts files. My solution is to usually have an automated way to create an aliasmatch such as the following: devsite.com/devhost where devhost is the domain. This is usually much different than livesite.com/blog or livesite.com.

Continue reading

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

Steve Jobs is a hot topic right now because of recent events.

Steve Jobs is a hot topic right now because of recent events.

Steve Jobs has been battling cancer for some time now and has apparently lost his battle to this disease. Here are some articles highlighting some moments in his career. I encourage you to check out the variety of video posts on youtube and to check out the documetary/movie Pirates of Sillicon Valley.

How Steve Jobs Changed Computing from telegraph.co.uk

Looking Back on Steve Jobs Legacy from the Globe and Mail

BBC News: Streve Jobs dies: Steve WosniakFrom BBC Uk

Steve Jobs just before returning to Apple from youtube

Steve Jobs Response to Software Product Failures from youtube

Documentary from youtube

Posted in Uncategorized | Leave a comment