Justin Cooney

Web Development Tips and Examples

Year: 2011

  • I sometimes find the need to dynamically enable or disable form elements especially since I often use ASP.NET webforms. For this purpose I find that the default HTML attributes are not sufficient. Specifically, the HTML DISABLED and READONLY element attributes do not work as one would want a disabled form field to actually work. In…

  • My bother Martin Cooney is currently studying robotics at Osaka University in Japan. He just finished his Master’s with flying colors and is now working on getting published and possibly a doctorate! Quite impressive! Martin’s Master’s thesis is titled “Recognition of ‘full-body gestures’ using inertial sensors for playful interaction with small humanoid”. He is constantly…

  • This week Luvy and I encountered an interesting issue with SQL Server. We were working on a project that we ported over to SQL Server 2008. As part of the work we were working on a scheduled stored procedure that selects into a temporary table and then does a fairly standard cross server bulk update. The…