Web Designing

Somebody stop me!!

Yeah! You read it right. Please somebody stop me! Otherwise I’ll keep on changing the theme of this blog again and again.
Okay. From today, my blog wears yet another new outfit from WP Remix. In fact I was very satisfied with my last time theme change, but somehow I messed up the design after I [...]


Using wordpress custom fields to control Ads in your blog

Custom fields are the user defined information that are assigned to any blog post in Wordpress. They are also called as meta-data. Blog authors usually define the custom fields when they write the blog post to give some extra information like mood, whether,etc. Custom fields are key/value pairs, that means you can define any key [...]


Changed the blog theme, again!

I don’t know the exact count of how many times I’ve changed my blog’s theme (approximately 7 or 8). This time I’ve changed the current theme to Hemingway blog theme. Previously I was using a theme which I got from Smashing Magazine, but somehow that theme was not suit for my blog’s mood.So, here’s Hemingway.
Usually [...]


Google Chrome is impressive, really.

It’s been three weeks since Google released their new browser “Chrome” to windows users. Google’s dominance in web really helped them to push this ‘yet-another-browser’ easily to hundreds of people. Wait! Did I say ‘yet-another-browser’!? No, Google chrome is not a ‘yet-another-browser’, but it’s a new beginning to the world of web 2.0 computing. Yup! [...]


How to create a horizontal navigation website using JQuery.

Horizontal based navigation websites are the ones in which the user has to scroll horizontally rather than scrolling vertically to see the contents. Basically the website flow is organized in a horizontal fashion. In this blog post, I am sharing a JQuery script to create a horizontal layout website with some interesting JQuery effects.

Demo/Download the [...]


Code snippet for including content based on post length in Wordpress

If you are using Wordpress publishing platform for your blog, you will find this code snippet useful. In some situations, you may want to add some content (advertisements, images,etc) to your blog post, only if your post length reaches certain number of words. In my case, I wanted to include Ads after my blog posts, [...]


Improving the home page with JQuery effects

I have been using very simple home page for myself for quite some time. It did not have any flashy stuffs, just plain HTML. So, wanted to improve it and used JQuery for the same. JQuery is a JavaScript library that helps the developers to easily traverse DOM elements. JQuery also comes with some pre-built, [...]