
Yeon Woo Jhi the korean Muscle Star
How often do you see a beautiful Asian female body builder? Her name is Yeon Woo Jhi, she is a Korean Body Builder and fitness competitor, she had been a celebrity for these past years for having striking good looks and amazing physique......

10 abandon places story and picture's from all over the world
Check out this 10 abandon places story and picture's, when was it last occupied? why people leave the place at the first place? Some of these places is open up as an attraction for tourist, but some of it remain restricted as no one are not allowed to enter.......

The collapse of a shark tank at The Scientific Center is a hoax?
Two sharks were seen swimming around in Scientific Center in Kuwait hallway after their tanks collapse.....

Showing posts with label Blogging. Show all posts
Showing posts with label Blogging. Show all posts
Friday, November 16, 2012
New Layout!
Hey guys, check out our new layout, looks extremely clean compared to our previous layout. We spent hours on manually editing this template CSS.
Now i wonder why did i choose Blogspot as my blogging platform at the first place, when Wordpress is much more better.
Not that i dont know how to use Wordpress, i mean my other website which is Beritanisma are on Wordpress.
Anyway it is what it is, blogspot is not that bad, we hope you guys like our new looks, tell us what do you think??
Tuesday, June 26, 2012
Facebook Fanpage Like Exchange's.
1. Like my link >> Blogosem Fanpage
2. Submit your Facebook Fanpage link on the comment section below. Also state the name you used to like my fanpage, e.g.
http://www.facebook.com/IEPOV - ekram mahat
4. After that your link will be placed in this post ASAP!!
After doing so, other bloggers who sees you link in this post, might want to do another like exchange, and just like that, you gather extra Facebook Fanpage Like's.
Submitted Facebook page :
Directory:
FB FANPAGE @ SITE
Do like their FB Page and check out their Blog:)
Do like their FB Page and check out their Blog:)
Sunday, June 24, 2012
Iepov is now called the Blog'O'sem
Finally, after almost three years of blogging about stuff, this and that, posting about things that are not even important using the '.blogspot' domain name which is previously called the www.iepov.blogspot.com. I manage to buy my own domain....
WOHOOO!!!
On top of that, i decided to change the name of my blog, to 'BlogOsem'.
![]() |
iepov banner |
It is quite sad though because using 'iepov' as my blog name for the past 3 years, all of those up's and down's, raise and falls, she had gone through a lot with me, I will always miss that name.
![]() |
Original iepov banner |
Anyway, no time to get dramatic. With the launch of the official BlogOsem i promise to offer a more interesting post, lineup of story, constant news update and a more interactive post and such.
This is indeed a big leap for me in my years of blogging, and with the purchased of my own domain, i really should take things seriously now. LoL.

Lets do it for the sake of SHARING INFORMATION!!!WOHOO!!!
Kindly :
Follow us on Twitter : Twitter
:)
Friday, January 27, 2012
History of Iepov : The rise and fall (2008-2012)
Today i would like to share my thoughts and past experience on these past years of bogging, and some review i had experienced on the Blogging scene throughout the year 2007-2012 especially review on the Malaysian Blogging scene, this review is based on my first hand experience and how does it impact the journey of my Blogging scene.
Thursday, January 26, 2012
Local Blogger Amizudin Ahmat sued by Datuk Seri Rais yatim

Saturday, January 14, 2012
Iepov 2012 Bloglist [ Traffic Guaranteed Everyday]
Hey what up guys, IEPOV has been setting up a page dedicated to list all the blog for blogwalking purposes, any random blog or websites are welcome to be listed, all you have to do is leave you blog/web link on the comment bellow and it will be added into the list ASAP.
And what benefit do you get by doing so?
Here at IEPOV we guarantee a Traffic for a Traffic, so every Blog/Web that are added in to our Bloglist will be visited every day, yes EVERY DAY! so leave your link below and get a guarantee traffic from IEPOV EVERYDAY.
View list here : Blog list!
And what benefit do you get by doing so?
Here at IEPOV we guarantee a Traffic for a Traffic, so every Blog/Web that are added in to our Bloglist will be visited every day, yes EVERY DAY! so leave your link below and get a guarantee traffic from IEPOV EVERYDAY.
View list here : Blog list!
Friday, December 2, 2011
Like & Follower.

