Problem Been learning front-end web development on the side on and off for the past few months. I don’t really […]
Tag: user-interface
Custom UI – Seeing which control has focus
Problem I’m trying to make a simple UI to better understand how interfaces and the System.Windows.Forms Controls behave. Like the […]
Removing a subview with a subview from a UIView without memory leaks
Problem I made a custom UITextView for vertical Mongolian writing. It is made by subclassing UIView, which has a subview […]
Login page without header/footer bars
Problem I’m creating an app where the login page doesn’t have the header/footer bars that the pages, after being logged […]
English Draughts
Problem The basic UI for my checkers app is complete, so the next step is to come here for review. […]
Java Loops and UIs
Problem I’ve always found coding UIs in Java very inefficient, and hopefully this is because of my misunderstanding. Here’s a […]
User Input – Date Range
Problem Description A new utility I built to ask users to input a date range (StartDate + EndDate). Function AskDateRange() […]
Onclick radio buttons to change background color
Problem We are displaying two radio buttons in page. Click on Radio buttons, it will change background color. Is there […]
IBDesignable UICheckbox
Problem A more up-to-date version of this control can be found on GitHub. One UI control that has always been […]
Isolating testable portions in rendered html, without imposing on content or formatting
Problem I’m unit testing some webpages and I’m trying to figure out how to best isolate the portions that need […]