Enjoy a romantic Valentine Without Caro
Valentine's Day is often used as special moments instead of a normal day. Couples usually spend the night with live music or watch a romantic movie, dinner or a holiday together.
In order to express affection, some people are willing to pay more for gifts and surprises. Although there are many ways to spend the day of love without spending money.
According to Hotman Simbolon, vice president of Customer Care Center Head, Citi Indonesia, many of them think the wrong time to celebrate Valentine's Day.
"A lot of thought, funding rules can be forgotten for a time when Valentine's Day. But in truth, rather than" limited to matters that require large expenditures. Frugality does not mean you can not have fun with your partner " he said.
There are several ways to show affection to romantic without making a big financial parity to the pole.
1. Creative
The two do not have to pass the cost of expensive for dinner in restaurants or hotels. Cooking with which he could be dating a lot of fun, add a candle in the center of the table for more romantic.
2. Watch your favorite movie at home
You can rent your favorite DVD movies and watch them at home and snacks, the film will be owned by both.
3. Enjoy the view at night
On the night of St. Valentine, are mixed in the night sky along with snacks and chatted with each other can change simple activities to date are interesting.
4. Take advantage of promotional credit cards
Use your credit card transactions in places that offer this type of promotional offers Buy 1 Get 1 or other discounts.
Well, the above ideas can help you design the activities of a Valentine's Day are interesting and special. Of course there are many other activities you can do, the most important thing is to enjoy the moment with a loved one. Happy Valentine's Day!
Valentine's Day is often used as special moments instead of a normal day. Couples usually spend the night with live music or watch a romantic movie, dinner or a holiday together.
In order to express affection, some people are willing to pay more for gifts and surprises. Although there are many ways to spend the day of love without spending money.
According to Hotman Simbolon, vice president of Customer Care Center Head, Citi Indonesia, many of them think the wrong time to celebrate Valentine's Day.
"A lot of thought, funding rules can be forgotten for a time when Valentine's Day. But in truth, rather than" limited to matters that require large expenditures. Frugality does not mean you can not have fun with your partner " he said.
1. Creative
The two do not have to pass the cost of expensive for dinner in restaurants or hotels. Cooking with which he could be dating a lot of fun, add a candle in the center of the table for more romantic.
2. Watch your favorite movie at home
You can rent your favorite DVD movies and watch them at home and snacks, the film will be owned by both.
3. Enjoy the view at night
On the night of St. Valentine, are mixed in the night sky along with snacks and chatted with each other can change simple activities to date are interesting.
4. Take advantage of promotional credit cards
Use your credit card transactions in places that offer this type of promotional offers Buy 1 Get 1 or other discounts.
Well, the above ideas can help you design the activities of a Valentine's Day are interesting and special. Of course there are many other activities you can do, the most important thing is to enjoy the moment with a loved one. Happy Valentine's Day!
Here is the latest article on facebook where you later can zoom your photos on facebook. His name is PhotoZoom and specifically for users of Mozilla because this is the add-ons.
Like what up PhotoZoom this?, later you can see the preview, but that certainly is a special add-ons for Facebook which is able to zoom to your friend's profile photo or a photo you just added by your friends.
The bottom line up PhotoZoom will enlarge each photo that is on up the same as the original size, if we point the mouse to one of the photos on Facebook for example like this.
If you are interested to use it, Please Direct Download via its source here, When you're done be sure to restart your browser and then open your facebook profile to make sure the Add-Ons up PhotoZoom already functioning.
Like what up PhotoZoom this?, later you can see the preview, but that certainly is a special add-ons for Facebook which is able to zoom to your friend's profile photo or a photo you just added by your friends.
The bottom line up PhotoZoom will enlarge each photo that is on up the same as the original size, if we point the mouse to one of the photos on Facebook for example like this.
If you are interested to use it, Please Direct Download via its source here, When you're done be sure to restart your browser and then open your facebook profile to make sure the Add-Ons up PhotoZoom already functioning.
Probably not a few among us who are often disappointed because the internet connection does not match what we expect, not infrequently we often blame the provider as a service provider's Internet connection.Sometimes we are not aware that the internet connection it does not always unstable, it's known us in Indonesia. so we can not compare an internet connection that existed in America for example. especially those of us who layman will never know how much INTERNET BACK-BOUND a provider, they keep it secret, it's because they do not want discovered that their Internet back-bound actually not so large that at a certain jam2 internet connection will be slow. due to overload.
Apart from all that, we also need to be aware and need to know how good specification PC or laptop that we use to connect to the internet, I have experience with a PC that biasa2 only with Laptops that have a specification that wow, there is a very significant difference, in experiments This one I'm using the internet provider with the lowest package, it is very pronounced difference was the speed between PC and Laptop.
The amount of free space on drive C also affects the speed internet connection, not to mention if you visit sites that contain large amounts of data, of course it will feel slow connections, what more if the bandwidth is exhausted, it must be getting slow connection.
Have you ever heard the AGC (Auto Generate Content) and how you feel after getting into a blog / web AGC ..?
Ok. I will try to write an article about AGC on platforms like wordpress where I set it up. Like this ..
Step 1.
Search API Bing get here earlier http://www.bing.com/developers/createapp.aspx (do not need a tutorial to get the fire from the bing? I know you know)
Step 2.
Open your editor and delete the search.php template code <?php get_header();?> , Then replace with the following code below:
Save and test . Hopefully this brings progress tutor for you.
Nb: Any risk of what will happen next is your responsibility and must be prepared mentally.
For the sample u can see this web: jevuska.com
| Example |
Ok. I will try to write an article about AGC on platforms like wordpress where I set it up. Like this ..
Step 1.
Search API Bing get here earlier http://www.bing.com/developers/createapp.aspx (do not need a tutorial to get the fire from the bing? I know you know)
Step 2.
Open your editor and delete the search.php template code <?php get_header();?> , Then replace with the following code below:
<?phpThen look for the code <? php endif;?> and put this code on it
if($_GET['s']!=''){
$urlredirect = get_settings('home') . '/search/' . str_replace(' ', '-' ,$_GET['s']). '.html';
header("HTTP/1.1 301 Moved Permanently");
header( "Location: $urlredirect" );
}
?>
<?php
define('BING_API_KEY', '');
function pete_curl_get($url, $params)
{
$post_params = array();
foreach ($params as $key => &$val) {
if (is_array($val)) $val = implode(',', $val);
$post_params[] = $key.'='.urlencode($val);
}
$post_string = implode('&', $post_params);
$fullurl = $url."?".$post_string;
$ch = curl_init();
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
curl_setopt($ch, CURLOPT_URL, $fullurl);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_USERAGENT, 'Mailana (curl)');
$result = curl_exec($ch);
curl_close($ch);
return $result;
}
function perform_bing_web_search($termstring)
{
$searchurl = 'http://api.bing.net/json.aspx?';
$searchurl .= 'AppId='.'replace with your API code from bing';
$searchurl .= '&Query='.urlencode($termstring);
$searchurl .= '&Sources=Web';
$searchurl .= '&Web.Count=10';
$searchurl .= '&Web.Offset=0';
$searchurl .= '&Web.Options=DisableHostCollapsing+DisableQueryAlterations';
$searchurl .= '&JsonType=raw';
$response = pete_curl_get($searchurl, array());
$responseobject = json_decode($response, true);
if ($responseobject['SearchResponse']['Web']['Total']==0)
return array();
$allresponseresults = $responseobject['SearchResponse']['Web']['Results'];
$result = array();
foreach ($allresponseresults as $responseresult)
{
$result[] = array(
'url' => $responseresult['Url'],
'title' => $responseresult['Title'],
'abstract' => $responseresult['Description'],
);
}
return $result;
}
if (isset($_REQUEST['s'])) {
$termstring = urldecode($_REQUEST['s']);
} else {
$termstring = '';
}
get_header(); ?>
<?php
// If this is a search
if (is_search()) {
$s = str_replace('-', ' ', $s);
echo '<h2>';
echo 'Search Result for: <a href="'.$result['permalink'].'">'.$s.'</a>';
echo '</h2>';
// If this is a category archive
}
?>
<?php
function CleanFileNameBan($result){
$bannedkey = array("porn","adult","sex"); //masukkan kata kunci satu persatu untuk menghindari kata-kata yang tidak diinginkan.
$result = str_replace($bannedkey, '',$result);
$result = trim($result);
return $result;
}
function hilangkan_spesial_karakter($result) { //fungsi hilangkan semua spesial karakter pada Title
$result = strip_tags($result);
$result = preg_replace('/&.+?;/', '', $result);
$result = preg_replace('/\s+/', ' ', $result);
$result = preg_replace('|%([a-fA-F0-9][a-fA-F0-9])|', ' ', $result);
$result = preg_replace('|-+|', ' ', $result);
$result = preg_replace('/&#?[a-z0-9]+;/i','',$result);
$result = preg_replace('/[^%A-Za-z0-9 _-]/', ' ', $result);
$result = trim($result, ' ');
return $result;
}
function ubah_tanda($result) { //fungsi ubah spasi jadi minus pada permalink title
$result = strtolower($result);
$result = preg_replace('/&.+?;/', '', $result);
$result = preg_replace('/\s+/', '-', $result);
$result = preg_replace('|%([a-fA-F0-9][a-fA-F0-9])|', '-', $result);
$result = preg_replace('|-+|', '-', $result);
$result = preg_replace('/&#?[a-z0-9]+;/i','',$result);
$result = preg_replace('/[^%A-Za-z0-9 _-]/', '-', $result);
$result = trim($result, '-');
return $result;
}
?>
<?php $termstring=$s ;?>
<?php
if ($termstring!='') {
$bingresults = perform_bing_web_search($termstring);
foreach ($bingresults as $result) {
print '<div><h2><a href="'. get_settings('home').'/search/'.ubah_tanda(CleanFileNameBan(hilangkan_spesial_karakter
($result['title']))).'.html">'.CleanFileNameBan(hilangkan_spesial_karakter($result['title'])).'</a></h2>';
print '<p>'.$result['abstract'].'</p>';
print '<p>'.$result['url'].'</p></div>';
}
}
?>
Save and test . Hopefully this brings progress tutor for you.
Nb: Any risk of what will happen next is your responsibility and must be prepared mentally.
For the sample u can see this web: jevuska.com

