<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hakimtea™.com &#187; Blogger</title>
	<atom:link href="http://hakimtea.com/category/blogger/feed/" rel="self" type="application/rss+xml" />
	<link>http://hakimtea.com</link>
	<description>» I&#039;m INDONESIA BLOGGER and I proud of it! «</description>
	<lastBuildDate>Wed, 02 May 2012 18:35:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How To Instal OpenUpload (OpenUpload installation)</title>
		<link>http://hakimtea.com/blogger/how-to-instal-openupload-openupload-installation/</link>
		<comments>http://hakimtea.com/blogger/how-to-instal-openupload-openupload-installation/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 22:55:26 +0000</pubDate>
		<dc:creator>Hakimtea</dc:creator>
				<category><![CDATA[Blogger]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[How To Instal OpenUpload]]></category>
		<category><![CDATA[Instal OpenUpload]]></category>
		<category><![CDATA[OpenUpload]]></category>
		<category><![CDATA[OpenUpload Install]]></category>
		<category><![CDATA[OpenUpload installation]]></category>

		<guid isPermaLink="false">http://hakimtea.com/?p=4149</guid>
		<description><![CDATA[This is original note from OpenUpload installation notes (How To Instal OpenUpload &#8211; OpenUpload installation). Version: 0.3 INTRODUCTION This document describes the basic steps to install Open Upload. Be sure to also read README file. In this document there is also some documentation I suggest you to read. INDEX * Requirements * Quick Start * [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/blogger/how-to-instal-openupload-openupload-installation/' addthis:title='How To Instal OpenUpload (OpenUpload installation) ' ><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">&#124;</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></description>
			<content:encoded><![CDATA[<p>This is original note from OpenUpload installation notes (<a href="http://hakimtea.com/blogger/how-to-instal-openupload-openupload-installation/">How To Instal OpenUpload &#8211; OpenUpload installation</a>). Version: 0.3</p>
<p><strong>INTRODUCTION</strong></p>
<p>This document describes the basic steps to install Open Upload.<br />
Be sure to also read README file.<br />
In this document there is also some documentation I suggest you to read.</p>
<p><strong>INDEX</strong></p>
<p>* Requirements<br />
* Quick Start<br />
* Modes and Rights<br />
* LDAP Authentication<br />
* Multisite installation<br />
* IP Blocking Feature<br />
* Templates / Logo change<span id="more-4149"></span></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><strong>REQUIREMENTS</strong></p>
<p>To be able to use this software you need:<br />
- A running Web Server with PHP 5.x (version 4 won&#8217;t work)<br />
- Database (MySQL / PostgreSql) (optional but raccomended)<br />
- PHP and Web server must be configured to allow the file uploads<br />
More specifically:<br />
by default php allows uploads of max 2Mb file size.<br />
You&#8217;ll need to update the php.ini file to allow the maximum allowed size of your site, either by modifying the php.ini or<br />
allowing Apache (or the web server) to let .htaccess override the limit. (i.e. AllowOverride Options)<br />
In the www directory there is an example .htaccess file<br />
- PHP must be installed with the DATABASE backend you want to use,<br />
and GD image extensions for captcha to work.<br />
- Also the LDAP extension needs to be installed if you plan to use<br />
LDAP/AD Authentcation.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><strong>QUICK START</strong></p>
<p>* BIG FAT NOTE: This procedure is aimed to let you test the program functionality.<br />
Once this program is right for you read the MULTISITE INSTALLATION to avoid<br />
security issues.<br />
You should make sure the files other than &#8220;www&#8221; are not directly accessible via WEB<br />
More specifically this are the most important:<br />
&#8220;data&#8221; directory where files are stored<br />
&#8220;txtdb&#8221; if a flat txt database is used</p>
<p>* Download the source from http:/www.sf.net/projects/openupload<br />
* Untar the file<br />
tar xzf &lt;release&gt;.tar.gz<br />
* Copy all files to somewhere which is accessible from the web (i.e. /var/www/html/openupload)<br />
* Point your browser to where the application has been installed (i.e. http://localhost/openupload)<br />
* Follow the setup steps.</p>
<p><strong>MANUAL CONFIGURATION</strong></p>
<p>* Copy the www/config.inc.php.example and edit it to suit your installation<br />
* Make sure the web server is able to write to the &#8220;data&#8221;, &#8220;data/tmp&#8221; and &#8220;templates_c&#8221; directory<br />
* Create the database<br />
( see MODES AND RIGHTS for more information on mode and rights configuration)<br />
MYSQL:<br />
- create the db and the user<br />
create database &lt;database&gt;;<br />
grant all privileges on &lt;database&gt;.* to &#8216;&lt;user&gt;&#8217;@'localhost&#8217; ideintified by &#8216;&lt;password&gt;&#8217;;<br />
- import the database schema and default config options<br />
mysql &lt;database&gt; -u &lt;user&gt; -p &lt; sql/mysql/1_schema.sql<br />
mysql &lt;database&gt; -u &lt;user&gt; -p &lt; sql/mysql/2_base.sql<br />
- import the configuration mode (it is not required):<br />
mysql &lt;database&gt; -u &lt;user&gt; -p &lt; sql/mysql/3_mode_&lt;selected&gt;.sql<br />
PGSQL:<br />
- create the user and the db<br />
su &#8211; postgres (or whatever is the db admin)<br />
createuser -P -S -D -R -l openupload<br />
createdb &#8211;owner=openupload openupload &#8220;OpenUpload DB&#8221;<br />
- import the database schema and default config options<br />
psql -h 127.0.0.1 -W -U openupload -f sql/pgsql/1_structure.sql<br />
psql -h 127.0.0.1 -W -U openupload -f sql/pgsql/2_base.sql<br />
- import the configuration mode (it is not required):<br />
psql -h 127.0.0.1 -W -U openupload -f sql/pgsql/3_mode_&lt;selected&gt;.sql<br />
FLAT FILE (TXT):<br />
- the txt is usable, but I would not suggest it unless it&#8217;s a really low traffic site.<br />
- make sure the &#8220;rootdir&#8221; for the txtdb folder is writable by your apache user<br />
- copy the default files from sql/txt/*.txt to the &#8220;rootdir&#8221; folder<br />
- substitute the wanted mode configuration txt/modes/acl_&lt;mode&gt;.txt over the acl.txt</p>
<p>* Point your browser to http://localhost/&lt;wherever&gt;<br />
* Login with Username: admin Password: admin<br />
* Go to Profile and change your admin e-mail and password<br />
* Enjoy! <img src='http://hakimtea.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><strong>MODES AND RIGHTS</strong></p>
<p>Application can be configured to achive different behavier depending on group rights.<br />
It comes with a set of predefined rights so that it enables/disables features.<br />
Mainly I think this are the most usefull modes one should require, but you are free to adapt<br />
them after installation.</p>
<p>* Public<br />
The site is completely public. No need for the user to login or register. It can upload and<br />
download as it wishes. Still plugin limitations may apply.</p>
<p>* Service<br />
The site is public for not registered users, but registered ones get more functionality (i.e.<br />
less limitations, they can password protect the file, can send e-mails, etc).</p>
<p>* Restricted<br />
The users to be able to upload need to register/login<br />
The download is still public.</p>
<p>* Private<br />
The users must login to upload and they are not able to register (the Admin adds the users).<br />
The download is still available.<br />
I think this is the best solution for a company or user which wants internal users to upload<br />
files, but i.e. customers to download them freely.<br />
IMHO this is the best configuration in conjunction with LDAP/AD Authentication.</p>
<p>* Internal use (which I do not provide, but might be needed)<br />
This is a mode which could be used for some people, but unless needed you will need to<br />
configure the rights yourself.<br />
Mainly upload and download need a user to login.</p>
<p>Basically the rights are checked with this priority:</p>
<p>group / module / action<br />
group / module / *<br />
group / *      / *<br />
*     / module / action<br />
*     / module / *<br />
*     / *      / *</p>
<p>where * stands for any value.</p>
<p>With the LDAP authentication backend a user can be part of multiple groups.<br />
The check is done for every group the user is part of, and if none of it are matched<br />
the result is to deny the operation. (See LDAP AUTHENTICATION)</p>
<p>NOTE: Be carfull with rights as you might block yourself out</p>
<p>Also the plugins can be enabled and disabled based on the group a user is registered.<br />
Probabaly you&#8217;ll need to adapt it to suit your needs.<br />
Plugins must be enabled / disabled on a group basis (this might change in the future),<br />
there is no * for the group.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><strong>LDAP AUTHENTICATION</strong></p>
<p>LDAP support is maily a company feature, where you want your internal users to be able to upload files,<br />
and Customers to be able to download (without the need to login).</p>
<p>Supported (tested) infrastructures:<br />
- Openldap (I test it against a Samba3 + Openldap structure).<br />
- Active Directory (against a windows 2003 domain)</p>
<p>LDAP configuration can be quite triky so you&#8217;ll need to undersand what the configuration options are:<br />
- host       : this is easy, the host to ask login requests (your LDAP / AD server)<br />
- type       : in case of Active Directory put &#8216;AD&#8217; as value<br />
- user       : this is the user used to do LDAP/AD queries. I&#8217;d suggest to create a readonly user.<br />
- password   : the &#8220;readonly&#8221; user password<br />
- domain     : only for Active Directory, specifies the AD domain (i.e. yourdomain.local), it&#8217;s used<br />
for user authentication. (like User@yourdomain.local)<br />
- basedn     : this is the LDAP base DN<br />
- userdn     : the base dn for user searches. For LDAP it is also used for user authentication values<br />
(i.e. uid=User,ou=Users,dc=yourdomain,dc=local), it&#8217;s the ou=Users,dc=yourdomain,dc=local<br />
- userckass  : the objectClass associated to the users (leave user for AD)<br />
- uid        : the field that corresponds to the user login (could be cn, i.e. cn=admin,ou=Users,&#8230; )<br />
- userfields : the list of correspondences between LDAP/AD attributes and the user fields<br />
place particular attention to the group_id match, as it needs to match the main gid for<br />
group name search.<br />
- groupdn    : Group base search path. Where groups are stored (could be the same as basedn)<br />
- groupclass : The objectClass of a group (leave group for AD)<br />
- gid        : this is the value to be matched between the group_id in the user fields and the group)<br />
- groupfields: this is a list of correspondence between LDAP/AD group attributes and the group fields<br />
- sgid       : Mainly needed for Openldap, the user might be part of other groups. this is the lookup<br />
field for the login name to be a member of a group (not needed in AD)<br />
- sgidfields : correpondence between ldap sub group attributes and group attributes (mainly it&#8217;s the<br />
same as groupfields) maybe I&#8217;ll remove it, if I find out it&#8217;s not needed.</p>
<p>Once you have configured this part you should make sure to be able to login as administrator and change rights.<br />
It&#8217;s probably a good idea to add a record with the Administrator group to be able to access anything.</p>
<p>I&#8217;d suggest to create a set of dedicated groups for the application (i.e. OpenUploadAdmin, OpenUploadUser),<br />
in your LDAP/AD configuration, and manage rights for only this groups (obviously assign to them the<br />
users you want to access the service)<br />
Also I&#8217;m not really sure how it works if a user has more than 1 group with different rights (especially<br />
on plugins)</p>
<p>If it&#8217;s a simple company you can use the default &#8220;Domain Users&#8221; and &#8220;Domain Admins&#8221;.</p>
<p>Please note that if LDAP is enabled you won&#8217;t be able to manage users/groups from the Administration interface<br />
(use the LDAP/AD for this)</p>
<p>I&#8217;d also suggest to assign your users an e-mail addess.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><strong>MULTISITE INSTALLATION</strong></p>
<p>In the QUICK START you find out how to test the application.<br />
For a better installation this are my suggestions:</p>
<p>Put the program somewhere which is not WEB accessible. (i.e. /usr/share/openupload)<br />
You can then copy the www folder to the WEB server root (or subdirectory), or even better,<br />
point the web server to the www folder if it&#8217;s a single site configuration.</p>
<p>Make sure the &#8220;data&#8221;, &#8220;data/tmp&#8221; and &#8220;templates_c&#8221; folders are writable by the web user.</p>
<p>Change the config.inc.php accordingly to your installation.</p>
<p>If you want a multisite be sure to have a different config.inc.php per site (and db or db prefix).<br />
Create a template folder for every site (or maybe just 1 if you plan on changing only the logo).</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><strong>IP BLOCKING FEATURE (actually allow/deny)</strong></p>
<p>The IP blocking feature is pretty configurable, so you can allow only a set of specific networks<br />
to access the site (i.e. VPN networks).<br />
The ip can be specified with a subnet mask (i.e. 192.168.0.0/255.255.255.0) or with a subnet mask<br />
number (i.e. 192.168.1.0/23)</p>
<p>Then you can decide wether this range accesses the site or not.<br />
So you could block an entire range of IPs with only one line.</p>
<p>You can also secify a priority so let&#8217;s say you want all the 192.168.0.0/16 networks to access,<br />
but you want to block the specific 192.168.99.0/24 network.</p>
<p>IP          | ACCESS  | PRIORITY<br />
192.168.0.0/16  | allow   |  8<br />
192.168.99.0/24 | deny    |  7</p>
<p>The IP Banning feature will set a default value of 10 as the priority rule for the IP to be BANNED.</p>
<p>If you want to be sure that your network is not banned use a priority lower than that.</p>
<p>Please be carefull as you could lock yourself out <img src='http://hakimtea.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><strong>PLUGINS</strong><br />
The provided plugins need to be enabled on a group basis.<br />
Some are feature plugins, others are limitation plugins.</p>
<p>captcha  : allows the user to select a captcha before the download. (Requires GD extension)<br />
email    : allows sending e-mails with the download detail<br />
password : allows password protection of the download<br />
expire   : defines when an upload must expire (use the maintainance to delete them)<br />
filesize : definition of different file size uploads on a group basis<br />
mimetype : specify a limited set of mimetypes or ban some of them<br />
compress : allows to compress the uploaded files into an archive. Requires external tools<br />
(must be configured)</p>
<p><strong>TEMPLATES / LOGO CHANGES (Notes)</strong></p>
<p>If you want to change something in the templates I&#8217;d suggest to create a site template and put<br />
there the needed changed files,<br />
(templates/&lt;yourtemplate&gt; or www/templates/&lt;yourtemplate&gt;).<br />
The program will check for the exsistence of a file in the selected template folder, and if not<br />
found will go back to the default.<br />
This will avoid problems when updating the program to a new version.</p>
<img src="http://hakimtea.com/?ak_action=api_record_view&id=4149&type=feed" alt="" /><div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/blogger/how-to-instal-openupload-openupload-installation/' addthis:title='How To Instal OpenUpload (OpenUpload installation) ' ><a href="//addthis.com/bookmark.php?v=250&amp;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">|</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></content:encoded>
			<wfw:commentRss>http://hakimtea.com/blogger/how-to-instal-openupload-openupload-installation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Babak Pertama &#8220;Perang&#8221; Facebook vs GooglePLUS</title>
		<link>http://hakimtea.com/blogger/babak-pertama-perang-facebook-vs-googleplus/</link>
		<comments>http://hakimtea.com/blogger/babak-pertama-perang-facebook-vs-googleplus/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 06:19:26 +0000</pubDate>
		<dc:creator>Hakimtea</dc:creator>
				<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[cara daftar google plus]]></category>
		<category><![CDATA[cara mendapatkan undangan google+]]></category>
		<category><![CDATA[daftar google+]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Adsense]]></category>
		<category><![CDATA[Google PLUS]]></category>
		<category><![CDATA[google plus bantai facebook]]></category>
		<category><![CDATA[google plus dibuka untuk umum]]></category>
		<category><![CDATA[Jejaring Sosial Google]]></category>
		<category><![CDATA[jejaring sosial saingan facebook]]></category>
		<category><![CDATA[social network saingan Facebook]]></category>
		<category><![CDATA[undangan google plus]]></category>
		<category><![CDATA[Wordpress Edit]]></category>

		<guid isPermaLink="false">http://hakimtea.com/?p=4066</guid>
		<description><![CDATA[Seperti artikel sebelumnya mengenai Google PLUS, Jejaring Sosial Google yang Siap Melindas Facebook, akhirnya facebook secara perlahan menunjukkan sikapnya untuk &#8220;berperang&#8221; melawan Google+. Hal ini diperlihatkan facebook dengan memblokir fitur Facebook Friend Exporter yang merupakan fitur tambahan Google Chrome, sebuah fitur yang memungkinkan user memindahkan daftar serta info kontak teman facebooknya ke layanan lain semisal [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/blogger/babak-pertama-perang-facebook-vs-googleplus/' addthis:title='Babak Pertama &#8220;Perang&#8221; Facebook vs GooglePLUS ' ><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">&#124;</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-4070" style="margin-right: 8px;" title="facebook vs GooglePLUS" src="http://hakimtea.com/wp-content/uploads/2011/07/facebook-vs-GooglePLUS.png" alt="" width="183" height="134" />Seperti artikel sebelumnya mengenai <a title="Google PLUS, Jejaring Sosial Google yang Siap Melindas Facebook" href="http://hakimtea.com/blogger/google-plus-jejaring-sosial-google-yang-siap-melindas-facebook/" target="_blank">Google PLUS, Jejaring Sosial Google yang Siap Melindas Facebook</a>, akhirnya facebook secara perlahan menunjukkan sikapnya untuk &#8220;berperang&#8221; melawan Google+. Hal ini diperlihatkan facebook dengan memblokir fitur Facebook Friend Exporter yang merupakan fitur tambahan Google Chrome, sebuah fitur yang memungkinkan user memindahkan daftar serta info kontak teman facebooknya ke layanan lain semisal Gmail.</p>
<p>Hal tersebut dilakukan facebook sehari setelah Google merilis Google+ ke publik. Facebook Friend Exporter merupakan <strong><a href="http://hakimtea.net/babak-pertama-perang-facebook-vs-googleplus/">Continue reading &#8216;Babak Pertama &#8220;Perang&#8221; Facebook vs GooglePLUS&#8217;»</a></strong></p>
<p>&nbsp;</p>
<img src="http://hakimtea.com/?ak_action=api_record_view&id=4066&type=feed" alt="" /><div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/blogger/babak-pertama-perang-facebook-vs-googleplus/' addthis:title='Babak Pertama &#8220;Perang&#8221; Facebook vs GooglePLUS ' ><a href="//addthis.com/bookmark.php?v=250&amp;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">|</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></content:encoded>
			<wfw:commentRss>http://hakimtea.com/blogger/babak-pertama-perang-facebook-vs-googleplus/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google PLUS, Jejaring Sosial Google yang Siap Melindas Facebook</title>
		<link>http://hakimtea.com/blogger/google-plus-jejaring-sosial-google-yang-siap-melindas-facebook/</link>
		<comments>http://hakimtea.com/blogger/google-plus-jejaring-sosial-google-yang-siap-melindas-facebook/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 08:54:39 +0000</pubDate>
		<dc:creator>Hakimtea</dc:creator>
				<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[cara daftar google plus]]></category>
		<category><![CDATA[cara mendapatkan undangan google+]]></category>
		<category><![CDATA[daftar google+]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Adsense]]></category>
		<category><![CDATA[Google PLUS]]></category>
		<category><![CDATA[google plus bantai facebook]]></category>
		<category><![CDATA[google plus dibuka untuk umum]]></category>
		<category><![CDATA[Jejaring Sosial Google]]></category>
		<category><![CDATA[jejaring sosial saingan facebook]]></category>
		<category><![CDATA[social network saingan Facebook]]></category>
		<category><![CDATA[undangan google plus]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://hakimtea.com/?p=4055</guid>
		<description><![CDATA[Kemarin (4 Juli 2011) bertepatan dengan hari kemerdekaan negeri Paman Sam Amerika Serikat Google merilis layanan barunya yang masih khusus untuk sebagian orang yang mendapatkan undangan (invitation), layanan baru itu berupa fitur jejaring sosial (social network) bernama Google + (googleplus). Animo publik yang sangat antusias dan spektakuler membuat Google kewalahan sehingga menutup sementara invitation, demikian [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/blogger/google-plus-jejaring-sosial-google-yang-siap-melindas-facebook/' addthis:title='Google PLUS, Jejaring Sosial Google yang Siap Melindas Facebook ' ><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">&#124;</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></description>
			<content:encoded><![CDATA[<p>Kemarin (4 Juli 2011) bertepatan dengan hari kemerdekaan negeri Paman Sam Amerika Serikat Google merilis layanan barunya yang masih khusus untuk sebagian orang yang mendapatkan undangan (invitation), layanan baru itu berupa fitur jejaring sosial (social network) bernama <a href="http://hakimtea.com/blogger/google-plus-jejaring-sosial-google-yang-siap-melindas-facebook/">Google +</a> (googleplus).</p>
<p>Animo publik yang sangat antusias dan spektakuler membuat Google kewalahan sehingga menutup sementara invitation, demikian jika Anda mencoba membuka halaman <strong><a href="http://hakimtea.net/google-plus-jejaring-sosial-google-yang-siap-melindas-facebook/">Continue reading &#8216;Google PLUS, Jejaring Sosial Google yang Siap Melindas Facebook&#8217;»</a></strong></p>
<img src="http://hakimtea.com/?ak_action=api_record_view&id=4055&type=feed" alt="" /><div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/blogger/google-plus-jejaring-sosial-google-yang-siap-melindas-facebook/' addthis:title='Google PLUS, Jejaring Sosial Google yang Siap Melindas Facebook ' ><a href="//addthis.com/bookmark.php?v=250&amp;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">|</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></content:encoded>
			<wfw:commentRss>http://hakimtea.com/blogger/google-plus-jejaring-sosial-google-yang-siap-melindas-facebook/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>WordPress 3.2 Telah Hadir, Tips dan Trik PraUpdate</title>
		<link>http://hakimtea.com/wordpress/wordpress-3-2-telah-hadir-tips-dan-trik-praupdate/</link>
		<comments>http://hakimtea.com/wordpress/wordpress-3-2-telah-hadir-tips-dan-trik-praupdate/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 05:13:56 +0000</pubDate>
		<dc:creator>Hakimtea</dc:creator>
				<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Info]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://hakimtea.com/?p=4048</guid>
		<description><![CDATA[Pagi ini membuka email dapat announcement dari WPMU.org. Announcement itu adalah hadirnya wordpress 3.2 Gershwin dan sedikit tips-trik sebelum melakukan update. WordPress 3.2 hadir atas kerja keras WDC (WordPress development community). Banyak fitur baru yang cukup menarik termasuk diantaranya themes default yang baru. Namun sebelum Anda sangat antusias dan mengklik tombol UPDATE pada dashboard blog [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/wordpress/wordpress-3-2-telah-hadir-tips-dan-trik-praupdate/' addthis:title='WordPress 3.2 Telah Hadir, Tips dan Trik PraUpdate ' ><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">&#124;</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></description>
			<content:encoded><![CDATA[<p>Pagi ini membuka email dapat announcement dari WPMU.org. Announcement itu adalah hadirnya <a href="http://hakimtea.net/wordpress-3-2-telah-hadir-tips-dan-trik-praupdate/">wordpress 3.2 Gershwin</a> dan sedikit tips-trik sebelum melakukan update. WordPress 3.2 hadir atas kerja keras WDC (WordPress development community). Banyak fitur baru yang cukup menarik termasuk diantaranya themes default yang baru.</p>
<p>Namun sebelum Anda sangat antusias dan mengklik tombol UPDATE pada dashboard blog WP Anda ada baiknya pastikan untuk membaca terlebih dahulu tips-trik <a href="http://hakimtea.net/wordpress-3-2-telah-hadir-tips-dan-trik-praupdate/"><strong>Continue reading &#8216;WordPress 3.2 Telah Hadir, Tips dan Trik PraUpdate&#8217;»</strong></a></p>
<img src="http://hakimtea.com/?ak_action=api_record_view&id=4048&type=feed" alt="" /><div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/wordpress/wordpress-3-2-telah-hadir-tips-dan-trik-praupdate/' addthis:title='WordPress 3.2 Telah Hadir, Tips dan Trik PraUpdate ' ><a href="//addthis.com/bookmark.php?v=250&amp;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">|</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></content:encoded>
			<wfw:commentRss>http://hakimtea.com/wordpress/wordpress-3-2-telah-hadir-tips-dan-trik-praupdate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>URL Shortening Service Antara Top, Lokal, Dapat Dollar</title>
		<link>http://hakimtea.com/afiiliasi/url-shortening-service-antara-top-lokal-dapat-dollar/</link>
		<comments>http://hakimtea.com/afiiliasi/url-shortening-service-antara-top-lokal-dapat-dollar/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 11:50:16 +0000</pubDate>
		<dc:creator>Hakimtea</dc:creator>
				<category><![CDATA[Afiiliasi]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Info]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[affiliasi]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[dollar]]></category>

		<guid isPermaLink="false">http://hakimtea.com/?p=4018</guid>
		<description><![CDATA[Banyak jalan menuju Roma, banyak cara meraih dollar recehan di internet. Meski recehan namun laksana pepatah mengatakan &#8220;sedikit-sedikit lama-lama menjadi bukit&#8221;. Begitu banyak cara dan iming-iming hingga kadang kita &#8220;diburamkan&#8221; mana yang benar dan mana yang hanya sekedar SCAM yang akhirnya membuat kecewa. Salah satu cara mencari dollar recehan di internet adalah melalui penyingkat URL [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/afiiliasi/url-shortening-service-antara-top-lokal-dapat-dollar/' addthis:title='URL Shortening Service Antara Top, Lokal, Dapat Dollar ' ><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">&#124;</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-4033" style="margin-right: 8px;" title="URL-shortening" src="http://hakimtea.com/wp-content/uploads/2011/07/URL-shortening.png" alt="" width="160" height="166" />Banyak jalan menuju Roma, banyak cara meraih dollar recehan di internet. Meski recehan namun laksana pepatah mengatakan &#8220;sedikit-sedikit lama-lama menjadi bukit&#8221;.</p>
<p>Begitu banyak cara dan iming-iming hingga kadang kita &#8220;diburamkan&#8221; mana yang benar dan mana yang hanya sekedar SCAM yang akhirnya <a href="http://hakimtea.net/adsensecamp-bikin-kecewa/" target="_blank">membuat kecewa</a>. Salah satu cara mencari dollar recehan di internet adalah melalui penyingkat URL atau bahasa luarnya URL shortening.</p>
<p>Seperti kita maklumi jasa <a href="http://hakimtea.net/url-shortening-service-antara-top-lokal-dapat-dollar/">Continue reading &#8216;URL Shortening Service Antara Top, Lokal, Dapat Dollar&#8217;»</a></p>
<img src="http://hakimtea.com/?ak_action=api_record_view&id=4018&type=feed" alt="" /><div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/afiiliasi/url-shortening-service-antara-top-lokal-dapat-dollar/' addthis:title='URL Shortening Service Antara Top, Lokal, Dapat Dollar ' ><a href="//addthis.com/bookmark.php?v=250&amp;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">|</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></content:encoded>
			<wfw:commentRss>http://hakimtea.com/afiiliasi/url-shortening-service-antara-top-lokal-dapat-dollar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wajah Baru, ah Wajah Lama</title>
		<link>http://hakimtea.com/wordpress/wajah-baru-ah-wajah-lama/</link>
		<comments>http://hakimtea.com/wordpress/wajah-baru-ah-wajah-lama/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 16:38:27 +0000</pubDate>
		<dc:creator>Hakimtea</dc:creator>
				<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blogger Template]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Wordpress Theme]]></category>

		<guid isPermaLink="false">http://hakimtea.com/?p=4006</guid>
		<description><![CDATA[Kalo liat theme sekarang ini pernah dipake siapa ya?!? Perasaan sering liat! Hmmmm siapa ya&#8230; heuheu. Simple dan enak loadingnya, ya tes tes tes terus pake deh. Tadinya blog ini akan saya suntik dengan Plugin BuddyPress, itu tuh plugin untuk jadiin blog berbasis sosial network, eh hosting ga support, riweh! Tau sendirikan blog ini hostingnya [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/wordpress/wajah-baru-ah-wajah-lama/' addthis:title='Wajah Baru, ah Wajah Lama ' ><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">&#124;</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://themocracy.com/wp-content/uploads/2009/04/panorama-theme.jpg" alt="" width="170" height="144" />Kalo liat theme sekarang ini pernah dipake siapa ya?!? Perasaan sering liat! Hmmmm siapa ya&#8230; heuheu. Simple dan enak loadingnya, ya tes tes tes terus pake deh. Tadinya blog ini akan saya suntik dengan Plugin BuddyPress, itu tuh plugin untuk jadiin blog berbasis sosial network, eh hosting ga support, riweh! Tau sendirikan blog ini hostingnya gratis unlimited karena disponsori oleh <a title="Get a Free Website for Your Blog" href="http://hyperwebenable.com/" target="_blank">Hyperweb</a>. Males kontek2an terus sama admin hyperweb. Jadi ya back to nature kembali ke bentuk blog sesungguhnya.</p>
<p>Theme yang saya pake sekarang adalah <span id="more-4006"></span>Panorama WordPress Theme keluaran Themocrazy bisa Anda download di <a title="Download Panorama WordPress Theme" href="http://themocracy.com/2009/04/panorama-free-wordpress-theme/">http://themocracy.com/2009/04/panorama-free-wordpress-theme/</a> lumayanlah simple dan ga berabe ga riweh pokoknya.</p>
<p>Bagian header image bisa di kostumisasi dengan banner iklan 125x125pixel sebanyak 7 banner dengan cara mengedit bagian header.php replace saja bagian <span style="color: #800000;">&lt;div id=&#8221;headerimage&#8221;&gt;&lt;/div&gt;</span> dengan tag html banner, so simple gan. Bagian logo juga bisa Anda rubah dengan image logo Anda sendiri dengan mereplace bagian <span style="color: #800000;">&lt;?php ap_logo(); ?&gt;</span> masih pada header.php dengan tag html image logo Anda, tinggal ukurannya saja yang disesuaikan menggunakan photoshop juga bisa.</p>
<p>Bagian lainnya bisa Anda kostum sendirilah suka-suka saja.</p>
<p>Wajah baru karena saya baru pake theme ini sekarang wajah lama karena memang theme ini memang theme lama tercatat awal tahun 2009 lahirnya. heuheu.</p>
<img src="http://hakimtea.com/?ak_action=api_record_view&id=4006&type=feed" alt="" /><div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/wordpress/wajah-baru-ah-wajah-lama/' addthis:title='Wajah Baru, ah Wajah Lama ' ><a href="//addthis.com/bookmark.php?v=250&amp;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">|</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></content:encoded>
			<wfw:commentRss>http://hakimtea.com/wordpress/wajah-baru-ah-wajah-lama/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Hmmm&#8230; Awal yang Bagus untuk Kembali</title>
		<link>http://hakimtea.com/catatan-blogger/hmmm-awal-yang-bagus-untuk-kembali/</link>
		<comments>http://hakimtea.com/catatan-blogger/hmmm-awal-yang-bagus-untuk-kembali/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 13:41:41 +0000</pubDate>
		<dc:creator>Hakimteaa</dc:creator>
				<category><![CDATA[Artikel]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Catatan Blogger]]></category>
		<category><![CDATA[Catatan Hari Ini]]></category>

		<guid isPermaLink="false">http://hakimtea.com/?p=3909</guid>
		<description><![CDATA[Sejak mengetahui dan yakin blog ini (hakimtea.com) sudah TIDAK terinfeksi lagi malware 2 hal yang mengawali pikiran saya, pertama update blog kedua nagih pembayaran ke Linkworth yang ditunda selama berbulan-bulan gara-gara adanya malware tersebut dan PK (pengajuan kembali) ke sponsoredreviews untuk mengembalikan blog ini dalam keadaan approve, karena sejak adanya Malware pihak SR membekukan blog [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/catatan-blogger/hmmm-awal-yang-bagus-untuk-kembali/' addthis:title='Hmmm&#8230; Awal yang Bagus untuk Kembali ' ><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">&#124;</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></description>
			<content:encoded><![CDATA[<p>Sejak mengetahui dan yakin blog ini (hakimtea.com) sudah TIDAK terinfeksi lagi malware 2 hal yang mengawali pikiran saya, pertama update blog kedua nagih pembayaran ke Linkworth yang ditunda selama berbulan-bulan gara-gara adanya malware tersebut dan PK (pengajuan kembali) ke sponsoredreviews untuk mengembalikan blog ini dalam keadaan approve, karena sejak adanya Malware pihak SR membekukan blog ini dalam posisi DECLINE, ih ngeri, heu.</p>
<p>Dua hal tersebut sudah saya lakukan, yang pertama update blog dengan postingan seadanya dengan judul <a href="http://hakimtea.com/catatan-blogger/hakimtea-com-is-back/">Hakimtea.com is Back?</a> mengawali perjumpaan dengan sahabat blogger semua pada umumnya dan khususnya bagi Anda semua yang masih setia berlangganan lewat <a href="http://hakimtea.com/tutorial/daftar-cara-setting-feed-blogger-ke-feedburner-plus-bonus-memasang-3-widget-feedburner/">feedburner</a> blog ini meski postingan tersebut mungkin bukan <a href="http://hakimtea.com/tips/11-tehnik-meningkatkan-kunjungan-ke-blog-anda/">11 Tehnik Meningkatkan kunjungan ke blog anda!</a> tapi <span id="more-3909"></span>ya apa bolehbuat sebagai awal kembalinya hakimtea.com sejak terbebasnya dari Malware. he.</p>
<p>Langkah kedua untuk <a href="http://www.linkworth.com/?a=18965">Linkworth</a> dan <a href="http://www.sponsoredreviews.com/?aid=28147">Sponsoredreviews</a> pun sudah saya lakukan dan mendapat respon positif. Pihak Linkworth yang di wakili Mitzi Mitchell menyebutkan, <em>&#8220;Yeah!! I will get your payment processed shortly.&#8221;</em> yang artinya pembayaran saya yang tertunda itu akan segera di proses. Lantas pihak SR yang diwakili Lacey bilang, <em>&#8220;Hello, I have approved your blog site.&#8221;</em></p>
<p>Hmmm&#8230; mudah-mudahan ini menjadi awal yang bagus untuk kembali.</p>
<p>Cukup baik untuk permulaan dan membuat saya bersemangat untuk kembali  ngeblog disela-sela kesibukan offline. Saya senang, ya hati saya merasa  cukup senang dan tidak gondok seperti halnya kang Argun yang melakukan  kesalahan kecil dalam kontes SEO Toyota hingga batal menjadi jawara SEO  baru, hmmm kang Argun, ya benar, <a href="http://argunbdg.com/kesalahan-bukan-pada-seo-anda.html">Kesalahan Bukan Pada SEO Anda!</a> melainkan ketelitian terhadap segala hal, terlebih hal-hal terkecil. Semoga mendapat ibrah serta pelajaran yang sangat berharga untuk kontes-kontes berikutnya.</p>
<img src="http://hakimtea.com/?ak_action=api_record_view&id=3909&type=feed" alt="" /><div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/catatan-blogger/hmmm-awal-yang-bagus-untuk-kembali/' addthis:title='Hmmm&#8230; Awal yang Bagus untuk Kembali ' ><a href="//addthis.com/bookmark.php?v=250&amp;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">|</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></content:encoded>
			<wfw:commentRss>http://hakimtea.com/catatan-blogger/hmmm-awal-yang-bagus-untuk-kembali/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Hakimtea.com is Back?</title>
		<link>http://hakimtea.com/catatan-blogger/hakimtea-com-is-back/</link>
		<comments>http://hakimtea.com/catatan-blogger/hakimtea-com-is-back/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 12:14:09 +0000</pubDate>
		<dc:creator>Hakimteaa</dc:creator>
				<category><![CDATA[Bandung]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Catatan Blogger]]></category>
		<category><![CDATA[Catatan Hari Ini]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://hakimtea.com/?p=3905</guid>
		<description><![CDATA[Dua hari kemarin beli modem ZTE untuk internetan dengan kartu Flexi dari teman adik saya dan langsung di-uji-coba browsing search di google nama &#8220;hakimtea&#8221; ternyata tampil diurutan pertama tentu saja hakimtea.com dengan index link dari google tanpa ada peringatan malware seperti waktu dulu sebelum hosting HWB kena infeksi virus. Waktu itu belum ngeh dan merasa [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/catatan-blogger/hakimtea-com-is-back/' addthis:title='Hakimtea.com is Back? ' ><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">&#124;</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></description>
			<content:encoded><![CDATA[<p>Dua hari kemarin beli modem ZTE untuk internetan dengan kartu Flexi dari teman adik saya dan langsung di-uji-coba browsing search di google nama &#8220;hakimtea&#8221; ternyata tampil diurutan pertama tentu saja <a href="http://hakimtea.com/">hakimtea.com</a> dengan index link dari google tanpa ada peringatan malware seperti waktu dulu sebelum hosting HWB kena infeksi virus.</p>
<p>Waktu itu belum ngeh dan merasa senang karena hakimtea.com ternyata is back dan telah terbebas dari peringatan mengandung Malware oleh google, itu karena sebelumnya pernah punya hp modem flexi (kini hilang) juga saat melakukan hal yang sama tidak terdeteksi malware namun saat coba di warnet masih memunculkan tulisan peringatan<span id="more-3905"></span> malware.</p>
<p>Keesokan harinya (5/2/11) saya kembali coba diwarnet daerah Jamika ternyata memang benar hakimtea.com telah terbebas dari peringatan malware oleh google saat coba searching dengan kata &#8220;hakimtea&#8221;. Lalu hari ini (6/2/11) kembali coba diwarnet lainnya (daerah Cibaduyut) dan ternyata is true hakimtea.com telah terbebas dari belenggu peringatan malware google.</p>
<p>Apakah berarti hakimtea is back? hmmm belum yakin, karena toh meski hakimtea.com telah terbebas dari malware saya selaku admin sudah terlanjur disibukkan dengan bisnis offline produksi <a href="http://browniesku.com">Brownies Kukus</a> dengan trademark  <a href="http://browniesku.com">Browniesku</a> yang telah melahirkan produk baru bernama <strong>Bronpis </strong>(brownies pisang) yang saat ini sudah banyak ditiru oleh produsen penganan <a href="http://browniesku.com">Brownies Bandung</a> lain di kota kembang ini karena saking &#8220;meledaknya&#8221; penjualan di pasar-pasar tradisional khususnya di kota Bandung, Cirebon, Garut, Tasik, Sukabumi, dll.</p>
<p>So, mudah2an di tengah kesibukan mengontrol karyawan saya coba update kembali blog yang telah melambungkan nama saya di dunia blog Indonesia ini. Atau mungkin para blogger telah melupakan nama saya seiring banyaknya blogger-blogger seangkatan yang kini menjadi master-master blogger baru. Hmmm we&#8217;ll see.</p>
<p>Welcome back hakimtea.com! Mudah2an pihak hosting HWB sudah ancang-ancang mengantisipasi kembalinya pihak2 yang tidak bertanggung-jawab mengkontaminasi &#8220;kesucian&#8221; hakimtea.com dengan virus ataupun malware. Heu.</p>
<img src="http://hakimtea.com/?ak_action=api_record_view&id=3905&type=feed" alt="" /><div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/catatan-blogger/hakimtea-com-is-back/' addthis:title='Hakimtea.com is Back? ' ><a href="//addthis.com/bookmark.php?v=250&amp;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">|</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></content:encoded>
			<wfw:commentRss>http://hakimtea.com/catatan-blogger/hakimtea-com-is-back/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Getting Good Traffic Through Link Exchange</title>
		<link>http://hakimtea.com/blogger/getting-good-traffic-through-link-exchange/</link>
		<comments>http://hakimtea.com/blogger/getting-good-traffic-through-link-exchange/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 09:41:11 +0000</pubDate>
		<dc:creator>2yousucces</dc:creator>
				<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Iklan]]></category>
		<category><![CDATA[Info]]></category>

		<guid isPermaLink="false">http://hakimtea.com/?p=3884</guid>
		<description><![CDATA[In line with the development of internet, people put it in the very first place to find any thing they need. People&#8217;s dependence on internet is increased. At the same time, those who make use of internet development for business also increases. As the result, the competition is getting tight. One thing for sure that [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/blogger/getting-good-traffic-through-link-exchange/' addthis:title='Getting Good Traffic Through Link Exchange ' ><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">&#124;</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></description>
			<content:encoded><![CDATA[<p>In line with the development of internet, people put it in the very first place to find any thing they need. People&#8217;s dependence on internet is increased. At the same time, those who make use of internet development for business also increases. As the result, the competition is getting tight. One thing for sure that everybody who runs an online site, be it for personal purpose or for business, needs visitors badly. Without visitors, known as traffic, the sites are nothing.</p>
<p>There are many ways to get visitors come to a website. The most practical one is by using ads; adwords, banners or as such. Another one is by spreading the site through paid reviews. And there is another way that is not less effective, that is by using <a href="http://link-exchange.disastercover.com/">link exchange</a>. A site will come <span id="more-3884"></span>upon the search engine pages from where the visitors/traffic generally come, is because of, among many, its popularity. By exchanging links with other sites throughout the net, a site gets popular easily. In other words, exchanging the site link is very important in order that a site can indexed by the search engines well.</p>
<p>So, if you run a site or two, you must keep in mind that exchanging link is the way how you can increase the traffic to your site.</p>
<img src="http://hakimtea.com/?ak_action=api_record_view&id=3884&type=feed" alt="" /><div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/blogger/getting-good-traffic-through-link-exchange/' addthis:title='Getting Good Traffic Through Link Exchange ' ><a href="//addthis.com/bookmark.php?v=250&amp;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">|</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></content:encoded>
			<wfw:commentRss>http://hakimtea.com/blogger/getting-good-traffic-through-link-exchange/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pasang iklan banner gratis, Praktis dan Otomatis</title>
		<link>http://hakimtea.com/tips/pasang-iklan-banner-gratis-praktis-dan-otomatis/</link>
		<comments>http://hakimtea.com/tips/pasang-iklan-banner-gratis-praktis-dan-otomatis/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 07:21:42 +0000</pubDate>
		<dc:creator>muktiplaza</dc:creator>
				<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Iklan]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[Banner Gratis]]></category>
		<category><![CDATA[Bisnis Online]]></category>
		<category><![CDATA[pasang iklan]]></category>
		<category><![CDATA[promosi]]></category>

		<guid isPermaLink="false">http://hakimtea.com/?p=3784</guid>
		<description><![CDATA[Salah satu tugas utama dalam bisnis online adalah promosi atau advertising. Tanpa promosi, bisa dikatakan mustahil. Jika bisnis online yang anda geluti bisnis Affiliasi maka anda harus banyak memperkenalkan web anda ke banyak orang sehingga kemungkinan akan mendapat pembeli atau konsumen akan semakin besar. Dan itu semua harus dilakukan dengan cara promosi atau periklanan. Promosi [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/tips/pasang-iklan-banner-gratis-praktis-dan-otomatis/' addthis:title='Pasang iklan banner gratis, Praktis dan Otomatis ' ><a href="//addthis.com/bookmark.php?v=250&#38;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">&#124;</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify">Salah satu tugas utama dalam <a title="Bisnis Online" href="http://bisnis-muktiplaza.blogspot.com" target="_blank"><em><strong>bisnis online</strong></em></a> adalah <strong>promosi</strong> atau <strong>advertising</strong>. Tanpa promosi, bisa dikatakan mustahil. Jika <strong>bisnis online </strong>yang anda geluti bisnis Affiliasi maka anda harus banyak memperkenalkan web anda ke banyak orang sehingga kemungkinan akan mendapat pembeli atau konsumen akan semakin besar. Dan itu semua harus dilakukan dengan cara promosi atau periklanan. Promosi bisa bermacam-mavam. Bisa dengan pasang iklan baris gratis. Bisa juga dengan cara menulis artikel seperti yang terlihat sekarang ini. Bisa juga dengan menulis artikel di forum-forum bisnis online. Bisa juga pasang iklan PPC yang sekarang mulai menjamur di indonesia. Bisa juga <strong>pasang iklan</strong> adword dari Google. Dan bisa bisa yang lain. Banyak pokoknya.</p>
<p style="text-align: justify"><span style="color: #0000ff"><strong>Apa tujuan dari promosi?<span id="more-3784"></span></strong></span></p>
<p style="text-align: justify">Tentu saja traffic atau lalu lintas kunjungan ke web kita. Traffic is money. Hmmm bener nggak ya&#8230;? Lalu lintas kunjungan ke web adalah sumber uang. Karena web yang tanpa pengunjung, dari mana kita kan dapat konsumen atau pembeli? Pembeli kan asalnya berkunjung, lihat-lihat sambil baca-baca, tertarik lalu beli. Jika tidak ada pengunjung ( visitor ) ya siapa yang mau beli&#8230;? Jadi percaya nggak ya, Traffic is money? Ibarat di jalan raya, jika lalu lintas kendaraan lewat rame banget, maka ini akan jadi lahan bisnis atau peluang untuk menghasilkan uang. Ada yang membuat warung, toko, warnet, wartel, bahkan ada juga premannya. He he he. Maaf yang terakhir jangan dimasukkan dalam hati.</p>
<p style="text-align: justify"><!--more--></p>
<p style="text-align: justify">Nah Saya kan sampaikan informasi salah satu cara atau tips untuk meningkatkan traffic atau lalu lintas pengunjung adalah dengan cara pasang iklan banner. Tempat-tempat pasang iklan banner cukup banyak di internet. Tapi biasanya iklan banner harus bayar aleas harus keluarkan modal aleas tidak gratis. Jika anda punya uang untuk pasang iklan banner ya ndak usah baca artikel ini. Tapi jika uang anda masih harus ngutang dulu sama tetangga, ya jangan lha. Lha wong ada kok pasang iklan banner yang gratis aleas FREE 100%. Masak ya? Iya dong. Silahkan sobat kunjungi  blog http://wowbannergratis.blogspot.com dan http://freeplugbanner.blogspot.com</p>
<p style="text-align: justify">Caranya bagaimana ?</p>
<p style="text-align: justify">Begini&#8230; Sediakan url image terlebih dahulu dan masukkan di kolom yang tersedia. Seperti ini <strong>http://nama_domainmu.com/contoh.jpg</strong> lalu masukkan juga url yang akan anda promosikan misalnya <strong>http://nama_domainmu.com</strong> lalu klik OK. Beres. Dalam 1 detik ( jika akses internet cepat ) banner sudah nampang tuh di bagian paling atas. Gampang khan. Silahkan dicoba. Dan selamat mendapatkan traffic kunjungan ke web-web anda secara gratis. Pasang bannernya gratis. Kunjungannya juga gratis. Jangan lupa, bannernya juga terpampang secara otomatis di dalam jaringan yang juga memasang kode html ini. Karena kode htmlnya diambil dari web obanner.com. Anda mau buat blog seperti ini bisa juga. Silahkan aja. Gratis kok. Pokoknya serba gratis.</p>
<p style="text-align: justify">Apakah ini tidak melanggar aturan <strong>blogger.com</strong> ? Nah ini harus kita bahas lebih lanjut. Saya belum tahu juga bos. Salam sukses. Jangan lupa berkunjung ke blogku ya di <a title="Bisnis Online" href="http://bisnis-muktiplaza.blogspot.com" target="_blank">http://bisnis-muktiplaza.blogspot.com</a></p>
<p style="text-align: justify">Mukti Effendi</p>
<img src="http://hakimtea.com/?ak_action=api_record_view&id=3784&type=feed" alt="" /><div class="addthis_toolbox addthis_default_style " addthis:url='http://hakimtea.com/tips/pasang-iklan-banner-gratis-praktis-dan-otomatis/' addthis:title='Pasang iklan banner gratis, Praktis dan Otomatis ' ><a href="//addthis.com/bookmark.php?v=250&amp;username=xa-4d2b47597ad291fb" class="addthis_button_compact">Share</a><span class="addthis_separator">|</span><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a></div>]]></content:encoded>
			<wfw:commentRss>http://hakimtea.com/tips/pasang-iklan-banner-gratis-praktis-dan-otomatis/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>


<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 24/29 queries in 0.020 seconds using disk

Served from: hakimtea.com @ 2012-05-23 08:34:46 -->
