Monday, 21 January 2013

Start and stop marquee on mouse over


<html>
<marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();"><a href="C:\Users\admin\Desktop\new.html">Go on... hover over me!</a></marquee>
</html>

DBT - Models

Models are where your developers spend most of their time within a dbt environment. Models are primarily written as a select statement and ...