<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener("load", function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <iframe src="http://www.blogger.com/navbar.g?targetBlogID=6550290188043595882&amp;blogName=Dave+Murray+Miyamasu%27s+Developer+Blog&amp;publishMode=PUBLISH_MODE_BLOGSPOT&amp;navbarType=BLUE&amp;layoutType=CLASSIC&amp;homepageUrl=http%3A%2F%2Fcodedavecode.blogspot.com%2F&amp;blogLocale=en_US&amp;searchRoot=http%3A%2F%2Fcodedavecode.blogspot.com%2Fsearch" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" title="Blogger Navigation and Search"></iframe> <div></div>

About

"Code Dave Code is authored and maintained by David Murray Miyamasu. David is an ASP.NET Developer living in Ohio. He is happily married and enjoys hanging out with his beautiful wife."

Non-profit technologies Thursday, June 18, 2009 |

Hello! Are there any readers out there who have had experience volunteering with a non-profit org? More specifically creating for them a web-presence (web site, social networking, donation portal) and providing computer support (hardware, software). Any insight would be appreciated! -Dave

Labels: , ,

HTML 5 Wednesday, June 17, 2009 |

Hello All! It has been quite a while since I have posted. I have been learning a little something called Java as well as taking some classes and have not had the opportunity to post. Anyhow, I came across some cool info about HTML 5. Canvas, video, Cache, Web Worker....some pretty cool stuff. You can check out some demos here but you will need an HTML 5 compliant browser. (such as Google Chrome). All the demos are done using client side html...no applets, flash or silverlight shenanigans. Enjoy the future of web development! -Dave Reference

Labels: , , , ,

the vast pool of knowledge Tuesday, January 6, 2009 |

I read an article entitled "21st Century Mindset" recently and caught glimpse of this quote, and thought it would be appropriate to share.

Networking has changed our relationship with knowledge, making it accessible anytime, any place, on any device. Too little knowledge is no longer the challenge; sifting through the vast pool of knowledge, analyzing it, and collaborating to solve problems is the new dilemma.

I have had my fair share of information overload on the internet, and I never feel at a loss for not being able to find information. However, I do admit that there is difficulty in being able to "sift through the vast pool of knowledge" and come to a conclusion. Just a thought...

Labels: , ,

Developers Bill of Rights Tuesday, December 30, 2008 |

I like to have a nice machine to do my development work. Do you? Here is a new proposed "Developers Bill of Rights" from CodingHorror.com

Link

Developer Ramp Up Time |

Cool article on how to reduce the ramp-up time for new developers/consultants.

Link

CSS Color Scheme generator for the color-blind Wednesday, November 26, 2008 |

Recently while building a sample site with Windows Azure, I found myself trying to determine the color scheme for my site. I determined that my lack of color coordination was stopping any real progress, so I went to Color Hunter to develop a color scheme for use on my site.

There are two key features that I found helpful

  1. You can choose from other popular color schemes
  2. You can upload your own picture and Color Hunter will extract the colors from the image and give you the matching colors.

If you have a minute, check it out. It is really cool and helped me sail through my CSS design phase.

Link to Color Hunter

Windows Azure PDC developer videos Monday, November 24, 2008 |

I have watched a few of the PDC sessions that were really helpful for me to get started with development of Azure SDK. Here is a quick listing of some of them:

  • Watch Steve Marx write a simple app with Azure.
    link
  • Brad Calder goes a little bit more in-depth with Azure storage.
    link
  • See how NSoftware and FullArmor have utilized the Azure cloud services
    link

CodeDaveCode is brought to you by David Murray Miyamasu and his experiences developing with the ASP.NET Framework


View Dave Murray Miyamasu's profile on LinkedIn
"Confucius Say: He Who stands on toilet is high on pot"