JavaScript dynamically set onclick value

The other day I needed to generate href strings in my WebForms application, pass that href string in a button OnClientClick event to a JavaScript method that in turn would take that href string and dynamically add it to a particular button’s onclick event to set the document.location.href value.  Now I may not have done […]... Read More
snip_20180301131801.png snip_20180301131801_thumb.png snip_20180301131801.png snip_20180301131801_thumb.png snip_20180301142657.png snip_20180301142657_thumb.png

Tags Manager for Visual Studio Team Services

With a recent job change I found my self in a role of sole ownership of a few applications (both web and desktop) with no source control, no requirements, no backlog of product requests etc.  Anyway, so I quickly created an account with VisualStudion Team Services, the new and improved TFS in the cloud.  I […]... Read More
GoogleDrive01.png GoogleDrive02.png GoogleDrive03.png GoogleDrive04.png GoogleDrive05.png GoogleDrive06.png GoogleDrive07.png GoogleDrive08.png

A Better Way to Share Your Google Photos Videos

If your phone (iPhone or Android) uses Google Photos (if NOT, you SHOULD) to backup your pictures and video, there is a MUCH easier and better way to share your videos in your blog post, then my previous post. In the post I just referenced, importing your videos into YouTube, works, but it is painfully […]... Read More

Using

Using .Net.  No, I am not referring to drug that I am using called .NET, but the Using statement in the .NET framework.  The “Using” statement in .NET framework provides a convenient syntax that ensures the correct use of IDisposable objects. If .NET object you are using implements IDisposable, then you can simply call the […]... Read More