Justin Cooney

Web Development Tips and Examples

Year: 2012

  • Originally posted on Zeeshan Akhter: Geolocation is a way for the user to retrieve their position and share where they are. This can be done in a few ways, by using a GPS as the one in your new smartphone or connected to your computer is the most precise method. But for users without GPS…

  • See on Scoop.it – JQuery-Features Here is a very interesting discussion on the StackOverflow forums about using JQuery to build an asynchronous file upload component. People propose many different solutions such as Flash, a hidden IFrame, or to using HTML5. Although the discussion happened some time ago between 2008 and 2009, it is still relevant…

  • VSTO for MS Outlook can be a powerful way to customize Outlook programmatically. However, the syntax can be finicky at times and I have found a few instances where the programming logic becomes tricky. For example, you can use VSTO to add a text box to the Outlook command bar window. This can be put…