Tuesday, February 07, 2012
Blog Entries
By Larry Daniele on 2/6/2010 9:41 PM
Today Libby, Grandma Millie and I went to see Joe play Mercutio (Romeo's best friend) in the Frontier Regional High School production of Romeo and Juliet. Joe was AWESOME - a natural talent with great stage presence. The cast was wonderful and the production was a tasty blend of contemporary music, Shakespearian prose and rhyme with an occasional dance number. Truly entertaining!
Joe as Mercutio 
Here are some more photos of Joe as Mercutio.
 
By Larry Daniele on 2/4/2010 10:06 PM
 I am building another DotNetNuke website with the wonderful Flex2 skin. My client asked that the Search field have some sort of label to make it more clear what the function was. I wanted to to do what the "cool kids" do: put the text "Search" in the field when it is "empty" and then automagically remove the text when the user clicks in the box.

Since this is a DNN 5 site that has jQuery support built in, I could use a slightly modified version of this simple jQuery code from Brian Reindel (that I tucked into the skin's drnuke-height.js file that is already loaded by the skin):

/* Doctor the DNN Search field to display the word "Search" when it's "empty" and remove this text when the user clicks in the field. jQuery code compliments of 5 JavaScript Tricks Made Easy with jQuery jQuery JavaScript Samples by Brian Reindel http://www.reindel.com/five_javascript_tricks_jquery/ */ $(function() { swapValues = []; $("#dnn_dnnSEARCH_txtSearch").each(function(i){...
Search Blog
Privacy Statement  |  Terms Of Use
Copyright 2007-2011 by Larry Daniele