Earth Day? How About People Day?

Earth day… great. Are you really going to turn off your lights for Earth day? Is this how well trained slaves should act? As for me and my house, we will turn lights on… when we need them… like we always do. Paper or Plastic? 20 years ago paper bags were the devil. Remember how… Read More »

Note Everything – $3.99 Well Spent

After using a note application, voice note application, list application, gDocs application, and having no real drawing application, I am pleased to get everything in one application. “Note Everything” is a do it all kind of app for the Droid. Note Everything gives you the ability to: create a note and “stick” it to your… Read More »

Please Stop Revolting While We Gut Your Country

The slaves are getting restless. Stories are now popping up stating that people are revolting against the insurgent US CORPORATE government. Gee, I wonder why. Don\’t get me wrong, I don\’t want to see blood shed any more than the next sane man wants to see it, but wars begin when someone threatens your country.… Read More »

Cooliris on Firefox

Cooliris is an exciting Firefox addon that allows you to see a smooth wall of pictures, news stories, videos, and shopping. You navigate it by moving a slider or dragging it with your mouse. It’s very intuitive. It looks like mobile devices are supported as well as the possibility of embedding it on web pages.… Read More »

Silverlight Treeview – Using C#

On your design page: Margin=”76,400,0,328″ Width=”300″> In the C# code: private void populateSchemaTree() { // clear previous contents so they don’t pile up schemaTree.Items.Clear(); TreeViewItem tv = new TreeViewItem(); TreeViewItem tv_sub = new TreeViewItem(); // parent – make a new object for each parent item tv.Header = “Parent”; // child – make a new object… Read More »