Information Technology Reference
In-Depth Information
Listing 8-4. Jon's biosketch using the 320 and Up Framework
<!DOCTYPE HTML>
<head>
<meta charset="utf-8">
<title>320 and Up Version</title>
<!-- http://t.co/dKP3o1e - ->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-
scale=1.0">
<!-- For all browsers -->
<link rel="stylesheet" href="css/style.css">
</head>
<body class="clearfix">
<div role="main">
<p><img src= http://jonwestfall.com/wp-content/uploads/2010/03/jon-website.jpg
height=220px width=240px></p>
<p>Jonathan E. Westfall, PhD, born 1982, is a researcher and technologist
working in New York City at Columbia Business School. His current research focuses on
the variables individuals use when making economic and consumer finance decisions,
specifically strength of handedness, a variable correlated with a number of decision-
making and cognitive psychology tasks and measures. Dr. Westfall also conducts research
on consumer financial decision making, and applications to both marketing and public
policy. His current appointment is as the Associate Director for Research and Technology
at the Center for Decision Sciences, a center within Columbia Business School at
Columbia University in New York City. Additionally, he holds an appointment as a
Lecturer in the Columbia University Psychology department, periodically teaching a
course in Judgment and Decision Making</p>
<!-- Scripts -->
<script src="js/libs/jquery-1.6.2.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
<script src="js/mylibs/helper.js"></script>
</div>
</body>
</html>
As you can see, each framework formats in slightly different ways, allowing you to pick
which one you would like to use. While Less Framework 4 and 320 and Up look very
'mobile' in their appearance, they lack any cross-functionality with the desktop version.
1140px Grid, on the other hand, isn't very 'mobile' in its style, which means you would
need to add that in manually. However, as a plus, you get a desktop and mobile version
in one file.
Choosing the right CSS Framework for you can be difficult; however, given the
frameworks we've covered here, it should give you a starting point to choosing the right
one for your app!
 
Search WWH ::




Custom Search