WordPress Theme - DailyPress
Written by Jai on July 23, 2008 – 7:06 am - 831 viewsDo you publish daily on your blog? Here is a new WordPress theme from Blog Oh! Blog to help you in your blogging adventures. The new theme is called “DailyPress” and comes with widget-ready sidebars, tabbed content, banner ads, minimalistic color scheme and social bookmarking options. The theme is compatible with all versions of WordPress including the latest 2.6 version and has been tested with Firefox, Internet Explorer and Opera.

I have included the logo.psd file with this theme so that you can edit it and make your own logo instead of the default one. The 125×125 banner ads are controlled separately through a php file called :- ad250×250.php
Read more »
If you enjoyed this post, make sure you subscribe to my RSS feed!Integrating Alternative Stylesheets in WordPress Themes
Written by Jai on July 15, 2008 – 11:12 am - 1,183 views
I am sure that everyone has come across WordPress themes which use alternative stylesheets (CSS) to switch between different sets of style information. For example, you can have a look at the following themes that have this functionality :-
Here is how these themes do it :-
Default Stylesheet
Ideally, every WordPress theme has a style.css file associated with it that contains all the style information for the theme. This default stylesheet is usually called in the header.php file of your WordPress theme by something like this :-
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
Rel=”stylesheet” is what defines the active stylesheet as the default one. Read more »
If you enjoyed this post, make sure you subscribe to my RSS feed!Cool JavaScript Tricks
Written by Jai on July 7, 2008 – 3:11 pm - 2,606 views
Today, I will list some very cool JavaScript hacks and tricks that you can use creatively or just have plain fun. To make each one of these codes work, all you have to do is copy and paste it into the address bar of your browser window and hit “Enter”. So here they are :-
Play the “Lord of the Web”
This code lets you edit any page/website in real-time
. With Firefox, you can even edit and save the modified pages to your computer. Very nifty code!
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
The Big Wheel
This piece of code pulls off all the images from your web page and rotates them in a circle. Really makes any page go naked (without its images). The best place to test is a website with many images. (Google Images for an example)
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);
If you look carefully in the above code, its rotating the HTML “img” tag. Just replace it with “a” or “p” and watch some links or text rotate instead of images. Read more »
If you enjoyed this post, make sure you subscribe to my RSS feed!Premium WordPress Theme - Expression
Written by Jai on July 3, 2008 – 5:22 pm - 2,719 views
“Silence is the most perfect expression of scorn.â€
Breaking that silence, I present to you a refreshingly new Premium WordPress theme called “Expression“. This is a soft-colored WordPress theme with a minimalistic but feature packed approach. Here are some features of this premium theme :-
This is the first time that I am releasing a Premium theme with “Theme Options” that let you change elements of your theme directly through the WordPress Administration panel. Read more »
If you enjoyed this post, make sure you subscribe to my RSS feed!Don’t let Google Adsense Ban you!
Written by Jai on June 30, 2008 – 1:11 pm - 2,545 views
Before you start reading this article, let me inform you that my Adsense account was banned recently. Yes, it was banned a while ago due to my sheer negligence
. A while back, I had put adsense code in some of the free WordPress themes that are available here on Blog Oh! Blog. This was not a problem until some of the free themes got picked up and started getting used by porn blogs and other such XXX sites. Though Google did warn me that my code is being used by XXX sites, I hardly paid attention because I was sure that I don’t own any such sites ( I totally forgot that my code was present in the free themes and neither did I feel the need to open those sites - which could have given me a clue). Anyway, my ass got banned after some time…
I will share with all of you how Google let me create a new Adsense account (which is almost rare) at the end of this article, so read on!
Google, being the indisputable leader in search engines from then until now, is placing a high importance on the quality and relevancy of its search engines. Most especially now that the company is public property. In order to keep the shareholders and users of its engines happy, the quality of the returned results are given extreme importance. Read more »
If you enjoyed this post, make sure you subscribe to my RSS feed!OMG…We are Popular!
Written by Jai on June 27, 2008 – 1:14 pm - 1,450 viewsI was recently playing around with few online tools that let you measure your Link Popularity. These tools let you compare your website with 2-3 different other websites and show you a chart based on incoming links from Google, Yahoo, MSN and other search engines. I was amazed to find out that Blog Oh! Blog is far ahead than many popular & established blogs (and we are just one year old). Take a look at the following pictures and you will get an idea :-
These shots were generated using this tool :- Check Link Popularity
All these incoming links are a contribution from people who use the free themes available on Blog Oh! Blog. I thank you all for making Blog Oh! Blog a success ![]()
If you enjoyed this post, make sure you subscribe to my RSS feed!Website Traffic Analysis - Key to Success
Written by Jai on June 25, 2008 – 11:03 am - 1,713 views
Its very important to analyze the traffic that comes to your website because it can really make or break your website. But before you can make full use of this traffic analysis, you must understand how to interpret this data.
Hosting companies will usually provide you with basic web traffic information that you will have to interpret and make pertinent use of. However, the data you receive from your hosting companies can be overwhelming if you don’t understand how to apply it to your particular business and website. Let’s start by examining the most basic data - the average visitors to your site on a daily, weekly, and monthly basis.
These figures are the most accurate measure of your website’s activity. It would appear on the surface that the more traffic you see recorded, the better you can assume your website is doing, but this is mostly an inaccurate perception. You must also look at the behavior of your website visitors to accurately gauge the effectiveness of your site.
If you enjoyed this post, make sure you subscribe to my RSS feed!WordPress Theme - Firebug
Written by Jai on June 21, 2008 – 1:46 pm - 9,470 views
I present to you a very colorful and feature packed WordPress theme that has all the right ingredients to replace your current blog theme. Please welcome “Firebug“! A new WordPress theme from Blog Oh! Blog.
Firebug is a dark (but colorful) theme with two widget-ready sidebars, space for 125×125 banner ads, social tagging options at the end of each post, Gravatar ready comments, feed subscription options, WordPress 2.5+ Gallery feature, and much more. I have also included the logo.psd file in the images folder of the theme so that you can replace the logo.gif file with your own modified version. The WordPress theme is CSS/XHTML validated and has been tested with Firefox, Internet Explorer 6/7 and Safari.
If you enjoyed this post, make sure you subscribe to my RSS feed!Tips for Writing a Great Ebook
Written by Jai on June 18, 2008 – 11:50 am - 2,683 views
If you are a blogger and have been thinking of writing an ebook for a long time, here are some tips to help you in your endeavor.
When you look at the whole project, it seems like an impossible task. That’s why you have to break it down into manageable tasks. Think of climbing a mountain. You are standing at the foot of it and looking up at its summit vanishing into the clouds. How can you possibly scale such an immense and dangerous mountain?
There is only one way to climb a mountain ? Step by step.
Now think of writing your ebook in the same light. You must create it step by step, and one day, you will take that last step and find yourself standing on the summit with your head in the clouds.
The first thing you have to do, as if you actually were a mountain climber, is to get organized. Instead of climbing gear, however, you must organize your thoughts. There are some steps you should take before you begin. Once you’ve gone through the following list, you will be ready to actually begin writing your ebook.
Read more »
If you enjoyed this post, make sure you subscribe to my RSS feed!























![[image]](http://mowser.com/img?url=http%3A%2F%2Fwww.blogohblog.com%2Fwordpress-seo.gif)
