Ads 468x60px

Smaller time frame always follow the bigger time frame. It's better wait be patience to enter in position than risk with BIG SL. Having strong trading discipline and taking losses when necessary is a sign of serious trading approach
Subscribe:

Labels

Showing posts with label Blog Trick. Show all posts
Showing posts with label Blog Trick. Show all posts

Tuesday, June 12, 2012

JW PLAYER 5 CONFIG

Here is an example playlist (with one video) in the most widely used format: RSS with media: extensions:
 version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
  
       http://www.bigbuckbunny.org/
      Big Buck Bunny is a short animated film by the Blender Institute,
        part of the Blender Foundation.

      Sat, 07 Sep 2002 09:42:31 GMT
       url="/videos/bbb.mp4" duration="33" />
       url="/thumbs/bbb.jpg" />

    

  
In order to load this playlist into the player, save it as an XML file, upload it to your webserver and point the player to it using the

comments

Tuesday, April 24, 2012

Add scroll to blogger widget


  Just add the CSS code below before ]]>


#BlogArchive .widget-content{
height:200px;
width:auto;
overflow:auto;
}
Make sure the red text should be the same as the name of the widget we want to add the scroll comments

Sunday, April 22, 2012

Facebook In Blogger

Here's the link that we can costumize the blogger with facebook connect, just try this link below

http://aing-creations.blogspot.com comments

Wednesday, April 18, 2012

Hide top bar Google translate

Done via CSS: 

 

.goog-te-banner-frame.skiptranslate {display: none !important;} 
body { top: 0px !important; }
comments