Tim Maxey .NET Technology Blog & Resources
March 2010 Entries
Cool thing I found and broke it up for easy copy and use... Check out the code below and the links. Just grab the js and css files yourself off my server...
Take a look at the ImageFlow IPhone like Photo viewer you can view the source and get the goods, but below is the just of the code:
In the HEAD tag:
<link rel="stylesheet" href="imageflow.css" type="text/css" />
<script type='text/javascript' src='jquery.js?ver=1.3.2'></script>
<script type='text/javascript' src='jquery.cycle.js?ver=1.0'></script>
<script type='text/javascript' src='jquery.thumb-hover.js?ver=1.0'></script>
<script type='text/javascript' src='imageflow.js?ver=1.0'></script>
<script type="text/javascript">
jQuery(function($){
//sliding content
$('#image').cycle({
timeout: 5000,
fx: 'fade'
});
});
</script>
Then somewhere in the BODY TAG:
<div id="slider" class="imageflow">
<img src="images/1.jpg" width="600" height="450" alt="One" />
<img src="images/2.jpg" width="600" height="450" alt="Two" />
<img src="images/3.jpg" width="600" height="450" alt="Three" />
<img...
A new service was just release (BETA) for Florida county plat maps, Florida county plot maps, Florida county parcel boundary maps.
Really cool application. Check it out: Florida County Plat, Plot, Zoning, Parcel Boundary Maps
Technologies used: Google Earth Plugin, KML, Google Maps, Mobile device support for Android and iPhone platforms. Search the entire state of Florida for parcel boundaries, owner information, Google Street View, etc...