Category Archives: Uncategorized

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

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

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

Posted in Uncategorized | Leave a comment

Ajax DNS Down?

Ajax DNS Down? If you have ever needed to check dns propagation for yourself or a client, I am sure that you have used tools such as nslookup and possibly even dig. There are other tools, however, that you can … Continue reading

Posted in Uncategorized | 1 Comment

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

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

Database PHP Session Handling

Database PHP Session Handling As you should be aware the HTTP protocol, as used for serving web pages, is completely stateless. This means that after the server has received a request, processed it and sent a response, the process which … Continue reading

Posted in MYSQL, php development, Uncategorized | Tagged , , , | Leave a comment