Using Imagemaps for different Hardware

How can I using Imagemaps for different Hardware (working on Smartphone , Tablets and PC)

It has nothing to do with Portals- it's a seperation of web contents. I heard that it's possible with Struts. I just want to know which subset w/o implementing the whole struts framework!

Similar Messages

  • How to define CPU sets for different hardware cores?

    We're doing a small benchmarking research on parallel benefits of Niagaras, and as one part of
    the research, we want to find out whether there are performance differences between hardware
    CPU cores and strands within a core. From theory, only one strand of a core is executing at any
    given moment, others are "parked" while waiting for IO, RAM, etc. So it may be possible to see
    some difference between a program running with 4-processor "pset"s, i.e. 4 strands of one core
    and 4 separate cores.
    While I can use psrset or poolcfg/pooladm to create and bind actual processor sets consisting
    of a number of processors, I have some trouble determining which of the 32 CPU "id numbers"
    belong to which hardware core.
    On a side note, an X4600 server with two boards lists 4 "Dual-Core AMD Opteron(tm) Processor
    8218 CPU #" entries in prtdiag, but 8 "cpu (driver not attached)" entries in prtconf, and
    Solaris recognizes 8 processors in pooladm. Again, there's no clue which of these 8 processor
    cores belongs to which socket, and this information could be important (or at least interesting)
    for SMP vs. NUMA comparison within otherwise the same platform.
    So far the nearest ideas I got were from some blog posts about pooladm which suggested to
    make a CPU set for a worker zone with CPU IDs 0-28, and moving hardware interrupts to CPU
    IDs 29-31. I could not determine whether these are single strands of separate cores, or 3 of 4
    strands on a single core, or some random 3 strands how-ever Solaris pleases to affine them?
    Is this a list defined somewhere (i.e. IDs 0-3 belong to core 0, IDs 4-7 belong to core 1 and so
    on, according to Document X) or can this be determined at runtime (prtdiag/prtconf)?
    Is this a fixed list or can the "strand number-CPU core" relations change over time/reboots?
    Perhaps, does Solaris or underlying hardware deliberately hide this knowledge from the OS
    administrators/users (if so, what is the rationale)?
    Finally, am I correct to believe I can place specific CPU IDs into specific psets via pooladm?
    Looking at /etc/pooladm.conf I think this is true (the default pool lists all CPU IDs of the
    system), but wanted some solid confirmation :)
    Thanks for any ideas,
    //Jim

    A Sun Fire E2900 with 4 dual-core UltraSPARC-IV chips:
    # prtdiag
    System Configuration: Sun Microsystems  sun4u Sun Fire E2900
    System clock frequency: 150 MHZ
    Memory size: 16GB      
    ====================================== CPUs ======================================
                   E$          CPU                  CPU
    CPU      Freq      Size        Implementation       Mask    Status      Location
      0,512  1350 MHz  16MB        SUNW,UltraSPARC-IV    3.1    on-line     SB0/P0
      1,513  1350 MHz  16MB        SUNW,UltraSPARC-IV    3.1    on-line     SB0/P1
      2,514  1350 MHz  16MB        SUNW,UltraSPARC-IV    3.1    on-line     SB0/P2
      3,515  1350 MHz  16MB        SUNW,UltraSPARC-IV    3.1    on-line     SB0/P3
    # psrinfo -p -v
    The physical processor has 2 virtual processors (0 512)
      UltraSPARC-IV (portid 0 impl 0x18 ver 0x31 clock 1350 MHz)
    The physical processor has 2 virtual processors (1 513)
      UltraSPARC-IV (portid 1 impl 0x18 ver 0x31 clock 1350 MHz)
    The physical processor has 2 virtual processors (2 514)
      UltraSPARC-IV (portid 2 impl 0x18 ver 0x31 clock 1350 MHz)
    The physical processor has 2 virtual processors (3 515)
      UltraSPARC-IV (portid 3 impl 0x18 ver 0x31 clock 1350 MHz)
    # prtconf | grep cpu
                cpu (driver not attached)
                cpu (driver not attached)
                cpu (driver not attached)
                cpu (driver not attached)
                cpu (driver not attached)
                cpu (driver not attached)
                cpu (driver not attached)
                cpu (driver not attached)A 6-core single-T1 Sun Fire T2000:
    # prtdiag
    System Configuration:  Sun Microsystems  sun4v Sun Fire T200
    System clock frequency: 200 MHz
    Memory size: 8184 Megabytes
    ========================= CPUs ===============================================
                                CPU                 CPU 
    Location     CPU   Freq     Implementation      Mask
    MB/CMP0/P0   0     1000 MHz SUNW,UltraSPARC-T1          
    MB/CMP0/P1   1     1000 MHz SUNW,UltraSPARC-T1          
    MB/CMP0/P2   2     1000 MHz SUNW,UltraSPARC-T1          
    MB/CMP0/P3   3     1000 MHz SUNW,UltraSPARC-T1          
    MB/CMP0/P4   4     1000 MHz SUNW,UltraSPARC-T1          
    MB/CMP0/P5   5     1000 MHz SUNW,UltraSPARC-T1          
    MB/CMP0/P6   6     1000 MHz SUNW,UltraSPARC-T1          
    MB/CMP0/P7   7     1000 MHz SUNW,UltraSPARC-T1          
    MB/CMP0/P8   8     1000 MHz SUNW,UltraSPARC-T1          
    MB/CMP0/P9   9     1000 MHz SUNW,UltraSPARC-T1          
    MB/CMP0/P10  10    1000 MHz SUNW,UltraSPARC-T1          
    MB/CMP0/P11  11    1000 MHz SUNW,UltraSPARC-T1          
    MB/CMP0/P12  12    1000 MHz SUNW,UltraSPARC-T1          
    MB/CMP0/P13  13    1000 MHz SUNW,UltraSPARC-T1          
    MB/CMP0/P14  14    1000 MHz SUNW,UltraSPARC-T1          
    MB/CMP0/P15  15    1000 MHz SUNW,UltraSPARC-T1          
    MB/CMP0/P16  16    1000 MHz SUNW,UltraSPARC-T1          
    MB/CMP0/P17  17    1000 MHz SUNW,UltraSPARC-T1          
    MB/CMP0/P18  18    1000 MHz SUNW,UltraSPARC-T1          
    MB/CMP0/P19  19    1000 MHz SUNW,UltraSPARC-T1          
    MB/CMP0/P20  20    1000 MHz SUNW,UltraSPARC-T1          
    MB/CMP0/P21  21    1000 MHz SUNW,UltraSPARC-T1          
    MB/CMP0/P22  22    1000 MHz SUNW,UltraSPARC-T1          
    MB/CMP0/P23  23    1000 MHz SUNW,UltraSPARC-T1    
    # psrinfo -p -v
    The physical processor has 24 virtual processors (0-23)
      UltraSPARC-T1 (cpuid 0 clock 1000 MHz)
    # prtconf | grep cpu
        cpu (driver not attached)
        cpu (driver not attached)
        cpu (driver not attached)
        cpu (driver not attached)
        cpu (driver not attached)
        cpu (driver not attached)
        cpu (driver not attached)
        cpu (driver not attached)
        cpu (driver not attached)
        cpu (driver not attached)
        cpu (driver not attached)
        cpu (driver not attached)
        cpu (driver not attached)
        cpu (driver not attached)
        cpu (driver not attached)
        cpu (driver not attached)
        cpu (driver not attached)
        cpu (driver not attached)
        cpu (driver not attached)
        cpu (driver not attached)
        cpu (driver not attached)
        cpu (driver not attached)
        cpu (driver not attached)
        cpu (driver not attached)//Jim

  • How can I use Itunes for different users on the same PC

    I have itunes loaded with my full library. I have now created a second user account on my computer for someone else to access, and I want them to be able to access the full library which I have (4500 songs). How can I do this. Currently, when I open itunes in the other user's desktop, it is completely empty. I did try ticking share my music under preferences, but the library has still not appeared.... I know this must be an easy one, but if someone could help me because I must be a bit dim...........many thanks.

    This post should help:
    Natalie Beresford, "Multiple iPods/iTunes Installations", 04:04am Nov 26, 2004 CDT

  • User profiles for different hardware configurations

    I have a MacBook that I want to attached to an external monitor and keyboard. Is there a way to configure it so that when I attach the monitor and keyboard it will configure itself so that I can close the lid without it going into standby mode?
    I would also want it to go into standby mode when the keyboard and monitor are not attached and the lid is closed.

    With iTunes you can create any number of new libraries - See This
    Regards

  • Re-using animation definitions for different characters

    http://www.cartoonsolutions.com/store/catalog/Re-using-Animation-on-Multiple-Characters-Vi deo-Tutorial-p-16569.html
    Cartoon Solutions has this tutorial for re-using animation
    for different characters. Are the plug ins for this available for
    free anywhere, or is cartoonsolutions the only place that offers
    it?

    I think you want the "LibAppend" extension - if so - my
    friend Dave Wolfe has it here:
    http://www.toonmonkey.com/extensions.html
    Chris Georgenes / mudbubble.com / keyframer.com / Adobe
    Community Expert
    bippity wrote:
    >
    http://www.cartoonsolutions.com/store/catalog/Re-using-Animation-on-Multiple-Cha
    > racters-Video-Tutorial-p-16569.html
    >
    > Cartoon Solutions has this tutorial for re-using
    animation for different
    > characters. Are the plug ins for this available for free
    anywhere, or is
    > cartoonsolutions the only place that offers it?
    >
    >

  • Three iPods to be used for different collections by same owner

    Hi.
    I'm the happy owner of three iPods: an older iPod (maybe second or third gen 40 GB), a Nano, and the newer Video. I'd like to reset all of them to factory reset - erase all content and associations. Then, I'd like to reset iTune's knowledge of them.
    I would like to create different subsets of my music from iTunes so I can use them for different purposes. They have different capabilities (storage limits, video, etc.) so this will help me optimize their features as well.
    Does somebody know how to do these things?
    Thanks.
    aps.
    Aluminum 1.67, MacMini, Quicksilver, iBook, 3xPowerbook   Mac OS X (10.4.4)   Former UNIX kernel hacker.

    After some more research, I developed the answer I was looking for. Essentially, use the iPod updater to reset the iPod. Sometimes, you have to quit iTunes when it is updating, even if it is in the middle of updating. Then after reseting the iPod with the iPod updater, when iTunes starts, assign unique names to each iPod.

  • Is it possible to use OpenSolaris for Sun VDI 3.1 core servers?

    The documentation states that Sun VDI 3.1 core servers must be Solaris 10 (u7 or u8).
    While it is not supported to use OpenSolaris (2009.06 dev_129/130 or SXCE snv_129) for the core servers, is this expected to work at all in practice (i.e. in a single-host demo environment)? Are there any issues regarding bundled recent SRSS and SSGD running on OpenSolaris platforms, in particular?
    The problem is that a potential customer wants to evaluate Sun VDI and can spare some old Netra servers for the installation, which were acceptable as Sun Ray servers in previous life. These servers have two "eri" interfaces and a "dgc" interface, and need to connect to several networks (public, ldap, management and new test-sunray vlans). Solaris 10 does not provide drivers for "eri"'s nor "dgc"'s to create VLANs, so the customer wants to try OpenSolaris and CrossBow to spawn VNICs or VLANs. If that goes well indeed, my original question stands up.
    If this is known not to work, we'll save some time from pointless tests and push requests for different hardware :)
    TIA,
    //Jim

    I had a similar problem. One of my VDI test systems is from HP and and has a RealTek "RTL81xxx" chipset that is not supported under Solaris 10. But there is this page here:
    http://homepage2.nifty.com/mrym3/taiyodo/eng/
    Take a look. There are many free Ethernet drivers for Solaris there. You have to compile them yourself, but the process is straightforward (just follow the instructions). I was able to get my Ethernet interface working via the "gani" driver, so my interface got the name "gani0". It may look odd, yes ... but it works. VDI now works tip top on that HP machine. Take a look at that page above ... maybe you can find the right drivers for your cards too?
    Regards,
    DJ.

  • Problem for creation of PO for different company code

    I have problem for creation of PO using ME21 for different company code.Order is not created.
    Please give reply it is urgent.

    Hi Mansih,
    I don´t understand what is your exact problem, as I don´t see any company code being specified. But maybe you should check in XK03 that the vendor master data is created for this company code/purchasing organisation!
    Have a nice day!

  • Can I use lion for my Desktop?

    Can I use lion for this :
    Hardware Overview:
      Model Name:          Mac Pro
      Model Identifier:          MacPro5,1
      Processor Name:          Quad-Core Intel Xeon
      Processor Speed:          2.8 GHz
      Number Of Processors:          1
      Total Number Of Cores:          4
      L2 Cache (per core):          256 KB
      L3 Cache:          8 MB
      Memory:          12 GB
      Processor Interconnect Speed:          4.8 GT/s
      Boot ROM Version:          MP51.007F.B03
      SMC Version (system):          1.39f11
      SMC Version (processor tray):          1.39f11
    Thanks
    Dan Page

    The hatter is correct that it was pulled. But this is to avoid people buying it by accident.
    If you are certain 10.7 Lion is what you want, it appears you can CALL the Apple online store and they will arrange to sell it to you.
    The same appears to be true of the 10.6.3 DVD. CALL the Apple online store to order.
    http://store.apple.com/us/help/contact

  • How to use 2 AAA server for different login purpose

    Hello, could you help me?
    This is a part of my configuration; I would like to add another TACACS server, witch should take care of the telnet at vty 0 4.
    The Tacacs server 10.20.30.40 takes care of the virtual access, and I have another Tacacs server who takes care of login on our network equipment.
    ! Cisco 7204 with system flash c7200-io3s56i-mz.121-4.bin
    aaa new-model
    aaa authentication login default group tacacs+
    aaa authentication login no_tacacs enable
    aaa authentication ppp default group tacacs+
    aaa authorization exec default group tacacs+
    aaa authorization network default group tacacs+
    aaa accounting exec default start-stop group tacacs+
    aaa accounting network default start-stop group tacacs+
    aaa accounting connection default start-stop group tacacs+
    virtual-profile virtual-template 1
    virtual-profile aaa
    interface Serial2/0:15
    description ISDN30
    no ip address
    encapsulation ppp
    no ip route-cache
    no keepalive
    dialer pool-member 10
    isdn switch-type primary-net5
    isdn tei-negotiation first-call
    isdn caller xxxxxxx
    no fair-queue
    compress stac
    no cdp enable
    ppp authentication chap
    ppp multilink
    interface Virtual-Template1
    ip unnumbered FastEthernet1/0
    ip nat outside
    ppp authentication chap
    tacacs-server host 10.20.30.40 key ********
    line con 0
    exec-timeout 20 0
    password ************
    login authentication no_tacacs
    transport input none
    flowcontrol hardware
    line aux 0
    line vty 0 4
    access-class 1 in
    exec-timeout 60 0
    password *************
    login authentication no_tacacs
    transport input telnet
    transport output telnet
    If I just add
    aaa authentication login vtymethod group tacacs+ enable
    tacacs-server host 10.50.60.70 key ********
    line vty 0 4
    login authentication vtymethod
    My telnet request ask 10.20.30.40 and I have a deny! Could you help to make a secure solution?
    Thanks

    Jens
    I believe that your solution would be to configure a different tacacs server group with the new server in the new group and to use the new group to authenticate for your vty. The config might look something like this:
    aaa group server tacacs+ vty_TAC
    server 10.50.60.70
    aaa authentication login vtymethod group vty_TAC enable
    tacacs-server host 10.50.60.70 key ********
    I have configured this type of thing and it worked well. When I configured it I explicitly configured (and named) two different TACACS server groups and referenced specific server groups for each authentication method. I am not clear whether it works to keep the default group tacacs+ and use it for your normal authentication or whether you may need to configure a non-default group for it.
    Give it a try and let us know what happens.
    HTH
    Rick

  • Using multiple apple id's for different purposes

    We are a family of 4 with numerous devices. Here's the setup we've been using to manage different aspects of our apple life!
    Each of us has an individual apple id, which we use on our individual devices for storage/backup, photo stream, facetime, calendar etc
    We have one apple id, used on all devices for all app store/itunes purchases
    We entered this id on each device with everything turned off except "find my iphone". This way we could be logged into the find my iphone app with one id and be able to see all our devices.
    This has worked really well for us as a family. Well, yesterday my kids updated their phones (one 5 and one 4s) to ios 7. I have not done it yet. It does not seem to allow for the above setup, specifically where "find my iphone" is concerned. When I enter in that specific apple id as an additional icloud account, it doesn't offer the option of find my iphone. My ios 6 device says "only your main account can use photo stream, documents & data, and backup". Their device adds "find my iphone" to this list.
    Does anyone know if this is a specific change apple made, or something that went wrong when initially setting up their updated phones.
    TIA!

    Thanks for your reply. But what I don't understand is, can I no longer have multiple icloud accounts, to be used for different purposes? Like I said, we have been using one apple id/icloud for storage etc and one for find my iphone.

  • [SOLVED] how to use diffrent iptables rules for different ppp account?

    x86 plantform run arch linux system , have two network interface etn1 eth0 .eth1 connect to internet. eth0 connect to other terminals through switch. want use different iptables rules for different pppoe account .also want to know how to forbidden more than one terminals established pppoe link use same account at the same time .
    Last edited by linuxsir (2013-09-26 06:48:01)

    (You establish PPPoE sessions over the local network to the Arch machine? Which then routes the traffic?)
    first question ,yes that is exactly what i am done. second question i also have a small  scripts on windows pc to solve routes traffic problem
    route -p delete 0.0.0.0
    route -p add 192.168.9.0 mask 255.255.255.0 192.168.9.1
    route -p add 0.0.0.0 mask 0.0.0.0 192.168.22.0
    but after a while i found scripts is not necessary because windows always attempt to use PPPoE sessions as default internet connection local connection is also ok
    and use  -i pppX in my iptables rules dose not  solve my problem , because same account start PPPoE session could be marked as ppp0 or ppp1. it is hard to identified which account start session.

  • Hi I have two questions. I am using NAS 4.1 and was wondering is it possible to set a different session timeout for different users? How is the session timeout set? Thanks, YS

     

    <i>I am using NAS 4.1 and was wondering is it possible to set a different session timeout for different users?</i>
    Um, there is no such thing as NAS4.1.
    I'm assuming that you mean NAS4.0 (maybe NAS4.0sp1?). If so, then the session timeouts are specified in the session section of the NTV configuration files.
    AFAIK, you can specify session timeouts on a per user basis.

  • I have two users with different music on each itunes and i can only use one library, how do i use both for one iTouch?

    i have two users with different music on each itunes and i can only use one library, how do i use both for one iTouch?

    Chris, I believe this link may have the information you're looking for. Welcome to discussions!
    http://docs.info.apple.com/article.html?artnum=300432

  • I have 3 PC's.  Two of them I use at 2 different locations and only use them 6 months a year.  So, if I have Icloud for my calendar, and turn on a computer that has not been used for 6 months, does all the old information on that computer to go Icloud?

    I have 3 PC's.  Two of them I use at 2 different locations and only use them 6 months each year.  When I turn on a computer that has not been used for 6 months, does all of the old information from that computer end up in Icloud?  Does Icloud push all the new calendar and contact items over the old items?

    A reset may help. Tap and hold the Home button and the On/Off buttons for approximately 10-15 seconds, until the Apple logo reappears. When the logo appears, release both buttons.
    No content is affected by this procedure.

Maybe you are looking for