Logo Background Of Anhblog.Net RSS Feed
    Technology News
  • Helpful Editor for WordPress Compose
    By Tony Tran on June 25th, 2009 | 2 Comments2 Comments Comments
    Do you feel boring with original version of WordPress Editor ? And sometime, it can’t provide almost features for you and help you so much to design your post . If you feel that, try with FCKeditor, you will see it’s big difference with the old editor you always use . This is demo to view and try before you really install it to your WordPress.You can download it at : FCKEditor for WordPress ...
  • Lifestream for WordPress
    By Tony Tran on June 19th, 2009 | 2 Comments2 Comments Comments
    Last post, i have introduce for you three plugins to help you improve your Social Media with Social Bookmarking . Next of about Social Media , we will talking about LifeStream for WordPress. Let’s star. Lifestreaming takes the basic social media profile links a step further by displaying your social activity right on your web site. The plugins below all have about the same total number of available social networks to choose from approximately 60, give or take a few so your best bet would be to look at the specific services offered to be sure your favorites are included. 4. FriendFeed A...
  • Social Media Profiles for WordPress
    By Tony Tran on June 19th, 2009 | No Comments Comments
    The most basic way to promote your social media profiles is through the use of simple text or image links pointing to your most frequently used social networks. Of course, you can do this manually with some basic HTML, but there are many plugins that will help automate the process for you, and more easily keep things up-to-date if you add, remove, or change profile information. 1. DandyID Services With approximately 330 social networks supported, the DandyID Services plugin is one of the most extensive available. If youre a social butterfly, you can bet that youll find just about any social n...
  • SEO No Duplicate WordPress Plugin – Avoid Duplicate Content
    By Tony Tran on June 18th, 2009 | 9 Comments9 Comments Comments
    Any people become blogger know what is bad of duplicate content when Search Engine ( SE ) found something is same in your blog . It’s mean all of that content will be mask as Duplicate Content in SE. Because Search Engine is a machine, of course it’s smart machine , but it’s not author of these article/post , it can’t know at all. So, how to avoid it ? I have two way and easy to setting up it by yourself. 1. Insert code to your WordPress Template. In the post, Google is saying that you can easily tell the Googlebot the preferred version of a page by specifying the follo...
  • Anti Spam and Security for WordPress
    By Tony Tran on June 18th, 2009 | No Comments Comments
    The last we have talking about Antivirus Plugin For WordPress and it already help you protect your wordpress and your files without virus. But if you are a blogger, you should care more about very much scare such as spam comment and exploit your website or get attacked by someone . Anti-spam WordPress Plugins Akismet One of the best plugins to protect your WordPress blogs against spam comments, this plugin has worked like a charm for many users, saving then time and effort while moderating and managing comments. WP-SpamFree Anti-Spam – An extremely powerful WordPress anti-spam plugin th...
  • WordPress Recent Posts from Special Categories
    By Tony Tran on June 17th, 2009 | 1 Comment1 Comment Comments
    Today, WordPress have very much plugin can help you show up Recent Posts. But some plugins only give you recent post in all of your blog. What you need at here is get and show up recent posts for special categories you want. So, how can you do that ? As you know we use :<h2>Recent Posts</h2> <ul> <?php get_archives('postbypost', 6); ?> </ul>to show our recent posts. But how do we show recent posts from specific category ? To do this we use :<ul> <?php $recent = new WP_Query("cat=1&showposts=10"); while($recent->have_posts()) : $recent->the...
  • WordPress Categories In Dropdown Menu
    By Tony Tran on June 17th, 2009 | No Comments Comments
    One of my readers recently asked how I created my horizontal menu bar: the short answer is by mixing CSS and Javascript. The first step is to get WordPress to display the menu as a hierarchical list without a title. <?php wp_list_categories(‘sort_column=name&sort_order=asc&style=list&children=true&hierarchical=true&title_li=0′); ?> We then wrap this WordPress code in the following so we can style it. <div style="text-align:center;"> <ul id="menu" style="padding:0; margin:0;"> <?php wp_list_categories('sort_column=name&sort_order=asc&am...
  • Should you use a Mobile WordPress Plugin
    By Tony Tran on June 17th, 2009 | 2 Comments2 Comments Comments
    Twitterized answer ? Abso-freakin-lutely! Take a look at the following graph. It shows the pageviews and unique visitors on this blog from mobile browsers since we started tracking last year. Notice the numbers and the trends? How many of your visitors, do you think, come back to your blog after your page takes five minutes to load on their iPhone, and needs the twenty flick, carpal thumb scroll to read browse through the huge header? If you care about your reader and want to keep up with this growing populations reading habits, a mobile plugin on your blog is a necessity. Now what you use is ...
  • SEO Tips for WordPress
    By Tony Tran on June 17th, 2009 | 9 Comments9 Comments Comments
    You are blogger with WordPress Open Source and you want to Optimize for your WordPress to friendly with Search Engine and Increase your Traffic and Ranking in Search Engine ? Today we talking about this with a long article in five points :Site structure Present your website with the best looking face showing to the Engines robots that scan and index your work. Content organization Dont play messy: if you give order to your content, it will be more searchable. Write content A few tips about how to write your content optimally – not only for Search Engines. Interact with others Subtitle ...
  • Latex for WordPess – Math for WordPress
    By Tony Tran on June 15th, 2009 | No Comments Comments
    This plugin can let you add latex forumla to posts, comments, post title:$$alpha+betageqgamma$$ add an inline latex formula $$!alpha+betageqgamma$$ add an latex equation in math mode(it is displayed centerly in a single line). The difference with inline one is a more ! after the first $$. $$alpha+betageqgamma!$$ display the source of the latex formula. Just add a ! before the second $$.This plugin use the public latex server(default is the service provided by wordpress.com) which means you don’t need to install any Latex module in your own server which is hard for newbie. However, I...

Advertisement