Free Elegant Table Designs Using CSS

Hi guys, Today I am going to tell how to create a nice table designs using CSS. Some of the styles are Box Style using CSS Zebra Style using Jquery One Column Style using CSS Simple Table Design using CSS Here is the css code View Demo Download Please don’t … Read more

Free CSS3 Small, large, Download Buttons

In this tutorial we are going to make some cool css3 buttons. Using CSS3 properties, there is a huge space of creativity for designing buttons; using border-radius for rounded corners, linear-gradient andbox-shadow for creating depth, transitions for the animations and more. Features CSS3 Submit Buttons CSS3 Large Buttons CSS3 Small Buttons CSS3 Download Buttons CSS3 Call … Read more

Top 5 tips to speed up your wordpress blog

1. Use caching Install the WP Super Cache plugin and enable the Gzip option. This will load only the appropriate cached content to visitors rather than loading every single script and element of your WordPress site. Your bandwidth is greatly reduced and you avoid your site going down during traffic spikes (and … Read more

How to Change the Default ‘Admin’ Username in WordPress

Every WordPress installation will create an account with the default Admin username. Being able to change this default username, will give your WordPress admin panel additional security. Change ‘YourNewUsername‘ to your new name: UPDATE wp_users SET user_login = ‘YourNewUsername’ WHERE user_login = ‘Admin’; Please don’t forget to share and subscribe … Read more

Pricing Tables Using Jquery & CSS

If you are going to sell your product or services online, you must have a pricing plans so that user has to click through to purchase your services. If you agree the above statement, You must have a Elegant Pricing Table in your website and it should offer most important information … Read more

FeedParser Jquery Plugin – Parse Rss feed, Atom feed, XML

FeedParser is the Jquery Plugin used to parse rss feed, atom feed using Jquery and Google Ajax feed API. By using this plugin you can easily fetch feeds from any rss, atom feed url from any domain Usage 1- Include the Javascript resources into you pages <head> section <head> <script type=”text/javascript” src=”jquery-min.js”></script> … Read more

Attractive Free Pricing Tables Using CSS3

Pricing Table Using CSS3
Responsive Pricing Table Using CSS3
Elegant Pricing Table Using CSS3

Updated on 5th, Nov 2012 – Responsive Pricing Table using CSS3

There are so many websites having pricing features with neat way of representing their prices. So I planned to design something like that using CSS3.

Pricing Tables have a pretty clean and minimalistic design with smooth shadows. These pricing tables can be used in any business website template or any other web project you are working on.  I have Designed this with 2 to 5 columns pricing template. I consists of following features

  • 2 columns pricing table
  • 3 columns pricing table
  • 4 columns pricing table
  • 5 columns pricing table
  • With Contact link
  • Responsive Table design – Mobile view etc

View Demo

Buy Pricing Tables Bundle @ 1$


PayPal — The safer, easier way to pay online.

Support

After your payment successful, you will get an email with pricingtables.zip attached sent by itzurkarthi@gmail.com within 1 hour. If you are not seeing it, check the spam folder. If you still don’t see it, send me an email and I’ll resend you again.

WordPress Admin Bar using CSS

Everyone knows wordpress admin bar – Easy to navigate what we need.. admin bar having drop down menus, quick notification system, admin avatar with logout option and finally it is fixed bar. Even we can easily customise the admin bar through css. So I thought to develop wordpress admin using … Read more