Is there a Tag Cloud for WebApps

Like with a Blog Tag Cloud, is there one for the WebApp in someway.
Thanks, Teejay

Hi Joel,
short answer - no

Similar Messages

  • 3D tag cloud for Flex

    I'm trying to use this one class to create the tag cloud to flex.
    1.I created a master document.
    ?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
       xmlns:s="library://ns.adobe.com/flex/spark"
       xmlns:mx="library://ns.adobe.com/flex/mx"
        creationComplete="init();" minWidth="955" minHeight="600" xmlns:local="*">
    <fx:Script>
    <![CDATA[
    import mx.core.IVisualElement;
    import mx.core.UIComponent;
    public var inputWordr:String = "";
    private function init():void {
    c20.addElement(tirs as IVisualElement);
    ]]>
    </fx:Script>
    <fx:Declarations>
    <local:MyComponent id="tirs" x="0" y="0" width="300" height="300"/>
    </fx:Declarations>
    <s:BorderContainer x="10" y="38" width="542" height="428" id="c20">
    </s:BorderContainer>
    </s:Application>
    2. And created a class (MyComponent.as) based on code from the example and import all required swc.
    package
    import flash.display.BitmapData;
    import flash.display.Sprite;
    import flash.events.Event;
    import flash.filters.BitmapFilterQuality;
    import flash.filters.BlurFilter;
    import flash.filters.GlowFilter;
    import flash.text.TextField;
    import mx.core.UIComponent;
    import org.papervision3d.core.geom.Particles;
    import org.papervision3d.core.geom.renderables.Particle;
    import org.papervision3d.events.InteractiveScene3DEvent;
    import org.papervision3d.materials.special.BitmapParticleMaterial;
    import org.papervision3d.objects.DisplayObject3D;
    import org.papervision3d.view.BasicView;
    public class MyComponent extends Sprite
    private var scale:Number = 5;
    private var radius:Number = 350;
    private var smoothing:Boolean = true;
    private var minAlpha:Number = 0.3;
    private var glow:GlowFilter;
    private var tags:Array;
    private var tag_num:uint;
    private var bv:BasicView;
    private var tagArray:Array;
    private var tagContainer:DisplayObject3D;
    public function MyComponent()
    init ();
    private function init ():void {
    glow = new GlowFilter (0x003366, 1, 8, 8, 2, BitmapFilterQuality.LOW, true, false);
    tags = ["free","news","Cookie","practice","JavaScript","toy","life","something","LocalConnection ","memo","MSN","funny", "ActionScript 3", "Food", "Book", "Photo", "favorite"];
    tag_num = tags.length;
    tagArray = [];
    tagContainer = new DisplayObject3D ("tag_container");
    tagContainer.x = -radius * 0.25;
    tagContainer.y =  radius * 0.25;
    bv = new BasicView (300, 300, true, true);
    bv.viewport.interactive = true;
    bv.scene.addChild (tagContainer);
    bv.camera.z = -2 * radius;
    bv.camera.zoom = 20;
    bv.startRendering ();
    addChild (bv);
    buildTags ();
    addEventListener (Event.ENTER_FRAME, enterFrameHandler);
    private function buildTags ():void {
    var i:uint;
    for (i = 0; i < tag_num; i++) {
    // 2D
    var txt:TextField = new TextField ();
    txt.text = tags[i];
    txt.filters = [new BlurFilter(1.1, 1.1)];
    var txtW:Number = txt.textWidth + 4;
    var txtH:Number = txt.textHeight + 4;
    var bitmap:BitmapData = new BitmapData (txtW, txtH, true, 0x01FFFFFF);
    bitmap.draw (txt);
    var phi:Number = Math.acos((2 * (i + 1) - 1) / tag_num - 1);
    var theta:Number = Math.sqrt(tag_num * Math.PI) * phi;
    // 3D
    var material:BitmapParticleMaterial = new BitmapParticleMaterial (bitmap);
    material.interactive = true;
    material.smooth = smoothing;
    var tag:Particle = new Particle (material, scale, 0, 0, 0);
    var tagHolder:Particles = new Particles ("tag_");
    tagHolder.addParticle (tag);
    tagHolder.x = radius * Math.cos (theta) * Math.sin (phi);
    tagHolder.y = radius * Math.sin (theta) * Math.sin (phi);
    tagHolder.z = radius * Math.cos (phi);
    tagHolder.useOwnContainer = true;
    tagHolder.autoCalcScreenCoords = true;
    tagHolder.addEventListener (InteractiveScene3DEvent.OBJECT_OVER, objectOverHandler);
    tagHolder.addEventListener (InteractiveScene3DEvent.OBJECT_OUT, objectOutHandler);
    //tagHolder.addEventListener (InteractiveScene3DEvent.OBJECT_PRESS, objectPressHandler);
    tagContainer.addChild (tagHolder);
    tagArray.push (tagHolder);
    private function objectOverHandler (e:InteractiveScene3DEvent):void {
    bv.viewport.buttonMode = true;
    e.target.filters = [glow];
    private function objectOutHandler (e:InteractiveScene3DEvent):void {
    bv.viewport.buttonMode = false;
    for (var j:uint = 0; j < tag_num; j++) {
    tagArray [j].filters = [];
    private function enterFrameHandler (e:Event):void {
    tagContainer.rotationX += (mouseY - 300 * 0.5) * 0.01;
    tagContainer.rotationY += (mouseX - 300 * 0.5) * 0.01;
    for (var j:uint = 0; j < tag_num; j++) {
    tagArray[j].alpha = minAlpha + (1 - minAlpha) * (1 - (tagArray[j].screen.z - radius) / (2 * radius));
    3. Then I created a call of custom component, but nothing is displayed or causes errors. I tried to insert this component in different ways.
    Check out where I made mistakes, please.

    all i could find...
    http://www.ericd.net/tagCloud/

  • Create Tag cloud for web app ?

    I am creating an web app, in that i require tag clouds or tags (Not BC tags), how can i create field for it ?

    Thank you for your replies!
    What would be the best solution to create a pdf (with clickable images etc) to be embedded into a website?
    Thanks!

  • Need API for creation of tag cloud

    Hi,
    I have a requirement to create a tag cloud based on a particular business logic. Does Webcenter provide API for the same?
    Can I customize the "Tagging - Tag Cloud" task flow? If yes, how and to what extent?
    Thanks in advance,
    Anurag

    Hi  Ajit,
      No another FM is available . U can directly create using transaction SE01 .
    Or u can create using BDC .

  • I have a private Adobe ID and I have a Lightroom Testversion running there! Now my university gave me access to Creative Cloud for Teams and I want to use my Lightroom catalogues with this ID! How can I do this?

    I have a private Adobe ID and I have a Lightroom Testversion running there! Now my university gave me access to Creative Cloud for Teams and I want to use my Lightroom catalogues with this ID! How can I do this?

    Hi,
    thank you, it’s done! The Chat helped me! Now I cannot go into this forum anymore with my old password, but that’s not a big problem.
    Best wishes,
    Christian
    Von: JimHess <[email protected]<mailto:[email protected]>>
    Antworten an: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Datum: Montag, 20. April 2015 18:38
    An: Christian Kogler <[email protected]<mailto:[email protected]>>
    Betreff:  I have a private Adobe ID and I have a Lightroom Testversion running there! Now my university gave me access to Creative Cloud for Teams and I want to use my Lightroom catalogues with this ID! How can I do this?
    I have a private Adobe ID and I have a Lightroom Testversion running there! Now my university gave me access to Creative Cloud for Teams and I want to use my Lightroom catalogues with this ID! How can I do this?
    created by JimHess<https://forums.adobe.com/people/JimHess> in Photoshop Lightroom - View the full discussion<https://forums.adobe.com/message/7454915#7454915>

  • Where in gods name is the homesharing button, I see a little cloud that you cannot click on and tells you what account you have but thats is. There's an option for turning on and off homesharing, but no button to access the actual library of the other PC

    Where in god’s name is the homesharing button, I see a little cloud that you cannot click on and tells you what account you have but that's it. There's an option for turning on and off homesharing, but no button to access the actual library of the other PC. On either PCs. Both are logged in and both are registered for homesharing. however because apple keeps updating and moving things around for no reason there appears to be no way of accessing the homsharing button in the latest version of itunes. the website refers to " Once set up, all the libraries from your computers you've enabled Home Sharing on will show up in the SHARED area of iTunes:" well I have searched all over in the recent itunes versions and there is no "shared area" to be found.
    Please find the attachment of a screen cap of my itunes.
    If anyone can help by telling me where it has been moved to or if it even still exists that would be much appreciated.

    Welcome to the Apple Community.

  • Is there a discount available for students who wish to subscribe to Creative Cloud?

    Hi, My name is Irene, and I am the president of the Yearbook club. My job there is to help out with making and designing each year's yearbook. Because of this, I decided it was best to get a creative Cloud Licence and download PS and Illustrator to my computer, but I don't want the whole pack for 50$, I am just interested in getting two licences for PS and Illustrator. Is there a special discount for students to get this programs?

    Hi Irene,
    Yes there is a special pricing, please refer to the following link for more information :
    https://creative.adobe.com/plans
    Regards,
    Akshay

  • Can any one guide me in this. I would like to start my certifications in VM Ware. Especially in cloud. I saw there is an exam for the new starters .(VCA). it is enough or should I go for any other Training in MCSA (Server).

    Can any one guide me in this. I would like to start my certifications in VM Ware. Especially in cloud. I saw there is an exam for the new starters .(VCA). it is enough or should I go for any other Training in MCSA (Server).

    VCA is to make sure that you have a understanding of the general concepts before you go to do a full VCP course.
    I have taken the VCA datacenter and it was very much a case of: What product does what?
    You wouldnt get a job on merit of having a VCA where as you would with the VCP.

  • I received a notice that there is an update for my Lightroom 5. I have the non-creative cloud version. Is the update available for non-cloud users? It says to download click the link and it takes me to Cloud free trial screen.

    I received a notice that there is an update for my Lightroom 5. I have the non-creative cloud version. Is the update available for non-cloud users? It says to download click the link and it takes me to Cloud free trial screen.

    It is the same installer. You can run it as 30-days trial (CC version) and decide later for CC or stand-alone. To license as stand-alone, follow this guide.
    If you already have the LR6 license key, you can enter it during setup and do not need to follow the guide.

  • The credit card info on the account has changed but for some reason there is no option for me to make the changes.  In addition, cloud has stopped working and all other programs that need to be updated cannot be.

    the credit card info on the account has changed but for some reason there is no option for me to make the changes.  In addition, cloud has stopped working and all other programs that need to be updated cannot be??

    Make sure that EVERY DETAIL is the same in every place you enter your information
    -right down to how you spell and punctuate the parts of your name and address
    Change/Verify Account https://forums.adobe.com/thread/1465499 may help
    -Credit card https://helpx.adobe.com/utilities/credit-card.html
    -email address https://forums.adobe.com/thread/1446019
    -http://helpx.adobe.com/x-productkb/global/didn-t-receive-expected-email.html

  • Is there i cloud for Mac Book Pro?

    How can I download i cloud for my Mac Book Pro?

    Ernie Hempel wrote:
    is there an app for mac book pro to make his program work
    Yes, install Flash, right here.
    http://get.adobe.com/flashplayer/
    Keep it updated, check here
    https://www.mozilla.org/en-US/plugincheck/
    or here
    http://flashbuilder.eu/flash-player-version.html
    Tell your son never to install Flash from non-Adobe websites
    Flash and Silverlight are what's called web browser plug-ins that allow viewing of content on a lot of websites, it's so one format can be used with many different operating systems, computers and web browsers.
    So once you install Flash (or Silverlight if you use Netflix) then it's used by all web browsers you may have installed.
    However Flash can be used as a exploit angle, so  sure to keep it updated and not install it juts because a web site says so, bookmark the link above so you always download it from there.
    (I won't trick you, I would be banned if I did, plus Apple knows where I live.)

  • Is there no purchase option for Illustrator other than the cloud monthly plans , same question for dreamweaver

    hello
    I own Photoshop Elements and Premier Elements but can't find a similar option for Illustrator and Dreamweaver.  Are there no other possibilities for these softwares other than the monthly rental (cloud) plan?
    Thanks.
    Sincerely,
    Bruce Scism

    Creative Suite 6
    Mylenium

  • I do not want Creative Cloud. My current version of Lightroom is 5.7. I take it I have to buy Lightroom 6 outright? Are there any price concessions for upgrades?

    I do not want Creative Cloud. My current version of Lightroom is 5.7. Are there any price concessions for upgrades or do I have to buy Lightroom 6 outright?

    @landaloons who posted: "Clicking 'Checkout' does nothing.  There is apparently no way to get the upgrade at present."
    Your browser has to have tracking enabled and open a pop-up for Checkout to work. Browser add-ons and custom settings can block this from happening.  In Firefox I had to temporarily disable Ghostery to advance past the Checkout button. You may have a similar tracker/pop-up disabler in your browser that you need to turn off temporarily. Alternatively try a different browser with no custom settings. Doing this I was able to download and install a $79.99 upgrade version, so it does work, but they don't make it easy to find or do. They want you to subscribe instead. (In fairness, though, you'd have this same Checkout issue trying to subscribe to CC if your browser settings block advancement past the Checkout button.)

  • Hello, Is there a package deal for 2 people to use Creative Cloud tat the same time? (Photoshop, DW, Illustrator, etc) we already have one subscriber.

    Hello, Is there a package deal for 2 people to use Creative Cloud tat the same time? (Photoshop, DW, Illustrator, etc) we already have one subscriber.

    Hi there
    You could either sign up for another individual subscription for the 2nd user, or consider a Teams account which is priced per user - Creative Cloud pricing and membership plans | Adobe Creative Cloud
    Thanks
    Bev

  • Are there planned price increases for renewal of creative cloud subscription

    My renewal for creative cloud is pending.Are there price increases planned for creative cloud single app renewal?

    I should have wrote, "I am better off, purchasing the Creative Suite 6 Design & Web Premium at $1899.00 and upgrading every 2 years at a cost of $375."
    So....
    Let's do some basic arithmatic
    CC Suite is $49.99 x 12 = $599.98 per year || $1199.76 / 2 years || $1799.74 / 3 years || $2399.72 / 4 years || $2999.70 / 5 years || $3599.68
    When you compare to purchasing the Creative Suite 6 Design & Web Premium at $1899.00 and then upgrading every 2 years at a cost of $375, it only takes 4.5 years before the CC subscription begins to surpass the 'owning' the product license model. Of course, the Adobe finance people know this very well and that is why the subscription model is absolutely adored!
    My graph clearly illustrates this... hopefully I don't annoy the Adobe people with this... not my intention.
    I am rounding values and not taking into account regional price differences nor am I accounting for price increases.
    I should add that at a subscription rate of $29.99 per month, Adobe still stands to make significantly more money, over the long term... but the mid-point is just over 9 years, rather than 4.5 years and that is a more palatable proposition... I am guessing... for most of us.
    Adobe, don't be greedy!

Maybe you are looking for