ගේම් ගැන හැමදේම තේරෙන සිංහලෙන්

අලුත් ගේම්,පරණ ගේම්,ගේම් ට්‍රික්ස්,හොර වැඩ,ඇතුළු හැමදේම ගැන සිංහලෙන් කියල දෙන ලංකාවේ අපේ වැඩක්.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Showing posts with label blog. Show all posts
Showing posts with label blog. Show all posts

Thursday, July 19, 2012

පට්ට රේඩියෝ ප්ලේයර් එකක් බ්ලොගේට දාගන්න


                               අපොයි ගොඩාක් කාලෙකට පස්සේ මේ පැත්තට ආව. පොඩි වෙනස්කම් කීපයකුත් කළා බ්ලොග් එකේ :D. පොස්ට් එකක්වත් දාන්න මේ පැත්තට එන්න වෙන්නේ නැ. කොහොම හරි මම නෙට් එකේ ඉද්දි පට්ට බාන්ඩයක් හම්බුනා. නියම රේඩියෝ ප්ලේයර එකක්.කලින් හිරු එෆ්.එම් රේඩියෝව බ්ලොගේට දාගන්න හැටි මම කිවනේ ඒ ලිපිය බලන්න මෙතනට යන්න  . එත මේක ඊට වඩා විශේෂයි. මේකේ තියෙන විශේෂත්වය තමයි මේ ගැජට් එකේ රේඩියෝ චැනල් 15 තියෙනවා.ඔන්න මාව සුවර් නැත්තම් Live Demo එක බලාගන්නකෝ. කොහොමද බඩු නියමයි නේද.වැඩිය කියන්න දෙයක් නැ බ්ලොගේට දාගෙන බලන්න.
                                                            
                                                             

         මෙන්න මේ ෆයිල් එක ඩවුන්ලෝඩ් කරගන්න(1.23 kb). කෝඩ් එක එකේ තියෙනවා. කරන්න තියෙන්නේ 
Design -------> Page Elements -------> Add a Gadget -------> HTML/JavaScript  ගිහින් අර ෆයිල් එකේ තිබ්බ කෝඩ් එක පේස්ට් කල්ල සේව් කරන්න වැඩේ ගොඩ...

හොදයිනම් කමෙන්ටුවක් දාලම යන්ඩ .

Monday, August 8, 2011

බ්ලොග් පොස්ට් ඒක copy කිරීම වලක්වමුද.

බ්ලොග් එකට ගොඩක් දවසකින් එන්න බැරිඋන නිසා ගෙදරට හොරෙන්   හොම හරි කොම්පුටරේ දාගත්ත,අම්ම දැනගත්ත්නම් එහෙම මල ජංජාලයයි.කොහොම හරි මමත් බ්ලොග් එකක් පටන් ගත්තනේ.ඒක පාලුවට ඇරලා කොහොමද? ඒක හින්ද වටිනා කියන දෙයක් දන්නා ඕන කියල හිත හිත ඉද්දි මට තවත් ජින්ජිබිරිස් එකක් හම්බුනා.මම ඉතින් හම්බෙන හැම කුනුගොදක්ම මගේ බ්ලොග් එකට දාගන්නවනේ.ඒ වෙලාවට කොහොමද මගේ යාලුවෝ අමතක නොකර.ඒක නිසා මේක ඔයාලට දෙන්න හිතුව.
      
 මේක තවත් බ්ලොග් වැඩ කැල්ලක් මේකෙන් ඔයාලගේ බ්ලොග් එකේ තියෙන කිසිම දෙයක් කාටවත්ම කොපි කරන්න බැ.


දැන්  බ්ලොග් එකේ page element ගිහින් add Gadget දීලා HTML/Java කියන ඒක ඔබල පහල තියෙන note ඒක copy කරලා paste කරගන්න්ටකෝ.


 <!--Disable Copy And Paste-->

<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>