• Home
  • Archives
  • Contact Us

Add A Peel Corner To Your Blog »

tag Categories :  Tips,Tricks and Hacks, Tutorials, WordPress, Wordpress Themes
time Posted on Friday, June 20, 2008 by Venkat | * Comments(0)

A Peel corner is something that gives a peel-sheet effect on the right hand top corner of your blog, that says “See Inside”.The peel corner can also be utilized as nice place to use as an private ads space which can be sold as the ad comes in the top fold.This can more efficiently be used for promoting affiliate links.

Here’s how you can achieve the Peel Corner

  1. Download the Peel Script from here and extract it.
  2. Open the PagePeel folder and edit the PagePeel.js file, where the line ‘Type your link here’ needs to be changed with the URL of your choice.
  3. Create 2 image files, 1 small (75×75) and 1 big (500×500).
  4. Upload the PagePeel folder to the root of your server.
  5. Add this code after the <body> tag mostly found in the header.php ( In Wordpress )

<script src=”./pagepeel/PagePeel.js” type=”text/javascript”></script>

peel-effect1

peel-effect2

This peel script is part of the Free AdivorReadyPeel.

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

TEST
tag Digg This! tag Stumble it! tag Add to Del.icio.us tag Netscape it! tag Google Bookmark It!

MassivePress - Free Wordpress Magazine Style Theme »

tag Categories :  Freeware, GiveAways, WordPress, Wordpress Themes
time Posted on Saturday, June 7, 2008 by Venkat | * Comments(1)

MassivePress A magazine style wordpress theme that lets you offers more content on the homepage,featuring a thumbnail based posting style.MassivePress is a 3 column widget enabled WordPress theme.massivepress

Features :

  1. Columns 3 with the option to use widgets.
  2. Designed for a width of 1080px
  3. Featured Articles photo quilt.
  4. Compatible with WP 2.5.

How to get it work

  1. Download and upload the theme.
  2. While posting Just create an image (140px square) and upload it, then create a custom field called “thumbnail” and paste the location to your post thumbnail in the value field, for displaying it on the homepage.
  3. In the third column, there is a featured article photo quilt, to get your post listed there, create a category called “Featured”. Any post you categorize as “Featured” will automatically be displayed in the featured article photo quilt.

MassivePress HomePage | Demo | Download MassivePress

Technorati Tags: wordpress,wordpress themes,magazine style themes,premium themes
TEST
tag Digg This! tag Stumble it! tag Add to Del.icio.us tag Netscape it! tag Google Bookmark It!

3 Free Wordpress Premium Themes »

tag Categories :  Freeware, Web 2.0, WordPress, Wordpress Themes
time Posted on Monday, May 26, 2008 by Venkat | * Comments(5)

3 Free Wordpress Premium Themes, these can be called premium themes because of the features they offer are in par with some of the premium themes.

The 3 Themes are

  1. OpenBook
  2. Rebel magazine Theme
  3. Indomagz Theme

1.OpenBook

OpenBook is a free Magazine style Wordpress theme, which doesn’t require you to manually edit a file.

openbook-magazine-theme

OpenBook Features
  • Magazine-style homepage, including 2 columns and SmoothGallery for your featured posts.
  • 100% Gravatar compatible.
  • Custom fields to insert images on the homepage gallery, on homepage posts and in categories posts.
  • Magazine-style dropdown-menu for your categories.
  • Not manual editing required. After installing the theme, you’ll find an OpenBook tab under Design, where you can set up the options for the theme, including featured posts, featured category, blog logo, number of posts to display on the gallery, categories to display on the blog homepage…
  • If you hate Internet Explorer 6 as I do, you’ll probably be happy: OpenBook have an option which litteraly crash IE6 if checked. If unchecked, IE6 will not crash and people who (still) use it will see your blog just as other users.
  • Compatible with Firefox 2, Firefox 3 beta, Safari, Opera, Internet Explorer 7 and Internet Explorer 6. (OpenBook is also probably compatible with other browsers like Konqueror, I just haven’t tested it myself)
  • Widget-ready sidebar
  • SEO-friendly titles
  • Page templates for Links and Archives
  • Compatible with Wordpress 2.3 to 2.5.1

