Five-best-FREE-Google-Reader-Alternative

Five Best Google Reader Alternatives that’re also Free

Because Google Reader is a lot more than an RSS client. That’s why too hard to find a good RSS client for everyone. It syncs news feeds between different apps, allow user can read old news about 1 year from the time added a feed link. You weighed in with tons of nominations—far more great alternatives than we could possibly feature here. Still, some stood out above the others and picked up more nominations. Let’s take a look.

Best 15 Free Android Apps for Blogging on go

Best 15 Free Android Apps for Blogging

Now, mobile devices has becoming basic necessity of life. At one point or another, almost all of us have tried blogging in some form. Thankfully, that Android device which you have in your pocket is a valuable tool to help you no matter what your needs are. In this article, you’ll learn about some useful apps to maintain your blog using a phone or tablet.

Tips and Tricks for Migrating From Wordpress to Octopress

Tips & Tricks for Migrating From WordPress to Octopress

I’ve migrated one of WordPress Websites to OctoPress. It’s easy to done but OctoPress won’t works well as expected. I spent a week to corrected entire post contents to make it compatible with Markdown format and fix some problems encountered when running new blogging platform. Today, I write this post to share my experiences after migrated from WordPress to OctoPress, hope it can help you if you have the same problem.

Link sharing on Facebook

Understanding Social Media Meta Tags & Open Graph Protocol

Do you know the Social Media Meta Tags and Open Graph Protocol can affect social media trafic? When you submit a url to social networks, they will find the social information which you defined between head tags, if it’s not available, they will get its in the post content.
Social Media Meta Tags and Open Graph Protocol are common names of Google Authorship, Twitter Card, Facebook Open Graph …

Moving blog from WordPress to Octopress

Things to know before moving from WordPress to OctoPress

Octopress is a great tool for programmers that want to start blogging without having to worry about customizing some static page generator or Wordpress. However I think I’d only use it for this personal blog and any other projects I created I would almost certainly use Wordpress.

The Essential Google Chrome Extensions for Web Designers

20 Handy Chrome Extensions for Web Developers

Since 2010, I’ve picked some useful Chrome Extensions which may help your work becomes easier. Today, I will continue introduce to you some Chrome Extensions which very useful and accurate tools which can boost our coding by not only debugging but also reducing time efforts.

Display WordPress post excerpt instead full content

I recomment you using post’s excerpt in the loop of post instead full content with more tag because you can introduting about your post better than automatic teasing a part from the content. Your post will be look more appealing.
By default, WordPress display the post content in loop with the_content() function in theme files, so your custom excerpt will not display as you want on the homepage (or blog page) without editting it. We can tell WordPress using the Excerpt instead the teaser by filter the_content() with your custom function in functions.php.

Speed up WordPress with Leverage Browser Caching

Speeding up WordPress with Leverage Browser Caching

Site speed and page load times are now an important component of the Google ranking algorithm, which can affect search engine rankings of your site. If you have tested your webpage for speed by using Google PageSpeed and found out that you need to use browser caching, here is how you do it.

narga-core folder structure

Re-Use Common Elements with WordPress Template Part

There are many ways of including files in a WordPress document, however using WordPress’s built-in get_template_part(); function will help keep your files organized and clean by using a common WordPress taxonomy and structure. It simplifies your theme files and speeds up the development process by not having to constantly rewrite code.

Load custom styles and scripts in WordPress header

WordPress Child Theme: remove and load more scripts and styles files

During the development process of WordPress Child Theme you will planning remove some default scripts and styles or change the way to tell browser load them, then add your own to optimize the theme. This, of course, you should try to make as little HTTP requests as possible to keep your site up to speed, put your javascript in the bottom of the page to ensure faster rendering, and it also gets real tough to maintain all those separate files if many things have to change The good news is that WordPress has a built-in system that allows us to deregister these scripts and styles instead edit the parent theme files.

A Guide to Creating WordPress Child Theme

A Guide to Creating WordPress Child Theme

Child themes let you start with the basics of an existing theme, so you’re not having to reinvent the wheel. You can pick a theme that has the functionality and basic layout you need, but then customize everything about it as you would designing a theme from scratch. In this guide I want to introduce the basic concepts of building a WordPress child theme and why it’s such a good idea.