BBM for Android for tablets is released as well ? . Before we let you know that apps bbm for android and iPhone has been officially released on October 22, 2013 . Bbm
application download link for the original android and iPhone are
available in Google Play Store on android and also in the AppStore on
the iPhone . Well for those of you who want to download please visit HERE. And following the news for android and IOS apps bbm tablet version .
Showing posts with label tutorial. Show all posts
Showing posts with label tutorial. Show all posts
Sunday, November 10, 2013
Saturday, November 9, 2013
BBM on your Computer or Laptop
When
you have very often use BBM or Blackberry Messenger , already have a
lot of friends in the virtual world of fuel , already saving up to
thousands of BBM PIN , or even very well known in the world of fuel ,
you are certainly very difficult to leave the cute is often called the fuel . Yes , BBM is blackberry security features , do you believe if you can do BBMan with your computer or laptop ? so
you wherever you are , when you capet holding your blackberry , it
turns out you can send messages via BBM via laptop or computer . Yes let's hope there are fuel for future Computer / PC just download .
Saturday, August 17, 2013
Making ads at the top corners and bottom corners
Want to advertise on a blog such as this? located in the left corner and right, up and down the blog? If you want to stay put this code in your blog.
Java Script/Jquery
Java Script/Jquery
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
</script>
Friday, August 16, 2013
Sunday, August 11, 2013
Simple PHP Jquery Send POST On Click (jQuery.post())
File Url1.php head tag
<script src="jquery-1.5.2.min.js"></script>
<script language="javascript">
function send_post()
{
$.post("url2.php", {formvar:document.getElementById('formvar').value}, function(data)
{
$("#isi").html(data);
});
}
$("#btn").click(function() {
send_post();
});
});
</script>
Subscribe to:
Posts (Atom)