Results for ගැජට්

Social Comment box එකක් Blog + Website

December 26, 2014
Blog එකකට හෝ website එකකට අත්‍යාවශ්‍ය අන්ගයක් වන්නේ Commentbox එකයි. ඒත් සාම්ප්‍රදායික bloger,wordpress හෝ other comment box එකකින් අපිට සෑහීමකට පත්වෙන්න නම් බෑ. මොකද දැන්තියෙන facebook,google+,yahoo,twitter මේ හැම වැඩකෑල්ලකටම හරියන comment box  එකක් වෙන්න ඕන. site එකට වගේම comment එක දාන කෙනාටත් උපරිම ප්‍රයෝජනය ගන්න පුලුවන් වෙන්න ඕන . මේ හැමදේකින්ම සපිරි  comment box එකක් තමයිDisqus  කියන්නේ මේක භාවිතයෙන් FBlike tweet google+ එහෙම දාන්නත් share කරන්නත් පහසුයි. website,blog මේ ඕන එකකට පහසුවෙන් සෙට් කරගන්ණ පුලුවනි.

disqus.com

Facebook Comment box එක අපේ blog එකටත්

June 05, 2012


                   බ්ලොගෙර් බ්ලොග් වල අපිට දි අපිට බ්ලොගෙර් Comments box එකක් Free ලැබෙනවනේ. මම අද කියල දෙන්නේ ඒ ලැබෙන Comment Box එකට අමතරව දැන් බ්ලොග් වල විලාසිතාවක් වෙලා තියෙන මුණුපොතේ Comment පෙට්ටිය ඔයාගේ බ්ලොග් එකටත් අමුණ ගන්නේ කොහොමද කියල දෙන්නයි. ඔයාලටත් පහලින් මම මේක අමුනල තියෙනව පේනව ඇතිනේ... හොදයි මුලින්ම මේ පහලින් තියෙන ලින්කුවෙන් ගිහින් අදාල කොඩ්එක සකසන්න.
URL to comment on කියන තැනට ඔයාගේ සයිට් එකේ ලිපිනය ලබාදීලා කියන Get Code බට්න් එක ඔබන්න.

 එතකොට ඔයාට පහල තියෙනව වගේ code ටිකක් පෙන්නයි දැන් ඕක ඔහොමම තියෙද්දී අලුත් Tab එකක් ඕපන් කරගෙන(press: Ctrl+T),


 ඒකෙන් පහල විදිහට ඔයාගේ බ්ලොග්ටෙම්පලේට් එකට යන්න,

Edit Template ගිහින් ඉහලින් ඇති  Expand Widget Templates යන්න ටික් කරන්න. ඉන්පසු යතුරුපුවරුවේ Ctrl+F ඔබපුවාම ඔයාගේ වෙබ් බ්‍රව්සරේ ඉහලින් හෝ පහලින්(සමහර විට පැත්තෙන්) සර්ච් බාර් එකක් එයි.

හොදයිදැන් ඔයා ඒ සර්ච්බාර් එක පාවිච්චිකරලා කියන කෝඩ්එක තියෙන තැන හොයාගන්න. වැඩිය දුරනෙවේ උඩ හරියෙම ඇති.

ඒකෝඩ් එක හොයාගෙන ඒකට උඩින් අර කොමෙන්ට් බොක්ස් කෝඩ්එකේ 1වැනි කෝඩ් එක පහල විදිහට පේස්ට් කොරන්න.



ඊලගට <b:includable id='comment-form' var='post'> කියන  කෝඩ් එකත් සර්ච්බාර් එක පාවිච්චිකරලා හොයාගෙන ඊට පහලින් කමෙන්ට් බොක්ස් එකේ 2වැනි කෝඩ් එකත් පේස්ට් කරන්න. වැඩේ හරිදකියලා ටෙම්පලේට්ටුව සේව් කොරලම බලන්න එහෙනම් අපිගියා.. 






පොඩි පොඩි java / html කැලි-1

January 25, 2011

                                    මම හිතුවා එක එක දාන්නැතුව කොටස කොටස දාන්න ඕන කියලා මේතියෙන්නේ මම ඔයාලට වැදගත් වෙයි කියලා හිතුව පොඩි පොඩි කෑලි කැමතිනම් අරන් ගිහින් දාගන්න.

                                                                           Visitor and counter





JavaScript Free Code

<!-- this script got from www.javascriptfreecode.com-Coded by: Krishna Eydat -->
<script src=http://fastonlineusers.com/online.php?d=www.mohager.co.sr></script>
<br>
<font face="Tahoma"><a target="_blank" href="http://www.javascriptfreecode.com/"><span style="font-size: 8pt; text-decoration: none">JavaScript Free Code</span></a></font>


                                                                     Text following mouse






























JavaScript Free Code

