Welcome![Sign In][Sign Up]
Location:
Search - tag cloud

Search list

[JSP/Java三维 Tag Cloud

Description: $(document).ready(function(){ //计算样式中心值 a横向中心点,b纵向log中心点 //cloud-carousel.1.0.5.js 文件中去掉了IE的倒影滤镜。FF支持得更好。 var e = 150; var a = $("#da-vinci-carousel").width() / 2; var c = $("#da-vinci-carousel").height() / 2; var b = Math.log(c) * (e / 10); $('#but1').css({top:(c / 2) - ($('#but1').height() / 2),left:70,zIndex:9999}); $('#but2').css({top:(c / 2) - ($('#but2').height() / 2),right:70,zIndex:9999}); $("#da-vinci-carousel").CloudCarousel( { minScale:0.25,//视线轴距 越大远处视觉越近 reflHeight: 40, //倒影透明度 reflGap:-2, //倒影距离 //titleBox: $('#da-vinci-title'), //altBox: $('#da-vinci-alt'), buttonLeft: $('#but1'), buttonRight: $('#but2'), yRadius:e, //Y轴距 调整轴距需要给DIV增加高度 xPos: a, //距离左侧边距 yPos: b, //距离顶部边距 speed:0.09, //滚动速度 mouseWheel:true //是否支持鼠标滚轴 }); $("#da-vinci-carousel img").css("border",0); //消除当前效果DIV中的img边框 });
Platform: | Size: 380630 | Author: qp3db@163.com | Hits:

[WEB Codetag-cloud

Description: cloud words, excelent to make cloud words to SEO
Platform: | Size: 12288 | Author: polopt | Hits:

[CSharpTag

Description: WPF tag云,实现类似flash的效果-WPF tag cloud
Platform: | Size: 1024 | Author: davidwpf | Hits:

[WEB Codewp-cumulus

Description: wp-cumulus 3D云标签 PHP-标签搜索-Tags: tag cloud, flash, sphere, categories, widget, tags, 3D, cloud Requires at least: 2.3 Tested up to: 2.8.6 Stable tag: 1.23 WP-Cumulus displays your tags and/or categories in 3D by placing them on a rotating sphere. == Description == WP-Cumulus allows you to display your site s tags, categories or both using a Flash movie that rotates them in 3D. It works just like a regular tags cloud, but is more visually exciting. Clicking the tags can be a little hard (depending on your speed setting) but does take you to the appropriate page :). The sources code for the Flash movie are available from wordpress.org
Platform: | Size: 79872 | Author: 洪正达 | Hits:

[JSP/Java3D-bqy

Description: 很漂亮的3D标签云案例CSS+JS+html-3D tag cloud is a beautiful case CSS+JS+HTML
Platform: | Size: 49152 | Author: cloudy | Hits:

[JSP/Javatag-cloud

Description: $("#da-vinci-carousel").CloudCarousel( { minScale:0.25,//视线轴距 越大远处视觉越近 reflHeight: 40, //倒影透明度 reflGap:-2, //倒影距离 //titleBox: $( #da-vinci-title ), //altBox: $( #da-vinci-alt ), buttonLeft: $( #but1 ), buttonRight: $( #but2 ), yRadius:e, //Y轴距 调整轴距需要给DIV增加高度 xPos: a, //距离左侧边距 yPos: b, //距离顶部边距 speed:0.09, //滚动速度 mouseWheel:true //是否支持鼠标滚轴 }) $("#da-vinci-carousel img").css("border",0) //消除当前效果DIV中的img边框-$ (" # Da-vinci-carousel" ). CloudCarousel ({minScale: 0.25,// ​ ​ the greater the distance the visual line of sight wheelbase closer reflHeight: 40,// ​ ​ reflection transparency reflGap:-2,// ​ ​ reflection of the distance// titleBox: $ (' # da-vinci-title' ),// ​ ​ altBox: $ (' # da-vinci-alt' ), buttonLeft: $ (' # but1' ), buttonRight: $ (' # but2' ), yRadius: e,// ​ ​ Y wheelbase wheelbase adjustments need to increase the height of DIV xPos: a,// ​ ​ from the left margin yPos: b,// ​ ​ margin from the top of the speed: 0.09,// ​ ​ scrolling speed mouseWheel: true// whether to support the mouse roller}) $ (" # da-vinci-carousel img" ). css (" border" , 0) // eliminate the current effects of img border DIV
Platform: | Size: 380928 | Author: qp3db | Hits:

[OpenGL programTagCloud

Description: 在Visual Studio中开发的一个简单的标签云的程序。-In Visual Studio, the development of a simple tag cloud process.
Platform: | Size: 132096 | Author: rgk | Hits:

[JSP/JavaFlash-Tag-Cloud-Demo

Description: JavaScript,hiệ u ứ ng hay
Platform: | Size: 51200 | Author: Thanh | Hits:

[JSP/JavaTag

Description: jsp 实现的标签云。类属于flash实现的功能-jsp to achieve the tag cloud. Category is the flash implementation of the function
Platform: | Size: 3072 | Author: 张庆勇 | Hits:

[JSP/Javatagcloud

Description: 这是网上摘下的百度标签云,其实这是随便上传的-tag cloud
Platform: | Size: 32768 | Author: hzy | Hits:

[FlashMXflash-tag

Description: 使用方法是: 使用SWFObject引用tagcloud.swf时,通过addVariable方法,给其传入tagcloud参数,此参数的值即为标签云需要显示的内容,注意传给 tagcloud 的值必需进行URL编码,可以使用JS的 encodeURIComponent 函数对字符串进行URL编码后赋值给 tagcloud ,也可以直接通过编码工具转码后将编码后的字符串直接传递给tagcloud变量。 代码中 id="cloud" 标签内的内容和需要在flash标签云中显示的内容是相同的,当flash标签云显示时,flash会取代此ID标签的内容。这样做的目的是为了在浏览器不支持JS即不能显示flash标签云时,将内容显示为链接。 -Use is: Using SWFObject reference tagcloud.swf methods by addVariable, its incoming tagcloud parameters, the value of this parameter is the tag cloud to display the content, pay attention to the value passed to the tagcloud necessary URL encoding, you can use the encodeURIComponent function of JS on assigned to the string URL encoded tagcloud, but also directly through coding tools to turn the code will be encoded string is passed directly to the tagcloud variable. Code id = "cloud" the contents of the tag and in the flash tag cloud is the same as when the flash tag cloud display, the flash will replace the contents of this ID tag. The aim is to JS that can not display the flash tag cloud will appear as links in the browser does not support.
Platform: | Size: 31744 | Author: 刘星 | Hits:

[WEB Codecould-tag

Description: 在网页中添加3D云标签,非WordPress版本,支持中文标签,但不支持中文链接-Web page, add the 3D cloud label, non-WordPress version, support for Chinese label, but does not support the Chinese link
Platform: | Size: 10240 | Author: pura | Hits:

[Web Servertag-3d

Description: 3d标签云 3d效果动感十足 随机颜色 绚彩缤纷 可大可小 随意拖拽-Tag Cloud 3D
Platform: | Size: 49152 | Author: luodong | Hits:

[Browser Clienttag-cloud

Description: 使用javascript编写的标签云,鼠标移动到上面,会球形移动-The written tag cloud using javascript, like a ball. when mouse over,it can flow.
Platform: | Size: 3072 | Author: cardinal | Hits:

[WEB Code3dLable

Description: 用JAVASCRIPT开发的3D标签云,放在WEB上非常简单方便,适合不想用FLASH的朋友。-With the JAVASCRIPT developed 3D tag cloud on the WEB very easy, and suitable not want to use FLASH friends.
Platform: | Size: 101376 | Author: 无边际的梦 | Hits:

[JSP/Javathe-3D-spherical-tag-cloud

Description: JavaScript实现的3D球面标签云效果Tags-JavaScript implementation of the 3D spherical tag cloud effects Tags
Platform: | Size: 49152 | Author: 边国龙 | Hits:

[Browser Client3Dcloud

Description: 网页上面显示的3D标签云,实现更多更强有意思的交互效果-3D tag cloud page shown above, more interesting stronger interaction effect
Platform: | Size: 6144 | Author: 周游 | Hits:

[.netAvkan-source

Description: 服务器环境要求: win2003 + .net Framework 3.5 + sql server 2005 1.使用Url重写实现伪静态功能。 2.支持批量导入,自动生成缩略图,大图和原始图。 3.批量导入请将图片上传到Images/Pending目录下。 4.需要在IIS设置将page后缀映射到asp.net处理程序。 5.图片浏览支持放大镜功能。 6.支持自助添加友情链接功能。 7.支持首页自定义推荐功能。 8.首页标签云随机调用。 9.相册浏览使用拼音路径,便于收录。 10.标签云访问使用中文字符的URL编码,便于收录。 用户名密码admin-Server environment requirements: win2003+ NET Framework 3.5+ sql server 2005 for use Url rewrite pseudo-static. Support batch import and automatically generate the thumbnails, and the original image. Bulk import please upload pictures to the Images/Pending directory. Need to set in the IIS page suffix mapped to asp.net handler. 5 Picture browsing support magnifying glass function. 6 support self-Add Link. 7 Support Home Custom Recommended. Home tag cloud random call. Album browsing the Pinyin path, easy included. 10 URL tag cloud access using Chinese characters coded for easy inclusion. User Name Password admin
Platform: | Size: 3105792 | Author: sasgwoi | Hits:

[JSP/Java3D-tag-cloud

Description: 3d标签云:将N个标题以3d球状显示出来-3d tag cloud: the title of the N 3d spherical display
Platform: | Size: 3072 | Author: 王连杰 | Hits:

[JSP/Javad3-cloud-1.0.5

Description: 基于js编写的标签云实现源码,效果很不错-Based on the tag cloud implementation source code written in js, the effect is very good
Platform: | Size: 37888 | Author: wanghong | Hits:
« 12 3 »

CodeBus www.codebus.net