Tutorials
How to change the appearance (background) of an Input Control in Epicor ERP 10 Configurator
Continue reading about Epicor ® ERP10, changing the appearance of a configurator input control
All the time I see on the list the request to export a Crystal Report from Epicor to PDF. I’ve done this many times different ways but this is my favorite, it can be done without having to bring in external libraries and it allows me to use Reflection. If you attended my talk at […]
Continue reading about How to Export a Crystal Report through code by using Reflection in Epicor
Credit where credit is due, I ran across this elsewhere a while ago and figured i’d give it a shot in C#, sadly I don’t remember where I saw it, but either way I present to you a new awesome sorting algorithm. If all the stars align and your list is short enough this will sort properly! […]
Ever wanted to have an easy way to get the most recent entry for any given key on a massive database? I ran into this problem a few days ago at work and I wanted to attempt to explain how I solved it. We have a large database that contains the lifetime history of our […]
I just finished a huge project for school using the Google Android OS. The biggest hurdle I had to jump through we getting android to successfully talk to web services. I have put together a set of classes and procedures to do so that make it easy and reliable. I have taken some code from […]
Continue reading about Android accessing RESTFull Web Services using JSON
So I installed Windows 7 as my main OS at work a few days ago just to play around in a “Production Environment” and this morning I ran into the strangest, yet most useful feature yet. Apparently in an Aero enabled PC with Windows 7 if you grab and shake your foreground window it will […]
One of the most annoying website you find when searching for a solution to a problem on Google is http:///www.experts-exchange.com some how someone already asked the same exact question you have. But unfortunately when you go to the page you get something like “Experts Comments are for Premium Members Only” Example http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23172666.html you know they have the answer, but […]