Skip to main content

Yet Another Use for PHP

A recent project found us integrating an online SaaS with a MSSQL Order Entry system. The SaaS system used the hideous SOAP protocol, but PHP’s SoapClient class made quick work of that. “Unless you have a definitive reason to use SOAP use REST.” The order entry system followed Microsoft’s version of the development bible and […]

An Expensive Downgrade.

What percentage of development shops are pigeonholing their clients by their loyal adherence to their prescribed stack? Far too many. At V-Tek, we’ve found that .NET often fits quite nicely into our mostly open-source toolbox. Especially when our client already has an MS oriented product. Everything from raw library-less JavaScript, to RoR coding by convention, […]

Entrepreneurial Philanthropy

Entrepreneurial philanthropy has been really gaining momentum in the tech sector. We know in the late 90s that a start-up could dive in just for the sake of profit and if the business plan showed promise they’d acquire investors. Then the bubble popped and sent those investors looking elsewhere for revenue. Today it’s tough to […]

Scapegoating The Telecommuters

Recently Yahoo CEO Marissa Mayer admitted the potential incompetence of corporate middle-management but – as is usually the case in corporate America – she held the wrong people responsible. She claimed that telecommuters are “unproductive”. To which I’d ask a question, are they the only ones that are “unproductive”? Did she actually compare telecommuters to […]

Hybrid Hype

After I post this article I will be switching back to my old legacy hard drive. I was afraid this would happen. When hybrid drives became available I followed the reviews obsessively, I could not wait to get one. Yet the reviews kept warning about poorly implemented firmware and erratic behavior. Then came the Seagate […]

Fancy Frameworks and Trendy Tech

I wonder if in a few years coding to spec will come back in style and I’ll have to start wearing skinny jeans and using a Mac. I kinda hope not. Coding to spec instead of trying to fit the spec into a subset of pre-existing modules is a nice niche. MVC and such are […]