Sunday, November 6, 2011
Blogging and generate 4k a month!!
4k a month just by blogging?? you might wonder is it actually impossible?? is it achievable?? that is like the most ''un-real'' thing that i ever heard. I mean, just by sitting your ass in front of a computer you are able to generate a large amount of money. We are talking about 4k here, that is a month of hard work working your ass in and out of an ordinary office.
Tuesday, November 1, 2011
Remove Attribution
*Situated at the bottom of your page*
1. Dashboard >>> Template >>> Edit HTML >>> Expand Widget
2. Search [ CTRL + F ]
<b:widget id='Attribution1' locked='true' title='' type='Attribution'>
3. Change 'true' into 'false'
4. Save template
5. Dashboard >>> Layout >>> Delete edit attribution
6. Save arrangement
Copyright mark on the bottom
1. Dashboard >> Template >> Edit HTML
2. Search for [ Ctrl + F ]
</body>
3. Paste the following code just above it
<script type='text/javascript'>
window.setTimeout(function() {
document.body.className = document.body.className.replace('loading', '');
}, 10);
</script>
<center>Your Copyrights</center>
For Example
Copyrights ©. All rights reserved Ekkemspark of Iepov 2010-2011
4. Save template
Remove Blogspot Navigation Bar
1. Dashboard >> Template >> Edit HTML
2. Paste the following code :
#navbar-iframe {
display: none !important;
}
Just Below your bloggers developers watermark (example)
3. Save template
Add Share button on each post
1. Dashboard >> Template >> Edit HTML >> Expand Widget Template
2. Search For [ CTRL + F ] :
<div class='post-body entry-content'>
or
data:post.body
3. Right above that code, paste the following code :
<div style='float:right;padding:4px;'>
<a expr:share_url='data:post.url' name='fb_share' rel='nofollow'
type='button_count'/>
<script src='http://static.ak.fbcdn.net/connect.php/js/FB.Share'
type='text/javascript'/>
</div>
4. Save Template
*preview before save*
Do note if you put share button on every post your Facebook like box as in Add floating like box will never work and it will not shown in the floating box.
Add Floating Facebook like box
1. Dashboard >> Layout >> Add a Widget >> HTML/JavaScript
2. Add the following Code :
<!-- Floating social media buttons by www.iepov.blogspot.com --><style>
#floatingbuttons{background:#F9F9F9;background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #F9F9F9));background:-moz-linear-gradient(top, #fff, #F9F9F9);border:1px solid #ccc;float:left;padding:0 0 3px 0;position:fixed;bottom:15%;left:0;z-index:10;border-radius:0 5px 5px 0;box-shadow:2px 2px 5px rgba(0,0,0,0.3);} #floatingbuttons .floatbutton{float:left;clear:both;margin:5px 4px 0 4px;} .addbuttons{clear:both;text-align:center;padding-top:5px;} .addbuttons a span.getfloat, .addbuttons a span.sharebuttons{color:#000;background:none;font-family:arial, sans-serif;display:block;font-size:9px;font-weight:bold;text-decoration:none;line-height:11px;} .addbuttons a:hover span{color:#fff;background:none;text-decoration:underline;}</style>
<div id='floatingbuttons' title="Share this post!"><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><script type="text/javascript"> (function() { var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0]; s.type = 'text/javascript'; s.async = true; s.src = 'http://widgets.digg.com/buttons.js'; s1.parentNode.insertBefore(s, s1); })(); </script><!-- Medium Button --><script src='http://platform.twitter.com/widgets.js' type="text/javascript"></script><div class='floatbutton' id='facebook'><fb:like layout="box_count" show_faces="false" font=""></fb:like></div><div class='floatbutton' id='stumbleupon'><script src="http://www.stumbleupon.com/hostedbadge.php?s=5"></script></div><div class='floatbutton' id='digg'><a class="DiggThisButton DiggMedium"></a></div><div class='floatbutton' id='twitter'><a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical" >Tweet</a></div><div class='floatbutton' id='linkedin'><script type="text/javascript" src="http://platform.linkedin.com/in.js"></script><script type="in/share" data-counter="top"></script></div><div class="addbuttons"><a href="http://iepov.blogspot.com/2011/11/add-floating-facebook-like-box.html"Click Here!!"><span class="Click">Grab This</span><div style="clear:both"></div><span class="Here!!">Widget</span></a> </div> </div><!-- end Floating social media buttons generated by www.iepov.blogspot.com -->
3. Click Save
3. Click Save
Add Google+, Twitter, and Facebook button
Dashboard >>> Layout >>> Add a gadget
<div class="widget-content">
<center><a target="_blank" href="Your Google Plus ID" style=""><img style="width: 60px; height: 60px;" alt="ads" src="http://freeiconsweb.com/Icons-show/IS_google_plus_one/google1_6.png" border="0"></a>
<a target="_blank" href="Your Twitter ID"><img style="width: 70px; height: 70px;" alt="ads" src="http://t0.gstatic.com/images?q=tbn:ANd9GcScswFryEig8RJuGjszsFKxn_uWFw6PLjjjK223hnpSuhYAPjIr" border="0"></a>
<a target="_blank" href="Your Facebook ID"><img style="width: 70px; height: 70px;" alt="ads" src="http://cdn1.iconfinder.com/data/icons/socialize-icons-set/128/facebook.png" border="0"></a></center>
</div>
Tuesday, December 21, 2010
Kenapa blog 'saya' tidak popular macam Hanis Zalikha @ Cik Epal!!!!!
Nota* Disebabkan perbincangan yang diadakan didalam Bahasa Malaysia entry kali ini ditulis menggunakan Bahasa Malaysia juga. :D
(Topik Asal!!!)
Pihak Iepov Telah tertarik dengan satu tajuk entry yang dibuka oleh 2DayBlogger iaitu 'Mengapa blog tidak popular macam Hanis Zalikha @ Cik Epal'. Dua Blog yang telah disebut tadi telah mencecah pupularitinya dengan mencatatkan angka visitor yang begitu banyak sekali. Dan baru2 ni kecoh kluar brita di Harian Metro yang Hanis Zalikha menjadi top carian kat Google dan mendahului Dato Siti Norhaliza. Penulis 2DayBlogger telah membuat jemputan secara terbuka kepada blogger2 lain untuk memberikan pendpat kepada beberapa persoalan yang bermain di minda para blogger sekalian.

