Looking for a quick method on API integration in Muse

hello, I am a little green when it comes to Jquery, and I am loving MUSE in my Creative Cloud membership. Blizzard Entertainment offers a community API feature, and it includes a nice documentation. I was wondering if there was a way to create some "rectangles" and have it "get" API data for my site?
http://blizzard.github.com/api-wow-docs/#character-profile-api/guild

Hello Joe,
There are some great posts on the Internet releated to configuring Flexible NetFlow with NBAR exports which leverages NetFlow v9.  You can't get NBAR with NetFlow v5. You are correct in that you only need to configure NetFlow on the physical interfaces, the sub interfaces will show up automatically with unique instances. 
To gain details on both inbound and outbound traffic, you have a couple options:
Enable both ingress and egress flows on the one interface
Enable ingress on all interfaces of the router
NetFlow v5 Vs. NetFlow v9
There are many differences between NetFlow v5 and v9, the first is NBAR.  By using Flexible NetFlow to export NetFlow v9 you can gain details on mac addresses, VLANs and if you decide to export Cisco Performance Monitoring elements, you can gain metrics on latency, packet loss, jitter, packet length and more. 
You'll also need a NetFlow collector that can report on all of the unique NetFlow v9 exports.  For this I recommend Scrutinizer NetFlow and sFlow Analyzer however, other solutions may support these exports as well. Plixer offers free technical support during the evaluation period.
Please vote on my post if this helps.

