http://themeviewer.com/wordpresshttp://www.wpmix.comhttp://wpthemeland.comhttp://wpthemepark.com/themeshttp://topwpthemes.comhttp://www.devlounge.nethttp://www.wpthemesfree.comhttp://alexking.org/projects/wordpress/themeshttp://www.ndesign-studio.com/resources/wp-themeshttp://www.woothemes.comhttp://www.qualithemes.comและอีกมากมายดูลิ้งได้จากเว็บไซต์ http://codex.wordpress.org/using-themes
google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&cad=rja&uact=8&ved=0CFgQFjADahUKEwjZ3fvmxLzIAhWDGY4KHWXLBhU&url=https%3A%2F%2Fmoz.com%2Fbeginners-guide-to-seo&usg=AFQjCNEwiTCgNNNWInUJNibqiJCnlqcYtw&sig2=umI3NZD5M4BzVNQVF7BEEg
/*'help' => array( 'title' => $txt['help'>, 'href' => $scripturl . '?action=help', 'show' => true, 'sub_buttons' => array( ), ),*/
<li class="copyright">', theme_copyright(), '</li> <li><a id="button_xhtml" href="http://validator.w3.org/check?uri=referer" target="_blank" class="new_win" title="', $txt['valid_xhtml'>, '"><span>', $txt['xhtml'>, '</span></a></li> ', !empty($modSettings['xmlnews_enable'>) && (!empty($modSettings['allow_guestAccess'>) || $context['user'>['is_logged'>) ? '<li><a id="button_rss" href="' . $scripturl . '?action=.xml;type=rss" class="new_win"><span>' . $txt['rss'> . '</span></a></li>' : '', ' <li class="last"><a id="button_wap2" href="', $scripturl , '?wap2" class="new_win"><span>', $txt['wap2'>, '</span></a></li>
<span class="copyright">', theme_copyright(),' <br /> SMF 2.0.2 | <a href="http://www.simplemachines.org/about/smf/license.php" target="_blank">SMF @ 2011</a> | <a href="http://www.simplemachines.org/" target="_blank">Simple Machines</a> <br /> ', !empty($modSettings['xmlnews_enable'>) && (!empty($modSettings['allow_guestAccess'>) || $context['user'>['is_logged'>) ? '<a id="button_rss" href="' . $scripturl . '?action=.xml;type=rss" class="new_win"><span>' . $txt['rss'> . ' </span></a>' : '', ' | <a id="button_wap2" href="', $scripturl , '?wap2" class="new_win"><span> ', $txt['wap2'>, '</span></a><span>','</span> | <a id="button_xhtml" href="http://validator.w3.org/check?uri=referer" target="_blank" class="new_win" title="', $txt['valid_xhtml'>, '"><span>', $txt['xhtml'>, '</span></a></span>
echo ' <span class="smalltext">' . $forum_copyright . '
echo ' <span class="smalltext">' . '
<canvas id="canvas"></canvas>
/*Some basic styles*/* { margin: 0; padding: 0;}#canvas { display: block; /*Fill canvas with black by default*/ background: #000;}
window.onload = function(){ var canvas = document.getElementById("canvas"); var ctx = canvas.getContext("2d"); //Lets make the canvas occupy the full page var W = window.innerWidth, H = window.innerHeight; canvas.width = W; canvas.height = H; //Lets make some particles var particles = [>; for(var i = 0; i < 25; i++) { particles.push(new particle()); } function particle() { //location on the canvas this.location = {x: Math.random()*W, y: Math.random()*H}; //radius - lets make this 0 this.radius = 0; //speed this.speed = 3; //steering angle in degrees range = 0 to 360 this.angle = Math.random()*360; //colors var r = Math.round(Math.random()*255); var g = Math.round(Math.random()*255); var b = Math.round(Math.random()*255); var a = Math.random(); this.rgba = "rgba("+r+", "+g+", "+b+", "+a+")"; } //Lets draw the particles function draw() { //re-paint the BG //Lets fill the canvas black //reduce opacity of bg fill. //blending time ctx.globalCompositeOperation = "source-over"; ctx.fillStyle = "rgba(0, 0, 0, 0.02)"; ctx.fillRect(0, 0, W, H); ctx.globalCompositeOperation = "lighter"; for(var i = 0; i < particles.length; i++) { var p = particles; ctx.fillStyle = "white"; ctx.fillRect(p.location.x, p.location.y, p.radius, p.radius); //Lets move the particles //So we basically created a set of particles moving in random direction //at the same speed //Time to add ribbon effect for(var n = 0; n < particles.length; n++) { var p2 = particles; //calculating distance of particle with all other particles var yd = p2.location.y - p.location.y; var xd = p2.location.x - p.location.x; var distance = Math.sqrt(xd*xd + yd*yd); //draw a line between both particles if they are in 200px range if(distance < 200) { ctx.beginPath(); ctx.lineWidth = 1; ctx.moveTo(p.location.x, p.location.y); ctx.lineTo(p2.location.x, p2.location.y); ctx.strokeStyle = p.rgba; ctx.stroke(); //The ribbons appear now. } } //We are using simple vectors here //New x = old x + speed * cos(angle) p.location.x = p.location.x + p.speed*Math.cos(p.angle*Math.PI/180); //New y = old y + speed * sin(angle) p.location.y = p.location.y + p.speed*Math.sin(p.angle*Math.PI/180); //You can read about vectors here: //http://physics.about.com/od/mathematics/a/VectorMath.htm if(p.location.x < 0) p.location.x = W; if(p.location.x > W) p.location.x = 0; if(p.location.y < 0) p.location.y = H; if(p.location.y > H) p.location.y = 0; } } setInterval(draw, 30);}
โปรดรอ
cymiz.com insurance