Arcade Cabinet Project (updated 1/20)
Gaming, Tech, Personal - November 29, 2009 10:36 pm
Catchy title, I know. Anyway… “It has begun!”
Comments (0)The Differences Between X++ (Dynamics AX) and C#
Development - November 24, 2009 11:39 pm
A twitter of a forward of an email of a blog post with links to two MSDN articles on the subject of X++ vs C# made it’s way from my computer screen onto the back of my eyeballs this morning. While the read was somewhat interesting it was more of a “here’s some nice things about one of our languages, and here’s a nice thing about another’ type of read. While highlighting the fairly minor syntactical differences between the two may be a valuable exercise to those completely unfamiliar with object oriented programming in general it’s $3 short of useless to the C# programmer ready to get his ERP on or the AX developer dipping his toes in the waters of one of the most popular programming languages on the face of the planet.
Comments (0)Fitting Non-Dimensional Inventory into Dynamics AX’s Dimensional Inventory Model
Development, Tech - 11:09 pm
In this article I chronicle the business and technical decisions and hurdles encountered in fitting a product that doesn’t fit a finite dimensional model (in this case steel pipe and tube) into Microsoft Dynamics AX’s dimension-driven inventory model. We’ll start off with a quick overview of the Dynamics AX item/dimension model, go into a bit of an overview of pipe and tube manufacturing and stocking and why this material doesn’t fit base AX (or likely any other out-of-the-box ERP) due to a need for ‘variable’ or non-exclusive item dimensions, and finish with the solutions successfully implemented in the marketplace. There will be a mix of business and technical jargon but none of it should be out of reach to a programmer, implementer, or analyst at any level.
Comments (0)Funny From ./: Toothpick Eye
Tech - September 2, 2009 10:41 pm
>> Xcode is free if you’ve got a Mac. Otherwise it costs 1 Macintosh worth of dollars.
>You can develop directly on your windows mobile pda.
>You can also develop for windows mobile pda under linux.
You can remove your appendix using a toothpick sticked into your left eye…
Comments (0)EARLib: Zero Config ORM Tool for php/MySQL
Development - April 21, 2009 10:25 pm
Well, I originally was going to write a php script that examined the mysql database and produced php classes with crud functionality for the tables but then I got to working on it and realized I can go one step further. Why write the classes to file when you can just dynamically load everything at run time (and cache it once it’s loaded). So here it is, an ORM for php/MySQL that requires no configuration (apart from mysql connection information), and provides most of the features of the more heavy-weight ORM libraries. It’s page is here.
Comments (0)Trash the Language Toolbar Once and For All
Tech - April 11, 2009 11:54 pm
I hate that thing… No matter how many times I hide it, it always finds a reason to come back. In fact, on one of my machines it comes back depending on which program you hover over in the task bar, so crap is always moving around. Make it gone for good! Run:
regsvr32 /u msutb.dll
You may need to reboot for it to take.
Comments (0)PHP Schema Generator
Development - 11:53 pm
So here’s an interesting project. This is a spaghetti-mess of php code that produces a very simple DAL by reverse engineering a mysql database. All you have to do is pass it the connection information and database name and it will read in all of the tables and their field types producing a simplistic but complete data access layer for every table in that database.
(more…)
AMD a Conteder Again?
Tech - March 16, 2009 6:42 am
I used to be the biggest AMD fanboy. Back in the K6 days when AMD cheaps were slowly eeking up to their Intel counterparts, I jumped on board. The next few years there was fierce competition at the top-end with AMD and Intel constantly exchanging the ‘Fastest Desktop Chip’ trophy. Through the Athlon days AMD chips were almost always solidly in the lead in the oh-so-important speed-per-dollar benchmark. Their chips were enthusiasts’ dreams; cheap, fast, and highly overclockable. Those were the golden days of AMD.
Comments (0)Stop It With Your Face
Personal - March 2, 2009 7:21 am
So I’m a fairly good skier by now. I’ve been out over a dozen time this year. I fly down the blacks at our little local resort, jumping the moguls and cutting ice like butter. They caught me last night. After a great night without even a hint of a fall on the slope back to the lodge I hit hard.
(more…)
Simple PHP Twitter Search API
Development, LilMikey.com - February 16, 2009 12:07 am
Really I just wanted an excuse to make something with ‘Twit’ in the title. Anyway… it searches tweets. Using it right up there at the top of my page. Nothing earth shattering but much more easy to use and straightforward than the most of what I’ve seen out there. Article here.
Comments (0)