Intersection area Circle - Rect

Hi guys,
I'm trying to compute the intersecting area of a circle and a rect. I've already searched the web for ages and found some good stuff like this: [Area of intersection between circle and rectangle|http://stackoverflow.com/questions/622287/area-of-intersection-between-circle-and-rectangle], but my problem is, that I don't now how to compute the intersection points of a circle and a rect.
Is there any way to compute the area easier (e.g. with a java lib)? And how do I compute the intersecting points?
Thx for any help in advance! Greetings.

A rectangle and a circle can intersect each other in many ways:
1) no intersection because one is completely contained by the other or both are completely disjunct;
2) intersect one edge of the rectangle; there are two intersection points
3) intersect two adjacent edges of the rectangle; there are four intersection points;
4) intersect two opposite edges of the rectangle; there are four intersection points;
5) intersect three edges of the rectangle; there are six intersection points;
6) intersect all edges of the rectangle; there are eight intersection points.
Note that some of the points in all cases where both intersect can be identical. You have to figure out each and every situation one by one.
kind regards,
Jos

Similar Messages

  • Calculating intersection of circles giving NaN first 'round'.

    See attachment.
    When I give the correct parameters as input, the output is always NaN.
    However, when I run the VI again, the correct x,y coordinates are returned.
    Obviously this is not correct behaviour I want in my VI. What did I do wrong here?
    Thanks,
    Marvin
    Solved!
    Go to Solution.
    Attachments:
    Calculate Intersection Circles.vi ‏32 KB

    marvin117 wrote:
    What's the point of local variables if they don't work that way?
    Although local variables are often demonized, there are proper uses for them.  Coming from a text-programming background, you're used to using variables and, presumably, not accustomed to things happening in parallel.  The first thing I noticed, which is certainly not obvious to anyone, is that your local variables are read in every frame of the Sequence structure immediately, but the indicators aren't written until the calculations happen in the first frame.  In this way, the Sequence structure is highly non-intuitive.  National Instruments owes you an apology for that.
    The second thing I noticed was, in your second frame, that you were using the results of calculations with a local variable in the same frame.  You'll never be able to know that the calculations will happen before the locals are read.  There's your classic race condition.
    I (almost) only use local variables to update front panel control values.  If I find myself using them to read control values, I hang my head and wish I had designed my code better.  Try to think in terms of "The wire is the variable."  It's almost always the right way to think about data, and data flow.
    Jim
    You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice

  • My ipod touch updated on its own and now I can't access any of the songs, show ared circle with a red dot and won't play.  My computer says thye songs are alol on the ipod.  Fix?

    My ipod touch seems to have updated on its own, and now I can't access the songs, show a red circle with a red dot in the center.  Computer says the songs are still on the ipod.  Fix?

    I have the same problem. I bought a 3rd party software (tunejack) and it allowed me to transfer my songs to my new pc. Now I can't play them because I am not authorized. It says I am but then it says im not.

  • Are circled numbered steps possible?

    Can you create numbered steps that have circles around the numbers, and if so, can you specify the font for the number in the circle?

    As an alternate to pasting in anchored frames with the circles so that they land on top of your autonumbers, you could try using two paragraph styles together with the Frame Above set to to a reference graphic of the desired circle to envelope the autonumber.
    First, on your Reference page, create a reference graph frame with the circle in it at the desired location on the left side, e.g. something like this:
    Note the guidelines also inserted in purple (these will help align things and will deleted when th process is done). The physical font height is typically 2/3 of the specified font size and the baseline for text placement in FM is at 2/3 the font height. This gives you a rough guide for calculating what you will need. For a 12pt font, this means 8pt height, so an 18pt circle will allow up to 2 digits in the autonumber to be within the circle. The above image shows an 18pt circle in a 19pt frame. The line thickness is 1pt and the circle is placed at 0.5pt Top and 0.5pt Left (to account for the line thickness),
    Create a paratag (e.g. "Circle") that has the Frame Above set to use the Circle reference frame.
    Set the Space Below to be a negative value about twice the Line Spacing, e.g. for 12pt font, line spacing is usually 14pt, so set this for "-28pt".
    Set the Next Pgf Tag for this to be your nuimbered list paratag (e.g. "Numbered").
    Edit your autonumbered paragraph tag:
    Basic Tab
    Set the Space Above to be the same negative value as for the Cirlce paratag, i.e. -28pt
    Set the Next Pgf Tag to be the "Circle" paratag.
    Set the first tab position (centre-aligned) to be the centre of the circle, e.g. 9.5pt C
    Set the second tab position to be Left aligned and just past the edge of the circle, e.g. 24pt L.
    Set the Left indent to be the same as the second tab, e.g. 24pt.
    Autonumber Tab
    Edit the autonumber format to be "\t<n+>\t"
    Save these new/modified paratag definition to your paragraph catalog.
    Start a new paragraph using the Circle paratag. You should see something like:
    Now hit Enter and type your first list item. You should now see something like:
    Notice the slight misalignment between the circle grid and the autonumbers. This will vary by font and you may need to slightly tweak the Above/Below offsets for the two paratags to get a better fit. In this case, an adjustment to -27.5pt was needed.
    Now just hit Enter twice (once for the circle, once more for the numbers) after your text is entered to continue entering text using the circled autonumbers.
    You should now get something like (circles tweaked to be filled and the autonumber had a character tag applied in the designer - you can get as fancy as you want). The left side shows the contents in FM and the right shows how this appears in a PDF:

  • How to draw non intersecting area of two GeneralPath

    Hi all ,
    I have two generalpath GP1 and GP2 .
    GP1 and Gp2 are overlapping.
    Im able to draw the overlapping region between the two .
    I want to make the non overlapping area between these two generalpath .
    Is there any API or method to draw that
    Thanks and regards
    Anshuman Srivastava

    Not tested.
        public static Shape createNonOverlappingArea(Shape GP1, Shape GP2) {
          * Create an area that contains the total of GP1 and GP2.
         Area rv = new Area(GP1);
         rv.add(new Area(GP2));
          * Create an area that contains the overlap.
         Area overlap = new Area(GP1);
         overlap.exclusiveOr(new Area(GP2));
          * Subtract the overlap from the total area.
         rv.subtract(overlap);
          * Now rv contains the non overlapping parts.
         return rv;
        }Piet

  • Content not lining up in the sidebar with the content located in the main area?

    Hello, I’ve created a website using Dreamweaver CS4 and have come across an issue while using a template. The template I’m using is: 2 column fixed, right sidebar, header and footer. The problem seems to be in the sidebar where the content does not start at the top, it seems to be about 15px below the content in the main area. I can't find any CSS or any reason why it's starts where it does. It seems to look like even and as it should in Firefox, Google Chrome and Safari but not in IE9. The page is live at www.Lots2Homes.com and you'll see the content is lower in the right sidebar than in the main area to the left. The code for the home page and CSS is below. This has me going in circles, any help or ideas would be much appreciated. Thanks!
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <!-- Start of  no right click script -->
    <script type="text/javascript" src="includes/no_right_click.js"></script>
    <!-- End of  no right click script -->
    <meta name="norton-safeweb-site-verification" content="q5pn0zppxw16pngb17u9bt3gtuklju0mr-wug3hpwmudp0h70hgx44yjn2m3235nuxr6l17xlfnqszrz 3q3pjp75afqpecotqbh2pd6c485pxvehuee2wqihtjqa1uut" />
    <meta name="generator" content="HTML Tidy for Linux (vers 6 November 2007), see www.w3.org" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="description" content="Search the MLS, Professional Buyer Programs, Marketing Plans, NH Information, Free Guides, Short Sale Information, NH Buyer and Seller Representation"/>
    <meta name="keywords" content="New Hampshire, Real Estate, Your Source for New Hampshire Real Estate, NH Real Estate Agent, Paul R. Martin, Buyer Agent, GRI, ABR, e-PRO, SFR, REALTOR, Listing Agent, Portsmouth, home for sale"/>
    <meta name="rating" content="General"/>
    <meta name="revisit-after" content="14 days"/>
    <meta name="Robots" content="All"/>
    <meta name="google-site-verification" content="hch3bvgPs2nwvn-waiOpfg4j9mJJTd5k-OZ-NiGFFr8" />
    <link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"/>
    <link rel="icon" href="http://www.lots2homes.com/images/favicon.ico" type="image/favicon.ico"/>
    <title>Lots2Homes.com - Your Source for NH Real Estate</title>
    <link href="css/2012_layout.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    .twoColFixRtHdr #mainContent {
    padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    margin-top: 0;
    margin-right: 344px;
    margin-bottom: 0;
    margin-left: 0;
    background-image: url(images/2-column/main-middle.png);
    background-repeat: repeat-y;
    .twoColFixRtHdr #sidebar1 {
    float: right; /* since this element is floated, a width must be given */
    width: 344px;
    padding:0px;
    margin:0px;
    background-image: url(images/2-column/r-sidebar-middle.png);
    background-repeat: repeat-y;
    -->
    </style><!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for IE 5* in this conditional comment */
    .twoColFixRtHdr #sidebar1 { width: 220px; }
    </style>
    <![endif]--><!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixRtHdr #sidebar1 { padding-top: 30px; }
    .twoColFixRtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
        <?php require_once('includes/back_ground.php'); ?>
    </style>
    <script type="text/javascript">
        // <![CDATA[
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    // ]]>
    </script>
    <link href="SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-24136715-1']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    </script>
    <style type="text/css">
    <!--
    body,td,th {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    a:hover {
    color: #F00;
    -->
    </style></head>
    <body class="twoColFixRtHdr">
    <div id="container">
    <div id="header_flash_window">
      <?php require('includes/header_flash.php'); ?>
    </div>
      <div id="header">
        <?php require('includes/header.php'); ?>
      <!-- end #header --></div>
      <div id="navigation">
    <?php require('includes/navbar.php'); ?>
    </div><!--close nav-->
    <div id="top"></div>
    <div id="sidebar1">
    <div id="content">
    <div id="social-media-buttons">
      <a href="http://www.facebook.com/EPRO.AGENT" target="_blank"><img src="images/social_media/facebook_32.png" name="facebook_icon" width="35" height="36" border="0" id="facebook_icon" alt="Paul Martin facebook" /></a>
      <a href="http://www.flickr.com/lots2homes" target="_blank"><img src="images/social_media/flickr_32.png" name="flickr_icon" width="36" height="36" border="0" id="flickr_icon" alt="Paul Martin Flicker" /></a>
      <a href="http://www.linkedin.com/in/paulrmartin" target="_blank"><img src="images/social_media/linkedin_32.png" name="linkedin_icon" width="35" height="37" border="0" id="linkedin_icon" alt="Paul Martin Linkedin" /></a>
      <a href="http://www.lots2homes.com/weblog/" target="_blank"><img src="images/social_media/wordpress_32.png" name="wordpress_icon" width="35" height="36" border="0" id="wordpress_icon" alt="Paul Martin Wordpress" /></a>
      <a href="http://www.youtube.com/user/EstatesNland" target="_blank"><img src="images/social_media/youtube_32.png" name="youtube_icon" width="36" height="37" border="0" id="youtube_icon" alt="Paul Martin Youtube" /></a>
    <a href="http://www.delicious.com/save" target="_blank" onclick="window.open('http://www.delicious.com/save?v=5&noui&jump=close&url='+encodeURIComponent(location.href)+ '&title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=550,height=550'); return false;"><img src="images/social_media/delicious_32.png" alt="Paul Martin Delicious" width="35" height="36" border="0" /></a>
    <a href="http://twitter.com/#!/Lots2Homes" target="_blank"><img src="images/social_media/twitter_32.png" alt="Paul Martin Twitter" width="35" height="36" border="0" /></a>
    </div>
    <div id="index_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2FEPRO.AGENT&a mp;send=false&amp;layout=standard&amp;width=292&amp;show_faces=true&amp;action=like&amp;co lorscheme=light&amp;font=tahoma&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:80px;" allowTransparency="true"></iframe></div>
    <div id="stick"><div id="stik" style="width:225px;height:75px;text-align:center;"><a href= "http://www.stik.com/paul.martin" class="il" target="blank" style="position:relative;display:block;"><img src="http://www.stik.com/badge/image?v=1&amp;stikid=1005641" alt="Paul Martin, Realtor at Keller Williams Coastal Realty, is Recommended and Reviewed at Stik.com" title="Paul Martin, Realtor at Keller Williams Coastal Realty, is Recommended and Reviewed at Stik.com" style="border:0px; margin:0px;" /><iframe src= "http://www.stik.com/badge/frame?v=1&amp;stikid=1005641" frameBorder="0" scrolling="no" style="width:116px;height:36px; border:0px; position:absolute;left:98px; top:0px;"></iframe><br/></a><div class="l" style="height:18px;"><a href="http://www.stik.com/paul.martin" target="blank" style="font-family:Arial;font-size:9px;color:#3B5998;text-decoration:none;font-weight:nor mal;">Read Recommendations and Reviews on</a> <a href="http://www.stik.com" target="blank" style="font-family:Arial;font-size:9px;color:#3B5998;text-decoration:none;font-weight:nor mal;">Stik.com</a></div></div></div>
    <hr/>
    <div id="my_listings">
    <h2>My Current Listings</h2>
          <div id="Accordion1" class="Accordion">
            <div class="AccordionPanel">
              <div class="AccordionPanelTab">$139,900 - Raymond Ranch</div>
              <div class="AccordionPanelContent"><a href="listing_page_24_sesame.php"><img src="images/listings/24_sesame.jpg" width="299" height="198" alt="24 Sesame St St Raymond, NH" /></a></div>
            </div>
    <div class="AccordionPanel">
      <div class="AccordionPanelTab">$194,900 - Northwood Ranch</div>
              <div class="AccordionPanelContent"><a href="listing_page_27_bass.php"><img src="images/listings/Harvey-Lake-Home-Northwood,.jpg" width="299" height="198" alt="27 Bass Rd Northwood, NH" /></a></div>
            </div>
    <div class="AccordionPanel">
      <div class="AccordionPanelTab">$249,900 - Milton Custom Cape</div>
              <div class="AccordionPanelContent"><a href="listing_page_99_gold_milton.php"><img src="images/listings/99_gold_st.jpg" width="299" height="198" alt="99 Gold St Milton NH for sale by Paul Martin and Keller Williams Coastal Realty" /></a></div>
            </div>
    <div class="AccordionPanel">
      <div class="AccordionPanelTab">$159,900 - Effingham Multi Unit</div>
              <div class="AccordionPanelContent"><a href="listing_page_108_champion_hill.php"><img src="images/listings/108_champion_hill.jpg" width="299" height="198" alt="108 Champion Hill Rd Effingham, NH" /></a></div>
            </div>
            <div class="AccordionPanel">
              <div class="AccordionPanelTab">$324,900 - Epsom Colonial</div>
              <div class="AccordionPanelContent"><a href="listing_page_206_copperline_epsom.php"><img src="images/listings/206_copperline/199x198.jpg" width="299" height="198" alt="206 Copperline Rd Epsom, NH" /></a></div>
            </div>
            <div class="AccordionPanel">
              <div class="AccordionPanelTab">$189,900 - Middleton Ranch</div>
      <div class="AccordionPanelContent"><a href="listing_page_60_lakeshore_middleton.php"><img src="images/listings/Sunrise-Lake-Home.jpg" width="299" height="198" alt="60 Lakeshore Dr Middleton, NH" /></a></div>
    </div>
    <div class="AccordionPanel">
      <div class="AccordionPanelTab">$259,900 - Exeter Duplex</div>
      <div class="AccordionPanelContent"><a href="listing_page_34_36_south_st.php"><img src="images/listings/34_36_south_st.jpg" width="299" height="198" alt="34-36 South St Exeter, NH" /></a></div>
    </div>
    <div class="AccordionPanel">
      <div class="AccordionPanelTab">$249,900 - Sunrise Lake Ranch</div>
              <div class="AccordionPanelContent"><a href="listing_page_86_lakeshore.php"><img src="images/listings/86-Lakeshore-Dr.jpg" width="299" height="198" alt="86 Lakeshore Dr Middleton, NH" /></a></div>
            </div>
    <div class="AccordionPanel">
      <div class="AccordionPanelTab">$249,000 - Dover Point Colonial</div>
      <div class="AccordionPanelContent"><img src="images/listings/Colonial-Condex.jpg" width="299" height="198" alt="Dover Point Colonial sold by Paul Martin" /></div>
    </div>
    <div class="AccordionPanel">
      <div class="AccordionPanelTab">$235,500 - Chichester Cape</div>
      <div class="AccordionPanelContent"><img src="images/listings/26_cross_rd.jpg" width="299" height="198" alt="Sold by Paul Martin" /></div>
    </div>
    <div class="AccordionPanel">
      <div class="AccordionPanelTab">$295,000 - Londonderry Colonial</div>
      <div class="AccordionPanelContent"><img src="images/listings/25_king_henry.jpg" width="299" height="198" alt="Sold by Paul Martin" /></div>
    </div>
    <div class="AccordionPanel">
      <div class="AccordionPanelTab">Put Your Home for Sale Here!</div>
              <div class="AccordionPanelContent"><img src="images/listing_ad.jpg" width="299" height="198" alt="List your home for sale on Lots2Homes.com" /></div>
            </div>
          </div>
    </div>
    <hr />
    <div id="info_1">
    <h2>Will 2012 See Improvement? </h2>
    <p>by Carla Hill<br />
    <br />
    We’ve seen the effects of tight mortgage conditions over the last year. Existing and new homes sales have struggled and we are now left with sizable pent-up demand. Will this trend continue into 2012?<br />
    <br />
      For starters, consumer prices fell in October, meaning low wage workers and others struggling to make ends meet will find more affordability...
      <br />
    <br />
    <a href="Read" _mce_href="http://realtytimes.com/rtpages/20111121_realestateoutlook.htm">Read">http://re altytimes.com/rtpages/20111121_realestateoutlook.htm">Read More</a></p>
    </div>
    <hr />
    <div id="info_2">
    <h2>Timing the Real Estate Cycle</h2>
    <p>by Paul Martin<br />
    <br />
    Real estate cycles are created by an imbalance that occurs between the supply of available homes on the market and demand for these homes by ready willing and able buyers.<br />
    <br />
    The reasons for an over or under supply of homes and an over or under demand for these homes can differ from one cycle to another...<br />
    <br />
    <a href="Read" _mce_href="http://www.lots2homes.com/weblog/?p=84">Read">http://www.lots2homes.com/weblog /?p=84">Read More</a></p>
    </div>
    <hr />
    <div id="info_3">
    <h2>Thinking about a Short Sale?</h2>
    <p>If you're looking for Short Sale Information and assistance, I can help. As an SFR (Short Sale and Foreclosure Resource Specialist) and a LMC (Loss Mitigation Consultant), Shorts sales are one of my specialties!<br />
    <br />
    Don't lose time, call me today! I work hand in hand with The Loan Workout Group out of the Cater Law Office in Londonderry, one of New Hampshire’s most experienced and premiere Short Sale specialists. Together we work as a team to get your short sale accepted and your home sold in time to save you from foreclosure. </p>
    </div>
    <hr />
      <div id="sidebar_flash_ad">
        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="214" height="320" id="FlashID3" title="Loan Workout Group Ad">
          <param name="movie" value="flash/loan_workout_group.swf" />
          <param name="quality" value="high" />
          <param name="wmode" value="opaque" />
          <param name="swfversion" value="6.0.65.0" />
          <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
          <param name="expressinstall" value="Scripts/expressInstall.swf" />
          <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
          <!--[if !IE]>-->
          <object type="application/x-shockwave-flash" data="flash/loan_workout_group.swf" width="214" height="320">
            <!--<![endif]-->
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="6.0.65.0" />
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
            <div>
              <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
              <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
            </div>
            <!--[if !IE]>-->
          </object>
          <!--<![endif]-->
        </object>
      </div>
    </div>
         <div id="sidebar-bottom"></div>
      <!-- end #sidebar1 --></div>
    <div id="mainContent">
       <div id="content">
    <div id="welcome_message">
      <h1>Welcome to Lots2Homes.com - Your Source for NH Real Estate</h1>
    <p>As a New Hampshire REALTOR®, I designed and built <span class="bold">Lots2Homes.com</span> specifically to help people looking to purchase homes here in New Hampshire and to give our local home sellers an edge through technology driven marketing. The goal here on <span class="bold">Lots2Homes.com</span> is to become your leading source for NH real estate information and a helpful guide to purchasing and selling homes in the Rockingham, Strafford and Belknap county area.<br />
    <br />
    Here on <span class="bold">Lots2Homes.com</span> home buyers can search for available homes on the local MLS, sign up for automatic search notifications and look up information on every town found here in NH. Buyers also can receive great home buying tips through my complimentary <a href="buyer_guides.php">BUYER GUIDES</a> and get information on my full service <a href="my_buyers_program.php">Buyer Representation</a> as an <span class="bold">ABR REALTOR®</span>. My buyer program comes at no cost and can assist you from beginning to end in home buying process. It will help you to take advantage of the great buyer’s market were experiencing and it comes complete with a <a href="my_buyers_program.php">Buyer Bonus</a> just for signing up!<br />
    <br />
    Home sellers can get information here on how the local and <a href="housing_prices.php">national housing market</a> is trending and how leading edge marketing technology can help them sell their home in today’s challenging market conditions. Sellers will also be able to get information on how to price their home competitively with the help of a Pricing Study Analysis and find out how I’m helping NH home sellers succeed in today’s market as and <span class="bold">e-PRO Marketing Specialist</span> through <a href="my_marketing_plan.php">My Marketing Plan</a>. </p>
    </div>
    <hr/>
    <h2>Search for available New Hampshire Homes Now!</h2>
    <div id="quick_search_area"><img src="images/buttons/home-page-search.png" alt="Search for Homes Now" width="599" height="300" border="0" usemap="#Map2" />
      <map name="Map2" id="Map2">
        <area shape="rect" coords="40,28,274,223" href="http://www.lots2homes.idxco.com/idx/6152/basicSearch.php" target="_self" alt="MLS Quick Search" />
        <area shape="rect" coords="320,29,554,223" href="http://www.lots2homes.idxco.com/idx/6152/mapSearch.php" target="_self" alt="MLS Map Search" />
        <area shape="rect" coords="407,263,557,291" href="http://www.lots2homes.idxco.com/idx/6152/advancedSearch.php" target="_self" alt="MLS Advanced Search" />
      </map>
    </div>
    <br />
    <hr/>
    <div id="featured_property_title"><img src="images/featured_property_title.png" width="351" height="49" alt="Featured Property" /></div>
       <div id="featured_listing">
         <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="212" height="132" id="FlashID2" title="27 Bass Rd Northwood, NH">
           <param name="movie" value="flash/27_bass.swf" />
           <param name="quality" value="high" />
           <param name="wmode" value="opaque" />
           <param name="swfversion" value="6.0.65.0" />
           <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
           <param name="expressinstall" value="Scripts/expressInstall.swf" />
           <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
           <!--[if !IE]>-->
           <object type="application/x-shockwave-flash" data="flash/27_bass.swf" width="212" height="132">
             <!--<![endif]-->
             <param name="quality" value="high" />
             <param name="wmode" value="opaque" />
             <param name="swfversion" value="6.0.65.0" />
             <param name="expressinstall" value="Scripts/expressInstall.swf" />
             <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
             <div>
               <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
               <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
             </div>
             <!--[if !IE]>-->
           </object>
           <!--<![endif]-->
         </object>
         <a href="listing_page_27_bass.php"><img src="images/featured_properties/27_bass_northwood.jpg" width="630" height="480" alt="Featured Listing" /></a></div>
      <br />
    <hr />
      <div id="buyer_program">
         <h2>My Buyers Program</h2>
        <p>In today's competitive real  estate market, timing and knowledge is everything. Do you have your home buying  strategy in place yet?<br />
          <br />
          As one of New Hampshire's Accredited Buyer Representative REALTORS®,  helping home buyers to succeed is one of my specialties. My program can assist you with:</p>
          <div id="abr_logo"><img src="images/icons/abr_oval_196.png" width="196" height="123" alt="ABR logo" /></div>
    <ul id="list">
      <li>Locating available homes that fit your search criteria in your preferred areas</li>
           <li>Negotiate price, terms and conditions that fit your needs and protect your interest</li>
           <li>Coordinate home inspections and the preparation of closing documents</li>
           <li>Resolve any closing issues as they arise to keep you on track  </li>
             <li>help you get the keys to your new home!</li>
          </ul>
    <p><span class="bold">Contact me today or</span> <a href="my_buyers_program.php" class="bold">READ MORE HERE</a><span class="bold"> for more information on</span> <a href="my_buyers_program.php" class="bold">My Buyers Program</a></p>
       </div>
       <hr/>
       <div id="marketing_plan">
       <h2>My Marketing Plan</h2>
       <p>Home Sellers face challenging market conditions these days. Gone are the days of just needing a sign out front to sell your home quickly  and for a great price. Buyers today have a crowded market to choose from and most are tech savvy as well. <br />
       </p>
       <div id="epro-logo"><a href="epro.php"><img src="images/icons/ePRO_196.png" alt="e-PRO logo" width="196" height="107" border="0" usemap="#Map3" /></a>
         <map name="Map3" id="Map3">
           <area shape="poly" coords="3,39,32,64,32,104,83,103,82,71,143,67,184,55,192,39,188,23,158,8,99,1,46,5,19,14, 4,26" href="#" />
         </map>
       </div>
       <p> They want to see as much as possible of your home online before making an appointment to see it in person.
         That's where my marketing expertise excels.<br />
      <br />
         As one of the few<span class="italic_and_bold"> e-PRO REALTORS®</span> in New Hampshire, I've been trained in all the latest web marketing techniques. <br />
      <br />
         I combine the power of web marketing with traditional marketing methods to maximize your home's exposure in a crowded market place.</p>
      <br />
      <center><span class="bold">Contact me today or</span> <a href="my_marketing_plan.php" class="bold">READ MORE HERE</a><span class="bold"> for more information on</span> <a href="my_marketing_plan.php" class="bold">My Marketing Plan</a></center>
       </div>
       <hr/>
       <div id="media-1">
    <div id="video-1">
      <embed src="http://c.brightcove.com/services/viewer/federated_f8/1465406675" bgcolor="#FFFFFF" flashvars="videoId=1288013534001&playerId=1465406675&viewerSecureGatewayURL=https://console.brightcove.com/services/amfgateway&servicesURL=http://services.brightcove. com/services&cdnURL=http://admin.brightcove.com&domain=embed&autoStart=false&" base="http://admin.brightcove.com" name="flashObj" width="400" height="320" seamlesstabbing="false" type="application/x-shockwave-flash" swliveconnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></e mbed>
    </div>
          <div id="video-1_text">
       <h3>October Existing-Home Sales Rise, While the Unsold Inventory Continues to Decline</h3>
       <hr />
       <p>Washington, DC, November 21, 2011
    Existing-home sales improved in October while the number of homes on the market continued to decline, according to the National Association of Realtors®.<br />
          Read more and get the full story  on <a href="REALTOR.Org.http://www.realtor.org/press_room/news_releases/2011/11/ehs_oct">REALTOR.Org.</a><a href="&lt;img src=&quot;images/icons/Realtor_org-logo_thumb.jpg&quot; width=&quot;160&quot; height=&quot;90&quot; alt=&quot;REALTOR.Org&quot; /&gt;"><img src="images/icons/Realtor_org-small.jpg" width="80" height="47" alt="Realtor.org" /></a></p>
        </div>
      </div>
      </div>
        <div id="main-bottom"></div>
    <!-- end #mainContent --></div>
    <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --><br class="clearfloat" />
    <div id="footer">
    <?php require('includes/footer_menu_6.php'); ?>
      </div>
    <!-- end #container --></div>
    </div>
    <script type="text/javascript">
    <!--
    swfobject.registerObject("FlashID2");
    swfobject.registerObject("FlashID2");
    var Accordion1 = new Spry.Widget.Accordion("Accordion1");
    //-->
    </script>
    </body>
    </html>
    @charset "utf-8";
    /* CSS Document */
    #mainContent {
    padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    margin-top: 0;
    margin-right: 344px;
    margin-bottom: 0;
    margin-left: 0;
    background-repeat: repeat-y;
    background-image: url(../images/2-column/main-middle.png);
    #sidebar1 {
    float: right; /* since this element is floated, a width must be given */
    width: 344px;
    padding:0px;
    margin:0px;
    background-repeat: repeat-y;
    background-image: url(../images/2-column/r-sidebar-middle.png);
    body  {
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 100%;
    background-color: #5783A6;
    p {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: justify;
    a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    h1 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-decoration: underline;
    margin: 0px;
    h2 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    margin: 0px;
    h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    h4 {
    font-family: "Comic Sans MS", cursive;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    a {
    font-weight: bold;
    text-decoration: underline;
    color: #900;
    hr {
    margin-top: 10px;
    margin-bottom: 10px;
    #container {
    width: 1024px; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-y;
    background-image: url(../images/2-column/bg.png);
    margin-top: 0px;
    padding: 0px;
    #header {
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;
    background-image: url(images/2-column/bg.png);
    background-repeat: repeat-y;
    #container #top {
    background-image: url(../images/extention_page/2_column/2_column_top_wide.png);
    background-repeat: no-repeat;
    width: 1024px;
    height: 38px;
    padding: 0px;
    #footer {
    padding: 0;
    background-image: url(images/2-column/bg.png);
    background-repeat: repeat-y;
    #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    #container #header_flash_window {
    position: absolute;
    margin-top: 182px;
    margin-left: 239px;
    border: 1px solid #848484;
    #container #sidebar1 #sidebar-bottom {
    background-image: url(../images/2-column/r-sidebar-bottom.png);
    background-repeat: no-repeat;
    height: 33px;
    #container #mainContent #main-bottom {
    background-image: url(../images/2-column/main-bottom.png);
    background-repeat: no-repeat;
    height: 33px;
    #container #sidebar1 #content {
    padding-right: 16px;
    padding-left: 13px;
    padding-bottom: 10px;
    padding-top: 0px;
    margin-top: 0px;
    #mainContent #content {
    padding-right: 16px;
    padding-left: 30px;
    #mainContent #content #quick_search_area {
    padding-left: 20px;
    #content #featured_property_title {
    padding-left: 140px;
    #content #featured_listing #FlashID2 {
    clear: both;
    float: none;
    margin-top: 292px;
    margin-left: 391px;
    position: absolute;
    #mainContent #content #buyer_program #abr_logo {
    width: 196px;
    float: right;
    #mainContent #content #buyer_program #list li {
    font-size: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    #mainContent #content #marketing_plan #epro-logo {
    width: 196px;
    float: left;
    margin-right: 15px;
    #container #mainContent #content #marketing_plan p .bold {
    text-align: left;
    #container #mainContent #content #media-1 {
    width: 640px;
    height: 340px;
    #mainContent #content #media-1 #video-1 {
    width: 400px;
    float: left;
    #mainContent #content #media-1 #video-1_text {
    height: 320px;
    width: 220px;
    margin-left: 400px;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 10px;
    #mainContent #content #media-1 #video-1_text p a img {
    float: right;
    margin-right: 65px;
    margin-top: 15px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    #container #sidebar1 #content #stick {
    padding-left: 44px;
    #container #sidebar1 #content #social-media-buttons {
    margin-bottom: 0px;
    margin-left: 22px;
    #container #sidebar1 #content #index_like {
    padding-left: 12px;
    #sidebar1 #content #my_listings {
    padding-left: 7px;
    #sidebar1 #content #info_1 {
    padding-right: 15px;
    padding-left: 15px;
    #sidebar1 #content #info_2 {
    padding-right: 15px;
    padding-left: 15px;
    #sidebar1 #content #info_3 {
    padding-right: 15px;
    padding-left: 15px;
    #sidebar1 #content #sidebar_flash_ad {
    padding-left: 50px;
    #container #container #mainContent2 {
    background-image: url(../images/2-column/thin-sidebar/main-middle.png);
    background-repeat: repeat-y;
    margin-right: 269px;
    #container #container #sidebar2 {
    width: 269px;
    float: right;
    background-image: url(../images/2-column/thin-sidebar/sidebar-middle.png);
    background-repeat: repeat-y;
    #container #sidebar2 #content {
    padding-right: 15px;
    padding-left: 11px;
    #sidebar2 #content #info-1 {
    padding-right: 10px;
    padding-left: 10px;
    #mainContent2 #main-bottom2 {
    background-image: url(../images/2-column/thin-sidebar/main-bottom.png);
    background-repeat: no-repeat;
    height: 33px;
    #mainContent2 #content {
    padding-left: 30px;
    padding-right: 15px;
    #sidebar2 #sidebar-bottom2 {
    background-image: url(../images/2-column/thin-sidebar/sidebar-bottom.png);
    background-repeat: no-repeat;
    height: 33px;
    #sidebar2 #content #paul_logo {
    margin-left: 7px;
    #listings-table table tr td {
    border: 1px solid 484848;
    height: 199px;
    width: 299px;
    #listings-table table tr td img {
    border: 1px solid #000;
    #navigation {
    height: 32px;
    margin: 0px;

    Your template contains an IE Conditional Comment that is adding 30px of top padding to  #sidebar1.  This padding may required in older versions of IE but not IE9.
    &lt;!--[if IE]>
    &lt;style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixRtHdr #sidebar1 { padding-top: 30px; }
    .twoColFixRtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    &lt;![endif]-->
    To fix it, change [if IE]  to [if lt IE 9]
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Line with intersection points across Polygon

    I have a (multi point) line that intersects a polygon and I can find the intersection points
    See this site for example:  Finding Intersection Points between Line and&amp;#160;Polygon
    However I would like to get the original multi point line WITH the intersection points added...
    How would I achieve this?
    Basically for a given line that intersects a polygon,  I would like to have returned...
    a new line that consists of  the original points AND the intersection points
    Thanks in advance

    Hi Luc,
    Thanks for your response.
    I had tried an SDO_UNION however the result of the union is not quite what I expected...
    Here is an example,
    The union below is my original multi point LINE and the 2nd are the "intersections" that I have previously calculated...
    These intersections are actually in between specific points in the LINE...
    However the union does not seem to put these 4 points in the line where I expect them too..
    Not sure if SDO_UNION is the function for the job ?
    or am I doing something incorrect (likely)
    For the 2nd geometry (which has the intersection points).... what would be a type to use ?  Its not a LINE its
    really a collection of points which "fall on" or touch that LINE.
    select SDO_GEOM.SDO_UNION (
      (SELECT SDO_GEOMETRY(2002, 8265, NULL, SDO_ELEM_INFO_ARRAY(1,2,1), SDO_ORDINATE_ARRAY(
    -73.7789255556,40.6397511111,-70.0267102778,41.2818872223,-69.7833,42.4333,-69.6333,42.5166,-69.45,42.6166,-69.3,42.7,-69.1333,42.8,-68.95,42.8833,-68.8,42.9833,-68.6333,43.6666,-68.45,43.1666,-68.2666,43.25,-68.1,43.3333,-67.9166,43.4333,-67.7666,43.5166,-67.5833,43.6,-67.3833,43.7,-67.2166,43.7833,-67.6666,43.8833,-66.8666,43.9666,-66.65,44.6666,-66.5,44.15,-66.2833,44.2333,-66.1,44.3166,-65.9166,44.4333,-65.7333,44.5166,-65.55,44.6,-65.3666,44.6833,-65.1666,44.7666,-64.9833,44.85,-64.7833,44.95,-64.5833,45.3333,-64.4,45.1166,-64.1833,45.2166,-64,45.3,-63.8,45.3833,-63.6166,45.4833,-63.4166,45.5666,-63.2,45.65,-63,45.7333,-62.8166,45.8333,-62.6166,45.9166,-62.4166,46,-62.2,46.3333,-62,46.1666,-61.7833,46.25,-61.5833,46.35,-61.3833,46.4166,-61.1833,46.5,-60.9833,46.5833,-60.7666,46.6666,-60.5666,46.75,-60.3666,46.8166,-60.15,46.9,-59.95,46.9833,-59.75,47.6666,-59.55,47.15,-59.35,47.2166,-59.1166,47.3,-58.9333,47.3666,-58.7333,47.4333,-58.5166,47.5166,-58.3333,47.5833,-58.1333,47.6666,-57.9166,47.7333,-57.7166,47.8,-57.55,47.8666,-57.3333,47.95,-57.1333,48.6666,-56.9333,48.3333,-56.7166,48.15,-56.5166,48.2333,-56.3,48.2833,-56.1166,48.3666,-55.8833,48.4166,-55.7,48.4833,-55.4666,48.55,-55.2833,48.6,-55.05,48.6666,-54.8666,48.7166,-54.65,48.7666,-54.45,48.85,-54.2333,48.9,-54.6666,48.95,-53.8,49.6666,-53.6,49.6666,-53.3833,49.1333,-53.1833,49.1833,-52.9833,49.2333,-52.7666,49.3,-52.55,49.35,-52.3333,49.4,-52.1166,49.45,-51.9,49.5166,-51.6833,49.5666,-51.4666,49.6166,-51.2333,49.6666,-51.6666,49.7166,-50.8,49.75,-50.6,49.8166,-50.3833,49.8666,-50.1666,49.9166,-49.95,49.9666,-49.7333,50,-49.5166,50.3333,-49.2666,50.6666,-49.05,50.3333,-48.8333,50.1166,-48.5833,50.15,-47.9166,50.25,-40,51,-35,51.6,-29,51.1166666667,-40.0833333333,50.4333333333,-44.55,49.6,-52.75,47.6166666667,-52.7524194444,47.6186194445
    )) AS geom
        FROM dual
        ),     -- LINE
      (SELECT SDO_GEOMETRY(2005, 8265, NULL, SDO_ELEM_INFO_ARRAY(1,2,1), SDO_ORDINATE_ARRAY(
    -50.0000000000001,49.9551029915852,
    -30,51.2193352796549,
    -50,48.3647769601594,
    -30,51.0986671679795
      )) AS geom2
        FROM dual
        ), --  INTERSECTIONS
        0.005
    ) from dual;
    The "INTERSECTIONS" above
    -50.0000000000001,49.9551029915852,
    -30,51.2193352796549,
    -50,48.3647769601594,
    -30,51.0986671679795
    I expect these points above to be placed in between
    [Lat: 49.9166, Long: -50.1666] -->    crossing Lat: 49.9551029915853, Long: -50  <--   [Lat: 49.9666, Long: -49.95]
    [Lat: 51.6, Long: -35] -->                 crossing Lat: 51.2193352796549, Long: -30  <--   [Lat: 51.1166666667, Long: -29]     
    [Lat: 51.1166666667, Long: -29] --> crossing Lat: 51.0986671679795, Long: -30  <--   [Lat: 50.4333333333, Long: -40.0833333333]
    [Lat: 49.6, Long: -44.55] -->             crossing Lat: 48.3647769601594, Long: -50  <--  [Lat: 47.6166666667, Long: -52.75]
    I have the intersections which is fine.. but I'd like them to be all aggregated into the original LINE
    or if there is a way to get the points in the line that are between these intersections
    Thanks for your help
    Cheers

  • Link functions are not working correctly

    I am have a number of links on my page and I am using the a;link, a:hover and a:visited commands but I am getting strange results. First of all my css is on a separate style sheet. What I am trying to do is have all my links in gray text both when before and after being visited and I want the text to change to red and underline when I hover over the link. My results are that in live view the links all seem to work ok except for my HOME link at the bottom of the page where it does not change color and does not underline. When I view in browser the results are worse. None of the links change when I hover over them excepts for the DOWNLOAD link. Also note that I have 4 columns of unordered lists about the footer which also does not work either. Here is the source and css code. Thanks for your help.
    Dan
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="description" content="HOME PAGE for company which provides chemical process equipment, diaphragm pumps, plastic tanks, pH/ORP controls, mixers, filtration equipment, flowmeters"
        <title>Chemtech Process Equipment</title>
    <style type="text/css">
    </style>
        <link href="CSS/Chemtech.css" rel="stylesheet" type="text/css" />
        <link rel="stylesheet" href="CSS/verticalmenu.css" type="text/css" />
        <link rel="stylesheet" href="CSS/horizontalmenu.css" type="text/css" />
    </head>
    <body>
              <div id="container">
                  <div id="header"><img src="Images/header.jpg" alt="header" width="960" height="310" border="0" usemap="#logomap" />
                <map name="logomap" id="logomap">
                          <area shape="rect" coords="3,5,265,123" href="index.html" alt="Chemtech Process Equipment" />
                </map>
            </div>
                    <div id="navigation_bar"><div class="AJXMenuULDYZCC"><!-- AJXFILE:CSS/horizontalmenu.css -->
                             <div class="ajxmw1">
                                        <div class="ajxmw2">
                                                <ul>
                                  <li><a href="index.html" title="Home"><b>    HOME    </b></a></li>
                            <li><a class="ajxsub" href="productsbytype.html" title="Products"><b> PRODUCTS </b>
                             <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
                                                            <ul>
                                      <li><a href="productsbytype.html" title="Indexed by Type"><b>Indexed by Type</b></a></li>
                                      <li><a href="productsbymfgr.html" title="Indexed by Manufacturer"><b>Indexed by Manufacturer</b></a></li>
                                                            </ul>
                                                            <!--[if lte IE 6]></td></tr></table></a><![endif]-->
                                                           </li>
                                                           <li><a href="#" title="Request Quote"><b>REQUEST QUOTE</b></a></li>
                            <li><a href="#"><b>DOWNLOADS</b></a></li>
                            <li><a href="contact%20us.html" title="Contact Us"><b> CONTACT US </b></a></li>
                                                </ul>
                                        </div>
                             </div>
                             <br />
                            </div></div>
                                        <div id="sidebar"><div class="AJXMenuEHWBGHC"><!-- AJXFILE:CSS/verticalmenu.css -->
                                                  <ul>
                            <li><h1><b>PROCESS EQUIPMENT</b></h1></li>
                            <li><a class="ajxsub" href="#" title="Pumps"><b>Pumps</b>
                                                            <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
                                                                      <ul>
                                                                                 <li><a href="#" title="Air Diaphragm"><b>Air Diaphragm</b></a></li>
                                             <li><a href="#" title="Centrifugal"><b>Centrifugal</b></a></li>
                                             <li><a href="#" title="Drum"><b>Drum</b></a></li>
                                             <li><a href="#" title="Gear"><b>Gear</b></a></li>
                                             <li><a href="#" title="Hose"><b>Hose</b></a></li>
                                             <li><a href="#" title="Magnetic Drive"><b>Magnetic Drive</b></a></li>
                                             <li><a href="#" title="Metering"><b>Metering</b></a></li>
                                             <li><a href="#" title="Peristaltic"><b>Peristaltic</b></a></li>
                                             <li><a href="#" title="Piston"><b>Piston</b></a></li>
                                             <li><a href="#" title="Vertical"><b>Vertical</b></a></li>
                                                                      </ul>
                                                            <!--[if lte IE 6]></td></tr></table></a><![endif]-->
                                                           </li>
                                                           <li><a class="ajxsub" href="#" title="Mixers"><b>Mixers</b>
                                                            <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
                                                                      <ul>
                                    <li><a href="#" title="Direct Drive"><b>Direct Drive</b></a></li>
                                    <li><a href="#" title="Gear Drive"><b>Gear Drive</b></a></li>
                                    <li><a href="#" title="C-Clamp Mount"><b>C-Clamp Mount</b></a></li>
                                    <li><a href="#" title="Drum Mount"><b>Drum Mount</b></a></li>
                                    <li><a href="#" title="Fixed Top Mount"><b>Fixed Top Mount</b></a></li>
                                    <li><a href="#" title="Side Mount"><b>Side Mount</b></a></li>
                                                                      </ul>
                                                            <!--[if lte IE 6]></td></tr></table></a><![endif]-->
                                                           </li>
                                                           <li><a class="ajxsub" href="#" title="Filters"><b>Filters</b>
                                                            <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
                                                                      <ul>
                                          <li><a href="#" title="Bag"><b>Bag</b></a></li>
                                             <li><a href="#" title="Cartridge"><b>Cartridge</b></a></li>
                                             <li><a href="#" title="Centrifuge"><b>Centrifuge</b></a></li>
                                             <li><a class="ajxsub" href="#" title="Indexing Media"><b>Indexing Media</b>
                                                                                 <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
                                                                                  <ul>
                                            <li><a href="#" title="Gravity FIlter"><b>Gravity Filter</b></a></li>
                                            <li><a href="#" title="Vacuum FIlter"><b>Vacuum FIlter</b></a></li>
                                            <li><a href="#" title="Sludge Filter"><b>Sludge FIlter</b></a></li>
                                            <li><a href="#" title="Pressure Filter"><b>Pressure Filter</b></a></li>
                                            <li><a href="#" title="Sludge Filter"><b>Sludge Filter</b></a></li>
                                                                                  </ul>
                                                                                  <!--[if lte IE 6]></td></tr></table></a><![endif]-->
                                                                                 </li>
                                             <li><a href="#" title="Oil Skimmers"><b>Oil Skimmers</b></a></li>
                                             <li><a href="#" title="Oil-Water Separators"><b>Oil-Water Separators</b></a></li>
                                                                      </ul>
                                                                      <!--[if lte IE 6]></td></tr></table></a><![endif]-->
                                                           </li>
                                                           <li><a class="ajxsub" href="#" title="Tanks"><b>Tanks</b>
                                                            <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
                                                                      <ul>
                                                                                 <li><a href="#" title="Carboys &amp; Totes"><b>Carboys &amp; Totes</b></a></li>
                                                                                 <li><a href="#" title="Rectangular"><b>Rectangular </b></a></li>
                                                                                 <li><a href="#" title="Cylindrical Cone Bottom"><b>Cylindrical Cone Bottom</b></a></li>
                                                                                 <li><a href="#" title="Cylindrical Flat Bottom"><b>Cylindrical Flat Bottom</b></a></li>
                                                                                 <li><a href="#" title="Vertical Bulk Storage"><b>Vertical Bulk Storage</b></a></li>
                                                                      </ul>
                                                                      <!--[if lte IE 6]></td></tr></table></a><![endif]-->
                                                           </li>
                                                           <li><a class="ajxsub" href="#" title="Piping/Hose"><b>Piping / Hose</b>
                                                           <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
                                                                      <ul>
                                                                                 <li><a href="#" title="PVC Pipe &amp; Fittings"><b>PVC Pipe &amp; Fittings</b></a></li>
                                                                                 <li><a href="#" title="CPVC Pipe &amp; Fittings"><b>CPVC Pipe &amp; Fittings</b></a></li>
                                                                                 <li><a href="#" title="Polypro Pipe &amp; Fittings"><b>Polypro Pipe &amp; Fittings</b></a></li>
                                                                                 <li><a href="#" title="PE Pipe &amp; Fittings"><b>PE Pipe &amp; Fittings</b></a></li>
                                                                                 <li><a href="#" title="Kynar Pipe &amp; Fittings"><b>Kynar Pipe &amp; Fittings</b></a></li>
                                                                                 <li><a href="#" title="Sanitary Hose, Gaskets &amp; Fittings"><b>Sanitary Hose, Gaskets &amp; Fittings</b></a></li>
                                                                      </ul>
                                                                      <!--[if lte IE 6]></td></tr></table></a><![endif]-->
                                                           </li>
                                                           <li><a class="ajxsub" href="#" title="Immersion Heaters"><b>Immersion Heaters</b>
                                                            <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
                                                                      <ul>
                                                                                 <li><a href="#" title="Electric Immersion"><b>Electric Immersion</b></a></li>
                                                                                 <li><a href="#" title="Steam Coil"><b>Steam Coil</b></a></li>
                                                                      </ul>
                                                                      <!--[if lte IE 6]></td></tr></table></a><![endif]-->
                                                           </li>
                                                           <li><a class="ajxsub" href="#" title="Process Controls"><b>Process Controls</b>
                                                            <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
                                                                      <ul>
                                                   <li><a href="#" title="pH &amp; ORP Probes"><b>pH &amp; ORP Probes</b></a></li>
                                                   <li><a href="#" title="Conductivity Probes"><b>Conductivity Probes</b></a></li>
                                                   <li><a href="#" title="Flowmeters"><b>Flowmeters</b></a></li>
                                                   <li><a href="#" title="Level Sensors"><b>Level Sensors</b></a></li>
                                                   <li><a href="#" title="Pressure Transducers"><b>Pressure Transducers</b></a></li>
                                                   <li><a href="#" title="Process Controllers"><b>Process Controllers</b></a></li>
                                                   <li><a href="#" title="VFD's"><b>VFD's</b></a></li>
                                                   <li><a href="#" title="Power Monitors"><b>Power Monitors</b></a></li>
                                                                      </ul>
                                                                      <!--[if lte IE 6]></td></tr></table></a><![endif]-->
                                                           </li>
                                                 <li><h1><b>ENGINEERED SYSTEMS</b></h1></li>
                                                           <li><a href="#" title="Chemical Feed Skids"><b>Chemical Feed Skids</b></a></li>
                                                           <li><a class="ajxsub" href="#" title="Evaporators"><b>Evaporators</b>
                                                            <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
                                                                      <ul>
                                                                                 <li><a href="#" title="Burt Process Equipment"><b>Burt Process Equipment</b></a></li>
                                                                                 <li><a href="#" title="Filtertech"><b>Filtertech</b></a></li>
                                                                      </ul>
                                                                      <!--[if lte IE 6]></td></tr></table></a><![endif]-->
                                                           </li>
                                                           <li><a href="#" title="Filtration Systems"><b>Filtration Systems</b></a></li>
                                                           <li><a href="#" title="Fume Scrubbers"><b>Fume Scrubbers</b></a></li>
                                                           <li><a href="#" title="pH Neutralization"><b>pH Neutralization</b></a></li>
                                                           <li><a href="#" title="RODI Water Systems"><b>RODI Water Systerms</b></a></li>
                                                           <li><a href="#" title="Transfer Sumps"><b>Transfer Sumps</b></a></li>
                                                           <li><a href="#" title="UL Control Panels"><b>UL Control Panels</b></a></li>
                                                           <li><a href="#" title="Vacuum Distillation"><b>Vacuum Distillation</b></a></li>
                                                           <li><a class="ajxsub" href="#" title="Wastewater Treatment"><b>Wastewater Treatment</b>
                                                            <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
                                                                      <ul>
                                                                                 <li><a href="#" title="Burt Process Equipment"><b>Burt Process Equipment</b></a></li>
                                                                                 <li><a href="#" title="Filtertech"><b>Filtertech</b></a></li>
                                                                      </ul>
                                                                      <!--[if lte IE 6]></td></tr></table></a><![endif]-->
                                                           </li>
                                                           <li><a href="#" title="Water Reclaim (LEEDS)"><b>Water Reclaim (LEEDS)</b></a></li>
                                                </ul>
                                                 <br />
                                      </div>
                              </div>
                              <h1>Engineered Solutions to your fluid handing requirements.<img src="Images/aro-pump-ad.jpg" alt="aro pump ad" width="200" height="200" hspace="10" vspace="15" align="right" /></h1>
                              <p>Chemtech Process Equipment (CPE) provides fluid handling equipment to a wide range of industries which include pharmaceutical, biotechnology, microelectronics, metal finishing,  chemical   processing and general manufacturing.</p>
                              <p>CPE offers turnkey engineered products such as transfer sumps, wastewater treatment, coolant filration, oil-water separation, water reclamation (LEEDS), pH neutralization, deionized water (RODI), and custom fabricated tanks and vessels.</p>
                              <p>CPE’s product line includes pumps, tanks, mixers, filters, evaporators, magnetic separators, centrifuges, oil skimmers, flowmeters, level, pH, ORP, and conductivity measurement, heaters, plastic pipe, valves and fittings, sanitary hose, and gaskets to name a few. Feel free to review our product line and contact us if you have any questions or applications to discuss.</p>
                              <h2>Products<br /></h2>
                              <hr align="left" width="740" />
                              <br />
                                  <div class="floatlist">
                          <ul>
                              <li><a href="">Air Diaphragm Pumps</a></li>
                                            <li><a href="">Cenrifugal Pumps</a></li>
                                            <li><a href="">Drum Pumps</a></li>
                                            <li><a href="">Gear Pumps</a></li>
                        <li><a href="">Hose Pumps</a></li>
                        <li><a href="">Magnetic Drive Pumps</a></li>
                        <li><a href="">Metering Pumps</a></li>
                        <li><a href="">Multi-Stage Centrifugal Pumps</a></li>
                        <li><a href="">Peristaltic Pumps</a></li>
                        <li><a href="">Piston Pumps</a></li>
                        <li><a href="">Submersible Pumps</a></li>
                        <li><a href="">Vertical Immersion Pumps</a></li>
                                            </ul>
                                  </div>
                              <div class="floatlist">
                          <ul>
                              <li><a href="">Custom Engineered Tanks</a></li>
                        <li><a href="">Molded Plastic Tanks</a></li>
                        <li><a href="">Direct Drive Mixers</a></li>
                        <li><a href="">Gear Drive Mixers</a></li>
                        <li><a href="">Portable Mixers</a></li>
                        <li><a href="">Side Mount Mixers</a></li>
                        <li><a href="">Conductivity Probes</a></li>
                        <li><a href="">Flowmeters</a></li>
                        <li><a href="">Level Sensors</a></li>
                        <li><a href="">pH &amp; ORP Probes</a></li>
                        <li><a href="">Power Monitors</a></li>
                        <li><a href="">Pressure Transducers</a></li>
                                            </ul>
                                  </div>
                <div class="floatlist">
                          <ul>
                                      <li><a href="">Process Controllers</a></li>
                        <li><a href="">Ultrasonic Level Transmitters</a></li>
                        <li><a href="">Variable Frequency Drives</a></li>
                        <li><a href="">Sanitary Hose, Gaskets &amp; Fittings</a></li>
                        <li><a href="">PVC Pipe, Valves &amp; Fittings</a></li>
                        <li><a href="">CPVC Pipe, Valves &amp; Fittings</a></li>
                        <li><a href="">Polypro Pipe, Valves &amp; Fittings</a></li>
                        <li><a href="">Polyethylene High Purity Piping</a></li>
                        <li><a href="">Immersion Heaters</a></li>
                        <li><a href="">Magnetic Separators</a></li>
                        <li><a href="">Centrifuges</a></li>
                        <li><a href="">Evaporators</a></li>
                    </ul>
                              </div>
                              <div class="floatlist">
                          <ul>
                              <li><a href="">Bag Filters</a></li>
                        <li><a href="">Cartridge Filters</a></li>
                        <li><a href="">Indexing Media Filters</a></li>
                        <li><a href="">Gravity Filters</a></li>
                        <li><a href="">Pressure Filters</a></li>
                        <li><a href="">Sludge Filters</a></li>
                        <li><a href="">Vacuum Filters</a></li>
                        <li><a href="">Filter Bags</a></li>
                        <li><a href="">Filters Cartridges</a></li>
                        <li><a href="">Filter Media</a></li>
                        <li><a href="">Pulsation Dampeners</a></li>
                        <li><a href="">Fiberglass Grating</a></li>
                                            </ul>
                </div>
                        <div id="footer">
                      <ul>
                          <li><a href="index.html">HOME</a></li>
                    <li><a href="productsbytype.html">PRODUCTS</a></li>
                    <li><a href="requestquote.html">REQUEST QUOTE</a></li>
                    <li><a href="downloads.html">DOWNLOADS</a></li>
                    <li><a href="contact us.html">CONTACT US</a></li>
                </ul>    
                      <hr align="center" width="940" id="footer rule2" />
                      <h4>© 2011 Chemtech Process Equipment, All Rights Reserved, Designed and Developed By Graphics Advantage. <img src="Images/GA-logo.jpg" width="46" height="40" align="top" /><br /><br /></h4>
                    </div>
        </div>
    </body>
    </html>
    @charset "utf-8";
    body {
              background-image: url(../Images/logo-background.jpg);
              background-repeat: repeat;
              background-attachment: fixed;
    #container {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 14px;
              color: #000;
              background-color: #FFF;
              width: 960px;
              margin-right: auto;
              margin-left: auto;
              overflow: hidden;
              background-attachment: fixed;
    #container p {
              padding-right: 20px;
    #header {
              width: 960px;
              height: 310px;
    #headernarrow {
              height: 150px;
              width: 960px;
    #navigation_bar {
              height: 31px;
              width: 960px;
    #sidebar {
              float: left;
              width: auto;
              margin-right: 20px;
    #footer {
              text-align: center;
              width: 960px;
              float: left;
    #footer ul li {
              display: inline;
    #footer ul li a {
              padding-right: 10px;
              padding-left: 10px;
    a:link {
              color:#666;
              text-decoration:none;
    a:hover {
              color:#F00;
              text-decoration:underline;
    a:visited {
              color:#666;
              text-decoration:none;
    .floatlist {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 10px;
              color: #F00;
              float: left;
              height: auto;
              width: 190px;
    .floatproductlist {
              font-family: Arial, Helvetica, sans-serif;
              float: left;
              height: auto;
              font-size: 14px;
              font-style: normal;
              color: #000;
              width: 380px;
    h4 {
              font-size: 10px;
              font-family: Arial, Helvetica, sans-serif;
    h1 {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 24px;
              font-weight: bold;
              color: #F00;
    ul {
              list-style-type: none;
              padding: 0px;
              margin-top: 0px;
              margin-right: 0px;
              margin-bottom: 0px;
              margin-left: 1em;
              display: block;
    .largeheading {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 48px;
              color: #F00;
    .floatimageleft {
              float: left;
              width: 250px;
              margin-right: 20px;
              height: auto;
              margin-top: 10px;
              background-image: url(../Images/aro-compact-series-float.jpg);
              background-repeat: no-repeat;
              margin-bottom: 20px;

    When you use the link pseudclass in your css it has to be expressed in the correct order.
    LoVe HAte
    Link
    Visited
    Hover
    Active
    It doesn't matter that you have not expressed all four but the three that you have still need to be that way.
    Anyway, try it, we have nothing to lose!
    Martin

  • "No pixels are more than 50% selected"

    I get this message when trying to delete (or otherwise change) a selected, intersecting area - selected by the magic wand (I'm trying to make two intersecting rings). I don't know what causes the message and why I cannot change anything with this selection, and it's driving me crazy. I have looked for solutions, but in previous questions asked about this problem, the answers don't apply to my situation. To be sure:
    I am in the right layer.
    I have tried to make the image size 500% percent bigger, but that did not help.
    I have no feather at all (0,1 px).
    So can anyone help me?

    Hi Peter, good question! I think that I make the selection in the standard way: I mark the two intersecting areas (both in color) with the magic wand, which works fine, but then, when I try to substract one of the selections (again with the magic wand, but with changed settings) or do anything else with it, it gives me the message. I can delete both selections, however. But there may be something I'm missing, taking your question into consideration - like some setting, I have accidently changed. But I have checked your suggestions, and they are not the problem.

  • Usemap error - extra white space after image -solved: area shape must be inline

    When using image hotspots, if the &lt;area shape= "rect" is not IMMEDIATELY after the &lt;map name="Map"&gt;, then FF adds a white space (white horizontal line) after the image.
    White space shows between shop_top.jpg and shop_mid.jpg:
    <pre><nowiki><img src="images/shop_top.jpg" width="1022" height="259" border="0" usemap="#Map">
    <map name="Map"><area shape="rect" coords="251,147,435,252" href="http://www.example.html">
    <img src="images/shop_mid.jpg" width="1022" height="3250"></nowiki></pre>
    Images are touching vertically (no space in between):
    <pre><nowiki><img src="images/shop_top.jpg" width="1022" height="259" border="0" usemap="#Map"><map name="Map"><area shape="rect" coords="251,147,435,252" href="http://www.example.html">
    <img src="images/shop_mid.jpg" width="1022" height="3250"></nowiki></pre>

    Maybe Mozillazine's Web Devel / Standards Evangelism forums may help better.
    * http://forums.mozillazine.org/viewforum.php?f=25

  • Flash files are opening twice at the same time!

    When I click a flash link on my page, two swf files open and play at the same time. I've worked on this over and over. Can anyone help?
    Matthew
    <!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="generator" content="Adobe Dreamweaver CS6">
    <title>Van Mark Video</title>
    <link href="../../favicon.ico" rel="shortcut icon">
    <style type="text/css">
    a img {
    border: 0;
    .tablecells {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        position: absolute;
        left: 170px;
        top: 95px;
        width: 818px;
        height: 628px;
        z-index: 5;
    Flash {
        font-family: Arial, Helvetica, sans-serif, Verdana;
    .disclaimer {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
    .hdr {
        position: absolute;
        z-index: 1;
        left: 0px;
        top: 0px;
        width: 232px;
    .linx {
        position: absolute;
        z-index: 2;
        left: 450px;
        top: 33px;
        width: 1px;
        color: #FFFFFF;
    a:hover {
        text-decoration: none;
        color: #FF0000;
    a:link {
        text-decoration: none;
        color: #0033ff;
    a:visited {
        text-decoration: none;
        color: #ff33cc;
    a:active {
        text-decoration: none;
        color: #0000ff;
    .vmlogo {
        position: absolute;
        left: 5px;
        top: 600px;
        z-index: 6;
    </style>
    <link href="../../SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    body {
        background-color: #FFFFFF;
    body,td,th {
        font-family: Arial, Helvetica, sans-serif, Verdana;
        color: #FFFFFF;
    </style>
    <script type="text/javascript">
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_openBrWindow(theURL,winName,features) { //v2.0
      window.open(theURL,winName,features);
    </script>
    <script src="../../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    </head>
    <body text="#FF0000" link="#0033ff" vlink="#ff33cc" alink="#0000ff">
    <div class="vmlogo"><img src="../../images/random/Check_Mark.png" alt="vm logo" width="152" height="36"></div>
    <div class="tablecells" id="template">
      <table width="803" height="572" border="1" cellpadding="2" cellspacing="2">
        <tr>
          <td colspan="5" align="right" valign="middle" bgcolor="#FFFFFF" scope="row"><font color="red"><strong>Click video links below to view that feature-Click Icons to visit that page</strong><b><br>
    <a href="https://www.youtube.com/user/VanMarkProducts/videos?shelf_id=1&view=0&sort=dduser/VanMarkP roducts/featured?view_as=public" title="Van Mark Online Video Library" target="_blank">https://www.youtube.com/user/VanMarkProducts/videos?<br>
    shelf_id=1&view=0&sort=dduser/VanMarkProducts/videos?view_as=public</a></b></font></td>
          <td height="15" colspan="2" align="center" valign="middle" bgcolor="#FFFFFF" scope="row"><font color="red"><b><img src="../../images/random/youtube.jpg" alt="YouTube" width="110" height="43" onClick="MM_openBrWindow('https://www.youtube.com/user/VanMarkProducts/videos?shelf_id=1&view=0&sort=ddplaylist?list =UU-q0BeeUtFV6cBQglQPlM_A','YouTube','scrollbars=yes,width=740,height=490')"></b></font></td>
        </tr>
        <tr>
          <th width="117" height="21" align="center" valign="middle" nowrap bgcolor="#6699FF" scope="row">Brakes</th>
          <th width="106" align="center" valign="middle" nowrap bgcolor="#6699FF" scope="row">Accessories</th>
          <th width="121" align="center" valign="middle" nowrap bgcolor="#6699FF" scope="row">Saw Tables</th>
          <th width="101" align="center" valign="middle" nowrap bgcolor="#6699FF" scope="row">Slitters</th>
          <th width="100" align="center" valign="middle" nowrap bgcolor="#6699FF" scope="row">Trim-A-Gutter</th>
          <th width="101" align="center" valign="middle" nowrap bgcolor="#6699FF" scope="row">How to's</th>
          <th width="101" align="center" valign="middle" nowrap bgcolor="#6699FF" scope="row">Misc.</th>
        </tr>
        <tr>
          <th width="117" height="73" align="center" valign="top" nowrap bgcolor="#FFFFFF" scope="row"><a href="../../Brakes/VanMarkBrakes.html"><img src="../../images/Archives/Video/Brakes_Collage.png" width="100" height="65" alt="Brakes Icon" border="1"></a></th>
          <th width="106" align="center" valign="top" nowrap scope="row"><a href="../../accessories/accessories.htm"><img src="../../images/Archives/Video/Acc.png" width="100" height="65" alt="Accs Icon" border="1"></a></th>
          <th width="121" align="center" valign="top" nowrap bgcolor="#FFFFFF" scope="row"><a href="../../SawTables/saw_tables.htm"><img src="../../images/Archives/Video/SawTable_icon.png" width="100" height="65" alt="Saw Table Icon" border="1"></a></th>
          <th width="101" align="center" valign="top" nowrap scope="row"><a href="../../Slitters/Slitters.htm"><img src="../../images/Archives/Video/Trim-A-Slitter.png" width="100" height="65" alt="tas24" border="1"></a></th>
          <th width="100" align="center" valign="middle" nowrap bgcolor="#FFFFFF" scope="row"><a href="../../Roofing/TrimAGutt/tag_1.htm"><img src="../../images/Archives/Video/TAG_Vid_icon.png" width="100" height="65" alt="TAG50 Icon" border="1"><br>
          </a></th>
          <th width="101" align="center" valign="top" nowrap scope="row"><a href="../Instructional/instruct.htm"><img src="../../images/Archives/Video/How_To.png" width="100" height="65" alt="Howto" border="1"></a></th>
          <th width="101" align="center" valign="top" nowrap bgcolor="#FFFFFF" scope="row"><a href="../../index.html"><img src="../../images/Archives/Video/Misc-Icon.png" width="100" height="65" alt="Misc Icon" border="1"></a></th>
        </tr>
        <tr>
          <td width="117" height="21" align="center" valign="middle" scope="row"><a href="../../VideoClips/Metal_Master.wmv" title="Metal Master® 20 Clip" target="_blank" onClick="MM_openBrWindow('../../VideoClips/Metal_Master.wmv','mm','scrollbars=yes,width=7 20,height=480')">Metal Master®</a></td>
          <td width="106" align="center" valign="middle" scope="row"><a href="../../VideoClips/TrimCutter.wmv" title="Using TrimCutter" target="_blank" class="vid">TrimCutter™</a></td>
          <td width="121" align="center" valign="middle" nowrap><a href="../../flash_content/TAT60_Video/TAT60.mp4" title="Trim-A-Table TAT60Clip" target="_blank"><NOBR>Trim-A-Table™ TAT60</NOBR></a></td>
          <td width="101" align="center" valign="middle"><a href="../../VideoClips/TAS.wmv" title="Trim-A-Slitter™" target="_blank">S24C Slitter</a></td>
          <td width="100" align="center" valign="middle"><a href="../../VideoClips/TAGprimer.wmv" title="Trim-A-Gutter Clip" target="blank">TAG50 Primer</a></td>
          <td width="101" align="center" valign="middle"><a href="../../flash_content/drip_edge.swf" title="Drip Edge" target="_blank" onClick="MM_openBrWindow('../../flash_content/drip_edge.swf','DripEdge','width=740,height =490')">Drip Edge</a></td>
          <td width="101" align="center" valign="middle"><a href="../../flash_content/Main Feature/Main_Feature.swf" title="Main Feature" target="_blank" onClick="MM_openBrWindow('../../VideoClips/MainFeature.wmv','main','scrollbars=yes,width= 512,height=385')">Main Feature</a></td>
        </tr>
        <tr>
          <td width="117" align="center" valign="middle" nowrap scope="row"><a href="../../VideoClips/IM1055.wmv" title="Industrial Metal Master® 20 EZ" target="_blank">Ind Metal Master®</a></td>
          <td width="106" align="center" valign="middle" nowrap scope="row"><a href="../../flash_content/Ezgo/ezgo.swf" title="UniStand EZ-Go™" target="_blank">UniStand EZ-Go™</a></td>
          <td width="121" align="center" valign="middle" nowrap><a href="../../VideoClips/TAT50demo.mp4" title="Trim-A-Table TAT60Clip" target="_blank">Trim-A-Table™</a> <a href="../../VideoClips/TAT50demo.mp4" title="Trim-A-Table™ TAT50 Clip" target="_blank">TAT50</a></td>
          <td width="101" align="center" valign="middle" nowrap><a href="../../flash_content/SCIvideo/scisetup.swf" title="Industrial Slitter Setup" target="_blank" onClick="MM_openBrWindow('../../flash_content/SCIvideo/scisetup.swf','scisetup','width=72 0,height=480')">Ind Slitter Setup</a></td>
          <td width="100" align="center" valign="middle"><a href="../../flash_content/Tag.swf" title="How It Works" target="_blank">Tag.swf</a></td>
          <td width="101" align="center" valign="middle"><a href="../../flash_content/hem.swf" title="Hemming" target="_blank" onClick="MM_openBrWindow('../../flash_content/hem.swf','Hem','width=740,height=490')">Bas ic Hem</a></td>
          <td width="101" align="center" valign="middle"><a href="../../flash_content/TALouver/TALouver.swf" target="_blank" onClick="MM_openBrWindow('../../VideoClips/louver.wmv','tal','width=360,height=240')">Tri m-A-Louver™</a></td>
        </tr>
        <tr>
          <td width="117" align="center" valign="middle" nowrap scope="row"><a href="../../VideoClips/TrimMaster.wmv" title="Mark II TrimMaster® Clip" target="_blank">Mark II TrimMaster® </a></td>
          <td width="106" align="center" valign="middle" scope="row"><a href="../../VideoClips/CoilCradle.wmv" title="Coil Cradle™" target="_blank" onClick="MM_openBrWindow('../../VideoClips/CoilCradle.wmv','coil','scrollbars=yes,width=5 12,height=385')">Coil Cradle™</a></td>
          <td width="121" align="center" valign="middle"><a href="../../flash_content/SureCut90.swf" title="SureCut™ 90" target="_blank">SureCut™ SCT90</a></td>
          <td width="101" align="center" valign="middle" nowrap><a href="../../flash_content/TAS24/TASCombo.swf" title="TAS Combo" target="_blank" onClick="MM_openBrWindow('../../flash_content/TAS24/TASCombo.swf','combo','scrollbars=yes ,width=512,height=385')">Slitter Combo</a></td>
          <td width="100" align="center" valign="middle" nowrap><a href="../../VideoClips/AsSeen.wmv" title="As seen on TV" target="_blank" onClick="MM_openBrWindow('../../VideoClips/AsSeen.wmv','','scrollbars=yes,width=320,heigh t=240')">As seen on TV</a></td>
          <td width="101" align="center" valign="middle"><a href="../../flash_content/cornerpost.swf" title="Corner Post" target="_blank" onClick="MM_openBrWindow('../../flash_content/cornerpost.swf','cornerpost','width=740,hei ght=490')">Corner Post</a></td>
          <td width="101" align="center" valign="middle" nowrap><a href="../../flash_content/Looper/Looper.swf" title="Looping Video" target="_blank">Continuous Video</a></td>
        </tr>
        <tr>
          <td width="117" align="center" valign="middle" scope="row"><a href="../../VideoClips/TrimAbrakeII.wmv" title="Trim-A-Brake II Demo" target="_blank">Trim-A-Brake II™</a></td>
          <td width="106" align="center" valign="middle" scope="row"><a href="../../flash_content/TF_Demo/TF_Demo.swf" title="TrimFormer™" target="_blank">TrimFormer™</a></td>
          <td width="121" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" scope="row"><a href="../../VideoClips/SCI48.wmv" title="SCI48 Slitter Action" target="_blank" onClick="MM_openBrWindow('../../VideoClips/SCI48.wmv','sciaction','scrollbars=yes,width=5 12,height=385')">SCI48 Action</a></td>
          <td width="100" align="center" valign="middle" scope="row"><a href="../../flash_content/RainTest/Rain_Test.swf" title="Rain Test" target="_blank" onClick="MM_openBrWindow('../../flash_content/RainTest/Rain_Test.swf','rain','scrollbars= yes,width=640,height=480')">Rain Test</a></td>
          <td width="101" align="center" valign="middle" scope="row"><a href="../../flash_content/WindowCasing.swf" title="Window Casing" target="_blank" onClick="MM_openBrWindow('../../flash_content/WindowCasing.swf','casing','width=740,heigh t=490')">Window Casing</a></td>
          <td width="101" align="center" valign="middle" scope="row"><a href="../../flash_content/Adjustments.swf" title="Adjusting Brakes" target="_blank">Adjust Brake</a></td>
        </tr>
        <tr>
          <td width="117" align="center" valign="middle" scope="row"><a href="../../VideoClips/TrimMaster.wmv" title="Cam-Lock Demo" target="_blank">Cam-Loc </a><a href="../../VideoClips/TrimMaster.wmv">System</a></td>
          <td align="center" valign="middle" scope="row" onfocus="MM_openBrWindow('../../flash_content/Multi_Gauge/MultiGauge.swf','MG','scrollbar s=yes,width=720,height=480')"><span id="multigauge"><a href="../../flash_content/Multi_Gauge/MultiGauge.swf" title="Multi Gauge™" target="_blank">Multi Gau</a></span><a href="../../flash_content/Multi_Gauge/MultiGauge.swf">ge™</a></td>
          <td width="121" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="100" align="center" valign="middle" scope="row"><a href="../../flash_content/scuffy/Scuff_Test.swf" title="Scuff Tip" target="_blank" onClick="MM_openBrWindow('../../flash_content/scuffy/Scuff_Test.swf','scuffy','scrollbars =yes,width=640,height=480')">Scuff Tip</a></td>
          <td width="101" align="center" valign="middle" scope="row"><a href="../../flash_content/Gravel_Stop.swf" title="Gravel Stop" target="_blank" onClick="MM_openBrWindow('../../flash_content/Gravel_Stop.swf','gravel','width=740,height =490')">Gravel Stop</a></td>
          <td width="101" align="center" valign="middle" scope="row"><a href="../../flash_content/VMSlideshow.swf" title="Timeline" target="_blank" onClick="MM_openBrWindow('../../flash_content/VMSlideshow.swf','slider','menubar=yes,resi zable=yes,width=740,height=510')">VMPC Timeline</a></td>
        </tr>
        <tr>
          <td width="117" align="center" valign="middle" scope="row"><a href="../../flash_content/Adjustments.swf" title="Adjusting Van Mark Brakes" target="_blank">Adjusting Brake</a></td>
          <td width="106" align="center" valign="middle" scope="row"><a href="../../VideoClips/NailHawg_02.avi" title="NailHawg™" target="_blank">NailHawg™</a></td>
          <td width="121" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="100" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" scope="row"><a href="../../flash_content/J_Channel.swf" title="J Channel" target="_blank" onClick="MM_openBrWindow('../../flash_content/J_Channel.swf','jchannel','scrollbars=yes,w idth=720,height=510')">J Channel</a></td>
          <td width="101" align="center" valign="middle" scope="row"><a href="../../flash_content/Brakes/Brakes.swf" onClick="MM_openBrWindow('../../flash_content/Brakes/Brakes.swf','flash','scrollbars=yes, width=720,height=510')">Van Mark Brakes</a></td>
        </tr>
        <tr>
          <td width="117" align="center" valign="middle" scope="row"><a href="../../VideoClips/POWERslot.wmv" title="POWERslot™ Hinge" target="_blank">POWERslot™</a></td>
          <td width="106" align="center" valign="middle" scope="row"><a href="../../VideoClips/QuickScore.wmv" title="QuickScore™" target="_blank">QuickScore™</a></td>
          <td width="121" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="100" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" scope="row" onfocus="MM_openBrWindow('','coping','scrollbars=yes,width=720,height=480')"><a href="../../flash_content/CopingCover.swf" title="Coping Cover" target="_blank" onClick="MM_openBrWindow('../../flash_content/CopingCover.swf','coping','width=740,height =490')">Coping Cover</a></td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
        </tr>
        <tr>
          <td width="117" height="19" align="center" valign="middle" scope="row"><a href="../../VideoClips/ReplaceVinyl.wmv" title="Replacing the Vinyl Strip" target="_blank">Vinyl Strip</a></td>
          <td width="106" align="center" valign="middle" scope="row"><a href="../../flash_content/UniLeg.swf" title="UniLeg™" target="_blank">UniLeg™</a></td>
          <td width="121" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="100" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" scope="row"><a href="../../flash_content/brick_mold.swf" title="Brick Mold" target="_blank" onClick="MM_openBrWindow('../../flash_content/brick_mold.swf','brickmold','width=740,heig ht=490')">Brick Mold</a></td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
        </tr>
        <tr>
          <td width="117" height="19" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="106" align="center" valign="middle" scope="row"><a href="../../flash_content/UniStand.swf" title="UniStand™ USA1" target="_blank">UniStand™ USA1</a></td>
          <td width="121" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="100" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" scope="row"><a href="../../flash_content/Z_Bend.swf" title="&quot;Z&quot; Bend" target="_blank" onClick="MM_openBrWindow('../../flash_content/Z_Bend.swf','zbend','width=740,height=490') ">Basic &quot;Z&quot; Bend</a></td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
        </tr>
        <tr>
          <td width="117" height="19" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="106" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="121" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="100" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" scope="row"><a href="../../flash_content/ValleyPan.swf" title="Valley Pan" target="_blank" onClick="MM_openBrWindow('../../flash_content/ValleyPan.swf','valleypan','width=740,heigh t=490')">Valley Pan</a></td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
        </tr>
        <tr>
          <td width="117" height="19" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="106" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="121" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="100" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" scope="row" onfocus="MM_openBrWindow('../../flash_content/Adjustments.swf','adjustments','width=740,h eight=490')"><a href="../../flash_content/Shed_Flash.swf">Shed Flashing</a></td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
        </tr>
        <tr>
          <td height="19" align="center" valign="middle" nowrap scope="row"> </td>
          <td align="center" valign="middle" nowrap scope="row"> </td>
          <td align="center" valign="middle" nowrap scope="row"> </td>
          <td align="center" valign="middle" nowrap scope="row"> </td>
          <td align="center" valign="middle" nowrap scope="row"> </td>
          <td align="center" valign="middle" scope="row" onfocus="MM_openBrWindow('../../flash_content/Adjustments.swf','adjustments','width=740,h eight=490')"><a href="../../flash_content/Ridge_Cap.swf" title="Ridge Cap" target="_blank">Ridge Cap</a></td>
          <td align="center" valign="middle" nowrap scope="row"> </td>
        </tr>
        <tr>
          <td width="117" height="19" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="106" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="121" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="100" align="center" valign="middle" nowrap scope="row"> </td>
          <td width="101" align="center" valign="middle" nowrap scope="row"> </td>
        </tr>
        <tr>
          <td height="55" colspan="7" align="left" valign="top" bgcolor="#0099FF" scope="row">These videos, animations and slideshows are for demonstation purposes only and provided as a service for our customers and suppliers. Van Mark Products Corp. cannot be held liable for the correctness of installation of  videos, animations and slideshows, or other components made with the use of any Van Mark tool and product.</td>
        </tr>
        <tr>
          <td height="82" colspan="7" align="center" valign="bottom" bgcolor="#FFFFFF" scope="row"><h3><img src="../../images/random/newfooter.png" alt="Footer" width="538" height="73" usemap="#Map" border="0">
              <map name="Map">
                <area shape="rect" coords="100,50,160,72" href="https://www.facebook.com" target="_blank" alt="Facebook">
                <area shape="rect" coords="191,47,249,71" href="https://twitter.com" target="_blank" alt="Twitter">
                <area shape="rect" coords="277,49,348,73" href="https://www.youtube.com/user/VanMarkProducts/videos?shelf_id=1&view=0&sort=dd" target="_blank" alt="YouTube">
                <area shape="rect" coords="359,48,423,72" href="https://www.linkedin.com" target="_blank" alt="LinkedIn">
              </map>
          </h3></td>
        </tr>
      </table>
    </div>
    <div>
      <ul id="MenuBar1" class="MenuBarVertical">
        <li><a href="../../index.html" title="Home Page">Home Page</a></li>
        <li><a href="../../About_Us/about_us.htm" title="About Us">About Us</a></li>
        <li><a href="../../Brakes/VanMarkBrakes.html" title="Van Mark Brakes">Brakes</a></li>
        <li><a href="../../accessories/accessories.htm" title="Brake Accessories">Brake Accessories</a></li>
        <li><a href="../../SawTables/saw_tables.htm" title="Saw Tables">Saw Tables</a></li>
        <li><a href="../../Slitters/Slitters.htm" title="Slitters">Slitters</a></li>
        <li><a href="../../Roofing/TrimAGutt/tag_1.htm" title="Trim-A-Gutter">Trim-A-Gutter</a></li>
        <li><a href="../../Roofing/Roofing_Products.htm" title="Roofing Products">Roofing Products</a></li>
        <li><a href="../../Tools/tools.htm" title="Misc/Parts/Buy">Misc/Parts/Buy</a></li>
        <li><a href="../../Archives/Archives.htm" title="Archives">Lit/Video/Images</a></li>
        <li><a style="background: yellow; color: #666;" href="../../Offers/promos.htm" title="Promotions">Promotions</a></li>
        <li><a href="../../PartsList/parts_page.htm" title="Parts List">Parts List</a></li>
        <li><a href="../../ssl/cusserv.html" title="Sales/Customer Service" target="_blank">Sales/Cus Service</a></li>
        <li><a href="../../ssl/ideas.html" title="Submit Ideas" target="_blank">Submit Ideas</a></li>
        <li><a href="../../ssl/vanmarkjobs.html" title="Careers/Jobs" target="_blank">Careers/Jobs</a></li>
        <li><a href="mailto:[email protected]" title="Contact Us">Contact Us</a></li>
      </ul>
    </div>
    <div class="hdr"><img src="../../background/blankhdr.png" alt="hdr" width="1600" height="94"></div>
    <div class="picker1"></div>
    <div class="linx">
      <table width="250" border="0" align="center" cellpadding="4" cellspacing="4">
        <tr>
          <td align="center" valign="middle" bgcolor="#FFFFFF"><a href="../ImageArchive/imagearchive.htm">Images<strong></strong></a></td>
          <td align="center" valign="middle" bgcolor="yellow"><a href="vm_video.htm">Video</a></td>
          <td align="center" valign="middle" bgcolor="#FFFFFF"><a href="../Literature/literature.htm">Lit/Manuals</a></td>
          <td align="center" valign="middle" bgcolor="#FFFFFF"><a href="../Instructional/instruct.htm">Instructional</a></td>
        </tr>
      </table>
    </div>
    </body>
    </html>

    memaat wrote:
    Jon, did Adobe anticipate swf problems on mobile devices? What do you recommend so I can keep my swf’s working ? I am grateful for all your help.
    Steve Jobs did, and summed it up nicely a few years back...
    Thoughts on Flash
    There's nothing you can do but switch away from Flash and move on to CSS and Javascript for animation and HTML5 for the <video> tag, if you want the broadest audience to see your content.

  • Problems using Photoshop CS3 to calculate pixel areas

    Is there a known problem with CS3 Photoshop when using it to calculate how many pixels are contained within selected areas when they are complex shapes?  I am trying to do some calculations and for simple areas it is very good but for other areas it comes up with blatantly incorrect values. For example if you create a matrix of tangent circles within a rectangle and start looking at the areas of the circles and the intervening spaces between the circles and or between the circles and the enclosing rectangle surrounding the edges of the outermost circles, and then start to use the "Histogram" window/panel (I'm using Mac version of CS3 Photoshop) the number of pixels is way off sometimes. I've notice that there is sometimes a warning icon in the Histogram panel that says "Click for Histogram with uncached data" and when that is done then beleivable numbers are shown.
    So why would the "cached" data be so far off when doing these sorts of calculations??
    Thanks for any suggestion on how to accurately compute areas this way.
    -Bob
    ps - I tried to post a version of the file but it's over the 2MB limit - if you want to see the exact file I'm playing with let me know and will be happy to send a copy so you can see what I'm talking about.

    Paolo,
    What does "representative sample" really mean?
    The funny thing is that for some areas (circles for example) the number in the Histogram was very accurate, but complex shapes were horriblly inaccurate (off by about a factor of 4-5). The complex areas involved combinations of other smaller circular areas, so have trouble understanding why these areas would be so far off compared to circles. None of the areas in question were rectangular, but some sides of the regions did have one or two straight edges along with the circular other edges.
    Anyway, glad to read that it's a known issue and there is a way around the problem to get at an accurate number.
    Thanks for the suggestion - will keep that in mind for next time I do this.
    -Bob

  • Marking an area on a picture by choosing at a selection list

    Hello,
    I was wondering if it is possible to mark a picture dynamic:
    I have already a map and some COORDS - if you click on the shape, it links to another page:
    <area shape="rect" coords="143,139,149,148" href="f?p=&APP_ID.:44:&SESSION.::::P44_FILE:20" alt="T 19">
    Now I have a lot of this COORDS and it is very difficult to find them on the map. What I want to make is a select list or sth. like this, to choose the name of the area you want to find and it marks you this on the map with a cross.
    Has anybody an idea how this could work or how this could be done??
    Thank you soooo much,
    LISA

    Hi Lisa,
    This may work (I don't have the stuff you have to set this up to test it!):
    1 - Create a javascript array on your page, something like:
    &lt;script type="text/javascript"&gt;
    var crosses = new Array (
    new Array(0, 123, 345, "f?p=&APP_ID.:44:&SESSION.::::P44_FILE:1"),
    new Array(1, 234, 567, "f?p=&APP_ID.:44:&SESSION.::::P44_FILE:2"),
    etc
    &lt;/script&gt;This contains an ID (which would match the values on your select list), the top and left pixels where you want the cross to appear within the map area and the href value for the link
    2 - On your page, create an A tag with an ID of "CROSS" and a style attribute of "display:none". The text between the opening and closing A tags would be your X
    3 - Create a javascript function that can be called by your select list (your select list's definition should include an attribute of onclick="javascript:setCross();" to call it). The javascript function will then check the value of the select list (using $x('P1_LIST').value), find it in the crosses array, get the corresponding values and then set the position of the A tag and display it. Something like:
    &lt;script type="text/javascript"&gt;
    function setCross()
    var sel = $x('P1_LIST').value;
    var t = crosses[sel][1]; // the top
    var l = crosses[sel][2]; // the left
    var h = crosses[sel][3]; // the href
    var a = $x('CROSS');
    var m = $x('MAP_ID');
    a.style.position = "absolute";
    a.style.zIndex = 99;
    a.style.top = m.clientTop + t;
    a.style.left = m.clientLeft + l;
    a.href = h;
    a.style.display = "block";
    &lt;/script&gt;The theory is that you can position a tag anywhere on the page using left and top settings - but you need to position within the map area, so you have to get its top and left as well. As the A tag would sit over your map, the user can no longer click on the map to trigger the link - the A tag, therefore, needs to have the link as well.
    You may have to tweak/play with this to get it to work on your page. This is all theory, of course, but I think it should work ok.
    Andy

  • Using Dreamweaver CC 2014. I add hotspots and links my images with no problem. But when it renders live, the links are just a little off.

    Am using the Hotspot tool to map images and link them. But when I test the email or webpage, the links are just slightly off. Thoughts?

    Don't really have it in a format that has a link. But here is the HTML: (and no, it's not in a table. Would that help?)
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>NewNeutralWSale10-21-14</title>
    <style type="text/css">
    area {
      outline: none;
    </style>
    </head>
    <body>
    <div align="center">
    <img src="https://system.netsuite.com/core/media/media.nl?id=961585&c=1259335&h=4da03f3688efdbd89b27" alt="" width="800" height="2345" usemap="#Map"/>
    <map name="Map">
      <area shape="rect" coords="3,5,162,161" href="http://www.blisshomeanddesign.com/" target="_blank" alt="BlissHomePage">
      <area shape="poly" coords="163,22,772,22,773,895,25,894,27,167,166,164" href="http://www.blisshomeanddesign.com/The-New-Neutral/" target="_blank" alt="NewNeutralPage">
      <area shape="rect" coords="71,1404,330,1475" href="http://www.blisshomeanddesign.com/PROMOTIONS/The-New-Neutral/Oxford-Pillow.html" target="_blank" alt="Pillow">
      <area shape="poly" coords="389,1125,405,1129,415,1135,429,1130,459,1134,490,1139,526,1139,552,1138,581,1136, 599,1134,623,1140,647,1136,676,1138,699,1130,721,1123,732,1125,728,1142,722,1164,712,1179, 718,1202,717,1228,707,1253,714,1294,722,1338,726,1365,730,1401,728,1423,739,1437,739,1449, 743,1458,729,1465,705,1456,680,1453,652,1451,617,1451,594,1452,569,1444,550,1448,522,1448, 501,1445,471,1446,458,1443,432,1449,410,1456,389,1458,381,1456,388,1438,393,1417,395,1399, 400,1379,404,1344,406,1320,406,1276,401,1221,398,1171" href="http://www.blisshomeanddesign.com/PROMOTIONS/The-New-Neutral/Oxford-Pillow.html" target="_blank" alt="Pillow">
      <area shape="poly" coords="45,995,408,994,408,1126,392,1120,386,1127,393,1152,397,1185,398,1218,397,1251,402 ,1272,402,1293,400,1323,400,1348,398,1375,44,1375" href="http://www.blisshomeanddesign.com/PROMOTIONS/The-New-Neutral/Decorative-Finial-Boxes-Set-o f-4.html" target="_blank" alt="Finials">
      <area shape="rect" coords="428,1028,769,1091" href="http://www.blisshomeanddesign.com/PROMOTIONS/The-New-Neutral/Decorative-Finial-Boxes-Set-o f-4.html" target="_blank" alt="Finials">
      <area shape="rect" coords="152,1519,658,1894" href="http://www.blisshomeanddesign.com/PROMOTIONS/The-New-Neutral/Isabella-Console-Tarnished-Si lver.html" target="_blank" alt="Console">
      <area shape="rect" coords="78,1947,727,2035" href="http://www.blisshomeanddesign.com/" target="_blank" alt="BlissHomePage">
      <area shape="rect" coords="129,2115,256,2134" href="http://www.blisshomeanddesign.com/NEW-ARRIVALS/" target="_blank" alt="NewArrivals">
      <area shape="rect" coords="286,2115,388,2133" href="http://www.blisshomeanddesign.com/FURNITURE/" target="_blank" alt="Furniture">
      <area shape="rect" coords="416,2115,505,2133" href="http://www.blisshomeanddesign.com/LIGHTING/" target="_blank" alt="Lighting">
      <area shape="rect" coords="531,2114,647,2133" href="http://www.blisshomeanddesign.com/ACCESSORIES/" target="_blank" alt="Accessories">
      <area shape="rect" coords="256,2152,339,2172" href="http://www.blisshomeanddesign.com/BEDDING/" target="_blank" alt="Bedding">
      <area shape="rect" coords="366,2153,458,2173" href="http://www.blisshomeanddesign.com/SPA/" target="_blank" alt="Spa">
      <area shape="rect" coords="485,2149,630,2172" href="http://www.blisshomeanddesign.com/KITCHEN-AND-DINING/" target="_blank" alt="KitchenDining">
      <area shape="rect" coords="313,2231,332,2266" href="https://www.facebook.com/BlissHomeAndDesign" target="_blank" alt="Facebook">
      <area shape="rect" coords="346,2233,368,2266" href="http://www.pinterest.com/blisshomedesign/" target="_blank" alt="Pinterest">
      <area shape="rect" coords="379,2236,411,2263" href="https://twitter.com/BlissHomeDesign" target="_blank" alt="Twitter">
      <area shape="rect" coords="422,2230,450,2262" href="http://instagram.com/blisshomeanddesign/" target="_blank" alt="Instagram">
      <area shape="rect" coords="454,2235,482,2263" href="https://plus.google.com/+Blisshomeanddesign/posts" target="_blank" alt="GooglePlus">
      <area shape="rect" coords="285,2267,504,2328" href="http://www.blisshomeanddesign.com/CONTACT-INFORMATION/" target="_blank" alt="Contact">
      <area shape="rect" coords="161,2151,230,2177" href="http://www.blisshomeanddesign.com/DECOR/" target="_blank" alt="Decor">
    </map>
    </div>
    </body>
    </html>

  • Sdo_intersection area and error message

    Hi
    I wonder if anybody can offer any help/advice
    I have been running a routine which loops through a spatial Layer A and for each polyon in the loop I pick up those polygons from a more detailed Layer B (over 5 million records) that interact then create a non spatial table output showing the area of intersection between the 2 layers.
    This is used in the query to return the area of intersection:
    ROUND(mdsys.sdo_geom.sdo_area(                              mdsys.sdo_geom.sdo_intersection(a.geom, b.'||l_spCol||', 0.0005),1,''unit=HECTARE'' ), 3)
    The SDO_DIMINFO for both layers (UK, national grid) is:
    ((X, 0, 700000, 5E-10), (Y, 0, 1300000, 5E-10), , )
    I have been running this successfully for a while now. However the 3rd party that supply layer B have done some major updates and I now have some errors when running the routine i.e. some of the polygons now cause errors.
    The error I get is:
    ORA-13347: the coordinates defining an arc are not distinct
    It is a bit of a needle in a hay stack trying to find the ‘error’ polys and have found 3 so far. The way I have found the Layer B errors is by changing the tolerance in the above area calculation to 0.1 (in the polgon where Layer A fails), the query will run with the lower tolerance and a NULL record is returned for the error polys. I have taken these out of Spatial and loaded into ESRI, after geometry checks ESRI describes the error as “self intersections”. Once cleaned and reloaded the routine works ok. I did find some examples of these self intersections that are not causing a problem.
    One thing that confused me was I got no error reported using this:
    SELECT c.LAYERA_ID, SDO_GEOM.VALIDATE_GEOMETRY_WITH_CONTEXT(c.geom, 0.005)
    FROM LAYER B c
    I noticed the MDSYS.SDO_ELEM_INFO_ARRAY(1,1005…, was 1005 for the error polys rather than 1003, not sure about the significance of this!
    I wondered whether there was a ‘better’ way of identifying the polygons upsetting the area calculation (and why VALIDATE_GEOMETRY_WITH_CONTEXT wasn’t picking these up).
    And
    How much accuracy would I lose in downgrading the tolerance of the area calculation to 0.1. Comparing results for 0.1 and 0.0005 they seem to be only different at 3 decimal places.
    Thanks for any help/comments (I am fairly inexperienced on Oracle Spatial)….

    Thanks again for the posts.
    I have run my 5+million polygons through the has_arc procedure (thanks for that!) and this returned x4 polygons (3 of which I had identified as breaking my procedure). The additional one didn’t seem to be causing any problems – and ESRI didn’t find any geometry errors.
    So I am inclined to think this issue has come about by the (recent) addition of these polygons with the ‘Circular Arcs’ to layer b (by a third party).
    Moving forward when ever I get a cut of the latest version of the data (Layer b). I will run the has_arc function to see if any new polygons have gone into the layer – as it is likely these could be a problem. I have managed to now run the procedure with the addition of the x3 cleaned polygons. So hopefully when I start to re run the procedure on different Layer A's I will be ok i.e. Layer B wont break it (fingers crossed).
    In summary to the problem I encountered:
    I get Layer B from a third party (imported from their database), all in UK nat grid (metres) (81989). The SDO_DIMINFO setting coming from the source. It is based on detailed large scale mapping.
    The procedure breaks on the x3 polygons when returning the area (SQL in original post) of intersection using 0.0005, I can by-pass the error using 0.1 and get a null intersection area returned.
    I can get a spatial layer intersection output using the problem data.
    I am still a bit confused as to what a circular arc actual means in terms of geometry (I haven’t done any digitising type work for a bout 15 years and my old topology type knowledge seems to have left me…) Once I understand it – I would like to raise it with the 3rd to ascertain why they are there. The polygons ‘look’ very simple!
    And does anybody have any recommended reading re tolerances. The only GIS I have used in the last few years has been desktop GIS – where I haven’t really had to worry about setting appropriate tolerances. The stuff I have read on Oracle’s site has left me a bit puzzled.
    Cheers

Maybe you are looking for

  • What is DB Verify and How to run it

    7.3.4 version Can any one tells me what is DB verify? A product? steps? procedures? We had recently a DB backup failure. Someone suggested to run DB verify to check if the DB is ok. Thanks,

  • Moving my iTunes library from on PC to another w/ external drive

    Here is my scenario: I am trying to get my complete iTunes library from my old computer onto my new one, complete with all my information from each song (play counts, last played, ratings, etc.). I keep my entire library resides on my external drive.

  • F4 help for layout parameter

    Hello Experts, I m using one parameter for layout like in std report MB51 & put F4 help for that. My problem is when user select from layout it is working fine but when user ENTER FROM KEYBOARD it is not accepting the layout.. My code is PARAMETERS :

  • Encore CS4 Fails to Transcode

    Guys the problem I already decided to freeze, but I have another problem, when I go to transcode some videos in encore cs4, it's transcode failed, someone help me? I'm using Encore CS3 to get to transcode.

  • Queries error... any idea?

    SELECT T0.[ItemCode], T0.[Dscription],  max(T1.[OnHand]) AS 'NOW', max(T1.[OnHand]) + SUM(CASE DATEDIFF(MM,T0.[DocDate], GETDATE()) WHEN 0 THEN T0.[OutQty] ELSE 0 END) - SUM(CASE DATEDIFF(MM,T0.[DocDate], GETDATE()) WHEN 0 THEN T0.[InQty] ELSE 0 END)