Justin Cooney

Web Development Tips and Examples

Category: Programming

  • Against any sort of logic, running email searches in Outlook on one of my development machines no longer returns any results for even the simplest searches. I am running Windows 7 and Office 2007 on my development machine. On another, older development machine I am running Windows XP with Office 2007. Now the strange thing…

  • See on Scoop.it – Yahoo! YQL & Open Data Tables This is an interesting article from http://www.globenewswire.com about release 1.1 of the NoSQL database product called Apache Cassandra. The press release is from April 24, 2012 and I am quite curious to try my hands at using the updated product. The database uses a proprietary, but SQL-based query…

  • See on Scoop.it – JQuery-Features A nice example of how to disable copy and paste on a Web page form field using JQuery/Javascript posted by Luca Dioli at his technical blog http://blog.lucadioli.com . This is certainly useful for adding to password fields or email confirmation fields so that the user must type each entry manually. See…