Creating a Facebook landing/welcome page is no more difficult. Since then FBML was called off by Facebook, iFrame came to the rescue to create custom landing page for Facebook fan page.
Category Archives: Tutorials
Mintbar – An Opensource Notification/Subscription Bar
Mintbar is our new notification/subscribe bar for blogs and websites designed to increase conversation with your blog or website.
How To Create Shortcode And Use It In WordPress
I don’t know how many of you know or used short codes in WordPress. I personally feel, short codes is one of the great features that enables to perform functions withing the post.
Pure CSS3 Multi Level Drop Down Navigation Menu
We are back with a cool Multi-level Drop Down Navigation Menu made up of pure CSS with additional effects using CSS3.0 properties such as border-radius, box-shadow, text-shadow and linear gradient. This navigation menu renders perfectly on Firefox, Chrome and also Safari.
CSS3 Search Box Inspired by Apple.com
Today’s tutorial is on creating Apple-inspired search box or search field using CSS3 alone. The search field expands slowly when focused/clicked. This animation effect achieved purely using CSS3 transition property. Also, we have used other CSS3 properties such as border-radius, box-shadow and text-shadow to create cool effects.
Prettify Hyperlinks using CSS3 Attribute Selectors
Today, I am going to introduce you three new Attribute Selectors in CSS3 which provide us more flexibility for matching substrings in an attribute value with some examples. With three of these, we can match strings at the start, end, or anywhere within an attribute value.
How To Add Google +1 Button To WordPress And Blogger
Google has officially launched +1 button before an hour. So here is our little guide on how to add the official Google +1 button on your WordPress and Blogger blog.
How To Create Modal Subscribe Box Using jQuery
Recently I have seen many blogs using a modal window subscribe box on page load and one such modal subscription box inspired me to create this tutorial.
Create Pure CSS 3D Ribbon
Since I always insists using CSS3 instead of images, here is a good example of CSS usage to create a 3D ribbon. Remember this is pure CSS, there is no image used in this to achieve it. I thank James Koster for making this happen and I hope to see even more CSS tuts from …