positive look behind with repetition digets

Hello

I'm trying to use grep to search for a lowercase letter that follows: \d+\s, but am having problems... When I use ([? < =: \d\s)[\l] I find all cases where there is a single number - ': 1 ',': 3 z "etc.,)

but when I use it ([? < =: \d+\s)[\l] no results are returned.) I don't understand what the problem is, have you any ideas?

Thank you!
Christopher

Lookbehind does not support an argument of variable length. You can try this:

: \d+\s\K\l

-not tested (he needs a more recent ID that I'm late for the moment) but see http://indesignsecrets.com/topic/grep-tricks-more-lookbehind-and-lookahead-examples for more examples.

Tags: InDesign

Similar Questions

  • GREP - Positive look behind - find the text beyond the space

    I have a GREP in a paragraph with a positive Outlook style behind. This research finds the characters up to a space and apply a style, but applies style beyond a space.

    What should I include in my GREP search to find text following a space? TIA

    Right. He finds only upper case and lower case letters, while the game ends on what is not one of these. Do you want to match the end of the paragraph? You can use (?.)<>

    for two words use (?)<>

    for a game for one or two words (two if there are two, otherwise only one), try (?.)<=\#)[\l\u]+(\s[\l\u]+)? (not="">

  • look-behind positive in sql

    Hello
    "I wonder if Oracle is regularly an expression syntax supports positive look-behind that I expect to receive the letter has"
    of the following expression:


    SELECT REGEXP_SUBSTR (' show / during ',' (? < = /) [[: alpha:]] "")
    OF THE DOUBLE

    Thanks for advice on this topic,

    Bernd

    Like this

    SELECT REGEXP_REPLACE('Fendrich / Deinert', '[[:alpha:]]+ / (.)[[:alpha:]]+','\1') val
    FROM DUAL
    
  • I recently bought two pictures for my youth group. When I looked behind them image is a larger image, but, when I downloaded it it's a smaller image. How can I get the enlarged image?      #93598775 &amp; #18109349

    I recently bought two pictures for my youth group. When I looked behind them image is a larger image, but, when I downloaded it it's a smaller image. How can I get the enlarged image?#93598775 & #18109349

    Follow these steps: I downloaded my 10 free images and they all have the Adobe watermark on them, so I can't use them. Why do they have a watermark on them?

  • GREP: Negative look-behind using

    Hi guys,.

    It has been a long week of InDesigning and I have a little problem that my brain no longer has the capacity for.

    What I need to do, it is find not preceded by a full stop paragraph breaks and then change them to a space.

    I am wanting a GREP expression, obviously. I'll be back as a negative look-behind coup.

    See you soon,.

    Gerhard

    gerhardlanz wrote:

    [..] I'll be back as a negative look-behind coup.

    This does not work? What you have, then?

    I guess that's, that's all it takes:

    (?

    -There is a paragraph break, when there is no full stop immediately seized.

  • Save my Clip Positions of film with PHP and MySQL

    Hello

    I created a video (FLV) Player, who just plays my videos. Everything works fine and I would like to add a new button to save the position according to which the film played up to. So I can come back later and have the opportunity to play the film to the point that the last time he was arrested. Therefore, I need to save my Clip Positions of film with PHP and MySQL.

    So far, I created a button that saves the position of the my video clip "ns.time' in a variable. I'm currently just display this variable, but I need to export to my file PHP where it gets sorted to be sent to mySQL database. Could you tell m e how can be down or where I can find more material (tutorial) to achieve this.

    I tried to export using 'getURL(url,window,method)' that points to my PHP file. But for some reason any when he sends some information to my php and not only the Position of Movie Clip. I realized from the address line that attempts to send millions of movie flow information, etc..

    I realized that Flash tries to send information of my Listbox and trees which are the list of film clips I have. I don't know why he's trying to send this information! Is anyway I can stop the Flash to send information to my PHP file and send only the value of my a Variable?

    Here's how I send the value of the Variable entry in the PHP file...

    getURL (" http://www.myDomainName.com/aishopper/test2/matrix.php","", "GET" ");

    Thank you so much and have a great day.

    Babak

    Hello JayCharles,

    Thanks for your suggestion. You are absolutely correct, and made me aware of the error I made. I used your suggestion and it has worked very well. Once again, thank YOU for your help.

    See you soon,.

    Babak: o).

  • Specimen of Positioning System blower with Galil controller

    Hi all

    So to say the least I am super frustrated with my LabVIEW program right now. This project requires that I use only of LabVIEW and GalilTools software, so I can't use C or C++ or any other person. I wrote about what the code I need would look like in C/C++, but I'm having a lot of trouble to create a LabVIEW program that does the same thing. I have attached the VI I've written so far. I have also attached my operating scheme to help understanding outside of my intentions. Also attached an OpsManual dictates the structure of my interface planned and everything that it should do.
    I know there is much to look at, but I'd be very happy to help. I've looked everywhere on the examples and the forums and youtube tutorials and I'm just really having trouble, and this particular stage takes too long.

    The basis for this project is that it is a positioning system managed by 2 stepper motors with angular limits specified. All engine configurations is processed by the GalilTools software. The logic must be managed in LabVIEW. This requires the adoption of values in both directions between LabVIEW and the controller.

    I'm doing some specific things are currently doing me wrong:
    -the output messages back as program at each stage movements (LabVIEW not spend several channels to the same Terminal without other things in between, I have not yet found a way)

    -Connect the wires of the reference and error programmatically (I understand this is how the program passes the values and it also affects the operation of the program, I'm not sure how to connect a mine and have my program still works as expected, also runs the question of having several wires to a terminal that LabVIEW won't)

    -emergency stop button (I need this cable in so that it can stop the program at any time, similar to the demolition)

    There are many other issues that will arise as I move forward, but those are the current, I worked on that. I'm fighting with which structures should be used. It's just not quite as intuitive for me like C/C++ has been.

    Thanks in advance for any help provided.

    A few thoughts for you to consider.

    The Galil aspect

    • You do not need to download your Galil program every time, connect using Galiltools or GalilSuite and download and then use the BP command to burn the program in memory.
    • Put anything in #AUTO which must be executed each time the controller is running.
    • Operation most have a complementary _cmd operand that can be queried. IE: BGA will start movement on axis 1, MG _BGA returns 1 if still in motion, or 0 if the request is completed.

    For the side of LabVIEW

    • Replace the case separated by a single event structure structures. Given any how do you now without delay in means of the loop that you run each of these cases as soon as your program can.
    • Get rid of all calls to Galil outside the structure of the event. If you wish to check the status or the movement of code, put it in the case of timeout or consider another loop that runs independently of your main loop.
    • Keep in mind the operation of the son, means anyone to load data only if two sons are in a structure or function they both must contain data before the structure or even runs. Other you can make threads where you need.
  • Web page looks good with tranparent and photographic background in mode boxes live view, but not in browsers

    If someone has the time to help, I would be very grateful.   I am new to dreamweaver and I try to make a transparent Web page with columns and text box using styles.  It looks perfect in 'live view', but when I look in any browser all the formatting has disappeared.  It looks like the background with the text at the top of installed on wrapped throughout the entire page.   I was not able to understand what is wrong in the days of research.  Anyone know the answer?

    Presents all first format I want and that's what it looks like in mode Live View, the second is what it looks like to most browsers.

    Screen Shot 2011-10-07 at 11.25.06 AM.pngScreen Shot 2011-10-07 at 11.31.05 AM.png

    Here's the code I used:

    < / style >

    "" < link href = "... / styles/tcastyles.css" rel = "stylesheet" type = "text/css" >

    < style type = "text/css" >

    {body

    background-image: url (bamboo. (JPG);

    margin left: 150px;

    }

    a: link {}

    color: #600;

    text-decoration: none;

    }

    a: visited {}

    text-decoration: none;

    }

    a: hover {}

    text-decoration: none;

    }

    a: active {}

    text-decoration: none;

    do-family: Verdana, Geneva, without serif.

    do-size: 12px;

    make-weight: bold;

    }

    a {}

    do-size: 12px;

    }

    body, td, th {}

    do-family: Verdana, Geneva, without serif.

    }

    . Container .faqs h2 {}

    line-height: 40px;

    }

    . Container .faqs ul li {}

    text-align: left;

    }

    .footer {}

    Padding: 5;

    position: relative;

    Clear: both;

    }

    < / style >

    < div class = "container" >

    < div class = "header" > < span class = "menutable" > < / span > < img border = "0" src = "navigate_projects.jpg" width = "307" height = "167" well = "#FPMap0" alt = "Conservation agency - project Menu" align = "absmiddle" / > "

    < map name = "FPMap0" >

    < area shape = "rect" coords = "112, 132, 172, 127" href = "asia.htm" alt = "Asia" / >

    < area shape = "rect" coords = "138, 92, 286, 110" href = "west.htm" alt = "Western Hemisphere" / >

    < area shape = "rect" coords = "138, 73, 279, 89" href = "flamingos.htm" alt = "British Virgin Islands" / >

    < area shape = "rect" coords = "131, 55, 249, 72" href = "turkscaicos.htm" alt = "Turks and Caicos" / >

    < area shape = "rect" coords = "121, 35, 244, 52" href = "newengland.htm" alt = "Narragansett Bay" / >

    < area shape = "rect" coords = "103, 17, 306, 32" href = "coyote.htm" alt = "The Coyote Study Narragansett Bay" / >

    < area shape = "rect" coords = "121, 128, 173, 144" href = "pacific.htm" alt = "Pacific" / >

    < / map >

    < / div >

    < div class = "menu" >

    < table width = "100%" border = "0" align = "center" id = "menutable" >

    < b >

    < td height = "30" align = "center" valign = "middle" > < p > < strong > < a href = "mission.htm" > Mission < /a > < / strong > < /p > < table > ' "

    < td height = "30" align = "center" valign = "middle" > < p > < strong > < a href = "pubs.htm" > Publications < /a > < / strong > < /p > < table > ' "

    < td height = "30" align = "center" valign = "middle" > < p > < strong > < a href = "projects.htm" > project < /a > < / strong > < /p > < table > ' "

    < td height = "30" align = "center" valign = "middle" > < p > < strong > < a href = "opps.htm" > opportunity < /a > < / strong > < /p > < table > ' "

    < td height = "30" align = "center" valign = "middle" > < p > < strong > < a href = "sponsors.htm" > Sponsors < /a > < / strong > < /p > < table > ' "

    < td height = "30" align = "center" valign = "middle" > < p > < strong > < a href = "coyote.htm" > NBCS < /a > < / strong > < /p > < table > ' "

    < td height = "30" align = "center" valign = "middle" > < p > < strong > < a href = "guana.htm" > Guana < /a > < / strong > < /p > < table > ' "

    < td height = "30" align = "center" valign = "middle" > < p > < strong > < a href = "tca.htm" > contact us < /a > < / strong > < /p > < table >

    < td height = "30" align = "center" valign = "middle" > < p > < strong > < a href = "index.htm" > home < /a > < / strong > < /p > < table >

    < /tr >

    < /table >

    < / div >

    < div class = "banner" > study of the Bay of Narragansett Coyote < / div >

    < d/div >

    < div class = "box739" >

    < h3 > what do NBCS? < / h3 >

    < p > since 2004 the Bay of Narragansett Coyote study (NBCS) has developed strategies of coexistence and based management sciences for our most recent top-level predator.  Coyotes, originally a species of Prairie, have successfully colonized all parts of the continental and coastal us over the past 100 years. They reached the islands of Narragansett Bay in the middle of the 1990s. Since then the coyotes have become more and more abundant and problematic in some communities of the island. < /p >

    < p > in our history of cohabitation with the coyotes people constantly tried to eliminate them by hunting, trapping and poisoning. Lethal removal worked for individual problem animals but did not work as a strategy of population control. Why? Coyotes have physiological and behavioural abilities intrinsic to control their own numbers. If the coyotes are removed they increase reproduction and numbers to rebound quickly. The trigger of critical population regulation is competition for food. As long as the coyotes are well fed (with a few coyotes competing for food) their populations will grow. < /p >

    < p > we know also that the opposite effect occurs if the coyotes if the coyotes are stressed by competition for food. If there are too many coyotes competing for the available food coyotes will drop the sustainable level of these resources. < /p >

    < p > understanding of this relationship, the NBCS scientists decided to study the use of the resources of coyotes on two islands of Narragansett Bay, Rhode Island. We used GPS to find out location necklaces where coyotes are spending their time. We have made the assumption that if we could identify food resources important coyote - control - coyotes defray their own numbers. NBCS called & quot; management passive coyote. & quot; < /p >

    < p > since 2005 when we are caught in the trap and to collar our first coyotes on the island that we found continuously as the most important food resources of our study are provided people. This means that they are in our command this means that we can control the coyotes. If we remove anthropogenic resources (human grants) coyote numbers will drop to the sustainable level of natural resources. When the coyotes are fed only natural prey number of coyotes (mice, woodchucks, rabbits, geese and deer) will be lower and they will provide useful pest services. < /p >

    < p > according to our science NBCS generated a set of < has href = ' coyotes/best' practices for Coexistence with Coyotes - 8 Nov 2010.pdf management target = "_new" > best management practices for Coexistence with Coyotes < /a > - essentially a Toolbox for safe and sustainable community management, coyote. We work with the cities in our study area to adopt the CBMPs and be the first community in the nation to successfully and sustainably manage coyotes. We believe also in other cities and towns might be able to use our results as a template if they have problems of coyote. We have barely begun to implement the CBMPs on our islands. We soon hope to have all our implementation of the CBMPs cities - only, then we will see the full impact they make on the coyote numbers and behavior problems. You can follow our progress on this Web site. < /p >

    < / div >

    < div class = "footer" >

    < table width = "100%" border = "0" cellspacing = "5" >

    < b >

    < td > top < table >

    < td > < a href = "mailto: " [email protected] "> [email protected] < /a > < table > "

    < /tr >

    < /table >

    < / div >

    < / div >

    < / div >

    < p > < / p >

    < / div > class iv = "FAQ" >

    < H2 > FAQS < / h2 >

    < ul >

    How can < li > I coyotes control their own population? < /li >

    < li > blah blah blah < /li >

    < /ul >

    < / div >

    < div class = "content" >

    < div class = "Yopougon" >

    < div class = "col1" >

    < h3 > Middletown adopts the CBMPs and passes an order of non-Feeding! < / h3 >

    < / div >

    < div class = "col2" >

    < h3 > driver, Java and the Valley Pack < / h3 >

    <

    And here's the styles:

    . Container {}

    height: 1500px.

    Width: 975px;

    border: 8px solid #660000;

    float: left;

    }

    . Header {}

    float: left;

    height: 170px;

    Width: 975px;

    background-color: #033000;

    }

    .menu {}

    background-color: #FFC;

    float: left;

    height: 30px;

    Width: 975px;

    do-family: Verdana, Geneva, without serif.

    do-size: 9px;

    color: #660000;

    make-weight: bold;

    margin-bottom: 5px;

    }

    .table {}

    do-family: Verdana, Geneva, without serif.

    do-size: 8px;

    make-weight: bold;

    }

    . Banner {}

    float: left;

    height: 100px;

    Width: 739px;

    do-family: Verdana, Geneva, without serif.

    font size: 37px;

    make-weight: bold;

    color: rgba (0,51,0,1);

    background-color: rgba (255,255,204,.7);

    text-align: center;

    line-height: 75px;

    border-radius: 5px;

    padding: 5px;

    margin: 5px;

    }

    {.clearbox}

    float: left;

    height: auto;

    Width: 760px;

    }

    {.box739}

    Width: 739px;

    float: left;

    height: auto;

    background-color: rgba (255,255,204,.7);

    do-size: 12px;

    color: rgba (0,51,0,1);

    border-radius: 5px;

    padding: 5px;

    margin: 5px;

    }

    {.faqs}

    float: right;

    height: 620px;

    Width: 205px;

    do-family: Verdana, Geneva, without serif.

    do-size: 12px;

    make-style: normal;

    line-height: normal;

    overflow: scroll;

    background-color: rgba (255,255,204,.7);

    margin: 5px;

    border-radius: 5px;

    make-weight: bold;

    color: rgba (0,51,0,1);

    text-align: center;

    }

    {.col1}

    float: left;

    height: 500px;

    Width: 359px;

    background-color: rgba (255,255,204,.7);

    do-size: 12px;

    border-radius: 5px;

    color: rgba (0,51,0,1);

    margin: 5px;

    padding: 5px;

    }

    {.col2}

    float: left;

    height: 500px;

    Width: 359px;

    background-color: rgba (255,255,204,.7);

    do-size: 12px;

    border-radius: 5px 5px 5px 5px;

    color: rgba (0,0,0,1);

    padding: 5px;

    margin: 5px;

    }

    .footer {}

    position: relative;

    Clear: both;

    background-color: rgba (255,255,204,1);

    do-size: 12px;

    color: rgba (0,51,0,1);

    }

    From the looks of your screenshot, I'd say it's a path problem.  Are you sure that you downloaded the CSS document when you loaded the page and that the path is correct?  It appears in your second screenshot that there is no style applied so your stylesheet is not included for a wrong path or because it is simply not there.

  • The photos in photo looks blurry, with large pixels. Recorded images were of high resolution, why what is happening?

    I used the migration assistant to transfer all the data from my old macbook pro to my new iMac, now the images in the Photos seem to be blurred, with large pixels. Recorded images were of high resolution, why what is happening? Is it possible to fix it. In the old macbook pro, the image looks ok.

    Migration assistant has a really bad experience with iPhoto and Photos

    If you still your old MB of available space, connect it to your new Mac (network, mode target firewire or use an external to the Mac OS extended (journaled) format hard drive and drag the iPhoto library folder images on the new Mac and heck the iPhoto library to icon in the Dock to migrate Photos)

    I hope this will work better

    LN

  • positioning of objects with applescript

    Hi all, I'm a noob to applescript and I started to learn its basics to automate difficult tasks from my daily work.

    I wrote a very simple code and it actually works, but I need to refine it.

    Here it is:

    Tell application "Adobe InDesign CC 2014"

    tell the active document

    say all master spread

    tell each page to make the rectangle with properties {race weight: 0, absolute horizontal scale: 1, absolute vertical scale: 1, fill color: 'Paper', the transparency settings: {mixture parameters: {opacity 0.1}}}

    tell the end

    tell the end

    tell the end

    This script automatically place my rectangle somewhere in the upper left corner - why? -of each page; I tried on another mac, but it works as well, because the rectangle is displayed outside the page.

    So, is there a way to tell my rectangle to, for example, align the top margin of each page, in the Middle? In this way he shouldn't have problems more...

    We hope to find a way, thank you all.

    Alessandro

    Position you a rectangle via geometric limits:

    Tell application "Adobe InDesign CS6"

    tell the active document

    -get the display preferences and define units of inches and the origin of the page

    Properties of the viewprefs value display preferences

    Set the properties of the display preferences {horizontal measurement units: inch, vertical measurement units: inches, origin origin: the rule page}

    -the limits of the rectangle in y1, x 1, y2, size 2 x

    -y1 and x 1 are the x, the coordinates of the upper left corner against parameters of the rule

    -y2 and x 2 are the lower right

    - so it's a square of 3 "

    mybounds value {1.0, 2.0, 4.0, 5.0}

    say all master spread

    tell each page to make the rectangle with properties {geometric limits: mybounds, the race weight: 0, fill color: "Black"}

    tell the end

    -reset the leaders

    set the properties of the display preferences for viewprefs

    tell the end

    tell the end

  • After Effects behind with just 14 seconds of clips

    Initially, I shot a lot of video with a Canon Vixia HF G30 in AVCHD. When I realized that Mac cannot read this format correctly, I used handbrake to convert them to MP4 using the H.264 codec. I am all videos stored on an external hard drive of 1 TB and dragging into a folder on my desktop when I need them. I imported 2 clips in my composition in After Effects totally 14 seconds of video. I can't do anything in AE. I try to slide the clip in position and moves it to a very small amount and then crashes. I have a MacBook Pro with 8 GB of RAM, 6 GB of which dedicate themselves to After Effects.

    I have worked with After Effects several times but never had that bad of a problem with such a tiny amount of sequences. I think that perhaps it would be too big of a file of suggestions on how to convert it into a smaller file without loss of quality would be very useful. Thank you very much.

    ksoqueso wrote:

    I am the preview by pressing the space bar

    Ah. Found your problem! You misunderstand how to use After Effects! AE is not a real-time editing application. It is a composer based on pixels. As any composer based on pixels, you must return an overview. And sometimes it can take very long to make depending on your effects. You should not press SPACEBAR to preview. After effects help. Preview

    Because you didn't know how to do something as simple as the preview, I'll suggest to take a big step back and start here: starting After Effects

    There are probably a TON of useful stuff you need to know that you have missed.

    I had staples of 14 seconds that took a lot more than 2 hours to make. You just have to know to set up your scene correctly and how to work with the software. All your problems come from not understanding how the After Effects (or how to work with After Effects).

  • Symbols indicating no position of retouching with goTo

    I'm working on a simple game of spot-the-difference, a pair of photos with hotspots, users click on each picture to take differences.

    https://img.skitch.com/20110118-nt22nnqarbki6bmh9r7gdufh28.jpg

    It is a Flash CS5 project with a film class, a class for the circles.  It worked fine with one 'level', but I am trying to add extra 'levels' by adding a new keyframe in the timeline panel for each additional level. So, I create a new keyframe and add a new pair of photos and reposition the symbols that are circles in order to match with the new photos:

    https://img.skitch.com/20110118-xqnqi6mf8s64snwstnpa3967ky.jpg

    In my film class, when the level one is finished, I have the ACE: this.gotoAndStop(this.currentFrame+1);

    The images change the images of frame 2, but circles are in the same position they were in frame 1.  Editing posts are ignored.

    What I'm missing here?  This can be corrected?  I would position rather visually of the circles of each layer in on the scene for simplicity.

    This is probably an old Flash anomaly at work... When you have the same objects in adjacent keyframes objects as part of the latter will assume the properties of those in the previous image.  Try putting an empty keyframe between each level column, so that objects do not fall into this trap.

  • How can I make my form look nice with Css

    I want to do in my form, when people click inside my textfield that the white line make it red.

    Also when I click inside of my table to change to another color and when I click outside to change the real white color.

    Hows posible to do with dreamweaver css?. IM new and I want to apply these things to my form.

    that look like this.

    < form id = "form1" name = "form1" method = "post" action = "" >
    < p > < / p >
    < p >
    < label > name
    < input type = "text" name = "email" id = "email" / >
    < / label >
    < /p >
    < p >
    < label > Email
    < input type = "text" name = "name" id = "name" / >
    < / label >
    < /p >
    < p >
    < label > comments
    < input type = "text" name = "comments" id = "Comments" / >
    < / label >

    PLSS help

    The CSS code belongs to an external stylesheet (preferably) without the

    Tutorials HTML & CSS - http://w3schools.com/

    Using properties of Page DW to create a style sheet CSS base
    http://kb2.Adobe.com/community/publishing/505/cpsid_50576.html

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    www.Alt-Web.com/
    www.Twitter.com/ALTWEB
    www.Alt-Web.blogspot.com

  • Dreamweaver 8.0.2 &amp; quot; Position &amp; quot; Problem with WebDav

    Dreamweaver 8.0.2 'Put' problem with WebDav

    In Dreamweaver:
    I am able to see all the local files, and I can see all the files in the remote control. So here's the kicker... "Dreamweaver is only allowing me"Read"access" depending on the distance. When I try to 'Put' files on the server, I get an error indicating the failure of the option could... "Access denied" I use the same exact references in DW8 with WebDav.

    In Windows:
    In Windows (my network places), I use 'Web folders' Windows XP to display a window of the Explorer of my files from remote servers. Read, write, modify, delete works very well since Windows "web folders". I'm sure that 'web folders' are an example of a WebDAV client. When I access the file (remote) server through Internet Explorer 7 and Internet Folers (WebDav client) I can write, read, edit, delete.

    What we tried:
    -We give full access. Still does not work.
    -We have updated Dreamweaver to DW8.0.2 and it still won't work.


    Looks like an error message in Dreamweaver {Background file activity - detail}
    Started the: 02/05/2007-16:07

    Lean\5S\default.aspx - error occurred - year HTTP error occurred - cannot put default.aspx. Access denied. The file exists may not, or there could be a permission problem.

    Activity of the incomplete file. 1 file (s) or folder (s) have not been filled.

    Files with errors: 1
    Lean\5S\default.aspx

    Finish: 02/05/2007-16:07

    ________

    Here, any help would be appreciated!
    Is it a question of rights of Windwos, Microsoft IIS problem or dreameaver?
    Help... Help... HELP - thanks.

    We found the answer... We must remove the extension in IIS. In IIS, you must go to the IIS application configuration > Home Directory Configuration... > App Mappings > remove used Extensions. By removing the ASP, ASPX and APP SHTML extension mappings, we were able to upload files to the site.

    Web site 2: establishing a second IIS website devoted management WebDAV requests. Read point # 3 *.
    http://www.Adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19095

    This is the size of the text of the article.
    Disable the server from ASP script, the script ColdFusion server or another server in script, that you may be using. To do this click on the "Configuration" button... "in the screen shot above and the deletion of the appropriate DLL. This will prevent IIS to send the script server to the application for processing server-side. Someone a ColdFusion page would like to see ColdFusion pre-treated for editing code, not the resultant post-processed code HTML.

    Everything now works fine... Tech Support from Adobe phone helped us to solve this one. Thank you.

  • Firefox is lagging behind with no mouse activity

    When I open all websites, they start to load then stops, this also happens with youtube videos. However, if I move the mouse or click the icon firefox showing all open windows simply by watching a video, it is not a problem. Can I fix? I had the most recent Firefox and same version uninstalled.

    Hi winsyao, several other affected users have reported that it was a problem caused by malicious software on their pc.
    Please run a full scan of your system with the free version of malwarebytes and adwcleaner (these two security tools are free).

    Fix Firefox problems caused by malicious software

Maybe you are looking for