Home / Free Stuff / Page 3

Free Stuff

How to make Responsive Images CSS

Responsive images is a interesting topic and one that’s been progressively gaining attention over the last year; as more designer’s discover to get perfect solution for their designs. Responsive images are a minor part of the approachable design methodology, which aims to adapt a website so it works optimally within known environmental constraints like display dimensions etc.

CSS controls the presentational features of web pages and is prepared with MEDIA QUERIES to act as environment sensors. We can then write rules to adjust the pictorial design according to the results of each environment test. Here we are not talking about MEDIA QUERIES, we are talking about to adjust images for different views and layout. But before talking about responsive images let we talk about theviewportmeta tag.

Why we use viewport meta tag?

We are usingviewportmeta tag to control the mobile browsers. The meta tag for the mobile browsers is like:

How to display Twitter followers on Website

If we talking about Social Network then Google+, Facebook and Twitter are the biggest giant in this field. Let’s talking about Twitter. One of the best way to convey your message to your friends and followers. Twitter also help to increase your traffic on your website or blog. If you notice in most of the websites; people likes to display twitter followers on websites. That also impact to the visitor.

Change Continue Reading into Read More in WordPress

In my last post we had discussed about to make WordPress Plugin from scratch. And now we are discussing about to change continue reading into Read More. Oh! you don’t worry about it, if you are not familiar with programming stuff. But yes continue reading button into your post is involving into the programming stuff.

Actually the_content() function of WordPress, is used to display the content of your post. And you can also add two more parameter into this function, you can read more about this function in depth from the WordPress official website;

How to make WordPress Plugin step by step

WordPress is the one of the best platform for blogging. You can easily customize it according to you or your client’s requirement. WordPress provides you to creating it’s Plugin facility for easily customization without changing the Core part of WordPress. So in this post we are talking about the make WordPress plugin.

Important things for your Plugin are:

  • Choose a unique name for your WordPress plugin if possible.
  • Create the PHP file with the name gain from your WordPress Plugin name.

Create 3D button with Pure CSS3

CSS3 becomes more and more popular now these days, It’s great combination with HTML5 helps to create incredible designs. But when we talking about the cross browser compatibility then the IE8 and below versions of IE is really a big challenge for designers. Well my this article is about to create effective and impressive 3D button with CSS3.

You don’t need to use any photo-shop or image editor software to create a 3D button for latest browsers. Because CSS3 has the ability to create the web graphics or web stuff like 3D buttons, animations, gradients effect etc. With the use of :active selector you can also animate the 3D button.