Speed Up WordPress with Google CDN based PageSpeed Technology

Speed Up WordPress with Google CDN based PageSpeed Technology

Google has launched a web service call webpagespeed, which you can use to test how faster your pages will load after enable their service on your website. They claim that Page Speed Service’s features can make sites between 25 and 60 percent faster. Google has always been a consumer-focused company and Page Speed Service is a proof. By optimizing the loading time of Web sites, Google is helping the users cut down on wait time and leaving them with more time to use the Web effectively.

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

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.

Read more
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.

Read more
Fighting against Google Penguins and Pandas

Fighting against Google Penguins and Pandas

I just used a little SEO tweaks in the process of layout design. I never had an issue with Google Search and the pageviews and visitor increase day by day until one dreaded day. Google Search has updated with Penguin and Panda then my website fall down, one of them was almost disappear on Google Search Results. Here’s my story, full of panic, with a lot of failed attempts to “fix” the site and a “recovery” from ugliness creatures on the internet.

Read more
25+ Useful jQuery Plugins for Working With Social Media

25+ Useful jQuery Plugins for Working With Social Media

jQuery offers various solutions in form of plugins and widgets that are really helpful. You can choose a tool that can appropriately meet your social media promotional needs but finding them may not be easy as it seems.

So here in this article, we are sharing with you some of these social media jQuery plugins that you can use to meet your varied social media needs. Please have a look.

Read more
Understanding Font sizing in CSS: em – px – pt – percent – rem

Understanding Font sizing in CSS: em – px – pt – percent – rem

In CSS3, you’re found sixteen (Yes, sixteen!) different units by which you can measure the size of text with font-size attribute. Some have their history in typography, such as point (pt) and pica (pc), others are known from everyday use, such as centimeter (cm) and inch (in). Some units are very popular but there are rare units or don’t use in website development. In this topic, I’m telling you about the summary of these attributes which is best suited for your website.

Read more