Visit a content portal to find information, resources, and help over a wide range of topics, projects, and issues.
By Nonki Takahashi July 23, 2013
I wrote a Turtle Maze Game as a Small Basic program. In this article, I'd like to introduce how to create this kind of program. I wrote it in three phases. Firstly I wrote a program just creates and shows a maze. Secondly I wrote an AI (Artificial Intelligence) which solve the maze. At last, I wrote an UI (user interface) to battle with the AI. The following description shows the details of these three phases...
By El Bo July 20, 2013
If you've ever gotten a phone call at 2 am asking you to figure out why a system is down, you'll appreciate the utility of self-healing systems. With a little work with WMI we can apply this concept to BizTalk. This article covers how to do this for BizTalk host instances, but the same techniques can be applied to receive locations and send ports. Why do host instances go down in the first place? BizTalk sits atop SQL Server, and it's very clingy...
By Matthew Yarlett July 14, 2013
Getting a file to upload to SharePoint is very easy; essentially it involves adding an asp:FileUpload control to your webpart and adding a button to click on (to upload the selected file!). In this example we're going to create a visual webpart that allows a user to upload an image to SharePoint. During the upload process, the image dimensions are checked, and if the image's width or height exceeds 300px, we'll resize the image...
By Naomi N July 2, 2013
The problem of transposing rows into columns is one of the most common problems discussed in Transact-SQL forum. Many times the problem of creating a dynamic pivot comes into the light. One thing that many people who ask this question forget is that such transposing is much easier to perform on the client side than on the server where we need to resort to dynamic query. However, if we want to make such pivot dynamically...
More featured articles