(sqrt(cos(x))cos(400*x)+sqrt (abs(x))-0.4)(4-x*x)^0.1
Saturday, February 11, 2012
A Little Fun with Google
Happy Valentines GO and Search this on Google
(sqrt(cos(x))cos(400*x)+sqrt (abs(x))-0.4)(4-x*x)^0.1
(sqrt(cos(x))cos(400*x)+sqrt (abs(x))-0.4)(4-x*x)^0.1
How to put Facebook Comment box on Your Blog
1. Create a Facebook App click Here
2. Edit this fallowing
3. Save your App ID on a Notepad
4. Go to the Facebook plugin click Here
Type your Blog URL, Number of post, Color Scheme and Width.
5. Get your Code
Tips:
Code#1 Go to Design-Page Elements-HTML/JavaScript Gadget
Code#2 paste this on your HTML
Go to Design-Edit HTML-click Expand Widget
CTRL+F find <b:include data='post' name='comments'/>
then paste
6. click SAVE.. :D test your FB comment box
2. Edit this fallowing
3. Save your App ID on a Notepad
4. Go to the Facebook plugin click Here
Type your Blog URL, Number of post, Color Scheme and Width.
5. Get your Code
Tips:
Code#1 Go to Design-Page Elements-HTML/JavaScript Gadget
Code#2 paste this on your HTML
Go to Design-Edit HTML-click Expand Widget
CTRL+F find <b:include data='post' name='comments'/>
then paste
6. click SAVE.. :D test your FB comment box
Friday, February 10, 2012
The Social Network Relationship
The Social Network beats the "TXT Relationship" as we know TXT group or "Clan".
Now a days some people say it easy to find someone to love..The first social network that I post " its complicated" status was Friendster. Now the Facebook arrive!! If someone who like you they almost LIKE all your post Funny!! the way they express their feeling Posting on their Wall. And some who you would like to know you can view their photos..Trying to investigate what a person he or she is.. if you have a mutual friends you ask them about her/him.. The "Blind Date" is Almost not a Blind date anymore you just have to Google his/her Name and that's its you gather information see her/his photo, where she/he live,where he studied,when his/her birthday.
Its easy to have a relationship on Social Network,the problem its "Getting out of it". How would you change your status to "In Relationship" to Single? When you have a mutual friends already and post the same photo on your wall..How can each other accept if one of them. have already move on and got a new relation. And someone who your mutual friends say this "Did you see the new girlfriend of your EX. OMG. she's Pretty!!"
Not all show there truthful person on social network.You can be anyone online, be anonymous to someone the worst is..you look like a stalker that you even have not notices.
Happy Valentines..
Thursday, February 09, 2012
How to Log in your Facebook via Username
Here's a tutorials how you create a username to log in your Facebook account.. Why u need a Username? To protect your email especially for computer shop user.
Go to Account Settings
Now Edit the username the normal username are numbers..
Now you can log in via USERNAME
Tuesday, February 07, 2012
Nuffnang Philippines Warns User About A Fake Nuffnang
Hey Nuffnangers!
As some of you may have noticed, our community is indeed growing in numbers by the day! As such, we can't help but draw potential phising attacks and hackers that try to gather a huge blogger database and exploit you guys for profit using the Nuffnang name. There have been some reports of a Nuffnang email sending out "new banner codes". We have NOT done so. This is an attempt at asking you to register to their database. The link it leads to is nuffnung.com.
This is a FAKE EMAIL. Please do not sign up or enter your passwords.
![Fake site]()
As some of you may have noticed, our community is indeed growing in numbers by the day! As such, we can't help but draw potential phising attacks and hackers that try to gather a huge blogger database and exploit you guys for profit using the Nuffnang name. There have been some reports of a Nuffnang email sending out "new banner codes". We have NOT done so. This is an attempt at asking you to register to their database. The link it leads to is nuffnung.com.
Sample Email Message not from Nuffnang:
Fake Site:
Notice the address says, http://www.nuffnung.com instead of http://www.nuffnang.com.ph?
Don't worry though. We are trying to block off the site and our programers are tirelessly working to make this community a safer place for you guys.
You can do your share too!
Monday, February 06, 2012
How to make Adsense ads Go Left or Right On your Post
If you want make money on your adsense ads for more click able Position.
Add a <div style="float: left;">
Example:
div class="post-body entry-content'>
<div style="float: left;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-5968372533189722";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "000000";
google_color_text = "000000";
google_color_url = "000000";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
Add a <div style="float: left;">
1:<div style="float:right; padding: 0px 0px 8px 8px;"> 2: <div style="width: 300px; height: 250px;"> 3: PASTE YOUR AD CODE HERE
4: </div>
5:</div> Example:
div class="post-body entry-content'>
<div style="float: left;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-5968372533189722";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "000000";
google_color_text = "000000";
google_color_url = "000000";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
How to Center AdSense Ads on Blog
If you've decided to try and make some money with your blog, chances are pretty good that you're using Adsense. Sometimes, especially under your header, Adsense ads are off to the left and just don't look good. If you'd like to center your AdSense ads within you blog here is a very simple way to do it and you don't even have to edit your HTML.
Go to Design > Template Designer > Advanced > Add CSS and add
Write this code :
.AdSense{text-align: center;}
Other method:
Look for
<center><b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/> <data:adStart/> </b:if> </b:if> </center>
This may apply to any HTML code like LINK
Or used this code :
<div align="center">
Google Adsense Code
</div>
Go to Design > Template Designer > Advanced > Add CSS and add
Write this code :
.AdSense{text-align: center;}
Other method:
Look for
<data:adCode/>Put <center> ADDCODE HERE </center>
<center><b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/> <data:adStart/> </b:if> </b:if> </center>
This may apply to any HTML code like LINK
Or used this code :
<div align="center">
Google Adsense Code
</div>























