Revision history for PradeepKishoreGowda


Revision [23146]

Last edited on 2016-05-20 07:38:47 by PradeepKishoreGowda [Replaces old-style internal links with new pipe-split links.]
Additions:
I'm Pradeep Kishore Gowda, from Bangalore, India. My WikkaWiki site is [[http://www.btbytes.com/pages | here]].
I've "integrated" the WikkaWiki page with [[http://www.wordpress.com | Wordpress]]. The WikkaWiki shares the Styling and header/footer with the wordpress theme.
Deletions:
I'm Pradeep Kishore Gowda, from Bangalore, India. My WikkaWiki site is [[http://www.btbytes.com/pages here]].
I've "integrated" the WikkaWiki page with [[http://www.wordpress.com Wordpress]]. The WikkaWiki shares the Styling and header/footer with the wordpress theme.


Revision [18997]

Edited on 2008-01-28 00:13:29 by PradeepKishoreGowda [Modified links pointing to docs server]

No Differences

Revision [15759]

Edited on 2006-12-04 13:42:09 by PradeepKishoreGowda [Modified links pointing to docs server]
Additions:
My contributions to WikkaWIki: FlashMind
Deletions:
==== FlashMind : Freemind Embedded into WikkaWiki using Flashplayer ====
~Download the visorFreeMind.swf file from [[http://www.efectokiwano.net/mm/freeMindFlashBrowser.zip here]]
~Download the SWFObject.js from [[http://blog.deconcept.com/swfobject/ here ]]
~put all the above files in `3dparty/plugins/flashmind/` directory.
~put the following php script in `actions/` directory.
%%(php;1;flashmind.php)
<?php
/**
* Renders a Freemind mindmap using embedded Flash player
* Usage: {{flashmind url="http://example.com/freemind.mm" [width=x] [height=x]}}
* Width and Height are optional arguments.
*
* @package 3rdparty/plugins/flashmind
* @name FlashMind
*
* @author {@link http://www.btbytes.com/pages/FlashMind Pradeep Kishore Gowda}
* @version 0.5
*
* @input string $url mandatory: the url of the Freemind map
* @input string $width optional: width of the flash player
* @input string $height optional: height of the flash player
* @output Freemind map embedded in flash player
*
*
* @documentation {@link http://wikkawiki.org/FlashMind}
*/
if (!$width) $width = 550;
else $width = (int)$width;
if ($width>950) $width = 950;
if (!$height) $height = 400;
else $height = (int)$height;
if ($height>950) $height = 950;
if (!$url) $url = $vars[0];
$url = $this->cleanUrl(trim($url));
if ($url)
echo '
<p style="text-align:center"><a
href="'.$url.'">'.$url.'</a></p>
<script type="text/javascript"
src="3rdparty/plugins/flashmind/flashobject.js"></script>
<div id="flashcontent" onmouseover="giveFocus();">
Flash plugin or Javascript are turned off.
Activate both and reload to view the mindmap
</div>
<p><script type="text/javascript">
// <![CDATA[
function getMap(map){
var result=map;
var loc=document.location+"";
if(loc.indexOf(".mm")>0 && loc.indexOf("?")>0){
result=loc.substring(loc.indexOf("?")+1);
}
return result;
}
var fo = new FlashObject("3rdparty/plugins/flashmind/visorFreemind.swf",
"3rdparty/plugins/flashmind/visorFreeMind", '.$width.', '.$height.', 6, "");
fo.addParam("quality", "high");
fo.addParam("bgcolor", "#ffffff");
fo.addVariable("initLoadFile", getMap("'.$url.'"));
fo.addVariable("startCollapsedToLevel", "5");
fo.addVariable("openUrl", "_blank");
fo.write("flashcontent");
// ]]>
</script>
</p>';
?>
%%


Revision [15758]

Edited on 2006-12-04 13:39:53 by PradeepKishoreGowda [Modified links pointing to docs server]
Additions:
==== FlashMind : Freemind Embedded into WikkaWiki using Flashplayer ====
Deletions:
==== Freemind Embedded into Flashplayer ====


Revision [15757]

Edited on 2006-12-04 13:37:14 by PradeepKishoreGowda [Modified links pointing to docs server]
Additions:
* @author {@link http://www.btbytes.com/pages/FlashMind Pradeep Kishore Gowda}
Deletions:
* @author {@link http://www.btbytes.com/ Pradeep Kishore Gowda}


Revision [15756]

Edited on 2006-12-04 13:36:24 by PradeepKishoreGowda [Modified links pointing to docs server]
Additions:
~put all the above files in `3dparty/plugins/flashmind/` directory.
~put the following php script in `actions/` directory.
Deletions:
~put all the above files and the following php script in `3dparty/plugins/flashmind/` directory.


Revision [15755]

Edited on 2006-12-04 13:35:18 by PradeepKishoreGowda [Modified links pointing to docs server]
Additions:
I'm Pradeep Kishore Gowda, from Bangalore, India. My WikkaWiki site is [[http://www.btbytes.com/pages here]].
Deletions:
my WikkaWiki site is [[http://www.btbytes.com/pages here]].


Revision [15754]

Edited on 2006-12-04 13:33:27 by PradeepKishoreGowda [Modified links pointing to docs server]
Additions:
~Download the visorFreeMind.swf file from [[http://www.efectokiwano.net/mm/freeMindFlashBrowser.zip here]]
~Download the SWFObject.js from [[http://blog.deconcept.com/swfobject/ here ]]
~put all the above files and the following php script in `3dparty/plugins/flashmind/` directory.
%%(php;1;flashmind.php)
</div>
Deletions:
%%(php;1)
</div
something here


Revision [15753]

Edited on 2006-12-04 13:18:26 by PradeepKishoreGowda [added flashmind]
Additions:
==== Freemind Embedded into Flashplayer ====
%%(php;1)
<?php
/**
* Renders a Freemind mindmap using embedded Flash player
* Usage: {{flashmind url="http://example.com/freemind.mm" [width=x] [height=x]}}
* Width and Height are optional arguments.
*
* @package 3rdparty/plugins/flashmind
* @name FlashMind
*
* @author {@link http://www.btbytes.com/ Pradeep Kishore Gowda}
* @version 0.5
*
* @input string $url mandatory: the url of the Freemind map
* @input string $width optional: width of the flash player
* @input string $height optional: height of the flash player
* @output Freemind map embedded in flash player
*
*
* @documentation {@link http://wikkawiki.org/FlashMind}
*/
if (!$width) $width = 550;
else $width = (int)$width;
if ($width>950) $width = 950;
if (!$height) $height = 400;
else $height = (int)$height;
if ($height>950) $height = 950;
if (!$url) $url = $vars[0];
$url = $this->cleanUrl(trim($url));
if ($url)
echo '
<p style="text-align:center"><a
href="'.$url.'">'.$url.'</a></p>
<script type="text/javascript"
src="3rdparty/plugins/flashmind/flashobject.js"></script>
<div id="flashcontent" onmouseover="giveFocus();">
Flash plugin or Javascript are turned off.
Activate both and reload to view the mindmap
</div
<p><script type="text/javascript">
// <![CDATA[
function getMap(map){
var result=map;
var loc=document.location+"";
if(loc.indexOf(".mm")>0 && loc.indexOf("?")>0){
result=loc.substring(loc.indexOf("?")+1);
}
return result;
}
var fo = new FlashObject("3rdparty/plugins/flashmind/visorFreemind.swf",
"3rdparty/plugins/flashmind/visorFreeMind", '.$width.', '.$height.', 6, "");
fo.addParam("quality", "high");
fo.addParam("bgcolor", "#ffffff");
fo.addVariable("initLoadFile", getMap("'.$url.'"));
fo.addVariable("startCollapsedToLevel", "5");
fo.addVariable("openUrl", "_blank");
fo.write("flashcontent");
// ]]>
</script>
something here
</p>';
?>
%%
==== WikkaWiki and Wordpress ====


Revision [15752]

Edited on 2006-12-04 06:21:56 by PradeepKishoreGowda [added flashmind]
Additions:
my WikkaWiki site is [[http://www.btbytes.com/pages here]].
Deletions:
my WikkaWiki page is [[http://www.btbytes.com/pages here]].


Revision [15751]

Edited on 2006-12-04 06:21:34 by PradeepKishoreGowda [url to wp site]
Additions:
I've "integrated" the WikkaWiki page with [[http://www.wordpress.com Wordpress]]. The WikkaWiki shares the Styling and header/footer with the wordpress theme.
Deletions:
I've "integrated" the WikkaWiki page with Wordpress, so to speak. The WikkaWiki shares the Styling and header/footer with the wordpress theme.


Revision [15750]

Edited on 2006-12-04 06:21:02 by PradeepKishoreGowda [updates]
Additions:
I've "integrated" the WikkaWiki page with Wordpress, so to speak. The WikkaWiki shares the Styling and header/footer with the wordpress theme.
That gives the the WikkaWiki an integrated look. I'm not too worried about the Single Sign-on because my site is a personal blog, and I'm the only one who writes in it.


Revision [15749]

The oldest known version of this page was created on 2006-12-04 06:15:03 by PradeepKishoreGowda [updates]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki