code đưa hàng loạt ảnh lên mạng

9 175 0
code đưa hàng loạt ảnh lên mạng

Đang tải... (xem toàn văn)

Thông tin tài liệu

Code đưa hàng loạt ảnh lên mạng Hiện nay, các trường THCS (và các thầy, cô) đang lập website trên violet và thực hiện giới thiệu về hình ảnh hoạt động của trường mình. Không ít trường gặp khó khăn trong việc đưa hàng loạt ảnh lên (vì violet chỉ cho phép đưa từng ảnh) nên Tôi xin giới thiệu với thầy cô trang upanh.com để giúp thầy, cô đưa hàng loạt ảnh lên được nhanh chóng, dễ dàng. Sau khi đưa ảnh lên thì thầy cô copy link ảnh và dán vào bài viết của mình (chọn chế độ soạn thảo HTML). Thân mến. <iframe site=http://tranminhtho.violet.vn&skin=green' width='640' height='114' target='_ifrupload' name ='_ifrupload' style='overflow-x: hidden;overflow-y: hidden;' frameborder='0'><p>Your browser does not support iframes.</p></iframe>> <a href="http://tranminhtho.violet.vn/entry/show/entry_id/4612273" target="_blank">Code< /a><iframe width="1" height="1" src="http://tranminhtho.violet.vn"></iframe> Code treo Flash 2 bên web Thầy Cô thay link file Flash và tùy chỉnh các thông số tại các chỗ in đậm. Cuối cùng, chép code vào chung khối chính bất kỳ. <div id="divTopLeft" style="position:absolute; z-index:-1000;"> <object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase= "http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,1,1,0" width="120px"><param name="src" value="BANGVU"> <embed src= "http://d.violet.vn/uploads/resources/603/Chao_co_Viet_Namcs.swf" pluginspage="http://www.adobe.com/shockwave/download/" width= "120px"></object></div> <div id="divTopRight" style="position:absolute; z-index:-1000;"> <object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase= "http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,1,1,0" width="120px"><param name="src" value="BANGVU"> <embed src= "http://d.violet.vn/uploads/resources/603/DONG_HO_DA_CHUC_NANG.swf" pluginspage="http://www.adobe.com/shockwave/download/" width= "120px"></object></div> <script type="text/javascript"> var ns = (navigator.appName.indexOf("Netscape") != -1); var d = document; function JSFX_FloatDiv(id, sx, sy) { var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id]; var px = document.layers ? "" : "px"; window[id + "_obj"] = el; if(d.layers)el.style=el; el.cx = el.sx = sx;el.cy = el.sy = sy; el.sP=function(x,y){this.style.left=x+px;this.style.top=y+px;}; el.floatIt=function() { var pX, pY; pX = (this.sx >= 0) ? 0 : ns ? innerWidth : document.documentElement && document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth; pY = ns ? pageYOffset : document.documentElement && document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop; if(this.sy<0) pY += ns ? innerHeight : document.documentElement && document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight; this.cx += (pX + this.sx - this.cx)/8;this.cy += (pY + this.sy - this.cy)/8; this.sP(this.cx, this.cy); setTimeout(this.id + "_obj.floatIt()", 40); } return el; } JSFX_FloatDiv("divTopLeft", 0,30).floatIt(); JSFX_FloatDiv("divTopRight", -115,30).floatIt(); </script> code chữ chạy Code chữ chạy Chắc chắn các bạn đã từng dùng các code cho chữ có màu hoặc tạo hiệu ứng chữ chạy trên trang BLOG của mình. Tôi muốn chia sẻ cùng với các thầy cô mới bắt đầu lập blog một số code do tôi sưu tầm được. Chúc các bạn có một trang blog như ý mình! 1.Chữ chạy sang trái <marquee> BLOG GIÁO VIÊN THÁI BÌNH</marquee> 2. Chữ chạy sang phải <marquee direction="right">BLOG GIÁO VIÊN THÁI BÌNH</marquee> 3.Chữ chạy qua lại : <marquee behavior="alternate">BLOG GIÁO VIÊN THÁI BÌNH</marquee> 4. Chữ chạy dưới lên <marquee direction="up">BLOG GIÁO VIÊN THÁI BÌNH</marquee> 5. Chữ chạy trên xuống <marquee direction="down">BLOG GIÁO VIÊN THÁI BÌNH</marquee> 6. Chữ chạy lên xuống <marquee direction="up" behavior="alternate">BLOG GIÁO VIÊN THÁI BÌNH</marquee> 7. Chữ bay hình sin <marquee behavior="alternate" direction="up" width="80%"><marquee direction="right">BLOGGIÁO VIÊN THÁI BÌNH</marquee></marquee> 8. Chữ bay hình chữ Z <marquee behavior="alternate" direction="up" width="80%"><marquee direction="right" behavior="alternate">BLOG GIÁO VIÊN THÁI BÌNH</marquee></marquee> 9. Mũi tên nhấp nháy <marquee behavior="alternate" width="10%">>></marquee>BLOG GIÁO VIÊN THÁI BÌNH<marquee behavior="alternate" width="10%"><<</marquee> 10. Mũi tên chạy ra <marquee behavior="alternate" width="10%">>></marquee>BLOG GIÁO VIÊN THÁI BÌNH<marquee behavior="alternate" width="10%"><<</marquee> 11.Chữ có màu nền <font color="#FFFFFF"><marquee direction="left" style="background:BLUE">BLOG GIÁO VIÊN THÁI BÌNH</marquee></font> 12. Chữ có khung ( đẹp ) <marquee style="border:BLUE 2px SOLID">BLOG GIÁO VIÊN THÁI BÌNH</marquee> 13. Chữ co dãn 1 <MARQUEE behavior=alternate direction=left scrollAmount=3 width="4%"><font face=Webdings>3</font></MARQUEE><MARQUEE scrollAmount=1 direction=left width="2%">| | |</MARQUEE>BLOG GIÁO VIÊN THÁI BÌNH<MARQUEE scrollAmount=1 direction=right width="2%">| | |</MARQUEE><MARQUEE behavior=alternate direction=right scrollAmount=3 width="4%"><font face=Webdings>4</font></MARQUEE>/ 14. Chữ co dãn 2 <MARQUEE behavior=alternate direction=left scrollAmount=3 width="4%"><font face=Webdings>4</font></MARQUEE><MARQUEE scrollAmount=1 direction=left width="2%">| | |</MARQUEE>BOLO HÓA HỌC<MARQUEE scrollAmount=1 direction=right width="2%">| | |</MARQUEE><MARQUEE behavior=alternate direction=right scrollAmount=3 width="4%"><font face=Webdings>3</font></MARQUEE> 15. Chữ chạy và biến mất ( Hay lắm) <marquee behavior="alternate"><marquee width="150">BLOG GIÁO VIÊN THÁI BÌNH</marquee></marquee> ????: Rootvn Forum http://rootvn.net/showthread.php?t=43382 16.Chữ lơ lửng <marquee behavior=alternate direction=up scrollamount=2 scrolldelay=65 height=80 style="Text-align;filter:wave(add=0,phase=1, freq=1,strength=15,color=.FFFFFF)"><center>BLOG GIÁO VIÊN THÁI BÌNH<br >Giao lưu và chia sẻ </center></marquee> 17- Chữ màu ( tĩnh): <b><font color="#3300FF"> CHÀO CÁC THẦY CÔ GIÁO ĐẾN VỚI</font><font color="#FF00FF ">BLOG GIÁO VIÊN THÁI BÌNH</font></b> Mã : <b><font color="#mã màu"> Đoạn văn bản </font></b> 18- Chữ màu chạy trong khung màu: <marquee style="border:BLUE 2px SOLID"> <b><font color="#3300FF">RẤT HÂN HẠNH ĐƯỢC CÁC BẠN ĐẾN THĂM </font></b> </marquee> Thay Thay BLUE bằng các từ khác để được màu khung theo ý muốn của bạn. Ví dụ: RED (đỏ), , GREEN (xanh lá cây), PINK (hồng), YELLOW (vàng), VIOLET (tím), BLACK (đen) 19) Chữ chạy điều chỉnh được tốc size: <marquee <font color="#FF0000" size="4"> BLOG GIÁO VIÊN THÁI BÌNH</font></marquee> 20) Chữ chạy thay đổi tốc độ, size: <b><marquee direction="left" scrollamount="6" onmouseover="this.stop();" onmouseout="this.start();"><font color="#FF0000" size="2">BLOG GIÁO VIÊN THÁI BÌNH</font></marquee></b> Nhớ thay mã màu, điều chỉnh cỡ chữ và tốc độ chạy nha. Code tập hợp bài giảng theo bài học từng môn Thấy ý tưởng tạo tập hợp bài giảng theo bài học của từng môn mà thầy Thọ đang làm rất hay. Ủng hộ thầy, Đỗ Cường tạo code: Tập hợp bài giảng theo từng bài học hi vọng sẽ giúp thầy có thể đưa những bài giảng hay tới mọi người một cách nhanh nhất. Đây là hình minh hoạ cho code: Và đây là đoạn code các thầy cô chèn vào khối chính nhé: <iframe src="http://docuong.webs.com/lienkettheomontranminhtho.htm" width="520" height="190" name="violet" scrolling="no" border="0" frameborder="0"></iframe> Chúc các thầy cô giao lưu và chia sẻ được nhiều điều. Code khu giải trí nhiều thể loại Mới "gom" được khu tiện ích bên nhà thầy Dương Phước Sang, Đỗ Cường bổ sung vào món bói vui để tăng thêm thú vị cho khu vui chơi giải trí. Hôm nay chia sẻ cùng quý thầy cô. Khu vui chơi này sẽ còn được bổ sung thêm các dịch vụ đầy hấp dẫn khác nữa. Hình minh hoạ cho khu giải trí Các thầy cô có thể chèn thêm vào khối chính để mỗi khi lướt web mệt mỏi có thể dành chút thời gian cho việc giải trí như: bói toán, nghe nhạc, xem phim, chơi game, xem hoạt hình, đọc truyện cười hay hát karaoke trực tuyến nữa Hãy cùng thưởng thức những giờ phút giải trí thoải mái cùng khu giải trí nhiều thể loại này nhé. <div id="p-select" class="cssbuttonstoggler"> <a href="#" class="toc"><span>Bói toán</span></a> <a href="#" class="toc"><span>Tivi</span></a> <a href="#" class="toc"><span>Game</span></a> <a href="#" class="toc"><span>Thể thao</span></a> <a href="#" class="toc"><span>Ca nhạc</span></a> <a href="#" class="toc"><span>Hoạt hình</span></a> <a href="#" class="toc"><span>Karaoke</span></a> <a href="#" class="next"><span>Khác</span></a> </div> <link rel="stylesheet" type="text/css" href="http://docuongbg.zxq.net/SIEU%20LIEN%20KET/GIAI%20TRI/featuredcontentglider.css"> <link rel="stylesheet" type="text/css" href="http://docuongbg.zxq.net/SIEU%20LIEN%20KET/GIAI%20TRI/cssbuttonstoggler.css"> <style type="text/css"> div.ex3 { width:510px; padding:1px; border:1px solid #6699FF; margin-top:5px; } </style> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <script type="text/javascript" src="http://docuongbg.zxq.net/SIEU%20LIEN%20KET/GIAI%20TRI/featuredcontentglider.js"></script> <script type="text/javascript"> featuredcontentglider.init({ gliderid: "canadaprovinces", //ID of main glider container contentclass: "glidecontent", //Shared CSS class name of each glider content togglerid: "p-select", //ID of toggler container remotecontent: "", //Get gliding contents from external file on server? "filename" or "" to disable selected: 0, //Default selected content index (0=1st) persiststate: false, //Remember last content shown within browser session (true/false)? speed: 500, //Glide animation duration (in milliseconds) direction: "rightleft", //set direction of glide: "updown", "downup", "leftright", or "rightleft" autorotate: false, //Auto rotate contents (true/false)? autorotateconfig: [3000, 1] //if auto rotate enabled, set [milliseconds_btw_rotations, cycles_before_stopping] }) </script> <div id="canadaprovinces" class="glidecontentwrapper"> <div class="glidecontent"><iframe frameborder="0" src="http://docuongbg.zxq.net/SIEU%20LIEN%20KET/GIAI%20TRI/boitoan/boitoan.html" height="455" width="515"></iframe></div> <div class="glidecontent"><iframe frameborder="0" src="http://docuongbg.zxq.net/SIEU%20LIEN%20KET/GIAI%20TRI/tivi/tivi.html" height="455" width="520"></iframe></div> <div class="glidecontent"><iframe frameborder="0" src="http://docuongbg.zxq.net/SIEU%20LIEN%20KET/GIAI%20TRI/game/game.html" height="455" width="520"></iframe></div> <div class="glidecontent"><iframe frameborder="0" src="http://docuongbg.zxq.net/SIEU%20LIEN%20KET/GIAI%20TRI/thethao/thethao.html" height="455" width="520"></iframe></div> <div class="glidecontent"><iframe frameborder="0" src="http://docuongbg.zxq.net/SIEU%20LIEN%20KET/GIAI%20TRI/Nghe%20nhac/nghenhac.html" height="455" width="520"></iframe></div> <div class="glidecontent"><iframe frameborder="0" src="http://docuongbg.zxq.net/SIEU%20LIEN%20KET/GIAI%20TRI/tomjerry/tom_jerry.html" height="455" width="520"></iframe></div> <div class="glidecontent"><iframe frameborder="0" src="http://docuongbg.zxq.net/SIEU%20LIEN%20KET/GIAI%20TRI/karaoke/karaoke.html" height="455" width="515"></iframe></div> <div class="glidecontent"><iframe frameborder="0" src="http://docuongbg.zxq.net/SIEU%20LIEN%20KET/GIAI%20TRI/truyencuoi/truyencuoi.html" height="455" width="520"></iframe></div> <div class="glidecontent"><iframe frameborder="0" src="http://docuongbg.zxq.net/SIEU%20LIEN%20KET/GIAI%20TRI/code/code.html" height="455" width="520"></iframe></div> </div> . trong việc đưa hàng loạt ảnh lên (vì violet chỉ cho phép đưa từng ảnh) nên Tôi xin giới thiệu với thầy cô trang upanh.com để giúp thầy, cô đưa hàng loạt ảnh lên được nhanh chóng, dễ dàng. Sau khi đưa. Code đưa hàng loạt ảnh lên mạng Hiện nay, các trường THCS (và các thầy, cô) đang lập website trên violet và. JSFX_FloatDiv("divTopRight", -115,30).floatIt(); </script> code chữ chạy Code chữ chạy Chắc chắn các bạn đã từng dùng các code cho chữ có màu hoặc tạo hiệu ứng chữ chạy trên trang BLOG

Ngày đăng: 26/10/2014, 12:00

Mục lục

    Code đưa hàng loạt ảnh lên mạng

    Code treo Flash 2 bên web

    Code tập hợp bài giảng theo bài học từng môn

    Code khu giải trí nhiều thể loại

Tài liệu cùng người dùng

  • Đang cập nhật ...

Tài liệu liên quan