Category: Programming Tips
-
+
+
+
+
+
+
Recently my brother asked me if my daughters’ ages in my About Me page were static or if they would change as we moved through time. The answer is that they’re the result of PHP functions and are therefore dynamic and will change as time passes. You see, my site…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
I was in need of a WPF color picker control and settled on the Extended WPF Toolkit. Note that I didn’t say that I settled for – simply put, the controls in this collection are amazing for the price.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
I’m working on a project developing an application for a touch-screen interface. As such, all of my screen elements are BIG, to accommodate navigation via touch. It occurred to me that I could save space by eliminating labels for textboxes. Of course, I don’t really want to have a bunch of textboxes with…