OpenBook — Homepage [ French ] Installation Guide [ Translated Page ]

2.Rebel Magazine Theme

Free Magazine Style Wordpress Theme which is Widget Ready, 2 Columns with Banner Ad Integration.

rebel-magazine-theme

Rebel magazine Theme — Download | Demo

3. IndoMagz Theme

indomagz-free-premium-wordpress-theme

Features :
  • Customizable Home Page
  • Gallery Style Category
  • Custom Archives Page
  • Two columns sidebar (widget supported)
  • Ads supported (button - 125×125, banner - 468×60, and small square 200×200)
  • Breadcrumb supported
  • Valid XHTML & CSS

IndoMagz Theme — Homepage | Demo | Download

Technorati Tags: wordpress,wordpress themes,premium themes,freeware
TEST
tag Digg This! tag Stumble it! tag Add to Del.icio.us tag Netscape it! tag Google Bookmark It!

How To Install DomTabs On Wordpress »

tag Categories :  Tips,Tricks and Hacks, Tutorials, WordPress, Wordpress Themes
time Posted on Sunday, April 13, 2008 by Venkat | * Comments(0)

Did you ever see tabs something like in the image below and wondering how they got that working.That can be done by using DomTab. It can save a lot of space in places like the sidebar.

domtab

What Is DomTab??

DOMtab is a JavaScript that turns a list of links connected to content sections into a tab interface. The script removes any “back to top” links in the section and automatically hides all but the first one when the page is loaded. You can use as many tabbed menus on the page as you want to.

How To Install DomTab On Wordpress

  • Download the script from the official site, and unzip it.
  • Upload the domtab.js file to your theme folder in WordPress.
  • Download pbd_domtab.css and upload that to the theme folder as well.
  • In header.php, paste the following above

    </head>

    <script type=”text/javascript” src=”<?php bloginfo(’template_directory’); ?>/domtab.js”>

    </script> <link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(’template_directory’); ?>/pbd_domtab.css” media=”screen” />

  • In sidebar.php, or in a widget, paste the following where you want the DOMtabs:

<div class=”domtab”>

<ul class=”domtabs”>

<li><a href=”#t1“>Tab 1</a></li>

<li><a href=”#t2″>Tab 2</a></li>

<li><a href=”#t3″>Tab 3</a></li>

</ul><div> <a name=”t1″ id=”t1“></a> <p>

Insert contents of the first tab here, e.g. The code for a plugin.</p> </div>

<div> <a name=”t2″ id=”t2“></a> <p>Insert contents of the second tab here.</p> </div>

<div> <a name=”t3″ id=”t3“></a> <p>Insert contents of the third tab here.</p> </div>

</div>

You can insert plugins with the php code in the tabs by simply calling the plugin.

For Example :
<li>
<?php function() ?>
<li>
TEST
tag Digg This! tag Stumble it! tag Add to Del.icio.us tag Netscape it! tag Google Bookmark It!

5 Free Minimalist WordPress Themes »

tag Categories :  Freeware, WordPress, Wordpress Themes
time Posted on Sunday, March 16, 2008 by Venkat | * Comments(0)

ReviewSaurus which have recently started DesignSaurus has released 5 minimalist themes, named DailyBook, SkyHigh, Trilogy Next, Musicca, and GreenW.They all are based on the same structure with some changes in the color, image and/or look.They have a very good look and are mainly aimed at users whose focus is on the content but at the same time the overall look is classy and in accordance with the latest design trends.

greenw dailybook

musicca skyhigh

triology-next

All the five free wordpress themes are easily configurable and have the following features :

1. Advertising Ready : The theme comes with two 125×125 banner spots on the sidebar. You just need to upload the banners to the theme “Images” folder and update the ads.php file. Adsense is integrated in the inside page in top section of the post area. Both these are ready in the theme, but you can choose not to use them now.

2. Easy Feedburner Integration : Comes with built-in support for Feedburner email subscription; just change the value “FEEDBURNERID” to your Feedburner ID in header.php (will be changed at two places)