Similar Messages

  • Looking for a good method or APP to have client sign a form in a text box

    I am looking for a good method or App to take an existing form/Document and have a client sign, date etc.  I will want to create the text boxes in a stationary location.  Possibly to also take a picture to add to form.
    Has anyone used any apps to accomplish this?
    Apps I have tried.
    Signnow
    Sign PDF
    Sign Easy
    Sign Easy is about the best except the signatures (text boxes, dates, etc) are free floating and confuse people where to add them on form each time.  Clients have no clue how to use it.
    Any suggestions would be helpful.  I may be over complicating this also, as there could just be a PDF app that I utilize.
    Thanks,
    Jim

    Maybe more than you need...
    PDF readers
    PDF Expert – the PDF handling app for the iPad. "It allows you to markup documents with highlights and handwriting, insert text and stamps, sign and even merge PDFs."
    https://itunes.apple.com/us/app/pdf-expert-5-fill-forms-annotate/id743974925?mt= 8
    iAnnotate – turns your tablet into a world-class productivity tool for reading, marking up, and sharing PDFs, Word documents, PowerPoint files, and images.  Has a secure document edition designed for corporations.
    http://www.branchfire.com/iannotate/

  • Service Manager 2012 R2 Looking for the SDK method for Select All management packs OMCI Connector

    Hi all,
    I'm working through a script that updates the OpsMgr CI connector's MP sync list after a MP import. What I want to do is a Select All to sync the OpsMgr MP's I just imported into Service Manager. Just like checking the Select All
    box after refreshing the connector in the GUI.
    I have been through the cmdlets and looked at the assemblies in VS. I can't find the method that does this.
    I found IsNullPropertySkipped under
    Microsoft.EnterpriseManagement.ServiceManager.Connectors.OpsMgr but that's it
    And nothing in here
    Microsoft.EnterpriseManagement.ServiceManager.Sdk.Connectors.Connector
    Must be missing it, and am not having much luck with TechNet.
    Thanks much–Drew

    I'm afraid you won't find a quick'n'easy solution for this. I'll start out by saying I don't know if Powershell has any cmdlets for this..but I know you can use the .NET SDK via powershell to do whatever you need to do. So my post focuses on the SDK/C#. You
    should be able to adapt it in Powershell.
    The function you want to replicate (check-all) is unique to the Operations Manager CI connector implementation and, as such, my post below may sound a bit overwhelming.
    Let me start by describing where an OM CI connector's selected management packs are stored. They're stored in the connector's workflow rule (specifically, in its WriteAction module).  Take a look at the ServiceManager.LinkingFramework.Configuration
    management pack where all OM CI connector rules are stored. Look for a rule that starts with "OMConnector." (the dot will be followed by some random string of text and "_SyncRule"). Take a look at the <WriteAction> and you'll see an <MPList>
    node that contains a bunch of <MPInfo> nodes. Each <MPInfo> node represents a management pack that was selected in the OM CI Connector wizard.
    So, if I understand what you're trying to do, when you import a new MP into Service Manager, you want to add that MP to the OM CI connector's sync list. First; if that MP doesn't exist in OpsMgr, there isn't much point to adding it to the sync list, so I'll
    assume you want to add MPs to the sync list that also exist in OpsMgr). Second; there may be other constraints on what MPs you can actually choose in that OM CI wizard and it would be wise to respect those constraints in your own solution. In any case, you'll
    have to modify the OM CI connector's rule's write action. There are a couple approaches you can try.
    You can try using Microsoft's helper classes that were built for OM CI Connectors (check out the OpsMgrConnectorHelper class and related classes in the Microsoft.EnterpriseManagement.ServiceManager.OpsMgrConnectorUtils.dll.
    Also check out the OpsMgr connector wizard classes in the Microsoft.EnterpriseManagement.ServiceManager.UI.Administration.dll).
    The other possible approach is to modify the connector's rule directly using the SDK's ManagementPackRule and ManagementPackWriteActionModule classes. You can easily get your OM CI connector's rule using the management pack's "GetRule" method (or the EnterpriseManagementGroup's
    Monitoring.GetRule method). The management pack rule has a "WriteActionCollection" which is a collection of ManagementPackWriteActionModule objects. There should be only one ManagementPackWriteActionModule in an OM CI rule's write action collection.
    This object has a "Configuration" property..it contains a giant block of XML that holds all of the <MPInfo> nodes I mentioned earlier. So, you can modify that block of XML, then write the changes back to the management pack using the management pack's
    AcceptChanges() method. Here's the basic structure: 
    ManagementPack mpLinkingFramework = emg.ManagementPacks.GetManagementPack(new Guid("50DAAF82-06CE-CACB-8CF5-3950AEBAE0B0")); //ServiceManager.LinkingFramework.Configuration
    ManagementPackRule mpr = mpLinkingFramework.GetRule("<my connector's rule's name>");
    ManagementPackWriteActionModule mpwam = mpr.WriteActionCollection[0];
    String myConfig = mpwam.Configuration; //This is the XML block you want to update
    myConfig = "<a modified configuration with my new <MPInfo> node>";
    mpwam.Configuration = myConfig;
    mpLinkingFramework.AcceptChanges();
    Please note I haven't personally tried modifying an OM CI connector's rule using this method and I can't promise it will work..you'll definitely want to try it in a test environment first. But I can say I have modified my own connectors (and other write actions)
    using this technique and it works fine. I just can't say for sure how it might affect an OM CI connector since I haven't tried it myself.
    Though my post here is definitely _not_ a solution, hopefully it will give you some guidance on how you might approach your solution.
    Maybe someone else here has personally used the OM CI connector classes and can give you some better insight.

  • Looking for original Soucecode from JAAS - API (jaas.jar)

    Hello,
    have someone the original code PolicyFile.java and PolicyParser.java
    from the JAAS?
    The compiled class are in com.sun.security.auth , but I need the uncompiled
    class in java source.
    I would like to make my own MyPolicyFile-Class for the JAAS.
    I need a custom Policy Class for the JAAS.
    So, that I can set in java.security
    auth.policy.provider=com.myfile.security.auth.MyPolicyFile
    Where can I get the java PolicyFile Class for JAAS ?
    Can someone send me the source, please ?
    Can you help me ?
    Greetings, jens
    [email protected]

    I believe the original source code is available from the sun site (at least the 1.2.2 version was).....dont remember the URL - but start with Products & API link and look for JAAS

  • Looking for Java Input Method implementations

    Hi,
    I have developed a Java-based research application for computational linguistics. I'm currently internationalizing this application. I'm looking for FREE implementations of the Java Input Method Framework. Could you please give me a hint?
    Thanks in advance,
    Wolfgang Lezius
    University of Stuttgart, Germany

    http://forum.java.sun.com/thread.jsp?forum=16&thread=270024 contains few useful links.

  • How can i move ALL of my Iphoto/aperture pictures from the internal hd to a external hd at one session?  just need to how to do this. (I know this is a long process; just looking for a faster method).

    looking for a way other than post and click. 

    I'm not at all sure what you mean by "post and click", but if you wish to move your entire iPhoto Library, then follow these steps:
    http://support.apple.com/kb/PH2506
    As far as I know, you can set up Aperture to access its library on an external drive; I tried to find some info for you and found this support site for it - you might want to check it out. Also, you might want to check the manual on how to move the library.
    http://www.apple.com/support/aperture/

  • Graphic Designer looking for a quick script

    Hi all,
    I've been doing a lot of searching and I just can't find it... I'm looking for a script to have Distiller open up .pdf files after it's done distilling. the .eps file. Is there a script that can do this?? Can anyone help me?

    Here it is, a little clearer:
    I create ads for a firm. We export from Quark as an .eps to an 'In' box. When Distiller sees a file in the 'In' box, it Distills it, using our press settings and creates a .pdf that it then puts in an 'Out' box. What I want the script(s) to do is:
    1) open that .pdf file just after creation (so I can look at it right away and not forget to!)
    2) highlight the 'Out' box so I can remember that there is a new proof to send out to our client
    Any help is REALLY appreciated.

  • Anyone looking for a quick paid project (Read on for Details)

    I am a noob to iPhone programming, and am having a hard time making some changes to the TableSearch sample code that Apple provides.
    Here is what I am looking for. If anyone is interested in taking up the project, please let me know
    1) On launch, I would like the tableview to populate itself from the contents of a file at a web URL.
    2) When the user selects an item from the list, the program should open a URL associated with that item (the URLs and items would both be loaded from the file mentioned in #1.)
    I am flexible on how the source file is formatted. .CSV would be fine.
    This is for a free program I am trying to pull together, so my budget isn't big. Nonetheless, it would save me a bunch of time, so I am happy to pay someone to help out.
    Any advice or offers to help would be appreciated.
    --Mike

    ( I am on a Seismic roll...)
    If you look at the Seismic sample app:
    http://developer.apple.com/iphone/library/samplecode/SeismicXML/index.html
    I think you will find a great starting place- it practically does what you are talking about here right out of the box.

  • Looking for a stylish pdf viewer to integrate into muse site. Any suggestions?

    Dear all,
    I am looking for a stylish pdf viewer that i could integrate into a muse theme. I am after something that will give a similar effect to the page below.
    http://adoreum.com/magazine/
    Any suggestions would be most welcome. I have heard that it is possible to do this using InDesign, is this a red herring???
    Many thanks in advance,
    Martin

    No. Not for PDF viewing. Most people will view PDFs either through an Adobe Reader or Adobe Acrobat web browser plug-in or via web browsers that have built in PDF viewers such as Google Chrome.
    What you're seeing on sites like the web site link you posted is a conversion of the PDF to another format in a "flip book" layout, a format that doesn't require the site visitor to install any plug-ins. The flip book would either be in Flash format for desktop computer browsers or HTML5 for both web browser and mobile device compatibility.
    One example is Flipgorilla: http://blog.flipgorilla.com/
    It's a free PDF to HTML5 flip book creator. They even have a Wordpress plug-in. But I'm not sure how friendly its code would be to a Muse-based web site.

  • Harm, looking for a quick answer on a RAID question...

    I bought a G-Speed ES drive with the G-Tech RAID card, set up the drive yesterday, initialized it (took 9 hours!) as a RAID-5, and in the initiallization settings window I was asked what sector size I wanted. I did some quick research and found that bigger sectors are better with bigger files, so choose the maximum size available to me under the hardware RAID, which was 4k (I'm assuming that's 4096). Came into the office this morning and found the drive had finished the initilization and that Windows required me to create a "simple volume" on it before it could be used. I'm in the process of doing that, and have found that Windows is asking me to set a sector size again: This time my maximum option is 64k. Do I want to go with the maximum option of 64k, or do I have to use the 4096 which the hardware RAID used in initializing the array?

    David,
    This may be informative: http://www.tomshardware.com/reviews/wd-4k-sector,2554-3.html
    With a sector size or cluster size of 4 KB, data are distributed across the partition in 4 KB parts. Suppose you have a 10 KB file, three full clusters will be occupied: 4 KB - 4 KB - 2 KB. The remaining 2 KB is called slackspace and can not be used by other files. With a block size (stripe) of 64 KB, data are distributed across the array disks in 64 KB parts. Suppose you have a 200 KB file, the first part of 64 KB is located on disk A, the second 64 KB is located on disk B, the third 64 KB is located on disk C and the remaining 8 KB on disk D. Here there is no slackspace, because the block size is subdivided into clusters. When working with audio/video material a large block size is faster than smaller block size. Working with smaller files a smaller block size is preferred.
    Sometimes you have an option to set 'Chunk size', depending on the controller. It is the minimal size of a data request from the controller to a disk in the array and only useful when striping is used. Suppose you have a block size of 16 KB and you want to read a 1 MB file. The controller needs to read 64 times a block of 16 KB. With a chunk size of 32 KB the first two blocks will be read from the first disk, the next two blocks from the next disk, and so on. If the chunk size is 128 KB. the first 8 blocks will be read from the first disk, the next 8 block from the second disk, etcetera. Smaller chunks are advisable with smaller filer, larger chunks are better for larger (audio/video) files.
    What you see as 'sector size' from Windows is better called the block size and for video you can best choose the maximum, in this case 64 KB.
    BTW, also have a look at Adobe Forums: How to access more than 2 TB of disk...

  • Looking for Z61M replacement screen/shell with integrated webcam!

    I recently acquired a z61m thinkpad without an integrated webcam. I'd like to convert it to a screen/shell that has the integrated webcam. Has anyone managed to perform this conversion? I searched but no dice (probably bad search phrase)! I currently have the WSXGA+ which can do a resolution of 1680x1050. I'd like to be able to increase my real-estate at the same time by ramping up to a WUXGA which I see can do 1920x1200: http://www.screenaid.com/ibm-lenovo-laptop-screens-m-8.html?resolution_id=16 Has anyone attempted this sort of conversion before? Was it successful? Was it expensive? Tia, akk.

    http://www-307.ibm.com/pc/support/site.wss/MIGR-64204.html
    you can follow this manual to do the upgrade. 
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

  • Looking for a Calendar-of-events to use in Muse

    I am designing a website for an organization that wants to include their training schedule in a calendar of events. My understanding is that Muse does not have that function at this time. Can anyone recommend a third party software that can accomplish this?

    Hello,
    In case your website is being hosted on Business Catalyst, you can use the Events module from Adobe Muse to get a calender with schedule.
    You need to create the events in Business Catalyst and use the module in Adobe Muse. This is what Adobe recommends. There is no third party software which is officially recommended to get this feature.
    Regards,
    Sachin

  • Looking for quick creation of a new contact during activity processing

    We are looking for a quick way to create a new contact during the process of activity management.  Once I have selected my business partner and then I search for a contact, if the contact I need does not exist yet there are several long involved ways to go create the new contact.  Several people from SAP have alluded that there is an add button that should be available on the business partner central search window that comes up when you look for contacts but we have no add button.  Does someone know if the add button becomes available later?  We are on CRM 5.0  - has anyone customized a way to add a contact here without having to go into the account application relationship tab.  We are coming off of Mobile Sales where there is a pop up window to add a contact. We need to replace this functionality.

    Hello Pascale,
    "Follow-up" button is present to enable a quick creation of follow up.
    That is end user can just input those limited fields, and click on this button to create the document without going into the detail.
    And at the same time, standard IC do provides another link to the detailed follow up documents to enable user add more detail.
    The link "Follow-up Details" can realize such purpose and should be the one you are asking for.
    The steps are:
    - select the transaction type in the drop down;
    - click on "Follow-up Details" link, this lead to another page of the detailed activity creating, only at this time the activity is being created;
    - click on the Back button without save, you will return to the previous screen, and get the link in Activity Clipboard for future access;
    Hope I have understood your requirement correctly!
    Hongyan

  • Looking for a simple drag & drop apps to slow motion a Video?

    I'm doing a project with school kids that involves numerous iterations on building small structures out of balsa wood and taking them to breaking point to discover where the weakness lies in the design.
    I'm a FCPx and imovie user, but would really like to find an application where I can just take a video clip and run the app to take the video clip and slow it down.
    I'll have to do this maybe hundreds of times and do it almost real time while showing the kids.
    I'm looking for someting quick and easy to use..
    Does anyone know of such an app.. 'easy slowmotion' or someting like that.
    Thanks fo any help!

    I would say, iMovie or FCPX are simple slowmo generators…
    I'm doing a lot of sports-video - so, slowmo is of highest interest here.
    Best practice and still unmatched: find a cam, which records in HFR/high frame rates; there are some cheap (99$) Canon compact cameras (still with ability to record video), which offer 120fps up to 1000fps … but in a small resolutions.
    There's no need to 'process' such recordings, just playback with normal speed 25/30fps = slowmo.
    ALL other methods to create slowmo out of 25/30fps recordings involve processing!
    … where should the additionally needed frames come from?
    Features like OpticalFlow (FCPX, Twixtor) need tons of computation = no 'instant' effect.
    So, when you have no access to a designated 'slowmo cam', the fastest, only and most simple method is, to playback frame by frame: open your video with QuicktimePlayer.app, and step/hit cursor-right repeatedly.

  • Looking for shelf system that will work with 5th gen 8g Nano?

    Hi,
    I'm looking for a shelf stereo system with integrated iPod dock that will work with my 5th gen 8 gig Nano that I received as a gift. I've been researching this and have a found a few candidates such as the JVC UX-GN8 or UX-LP5, or the SONY CMT-BX20i. But... have been unable to confirm if they work with this new 5th generation model. Anyone have one of those units, or something similar, that works? Also, is it true that the Apple Cradle ($49.99+cable) has some problems docking the 5th generation Nano in the sense that all the features are not accessible (audio, video, etc.)? Thanks for any and all responses.

    have been unable to confirm if they work with this new 5th generation model.
    If their websites do not specifically state that their product works with the *iPod Nano 5th Generation _with video,*_ its more likely their product is not compatible. You can try calling them if possible to confirm.
    Have you checked MacMall's website?

Maybe you are looking for