Brand new support forums

Hello there! We have a support forum set up for our users. From now on, the support will be provided through the support forum. Questions in the comment section may be overlooked so please use the support forum, its easier to use, searchable and other users can help and be helped.

Please visit our forum, create a free account and post your questions in forum, we will be right with you!

Curiosity: WordPress Theme

December 21, 2012 Themes, Wordpress 73 comments

Curiosity is a simple, clean and elegant theme for WordPress 3.5. It is packed with an easy-to-use options panel which makes it very easy to customize the layout. It also holds a beautiful jQuery slider and carousel posts on homepage. There are two widgetized sections in siderbar and footer of the theme where you can use default or custom widgets included in the theme.

Curiosity Theme Preview

Continue Reading →

Simple Lightbox effect with jQuery

October 12, 2012 jQuery 6 comments

A lightbox allows to easily display information for the user without redirecting the user to a new page. In this tutorial, I will show you how to create a simple and nice lightbox effect with jQuery.

Continue Reading →

jQuery Notification Bar

August 31, 2012 jQuery 4 comments

In this tutorial we will create a neat and simple notification bar which allows you to integrate the notifications on your website. It can be used to create alert, success, error, warning, confirmation messages as an alternative to the standard alert dialog or to notify the visitors about the latest updates etc.

Once the page is loaded, our notification bar will slide down automatically. When we click the close button in the bar, it should slide up and a button should appear to show the bar again.

Continue Reading →

Max Magazine: A Responsive WordPress Theme

Max Magazine is a super-awesome responsive wordpress theme best suited for newspaper or magazine websites. The theme is packed with an easy-to-use options panelĀ  which makes it very easy to customize the layout. It also holds a beautiful jQuery slider, carousel posts, and up to 4 featured categories on homepage.
There are two widgetized sections in siderbar and footer of the theme where you can use default or custom widgets included in the theme. The responsive layout makes it look great on iPad and rest of the tablets and mobile devices. Continue Reading →

jQuery Sticky Header

June 8, 2012 jQuery 2 comments

In this tutorial we will create sticky header that is initially on its original place above the content, but as soon we start scrolling down the long page, it sticks at the top of the page. When scrolling up the page, the sticky header stops sticking and returns to its original position. We will use jQuery to create the sticky header.

Continue Reading →

Simple jQuery Tabs

May 16, 2012 CSS3, jQuery 8 comments

The tabbed content is a great way to to place a lot of content in a limited space on a page without losing usability. In this tutorial we will build a simple tabbed content and make it function using jQuery.

Continue Reading →

silverOrchid – WordPress Magazine Theme

The silverOrchid WordPress theme by gazpo.com is perfect for online magazines and news websites. The theme offers a wide range of customization possibilities with the theme options, and is extremely simple to get up and running.


Continue Reading →

Password Strength Checking with jQuery

April 12, 2012 jQuery 8 comments

Password strength checking is an easy way to show the strength of user password on the registration forms. It helps users to choose more secure password when filling the forms.

In this tutorial we will build a basic form field that provides live feedback to the users about the password strength. The basic idea is to evaluate the password string every time a user enters a character. We will check the password strength using a few regular expressions with jQuery.


Continue Reading →

Horizontal content scroll with jQuery

March 13, 2012 jQuery 22 comments

In this tutorial we will create a simple smooth horizontal content scrolling effect with just a few lines of jQuery without using any plugin. We will use HTML and CSS for the layout and jQuery for the scrolling.

Continue Reading →

Smooth Page Scroll to Top with jQuery

February 21, 2012 jQuery 55 comments

If the web page has lots of content, its a good idea to provide visitors with an easy way to quickly scroll to the top of the page. In this tutorial, we will create smooth page scrolling effect for returning to the top of the page using jQuery.

We will create a button at a fixed position on the bottom right of the page, so that we once click it, it scrolls up with an nice animation rether than a page refresh or a straight jump to the top. We will make the button visible only if the page is scrolled down, instead of being always visible.

Continue Reading →