(Topik Asal!!!)
Pihak Iepov Telah tertarik dengan satu tajuk entry yang dibuka oleh 2DayBlogger iaitu 'Mengapa blog tidak popular macam Hanis Zalikha @ Cik Epal'. Dua Blog yang telah disebut tadi telah mencecah pupularitinya dengan mencatatkan angka visitor yang begitu banyak sekali. Dan baru2 ni kecoh kluar brita di Harian Metro yang Hanis Zalikha menjadi top carian kat Google dan mendahului Dato Siti Norhaliza. Penulis 2DayBlogger telah membuat jemputan secara terbuka kepada blogger2 lain untuk memberikan pendpat kepada beberapa persoalan yang bermain di minda para blogger sekalian.
Friday, November 19, 2010
Iepov first promotional video.(MUST SEE!!!)
IEPOV team has recently lunched our first promotional video.Kindly give support to us and check out that video. :)
~Iepov Team
Suggestion and comments are hihgly appreciated :)
~Iepov Team
Suggestion and comments are hihgly appreciated :)
Saturday, September 18, 2010
7 ways to generate MONEY online.
Do you love surfing on the internet?why dont you turn that hobby into a money making activities.One of the easiest way to generate income is through the internet. This is a very well known secret for most of the people out there and many has achieve success by doing this activity. It is similar to working, but instead of using a lot of energy you only have to lay back on your seat make a cup of coffee and manage your online activities.
There are many websites out there that offer you this opportunity to make money online you got to earn your earning though.