I recently built my wife a new computer, and right off the bat we started getting IRQL_NOT_LESS_OR_EQUAL BSOD (blue screen of death) problems. We researched high and low online for answers to fix this problem, but most sites accuse device drivers to be at fault, that most likely we installed the wrong driver for one of the installed devices or computer component. But the problem we were seeing was we’d get the bsod after a fresh new installation of windows, and one time even DURING the windows installation, so it couldn’t have been a device driver problem unless Windows 7 itself was installing a driver it should not have, which is usually not the case.
Author: johnro
I’m sure those who are interested in losing weight or slimming down have one point or another searched online for a way to lose their excess weight and stay fit. If you are one of them, you know the steps to fitness are complicated: watching your weight, grocery shopping for health foods, learning workout routines, etc. A lot of the times it’s a hassle and that’s something you don’t want in an already busy life.
As a developer, it is common to search the web for an existing (open source) code snippet to re-use for an application, but it is rare for the developer to just copy code online and use it straight in their application without modifying it first.
I am one of many developers who like to save time if possible by using open source code if coding from scratch takes longer than a couple of minutes, but there are times when one cannot be found. I ran into such situation when I wanted a function that converts an XML string into an array. Unfortunately, most are overly complicated for what I wanted, so I decided to create my own and share with the world. The following function converts XML strings into a PHP array while retaining the level depths of the XML but all attributes are ignored.
Assembla: Project Managing
I signed up for a free account at Assembla today for version controlling my codebase from hostmonster. Limited 2GB free svn repositories. Not bad
php.js
If you are a PHP programmer struggling with javascript, then php.js is your answer.
Apple to Trump Microsoft?
Apple’s reports vs Microsoft’s reports show that Apple topped Microsoft in 3rd quarter revenue (source).
Back in May, it was announced the Apple surpassed Microsoft and became the 2nd largest U.S. company by market capitalization. I believe it won’t be long before Apple makes Microsoft the littler man it is like facebook did with myspace.
Steve Jobs Documentary
Click here to watch a 48 minute documentary on Steve Jobs.
I never really cared for the Apple company or any of its products until I bought my first mobile device: the iPhone 3G. The phone was amazing, there was no device like it at the time, and I’d spend a good chunk of my free time fiddling with it or playing games. With the release of the iPad, which I have yet to purchase, it further perked my interest in the company. With just a few months shy from the release of the iPhone 4, I started checking up on Apple news and conferences on a regular basis. I found myself reading a lot about the company (e.g. Macrumors) and before I knew I was headed to Apple fandom.
PHP MVC framework war
Back when CakePHP’s v1.2 was still in its beta stage, I started learning the PHP language using the MVC (model-view-controller) framework, and I grew to love the language. I became more fluent with the language as I grew more biased towards cake. I would often google MVC comparisons like “CakePHP vs codeigniter“, or “CakePHP vs symfony“, etc, but in my heart, I knew CakePHP was the one for me.
Hello World indeed
After months of contemplating coding my own blog site, I managed to get together a nice CI (codeigniter) + doctrine bundle to get started, but got lazy and so I never got past finishing the header.
If it wasn’t for work, I probably wouldn’t have bothered with wordpress either. But here I am, in a situation where I needed to get familiar with the open source app. So far my impressions have been great. Had I had known such app existed, I probably would have started using it a long time ago.
Hello World!