<?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>j2trip</title>
	<atom:link href="http://www.j2trip.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.j2trip.com</link>
	<description>wordpress,joomla, travel</description>
	<lastBuildDate>Sat, 24 Oct 2009 05:23:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to fix users can&#8217;t login with community builder?</title>
		<link>http://www.j2trip.com/html/y2009/10/fix-cb-can-not-login.html</link>
		<comments>http://www.j2trip.com/html/y2009/10/fix-cb-can-not-login.html#comments</comments>
		<pubDate>Wed, 07 Oct 2009 14:21:28 +0000</pubDate>
		<dc:creator>j2trip</dc:creator>
				<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://www.j2trip.com/?p=131</guid>
		<description><![CDATA[I have imported users data into new Joomla website. But the new imported users can't login with community builder? Why?......]]></description>
			<content:encoded><![CDATA[<p>I have imported users data into new Joomla website. But the new imported users can&#8217;t login with community builder? Why?</p>
<p>When I come to check users management of community builder components in  back admin, I found all users were unconfirmed!</p>
<p><img class="alignnone size-full wp-image-132" title="20091007-cb-can-not-login-1" src="http://www.j2trip.com/wp-content/uploads/2009/10/20091007-cb-can-not-login-1.jpg" alt="20091007-cb-can-not-login-1" width="575" height="222" /></p>
<p>It seems there&#8217;s some status in the database table of community buildr.  After analysed database structure of Community Builder, I knew the users data stored in table jos_comprofiler. So for the new imported users, the data of this table must be inserted into database also.</p>
<p><img class="alignnone size-full wp-image-133" title="20091007-cb-can-not-login-2" src="http://www.j2trip.com/wp-content/uploads/2009/10/20091007-cb-can-not-login-2.jpg" alt="20091007-cb-can-not-login-2" width="575" height="412" /></p>
<p>I generated all data in excel according the all fields of jos_comprofiler and the data of new created user in back admin. Because there are so many fields in jos_comprofiler. So I only generated the required fields. I didn&#8217;t generated data for the fields which has defaul value and can be null.</p>
<p>You must be known, the field of  &#8220;approved&#8221; and &#8220;confirmed&#8221; must be set to &#8220;1&#8243;. It means the user has been confirmed and approved.</p>
<p><img class="alignnone size-full wp-image-134" title="20091007-cb-can-not-login-3" src="http://www.j2trip.com/wp-content/uploads/2009/10/20091007-cb-can-not-login-3.jpg" alt="20091007-cb-can-not-login-3" width="575" height="187" /></p>
<p>Import the excel sheet into MySql. Then export the data of new imported jos_comprofiler to .sql file. Imported the .sql file into the destined database. If you don&#8217;t know how to import excel into MySql, you may check <a href="http://www.j2trip.com/html/y2009/10/import-users-into-joomla.html">Import users’ data into joomla—-data transfer</a></p>
<p>Afther the data been imported. In the users management of community builder components, all users&#8217; status displayed &#8220;Confirmed&#8221;.</p>
<p><img class="alignnone size-full wp-image-135" title="20091007-cb-can-not-login-4" src="http://www.j2trip.com/wp-content/uploads/2009/10/20091007-cb-can-not-login-4.jpg" alt="20091007-cb-can-not-login-4" width="575" height="242" /></p>
<p>When I come to front, the new imported users can login OK.</p>
<p>Cheers, the users of old website have been transfered to new website OK.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2trip.com/html/y2009/10/fix-cb-can-not-login.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Users can&#8217;t be displayed&#8212;import users into joomla</title>
		<link>http://www.j2trip.com/html/y2009/10/users-cant-be-displayed.html</link>
		<comments>http://www.j2trip.com/html/y2009/10/users-cant-be-displayed.html#comments</comments>
		<pubDate>Tue, 06 Oct 2009 14:25:08 +0000</pubDate>
		<dc:creator>j2trip</dc:creator>
				<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://www.j2trip.com/?p=119</guid>
		<description><![CDATA[After all users' data imported into jos_users, then I come to back admin to check users. But I can't see the new imported users......]]></description>
			<content:encoded><![CDATA[<p>In the previous post, I have imported 300 users into jos_users. But at the back admin, the users is still same with the old. But the users account seem right.</p>
<p>Why the users can&#8217;t bu displayed?</p>
<p>I studied the source code of users manager for back admin. I found the users list is related with two others table, one is <span>jos_core_acl_aro and the other is </span><span>jos_core_acl_groups_aro_map. You may do a test, when you create a new user at back admin. One record will be inserted into the two tables  also.  It seems the two tables is sotre the group of users. So we need to insert users group data into the two tables.</span></p>
<p><span><strong>Step 1.  Generate the data of the table of jos_core_acl_aro</strong></span></p>
<p><span> There are 6 fields in this table </span><span>id， section_value，value，order_value，name and hidden.</span></p>
<p><span><strong>id</strong>: it isn&#8217;t same with users id in jos_users, it is the number of this table.</span></p>
<p><span><strong>section_value</strong>: According to the new created users, its group is </span><span>Registered and the value of this field is &#8220;users&#8221;. So I set this field to   &#8220;users&#8221;.</span></p>
<p><span><strong>value</strong>: This field is users id, it must same with users id in table jos_users.</span></p>
<p><span><strong>order_value</strong>: For the new created user, this value is set to &#8220;0&#8243;, so I set this field to &#8220;0&#8243; also.</span></p>
<p><span><strong>name:</strong> Users&#8217; name, same with jos_users.name .</span></p>
<p><span><strong>hidden</strong>: Set this field to &#8220;0&#8243; with the value of new created user also.</span></p>
<p><span>I generate all data in Excel.<br />
</span></p>
<p><span><img class="alignnone size-full wp-image-120" title="20091006-joomla-users-can-not-displayed-1" src="http://www.j2trip.com/wp-content/uploads/2009/10/20091006-joomla-users-can-not-displayed-1.jpg" alt="20091006-joomla-users-can-not-displayed-1" width="575" height="251" /></span></p>
<p><span><strong>Step 2.  Generate the data of the table of </strong></span><strong><span>jos_core_acl_groups_aro_map</span></strong></p>
<p><span> There are 3 fields in this table </span><span>group_id:</span><span>， </span><span>section_value</span><span>，</span><span>aro_id</span><span>.</span></p>
<p><span><strong>group_id</strong>: The group which users belong.</span></p>
<p><span><strong>section_value</strong>: Keep blank same with the value of new created users.</span></p>
<p><span><strong>aro_id</strong>: Same with the value of the id in table </span>jos_core_acl_aro. You may copy the column from the Excel sheet of jos_core_acl_aro.</p>
<p>Then excel sheet:</p>
<p><img class="alignnone size-full wp-image-121" title="20091006-joomla-users-can-not-displayed-2" src="http://www.j2trip.com/wp-content/uploads/2009/10/20091006-joomla-users-can-not-displayed-2.jpg" alt="20091006-joomla-users-can-not-displayed-2" width="481" height="346" /></p>
<p><strong>Step 3.</strong> Import the excel sheet data into the table of  <span>jos_core_acl_aro and </span> <span>jos_core_acl_groups_aro_map in </span>MySql.</p>
<p>When you import these data into MySql, must make sure the old value won&#8217;t be overwrite.</p>
<p>The data imported like this:</p>
<p><img class="alignnone size-full wp-image-122" title="20091006-joomla-users-can-not-displayed-2-1" src="http://www.j2trip.com/wp-content/uploads/2009/10/20091006-joomla-users-can-not-displayed-2-1.jpg" alt="20091006-joomla-users-can-not-displayed-2-1" width="575" height="244" /></p>
<p><img class="alignnone size-full wp-image-123" title="20091006-joomla-users-can-not-displayed-2-2" src="http://www.j2trip.com/wp-content/uploads/2009/10/20091006-joomla-users-can-not-displayed-2-2.jpg" alt="20091006-joomla-users-can-not-displayed-2-2" width="354" height="235" /></p>
<p><strong>Step 4: When I come to back admin, all users been displayed! </strong></p>
<p><strong><img class="alignnone size-full wp-image-124" title="20091006-joomla-users-can-not-displayed-3" src="http://www.j2trip.com/wp-content/uploads/2009/10/20091006-joomla-users-can-not-displayed-3.jpg" alt="20091006-joomla-users-can-not-displayed-3" width="575" height="339" /></strong></p>
<p>After checked all users, I come to the front page to login. But I can&#8217;t login, and following windows pop-up.</p>
<p><img class="alignnone size-full wp-image-125" title="20091006-joomla-users-can-not-displayed-4" src="http://www.j2trip.com/wp-content/uploads/2009/10/20091006-joomla-users-can-not-displayed-4.jpg" alt="20091006-joomla-users-can-not-displayed-4" width="575" height="153" /></p>
<p>It seemed there was some error on users data imported. I realized I used Community Builder. The login module is CB&#8217;s also. <strong>So it need to import the necessary data of Community Builder also.</strong></p>
<p><strong>To be continued&#8230;&#8230;<br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2trip.com/html/y2009/10/users-cant-be-displayed.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Import users&#8217; data into joomla&#8212;-data transfer</title>
		<link>http://www.j2trip.com/html/y2009/10/import-users-into-joomla.html</link>
		<comments>http://www.j2trip.com/html/y2009/10/import-users-into-joomla.html#comments</comments>
		<pubDate>Mon, 05 Oct 2009 14:13:52 +0000</pubDate>
		<dc:creator>j2trip</dc:creator>
				<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://www.j2trip.com/?p=106</guid>
		<description><![CDATA[As the old website was built by ASP + MS Sql, but now it has been re-built by Joomla and MySql.  So I need to transfer the registered  users into new website......]]></description>
			<content:encoded><![CDATA[<p>As the old website was built by ASP + MS Sql, but now it has been re-built by Joomla and MySql.  So I need to transfer the registered  users into new website.</p>
<p>I got users info table from the old database. The table was stored by excel,  so in my option I&#8217;ll import the users info into MySql database from the Excel sheet.There were 4 columns in the sheet, userID, userName, userEmail, Name.</p>
<p><strong>Step 1: Study the structure of joomla users table: jos_users .</strong></p>
<p>You&#8217;ll find others field like password, usertype&#8230;etc.</p>
<p><img class="alignnone size-full wp-image-108" title="20091005-import-users-2-joomla-1" src="http://www.j2trip.com/wp-content/uploads/2009/10/20091005-import-users-2-joomla-1.jpg" alt="20091005-import-users-2-joomla-1" width="509" height="419" /></p>
<p><strong>Step 2: Add columns corresponding to the fields in jos_users. The first line setted to fields name. Rename the sheets name to jos_users.</strong></p>
<p><strong><img class="alignnone size-full wp-image-109" title="20091005-import-users-2-joomla-2" src="http://www.j2trip.com/wp-content/uploads/2009/10/20091005-import-users-2-joomla-2.jpg" alt="20091005-import-users-2-joomla-2" width="575" height="220" /></strong></p>
<p>For the password field, you may create a new user in Joomla, set the password to &#8216;abcdefg&#8217;, then copy the pasword fields from MySql to all users password column.</p>
<p>Then import the excel to MySql. I use the tool of Excel 2 mySql Ver 1.0, I got it from <a href="http://www.excel2mysql.com/" target="_blank">http://www.excel2mysql.com/</a> . The tool need to unlock and it is easy to use.</p>
<p><strong>Step 3: After imported excel, you need to find the new database which generate by the tool of Excel 2 mySql Ver 1.0.   Export all data into sql file.</strong></p>
<p><img class="alignnone size-full wp-image-110" title="20091005-import-users-2-joomla-3" src="http://www.j2trip.com/wp-content/uploads/2009/10/20091005-import-users-2-joomla-3.jpg" alt="20091005-import-users-2-joomla-3" width="575" height="686" /></p>
<p>After exported, please make sure there&#8217;s only data operation script and no any structure.  Just like this:</p>
<p><img class="alignnone size-full wp-image-111" title="20091005-import-users-2-joomla-4" src="http://www.j2trip.com/wp-content/uploads/2009/10/20091005-import-users-2-joomla-4.jpg" alt="20091005-import-users-2-joomla-4" width="571" height="98" /></p>
<p><strong>Step 4: Come to the destination database, and import the sql file which generated in Step 3. </strong></p>
<p>Please backup the users data first, then do the step 4. Before import user data from excel to MySql, you may re-set the userID make sure them won&#8217;t same with any id of destation database jos_users.</p>
<p><strong>Step 5: After step 4 completed.  You may found all users data have been imported in phpmyadmin. </strong>But if you com to the back-admin of Joomla, you&#8217;ll found the old users also. And the new imported users won&#8217;t be displayed.</p>
<p><img class="alignnone size-full wp-image-112" title="20091005-import-users-2-joomla-5" src="http://www.j2trip.com/wp-content/uploads/2009/10/20091005-import-users-2-joomla-5.jpg" alt="20091005-import-users-2-joomla-5" width="575" height="183" /></p>
<p>But if you are careful, you&#8217;ll find the pages isn&#8217;t same with the count of old users.</p>
<p><strong>Why the new imported users can&#8217;t be displayed?</strong></p>
<p><strong> To be continued&#8230;&#8230;</strong></p>
<p><img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/moz-screenshot-1.png" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2trip.com/html/y2009/10/import-users-into-joomla.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Make all wordpress’ posts to real html files on Godaddy’s webhosting</title>
		<link>http://www.j2trip.com/html/y2009/10/gd-posts-to-real-html.html</link>
		<comments>http://www.j2trip.com/html/y2009/10/gd-posts-to-real-html.html#comments</comments>
		<pubDate>Mon, 05 Oct 2009 06:48:45 +0000</pubDate>
		<dc:creator>j2trip</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.j2trip.com/?p=99</guid>
		<description><![CDATA[In order to decrease the load of webhost and SEO, I decided to make all posts to real html file. I search plugins on wordpress’ plugin directory. And I found cos-html-cache, this plugin is popular and still maintained by its author. The author is a Chinese. I appreciate to his work. I download the version [...]]]></description>
			<content:encoded><![CDATA[<p>In order to decrease the load of webhost and SEO, I decided to make all posts to real html file. I search plugins on wordpress’ plugin directory. And I found cos-html-cache, this plugin is popular and still maintained by its author. The author is a Chinese. I appreciate to his work. I download the version 2.7.3  from here:  <a href="http://wordpress.org/extend/plugins/cos-html-cache/" target="_blank">http://wordpress.org/extend/plugins/cos-html-cache/</a> .  My wordpress’ version is 2.8.2.</p>
<p>First, I set the permalinks to custome setting with /html/y%year%/%monthnum%/%postname%.html.</p>
<p><img class="alignnone size-full wp-image-100" title="20091005-make-all-2-html-1" src="http://www.j2trip.com/wp-content/uploads/2009/10/20091005-make-all-2-html-1.jpg" alt="20091005-make-all-2-html-1" width="575" height="298" /></p>
<p>I follow the author’s instructions in readme.txt.</p>
<p><strong>1.Upload to your plugins folder, usually `wp-content/plugins/` and unzip the file, it will create a `wp-content/plugins/cos-html-cache/` directory.</strong></p>
<p><strong>2.Activate the plugin on the plugin screen. </strong></p>
<p>I’m a beginner of wordpress. When I first activate one plugin, I cost more time to find out the plugin’s setting page.  Follows image will help beginner to find out it quickly.  : )</p>
<p><img class="alignnone size-full wp-image-101" title="20091005-make-all-2-html-2" src="http://www.j2trip.com/wp-content/uploads/2009/10/20091005-make-all-2-html-2.jpg" alt="20091005-make-all-2-html-2" width="575" height="312" /></p>
<p>plugins in wordpress</p>
<p>After activate the plugin, please click “Settings”, when the drop list displayed you’ll find the plugin’s name. Then click it, it will bring you to plugin’s setting page.</p>
<p><img class="alignnone size-full wp-image-103" title="20091005-make-all-2-html-3" src="http://www.j2trip.com/wp-content/uploads/2009/10/20091005-make-all-2-html-31.jpg" alt="20091005-make-all-2-html-3" width="575" height="589" /></p>
<p>plugin setting page</p>
<p><strong>3.Make sure that you deactivated compression on the Miscellaneous options screen and that gzip encoding is turned off on the PHP level.</strong></p>
<p>When I open the page of  “Settings–&gt;reading”, I can’t find any gzip option.   What I saw was following image:</p>
<p><img class="alignnone size-full wp-image-104" title="20091005-make-all-2-html-4" src="http://www.j2trip.com/wp-content/uploads/2009/10/20091005-make-all-2-html-4.jpg" alt="20091005-make-all-2-html-4" width="575" height="702" /></p>
<p>wordpress gzip option</p>
<p>I search the help for gzip option,  finally I  got it. The gzip option has been disabled in wordpress 2.8.2.</p>
<p><strong>4.create a file named “index.bak” under the root of your web directory</strong></p>
<p>I created the file, logout wordpress admin. Refreshed the home page of  <a href="http://www.j2trip.com" target="_blank">www.j2trip.com</a> again. Then I go to the root directory by FTP.  Unfortunately I didn’t find any index.html file,  and didn’t find html directory also.</p>
<p>I checked every step, there wasn’t any error. But why the html files not been generated?</p>
<p><strong>Setp to fix the problem:</strong></p>
<p>1. I read author’s FAQ list, crated a directory under the root of  <a href="http://www.j2trip.com" target="_blank">www.j2trip.com</a> with it’s name html . Also change it’s mode to 777(linux server).  Refreshed the front page, but without any html files still.</p>
<p>2. I went to the homepage of plugin’s author, read all posts, questions and answers. Fortunately, I find out a page with name: about the question of cos-html-cache on godaddy’s webhosting. I’m using godaddy’s webhost, so may be the page’s content will help me to fix the bug.</p>
<p>3. I follow author’s instruction,  open cos-html-cache.php, replace $path = $_SERVER['DOCUMENT_ROOT'].”/” to $path = ABSPATH,  logout admin refreshed<a href="http://www.j2trip.com" target="_blank"> www.j2trip.com</a>’s homepage again, but I can’t find any html file with FTP. The futher step,  set the $path to $path = ABSPATH.”/yourblogdir/”, but the html file was not generated also.</p>
<p>4. For now, I didn’t how to deal with. I attempted all instructions, but couldn’t get html yet. My brain was frozen. So I decited to go to bed and fix the problem tomorrow.</p>
<p>5. The second day, when I login wordpress I suddenly realized that I have used my own theme,  did the problem caused by this? I change the theme to default and logout, refreshed, when I open the root with FTP I saw index.html file. Good news, the plugin worked.  But when I go into the html directory, I couldn’t find any html files for single posts.</p>
<p>6. I added some debug info into cos-html-cache.php,  echo $path, and I found the path is not right. Because I have replace the $path to ABSPATH.”/yourblogdir/”, so the $path is not valid and the html files for every posts couldn’t be generated. I set the $path = ABSPATH.”/” again, logout and refreshed the special posts. I got the real html file for the special posts.</p>
<p>I got success.</p>
<p>PS:</p>
<p>Forgive me if there’s any error.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2trip.com/html/y2009/10/gd-posts-to-real-html.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to remove thumbnails from wordpress?</title>
		<link>http://www.j2trip.com/html/y2009/09/remove-thumbnail-from-wordpress.html</link>
		<comments>http://www.j2trip.com/html/y2009/09/remove-thumbnail-from-wordpress.html#comments</comments>
		<pubDate>Mon, 21 Sep 2009 15:21:08 +0000</pubDate>
		<dc:creator>j2trip</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.j2trip.com/?p=84</guid>
		<description><![CDATA[When I do backup to my wordpress site, I found there was many pictures which I haven't use them on my server. These pictures are thumbnails which auto generated by wordpress...]]></description>
			<content:encoded><![CDATA[<p>Wordpress will generate 3 different size thumbnails for every image. These images all are thumbnails. May be these thumbnails won&#8217;t be used any more. But they will exist on your server.  Inorder to save space and make backup work easier, I decided to do some setting and make wordpress won&#8217;t generate these thumbnails any more.</p>
<p>First, come into the Dashboard of your wordpress. Direct to the Settings.</p>
<p><img class="alignnone size-full wp-image-87" title="20090921-remove-thumbnails-1" src="http://www.j2trip.com/wp-content/uploads/2009/09/20090921-remove-thumbnails-1.jpg" alt="20090921-remove-thumbnails-1" width="185" height="292" /></p>
<p>Second, come into Media option, the screenshot will as follows.</p>
<p><img class="alignnone size-full wp-image-88" title="20090921-remove-thumbnails-2" src="http://www.j2trip.com/wp-content/uploads/2009/09/20090921-remove-thumbnails-2.jpg" alt="20090921-remove-thumbnails-2" width="494" height="318" /></p>
<p>Set  all width and height value.  When insert a new picture into wordpress, if the images width and height exceed the values which you setted. Then the corresponding size will be generated. As the max picture  size  on my site is 800*800, so I set them to 1024. In this option, the all thumbnails won&#8217;t be generated.</p>
<p>Save your changes.</p>
<p>When you insert picture again, the thumbnails can&#8217;t be used, and the files for that size won&#8217;t be generated also.</p>
<p><img class="alignnone size-full wp-image-90" title="20090921-remove-thumbnails-3" src="http://www.j2trip.com/wp-content/uploads/2009/09/20090921-remove-thumbnails-3.jpg" alt="20090921-remove-thumbnails-3" width="575" height="65" /></p>
<p>Enjoy yoursel.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2trip.com/html/y2009/09/remove-thumbnail-from-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how many and what urls indexed by baidu?</title>
		<link>http://www.j2trip.com/html/y2009/08/how-many-and-waht-urls-indexed-by-baidu.html</link>
		<comments>http://www.j2trip.com/html/y2009/08/how-many-and-waht-urls-indexed-by-baidu.html#comments</comments>
		<pubDate>Sun, 30 Aug 2009 14:57:44 +0000</pubDate>
		<dc:creator>j2trip</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.j2trip.com/?p=76</guid>
		<description><![CDATA[As baidu.com hasn't a webmatser tool, so how to know what and how many urls indexed by baidu?]]></description>
			<content:encoded><![CDATA[<p>As baidu.com hasn&#8217;t a webmatser tool, so how to know what and how many urls indexed by baidu?</p>
<p>It&#8217;s easy, first you should go to the homepage of  <a href="http://www.baidu.com/">baidu.com</a> ,  write down <span style="color: #0000ff;"><strong>site:www.yourdomain.com</strong></span> in the search text input area. Please see following screenshot:</p>
<p><img class="alignnone size-full wp-image-77" title="20090830-indexed-by-baidu-1" src="http://www.j2trip.com/wp-content/uploads/2009/08/20090830-indexed-by-baidu-1.jpg" alt="20090830-indexed-by-baidu-1" width="575" height="272" /></p>
<p>You should write down site:www.yourdomain.com at the <strong><span style="color: #3366ff;">position 1</span></strong>, and click the button at <span style="color: #ff0000;"><strong>position 2</strong></span>.</p>
<p>If you saw the results as following screenshot, it means no urls indexed by baidu.com. If you havn&#8217;t submit your website to baidu, please see this article: <a href="http://www.j2trip.com/html/y2009/08/submit-your-website-to-baidu.html" target="_blank">how to submit your website to baidu</a></p>
<p><img class="alignnone size-full wp-image-79" title="20090830-indexed-by-baidu-2" src="http://www.j2trip.com/wp-content/uploads/2009/08/20090830-indexed-by-baidu-2.jpg" alt="20090830-indexed-by-baidu-2" width="571" height="310" /></p>
<p>If you saw the results as following screenshot, it means baidy.com has indexed your urls. You can find how many urls been indexed at position 1.</p>
<p><img class="alignnone size-full wp-image-78" title="20090830-indexed-by-baidu-3" src="http://www.j2trip.com/wp-content/uploads/2009/08/20090830-indexed-by-baidu-3.jpg" alt="20090830-indexed-by-baidu-3" width="575" height="346" /></p>
<p>For more information about baidu.com in English you can vist about baidu:  <a href="http://ir.baidu.com" target="_blank">http://ir.baidu.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2trip.com/html/y2009/08/how-many-and-waht-urls-indexed-by-baidu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to submit your website to baidu</title>
		<link>http://www.j2trip.com/html/y2009/08/submit-your-website-to-baidu.html</link>
		<comments>http://www.j2trip.com/html/y2009/08/submit-your-website-to-baidu.html#comments</comments>
		<pubDate>Sun, 30 Aug 2009 14:10:10 +0000</pubDate>
		<dc:creator>j2trip</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.j2trip.com/?p=69</guid>
		<description><![CDATA[Baidu is one of the most popular search engline in China, this post will bring you to submit your website to baidu.com...]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.baidu.com/" target="_blank">Baidu.com</a> is one of the most popular search engine in China. But it hasn&#8217;t any webmaster tool or any english website submitting page also.</p>
<p>Following instruction will tell you how to submit your website to it.</p>
<p><strong>Step 1</strong> : Open <a href="http://www.baidu.com" target="_blank">www.baidu.com</a> in your web explorer.  When you got it, the following screenshot will be shown to you.</p>
<p><a href="http://www.j2trip.com/wp-content/uploads/2009/08/20090830-submit-your-website-to-baidu-1.jpg"><img class="alignnone size-full wp-image-70" title="20090830-submit-your-website-to-baidu-1" src="http://www.j2trip.com/wp-content/uploads/2009/08/20090830-submit-your-website-to-baidu-1.jpg" alt="20090830-submit-your-website-to-baidu-1" width="575" height="416" /></a></p>
<p><strong>Step 2:</strong> Please go to the url submitting page directly.  <img src="file:///C:/DOCUME%7E1/ADMINI%7E1/LOCALS%7E1/Temp/moz-screenshot.png" alt="" /><a href="http://www.baidu.com/search/url_submit.html" target="_blank">http://www.baidu.com/search/url_submit.html</a> . You&#8217;ll see the following:</p>
<p><a href="http://www.j2trip.com/wp-content/uploads/2009/08/20090830-submit-your-website-to-baidu-2.jpg"><img class="alignnone size-full wp-image-71" title="20090830-submit-your-website-to-baidu-2" src="http://www.j2trip.com/wp-content/uploads/2009/08/20090830-submit-your-website-to-baidu-2.jpg" alt="20090830-submit-your-website-to-baidu-2" width="575" height="746" /></a></p>
<p><strong>Step 3</strong><strong>:</strong> Write down your website&#8217;s domain  at position 1, fill the security code at position 2, the scurity code must match with what be shown at position 3.  At last, click the submit button at position 4.</p>
<p><a href="http://www.j2trip.com/wp-content/uploads/2009/08/20090830-submit-your-website-to-baidu-3.jpg"><img class="alignnone size-full wp-image-72" title="20090830-submit-your-website-to-baidu-3" src="http://www.j2trip.com/wp-content/uploads/2009/08/20090830-submit-your-website-to-baidu-3.jpg" alt="20090830-submit-your-website-to-baidu-3" width="575" height="429" /></a></p>
<p><strong>Step4: </strong>If you saw the following screenshot, then you are successful.</p>
<p><strong><a href="http://www.j2trip.com/wp-content/uploads/2009/08/20090830-submit-your-website-to-baidu-4.jpg"><img class="alignnone size-full wp-image-73" title="20090830-submit-your-website-to-baidu-4" src="http://www.j2trip.com/wp-content/uploads/2009/08/20090830-submit-your-website-to-baidu-4.jpg" alt="20090830-submit-your-website-to-baidu-4" width="575" height="316" /></a></strong></p>
<p>For more information about baidu.com in English you can vist about baidu:  <a href="http://ir.baidu.com/" target="_blank">http://ir.baidu.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2trip.com/html/y2009/08/submit-your-website-to-baidu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to submit your website to bing</title>
		<link>http://www.j2trip.com/html/y2009/08/submit-your-site-to-bing.html</link>
		<comments>http://www.j2trip.com/html/y2009/08/submit-your-site-to-bing.html#comments</comments>
		<pubDate>Sun, 30 Aug 2009 09:48:10 +0000</pubDate>
		<dc:creator>j2trip</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.j2trip.com/?p=56</guid>
		<description><![CDATA[bing, it's a new search engine. And it belongs to Microsoft. As a webmaster, we need to submit our website to it also.]]></description>
			<content:encoded><![CDATA[<p>Bing.com, it&#8217;s a new search engine. You can submit your website to it easily.</p>
<p><strong>Step 1.</strong> Open its webmaster url :　<a href="http://www.bing.com/webmaster" target="_blank">http://www.bing.com/webmaster</a> ,  you may use your hotmail account signin or create a new account.</p>
<p><img class="alignnone size-full wp-image-57" title="20090828-submit-to-bing-1" src="http://www.j2trip.com/wp-content/uploads/2009/08/20090828-submit-to-bing-1.jpg" alt="20090828-submit-to-bing-1" width="566" height="525" /></p>
<p><strong>Step 2:</strong> When you signin, you&#8217;ll find a button of  &#8220;Add a site&#8221;, click it then bing will require to fill some info.</p>
<p><img class="alignnone size-full wp-image-58" title="20090828-submit-to-bing-2" src="http://www.j2trip.com/wp-content/uploads/2009/08/20090828-submit-to-bing-2.jpg" alt="20090828-submit-to-bing-2" width="456" height="406" /></p>
<p>If you have a sitemap.xml already, then fill the address, others let it blank.</p>
<p><strong>Step 3:</strong> bing need to verify if you are the owner of the site. There are two methods: one is xml file and the other is meta data. In my option, the xml is easier. Download it and upload it to the root of your site.</p>
<p><img class="alignnone size-full wp-image-59" title="20090828-submit-to-bing-3" src="http://www.j2trip.com/wp-content/uploads/2009/08/20090828-submit-to-bing-3.jpg" alt="20090828-submit-to-bing-3" width="465" height="719" /></p>
<p><strong>Step 4:</strong> After the authenticate method done, you can return to site list. You&#8217;ll find the site has been added!</p>
<p><img class="alignnone size-full wp-image-61" title="20090828-submit-to-bing-4" src="http://www.j2trip.com/wp-content/uploads/2009/08/20090828-submit-to-bing-4.jpg" alt="20090828-submit-to-bing-4" width="498" height="272" /></p>
<p><strong>Step 5:</strong> Click the web address that you just added, you&#8217;ll find the details about your site. You can view summary and indexed urls. You can add the sitemap again if you did&#8217;t submit it yet.</p>
<p><img class="alignnone size-full wp-image-62" title="20090828-submit-to-bing-5" src="http://www.j2trip.com/wp-content/uploads/2009/08/20090828-submit-to-bing-5.jpg" alt="20090828-submit-to-bing-5" width="575" height="343" /></p>
<p><img class="alignnone size-full wp-image-63" title="20090828-submit-to-bing-6" src="http://www.j2trip.com/wp-content/uploads/2009/08/20090828-submit-to-bing-6.jpg" alt="20090828-submit-to-bing-6" width="575" height="295" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2trip.com/html/y2009/08/submit-your-site-to-bing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to submit your website to google</title>
		<link>http://www.j2trip.com/html/y2009/08/submit-your-website-to-google.html</link>
		<comments>http://www.j2trip.com/html/y2009/08/submit-your-website-to-google.html#comments</comments>
		<pubDate>Fri, 28 Aug 2009 13:32:03 +0000</pubDate>
		<dc:creator>j2trip</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.j2trip.com/?p=43</guid>
		<description><![CDATA[If you submit your website to google, then you website will be more easy searched by google.]]></description>
			<content:encoded><![CDATA[<p>1. first, direct to  <a href="http://www.google.com/webmasters" target="_blank">http://www.google.com/webmasters</a></p>
<p>2. when you sing in, you&#8217;ll find follows screenshot:</p>
<p><img class="alignnone size-full wp-image-44" title="20090826-submit-google-1" src="http://www.j2trip.com/wp-content/uploads/2009/08/20090826-submit-google-1.jpg" alt="20090826-submit-google-1" width="528" height="374" /></p>
<p>3. Click the button of  &#8220;Add a site&#8221;,  then google will require your website URL.</p>
<p>4. Next step, google need to verify if you are the really owner of the site.  There are two methods:</p>
<ul>
<li> Meta tag.  This method need you put the code that google show to you into  the first &lt;head&gt;&lt;/head&gt; section of the site&#8217;s homepage.</li>
<li>HTML file.  This method need you to upload a file to your site&#8217;s root and name what google show to you.</li>
</ul>
<p><img class="alignnone size-full wp-image-46" title="20090826-submit-google-3" src="http://www.j2trip.com/wp-content/uploads/2009/08/20090826-submit-google-3.jpg" alt="20090826-submit-google-3" width="536" height="441" /></p>
<p><img class="alignnone size-full wp-image-46" title="20090826-submit-google-2" src="http://www.j2trip.com/wp-content/uploads/2009/08/20090826-submit-google-2.jpg" alt="20090826-submit-google-2" width="536" height="441" /></p>
<p>5. After  upload new fiel or modify you homepage, then click  &#8220;Verify&#8221;. Then you&#8217;ll be bring to the following screenshot, you succeed!</p>
<p><img class="alignnone size-full wp-image-49" title="20090826-submit-google-4-new" src="http://www.j2trip.com/wp-content/uploads/2009/08/20090826-submit-google-4-new.jpg" alt="20090826-submit-google-4-new" width="416" height="339" /></p>
<p>6.  May be for a newer, you don&#8217;t know to find &#8220;webmaster tool&#8221; quickly. You can sign in google account : <a href="http://www.google.com/accounts" target="_blank">http://www.google.com/accounts</a> . The following screenshot show you where&#8217;s it.</p>
<p><img class="alignnone size-full wp-image-48" title="20090826-submit-google-5" src="http://www.j2trip.com/wp-content/uploads/2009/08/20090826-submit-google-5.jpg" alt="20090826-submit-google-5" width="516" height="345" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2trip.com/html/y2009/08/submit-your-website-to-google.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to fix wordpress unreadable codes for previous next lable?</title>
		<link>http://www.j2trip.com/html/y2009/08/wordpress-unreadable-codes.html</link>
		<comments>http://www.j2trip.com/html/y2009/08/wordpress-unreadable-codes.html#comments</comments>
		<pubDate>Tue, 25 Aug 2009 08:41:06 +0000</pubDate>
		<dc:creator>j2trip</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.j2trip.com/?p=26</guid>
		<description><![CDATA[When I changed the previous and next labe for post, I met unreadable codes. It's because encoding, I fixed it.]]></description>
			<content:encoded><![CDATA[<p>This issue is simple, but if you don&#8217;t know where&#8217;s the reason,  you&#8217;ll be crazy.</p>
<p>All because my own wordpress theme, The theme was designed for English website at first. But now I need to make it support Japanese. So I install a new wordpress, and set the &#8220;Encoding for pages and feeds&#8221; to UTF-8.</p>
<p>I could view posts that its characters were Japanese, but all lables like &#8220;previous post&#8221;, &#8220;previous page&#8221;, &#8220;next post&#8221;&#8230; are english. So I wanted to change them into Japanese also.</p>
<p>First I attempt to change the default &#8220;Previous&#8221;   &#8220;Next&#8221; to &#8220;以前の&#8221;  and &#8220;次の&#8221; in Japanese. I added following codes:</p>
<p>&lt;div&gt;<br />
&lt;div&gt;&lt;?php previous_post_link(’以前の%link’) ?&gt;&lt;/div&gt;<br />
&lt;div&gt;&lt;?php next_post_link(’%link 次の’) ?&gt;&lt;/div&gt;<br />
&lt;/div&gt;</p>
<p>But I met unreadable codes(unreadable characters) . Just like following screenshot:</p>
<p><img class="alignnone size-full wp-image-37" title="20090825-unreadable-codes-1" src="http://www.j2trip.com/wp-content/uploads/2009/08/20090825-unreadable-codes-1.jpg" alt="20090825-unreadable-codes-1" width="480" height="41" /></p>
<p>I try again and again, but it was still unreadable codes.  I checked the source file of the page, its charset was right, just UTF-8.</p>
<p><img class="alignnone size-full wp-image-38" title="20090825-unreadable-codes-2" src="http://www.j2trip.com/wp-content/uploads/2009/08/20090825-unreadable-codes-2.jpg" alt="20090825-unreadable-codes-2" width="574" height="96" /></p>
<p>Suddenly I realized may be the error caused by encoding of the theme files. Because the files all are english first, may be its encoding is lartin and not UTF-8.</p>
<p>I checked the encoding of single.php. Good luck, I found out the reason, the encoding of the file was not UTF-8. So When I chaged the previous and next lable to Japanese, them couldn&#8217;t be displayed correctly. Although the charset of the page setted to UTF-8.</p>
<p><strong>I got out this: </strong>the encoding of the file must be same with charset of the meta in the header.  It is to say, if your html files&#8217; charset set to &lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=UTF-8&#8243; /&gt;, then the encoding of the file must be set to UTF-8 also.</p>
<p>PS: I used Adobe Dreamwaver CS3 to check and re-set the page&#8217;s encoding. You may press CTRL + J on your keyboard, then you&#8217;ll find the title/encoding on the dialogue, change the encoding and all will be OK.</p>
<p><img class="alignnone size-full wp-image-39" title="20090825-unreadable-codes-3" src="http://www.j2trip.com/wp-content/uploads/2009/08/20090825-unreadable-codes-3.jpg" alt="20090825-unreadable-codes-3" width="476" height="38" /></p>
<p>Enjoy yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.j2trip.com/html/y2009/08/wordpress-unreadable-codes.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
