Archive for Programming
Project Complete
We recently completed a large project for a giant in the color calibration industry. This was a medium-to-large VB6 to Real Studio conversion, and involved designing a few custom user interface components.
continue reading »
REALbasic and Snow Leopard: Redraw what?!
A customer has tasked me with updating some of the UI elements in their application. Among the problems they listed was a redraw bug in Snow Leopard, where the controls on windows with a set background color would display a slightly different color in their background even with the Composite property set to True. After about an hour of testing different workarounds, I found what I believe to be an excellent solution.
continue reading »
A weekend with C#
I’ve spent the majority of my time this weekend learning the finer points of design in C#, and I have to say that I’m quite impressed.
continue reading »
RB: Hate that flicker
I’m currently working on a project for a client that requires a cross-platform UI class which is pretty standard. It has working alternatives on Windows, Mac, Linux, and anything else you can think of. They want a certain style within the application, regardless of OS, and I don’t blame them for it.
continue reading »
PHP: SQL2XML
This bit of code will connect to a MySQL database, run the passed query, and return the results as XML. I wrote this for use with FLEX, and it works quite well.
continue reading »
