Dynamically embed Youtube videos on IE6 using innerHTML
I got this annoying problem today: when trying to automatically populate a DIV with embed code from youtube, nothing happened on IE6. IE7 and FF work fine.
TECH BLOG
I got this annoying problem today: when trying to automatically populate a DIV with embed code from youtube, nothing happened on IE6. IE7 and FF work fine.
In our current project we are using Spring + Hibernate Annotations.
If you were like me in the need to expand the rows of a Extjs GridPanel not using cached data, but rather dynamically through an Ajax request, then you’ve ended in the right place.
Come meet us at CeBIT 2008. We are in Hall 4 (Business Solutions), Stand A54, Romanian pavilion, near Microsoft Stand.
It is a common requirement in today’s applications to ask for user’s confirmation when leaving a page – if changes were made in the page.
Suppose that my login form is integrated in another page and I want to return to that page that integrated my login page.
Some languages (like Romanian) have special characters (diacritics, often called accent marks). It’s generally useful to remove diacritic marks from characters, for example when you create an index with Solr.
Lets say you have a Coffee object and 3 sizes for coffee (small, medium and large).You can create a Coffee class like this.
If you wanted to set the default value using hibernate annotations, you’ve probably had some difficulties, as it was the case for me. Some posts on the web talk about default values to the members of the Java class.