Flash Banner ေလး လုပ္ၾကမလား ?

မိမိ ဆိုဒ္ကို Flash Banner ေလးနဲ႔ အလွဆင္ခ်င္တယ္ဆိုရင္
ဒါေလးကို အရင္ Down လိုက္ပါ။ photo slideshow လည္း လုပ္လို႔ရပါတယ္။ full version ေလးပါ။
water mark မပါ ပါဘူး။ swf ဖိုင္နဲ႔ save ပါ။ GIF က ဖိုင္ဆိုဒ္ပိုႀကီးလို႔ပါ။ effect ႏွစ္ခု နဲ႔ Animation (Transition) ႏွစ္မ်ဳိးေလာက္သုံးတာေတာင္ swf ဖိုင္တစ္ခုကို 30 kb ေလာက္ပဲရွိပါတယ္။ တစ္မ်ိဳးစီေလာက္ပဲ သုံးရင္ 15 kb ေလာက္ပဲရွိတယ္။
စာေၾကာင္း တစ္မ်ဳိးထက္ ပိုသုံးခ်င္ရင္ ပထမတစ္ခုကို save ၿပီးမွ swf file ကို   ျပန္ၿပီး   add ရပါတယ္။ ႏွစ္ခုလုံး တစ္ၿပိဳင္ထဲ ရိုက္ရင္ အေရာင္မတူေအာင္ ေျပာင္းလို႔ မရပါဘူး။ Animation လည္း အတူတူပဲျဖစ္ေနပါတယ္။
စာေၾကာင္းေတြကို edit လုပ္ခ်င္ရင္ select လုပ္ၿပီးမွ edit button ကို ႏွိပ္ပါ။(ျမန္မာလိုလည္း ရတယ္ေနာ္။ ကိုယ့္စက္မွာေတာ့ သုံးခ်င္တဲ့ font ရွိရမွာေပါ့။ Background effect ၅၀ ေလာက္ နဲ႔ Text Animation ၅၀ ေလာက္ ပါပါတယ္။ကိုယ္႔ရဲ႔ ဖိုင္ကို file Hosting တစ္ခုခုမွာတင္ၿပီး link ယူပါ၊ Link ယူရင္ swf ရဲ့ ေနာက္က စာသားေတြ မယူရပါဘူး။
နမူနာစမ္းၾကည့္ဖို႔ ကုဒ္ေလးထည့္ေပးလိုက္ပါတယ္
html / javascript အသစ္ေတာင္းၿပီး ထည့္ပါ။ ဖိုင္ဆိုဒ္မႀကီးေအာင္ စလုပ္စဥ္ကတည္းက ဧရိယာကို ေလွ်ာ႔ယူထားပါ။ ကုဒ္ထည့္ေတာ့မွ လိုခ်င္သေလာက္ျပန္ယူလို႔ ရပါတယ္။(Background အသံလည္းထည့္လို႔ရေသးတယ္။ ဖိုင္ဆိုဒ္ေတာ့ ပိုႀကီးသြားတာေပါ့။)

Making Iframe

<iframe frameborder="yes" height="400" name="iframe1" scrolling="yes" src="http://colatral.blogspot.com" width="450"> </iframe>

HOW CAN POST YOUR HTML, CSS AND SCRIPT CODE

Drop Down Menu Bar recently I used

Add a new widget for HTML and Java Script.
And then paste below code.

Youtube တင္နည္း

Copy and Paste below code in html tab of New Post.



<iframe width="420" height="315" src="http://www.youtube.com/embed/N9oxmRT2YWw" frameborder="0" allowfullscreen></iframe>

How can we write in iframe

<html> 
<h2>Write to IFrame using JavaScript</h2>
<script> 
function writeToIFrame() { 
var iframe = document.createElement("iframe"); 
var div = document.getElementById("div"); 
div.appendChild(iframe); 
var doc = null; 
if(iframe.contentDocument) 
doc = iframe.contentDocument; 
else if(iframe.contentWindow) 
doc = iframe.contentWindow.document; 
doc.open(); 
doc.write("Hello World!"); 
doc.close(); 

</script> 
<body onLoad="writeToIFrame();">
<div id="div" style="border: solid 1px; height: 250px; width: 400px;"></div> 
</body> 
</html>

Introduction to Iframe.

Iframe Tutorial ************************************************************* Select, copy, and paste above code in a text file and save as a .htm or .html document if you wish to replicate this iFrame example
Little web hut  တြင္ ခန္းနားေသာ  iframe သင္ခန္းစာမ်ား တင္ထားပါသည္

Learning for iframe Examples
1.  Javascriptkid
2.  acme-web-design.info
3.  manda.com

4.  dyn-web.com

5.  samisite.com

တြင္လည္း သြားေရာက္  ေလ႔လာႏိုင္ပါသည္။

ေဘာ္ဒါအေၾကာင္း သိေကာင္းစရာ

Social Icons with CSS3 Effect




Social Media Buttons with CSS3 effect

Add flying text followin mouse cursor (Pointer) in blog page

              Hello Friends you might have seen on some low priority blogs that they uses some scripts that shows text flying and following the mouse cursor position.So Where ever the mouse will go the tet will follow the cursor in an dancing way.If you have seen this type of scripts in some blogs and have wished to add this to your blogger blog to then you are at the right place . So in todays tutorial we will tell you how you can add flying text message to mouse cursor in your blogger blog.

This widget is basically depends on the javascript.So follow the easy steps below to add flying text to mouse curosr in you blogger blog.
  • Go To YOur Blogger Dashboard--> Templates-->Edit Html
  • Now Look For </body> and paste the below coding just above </body>.
  • (Click Here for CSS Code )
    • Now Just Change The Text In Red Colour To Your Message.
    • You Can Also Change The Colour Just Change The code in Blue Colour.
    • So that's it now the test will be live on your blog following your cursor in a dancing way, do comment about how you liked this tutorial.
    Source-Hackinguniversity

SINGTECH

မ၀ယ္သင့္ေသာ ဖုန္း
specification of Singtech SGT-SMA2

Sample blogspots

http://bloggerstop.net/2008/12/show-widgets-in-only-specific-pages-or.html
Banner Maker Pro (15 days Trial) 
Easy GIF Animator Version 5.5 (Portable) 
Beauty calendar widget 
Best Practices Web Designs 
NIVO SLIDER - 1  (စမ္းၿပီးၿပီ) ကုဒ္ေတြမွန္တယ္ ( ဒီမွာ  ဒီမွာသြားၾကည့္လိုက္)
ကုဒ္ ေဒါင္းလုတ္ဆြဲရန္ clik here
NIVO SLIDER - 2 စမ္းမၾကည့္ရေသးဘူး