Boring task made simple PLEASE

Hi Guys
I have a big site refresh I am working on, the site used to
be dynamic but the CMS went wrong so I am solving the situation by
making the pages static. Each of the pages has a link on it to a
quick quote page that used to populate a form like ie
../../printsample.php?id=396 and I want to make all the links now
just be ../../printsample.php. My question is, is there a way I can
automatically change all these links, the site is 1700 pages so
changing all the links manually is taking some time. Thanks in
advance for any help.
Cheers
Gary

Site Menu > Change Link Sitewide.
Nancy O.
Alt-Web Design & Publishing
www.alt-web.com

Similar Messages

  • Have some doubt regarding the  weblog (Lookup's in XI made simpler)

    Hi All,
    I have created the same scenario as mentioned in Siva's weblog (Lookup's in XI made simpler).
    I having some doubts regarding the scenario, it will be great if you help me to resolve the same.
    I am having a file-file scenario where I need to do lookup in database(MS-Access)  through mapping.
    The standard file-file scenario is in place and in addition I have created a receiver jdbc channel . I  have also created the receiver agreement for the same in the cofiguration.
    While creating the receiver agreement you have to specify the interface name which includes the message type…I have specified the normal format which we specify while configuring the jdbc receiver adapter.
    In the message mapping I have created a advance user defined function as mentioned in your weblog which calls my receiver jdbc channel.
    I have also specified the select query to be executed in the mapping program.
    While testing I am getting the following error
    Cannot produce target element /ns0:Role_MT/URole. Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd
    <b>Can you please suggest me what all I need to do in addition to the file-file scenario for this lookup scenario to work.</b>
    Thanks and Regards
    Rahul

    Hi,
    Following is my user defined function
    //write your code here
    String Query = "";
    Channel channel = null;
    DataBaseAccessor accessor = null;
    DataBaseResult resultSet = null;
    Query = "Select URole from  Lookup where UName = '  " + UName[0] + "  ' and UPassword = '  " + Pwd[0] +" '  ";
    try{
    channel = LookupService.getChannel("DB_service","JDBC_channel_receiver");
    accessor = LookupService.getDataBaseAccessor(channel);
    resultSet  = accessor.execute(Query);
    for(Iterator rows = resultSet.getRows();rows.hasNext();){
    Map rowMap = (Map)rows.next();
    result.addValue((String)rowMap.get("URole"));
    catch(Exception ex){
    result.addValue(ex.getMessage());
    finally{
    try{
    if (accessor!= null) accessor.close();
    catch(Exception ex){
    result.addValue(ex.getMessage());
    Thanks and Regards
    Rahul

  • In sequence container i have three task one task have to made transaction Remaining three task made not transaction

    in sequence container i have three task one task have to made transaction Remaining three task made not transaction

    Hi hari3109,
    Just as Visakh said, we need to set the TransactionOption property of the container to ‘Required’ to enable transaction. The Required value means this container will cause a new transaction to be started unless the parent container already has a transaction,
    in which case, the parent’s transaction will be joined. For more details about TransactionOption property, please see:
    http://msdn.microsoft.com/en-IN/library/microsoft.sqlserver.dts.runtime.dtstransactionoption.aspx
    Besides, we should follow there guidelines to decide whether and how to implement a transaction:
    For transactions to be enabled in SSIS, you need to turn on the DTC service, and the tasks that you want to be part of the transaction must work with the DTC service natively.
    If a series of tasks must be completed as a single unit, in which either all the tasks are successful and committed or an error occurs and none of the tasks are committed, then place the tasks within a Sequence Container, and then set the TransactionOption
    property of the container to Required.
    A task can inherit the transaction setting of its parent when the TransactionOption property is set to Supported, which is the default setting when creating a task or container.
    You can prevent a task from participating in a transaction by setting its TransactionOp-tion setting to NotSupported.
    Transactions work at the control flow level and not within a data flow. This means that you can turn on a transaction for a data flow task, but you cannot turn it on separately for selected components within the data flow; either the entire data process
    will be successful or it will be rolled back.
    For more information about Configuring Package Transactions in SSIS, please refer to the following document:
    http://msdn.microsoft.com/en-us/library/cc304421.aspx
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How to create Task in Simple Maintenence.

    Hi,
    How to create Task in Simple Maintenence.
    Regards
    Rajesh

    How to create a Task in Simple Maintenence (OM)
    Please do not cross post.
    Donnie

  • Regarding Oracle ADF Enterprise Application Development - Made Simple book

    Hi guys,
    I am trying to do Sten Vesterli's Oracle ADF Enterprise Application Development - Made Simple
    book. But I am stuck setting up OTPC. When I am trying to run "tpcinstaller.jar" and give my database connection information I am given a TPC-90019 error.
    The log file says it is a "ORA-01882: timezone region not found" error.
    My timezone is 'Asia/Calcutta'.
    This is what tpcinstaller log file contains,
    -------------------------------------------------------------------------------------log_file
    oracle.alminternal.version.Version: file:/C:/install/tpcinstaller.jar!/META-INF/version.xml
    11.1.1.4.37.59.23
    Launched from jar:file:/C:/install/tpcinstaller.jar!/oracle/alminternal/installer/Installer.class
    Found installer jar file /C:/install/tpcinstaller.jar
    Installer jar file name: /C:/install/tpcinstaller.jar
    Created temporary directory: tpctemp
    Execute command[tpctemp]: [D:\Oracle\Middleware\jdk160_21\bin\jar.exe, -xf, /C:/install/tpcinstaller.jar, lib]
    Extracting files ...
    Launching installer wizard, it may take a minute or so, please wait ...
    Execute command[tpctemp\lib]: [D:\Oracle\Middleware\jdk160_21\bin\java.exe, -classpath, annotations.jar;commons-io-1.2.jar;dms.jar;forms-1.0.6.jar;ideimpl.jar;idert.jar;javatools-nodeps.jar;javatools.jar;javax-ide.jar;javax.persistence_1.0.0.0_2-0-0.jar;jewt4.jar;oicons.jar;ojdbc6dms.jar;ojdl.jar;ojmisc.jar;oracle.ide.jar;oracle.ide.webbrowser.jar;oracle.ide.webupdate.jar;org.eclipse.persistence_1.0.0.0_2-1.jar;share.jar;TimingFramework.jar;uic.jar;xercesImpl.jar;xmlparserv2.jar;/C:/install/tpcinstaller.jar, oracle.alminternal.installer.Installer, -W]
    Temporary directory: connector created
    C:\install\tpctemp\lib\otpc created
    Jan 5, 2013 11:38:33 PM oracle.alminternal.installer.ideimpl.webbrowser.ProxyAddin loadProxyNative
    WARNING: Unable to default HTTP proxy: Native support is not available.
    :::settingsInitialized = false
    jdbc.url = jdbc:oracle:thin:@localhost:1521:xe
    jdbc.user = BOOK
    jdbc.password = BOOK
    SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-01882: timezone region not found
    -------------------------------------------------------------------------------------log_file
    Regards !
    Sameera
    Edited by: samme4life on Jan 5, 2013 9:10 PM

    I have the same problem, when I delete row and after that I use refresh button in internet explorer. What I do is I drag and drop button "removeEntity" and edit it in backing beans adding new bindigs that commit changes and referesh page. Code:
    public String commandButton2_action1() {
    BindingContainer bindings = getBindings();
    OperationBinding operationBinding =
    bindings.getOperationBinding("removeEntity");
    Object result = operationBinding.execute();
    if (!operationBinding.getErrors().isEmpty()) {
    return null;
    OperationBinding commit1 = bindings.getOperationBinding("Commit");
    commit1.execute();
    OperationBinding requery = bindings.getOperationBinding("findAllRezerwacja1");
    requery.execute();
    return null;
    In page definition I added "Commit" action and code with methodAction is:
    <methodAction id="removeEntity" InstanceName="SessionEJBLocal.dataProvider"
    DataControl="SessionEJBLocal" MethodName="removeEntity"
    RequiresUpdateModel="true" Action="999">
    <NamedData NDName="entity"
    NDValue="${bindings.findAllRezerwacja2.currentRow.dataProvider}"
    NDType="java.lang.Object"/>
    </methodAction>
    <action id="Commit" IterBinding="findAllRezerwacja1Iter"
    InstanceName="SessionEJBLocal.dataProvider"
    DataControl="SessionEJBLocal" RequiresUpdateModel="true"
    Action="2"/>
    Can sb tell is there is normal that when I delete row in table, and after it I refresh manually by IE page is normal that I get error messages. I this is the same situation using Back in IE. Deleting row that is commited to database works fine, but the problem is with manually refreshing page?
    Next question is about using Delete action from node instead of removeEntity, what is the difference? As you can see, I use removeEntitity method. Choosing Delete action instead doesnt works. Why? Rest of the code is the same but instead of dropping method removeEntity I drop Delete action
    Sorry for my English, its not my native.
    Thank in advance

  • Help-Task not found - Please check the Task Type, Name and Location are cor

    HI all,
    i have upgraded my owb from version 11gr1 to 11gr2. the installation is complete and all my mappings and objects are imported successfully.
    i was able to execute the mappings using the sql code:
    @/oracle/product/11.2.0/owb/rtp/sql/sqlplus_exec_template.sql
    by logging into sqlplus as the user in whose schema mappings are deployed.
    hOwever, suddenly i am getting the error since sometime back - not sure what might have happened or what might have gone wrong. can someone please help me understand what might be wrong - how to decode this?
    Here is my error:
    @/oracle/product/11.2.0/owb/rtp/sql/sqlplus_exec_template.sql
    Role set.
    Enter value for 1: WSODS
    Call completed.
    Enter value for 2: ODS_SCHEMA
    Enter value for 3: PLSQLMAP
    Enter value for 4: MAPPING_1
    Enter value for 6: ","
    Enter value for 5: ","
    Stage 1: Decoding Parameters
    |  location_name=ODS_SCHEMA
    |  task_type=PLSQLMAP
    |  task_name=MAPPING_1
    Stage 2: Opening Task
    begin
    ERROR at line 1:
    ORA-20001: Task not found - Please check the Task Type, Name and Location are
    correct.
    ORA-06512: at "OWBSYS.WB_RT_API_EXEC", line 759
    ORA-06512: at "OWBSYS.WB_RT_SCRIPT_UTIL", line 910
    ORA-06512: at line 2When i execute this: i get the result as follows:
    SELECT warehouse_object_id, store_id, object_type_id, object_type_name, object_name FROM owb$wb_rt_warehouse_objects
    where object_name = 'MAPPING_1';
    WAREHOUSE_OBJECT_ID     STORE_ID                OBJECT_TYPE_ID          OBJECT_TYPE_NAME                                                 OBJECT_NAME                                                     
    15947                   15325                   769                     PLSQLMap                                                         MAPPING_1                                                       
    1 rows selectedEdited by: Chaitanya on Mar 5, 2012 3:33 AM

    Hi Chaitanya,
    Did you get any resolution for this error? I'm facing the same error while trying to execute OWB mapping through this command.
    Any help would be much appreciated. Thanks.
    Regards,
    Jagari

  • TS3276 I am no longer receiving my mail.  All my settings are the same and I can send mail.  The connection doctor says I am connected, but I am no longer receiving anything.  If you can help, I would appreciate it. Keep it simple, please.

    I am no longer receiving my mail.  All my settings are the same and I can send mail.  The connection doctor says I am connected, but I am no longer receiving anything.  If you can help, I would appreciate it. Keep it simple, please.

  • I have loads of duplicate emails in my sent box - it looks like they're updating every minute.  I've got hundreds.  Driving me mad.  Please help!

    I've got hundreds of duplicate emails in my sent box - it looks like they are updating every minute.  Driving me mad.  Please help!

    writing Email produced in multiples in all mail

  • Tilde symbols are driving me mad! Please help!!

    Hi everyone,
    I am experiencing a problem where the Tilde symbol is being added to file names after I have 'saved for web' in photoshop. Regular names suddenly go to all caps with a tilde symbol added in the middle.
    For example:
    'File-name.jpg' suddenly becomes some like 'FILE~NAME.JPG'
    This is particularly problematic when I then need to use these images online.
    Please help, very simple jobs are taking a very long time!!!
    Thank you in advance

    I did both, Did the chart in numbers and dragged it to keynote and also did the chart from scratch in keynotes by copy/pasting the data. Both ways i got an extra 0/0 point plotted on the graph.

  • ResourceBundle is driving me mad. Please help

    Is simple: i have a folder in the project root named config and in that folder i have a file server_en.properties.
    In a java class i do this:
    public class MySqlConnection{
    private static ResourceBundle server = null;
    public MySqlConnection(){
    Locale local = new Locale("en");
    server = ResourceBundle.getBundle("config.server",local);
    I get this exception: Exception in thread "main" java.util.MissingResourceException: Can't find bundle for base name .config.server, locale en
    I also "played" with tha class path:
    <?xml version="1.0" encoding="UTF-8"?>
    <classpath>
         <classpathentry path="config" kind="lib"/>
         <classpathentry path="src" output="build" kind="src"/>
         <classpathentry sourcepath="JRE_SRC" path="JRE_LIB" kind="var"/>
         <classpathentry path="libs/JDatePicker.jar" kind="lib"/>
         <classpathentry path="libs/mysql-connector-java-5.0.7-bin.jar" kind="lib"/>
         <classpathentry path="libs/struts.jar" kind="lib"/>
         <classpathentry path="bin" kind="output"/>
    </classpath>
    Please help.

    Is simple: i have a folder in the project root named config and in that folder i have a file server_en.properties.
    In a java class i do this:
    public class MySqlConnection{
    private static ResourceBundle server = null;
    public MySqlConnection(){
    Locale local = new Locale("en");
    server = ResourceBundle.getBundle("config.server",local);
    I get this exception: Exception in thread "main" java.util.MissingResourceException: Can't find bundle for base name config.server, locale en
    This is my problem

  • Can't remember how I made simple shining sun in Photoshop CS (see attachment)

    About a year ago I made a shining sun effect in Adobe CS Photoshop. I started with a transparent layer, selected a round shape with the elliptical marquee tool and filled with yellow. I then blurred the edges by ???? Can anyone tell me how to get this effect? I only know that I could keep on "blurring" the edges as much or as little as I wanted to. I need to know because the sun attachment is too bright for the rest of the scene and needs to be toned down. Please explain as if talking to a beginner - that's what I am. Thanks in advance.

    Another, more sophisticated way to do it, and which will allow you to adjust the blur in either direction would be to add the sun as a vector mask by using the Ellipse Tool, then adjusting Feather to taste in the MASKS panel.
    1.  Choose a sky blue foreground color, then create your sky blue background e.g., by using the Paint Bucket Tool.
    2.  Choose a yellow foreground color, and activate the Ellipse Tool in the toolbox.  Make sure Shape Layers is selected in the options area in the Photoshop main window.
    3.  Draw your sun, holding down the shift key to keep the ellipse a perfect circle.
    4.  Make the MASKS panel visible via Window - Masks.
    5.  Dial in the Feather that you like for softening the edges.
    -Noel

  • Learning blender: Made simple Arch Linux wallpaper

    Hi,
    a few days ago I started to learn blender and I made a very simple wallpaper:
    I guess there are lots of similar wallpapers around but I wanted to show mine off anyway
    Hope you like it

    Thanks for the tip, but I was thinking about making the shadow less overpowering at the beginning, but decided to let it this way, you will notice, that the shadow is centered and the actual logo is a bit off. That gives balance while moving the motive away from the center. I learned that images most of the time look more interesting when the motive is not exactly centered.
    Maybe I exaggerated the shadow a bit^^
    About the light source: It's actually above the logo, what you see at the bottom is the reflection on the ground. Seems it's not placed very well.
    From your post it seems to me you think I did draw this, but this is a 3d model.

  • Klopfgeist made simple

    Is it me, or do you think that the implementation of such a simple feature as a Metronome is unnecessary confusing in Logic?
    I posted the following notes on Apple's Feedback page regarding my suggestions to simplify the Metronome feature in Logic. If you agree with me, please send your own note to Apple or copy/paste my suggestions below, to put a little bit more weight behind it. I know this might not be high on the priority list for many, but it is part of the clean up and simplification process Logic desperately needs on its way to become the "perfect app" that we all want it to be.
    You can check out my "Photoshop'ed" version of the Metronome Settings page from the following link:
    http://homepage.mac.com/edgarrothermich/.Public/Screenshots/MetronomeProposal.jp g
    Here are my thoughts:
    First of all, get rid of the "MIDI Metronome Click" Object in the Environment. The current implementation of the Object and its Object Parameters are overlapping with the Metronome Settings in the Song Settings page in a very inconsinsten way. The option to have or have not the Click Object is only confusing.
    The concept of a Metronome click is (and should be) very simple:
    1) The Sequencer (Transport Panel) provides a button to turn on/off the Metronome click
    2) The Metronome Setting page provides controls to determine where the click is send to and the way it "clicks"
    The Layout of the Settings page should provide a clear picture about what controls are affecting what:
    1) The Metronome can be send to three destinations:
    1a) External MIDI: This sends the click to a external MIDI module connected to the MIDI Interface
    1b) Audio Instrument 128 (Klopfgeist): This is where the current system gets confusing. Klopfgeist is just the Audio Instrument "Klopfgeist" loaded into the last Audio Instrument channel 128. You can, and a lot of users do, load an EXS Instrument with their own click sounds. So just lets call this destination what it is "Audio Instrument 128". Klopfgeist can still be loaded as a default.
    1c) System Audio: I would label this destination not "Built-in speaker", because the click is sent actually to the System Audio and follows the setting of the "System Preferences > Sound > Output"
    2) The settings for each click destination are laid out in 3 columns with similar controls positioned on the same row to make it really clear what settings affect what destination. I'm not sure if you can change system preferences from inside an application, so I listed the output destination of the System Audio as a Read-only setting.
    3) The current slider for the "Tonality" affects only the Klopfgeist plug-in on channel 128. If you use any other plug-in, then the slider has no affect.

    As far as Adobe Animate (Edge) implementation, follow the steps in this link and you should be good to go.
    Note that you can update your Animate files via Muse as well.
    http://www.adobekb.com/inserting_edge_content.html

  • All Entourage events and Tasks just disappeared - PLEASE HELP

    PLEASE HELP!!
    This is what JUST happened to me. Everything between Entourage 2008, iCal and my iPhone had been working fine for a couple months. Then, about 3 days ago, my iCal calendar went blank and so, of course, did my iPhone.
    After reading some discussions and finding that this was not uncommon, I tried what seemed to be the common fix:
    1. In the Entourage sync settings,
    2. Turn off 'sync with iCal';
    3. Delete the 'Entourage' calendar from iCal;
    4. Go back to Entourage and turn 'sync with iCal' back on.
    After doing this I was prompted, during the subsequent sync, to resolve conflicts. Of course I chose for all events from Entourage to erase those on iCal. That's where the 'fun' began.
    First, almost every event in Entourage duplicated, but still nothing in iCal. Then, AS I WATCHED THE SCREEN, one-by-one every single event in my Entourage calendar DISAPPEARED!!! Finally, in iCal, the 'Entourage' calendar symbol re-generated itself, but no events whatsoever. So now every single event in my entire calendar is gone! All tasks have been erased as well.
    Can anyone PLEASE tell me a way to recover those events in Entourage. This is my only work calendar and it was chock full. Unfortunately, I'm not on Leopard on this machine, so I can't use Time Machine.
    PLEASE HELP!!

    It sounds like you might be using two different applications for taking notes.  That could get confusing. Have a look at this tutorial on using the Notes application that comes with iPad. There is a good suggestion in here about saving really important notes.   http://www.ehow.com/video_6214241_using-notes-ipad.html

  • I am sure that I am missing something very simple Please Help

    I have all but finished this little program , but for some reason I am getting an error on the last "System.out.println" statement.
    public class ABCInput
         public static void main(String[] args) throws Exception
              char choice;
              while(choice == 'A' | choice != 'B' | choice == 'C' | choice == 'Q')
              System.in.read();System.in.read();
              System.out.println("Please enter one of the following: A, B, C, or Q.");
              choice = (char)System.in.read();
                   if (choice == 'A' || choice == 'B' || choice == 'C')
                        System.out.println("Good Job!");
                   else if(choice == 'Q')
                        System.out.println("Have a nice day!");
                        System.exit(0);
                   System.out.println("Entry must be A, B, C, or Q(quit)");
    Error messages:
    <identifier> expected
                   System.out.println("Entry must be A, B, C, or Q(quit)");
    cannot resolve symbol
    symbol : class out
    location: class java.lang.System
                   System.out.println("Entry must be A, B, C, or Q(quit)");

    It looks like your println statement is outside of the 'main' method.
    Try this - I've made a few changes, which seems to work OK
    import java.io.*;
    public class ABCInput
      public static void main(String[] args) throws Exception
        String choice;
        BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
        do
          System.out.println("Please enter one of the following: A, B, C, or Q.");
          choice = br.readLine().toUpperCase();
          System.out.println(choice);
        } while("ABCQ".indexOf(choice) < 0);
        if (choice.equals("A") || choice.equals("B") || choice.equals("C"))
          System.out.println("Good Job!");
        else if(choice.equals("Q"))
          System.out.println("Have a nice day!");
        System.exit(0);

Maybe you are looking for

  • How do I find how large my Hard Drive is? Please help!

    Recently been getting messages saying that my startup disk is full. And I'm thinking about getting a Time Capsule. But the thing is, I can't find out how big my hard drive is. I clicked the apple, then About this mac, and I could only find "Memory",

  • Movie playback

    I've just downloaded the Dark Knight off the itunes store and yet when I try to play it on the itouch it says "This movie could not be played." When I try to play it on itunes it's just a grey soundless screen and when I try to convert it, the only o

  • Where is the former list of 'news headlines'? used to be under 'tools,' I think.

    the summary says it all--something was there, and now isn't. The list of headlines came from the BBC, but isn't there anymore. thanks for your attention.

  • How to RESUME a podcast download?

    When podcast downloads stop for some reason, there is the option to RESUME the download. But in my case (am I the only one?) nothing resumes: the download restarts from zero. Why? In my case that is very frustrating. I live in Indonesia and have a ve

  • Charging my new ipod nano

    Just got the ipod nano for a gift. Got it all set up and all went well. Bought a 5 way dock that we could connect it to our receiver and play it. That works fine but was supposed to charge it and after 4 hrs. it was dead. Then we connected the other