CSS3 hover effects collection, can be used at links, buttons, logos, SVG, images etc.

This hover effect collection I have posting here for my personal collection.

Collection of CSS3 Hover Effects

CSS3 powered hover effects to be applied to links, buttons, logos, SVG, featured images and so on. Easily apply to your own elements, modify or just use for inspiration. Available in CSS, Sass, and LESS.

All Hover.css effects make use of a single element (with the help of some pseudo-elements where necessary), are self contained so you can easily copy and paste them, and come in CSS, Sass, and LESS flavours.

For best results, hover effects use a couple of “hacks” (undesirable but usually necessary lines of code).

Many effects use CSS3 features such as transitions, transforms and animations. Old browsers that don’t support these features may need some extra attention to be certain a fallback hover effect is still in place.

You can use and Download it from the GitHub at this link : https://github.com/IanLunn/Hover

Top 100 Dofollow Social Bookmarking Sites List 2015

What is Social Bookmarking ?

Social bookmarking is a way for people to store, organize, search, and manage “bookmarks” of web pages. Users save links to web pages that they like or want to share, using a social bookmarking site to store these links.

DoFollow social bookmarking sites list Social Bookmarking Site Lists

Importance of Social Bookmarking Dofollow links:

  • Some High Page rank Social bookmarking sites provide dofollow backlinks that can improve your web page rank in search engine results pages (SERP).
  • The quality backlinks help increase website traffic.
  • High quality dofollow links quickly improve page rank and google trust.

Note : When you will use large volume of low page rank (zeor pr) dofollow Social Bookmarking sites to create dofollow backlinks, google hummingbird, pengium and panda algorithm may decrease your website rank in SERP (search engine results pages). I suggest you must use only High Page rank and high quality dofollow bookmarking websites.

Top 25 Social Bookmarking Site with PR 9 to PR 6:

Continue Reading

Problem with “Defer parsing of JavaScript” ? Increase WordPress site Speed by 25% using “WP Deferred Javascripts” Plugin

Increase wordpress site speed and defer parsing of JavaScript

I am talking about using WP Deferred Javascripts WordPress plugin to optimize your WordPress website performance and get rid of Defer parsing of JavaScript problem during your site speed test from Google page speed insights or similar tools.

This plugin defer the loading of all javascripts added by the way of wp_enqueue_scripts, using LABJS(Loading And Blocking JavaScript). The result is a significant optimization of your page speed and loading time.
Continue Reading

Change domain and URL of the wordpress site during migration of hosting

Today I got this problem during migration of one large WordPress website from my local host to live server.

First of all you need to copy the whole files and folder under your domain and from phpmyadmin you need to export the mysql database.

Go to this link: http://pixelentity.com/wordpress-search-replace-domain/

It is very easy to follow the screenshot, provide necessary information as per this screenshot.

  1. Add your existing site link/url i.e. your current domain link;  http://yourcurrentdomain.com/ if you are migrating from your localhost, you need to paste http://localhost/ in this field.
  2. Add your new link/url i.e. your new domain link;  http://yournewdomain.com/

  3. provide security code shown below this field

  4. Upload your mysql database which you have exported earlier

change url at mysql database for wordpress site

Click on the process and it will change and replace your urls automatically and the file will begin downloaded at your computer.
Continue Reading

How to create & add .html extension at the End of a URL on WordPress

Many of us want to have an .html or .php extension at the end of our URL. We can simply add “.html” or even “.php” at the end of a wordpress site’s url by going at the permalink structure from the settings, In this video, I tried to use 2 types of urls one is category and post name based and other one without indicating category. You can use any one as per your choice. .html extension is treated as SEO the seo friendly url structure.

Just copy these codes:
Code for both category and post name ( site.com/category/post.html ) – /%category%/%postname%.html
Only post name (site.com/post.html) – /%postname%.html

for .php extension, just use .php instead of .html