23 Sept 2012

ဘေလာ့မွာ Rainbow animation ေတြလုပ္ၾကည့္မယ္


  • ပထမဆုံး  Sign In to you Blogger Account.
  • ဆက္လက္ျပီး   Blogger Sing In->Edit HTML
  • <head>   ဆိုတဲ့ကုဒ္ကို ရွာလိုက္ပါ ေတြ႕ျပီဆိုတာနဲ႕..ေအာက္ကေပးထားတဲံကုဒ္ေတြကို သူ႕ေအာက္ကေန ကပ္ထည့္လိုက္ပါ။
<script type='text/javascript'>
//<![CDATA[
var rate = 20;
if (document.getElementById)
window.onerror=new Function("return true")
var objActive;  // The object which event occured in
var act = 0;    // Flag during the action
var elmH = 0;   // Hue
var elmS = 128; // Saturation
var elmV = 255; // Value
var clrOrg;     // A color before the change
var TimerID;    // Timer ID
if (document.all) {
document.onmouseover = doRainbowAnchor;
document.onmouseout = stopRainbowAnchor;
}
else if (document.getElementById) {
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
document.onmouseover = Mozilla_doRainbowAnchor;
document.onmouseout = Mozilla_stopRainbowAnchor;
}
function doRainbow(obj)
{
if (act == 0) {
act = 1;
if (obj)
objActive = obj;
else
objActive = event.srcElement;
clrOrg = objActive.style.color;
TimerID = setInterval("ChangeColor()",100);
}
}
function stopRainbow()
{
if (act) {
objActive.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
function doRainbowAnchor()
{
if (act == 0) {
var obj = event.srcElement;
while (obj.tagName != 'A' && obj.tagName != 'BODY') {
obj = obj.parentElement;
if (obj.tagName == 'A' || obj.tagName == 'BODY')
break;
}
if (obj.tagName == 'A' && obj.href != '') {
objActive = obj;
act = 1;
clrOrg = objActive.style.color;
TimerID = setInterval("ChangeColor()",100);
}
}
}
function stopRainbowAnchor()
{
if (act) {
if (objActive.tagName == 'A') {
objActive.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
}
function Mozilla_doRainbowAnchor(e)
{
if (act == 0) {
obj = e.target;
while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {
obj = obj.parentNode;
if (obj.nodeName == 'A' || obj.nodeName == 'BODY')
break;
}
if (obj.nodeName == 'A' && obj.href != '') {
objActive = obj;
act = 1;
clrOrg = obj.style.color;
TimerID = setInterval("ChangeColor()",100);
}
}
}
function Mozilla_stopRainbowAnchor(e)
{
if (act) {
if (objActive.nodeName == 'A') {
objActive.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
}
function ChangeColor()
{
objActive.style.color = makeColor();
}
function makeColor()
{
// Don't you think Color Gamut to look like Rainbow?
// HSVtoRGB
if (elmS == 0) {
elmR = elmV;    elmG = elmV;    elmB = elmV;
}
else {
t1 = elmV;
t2 = (255 - elmS) * elmV / 255;
t3 = elmH % 60;
t3 = (t1 - t2) * t3 / 60;
if (elmH < 60) {
elmR = t1;  elmB = t2;  elmG = t2 + t3;
}
else if (elmH < 120) {
elmG = t1;  elmB = t2;  elmR = t1 - t3;
}
else if (elmH < 180) {
elmG = t1;  elmR = t2;  elmB = t2 + t3;
}
else if (elmH < 240) {
elmB = t1;  elmR = t2;  elmG = t1 - t3;
}
else if (elmH < 300) {
elmB = t1;  elmG = t2;  elmR = t2 + t3;
}
else if (elmH < 360) {
elmR = t1;  elmG = t2;  elmB = t1 - t3;
}
else {
elmR = 0;   elmG = 0;   elmB = 0;
}
}
elmR = Math.floor(elmR).toString(16);
elmG = Math.floor(elmG).toString(16);
elmB = Math.floor(elmB).toString(16);
if (elmR.length == 1)    elmR = "0" + elmR;
if (elmG.length == 1)    elmG = "0" + elmG;
if (elmB.length == 1)    elmB = "0" + elmB;
elmH = elmH + rate;
if (elmH >= 360)
elmH = 0;
return '#' + elmR + elmG + elmB;
}
//]]>
</script>

မေဆ့မွီ preview နဲ႕ၾကည့္လိုက္ပါေနာ္..အိုေချပီဆိုတာနဲ႕...
  • Save လို႕ရပါျပီ . !

Flash နာရီေလးေတြ႔ ဘေလာ့မွာ အလွဆင္ဖို႕

stylish clock bloggerNetOopsblog protected image
သည္တစ္ခါ ေရးမယ့္ပို႕စ္ေလးကေတာ့ သိပ္မထူးဆန္းေပမယ့္  ဘေလာ့ဆိုဒ္တိုင္းမွာ မရွိမျဖစ္ လိုအပ္တဲ့.. အရာေလးတစ္ခုဆိုမမွားပါဘူးး  ဖလက္ဒီဇိုင္းေလးနဲ႕ လွဳပ္ရွားေနတဲ့
နာရီဒီဇိုင္းအလန္းေလးေတြပါ။ သေဘာက်လိမ့္မယ္ဆိုတာ ေမွ်ာ္လင့္ပါတယ္ေနာ္...
ကဲ..ႏွစ္သက္ရာကိုေရြးခ်ယ္ ယူေဆာင္သြားနိဳင္ၾကပါျပီ...။....။




  • ပထမဆုံး SignIn  လုပ္လုိက္ပါ။
  • ေနာက္ထပ္ဆက္ျပီး  Design->Page Elements
  •  Add Gadget ကိုကလစ္လိုက္ပါ။
  • အဲထဲမွာ  HTML/javascript ကိုကလစ္ျပီးက်လာတဲ့ ေဘာက္ေလးထဲမွာ မိမိတို႕ လိုျခင္တဲ့ ကုဒ္ေတြကို ထည့္ျပီး save လိုက္ပါ။
မွတ္ခ်က္...။      ။   ပုံေလးေတြကေတာ့အရွင္ေလးေတြေနာ္.. flash ဒီဇိုင္းေပါ့..အေျခေနရ                    ပုံေသေလးေတြတင္လုိက္ရတာ နားလည္ေပးပါ။

Add Stylish Flash Clock 1


  • အထက္က ပုံေလးရဲ႕ ကုဒ္က ေအာက္မွာေနာ္..ယူလုိက္..
<div class="noop-clock"><center><embed height="140" src="http://www.hitarek.com/clock/clock24-6.swf?TimeZone=IST&amp;Place=&amp;" type="application/x-shockwave-flash" width="210"></embed></center><center><a style="font-size: 3mm" target="_blank" href="http://www.hitarek.com">Free Clock</a></center></div>

Add Stylish Flash Clock 2


  • အထက္က ပုံေလးရဲ႕ ကုဒ္က ေအာက္မွာေနာ္..ယူလုိက္..
<div class="noop-clock"><center><!-- hitarek.com --><embed width="210" src="http://www.hitarek.com/clock/clock24-2.swf?TimeZone=IST&Place=&" height="140"  type="application/x-shockwave-flash"></embed></center><center><a style="font-size: 3mm" target="_blank" href="http://www.hitarek.com">Free Clock</a></center></div>

Add Stylish Flash Clock 3


  • အထက္က ပုံေလးရဲ႕ ကုဒ္က ေအာက္မွာေနာ္..ယူလုိက္..
<div class="noop-clock"><center><!-- hitarek.com --><embed width="120" src="http://www.hitarek.com/clock/clock5-1.swf?TimeZone=IST&Place=&" height="230" wmode="transparent" type="application/x-shockwave-flash"></embed></center><center><a style="font-size: 3mm" target="_blank" href="http://www.hitarek.com">Free Clock</a></center></div>

Add Stylish Flash Clock4

  • အထက္က ပုံေလးရဲ႕ ကုဒ္က ေအာက္မွာေနာ္..ယူလုိက္..
<div class="noop-clock"><center><embed height="230" src="http://www.hitarek.com/clock/clock5-2.swf?TimeZone=IST&amp;Place=&amp;" type="application/x-shockwave-flash" width="120" wmode="transparent"></embed></center><center><a style="font-size: 3mm" target="_blank" href="http://www.hitarek.com">Free Clock</a></center></div>

Add Stylish Flash Clock4

  • အထက္က ပုံေလးရဲ႕ ကုဒ္က ေအာက္မွာေနာ္..ယူလုိက္..
<div class="noop-clock">
<center><iframe allowtransparency="true" frameborder="0" height="148" hspace="0" marginheight="0" marginwidth="0" scrolling="no" src="http://www.hitarek.com/animation/dolls5.html" vspace="0" width="100"></iframe></center><center><a href="http://netoopsblog.blogspot.com/" style="font-size: 2mm;" target="_blank">FreeWidgets</a></center></div><center><a style="font-size: 3mm" target="_blank" href="http://www.hitarek.com">Free Clock</a></center>

Add Stylish Flash Clock5

  • အထက္က ပုံေလးရဲ႕ ကုဒ္က ေအာက္မွာေနာ္..ယူလုိက္..
<div class="noop-clock">
<center><!-- hitarek.com --><embed width="130" src="http://www.hitarek.com/clock/clock11-4.swf?TimeZone=IST&Place=&" height="130" wmode="transparent" type="application/x-shockwave-flash"></embed></center><center><a style="font-size: 3mm" target="_blank" href="http://www.hitarek.com">Free Clock</a></center></div>

Add Stylish Flash Clock6


အထက္က ပုံေလးရဲ႕ ကုဒ္က ေအာက္မွာေနာ္..ယူလုိက္..

<div class="noop-clock">
<center><!-- hitarek.com --><embed width="160" src="http://www.hitarek.com/clock/clock25-9.swf?TimeZone=IST&Place=&" height="160" wmode="transparent" type="application/x-shockwave-flash"></embed></center><center><a style="font-size: 3mm" target="_blank" href="http://www.hitarek.com">Free Clock</a></center>
</div>

Add Stylish Flash Clock#



  • အထက္က ပုံေလးရဲ႕ ကုဒ္က ေအာက္မွာေနာ္..ယူလုိက္..
<div class="noop-clock">
<center><!-- hitarek.com --><embed width="140" src="http://www.hitarek.com/clock/clock22-5.swf?TimeZone=IST&Place=&" height="180"  type="application/x-shockwave-flash"></embed></center><center><a style="font-size: 3mm" target="_blank" href="http://www.hitarek.com">Free Clock</a></center>
</div>

Add Stylish Flash Clock 7



  • အထက္က ပုံေလးရဲ႕ ကုဒ္က ေအာက္မွာေနာ္..ယူလုိက္..
<div class="noop-clock">
<object><param name="movie" value="http://flash-clocks.com/free-flash-clocks-for-websites/free-flash-clock-24.swf"><embed src="http://flash-clocks.com/free-flash-clocks-for-websites/free-flash-clock-24.swf" width="150" height="150" wmode="transparent"> </embed></object>

</div>

Add Stylish Flash Clock 8


  • အထက္က ပုံေလးရဲ႕ ကုဒ္က ေအာက္မွာေနာ္..ယူလုိက္..
<div class="noop-clock">
<object><param name="movie" value="http://flash-clocks.com/free-flash-clocks-for-websites/free-flash-clock-15.swf"><embed src="http://flash-clocks.com/free-flash-clocks-for-websites/free-flash-clock-15.swf" width="150" height="150" wmode="transparent"> </embed></object>

</div>

Add Stylish Flash Clock 9


  • အထက္က ပုံေလးရဲ႕ ကုဒ္က ေအာက္မွာေနာ္..ယူလုိက္..
<div class="noop-clock">
<embed src=http://flash-clocks.com/free-flash-clocks-blog-topics/free-flash-clock-175.swf width=200 height=200 wmode=transparent type=application/x-shockwave-flash></embed>

</div>

Add Stylish Flash Clock 10

  • အထက္က ပုံေလးရဲ႕ ကုဒ္က ေအာက္မွာေနာ္..ယူလုိက္..
<div class="noop-clock">
<embed src=http://flash-clocks.com/free-flash-clocks-blog-topics/free-flash-clock-150.swf width=200 height=200 wmode=transparent type=application/x-shockwave-flash></embed>

</div>

Add Stylish Flash Clock@


  • အထက္က ပုံေလးရဲ႕ ကုဒ္က ေအာက္မွာေနာ္..ယူလုိက္..
<div class="noop-clock">
<object><param name="movie" value="http://flash-clocks.com/free-flash-clocks-for-websites/free-flash-clock-63.swf"><embed src="http://flash-clocks.com/free-flash-clocks-for-websites/free-flash-clock-63.swf" width="150" height="150" wmode="transparent"> </embed></object>

</div>
ကဲသိတာေတြ..ရွိတာေတြေတာ့ အကုန္ေပးလိုက္ျပီေနာ္.. အဆင္ေျပၾကပါေစေနာ္..
   ေအာင္ေအာင္(မကစ)
 www.ledimyethar.com
 www.depelyin.co.cc
 www.aungkyaw.com

Google +1 button and Badge for Blogger


Google +1 button and Badge for bloggerNetOopsblog protected image
သည္တစ္ခါတင္ေပးမွာေလးကေတာ့ google+1 ေလးးနဲ႕ badge ေလးကို မိမိတို႕ဘေလာ့မွာ ႏွစ္သက္ရာ ထားမယ္ဆိုရင္
လုပ္နည္းေလးကိုအဆင္ေျပသလို တင္ျပေပးလုိက္ပါတယ္..
လုပ္နည္းေလး ေအာက္မွာၾကည့္ပါေနာ္...


  • ပထမဆုံး Sig in to your Blogger
  • ေနာက္ထက္ Layout and click Add Gadget
 
Google +1 button and BadgeNetOopsblog protected image 
  • အဲမွာဘဲ +1 button or Google+ Badge ဆိုတာ ႏွစ္သက္ရာေရြးခ်ယ္ပါ။
  • အကယ္လို႕ ဒါကိုေရြးပါက Google+ badge give page ID
Google +1 button and BadgeNetOopsblog protected image
  •   ျပီးဆုံးပါျပီေနာ္............။

ေအာင္ေအာင္(မကစ)
www.ledimyethar.com
www.depelyin.co.cc
www.aungkyaw.com

ေျပာသြားေသာကြတ္မန္းကိုစတိိုင္အသစ္ေလးလုပ္ရေအာင္





 ေအာက္မွာကုဒ္ယူျပီး  Add  aGatget > HTML >မွာ save လိုက္ရင္okျပီေနာ္
 ေအာက္မွာျပင္ဦးေနာ္  http://aungsanmks.blogspot.com ေနရာမွာမီမီဆိုက္ URL ထည့္ေနာ္


   ►1.  Login လုပ္လုိက္ပါ ဘေလာ့ကာကို
   ►2.  Layout ကိုကလစ္ရပါ့မယ္ မိမိတို႕  Dashboard ကေနေပါ့
   ►3.  Add a Gadget ကိုကလစ္ေပးလုိက္ပါ
   ►4.  HTML/Javascript. ကိုကလစ္ျပီး က်လာတဲ့ ေဘာက္ေလးထဲမွာဘဲ
   ►5.  ေအာက္ကေပးထားတဲ့ ကုဒ္ေတြကို ေကာ္ပီယူ ထည့္လိုက္ပါ
           


လိုအပ္ေသာ ဘေလာ့ဆိုင္ရာနည္းပညာမ်ားအား ေတာင္းဆိုနိဳင္ပါတယ္ က်ေနာ့္ေနရာေလးေတြလာလည္ျခင္ရင္ေတာ့ေအာက္မွာပါ



ဘေလာ့ခရီးသည္သို႕ { ဒီမွာ } သြားလိုက္ပါ
လယ္တီေျမသားသို႕{ ဒီမွာ } သြားလိုက္ပါ
ကြ်န္ေတာ္ႏွင့္ကဗ်ာ{ ဒီမွာ } သြားလိုက္ပါ
စြယ္စုံစာအုပ္စင္{ ဒီမွာ } သြားလိုက္ပါ

ကြန္နက္ရွင္မရွိဘဲ gmail-gtalk ၀င္ၾကမယ္

 သည္တခါေတာ့ ကြန္နက္ရွင္မရွိဘဲ GMAIL-GTALK ေလး၀င္ၾကည့္ရေအာင္...ေနာ္..
ကဲစမယ္ဗ်ာ..ေျပာေနၾကာတယ္..မေျပာရင္မၾကာဘူးးး...ဟိဟိ..

Gmail ဖြင့္လိုလွ်င္-
  • -Firefox ကို ဖြင့္ပါ။
  • -Tools ထဲက Options ကိုႏွိပ္ပါ။
  • -Options ထဲက Advanced ကိုႏွိပ္ပါ။
  • -Advanced ထဲက NETWORK ကိုႏွိပ္ပါ။
  • -NETWORK ထဲက Connection Setting ကို ႏွိပ္ပါ။
  • -manual poxy ေအာက္တြင္ HTTP poxy ေပၚလာလိမ့္မည္။
    ေပၚလာလွ်င္HTTP poxy box တြင္
70.166.177.117 ကိုရုိက္လိုက္ပါ။
ေဘးက Post box တြင္
443 ကိုရိုက္ထည့္လိုက္ပါ။
*အားလံုးၿပီးသြားလွ်င္ OK ႏွင့္ထြက္လိုက္ပါ။ ဒါဆို ရင္ Gmail ဖြင့္လို႔ရပါၿပီ။
ပုံကိုၾကည့္ပါ....

ကဲGmail...အတြက္ေတာ့ အဲလိုနဲ႕အဆင္ေျပေလာက္ပါျပီ..သည္တစ္ခါ ဆက္သြားးၾကမယ္ေနာ္..
Gtalk ဖြင္လိုလွ်င္- 
  • gtalk settings ထဲ၀င္ၿပီး 
  • connection ကိုႏွိပ္ပါ။ 
  • ၿပီးရင္use the following poxy ကိုႏွိပ္
    Host box မွာ 70.166.177.117 
  • ကိုရုိက္ထည့္လိုက္ပါpost box မွာ 443 ကိုရုိက္ထည့္လိုက္ပါ။
ၿပီးရင္ Gtalk ၀င္လို႔ရပါၿပီ။

ေအာက္ကပုံေလးနဲ႕ ရွင္းျပထားပါတယ္....
ကဲ..စမ္းၾကည့္ၾကေပေတာ့ဗ်ာ...  နည္းပညာဆိုတာ ရွာေဖြေလ ေတြ႕ရွိေလဘဲေနာ္.. ေတြ႕ရွိတာေလးေတြကိုလည္း  လယ္တီေျမသား..ဘေလာ့ခရီးသည္ ေလးဆီကို  မွ်ေ၀ၾကအုံးးဂ် တိနားးးးးးးးးးး

မွတ္ခ်က္။              ။ ေနာက္ထပ္အသုံးျပဳနိဳင္ေသာ proxy no မ်ား။


  • 149.5.35.209 ------443
    95.0.42.114 -------443
    94.199.180.41 ---- 443
    94.199.180.37 ----443
    41.238.81.99 -----443
    221.203.79.101 --443
    94.199.180.40--- 443
    94.199.180.39 --- 443
    118.126.5.214---- 443
    84.38.68.107 ---- 443
    14.136.14.124---- 443
    94.199.180.38 ---443
    202.159.115.55--- 443
    188.132.220.71 -- 443
    111.118.179.232 --443
    78.46.96.114 ------443
    87.139.67.211---- 443
    211.239.84.208 --443
    46.38.56.230 ----443
    217.170.194.124 --443
    211.239.84.248 ---443
    182.50.8.213 ------443
    85.214.226.45 -----443
    50.18.4.10 --------443
    204.236.159.251-- 443
    205.204.71.171---- 443
    68.71.61.60-------- 443
    70.36.118.92 ----- 443
    46.20.35.78 ------443
    211.239.84.130 -- 443
    113.192.1.99 -----443
    70.166.177.117 ---443
အားလုံးအတြက္ ေစတနာထားျပီး ေတြ႕သမွ် သိသမွ်ေလးေတြကို ျပန္လည္မွ်ေ၀ေနပါမည္... Facebook မွာလဲ Like ေပးခဲ့ပါက ဖတ္နိဳင္ပါျပီ...တုန္႕ျပန္မွဳအေနျဖင့္ စကားေလးတစ္ခြန္းေတာ့ ခ်န္ေပးေစလိုပါတယ္....ေလးစားစြာျဖင့္.. လယ္တီေျမသား။..............။

Gmail password ေမ့ေနလွ်င္ (သို႕) ခိုးခံရလွ်င္ ေျဖရွင္းနည္း


1။ ဂ်ီေတာ့ ေဘာက္စ့္ေလးထဲမွာရွိတဲ့ Forgot your password? ကိုႏွိပ္လ္ိုက္ပါ။
2။ username & email လိပ္စာကိုျဖည့္ၿပီး submit ကိုႏွိပ္လိုက္ပါ။

3။ ေပးထားတဲ့ စာလုံးေစာင္းေလးေတြကို မွန္ေအာင္ျဖည့္ၿပီး continue ကိုႏွိပ္ပါ။

4။ Answer my security question ေရွ႕က အ၀ိုင္းေလးကို ႏွိပ္လိုက္ပါ။

5။ အေကာင့္ဖြင့္စဥ္က မိမိေျဖထားေသာ အေျဖကို ျဖည့္ေပးလိုက္ပါ။
6။ ေပးထားတဲ့ ကြက္လပ္2ခု ထဲမွာ password အသစ္ကို တူေအာင္ျဖည့္ၿပီး Reset Password ကိုႏွိပ္လိုက္ပါက မိမိရဲ႕ Gtalk&Gmail
အေကာင့္မ်ား ၄င္း password အသစ္ျဖင့္ ၀င္ေရာက္အသုံးျပဳႏိုင္ၿပီ ျဖစ္ပါသည္။
အကယ္၍ သင့္ ဂ်ီေမးအခိုးခံလိုက္ရျပီဆိုပါေတာ ့။ password ေရာ security question ေရာ secondary email ပါ အေျပာင္းခံလိုက္ရျပီဆိုပါေတာ့။ သင္ဘာဆက္လုပ္မလဲ။ ဒီအတြက္ မပူပါနဲ႕။ ဂ်ီေမးက သင့္အတြက္ service တခုေပးထားပါေသးတယ္။

လုပ္ပုံလုပ္နည္း

ဂူဂဲက ေပးထားတဲ့ ေဖာင္ကိုျဖည့္ရပါမယ္။ account နဲ႕ပက္သက္တဲ့ အခ်က္အလက္ အေသးစိတ္ေတြျဖည္႔ရမွာပါ။ account ဖြင့္ထားတဲ့လူသာ သိေလာက္မဲ့ အခ်က္အလက္မ်ိဳးေပါ့။ ဘာအခ်က္အလက္ေတြပါမလဲဆိုေတာ့

ဥပမာ
ေနာက္ဆုံး ေလာ့အင္ဝင္ခဲ့တ ဲ့ရက္စြဲ၊ အေကာင့္ စဖြင့္္ခဲ့တ ဲ့ ရက္စြဲ၊ အဲဒီအေကာင့္နဲ႕ သင္အသုံးျပဳေနတဲ့ Google ရဲ့အျခား products ေတြအေၾကာင္း၊ Google Blogger အသုံးျပဳရင္ အဲဒီ Blogger Account ရဲ့အခ်က္အလက္အေသးစိတ္။

အေရးအၾကီးဆုံးကေတာ့ ေမးခြန္းေတြကိုေျဖရာမွာ အေသးစိတ္နဲ႕ အတတ္ႏိုင္ဆုံး တိတိက်က် ေျဖေပးရပါမယ္။ ကိုယ္မေသခ်ာတဲ့အေၾကာင္းဆိုရင္လဲ အတတ္ႏိုင္ဆုံး အနီးစပ္ဆုံးေျဖေပးလိုက္ပါ။

သင့္အေကာင့္ သင္ျပန္ရမရဆိုတာ သင့္အေျဖက ဘယ္ေလာက္နီးနီးစပ္စပ္မွန္လဲဆိုတဲ့ေပၚမွာ မူတည္ပါလိမ့္မယ္။

ထပ္ျပီးသတိျပဳရမယ္႔ အခ်က္ေတြကေတာ့

ေဖာင္ပို႕လွ်င္ တေဖာင္သာ ပို႕ရန္ (ေဖာင္အမ်ားၾကီးမပို႕ရန္)၊ ကိုယ့္ရဲ့အေကာင့္ကို အျမဲအသုံးျပဳေနၾက စက္(PC) ကပဲပို႕ရန္။ ဘာေၾကာင့္လဲဆိုေတာ့ သင့္ေဖာင္ပို႕လိုက္တဲ့ IP address ကို Google ကမွတ္သြားမွာမို႕လို႕ပါ။

ဒီ Form ပါေမးခြန္းမ်ားကိုသုံးျပီးေတာ့ ကိုယ့္အီးေမး သူမ်ားခိုးယူျခင္းမွ ကာကြယ္ႏိုင္ပါေသးတယ္။ ဘယ္လိုကာကြယ္မွာလဲ?။ လြယ္ပါတယ္။ ေမးခြန္းေတြကိုေလ့လာျပီး ကိုယ္နဲ႕ပက္သက္တဲ့ အခ်က္အလက္ေတြကို
လုံျခဳံတဲ့တေနရာ (ဥပမာ ကို Infofreakz အိမ္) မွာသိမ္းထားလိုက္ေပါ့။ ေနာက္ အီးေမးအခိုးခံရတိုင္း အဲဒီအခ်က္အလက္အတိုင္းေျဖျပီး ျပန္ရေအာင္ယူေပါ့။
အိုေကတယ္ေပါ့ဟဟ
ဆုံဆည္းရာမွ ကူးယူေဖၚျပသည္။
အားလုံးအတြက္ ေစတနာထားျပီး ေတြ႕သမွ် သိသမွ်ေလးေတြကို ျပန္လည္မွ်ေ၀ေနပါမည္... Facebook မွာလဲ Like ေပးခဲ့ပါက ဖတ္နိဳင္ပါျပီ...တုန္႕ျပန္မွဳအေနျဖင့္ စကားေလးတစ္ခြန္းေတာ့ ခ်န္ေပးေစလိုပါတယ္....ေလးစားစြာျဖင့္.. လယ္တီေျမသား။..............။
ေအာင္ေအာင္(မကစ)
www.ledimyethar.com
www.depelyin.co.cc
www.aungkyaw.com

တင္ထားသမွ် ေခါင္းစဥ္မ်ား

2Step Verification (5) A+အေၾကာင္း (1) Activator (9) Adobe CS3 Master Collection (1) Adobe Premiere Pro CS6 အသံုးျပဳနည္ (1) Adobe Software (12) Android application (1987) Android Game (710) AndroidPhoneဆိုင္ရာ (4) Antivirus (1) Apowersoft ApowerEdit v1.4.7.22 Build 04042019 (1) AVAST! Cleanup Premium 2019 version 19.1 Build 7085 (1) Blog Slider (8) Blogger Button (5) Blogger Comment (17) Blogger Ebooks (1) Blogger Hack (54) Blogger Loading Style (6) Blogger Mouse (1) Blogger Template (44) Blogger Tips (77) Blogger Widget (152) Blogs Html (63) Blogs Post (86) Blogs Tab Menu (53) Blogဆိုင္ရာ (1) Bowser ဆိုင္ရာ (21) Brothers in Arms® 3 v1.4.7c Mod Data [Unlimited Money] (1) Buddha ျမန္မာစာတန္းထုိး (53) Burning Software (34) Burning Tools (47) C-Box (10) Canon LBP 6000 Original Driver (1) Canon LBP 6030 Original Driver & Installation Guide (1) CCleaner 5.56.7144 (Business / Professional / Technician) Multilingual Portable (1) CD/DVD ဆိုင္ရာမ်ား (30) Cleanner-Speed (68) Computer Autoplay ပိတ္ထားနည္း (1) Computer Partationခြဲနည္း (1) Computer ဆိုင္ရာ (189) Computerဆိုင္ရာ (33) Converter (73) Desing Card (10) Display အလုပ္မလုပ္ေသာ ျပႆနာေျဖရွင္းနညး္မ်ား (1) Domain (3) Download Manager (42) Drive SnapShot v1.46.0.18213 (1) Driver Software (46) DVD-Cloner Platinum 2019 v16.30 Build 1446 [x86/x64] (1) DVDFab v11.0.2.4 [x86/x64] (1) Easy Translator version 14.0.0 (1) Ebooks (405) Errorေျဖ႐ွင္းနည္း (1) Eset Smart Security 12.1.34.0 (x86/x64) (1) Facebook (152) Folder Lock (17) Fonts မ်ားစုစည္းမႈ (6) Foxit PhantomPDF (1) Game (47) Game PC (32) Glary Utilities PRO version 5.117.0.142 (1) Gmail-Gtalk (70) GoogleChome &InternetDownloadmananger (1) Hacking (81) How To Download (6) Html (51) Internet Download Manager (18) InternetDownloadmananger(IDM) (1) IP Hider Software (6) Java Script (11) KhineMaster (1) KMS/2038 & Digital & Online Activation Suite v6.9 (1) MAGIX SOUND FORGE Pro 13 v.13.0.0 Build 46 (1) Marquee Technique (14) Media Player (31) MI Play store Apk (1) Microsoft Office (21) Mobile Legends Bang Bang Installer .exe Pc Version (1) Motors ( ေမာ္တာမ်ား )အေၾကာင္း (1) Movie (95) My Pdf (35) Myanmar Font (9) Myanmar Typing Software (1) MZW Solftware (1) NetGuide Journal (63) Network Software (7) New Blogs (15) Notကာကြယ္ျခင္းနည္း (1) ONEKEY PDF Convert to Word 4.0 REPACK (1) Partition Software (7) Password Recovery Software (1) paypal နွင္ ့ဆိုင္ေသာ (5) PC GAMES (17) PC recovery (13) PC Software (203) PC Speed Up (32) PC-Clean Software (73) PDF (4) PDF Editor (10) Photo Editor Software (65) PHOTO SHOP (သင္တန္း)သီးသန္႔ (44) Photo Slideshow (12) photoshop background အလန္းမ်ား (6) photoshop PNG ဖိုင္မ်ားရွာရန္ (14) Photoshop Software (36) Photoshop ဆိ္ုင္ရာ (51) Player (8) PrinterDriver (2) Programming (16) Pyidaungsu font (1) Read More (9) Recent Posts Widget (23) Recover Software (46) Recovery (33) Refresh and Restoreအေၾကာင္း (1) Reset (1) SAMSUNG One UI ဖုန္းေတြအတြက္ ျမန္မာေဖာင့္ (1) Screen Video Recorder (37) Search Box (6) Security Software (36) Sidebar Widget (71) SkyNet လိုင္းအသစ္ထည့္နည္း (1) SkynetBinfile (1) Slideshow Movie Maker (7) Social Widget (19) SOFTWARE (588) Software For Blogs (17) Software မ်ားအသံုးျပဳနည္း (2) Softwares ေတြအတြက္ Serial no (or) Key ေတာင္းလၽွင္ ေျဖ႐ွင္းနည္း (1) Speed Up Internet (13) TeamViewer version 14.2.2558.0 (Repack & Portable) (1) TTA Pie Myanmar (1) Unicode ေ​ြေပာင်းနည်း (1) Uninstaller Software (25) Upload (6) USB ျဖင့္၀င္းဒိုးတင္နည္း (4) USB ႀကိဳးကေန Virus မဝင္ေအာင္ ႀကိဳတင္ ကာကြယ္နည္း (1) Usb-Memory (19) Video Converter (29) Video Editing (76) Video Editor (1) Video Recorder (12) Virus ဆိုင္ရာ (86) WannaCry Ransomware ၏ အႏၱရာယ္ အေၾကာင္းႏွင့္ ကာကြယ္နည္း (1) Web Design ေရးဆြဲနည္း (5) Webcam Camera Software (11) Website ေရးနည္း (3) Wifi ဆိုင္ရာ (32) Win Update v1.4 (1) Window-10 ဆိုင္ရာ (2) Window-7 ဆိုင္ရာ (32) Window-xp ဆုိင္ရာ (2) window8ဆိုင္ရာ (19) Windows 10 Factory Reset ခ်နည္း (1) Windows 10 Backup & Restore လုုပ္နည္း (1) Windows 10 ကြန္ပ်ဴတာမွာျမန္မာစာတိက်မွန္စြာထည့္နည္း (1) Windows Activator (18) windows loader မ်ား (10) Windows Manager Software (23) Windows Themes (24) Windows တင္နည္းမ်ား (6) WinRAR 5.70 (Fully) (1) WinRar Full Version (12) WinRAR V3.80 Beta Version (1) WinToBootic ႏွင့္ USB ထဲ Install လုပ္နည္း (7) WinUtilities Professional Edition Tool (1) Wordpress Tips (3) Write-Protected ကို ျဖဳတ္ႏိုင္မယ့္နည္းႏွစ္သြယ္ (1) Zawgyi နဲ႔ Unocode ဘာကြာလဲ (1) ကြန္ပ်ဴတာ User Account Picture အေၾကာင္းမ်ား (1) ကြန္ပ်ဴတာဆိုင္ရာ (1) ကြန္ပ်ဴတာပတ္၀ပ္ေျပာင္းမရေအာင္လုပ္နည္း (1) ကြန္ပ်ဴတာရဲ ့Storage က HDD လား? SSD လား? စစ္ေဆးနည္းမ်ား (1) ကြန္ပ်ဴတာဟန္းေနရင္ေျဖ႐ွင္းနည္း (1) ကြ်နုပ္ႏွင့္ ပရဟိတအလွဴ (9) ကာမသိဒၶိက်မ္း (1) ခ်က္နည္းျပဳတ္နည္း (1) နည္းပညာဆိုင္ရာ (2) နည္းလမ္းမ်ား (6) ပန္ကာျပဳျပင္နည္း (1) ဖိုင္ေျဖနည္းမ်ား (8) ဗဟုသုတ (6) ဗားရွင္းအသစ္ထြက္ရွိလာတဲ႔ Facebook (ႏွင္႔) Messenger (1) ဘာသာစကား ၉၁ မ်ိုးထိ ပါ၀င္တဲ့ Easy Translator (1) ဘာသာေရးစာအုပ္မ်ား (9) မိမိဆိုက္ကိုေကာ္ပီကူးမရေအာင္ ပိတ္ထားနည္း (1) ျပည္ေထာင္စု ေဖာင့္ လက္ကြက္ ႏွင့္ စာ႐ိုက္နည္း (1) ျမန္မာစာမွန္ေအာင္လုပ္နည္း (1) ျမန္မာဆိုတာ (1) ဝင္းဒုိးကုိ AOMEISoftware ျဖင္႔ Backup & Restore လုပ္နည္း (1) သင့္ Laptop ကို ျမန္ဆန္ေအာင္လုပ္ေပးမယ့္ အခ်က္ ၇ ခ်က (1) အင္တာဗ်ဴးအစီစဥ္ (2) အပ်ိဳလမ္းၫႊန္ (1) အသံဇာတ္လမ္း (19) အေျခခံကြန္ပ်ဴတာ Pdf (1) ဦးဇာနည္နည္းလမ္းမ်ား (7) ေဆာ့ဝဲ ျပႆနာေျဖ႐ွင္းနည္း (1) ေၾကာ္ျငာ (13) ေဟာေျပာပြဲ (15)

မန္ဘာ၀င္လို႕အားေပးၾကပါ