<!-- this script got from www.javascriptfreecode.com-Coded by: Krishna Eydat -->
<!-- START OF Mouse Cursor Text Trailer DHTML -->


<!-- SUMMARY BRIEF

This DHTML script will make a text message follow
your cursor around the screen. You can change the
message to say whatever you want.

You can change the font face, color and size in
the .trailersytle tag below. You can change the message
in the javascript below that. Just look for the
comment that says "Insert your personal message below."

-->


<!-- Put this portion of the script inside of your <HEAD> tag -->


<style>
.trailerstyle {
position: absolute;
visibility: visible;
top: -50px;
font-size: 12px;
font-family: Arial,Helvetica,Verdana;
font-weight: bold;
color: #000000;
}
</style>

<script>
<!--

var x,y
var step=20
var flag=0

// Insert your personal message below.
// Important: Do NOT remove the space at the end of the sentence!!!

var message=" www.javascriptfreecode.com "
message=message.split("")

var xpos=new Array()
for (i=0;i<=message.length-1;i++) {
xpos[i]=-50
}

var ypos=new Array()
for (i=0;i<=message.length-1;i++) {
ypos[i]=-50
}

function handlerMM(e){
x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX
y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY
flag=1
}

function mousetrailer() {
if (flag==1 && document.all) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+step
ypos[i]=ypos[i-1]
}
xpos[0]=x+step
ypos[0]=y

for (i=0; i<message.length-1; i++) {
var thisspan = eval("span"+(i)+".style")
thisspan.posLeft=xpos[i]
thisspan.posTop=ypos[i]
}
}

else if (flag==1 && document.layers) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+step
ypos[i]=ypos[i-1]
}
xpos[0]=x+step
ypos[0]=y

for (i=0; i<message.length-1; i++) {
var thisspan = eval("document.span"+i)
thisspan.left=xpos[i]
thisspan.top=ypos[i]
}
}
var timer=setTimeout("mousetrailer()",30)
}

//-->
</script>


<!-- Put this code inside of your <BODY> tag. -->


<script>
<!--

for (i=0;i<=message.length-1;i++) {
document.write("<span id='span"+i+"' class='trailerstyle'>")
document.write(message[i])
document.write("</span>")
}

if (document.layers){
document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;

//-->
</script>


<!-- Lastly, insert the following into the <BODY> tag, itself, just like the example that follows. -->



<body onLoad="mousetrailer()" style="width:100%;overflow-x:hidden;overflow-y:scroll">


<!-- END OF Mouse Cursor Text Trailer DHTML -->
<font face="Tahoma"><a target="_blank" href="http://www.javascriptfreecode.com/"><span style="font-size: 8pt; text-decoration: none">JavaScript Free Code</span></a></font>



 

google search

January 25, 2011
                                      
                          Google search engine එක ඔයාගේ බ්ලොග් එකට set කරගන්න ඕනි අය ඉන්නවනම් ඒ අයට මේ code කැල්ල වැඩක් වෙයි.

<!-- this script got from www.javascriptfreecode.com-Coded by: Krishna Eydat -->
<!-- Search Google -->
<center>
<FORM method=GET action="http://www.google.com/search">
<TABLE bgcolor="#FFFFFF"><tr><td>
<A HREF="http://www.google.com/">
<IMG SRC="http://www.google.com/logos/Logo_40wht.gif" <br></A>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT TYPE=hidden name=hl value="en">
<INPUT type=submit name=btnG VALUE="Google Search">
</td></tr></TABLE>
</FORM>
</center>
<!-- Search Google -->

<font face="Tahoma"><a target="_blank" href="http://www.javascriptfreecode.com/"><span style="font-size: 8pt; text-decoration: none">JavaScript Free Code</span></a></font>
 














JavaScript Free Code

blog එකට stars වැස්ස

January 25, 2011
                    
                               මේ දවස්වල ඉතිං ආයේ කියලා වැඩක් නැනේ tv , news paper , radio  සගරා මේ කොයිකෙත් දැන් stars නේ හොදවෙලාවට මට නම් star star පිස්සුව තවම බෝ වේලා නෑ. ඒත් මම හිතුවා star ටිකක් ඔයාලගේ blog එකට එහෙම දාගන්න දෙන්න ඕන හින්දා ගෙනත් දෙන්න. මේ html code එකක් කැමතිනම් අරගෙන දාගන්න. මේතියෙන්නේ code එක

<!-- This Script is from www.htmlfreecodes.com, Coded by: Krishna Eydat-->

<script>
// Set the number of snowflakes (more than 30 - 40 not recommended)
var snowmax=35

// Set the colors for the snow. Add as many colors as you like
var snowcolor=new Array("#aaaacc","#ddddFF","#ccccDD")

// Set the fonts, that create the snowflakes. Add as many fonts as you like
var snowtype=new Array("Arial Black","Arial Narrow","Times","Comic Sans MS")

// Set the letter that creates your snowflake (recommended:*)
var snowletter="*"

// Set the speed of sinking (recommended values range from 0.3 to 2)
var sinkspeed=0.6

// Set the maximal-size of your snowflaxes
var snowmaxsize=22

// Set the minimal-size of your snowflaxes
var snowminsize=8

// Set the snowing-zone
// Set 1 for all-over-snowing, set 2 for left-side-snowing
// Set 3 for center-snowing, set 4 for right-side-snowing
var snowingzone=3

///////////////////////////////////////////////////////////////////////////
// CONFIGURATION ENDS HERE
///////////////////////////////////////////////////////////////////////////


// Do not edit below this line
var snow=new Array()
var marginbottom
var marginright
var timer
var i_snow=0
var x_mv=new Array();
var crds=new Array();
var lftrght=new Array();
var browserinfos=navigator.userAgent
var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
var ns6=document.getElementById&&!document.all
var opera=browserinfos.match(/Opera/)
var browserok=ie5||ns6||opera

function randommaker(range) {
rand=Math.floor(range*Math.random())
return rand
}

function initsnow() {
if (ie5 || opera) {
marginbottom = document.body.clientHeight
marginright = document.body.clientWidth
}
else if (ns6) {
marginbottom = window.innerHeight
marginright = window.innerWidth
}
var snowsizerange=snowmaxsize-snowminsize
for (i=0;i<=snowmax;i++) {
crds[i] = 0;
lftrght[i] = Math.random()*15;
x_mv[i] = 0.03 + Math.random()/10;
snow[i]=document.getElementById("s"+i)
snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
snow[i].size=randommaker(snowsizerange)+snowminsize
snow[i].style.fontSize=snow[i].size
snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
snow[i].sink=sinkspeed*snow[i].size/5
if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
snow[i].style.left=snow[i].posx
snow[i].style.top=snow[i].posy
}
movesnow()
}

function movesnow() {
for (i=0;i<=snowmax;i++) {
crds[i] += x_mv[i];
snow[i].posy+=snow[i].sink
snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i]);
snow[i].style.top=snow[i].posy

if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
snow[i].posy=0
}
}
var timer=setTimeout("movesnow()",50)
}

