Category Archives: Tips

Top 5 C Sharp Tips I Wish I Knew Before Taking the Plunge

I’ve been programming in C Sharp for over 4 years (2 years while at an IT company). There are many things such as C Sharp language tips/patterns I wish I knew before I started that would have saved me a … Continue reading

Posted in C#, Tips, Tutorials | Leave a comment

Using Less Photoshop and More CSS

I’m developing a new site and I get this question quite often: “You make that with Photoshop?” My answer is yes and no. So how do I typically design my sites? I first start on paper. Not only is this … Continue reading

Posted in Tips, Web Design | Tagged | Leave a comment

TV Themes and Music for Arduino

I was in lab today with my senior design team and we just finished building our audio amplifier for use in our project. We had a few tones to play which proved our circuit worked; however; other classmates requested songs. … Continue reading

Posted in Hardware, Tips | Tagged , | 2 Comments

Accessing a listview’s Items From Another Thread

The Problem at Hand The other day I had a simple problem that I couldn’t seem to find an answer to online. I had a background worker running on a thread that needed to access a collection of listview items. … Continue reading

Posted in C#, Tips, Tutorials | Leave a comment