The “Theme Options” section inside the WordPress control panel enables you to insert the Feedburner URL, which will be used all over the theme. No need to enable the Feedsmith plugin.

3. Widgets Ready : The themes supports widgets, so just drop the ones you use.

4. About the Author Section : The theme comes with an alternative footer which has the about the author section instead of the Flickr Photos shown in the variation SkyHigh. You can upload your picture and a small description using the footer.php page.

5. Display Your Recent Flickr Photo : The footer area already has the plugin integrated - you just need to put in your Flickr details in for it to display your recent Flickr photos.

6. Related Post Plugin Integrated : Built-in support for the Related Posts plugin in the inside page after the post area and the theme is also compatible with all known and tested Wordpress plugins.

7. Comments Styling : Author comments have a different style.

8. Search Engine Optimization : The meta and title tags are already optimized for search engines.

9. Change Header easily : The whole of the header is a single image so you can create one using photo and title font of your choice and just replace the image. For those who don’t know how to create such an image - please use the alternative header with just the image (we have provided an alternative header image, in case you don’t like the current header) or you can define the blog name through wordpress admin and it will appear as text as shown in the variation DailyBook.

10. PSD and Fonts : All the themes include the PSD and FONT for you to change the header according to your needs.

Click below for individual direct links

  • DailyBook : Demo | Download
  • SkyHigh :Demo | Download
  • Triology Next : Demo | Download
  • Musicca : Demo | Download
  • GreenW : Demo | Download
TEST
tag Digg This! tag Stumble it! tag Add to Del.icio.us tag Netscape it! tag Google Bookmark It!

Weekend Wordpress Theme : SEO Green »

tag Categories :  WordPress, Wordpress Themes
time Posted on Sunday, March 9, 2008 by Venkat | * Comments(0)

Mani Karthik of DailySEOBlog has released a SEO friendly wordpress theme from called - “SEO Green” and the theme designed by Prasanth.It is a 2 column Theme SEO friendly, widget ready theme.The Theme is divided into 3 sections.

The Header Section

The header has a logo to the left and the recent comments and the recent posts listed on it. To the right, you’ll find the subscription options.Just replace the image logo.jpg in the template directory to change the default logo according to your needs.

seo-green-wordpress-theme

The Sidebar has

  • 2 125 x 125 Ad Spots available out of the box.
  • The theme comes packed with the recent comments and recent posts plugin, Any other plugins can be easily added to the sidebar.

Footer

The footer has three columns

  • The first column contains an about me section, with an option to add a photo.
  • The second and third column can be customized to add links, external or internal depending on your taste.

The latest article is given a background color like a featured.

I would give it 4/5 rating, as the theme is already SEO optimized.

Download SEO-Green From here or have a look at the DEMO here.

Technorati Tags: Wordpress,Wordpress themes,SEO

TEST
tag Digg This! tag Stumble it! tag Add to Del.icio.us tag Netscape it! tag Google Bookmark It!


Add this blog to my Technorati Favorites!

Enter your email address:

Delivered by FeedBurner

'Most Popular Posts in Wordpress Themes'

  • MassivePress - Free Wordpress Magazine Style Theme
  • 3 Free Wordpress Premium Themes
  • Add A Peel Corner To Your Blog
  • 5 Free Minimalist WordPress Themes
  • How To Install DomTabs On Wordpress
  • Weekend Wordpress Theme - Daily32
  • Wordpress Weekend - Free WP Premium Theme
  • Weekend Wordpress Theme : SEO Green
  • RSS Guide To A Carrer Abroad

    • TOEFL : What & Who Needs To Give This Exam
    • GUIDE : How To Book Your GRE Slot
    • What Is GRE and TOEFL ?? Who Needs To Give These Exams
    • Visa Experiences
    • What To Expect On Your Way To USA ?
    • Visa Experience Fall 2008 May 20th
    • Visa Expericence May 22, 2008 Mumbai
    • Fall 2008 : Visa Experiences
    • What Are Emergency Slots ?? Availability and Who Qualifies For Them
    • Steps To Schedule A F1 Visa Interview
  • TECH YARD Copyright © 2008 | Disclaimer & Privacy Policy | Slick Blue Theme by Kyle Eslick