Category

Computers & Programming

Computers & Programming

CullingStackPanel

I have only used this horizontally. This panel will shrink down to zero size if needed, which might not be what you expect. The important parts of the code are commented. This is my first attempt at this particular feature and the code may be incomplete. I have…

Continue reading
Computers & Programming

ClippingStackPanel

I’m writing a Windows Store app, as many previous posts have made obvious, and I’ve got a new need that might not be fulfilled by any Microsoft tools. I need a StackPanel that hides any children that can’t be shown in their requested size. My plan is to…

Continue reading
Computers & Programming

Don’t be a Programmer

I was reading an old blog post http://www.kalzumeus.com/2011/10/28/dont-call-yourself-a-programmer/ and came across this line: “Anyone describing themselves as either a Java programmer or .NET programmer has already lost.” The point he was making, and continued to make after this line, is that programming languages don’t matter. It’s an old…

Continue reading
Computers & Programming

Variable Base Numbering System

I had a project that required key codes. These are codes sort of like the key codes used by software companies to activate your software. For my situation, the most effective way to pass around these codes is as long integers. Otherwise, math on these values, like to…

Continue reading
Computers & Programming, Games

Trials Fusion Skill Game

I built a fairly complex skill game for Trials Fusion on the Xbox One. Jet Hoverbike Challenge was created by me, rectorsquid, as a sort of Lunar Lander style game. Jet Hoverbike Challenge Gameplay Trials Fusion, and earlier versions of the game like Trials Evolution, have a track…

Continue reading
Computers & Programming

Alpha Color Mixer

I’m going to write a post about the Alpha Color Mixer that I wrote and published in the Windows ‘App’ Store (http://apps.microsoft.com/windows/app/alpha-color-mixer/63825206-eb36-4ab7-a223-42d52410ffa9). But I am working a little on the code and I want to clean it up before I publish it for mass review. The Alpha Color…

Continue reading
Computers & Programming

Lake Tahoe Temperature

A long time ago, I added some AJAX code to my blog so that the Lake Tahoe water temperature is displayed on my blog pages. It’s in the right navigation column down at the bottom. It doesn’t appear immediately and sometimes not at all if the temperature server…

Continue reading
Linkage Program

Linkage Bug/Feature List

I’m getting more requests for features in the Linkage program than ever before. I am now using Axosoft issue tracking software to keep track of bugs and feature requests. Here’s the current list that I generated from user emails and from my memory of things that I want….

Continue reading
Computers & Programming

Preview Upload File, Part 3

This post is just here to hold the sources for the latest version of the image preview JavaScript code. I moved the code out of some generic files that hold a bunch of other JavaScript code and CSS data, and into files specific to the image preview page….

Continue reading