Blog Archives

OpenLayers.Control.SelectFeature on Multiple Vector Layers Breaks setOpacity

If you add multiple vector Layers to a select control in OpenLayers, layer.setOpacity() no longer works. So here is a workaround I found useful.

Tagged with:
Posted in OpenLayers, Programming

ExtJS 3.4 DomQuery Namespaces Hotfix

You may have noticed that in ExtJS 3.4 you can’t use namespaces in your Ext.dataXmlReader because DomQuery doesn’t support them until ExtJS 4. Find out how you can with a hotfix.

Tagged with:
Posted in ExtJS, Programming

Funny Quotes From Presidential Debate

Map of the middle east

Some funny quotes I enjoyed from the debate. I am not trying to take a political stance here just funny stuff. PRESIDENT OBAMA: “On a whole range of issue, whether it’s the Middle East, Afghanistan, Iraq or Iran, you have been all over

Posted in Goodies

Embedded C-Assembly Game Boy

This was a project I worked on from the ground up. Built driver for the LCD and programmed my chip using a MSP430. Leave a comment if you are interested in the code used.

Tagged with: , , ,
Posted in Programming

I uploaded a @YouTube video ht…

I uploaded a @YouTube video http://t.co/NsUJe9EV We Are Here To Learn — Are You Ready?

Tagged with:
Posted in Tweets

Merge Sort Example in C++

merge-sort-image

A merge sort is a O(n log n) sorting algorithm. I show in this example how to implement a merge sort in c++ using recursion. This algorithm is a divide & conquer based algorithm.

Tagged with: ,
Posted in Programming

Can Electricity Stop Working Like In The Show Revolution?

images

While I am probably going to actually like this show alot because of the characters, I have a hard time just letting some things slide in this show that don’t make sense.

Tagged with: , ,
Posted in Goodies

Bank Of America Closed My Accounts With No Notifications

bosomething

The story started with me trying to get gas to go on a gold prospecting trip with my cousin. Some of my credit cards broke in my wallet earlier in the week(they don’t make them the way they use to)

Tagged with:
Posted in Personal

George Polya Four Point Summary

How to Solve It Book by George Polya

Problem Solving is an art and like any art can only be learned through practicing. Here are George Polya’s four point summary steps in how to solve problems.

Tagged with:
Posted in Goodies

Software Testing Humor #10: To…

Software Testing Humor #10 To err is human; to find the errors requires a tester.

Tagged with:
Posted in Tweets