All posts created by Alex

14 years ago

I've checked your cloud and it seems ok. Please find the below code that works fine for me.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
        <title>My cloud</title>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

        <script type="text/javascript"
          src="http://ajax.googleapis.com/ajax/libs/swfobject/2.1/swfobject.js">
        </script>

        <script type="text/javascript">
            swfobject.embedSWF("http://cdn.tagul.com/cloud.swf", "myCloud",
              "600", "600", "10.0.0", "http://cdn.tagul.com/expressInstall.swf",
              {id: "18386@1"}, {allowscriptaccess: "always"});
        </script>

    </head>
    <body>
        <div id="myCloud">
            <p><a href="http://www.adobe.com/go/getflashplayer">
                <img
                  src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif"
                  alt="Get Adobe Flash player" />
            </a></p>
        </div>
    </body>

</html>
14 years ago

It looks like you didn't save your cloud or there is some mistake in your embedding code. Could you please send me the embedding code you use and I'll check it.

14 years ago

I doubt that any font used in Tagul contain Chinese characters. If you know some good free Chinese fonts please advise

14 years ago

Your xml is malformed. I've deleted redundant "</tags>" substrings. Here is the correct xml:

<tags>
<tag angle="0"
color="3488BF"
font="Linux Libertine Regular"
url="http://tagul.com"
weight="130">Tagul</tag>
<tag url="http://google.com/search?q=money" weight="18"> collocation </tag>
<tag url="http://google.com/search?q=cloud" weight="7"> oxymoron</tag>
<tag url="http://google.com/search?q=html" weight="23"> simile </tag>
<tag url="http://google.com/search?q=web" weight="21"> hyperbole</tag>
<tag url="http://google.com/search?q=tag" weight="12"> elision </tag>
<tag url="http://google.com/search?q=cloud" weight="7"> homophone</tag>
<tag url="http://google.com/search?q=html" weight="23"> neologism</tag>
<tag url="http://google.com/search?q=web" weight="21">idiom </tag>
<tag url="http://google.com/search?q=cloud" weight="7">modal</tag>
<tag url="http://google.com/search?q=html" weight="23">rhetoric</tag>
<tag url="http://google.com/search?q=web" weight="21"> onomatopoeia</tag>
<tag url="http://google.com/search?q=cloud" weight="7"> premodifier</tag>
<tag url="http://google.com/search?q=html" weight="23">traductio</tag>
<tag url="http://google.com/search?q=web" weight="21"> colloquial</tag>
<tag url="http://google.com/search?q=cloud" weight="7"> parallelism</tag>
<tag url="http://google.com/search?q=html" weight="23"> vernacular</tag>
<tag url="http://google.com/search?q=web" weight="21">w metaphor</tag>
<tag url="http://google.com/search?q=cloud" weight="7"> tautology </tag>
<tag url="http://google.com/search?q=html" weight="23"> imperative </tag>
<tag url="http://google.com/search?q=web" weight="21"> declarative</tag>
<tag url="http://google.com/search?q=cloud" weight="7"> litotes </tag>
<tag url="http://google.com/search?q=html" weight="23"> determiner </tag>
<tag url="http://google.com/search?q=web" weight="21"> ellipsis</tag>
<tag url="http://google.com/search?q=cloud" weight="7"> epizeuxis </tag>
<tag url="http://google.com/search?q=html" weight="23"> framework</tag>
<tag url="http://google.com/search?q=web" weight="21"> archaic</tag>
<tag url="http://google.com/search?q=cloud" weight="7"> homonym</tag>
<tag url="http://google.com/search?q=html" weight="23">prefix </tag>
<tag url="http://google.com/search?q=web" weight="21"> register</tag>
<tag url="http://google.com/search?q=cloud" weight="7"> syntax</tag>
<tag url="http://google.com/search?q=html" weight="23"> audience</tag>
<tag url="http://google.com/search?q=web" weight="21"> suffix </tag>
<tag url="http://google.com/search?q=cloud" weight="7">c synonym </tag>
<tag url="http://google.com/search?q=html" weight="23"> lexis </tag>
<tag url="http://google.com/search?q=web" weight="21"> purpose </tag>
<tag url="http://google.com/search?q=cloud" weight="7"> superlative </tag>
<tag url="http://google.com/search?q=html" weight="23"> postmodifier</tag>
<tag url="http://google.com/search?q=web" weight="21"> tone</tag>
<tag url="http://google.com/search?q=cloud" weight="7"> manner</tag>
<tag url="http://google.com/search?q=html" weight="23">prosodics</tag>
</tags>

14 years ago

joranelias, there is a problem with clearing your browsers cache when your clouds are hosted on my partner's cdn (softlayer). I cannot control its cache headers. There is way to eliminate this problem by hosting cloud file and flash swf renderer yourself. Then you can control your cache headers. You can explore this example to see how to host and embed the cloud yourself.

14 years ago

You can use this html example as a correct template.

14 years ago

Could you please provide some details about your mistake? What do you do and what you exactly see on your site? Could you please provide a link?

14 years ago

All your tags starting from the second have url attribute opened by " (double quote) and closed by '' (two single quotes). Please fix this and it should work.

14 years ago

I got your point regarding larger zoom for small tags. But due to a lack of free time I am not sure it will be implemented in foreseeable future.

I guess you should decrease the tags amount in order to make them bigger.

14 years ago

@glomayol thank for your explanations