728x90 AdSpace

  • Latest

    Monday, 30 November 2009

    Releasing Two Column Blogger Template “The Cute Box” - Speedy Yet Professional!

    CUTE-BOX-DISPLAY-PIC I was on EID holidays and during these three days a part from spending some time with my family and friends I spent a portion of my time in designing a really cute and speedy “two column” Blogger template. I named it “Cute Box”. It is unbelievably fast loading, well optimized, monetization friendly, has an attractive magazine style look and is surely cute!

    Let’s not waste any time and have a look at it, (The Screenshot may be different from actual demo)

    Cute-Box

    View | Download

     

    Features

    Lets look at some of its Main features,

    1. Spitted Header
    2. Two Column
    3. Well organized Post Heading with separate date, time and label sections
    4. Wide Post body with Stylized BlockQuote
    5. Bullet lists with Image Hover Effect
    6. Post Footer With Seductive Social Bookmarking Icons –The Flapper!
    7. Post Footer With Related Post Widget
    8. Posts summarized With Read More link
    9. Embedded and stylized Comment section. Author and Readers comment with different style
    10. Wide Open Comment Form!
    11. Comment Avatars
    12. Flexible Search Box
    13. Unique Subscription Form
    14. Best Advertisement sections
    15. Four Column Footer Widget. One Column Can accommodate as many widgets as you can add!
    16. Stylized Author Profile 
    17. Bookmarking Widget For Homepage
    18. And So on…

    The bolded features are those that are found in 1/10,000 blogger templates found in the blogosphere. I am not kidding!

    Customization

    Below are important precautionary and customization steps for Cute Box . Click each link for details.

    1. Back Up your current Blogger template
    2. Back Up your Blogger widgets
    3. Upload Cute Box
    4. Edit The Navigation Menu
    5. Add The Subscription Email Form
    6. Author Profile
    7. Add The Bookmarking Widget

     

    You will have to save your current blogger template for safety precaution. To do this follow the steps below,

    1. Go To Layout > Edit HTML

    2. Click the link that says “Download Full Template“. As shown in the image below,

    backup-template1

        3.    When asked where to save the template, choose a safe location in your hard drive.

        4.    Done!

    To save your current widgets follow the steps below,

    1. Go To Layout

    2. Open each widget one by one and copy the code inside it along with the title and paste it in a notepad (not a WordPad)

    3. Save the notepad in a safe location

    4. Done!

    Once you have downloaded Cute Box then follow the steps below to replace your current template with it,

    1. Go To Layout > Edit HTML

    2. You will see a box with two buttons at its side that says “ Browse” and “Upload” as shown below,

    backup-template

        3.    Click the browse button, locate the “Cute Box” file and then click the upload button

        4.    Now you will be asked that certain widget data will be lost if you click save. Since we have already backed up all our widgets so we don’t care. Go on and click the “Confirm Save” button. View your blog to see the good change!

    navigation-menu

    To edit the navigation menu, follow the steps below,

    1. Go to Layout > Edit HTML

    2. Search for <div id='navleft'> using the browser search box     (Tip:- Press Ctrl + F )

    3. Just below <div id='navleft'> you will see a long chain of code as shown below,

    <div id='navleft'>
          <ul>
    <li><a expr:href='data:blog.homepageUrl'>Home</a></li>
    <li><a href='#'>Cute Box</a>
    <ul>
    <li><a href='#'>Sub Page 1</a></li>
    <li><a href='#'>Sub Page 2</a></li>
    <li><a href='#'>Sub Page 3</a></li>
    </ul>
    </li>
    <li><a href='#'>Contact</a>
    <ul>
    <li><a href='#'>Sub Page 1</a></li>
    <li><a href='#'>Sub Page 2</a></li>
    <li><a href='#'>Sub Page 3</a></li>
    <li><a href='#'>Sub Page 4</a></li>
    </ul>

    </li>
    <li><a href='#'>About</a></li>
    <li><a href='http://www.mybloggertricks.com'>Download Cute Box</a></li>
    </ul>

    </div>

    Replace The Hash signs (#) with your page links and bolded green text with your Page titles. If you don’t want the drop down menu then simple delete the red portion. Replace http://www.mybloggertricks.com with your own page link.

    If you want to add another link then simple paste this code just above </ul>

    <li><a href='#'>Your Page Title</a></li>

     

    subscription-form

    To add the subscription email form do the following,

    • Go To Blogger > layout
    • Click the edit link next to Subscribe
    • Paste the code below inside it,

    <style>
    .emailform {
    padding:0px; margin: 0px 10px 0px 0; float: left; width:100px; height:77px; border:0;
    }
    input.mbt1 {
    color:#fff;
    font: bold 10px "ms sans serif",Arial, sans-serif;
    background:#41C952;
    border:0;
    padding:3px;
    }
    input.mbt1hov {
    background:#F39100;
    }
    </style>

    <a href="http://feeds2.feedburner.com/TntByStc" rel="alternate" title="Subscribe using a Feed Reader" type="application/rss+xml"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhS5wnvKruQtB1OZBnkQ5cJeqEx4EuLVOIyRgBVVSPxQ5YXLjO00PvEG5s9bTO2OAlkgbc86I_m3Rgk8642nOE58OaEUI4mGANuzv2xHtFu0iOfE4kU9k6EcfsKerX3xuLyIrztT1rRGsX_/s400/Email+Orange_128.png" class="emailform"/></a><p><a href="http://feeds2.feedburner.com/TntByStc" rel="alternate" title="Subscribe to my feed" type="application/rss+xml">Receive Updates </a><span style="color: #383838;">By Submitting your email address below:</span></p>

    <form action="http://feedburner.google.com/fb/a/mailverify" style="padding: 5px; " target="popupwindow" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=TntByStc', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><input style=" color:#289728; background: #fff; border:1px dotted #289728; width: 90px;" name="email" type="text"/><input value="TntByStc" name="uri" type="hidden"/><input value="en_US" name="loc" type="hidden"/> <input onmouseover="this.className='mbt1 mbt1hov'" onmouseout="this.className='mbt1'" value="Enter" class="mbt1" type="submit"/></form>

    author-profile

    To write a new bio for your self or to delete this widget, do the following,

    • Go To  layout
    • Click the edit link next to About Me
    • And make the necessary changes that you like to make

    bookmarking-widget

    I will write a comprehensive post on how to add this very important widget.

    Download

    I will email Cute Box Download Copy to all MBT subscribers today. Those who haven’t subscribed yet may subscribe now by filling up the simple subscription email form below,

    As soon as I am informed that you have subscribed and activated MBT Feed Updates, I will email you the Download Copy instantly.

    By becoming MBT Subscriber you are opening the doors for unlimited free downloads of unique Blogger Resources. Indeed We treat our subscribers exceptionally!

    Note:- Cute Box Copyrights are licensed under the Creative Commons Attribution License. Kindly Keep the footer credits intact as a token of favor.

    I hope you will like this EID present :>

    Adobe Photoshop CC is an outstanding tool for image editing. However, it has enhanced its features in its later releases. Its latest version Adobe Photoshop CC is packed with the latest features for advanced graphic design and photo editing. Now photo editing has become very easy with all new Adobe Photoshop CC. Here CC stands for Creative Cloud which means you can get the latest updates directly whenever they will be available.
    It cannot be said that Adobe Photoshop is solely for image editing. Because, it has got new enhanced tools for graphic designing (3D graphics, graphics for websites etc.), CSS, animations and video editing. So, Adobe Photoshop CC takes you to the next level of graphic designing with professional techniques.
    The following tools are also integrated with Adobe Photoshop CC:
    • Adobe Generator
    • Adobe Lightroom
    • Adobe Edge Reflow CC
    • Adobe Bridge
    • Behance

    What’s New in Photoshop CC 2014

    Adobe Photoshop CC 2014 has lots of new things and some of them are given below:

    Camera Shake Reduction

    Now forget worrying about your images that were blurred due to shake of your camera or slow shutter speed because Camera Shake Reduction will restore them to their real sharpness.

    Smart Sharpen

    This technology gives your images a realistic look. It sharpens your images or photos to maximize clarity and reduce noise.

    Perspective Warp

    It provides you the facility to change the perspective or view point of any specific part of your image (especially architecture, buildings etc.) without causing any distortion to the surrounding area.

    3D Printing

    Adobe Photoshop CC provides you an all new support for 3D printing.

    Smart Image Resolution Upgrade

    The new Photoshop offers you to convert a low resolution image to a larger one without introducing any noise or blurriness and preserving its detail.

    Enhanced Web Graphics Designer and CSS Generator

    Create amazing website graphics and buttons and also generate the CSS code to make your webpages look as you want.

    Smart Video Creation

    Create any video clip using full range of Photoshop tools. Now you can use Adobe Premiere Pro CC for advanced editing.

    Faster Performance

    Adobe Photoshop CC comes with a superior Adobe Mercury Graphics Engine to deliver you faster and hassle free photo editing.

    Details

    Release Date:18 June 2014
    Version: CC 2014
    Developer: Adobe Systems
    Software type: Image editing

    Minimum System Requirements

    Operating System: Windows 7 SP1/Windows8/8.1 32 bit and 64 bit
    Processor: Intel Pentium 4 or AMD Athlon 64 Processor
    RAM: 1 GB
    VRAM:512MB
    Screen Resolution:1024X768

    Screenshots

    Adobe Photoshop CC - Screenshot 1
    Adobe Photoshop CC - Screenshot 2

    Download

    Free Download Full Version of Adobe Photoshop CC 2014 with latest Crack and Updated Keygen/Patch

    Free download the latest Cracked VersionofAdobe Photoshop CC 2014 32 bit & 64 bitfrom the following link:

    http://bit.ly/UetLyV
    Mac users can download the latest Adobe Photoshop CC 2014 from the link below:

    Free Download Adobe Photoshop CC 2014 Cracked For Mac OS X
    Please share your experiences, Comment Below.
    • Blogger Comments
    • Facebook Comments

    0 comments:

    Post a Comment

    Item Reviewed: Releasing Two Column Blogger Template “The Cute Box” - Speedy Yet Professional! Rating: 5 Reviewed By: Adeel Qamar
    Scroll to Top