for (i=0;i<=snowmax;i++) {
document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")
}
if (browserok) {
window.onload=initsnow
}
</script>

<font face="Tahoma"><a target="_blank" href="http://www.htmlfreecodes.com/"><span style="font-size: 8pt; text-decoration: none">HTML Free Code</span></a></font>




HTML Free Code

ලස්සනද?

blog එකට වැඩ කෑලි

December 26, 2010


                                          මේ කියන්න හදන්නේ අපේ බ්ලොග් එකට සෙට් කරන්න වැඩ කෑල්ලක්. මේවගේ වැඩ කෑල්ලක් දාලා තමන්ගේ බ්ලොග් කට්ට ලස්සන කර ගන්න. කව්ද අකමැති. මේ මොකද්ද කියල තාම මම කිව්වේ නෑනේ. මේ ගුගල් මැප්ස් අපේ බ්ලොග් එකට දානවිදිහ. මුලින්ම Design කියන එක ටයන්න Add a Gadget කියන එකට කොටන්න. HTML/JavaScript එකක් ලබාගන්න. Title එකට කැමති නමක් දෙන්න Content එකේ මේ ටික කොටන්න.

<iframe frameborder="0" width="600" height="400" scrolling="no" src="http://www.mapmyplace.com/direct.php">Please update your browser</iframe>

හරි දැන් save කරල බ්ලොග්එකට gohing බලන්න. gohing විතරක් මදි නගරයක් හොයල බලන්න.



අපේ බ්ලොග් එකට මුදල් පර්වර්තකයක්

November 16, 2010

                                     
                                     එහෙ නම් ආයෙ කියන්න දෙයක් නෑනෙ මාතෘකාව දැක්කම තේරෙනවනෙ අද මම මොකද්ද ගනල්ල තියෙන්නෙ කියල අපිට නිතරම අවශ්‍යවන ගැජට් කෑල්ලක් මේ කැජට් එක ගන්න මේ සයිට් එකේ රෙජිස්ටර් වෙන්න ඕනිනැ නොමිලේ තමයි දෙන්නේ දකුණුපැත් තේ මම නම් ඕක සෙට් කරගත්තා ඕගොල්ලන්න ඕනි නම් මේකේ පාට සයිස් එක වෙනස් කරල හෙම අරන් සෙට්කරල බලන්නකෝ ආ.. තව එකක් අමතක උනා මේක බ්ලොග් එකට සෙට් කරන්නම ඕනිනෑ වැඩ කරන්න.
                                                           
                                                                        මෙතනින් සයිට්එකට යන්න.
Powered by Blogger.