UAC Permission Problems in Visual Studio? Try a Restart…
Development - August 14, 2010 11:19 pm
I’m working on software that alters startup modes and starts and stops a bunch of services. Of course, since Vista there’s now all of this UAC ‘are you sure you wanna do that’ prompt crap. In order to get that prompt and the permission that come along with it, the easy method was to to create an application manifest and set the ‘requestedExecutionLevel’ to something higher than ‘asInvoker’. That’s all well and good however during debugging I was getting no prompt and definitely was not getting permission to affect a service or execute WMI calls. Oddly, after a complete machine reboot (not just restarting VS2010), upon entering debug I now get prompted to restart Visual Studio with elevated permissions and everything runs dandy. Still feels like there may be an app.manifest bug or two to be ironed out in VS2010 or Windows 7. Until then, follow standard MS troubleshooting practices; turn it off and back on again.
Comments (0)iPhone 4 + Froyo = End of the Phone Wars
- June 8, 2010 9:56 pm
You read it here first. Phones are dead…
Comments (0)Review: Insanity 60 Day Total Body Training Program
- May 31, 2010 11:06 pm
I’m not a little dude (the domain name is sarcastic). I was looking for two things from Insanity; first, I wanted to lose weight. Second, I wanted to improve endurance and speed for hockey and tennis. This 60 day workout was remarkably successful on one account and marginally successful on the other.
Comments (0)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…)

