<?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>hieudt's blog &#187; ajax</title>
	<atom:link href="http://hieudt.info/tag/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://hieudt.info</link>
	<description>WordPress and Symbian UIQ3</description>
	<lastBuildDate>Sat, 08 May 2010 01:05:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Boosting your theme&#8217;s 404 page with a plugin</title>
		<link>http://hieudt.info/en/wp-plugins/boosting-your-themes-404-page-with-a-plugin/</link>
		<comments>http://hieudt.info/en/wp-plugins/boosting-your-themes-404-page-with-a-plugin/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 13:43:54 +0000</pubDate>
		<dc:creator>hieudt</dc:creator>
				<category><![CDATA[WP Plugins]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[permalink]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://hieudt.info/?p=1231</guid>
		<description><![CDATA[Bữa nay ngồi lướt web vu vơ thì tôi phát hiện ra một plugin khá hay cho WordPress nên tranh thủ viết nhanh bài giới thiệu này cho các bạn đây. Plugin này cực kỳ hữu ích, nó thuộc dạng plugin tăng lực cho WordPress mà trọng tâm là cho trang 404. Để dễ hiểu, [...]]]></description>
			<content:encoded><![CDATA[<p>Bữa nay ngồi lướt web vu vơ thì tôi phát hiện ra một plugin khá hay cho WordPress nên tranh thủ viết nhanh bài giới thiệu này cho các bạn đây. Plugin này cực kỳ hữu ích, nó thuộc dạng plugin tăng lực cho WordPress mà trọng tâm là cho trang 404. Để dễ hiểu, trước hết bạn cứ truy cập vào link này đã:</p>
<p><a href="http://hieudt.info/blog/wordpress-google-p1i-plugin-theme" target="_blank">http://hieudt.info/blog/wordpress-google-p1i-plugin-theme</a></p>
<p>Chắc chắn bạn sẽ gặp ngay một trang 404, lý do là vì blog của tôi không có bài viết (post) hay trang (page) nào có đường dẫn (permalink) như thế nhưng cái cần chú ý ở đây là trang 404 này hơi đặc biệt một chút, ngoài thông báo 404 ra, nó còn liệt kê thêm cho bạn những thông tin liên quan khác bằng cách tách từng chữ trong đường dẫn để làm từ khóa cho Google tìm kiếm. Very cool! &gt;:D&lt;</p>
<p>Theo tôi tính năng này rất có ích, một cách hữu hiệu để bạn giữ chân người đọc, biết đâu người xem họ gõ nhầm địa chỉ thì sao <img src='http://hieudt.info/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  đồng thời còn phát huy thêm khả năng SEO cho blog của bạn nữa (theo như lời tác giả plugin).</p>
<p>Plugin đó tên là <a href="http://www.askapache.com/seo/404-google-wordpress-plugin.html" target="_blank"><strong>AskApache Google 404</strong></a>, thông tin chi tiết bạn có thể vào trang chủ  của plugin để xem còn ở đây tôi chỉ trình bày ngắn gọn cách cài đặt thôi.</p>
<p><img class="alignright size-full wp-image-1232" src="http://hieudt.info/media/2009/06/aa-google-404.png" alt="" width="164" height="216" />Bởi vì plugin dùng công nghệ tìm kiếm của Google nên bạn cần phải có một <strong>Google Search API Key </strong>thì mới xài plugin được, bạn vào <strong><a href="http://code.google.com/apis/ajaxsearch/signup.html" target="_blank">đây</a></strong> để đăng ký (nếu bạn đã có sẵn Google Account rồi thì đăng ký rất nhanh), kế tiếp bạn cài plugin vô sau đó vào trang tùy chọn của nó để cấu hình.</p>
<p>Đầu tiên bạn đừng vội thay đổi các thông số, cứ nhập <strong>Google Search API Key</strong> vào trước rồi bấm nút Save Changes để plugin có hiệu lực. Kế tiếp bạn thêm đoạn code dưới đây vào file 404.php của theme bạn đang dùng.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'aa_google_404'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> aa_google_404<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Bạn có thể sửa file 404.php ngay trong WP-Admin luôn cũng được. Xem cái hình minh họa dưới đây là biết làm ngay thôi<br />
<a class="highslide-image" onclick="return hs.expand(this);" href="http://hieudt.info/media/2009/06/edit-404.png"><img src="http://hieudt.info/media/2009/06/edit-404-300x75.png" alt="edit file 404" /></a></p>
<p>Bây giờ thì bạn thử mở một đường dẫn nào đó không tồn tại trên blog của bạn xem plugin làm việc chưa. Nếu ok rồi thì bạn tham khảo thêm các tùy chọn khác của plugin nữa là xong, không biết sửa gì thì cứ để mặc định cũng được.</p>
<p>Lời khuyên của tôi là bạn nên sử dụng plugin này, một plugin không thể thiếu (must-have) cho blog WordPress.</p>
<p>Mọi thắc mắc mời bạn viết comment ở đây nhé, chúc bạn thành công! <img src='http://hieudt.info/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

	Tags: <a href="http://hieudt.info/en/tag/404/" title="404" rel="tag">404</a>, <a href="http://hieudt.info/en/tag/ajax/" title="ajax" rel="tag">ajax</a>, <a href="http://hieudt.info/en/tag/google/" title="google" rel="tag">google</a>, <a href="http://hieudt.info/en/tag/permalink/" title="permalink" rel="tag">permalink</a>, <a href="http://hieudt.info/en/tag/plugin/" title="plugin" rel="tag">plugin</a>, <a href="http://hieudt.info/en/tag/seo/" title="seo" rel="tag">seo</a>, <a href="http://hieudt.info/en/tag/wordpress/" title="wordpress" rel="tag">wordpress</a><br />
]]></content:encoded>
			<wfw:commentRss>http://hieudt.info/en/wp-plugins/boosting-your-themes-404-page-with-a-plugin/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin Releases for 11/28</title>
		<link>http://hieudt.info/en/wp-plugins/wordpress-plugin-releases-for-1128/</link>
		<comments>http://hieudt.info/en/wp-plugins/wordpress-plugin-releases-for-1128/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 02:01:27 +0000</pubDate>
		<dc:creator>hieudt</dc:creator>
				<category><![CDATA[WP Plugins]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://hieudt.info/?p=283</guid>
		<description><![CDATA[FTP Plugin for WP Database Backup Plugin This plugin adds a fourth way to save the database backup files from the WP DB Backup Plugin of Austin Matzko, Scott Merril and other authors. With the standard WP Database Backup plugin you can save the database tables of your weblog a file. This backup file can [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-293" title="wordpress-plugin" src="http://hieudt.info/media/2008/11/wordpress-plugin.jpg" alt="wordpress-plugin" width="550" height="215" /></p>
<h3><a href="http://undeuxoutrois.de/wp-db-backup-via-ftp.shtml">FTP Plugin for WP Database Backup Plugin</a></h3>
<p>This plugin adds a fourth way to save the database backup files from the <a href="http://wordpress.org/extend/plugins/wp-db-backup/">WP DB Backup Plugin</a> of Austin Matzko, Scott Merril and other authors. With the standard WP Database Backup plugin you can save the database tables of your weblog a file. This backup file can stored on the server of your weblog, send to an email account or saved (manually) to your local harddisk.</p>
<h3><a href="http://blog.zorex.info/?page_id=144">Offline Mode</a></h3>
<p>This plugin enable admin to put up a splash page to show that the site is down for maintenance. Come with a timer to tell how long the site is down. User can customize their own splash screen or get a list of splash screen from author’s site.</p>
<h3><a href="http://wordpress.org/extend/plugins/custom-post-template/">Custom Post Template</a></h3>
<p>Provides a drop-down to select different templates for posts from the post edit screen. The templates replace single.php for the specified post.</p>
<h3><a href="http://dev.huiz.net/2008/10/04/plugin-resize-at-upload-english/">Resize at Upload</a></h3>
<p>By using this plugin you can resize all your images when you upload them to your WordPress installation. It lets you specify the maximum width according to which it resizes your images keeping the aspect ratio proportional.</p>
<h3><a href="http://www.freetimefoto.com/add_post_footer_plugin_wordpress">Add Post Footer Plugin</a></h3>
<p>Automatically add any custom paragraph, HTML code, advertising codes, technorati tags and/or related links list to the end of every posts. All global options are fully customized via WordPress admin options.</p>
<h3><a href="http://www.litschers.com/wordpress/albumize/">Albumize</a></h3>
<p>This plugin lets you display the images uploaded through the WordPress gallery option in different albums. By organizing your galleries as multiple child pages of one parent page, you can use this plugin to see a preview thumbnail and description of each gallery.</p>
<h3><a href="http://www.maxblogpress.com/plugins/dppp/">Different Posts per Page</a></h3>
<p>This plugin provides you with freedom to have total control over the number of posts you want to show in home, category, archive or any specific pages of wordpress.</p>
<h3><a href="http://omninoggin.com/projects/wordpress-plugins/wp-greet-box-wordpress-plugin/">WP Greet Box</a></h3>
<p>This plugin lets you show a different greeting message to your new visitors depending on their referrer url. For example, when a Digg user clicks through from Digg, they will see a message reminding them to digg your post if they like it.</p>
<h3><a href="http://cvs.aesinformatica.com/download/automatic-seo-links">Automatic SEO Links</a></h3>
<p>Forget to put manually your links, just choose a word and a URL and this plugin will replace all matches in the posts of your blog. You can set the title of the link, target, rel and also you can know every moment how many times a word has been changed.</p>
<h3><a href="http://www.techlyzer.com/wp-advanced-code-editor/">Advanced Code Editor</a></h3>
<p>Integrates the EditArea advanced code editor into WordPress. This adds real time syntax highlighting, line numbering, full screen editing, and more to the code editor to the “Add New Post” and “Add New Page” screens.</p>
<h3><a href="http://www.arnom.nl/wp/compactrss/">CompactRSS</a></h3>
<p>This plug-in makes it possible to exclude certain parts of your posts in your feeds.</p>
<h3><a href="http://www.bin-co.com/tools/wordpress/plugins/eventr/">Eventr</a></h3>
<p>Eventr lets you create events and provides your visitors with a form that lets them register for the event. There is also an option to show the entire attendee list to blog vistors as well.</p>
<h3><a href="http://xentek.net/code/wordpress/plugins/k2-hook-up/">K2 Hook Up</a></h3>
<p>K2 Hook Up exposes the seven hooks in K2 theme to the admin as friendly input boxes, where you place any HTML, CSS, JavaScript or PHP code (including template tags, other WordPress functions, or even code from other plugins) that you like.</p>
<h3><a href="http://ajaydsouza.com/wordpress/plugins/wp-niceforms/">WP-Niceforms</a></h3>
<p>Niceforms is a script that will replace the most commonly used form elements with custom designed ones.</p>
<h3><a href="http://wp-superslider.com/about/superslider-show">SuperSlider-Show</a></h3>
<p>Animated Gallery slideshow uses Mootools 1.2 javascript replaces WordPress gallery with a slideshow.</p>
<h3><a href="http://jasonpenney.net/wordpress-plugins/use-google-libraries/">Use Google Libraries</a></h3>
<p>A number of the javascript libraries distributed with WordPress are also hosted on Google’s <a href="http://code.google.com/apis/ajaxlibs/">AJAX Libraries API</a>. This plugin allows your WordPress site to use the content distribution network side of Google’s AJAX Library API, rather than serving these files from your WordPress install directly.</p>
<h3><a href="http://bhawmik.com/wp_plugin.aspx">Webcollage</a></h3>
<p>Displays a collage or quilt of screen shots of the websites that you link or specify in your WordPress blogroll. After installing and activating the plugin, insert the tag “[webcollage]” (without quotes) in any post or page where you’d like to display the collage. Webcollage uses websnapr.com’s screen shot generation service.</p>
<h3><a href="http://bueltge.de/wp-js-antispam-plugin/418/">JS AntiSpam</a></h3>
<p>Simple antispam plugin without questions on Javascript-solution. Without JS-Solutions give it an textbox.</p>
<h3><a href="http://mtekk.weblogs.us/code/breadcrumb-navxt">Breadcrumb NavXT</a></h3>
<p>Adds breadcrumb navigation showing the visitor’s path to their current location.</p>
<h3><a href="http://making-the-web.com/stumble-for-wordpress/">Stumble! for WordPress</a></h3>
<p>Stumble! for WordPress extends WordPress to support a “random article” feature, similar to <a href="http://www.stumbleupon.com/stumblethru.php">StumbleUpon’s StumbleThru</a> and Wikipedia’s (Mediawiki’s) random article feature.</p>

	Tags: <a href="http://hieudt.info/en/tag/ajax/" title="ajax" rel="tag">ajax</a>, <a href="http://hieudt.info/en/tag/plugins/" title="plugins" rel="tag">plugins</a>, <a href="http://hieudt.info/en/tag/wordpress/" title="wordpress" rel="tag">wordpress</a><br />
]]></content:encoded>
			<wfw:commentRss>http://hieudt.info/en/wp-plugins/wordpress-plugin-releases-for-1128/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Plugin: WPtouch Formats WordPress into iPhone Theme</title>
		<link>http://hieudt.info/en/wp-plugins/wptouch-formats-wordpress-into-iphone-theme/</link>
		<comments>http://hieudt.info/en/wp-plugins/wptouch-formats-wordpress-into-iphone-theme/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 07:50:14 +0000</pubDate>
		<dc:creator>hieudt</dc:creator>
				<category><![CDATA[WP Plugins]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://hieudt.info/?p=277</guid>
		<description><![CDATA[WPtouch is a complimentary theme installed as a plugin on your WordPress blog or website that will formats your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects. The theme only shows when viewed from an iPhone or iPod touch. With WPtouch you can customize many aspects of its appearance [...]]]></description>
			<content:encoded><![CDATA[<p><a title="WPtouch" href="http://www.bravenewcode.com/wptouch/" target="_blank">WPtouch</a> is a complimentary theme installed as a plugin on your WordPress blog or website that will formats your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects. The theme only shows when viewed from an iPhone or iPod touch.</p>
<p><img class="aligncenter size-full wp-image-278" src="http://hieudt.info/media/2008/11/wptouch.png" alt="" width="510" height="390" /></p>
<p>With WPtouch you can customize many aspects of its appearance in the WPtouch admin panel, and deliver a fast, user-friendly and stylish version of your site to your iPhone and iPod touch visitors, without modifying a single bit of code on your regular site.</p>
<p>The theme also includes the easy ability for visitors to switch back and forth between the WPtouch view and your site’s regular theme.</p>
<p><strong>Pricing</strong>: Free<br />
<strong>Requirements</strong>: WordPress 2.1+<br />
<strong>Source</strong>: <a rel="nofollow" href="http://www.bravenewcode.com/wptouch/">http://www.bravenewcode.com/wptouch/</a></p>

	Tags: <a href="http://hieudt.info/en/tag/ajax/" title="ajax" rel="tag">ajax</a>, <a href="http://hieudt.info/en/tag/iphone/" title="iphone" rel="tag">iphone</a>, <a href="http://hieudt.info/en/tag/ipod-touch/" title="ipod touch" rel="tag">ipod touch</a>, <a href="http://hieudt.info/en/tag/wordpress/" title="wordpress" rel="tag">wordpress</a><br />
]]></content:encoded>
			<wfw:commentRss>http://hieudt.info/en/wp-plugins/wptouch-formats-wordpress-into-iphone-theme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

