Some beginner's EPL questions

In the fx example,
(a) Where, or rather, how is lastPrice defined? It seems that preprocessors.xml file is the only places which uses it, but I don't seem to find out how it is defined in the project. Note it is used in
<rule id="UsdToEurRule"><![CDATA[
      insert into ForeignExchangeEvent     
      select avg(lastPrice) as price, 'USD' as fromRate, 'EUR' as toRate
      from (select * from StockTick where symbol='USDEUR') retain 1 sec
      where lastPrice < 3.0 and lastPrice > 0.25
      ]]>
</rule>
(b) Where is StockTick defined? Is the src code for com.bea.wlevs.adapter.packet.impl.marketsim.TestMain available? How does one relate StockTick to the TestMain class? Can someone give me an example of how an event for, say, the fxMarketAmer look like? And can workshop be used to look at the events in the stream (not just in the user code)?
Thanks in advance.
Takyiu

I developed an aplication for CDC+FP using JCreator and j2se 1.4 in Windows, of course, as you said, respecting the classes of CDC+FP. I don't know if it's the best way to do it, but it worked fine in a Zaurus and in a iPAQ with Jeode.

Similar Messages

  • HT201272 I have recently picked up an Apple TV. When I go to the movies tab, there are less movies available there than there are in my i-Tunes account. I've done some looking around at questions from others, but haven't found an answer that works for me.

    I have recently picked up an Apple TV. When I go to the movies tab, there less movies available there than what is available in my i-Tunes library. I have 38 movies showing in my library but only 23 are showing in the Movies tab on the Apple TV. After researching this a little, there are only 23 movies showing under Purchased in the Quicklinks of my i-Tunes account. The majority of my collection are digital copy downloads that came from DVD purchases. Some of the missing movies were added in the past couple of months, the rest are a year-or-so old. I have done some looking around at questions from others, but I have not found an answer that will fix my situation. How do I update my library to get ALL of my movies to reflect that they were "Purchased"(as it says they were in their Properties)?

    Biggles Lamb wrote:
    Chill out guys, getting personal will never ever change another persons view, right or wrong, they are entitled to them .
    The pros and cons of to CC or not to CC have been done to death
    Its a fact the CC model will work for some, especially newbies and small businesses.
    The risks associated with the CC model have been well documented.
    For long term users of CS perpetuals its generally a large hike up in cost compared to the upgrade system.
    Then there are the....... Adobe can rot it hell...... group who will never subscribe
    To each their own, you do the math to suit your cashflow whatever that is and then make an informed decision
    To those on the CC model, I'd like to offer some practical advice.........do not allow automatic updates.........make regular backups............develop an exit strategy of alternatives for when you can no longer afford the subscription costs............never ever assume that the Adobe update is bug free
    Enjoy your cloud
    Col
    Thank you for that post, and the advice. I just happen to be one of those who it does work for. I've been around long enough to know that CC isn't going to work for everyone(the large publishing/radio/web company I work for isn't upgrading to CC because of the costs involved). But it does for me as I potentially venture out into the full-time freelancing world and away from the more structured big office environment. I can't make decisions based on what is best for anyone else, or what will hurt or help Adobe. Just what affects me, and that's all.
    Brent

  • Macbook pro starts up but i see picture of some files and a question mark

    So I was on my laptop today and it just outta nowhere froze , the song i was listening stopped and i couldn't change the page, i could move the trackpad but nothing else.
    so i clicked on the off button and turned it off.
    then i tried to turn it on again but while loading it just stayed blank and this picture of some files and a question mark on them appeared, i have no idea what's going on.
    I turned it off again and turned it back on and the little apple appeared and it was loading but then a sign appeared like one of prohibited (the one that's a circle and has a slash across it) and idk what to do! i'm so frustrated all my school files are there and idk why this happened in the first place.
    i turned it off and just put it to charge.
    lately i've been using it a lot and i had a few things on when it froze , so im just gonna leave it off for a while but what can i do?
    how do u solve this? has anyone had this happened to their macbook pro already? i bought it just last year idk why this is happening.

    The folder and question mark means it cannot find a valid OSX Boot Volume, you need to Boot from your original install DVD (hold c at start) and then run Disc Utility from the top menu bar and run both 'Repair Disc' and 'Repair Permissions'. If it still doesn't boot from the internal hard drive then you need to boot from that install DVD again and do an archive (re)install of the operating system. (Your User data will be saved that way)

  • Why do some graphics only have question marks on my iPad?

    Why do some graphics only have question marks on my iPad?

    On web pages and in the ap store.  In place of the graphic there's a little box with a question mark in it.
    I can't even connect to a web page right now.  I've got three bars on the wifi icon but safari just keeps trying until it says it can't connect to the server.  Same with the ap store, I've been trying all afternoon to download a new ap with no success.  It came right through on my iphone on the same wifi network.  Had the same problem on my home network.   I'm new to apple and I've only had the iphone and the ipad for a little over a week, but all this seems to have started after the most recent software update.
    Is this all related?

  • Need help from people who know Java. Some beginner questions.

    Hello all.
    I just recently became interested in programming and I chose Java to learn (not really sure why), I am not really interested in the whole Java Applets thing because i can already do the same things in Flash. What I really want to do is to be able to make a program that can actually complete a task; for instance Is it hard/possible to fabricate a program that could say... do a simple task like open my browser, copy a file, move something ect. What type of file would it be? Would it be a standalone program or .class for MS-DOS? Also (I'v been doing examples and lessons) why are these done in my command prompt and not just executed as the program (.java?) they are (written in notepad). What is my java program export file called that can be used by others with java enviornment. I will finish an excersize and it will say congrats you've just made you first program, but if its a program then why am i running it in command prompt unlike a program i have like Adobe Photoshop where i click the icon and it opens. Is there a better language for me?
    These questions may sound stupid but i'v scrutinized the internet and found very little on these topics.
    Any help to any question would be greatly appreciated!
    Thanks alot,
    Tim

    Hello all.
    I just recently became interested in programming and
    I chose Java to learn (not really sure why), I am notYou should have sound reasons to pick a language...
    really interested in the whole Java Applets thing
    because i can already do the same things in Flash.
    What I really want to do is to be able to make a
    program that can actually complete a task; for
    instance Is it hard/possible to fabricate a program
    that could say... do a simple task like open my
    browser, copy a file, move something ect. What type
    of file would it be? Would it be a standalone program
    or .class for MS-DOS? All java files are compiled to bytecode, which are your .class files. Anyone wanting to use your bytecode will have to have the JRE installed...
    Also (I'v been doing examples
    and lessons) why are these done in my command prompt
    and not just executed as the program (.java?) they
    are (written in notepad). What is my java program
    export file called that can be used by others with
    java enviornment. See the previous answer...
    I will finish an excersize and it
    will say congrats you've just made you first program,
    but if its a program then why am i running it in
    command prompt unlike a program i have like Adobe
    Photoshop where i click the icon and it opens. Is
    there a better language for me?Thats because it starts you out with the language basics. Almost all languages start with the historic command shell programming.
    If you want to write a GUI, then you will have to use AWT, Swing, and or SWT....
    There are several advanced concepts you will have to master before you can write effective GUI's..
    If your looking for an easy way out, learn VB. You will need M$'s IDE to compile though.. Or VBA from within your favorite Windows APP... Many support VBA like the Office Suite, Autocad, and Open Office, and many more..
    These questions may sound stupid but i'v scrutinized
    the internet and found very little on these topics.
    Any help to any question would be greatly
    appreciated!
    Thanks alot,
    TimHave fun Tim...

  • Just some few Arch Linux questions

    Hi, I am new to Arch Linux and am looking for some advice and answers.
    Here are the questions:
    1. Does the update command (I think its called pacman and it updates many things with one command in terminal) update the Arch Linux base, the DE that is installed, the apps that are installed and artwork on Arch Linux?
    2. Is Arch Linux User friendly once installed (When I say user friendly, I mean something like Ubuntu)?
    3. Does the drivers (Wireless card drivers, graphics card drivers, printer drivers and audio card drivers) come pre-installed once Arch Linux is installed like Ubuntu?
    4. What is the stablility and speed of Arch Linux compared to Ubuntu?
    That is all I need to know.
    Cheers,
    molom

    molom wrote:Hi, I am new to Arch Linux and am looking for some advice and answers.
    Here are the questions:
    1. Does the update command (I think its called pacman and it updates many things with one command in terminal) update the Arch Linux base, the DE that is installed, the apps that are installed and artwork on Arch Linux?
    pacman is the package manager for Arch. It will install single package, batches of packages, update the installed packages and several other things. Yes, one command 'pacman -Syu will update all the installed packages to the most recent available in the repositories. It will not update your artwork, ut everything else will be updated if you so desire.
    molom wrote:2. Is Arch Linux User friendly once installed (When I say user friendly, I mean something like Ubuntu)?
    Once you have installed the base systen, updated and then installed whatever desktop environment or window manager you want, whatever programs you want, etc., it will be as user friendly as you have made it.
    molom wrote:3. Does the drivers (Wireless card drivers, graphics card drivers, printer drivers and audio card drivers) come pre-installed once Arch Linux is installed like Ubuntu?
    As others have said, the install process does a fairly good job of detecting your hardware and installing the necessary modules, but it is up to you to install drivers for your nVidia / ATI video card if you want accelerated graphics. You'll have to install your printer (generally via cups, which you must also install). You'll have to install alsa and you may have to configure your sound.
    molom wrote:4. What is the stablility and speed of Arch Linux compared to Ubuntu?
    Arch is what you make it. You can have a rock solid stable system, or you can opt to be bleeding edge and risk the occasional package breaking.
    molom wrote:So when you say 'pkgs', do you also mean the desktop environment as well. For example, I have E17 installed and I use the 'pacman -Syu' command, will it update the version of E17 on my PC to the current version of E17?
    A package is a piece of software. E17 is a package, or perhaps a meta package made up of a bunch of packages. alsa is a package. gnome network-manager is a package. Anything that is installed on your system is managed and updated by pacman.
    molom wrote:Is there something similar to synaptic in Arch Linux?
    pacman is the Arch package manager. It does not need a gui front end, though there are a few third party front ends that have been written. I do not know if they are still active.
    molom wrote:
    I'm really eager into knowing about Arch Linux.
    Cheers,
    molom
    Then I also suggest as other have, that you avail yourself of the wiki, especially the beginner's guide which answers several of the questions you've asked.
    Arch Linux is what you make of it, but you have to do the making. Heck, that's 95% of the fun!

  • Need some info on general question

    Hello everybody!
    This question for those who already works as a Java professional. I just don't have a clear picture of how can you apply java programming language in real working environment, in theory I can imagine, but I need a solid understanding so that I would spend all the time moving in right direction. Do they use Java for writing some applications for some, let's say, financial institutions. I can write simple application which will connect to some RDBMS (SQLServer,Oracle, whatever you have) and perform extracting, changing, deleting information, but I can do all this stuff only on my user computer, I am just college student. How do you implement this in real environment, do you have first to install Java Runtime Environment on all user computers and install those java applications which will be working with database? What about middle-tier concept, what this all about? I happend to have interview in one company but I failed to answer on middle-tier topic. As I understand it's better to change some procedure in one place than changing apps on all user computers, how you deal whith this, this is so far not clear for me. I have never seen how users launch their apps in financial institutions (exe. files - popular question on this forum), how does this system works, or may be they use for this purpose different language like C++. What about internet, they say java was created whith internet in mind... Oh my god, I have so many questions on how you can use Java in real world, not just for fun. Hope somebody can explain it to me in plain English.
    Thanks in advance.

    Here is a real world example (its a project I've been working on for about a year).
    Its a 3-tier client server system. This means there are 3 parts of the system:
    1. SQL Server database on a remote server
    2. Middleware java application running on the server
    3. psion netBook clients (handheld devices) running a Java application
    The actual system itself is used for remotely capturing dental information on the netBooks. At the end of the day the user can dial-up to the server where the database resides and update the database with info captured on the netBook. The user can also download a group of patients from the server to the netBook client.
    The purpose of having a middle tier (or middleware), is so that any server-side changes will not impact on the client side, and vice versa (at least thats always been my understanding).
    To create this architecture I used the JDBC API (for database processing, middle tier), and the RMI API (for networking, middle tier and client tier). Alternatively I could have used CORBA instead of RMI.
    I beleive (although I'm no expert on this), that servlets can be used to create a similar kind of thing through a web interface (i.e. a database on the web server can be updated through a web page). Hopefully someone can confirm this for you.
    And of course there are applets, that are simply java appications running on a web browser.
    I would imagine that the majority of industry work done in Java is with client server apps either with servlets (web) or a backend on a server somewhere.
    If anyone would like to correct me please do...think I've got most of this right.

  • Some very "newbie" networking questions -- trying to get started

    Hello all. Since this forum is so friendly for issues related to Arch, I thought I'd post my semi-arch related question.
    I'm trying to create a network for my house, consisting of about 3 computers. I have a book reference, TCP/IP Network Administration from O'reilly, but I think I need a bit of a "kick-start" in order to get to a level in which I can comfortably understand the book (if that makes sense).
    I've got internet access working by connecting to a router and having everything configured by DHCP (ie, in rc.conf, eth0="dhcp"). What's bothering me (and I don't even know if it should) is that the other computers on the physical network are not visible to me.
    IE, when I try to connect to them with their host name, it doesn't recognise them. My understanding of that is that either I need to manually set the hostnames of the other computers on the network in /etc/hosts, or use something like a DNS server on one of the computers in the network in order to recognize the others.
    My other doubt is that I think I've got a dynamic IP address (though it might be static, I'm not quite sure). Does that change things?
    I don't expect you guys to completely run through me setting up the network (that's what the book is for!) but some basic advice on either my misconceptions (I'm sure I have plenty) or related in general to my situation would be awsome and highly appreciated. I'd also be happy to provide any additional info that would be helpful.
    Thanks in advance.

    ralvez wrote:
    My set up is simple.
    I have a Linux router running on an old Pentium machine. It has two cards, one configured for the private network (with an address like 192.168.1.1) and the second card set up to take addresses from DHCP ( since that's how Rogers sends you the public address).
    In that machine I run my firewall, SmoothWall (smoothwall.org) and have enabled NAT so the machines in the inside network can go to the Internet.
    I have Samba set up in another machine to share files (that's an Arch system) with static IP, my daughter's machine (another Arch system), my system (obviously another Arch with static IP) and my wife's machine with Windows XP system (static IP too).
    So, the key concept here  are:
    1. Use static IPs for the private network
    2. Use DHCP for Rogers
    3. Use NAT in your router so all the machines can go to the Internet but no one from the Internet can get to them.
    Hope this helps.
    R
    p.s. feel free to contact me off the list if you need further details/help.
    Aha! So, for example, the network 192.168.0.0 where mask is 255.255.255.0 is a private network set up by my router, right?
    So the addresses in 192.168.0.0 never change, but the public IP address of the hosts do change?
    Does that mean that if, for example, I have a host called 192.168.0.32 that its address never changes? Can I simply add that to all the other hosts' /etc/hosts file and it won't change?
    All I was ever concerned about was allowing hosts in the network to contact each other via hostname. If that never changes then I'm all set.
    BTW, thanks for your continuing help!
    Last edited by Jessehk (2007-08-10 16:33:57)

  • Some php + berkeley db questions

    I have some questions about using php with bdb.
    First, I compiled Berkeley db and then linked php to it using the configure directive.
    Then I accessed bdb through the php standard dba_* APIs. This works, but it seems like locking is broken. The php documentation (and common sense) says that calls to dba_open() with a write lock will block when another such call has succeeded in another process. But my tests show many concurrent processes all getting write locks no problem.
    So then I compiled the native php_db4 extension that ships with bdb. I tried to use the API documented here:
    http://www.oracle.com/technology/documentation/berkeley-db/db/ref/ext/php.html
    Can anybody direct me to a more complete (and more correct) fuller documented version of this API? For instance, the put method is not shown in the Db4 class, but it does exist.
    I'm trying to infer how the php API works from the C API docs, but it's not very easy, particularly when it comes to error codes returned. Is there a db_strerror in the php?
    I can get the simple demos that come in the db4 php dir to work, but what I need is a locking environment, much like the one documented here:
    http://www.oracle.com/technology/documentation/berkeley-db/db/ref/cam/intro.html
    However, when I try to open the DBENV with the DB_INIT_CDB and DB_INIT_MPOOL flags, as directed, the call fails in the php. I cannot figure out why or how to get an errorr code or message I can debug?
    Any help will be much appreciated. If you could just point me at any real-world examples of php and berkeley db that would be a great start.

    Hi,
    From what I'm aware of, there is no extra documentation on php & BDB (maybe just php.net :) ). Also, I don't know if is there anyone who published his source code.
    What kind of application do you want to build? I think that a good option for the moment is to try to use BDB XML version ( Berkeley DB XML and http://www.oracle.com/technology/products/berkeley-db/xml/index.html ), since there are many cases there in which the BDB XML product is used via PHP, and this is why you can have a better support. I think that you can try to achieve the same approach using XML, please let me know if you agree or not.
    BDB XML's PHP API's are mapped over C++ API, and you'll have the ability to use XML and XQuery rather than tables and SQL.
    If you can point me with a specific issue in PHP APIs for BDB, and provide me with test cases, I can try to work them out. Also, in the next weeks, I 'll try to have a look on PHP APIs in my spare time, and maybe I'll be able to work on supporting the latest BDB APIs. If there is somebody working on a PHP app and is willing to help on testing and maintaining the PHP APIs, please post here.
    Regards,
    Bogdan Coman, Oracle

  • Some weblogic real time questions....

    Hi All,
    Have some weblogic related real time questions. I am posting them below. I would appreciate you kind replies to them.
    if two managed servers is there Same Domain is configured in both servers, but one physical server is crashed then how can you create a domain with the same configuration?
    Give me the real time scenario to configure weight based algorithm in a cluster?
    if some servers in cluster are running some of them are down is it deployment is possible?
    Is it possible two different versions of the same application deploy at the same time?
    how to recover password in weblogic?
    how to recover boot.properties?
    how to recover serializedini.dat, if the file is corrupted.>
    How admin server knows that the managed server is down?
    what you can do if multicast buffer is full and how you know that?
    What is the Max amount of information that can be saved in a session object?
    how do u differentiate a out of memory and memory leak issue?
    Thanks,

    request you to please get in touch with the oracle consultant group they would help much better ...

  • Some DSC developing relating questions

    Hi,
    I am new with DSC and have some questions relating to building the custom periodic I/O DSC server:
    1. After building the custom VI and implementing it as an I/O DSC server, I found there are some mistakes inside the custom VI. I would like to modify it and rebuild it. But all of the shared variables are bound to this server. What I did is I deleted and removed these variables and rebuild them again. It takes a lot of time when I want to  modify this custom VI. Is there anyway to avoid it?
    2. To communicate with the custom VI, I use some controls and indicators. But to program a VI sometime I need to initialize or change the value of controls. But the guidelines for creatin a data access VI, I cannot use the local variables, property nodes, or control references for those controls need to be public. I would like to know if there is any solution to program effectively in my situations?
    Thank you,
    Thang

    Hi - I'd like to clarify the issue you are having in question #1.
    Here's what I think you are doing:
    1.  You write a VI with some controls and indicators wired to the VI's connector pane.
    2.  You use the DSC "create periodic I/O wizard" to create the server VIs.
    3.  You open an empty project and right-click "My Computer" and select "New->I/O Server".  You then select "Custom VI - Periodic" from the list and click "Continue".
    4.  You see the name of the VI you created in step 2 under "configuration name" pulldown and click "OK".  A new library appears in the Project Explorer called "Untitled Library 1". 
    5.  You click the "plus" and see a globe on a hand icon with the name "Custom VI - Periodic1" or something similar related to your VI name.
    6.  You right-click on "Untitled Library 1" and select "create bound variables".  You then navigate down through the tree structure to your server inputs and outputs and select them and add them and then click OK.
    7.  The Multiple Variable Editor pops up showing the new variables.  You click "done" and see the new variables listed in your project explorer window.
    8.  You use these variables on your Client front panel by dragging them from project explorer onto your VI front panel where they work ok.
    9.  You want to make changes to the VI server, and rebuild it, and update your Client VI.  Rebuilding the VI server is no problem.   I don't think you will have any problems as long as you haven't added or changed any variable names.   If this is what your question #1 is about, then there are several different ways to deal with this using the multiple variable editor, or the front panel mass binding editor.

  • Beginner Flex2 / AS3 question

    I am a beginner by all respects and have decided to develop
    an FTP via browser application for my company website in my free
    time. Before I buy a few Flex 2 and Actionscript books for myself
    and dive in, I figured it might be smart to ask the community if
    its even possible or recommended.
    Can you (should you) use Flex2 / AS3 as the basis for a drag
    and drop .ftp through browser application? If so, feel free to
    advise me on any Flex packages or methods to use as a basis and I
    can place emphasis on that in my learning.

    One thing I'd like to point out, generally I'm all for
    recreating something on my own but for something on that magnitude
    I'd suggest checking out this link, someone has already pretty much
    created what you need to accomplish.
    http://www.onflex.org/ted/2007/05/flexftp-ftp-client-in-flex-using.php
    obviously if your not using PHP you can change the server side
    around to reflect your needs but the source there has already
    tackled some of the major issues of a(n) FTP client in Flex. One of
    the biggest ones is with sockets you don't know when it's full so
    you constantly need to clear it. However if you were to use the
    FileReference classes (based on HTTP protocol) your going to need
    to configure your server to allow large buffer sizes for files to
    be uploaded as well as setup long timeouts. The other drawback is
    using sockets theres no way to create a true progress of what's
    been done. Just my two cents. Hope this helps.

  • Some general portal caching questions

    Hi experts,
    I have some general questions regarding caching functions in portal.
    1. In System administration->Navigation I can activate navigation cache. By default there are 3 connectors: Collaboration Connector, ROLES and gpn.
    I guess Collaboration Connector caches Collaboration Content and Roles caches the content of the Role-based navigation? Is that correct? What is gpn-connector?
    2. This cache does only cache the navigation structures? Not the iviews and the content?
    3. For some iViews and pages I can activate caching in PCD with certain cache levels. That caching is not related to navigation caching?
    4. I can't activate caching for web dynpro Java iviews and web dynpro java proxy pages. Is that corect? If not how can I achieve that. Those settings are deactivated for me, so I can't activate them.
    5. In Visual Admin I can activate navigation cache under com.sap.portal.prt.sapj2ee. Is this option related to the setting I can set under system administration->navigation in portal? Because I avtivated the option in portal but in VA it still showed it as not activated.
    I crawled some documentation but couldn't find exact information.
    Thanks and regards
    Manuel

    Hi,
    1. GPN is Guided Procedures Navigation connector
    2. Yes only Navigation nodes are cached (TopLevel and Detailed Navigation nodes)
    3. Here it is PCD Caching, which has nothing to do with Navigation caching
    4.  I never tried this, but It looks like what you say is true.
    5. What you see in VA is old caching mechanism. So this is obsolete and can be ignored.
        So you should only use the options from system administration->navigation
    Changes in the Navigation Cache
    Regards,
    Praveen Gudapati

  • Beginner Menu Layout Question

    Hello,
    I apologize since I know this question has to be answered somewhere but I'm not sure how to search it...
    What is the proper way to build a menu for a website?  I have built my homepage with the header, footer, and side menu that I like.  Now I want to build pages that the menu link while keeping the header, and menus.  What is the right approach?  My code is written in html and css.  I use to develop websites in pure html and used frames but I know they are not recommended.  Also, I don't want to have to copy my code into each link.
    If you could also recommend a good beginner tutorial on layout for css websites, I would be greatly appreciative.  I have read through w3schools tutorials and a few others.
    Thank you in advance!
    -Eric

    You have 2 choices:
    Templates    
    Server Side Includes
    Using the template function within Dreamweaver is a good way to go if it's a small site . .
    For larger sites then serverside includes would be more practical and easier for maintenance purposes.
    Templates:
    You create a master template page, you declare which areas will be the same for every page, (non-editable regions)  and then declare an area that will
    change on every page (the content area) , these are editable regions.
    Once you create the template and save it, you are then able to create 'child' pages from this template  - as many as you like  :-)  If you every need to make a change to the menu or the footer or the header, change it in the master template, save it and the changes will flow through to the child pages created from the template.
    Using DW Templates:
    http://www.adobe.com/devnet/dreamweaver/templates.html
    http://www.adobe.com/devnet/dreamweaver/articles/dw_templates.html
    The other option is to use Server Side Includes (SSI)
    A bit more about SSIs here:
    http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WSc78c5058ca073340dcda9110b1f 693f21-7b6ca.html
    http://bignosebird.com/ssi.shtml
    Using PHP includes if your server supports php:
    http://www.w3schools.com/PHP/php_includes.asp 
    One major difference between using Templates and SSI and PHP Includes?
    When you make a change to a template page, you will need to re-upload all the pages to the server that were changed - may become very tedious if it is a very large site.
    With using SSI, you make a change to one file and only have to upload the one file and all pages on the server will be update accordingly.
    When to use Templates, Library Items & SSIs -
    http://www.adobe.com/devnet/dreamweaver/articles/ssi_lbi_template.html
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://www.perrelink.com.au
    Unique CSS Templates | Tutorials | SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/
    http://twitter.com/nadiap

  • Beginner Unity Connection question

    I have a very simple beginner question I would've thought would be really easy to find the answer, but so far, I have not.
    To set up a call system call handler for your basic company main number, do I need a physical phone with the number attached to a line.
    I've tried it without the physical phone and can't get it to work, but with a line, no problem?
    thanks

    Thank You.
    Figured it would be fairly simple, just needed to know where to start.
    This might be the answer to another beginner question I have been thinking about also.
    Is it common for users to call their own number when they are calling in from outside to pick up vm and then press * to access?
    The Meridian system we are tossing has a common DID number, but the way our vm was setup, the number is internal. I'm not sure if calling your own number is common or if I need to make a new number, or another CTI rp sort of thing and forward to internal vm DN.
    Hope that makes sense.

Maybe you are looking for

  • Making the "Hover" instance of a button stay after moving cursor

    Hello, Here is what I am working on. http://www.2realonline.net/floorplan.html Seeing it will explain a lot more than this explanation will. I am creating an interactive map. It has little bullets that, when you hover over them, display a short descr

  • E3200 with MacBook/OSX 10.5.8

    Strange issue.  I have an e3200 which is working just fine with a MacBook Pro/iPad/iPhones/Apple TV However, throughput to a 13-inch MacBook w/10.5.8 is really, really slow. I've tried connecting through 2.4ghz, 5ghz AND using the ethernet cable. All

  • Problem with c7 software update....

    The problem is when I try to install updates for my nokia c7 through sw update I got always a messaged saying the the update failed I tried the soft reset thing but still the same problem is present I also used OVI Suite in my pc .. but it tells that

  • Adobe PPro y titulos

    Tengo un sistema nuevo con Matrox rtx100 y adobde premiere rpo 1.5 y resulta que cuando hago los titulos y los paso al proyecto no tengo problema alguno, pero cuando los paso al timeline e intento agrandarlos o achicarlos o solamente intetno colocarl

  • HT201270 Carrier Settings upgrade caused my LTE to drop to 3G

    Updating my version LTE iPad's carrier settings caused my network to drop from LTE to 3G on the spot. Turning cellular data off and then on didn't help, turning my LTE off and on didn't help. Restarting didn't help. I had to reset my device to factor