Automatic Recent Posts Slider With jQuery For Blogger


Recent posts slider is a best way to show of you blog's recent posts as a slide show.You may see the slider such slider in many wordpress blogs but when coming to blogger it is certainly not much seen.This widget is shared by Abu-Farhan and using my own tricks further I customized this plugin to works perfect with your blog.If you are thinking that customization's will be hard then you are wrong,this gadget is very easy to customize and very easy to add.You don't need to add images,text or any links like other sliders all is Automatic :D.  Here I am giving a tutorial about adding recent post slider to blogger.First take a preview on slider.

How To Add This Slider To Blogger?


Step 1 - Applying Styles


  1. Go to Blogger Dashboard > Design > Edit HTML. (In new User Interface It Is - Dashboard > Template)
  2. As always download a copy of your template first.
  3. Now find for ]]></b:skin>
  4. Add below code just before ]]></b:skin>

/* START EasySlider By helperblogger.com */

#slide-container {
    height: 360px;
    position: relative;
    width: 480px;
}

#slider {
    height: 360px;
    left: 25px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    width: 480px;
    font-family: calibri;
}

.slide-desc {
    background: transparent url(http://i195.photobucket.com/albums/z105/dantearaujo/darkbg.png) repeat scroll 0 0;
    color: #FFFFFF;
    padding: 10px;
    position: absolute;
    right: 0px;
    text-align: left;
    top: 0;
    width: 200px;
    z-index: 99999;
}

.slide-desc h2 {
    display: block;
}

.crosscol .widget-content {
    position: relative;
}

#slider ul, #slider li,

#slider2 ul, #slider2 li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#slider2 {
    margin-top: 1em;
}

#slider li, #slider2 li {
/*

define width and height of list item (slide)

entire slider area will adjust according to the parameters provided here

*/
    width: 480px;
    height: 360px;
    overflow: hidden;
}

#prevBtn, #nextBtn,

#slider1next, #slider1prev {
    display: block;
    width: 30px;
    height: 77px;
    position: absolute;
    left: -30px;
    text-indent: -9999px;
    top: 71px;
    z-index: 1000;
}

#nextBtn, #slider1next {
    left: 520px !important;
}

#prevBtn, #nextBtn, #slider1next, #slider1prev {
    display: block;
    height: 77px;
    left: 0;
    position: absolute;
    top: 132px;
    width: 30px;
    z-index: 1000;
}

#prevBtn a, #nextBtn a,

#slider1next a, #slider1prev a {
    display: block;
    position: relative;
    width: 30px;
    height: 77px;
    background: url(http://i195.photobucket.com/albums/z105/dantearaujo/prev.png) no-repeat 0 0;
}

#nextBtn a, #slider1next a {
    background: url(http://i195.photobucket.com/albums/z105/dantearaujo/next.png) no-repeat 0 0;
}

/* numeric controls */

ol#controls {
    margin: 1em 0;
    padding: 0;
    height: 28px;
}

ol#controls li {
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 28px;
    line-height: 28px;
}

ol#controls li a {
    float: left;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ccc;
    background: #DAF3F8;
    color: #555;
    padding: 0 10px;
    text-decoration: none;
}

ol#controls li.current a {
    background: #5DC9E1;
    color: #fff;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
    outline: none;
}

/* END EasySlider By helperblogger.com */


You can edit above CSS values as you wish.You may use our HTML Editor to see a live preview of your changes.(Note - If you are editing this gadget in HTML Editor then you have to add all three codes simultaneously in editor)

Step 2 - Adding JavaScript


  • Now find for </body> tag
  • Add below code just after/below </body> tag.

<!-- Start easy content slider by helperblogger.com -->
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js' type='text/javascript'></script>
<script src='http://accordion-template.googlecode.com/svn/trunk/easySlider1.7.js' type='text/javascript'></script>
<script type='text/javascript'>
//<![CDATA[
$(document).ready(function(){
 $("#slider").easySlider({
 auto: true,
 continuous: true
 });
});
//]]>
</script>
<!-- End easy content slider by helperblogger.com -->


Now save your template.

Adding The Gadget

  • Now go to Page Layout
  • Add a Gadget > HTML/JavaScript
  • Paste below piece of code and save it.

<div id="slider">
<script style="text/javascript" src="http://code.helperblogger.com/easySlider.min.js"></script>
<script style="text/javascript">
 var numposts_gal = 6;
 var numchars_gal = 150;
 var random_posts = false; // random posts
</script>
<!-- replace with your web address (marked with red color) -->
<script src="http://yourblog.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=showgalleryposts&max-results=999999"></script>
</div>



  • Now replace yourblog.blogspot.com with your own blog url.[Code Line - 10] (Only change blog URL don't change any other things.


  • To change number of post find this var numposts_gal = 6; line in above code. (Code Line - 4)


  • If you want to change number of characters to show in description find this piece of code var numchars_gal = 150; (Code Line - 5)
Now save your all the changes and you are done.Visit your blog to see this beautiful slide.

Arrange blog posts in gallery view in blogger


Gallery view means arranging the blog posts one after another side wise as in a magazine. This is also referred to as magazine view. Unlike usual blogs, you can change your blog from the monotonous old look into a magazine side-by-side view.
This image shows how post will be arranged side by side.

 This is how to do it
Steps :
  • Go to Blogger Dashboard => Design => Edit HTML
  • Look for the piece of code ]]></b:skin> 
  • Add the following piece of code after this line
  •  Save your template
Code Starts  ->

<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<style>

#main-wrapper {
margin:0px 0px 0px 8px;
float:left;
border:0;
padding:0px;
background:none;
overflow:hidden;
width:760px;
}

.post{
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyozpp3Ov2hasAlsf83DO5eeec-cQCU_IW_FGdt_7Y6D8G5UhouEfA-QQeyy5fVQk4fWFJXwCsrk7WLTPP-pHLmea5v3-PXnv1KNWCa8Oy1RMNFPZ7yK6qdr-skqcj5Xxu685TMqEv26-W/s1600/post.jpg);
background-repeat:no-repeat;width:227px;height:195px;
margin:0px 15px 20px 0px;
padding:10px 0px 0px 10px;border:0;
display:inline;float:left;overflow:hidden;position:relative;}

.post img {max-height:151px;max-width:217px;padding-top:8px;}
.post h3{font-size:11px;padding-top:5px;margin:0;line-height:6px;}
.post-labels{display:none;}.post-author{display:none;}
.post-body{padding:0px;}
</style>
</b:if>

Code End

Suggestions : 
  • Edit width:227px;height:195px in above code to resize the size of each block
  • This piece of code shows bugs when used for formatting individual pages in blog, I'm trying to fix it. If you find any solution do let me know. Works perfectly otherwise  "EDIT - Fixed"
  • If you dont want the background image remove the linebackground:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyozpp3Ov2hasAlsf83DO5eeec-cQCU_IW_FGdt_7Y6D8G5UhouEfA-QQeyy5fVQk4fWFJXwCsrk7WLTPP-pHLmea5v3-PXnv1KNWCa8Oy1RMNFPZ7yK6qdr-skqcj5Xxu685TMqEv26-W/s1600/post.jpg);

Apple iPhone 5 in Bangladesh

Apple iPhone 5 Bangladesh
Apple iPhone 5 - Description and Specifications

2G Network GSM 850 / 900 / 1800 / 1900 - GSM A1428
                        CDMA 800 / 1900 / 2100 - CDMA A1429
3G Network HSDPA 850 / 900 / 1900 / 2100 - GSM A1428
                       CDMA2000 1xEV-DO - CDMA A1429
4G Network LTE 700 MHz Class 17 / 1700 / 2100 - GSM A1428 or LTE 850 / 1800 / 2100 - GSM                       
                        A1429  LTE 700 / 850 / 1800 / 1900 / 2100 - CDMA A1429
Alert types Vibration, proprietary ringtones

Battery 
Performance Stand-by: Up to 225 h (2G) / Up to 225 h (3G)
                        Talk time: Up to 8 h (2G) / Up to 8 h (3G)
                        Music play: Up to 40 h
Battery Type Non-removable Li-Po 1440 mAh battery (5.45 Wh)
Bluetooth        v4.0 with A2DP
Camera Features Auto-focus, LED flash, Simultaneous HD video and image recording, touch focus, geo-tagging, face detection, panorama, HDR
Camera Pixel 3264 x 2448 pixels
Camera Resolution 8 Megapixel
Chipset Apple A6
Colors Available Black/Slate, White/Silver
Data Speed DC-HSDPA, 42 Mbps; HSDPA, 21 Mbps; HSUPA, 5.76 Mbps, LTE, 100 Mbps; EV-DO Rev. A, up to 3.1 Mbps
Dimensions 4.87 x 2.31 x 0.30 inches
Display Resolution 640 x 1136 pixels (~326 ppi pixel density)
Display Size 4.0 inches
Display Type LED-backlit IPS LCD, capacitive touchscreen, 16M colors, Corning Gorilla Glass, oleophobic coating
EDGE Yes
Front Camera 1.2 MP, 720p@30fps, face detection, FaceTime over Wi-Fi or Cellular
GPRS Yes
GPS Function Yes, with A-GPS support and GLONASS
Graphics Processing Unit (GPU) PowerVR SGX 543MP3 (triple-core graphics)
Internal Memory 16/32/64 GB storage
Java No
Loudspeaker Yes
Memory Card Slot No
Messaging iMessage, SMS (threaded view), MMS, Email, Push Email
Multitouch Yes
Operating System iOS 6, upgradable to iOS 6.1
Other Features - Active noise cancellation with dedicated mic
                        - Siri natural language commands and dictation
                       - iCloud cloud service
                       - Twitter and Facebook integration
                       - TV-out
                       - Maps
                       - iBooks PDF reader
                       - Audio/video player/editor
                       - Organizer
                       - Document viewer
                       - Image viewer/editor
                       - Voice memo/dial/command
                       - Predictive text input
Processor Dual-core 1.2 GHz
Radio No
RAM 1 GB
Release Date September 2012
Sensors Accelerometer, gyro, proximity, compass
SIM Card Type Nano-SIM
USB v2.0
Video Recording 1080p@30fps, LED video light, video stabilization, geo-tagging
Web Browser HTML (Safari)
Weight 112 g
Wireless LAN Wi-Fi 802.11 a/b/g/n, dual-band, Wi-Fi hotspot

এবার পালা চাইনিজ (China) উইন্ডোজের………..

কম্পিউটার চালনায় নিজস্ব অপারেটিং সিস্টেম [ওএস] ছাড়ার ঘোষণা দিয়েছে চীন। ওপেনসোর্স ভিত্তিক ওএস ডেভেলপ শেষ পর্যায়ে রয়েছে বলে এক প্রতিবেদনে জানিয়েছে বিবিসি। উবুন্টুর যাবতীয় সুবিধা যুক্ত এই উইন্ডোজ 'কাইলিন' নামে আত্মপ্রকাশ করতে পারে। কাইলিন ডেভেলপে বেইজিং গবেষণা সংস্থাকে সহায়তা করছে সফটওয়্যার নির্মাতা প্রতিষ্ঠান ক্যানোনিক্যাল।
আপাতত ডেস্কটপ কম্পিউটার এবং ল্যাপটপে কাইলিন চালানো যাবে। তবে পরবর্তী সংস্করণগুলোতে দরকারি কাজে সহায়তার জন্য বিল্টইন আকারে চাইনিজ সফটওয়্যার [যেমন- ইন্টারনেট ব্রাউজিংয়ের জন্য ওয়েব ব্রাউজার বাইদু এবং অনলাইন কেনাকাটা বিষয়ক সহকারী তাওবাও] সংযোজিত হবে।
পাশাপাশি চাইনিজ ভাষায় কমান্ড দিতে পারবেন ব্যবহারকারীরা। বিশ্লেষকদের মতে, নিজস্ব উইন্ডোজের সহায়তায় প্রযুক্তি খাতে চীনকে আরও এক ধাপ এগিয়ে রাখবে। সবকিছু ঠিক থাকলে আগামী মাসে উইন্ডোজ কাইলিন অবমুক্ত হবে।

বি:দ্র: ভালো লাগলে অবশ্যই জানাবেন।


How to Add a Custom Header in Blogger

By default, Blogger offers you a default static blog header including title and description of your blog. Further you can display image or logo with your header too. Does it bugging you? The way how your header is. Do you think you could have done more to your header if you can use a custom header instead of default one? If you are not prefer the default header style, you will seek around a way to customize or add a custom header for your blog. As far as if you have tried it by yourself, you may have find that current blog header is cannot move a bit or remove it. So you might have wonder why you can't remove default Blogger header and add a new custom header to your blog. Still wondering?

It seems you can't touch or remove default header to use custom header, but you are absolutely wrong until you find how to do it. Blogger made the header element locked by itself to not to remove by general users. So they have to use default header with blog title, description and eligible header image. But it doesn't mean Blogger doesn't let you hack it and implement a new one. You just need to find how to do it. Here we will discuss how to remove your current header safely without affecting to your existing blog and let you implement your own header on it. I hope you would love to go through and add your own custom header to show off to your visitors. Why waiting? Let's start.

Before You Go:

* If you wanna know how to customize the existing blog header, read How to Customize Your Header in Blogger.

* If you are looking for adding a header image for you blog using dynamic views, read How to Add a Header Image for Dynamic Views in Blogger.


Steps:

1. Navigate to your Blogger Dashboard.

2. Click on your Blog Title.

3. Move on to Template tab from left pane.



Note: Before editing your template, you may want to save a copy of it. Read How to Back Up Your Template.

4. Click Edit HTML button.



5. Tick on, Expand Widget Templates option.



6. Now search for following or similar line of code in your template which relates to your blog header section and alter attributes using regarding attribute information indicated.

<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>

Color Indication Information

   - Maximum Widgets in Header Section

This attribute specifies the maximum number of widgets can be included in header section. The default value is 1. So, by default, you can't add widgets more than one for your header section. By changing this value, you can allow adding more widgets for header section.

i.e: <b:section ... maxwidgets='3' ...

   - Enable/Disable Adding New Elements

Though you specified a new maxwidgets attribute value, you may not see Add a Gadget link at Page Elements page until you change this attribute value to yes. Change value to yes as you gonna add new custom header.

i.e: <b:section ... showaddelement='yes'

7. Now you can add custom header for your blog. But before you proceed, let's remove current header on your blog. You can find the line similar to below, just after the line of code we discussed in step 7.

<b:widget id='Header1' locked='true' title='Header (Header)' type='Header'/>

8. Change the locked attribute value to false.

i.e: <b:widget id='Header... locked='false'...

9. Now Save Template.

10. Go to Layout tab.



11. Find the Header element of your blog.



12. Now click Edit link correspond to the header.

13. On the immediate pop-up box, click Remove button and confirm removal.

14. Now your default header has been removed. You can see Add a Gadget link at the place where default header was placed before. Click on the link to implement custom header.

15. Now find suitable element for header from the gadget list. You can add image box if you prefer adding custom image as your header or else HTML/JavaScript element to implement header with dynamic or static content with the help of your HTML knowledge.

Note: You can add more gadgets which seems to be suite to your header section (except to the main header) upto the number of widgets you allowed in the header layout code at step 7.

How to Add a Header Image for Dynamic Views in Blogger

I know, as a blogger, you care your blog design, template or theme you use on your blog. It's reflecting your personality in a way, don't you think? If you are on Blogger platform, there are different sorts of themes you can use for your blog. Most of them are layout templates where you can arrange widgets on your layout easily and I have no doubt that you have heard about wonderful addition of new templates too - Dynamic Views. Have you been using dynamic views with its all glossy and interactive features and enjoying the latest web technologies it use? If you do, you probably need to take different routes to make some changes there. Now let me ask you - Did you ever wanted to add a header image for your blog configured with dynamic views?


It's Possible


Do you think it's impossible as it doesn't work the way it works for layout templates? But nothing to worry about. You can have a header image you like but there's another way out. The thought didn't crosses my mind to write about. But recently a reader, Dilek Turan, came up with this question for me via a comment under the post that I've written about customizing the blog header. But as the route was not valid for dynamic views, I had to explain it. I was wondering why I didn't talk about it until now, but now here I am gonna help you out with it. Better late than never, right?


Get Your Header Image Ready


Unlike in layout templates, on dynamic views, the room for a header image is limited. Actually it's more like a header bar and you need to make use of the space available there. Let me share some information about how you need to have your header image created before you jump onto the tutorial. Well, before that, take a look at Blogger Buzz blog to see how they have added a header image and it will help avoid confusions as I mention about header here.

When you selecting a header image, make sure it has height of 65 pixels. No more or less. Keep it that way and consider the width too. You can use the width of your blog for header image or actually don't need to worry much as you can let the image repeat horizontally. However your header image will be placed behind the blog title on header bar. If you feel you need to remove blog title from the header not to interfere with the header image or your header image already have the title mentioned, then here I'll let you know how to get rid of the header title text too. Well, let's talk about all the tricks while proceeding with the steps below. Now time to get your blog a attractive header.

Steps:


1. Go to Blogger Dashboard.

2. Click on your Blog Title.

3. Jump to Template tab from left pane.



Note: Before editing your template, you may want to save a copy of it.

4. Click Customize button beneath the blog preview.



5. Now you will be directed to Template Designer. Jump to Background pane.



6. Click on the box under the Background image option.



7. Navigate to Upload image from pop up box.



8. Click Choose File button on right.

9. Select the header image you wanna use from your computer and click Open.

Note: Make sure the height of your header image is 65 pixels.

10. Now you might see your header image is all over the blog. Don't panic. Click Done button on pop up box after the image get uploaded.

11. Now click on drop down button with Tile option. Select Don't tile if your image fits with the blog width or select Title horizontally if it's shorter than your blog width to tile image horizontally to cover the width.




More Information:

* Use Alignment drop down button to manage alignment of the header image there.



* Click Remove image link if you need to remove your current header image.



* In case if you wanna get rid of your blog title on header bar, add following CSS style code just before the ]]></b:skin> line in your template.

.header-bar {
display: none !important;
}

Note: If you don't know how to edit your template, read How to Edit Your Blogger Template.


Enjoy :-)

How to Edit Your Blogger Template

Sometimes you may wonder how do some bloggers take control of their template and customize their templates or position widgets as they need. But there is no wonder at all. All you need is giving up resistance to change and  know what you need to do exactly to result your intended changes. As other websites, Blogger is also based on markup languages. Eventhough you are much familiar with HTML and other markup languages, you may unable to find where you should deploy your expertise in Blogger. Are you still wondering where you find and take charge of your template?


Trick and Get into Template?


You don't have to trick your blog to get into your blog template. Blogger offers you the core template code and let you edit your current blog template directly via its Template Editor. All you need is basic knowledge in HTML and you have to spend some time with template code to understand structure and apply relevant changes. If you are not good with HTML sort of markup languages, it may end up being broken too. However you can reset them if something has gone wrong and also backup feature is available for your template. However if you have a reference which depicts how to do all things, you just need to follow and make necessary changes here.


What Can I Find in Template?


There you can find each and every HTML code and relevant styles used to build up your template including widget templates. If you get to template editor, you just need to modify them as your preference with the knowledge of your markup languages. Different people can customize their template in different ways. However you don't need to touch your template always to make changes to your template. Blogger let you customize background image and color of your blog, add and arrange widgets easily, change blog template without stepping into your template and more. But still there are limitations. So here you will find the way to modify your template directly. Wanna edit your template now?

Steps:


1. Go to your Blogger Dashboard.

2. Click on your Blog Title.

3. Jump to Template tab.



Note: Before editing your template, you may want to save a copy of it. Read How to Back Up Your Template.

4. Click Edit HTML button below your blog preview.



5. Click Proceed button to view Template Editor.

6. Tick on, Expand Widget Templates option to expand your element code and see detailed view of your template.



7. Now you can add codes or modify content of your template.

8. Once you done with modifications, Save your template.

How to Customize Your Header in Blogger

Do you have a blog header on your blog? Does that question sounds funny? Yeah... sort of. I bet you have a header on your blog too. Generally almost all blogs have their own unique header to show off blog title, description or simply to convey the idea behind the blog. In Blogger, you just don't worry about implementing header as it is included right when you create your blog. Basically your blog header will consist of your blog title specified when you create your blog. But it may not the way you wanna set up your blog header. So what if you wanna go beyond and customize your standard Blogger header?

Blogger doesn't restrict you from customizing header and it offers few prominent options to customize yours. By default, once after creating your blog, you will see only blog title on your header. If you are not prefer to keep it as it is, Blogger let you customize your header in these ways.

● Show blog title and description on header

● Show blog title with background header image

● Show blog title and description with background header image

● Add an image as header

● Show header image with blog description

I got few more queries recently asking how to create headers or customize them. Yeah, it seems much easy for most users. But I see some novices couldn't figure it out at all and confused. So I'd like to contribute them via this post to style their blog header. So if you are wondering about customizing your Blogger header, here you will find how to customize your standard Blogger header with available options.


Steps:

1. Go to Blogger Dashboard.

2. Click on your Blog Title.

3. Jump to Layout tab.



4. Now find the Header element just below Favicon element.



5. Click Edit link correspond to your header element.

6. Now you will see the configuration window of your header. Either you can display your blog title and description on header or specify a custom image which is suitable to use as your header. Or you can use mix of them. See what's best suite for you and follow relevant instructions.

Show Blog Title and Description



Just enter values for Blog Title and Blog Description fields.

Note: If you just wanna show only your blog title, leave Blog Description field as blank.


Show Blog Title and Description with Background Header Image



i. Make sure you have entered values for Blog Title and Blog Description fields.

Note: If you just wanna show only your blog title, leave Blog Description field as blank.

ii. Now upload your image from your computer or from web by specifying image URL in relevant field.

Note: If you believe your image is much wider than your blog width, you can select Shrink to fit option before upload or specify image URL, to shrink image and adjust automatically for header.

iii. Now select Behind title and description option under Placement.


Add an Image as Header



i. Upload your image from your computer or from web by specifying image URL in relevant field.

Note: If you believe your image is much wider than your blog width, you can select Shrink to fit option before upload or specify image URL, to shrink image and adjust automatically for header.


ii. Now select Instead of title and description option under Placement.


Add Header Image and Place Blog Description Beneath the Image



i. Upload your image from your computer or from web by specifying image URL in relevant field.

Note: If you believe your image is much wider than your blog width, you can select Shrink to fit option before upload or specify image URL, to shrink image and adjust automatically for header.


ii. Now select Have description placed after the image option under Placement.


7. Now save your header element.

8. Preview your blog and see how it goes.

How to setup Microsoft Office 2013 KMS Host on Windows Server 2012

Overview:
The KMS activation process for Microsoft Office 2013 is the same as what it was for Microsoft Office 2010. However, the interface to setup the KMS host for Microsoft Office 2013 on a Windows Server 2012 has been updated to use the Volume Activation Tools.

Prerequisites:
Microsoft Office 2013 running on both Windows 7 and Windows 8 client computers can be activated by installing the Microsoft Office 2013 Volume License Pack on a Windows Server 2012, or on one of the other supported host systems including Windows 7 VL edition, Windows 8 VL edition and Windows Server 2008 R2.

Installation:

STEP 1: Download the Microsoft Office 2013 Volume License Pack from the Microsoft Download Center (MSDL) site:



STEP 2: Double-click the downloaded EXE to run it:





STEP 3: Once the EXE finishes running, the Volume Activation Tools wizard will appear:





STEP 4: On the next screen, choose Key Management Service (KMS) and browse to, or specify the name of, the system running Key Management Service. Typically, this would be the system you are running the Volume Activation Tools on:





STEP 5: Next, enter the KMS host (CSVLK) key:





STEP 6: Choose activation method, online or phone:





STEP 7: Activation Succeeded:


Eject and Close CD/ DVD Tray by Mouse!

Eject and Close CD tray
Dear Friends! Today I will share a small soft with you. Soft means 22 KB. And its zipped size is just 8 KB! This software is made for handling your CD/ DVD tray.

You can open your CD/ DVD tray by pressing the button or by ejecting option from My Computer. But you can't close it by mouse click from My Computer. With this software you can open or close your CD/ DVD drive just by mouse click!

You can place this software anywhere you like. Maybe you like to keep it on your Desktop. This application supports all running version of Windows:
Windows XP
Windows Vista
Windows 7 and 8
Now do the following to use this cute soft:
Download the zipped folder from the link below.
Unzip it.
Keep it on your Desktop
Double click to eject CD/ DVD tray, and click twice again to close it.

Tips: If you're using Windows 7 or 8 then right click on it and select pin to task bar. Now you will see a quick link of this software on your task bar. And you will be able to close and open your CD/ DVD tray just by single click! 

Self Assessment Test by Brain Works !!

Self Assessment Test to evaluate brain usage

Today I'm gonna talk about something different. It can be compared to a psychological test. If you take this test you will be able to know which part of your brain works more than other parts. How you respond to new situations or experiences.

This test will also help you to realize what will be the effective learning system for yourself. It will show you how you use the parts of your brain and by what percentage.

This self assessment test is prepared by Synergistic Incorporation Ltd.
  • Download the zipped file from the link below and unzip it. 
  • Click twice on Brain.exe file.
  • Now you will see the Welcome Screen. Click anywhere or press any key to continue.
  • Enter Your Name and press Enter.
  • Read the Introduction message if you want or press any key to continue.
  • Another message may appear. Read this or skip. Reading will increase your understanding of this software. 
  • Now you've to answer 20 questions. Answer all the questions. You can use mouse or press A, B or C to answer a question. (Remember: There is no right or wrong answer)
  • When you finish you will see an image of your brain usage. Focus on your percentage of Auditory, Visual, Left and Right brain usage. 
  • Then hit on Personal Evaluation and read the full report about your brain. That's it. 


Note: When you run this application on your PC you can't close it, or go to the desktop. To close this program press Alt + F4. And simply press Start + D to go to the Desktop.

Download Free Flash Game: Flamingo Drive Download

Yet in Africa Flamingo Drive Screen Shots
Gamers love to play large games like GTA, NFS, IGI. But still few of you may like to play Flash Games like me. Though I love to play Racing, Action or Cricket but still I've a great attraction to small Flash Games. Today I'm gonna share such a game with you. It is named as Yet in Africa- Flamingo Drive. You can download this for free!

This game is very small in size. You've download a zipped file which is less than 2 MB. It is a flash game. You've to operate it by mouse.

Download the zipped file from the link below and unzip it.
Now click twice on Flamingo Drive to run the game.
Just at the right bottom corner you will see the Play button. Hit this 4 times.
Now you're ready to play.
You've 5 chance available to hit.
In each chance you've to click twice. The first click will set your direction. And the second one will set your power.
You can also see the preview just at the bottom of the game.
Play n Enjoy!

Activate Windows 8 Just by Double Click (All Versions) !!!

Couple of weeks ago the final version of Windows 8 has been launched by Microsoft. Versions are-
Windows 8
Windows 8 Pro
Windows 8 Enterprise
These are the main versions which have other segments too. ie. Pro N, Pro VL, Enterprise N, Enterprise VL etc.

If you've any trouble to activate Windows 8 you can solve it just by double click. Have any doubt? Try it now!

Whatever the version of your Windows 8, a single activator can activate any all versions. Follow the steps below:
Download the zipped file from the link below.
Now extract the file. (It can also work in zipped condition)
Then double click on the file Windows 8 Activator.exe.
Now within 2/3 seconds your PC will be restarted.
After restarting you will get some message about activation. Hit OK button in the all boxes that appear.
Enjoy the benefit of full version.





If you can successfully perform this task, then your Windows activation status will be as image shows below:

Get Facebook Comment Notifications via Email in Blogger

Did you implement Facebook comment social plugin on your blog? We have already discussed about implementation via Add Facebook Comment Social Plugin to Blogger post. If you have implemented it on your blog, you may have find that you can moderate comments easily with Facebook comment moderation tool. But as you have more number of posts on your blog, you may find it buggy to keep an eye on Facebook comment moderation tool to see recent comments made on your blog. Sometimes you may have missed comments that needs more attention and users may have to wait for long hours until you reply for them. Therefore you will find it somewhat disturbing as no way of notifying new comments. Would you like to get notified whenever someone made a comment via Facebook comment plugin?

Facebook has no official solutions for get notifications other than checking out Facebook comment moderation tool. But as I browse web I was able to find a working solution to get comment notifications via email developed by a Facebook developer. It will help you to notify every comment via email whenever someone made comments on your blog via Facebook comment plugin. Also it's capable of sending notifications to your Facebook email address if you wish to. So it will save lot of time and you don't need to keep eye on Facebook comment moderation tool for new comments made on your blog. Interested? Let's find out how to set up notifications for Facebook comments.

Before You Go:

* You should specify Facebook JavaScript SDK and Open Graph Protocol, in order to wok this out.

* Make sure you have a file hosting site like Google Sites to upload and access few files we gonna need for this process.


Steps:

1. Go to Blogger Dashboard.

2. Click on your Blog Title.

3. Navigate to Template tab.




Note: Before editing your template, you may want to save a copy of it.

4. Click on Edit HTML button.




5. Tick on, Expand Widget Templates option.




6. Now search for <fb:comments which is Facebook Comment plugin code.

7. Add attribute class='fbcomments' and expr:title='data:post.title' to your Facebook Comment plugin code.

i.e: <fb:comments class='fbcomments' expr:title='data:post.title' expr:href='data:post.url' num_posts='2' width='500'/>

8. Now add below code snippets just after <head> in your template.

<script src='http://code.jquery.com/jquery-latest.min.js' type='text/javascript'/> 
<script src='[URL of fbCommentsEN.js]' type='text/javascript'/>

Note: If you are using migrated Facebook Comment plugin which use migrated='1' attribute, use following code snippets instead of above.

<script src='http://code.jquery.com/jquery-latest.min.js' type='text/javascript'/> 
<script src='[URL of fbCommentsEN-migrated.js]' type='text/javascript'/>

Color Indication Information

   - URL of fbCommentsEN.js

Download fbCommentsEN.js and upload it on your server. Add the path/URL of the file here.

   - URL of fbCommentsEN-migrated.js

Download fbCommentsEN-migrated.js and upload it on your own server. Then add the path/URL of the file here.


9. Now add following code snippet into JavaScript SDK, just after FB.init() method but just before }; - i.e: FB.init ({....}); [Add Code Snippet Here] };

var fromMail = 'info@blogspot.com';

var toMail = 'you@mail.com';

var sendPath = '[URL of fbCommentsEN.php]';

fbCommentsEN(fromMail,toMail,sendPath);

Color Indication Information

   - Your Blog Email

This is the mail address which states as the sender mail address in the mail you will be received. You can specify it as you prefer such as info@blogspot.com or whatever.

   - Email Recipient

This is email recipient address which is your email for notifications to be received. Facebook allowed you to add any email address including the @facebook.com, new Facebook mailing system. You can add multiple recipients too.

i.e: var toMail = 'you@gmail.com, friend@facebook.com, member@yahoo.com';

   - URL of fbCommentsEN.php

Download fbCommentsEN.php and upload it on a server where supports PHP files.

Note: In case of you are not receiving emails, download fbCommentsEN_nc.php and upload it on your server. Then set new path here. This is PHP file which configured with no spam check.

i.e: var sendPath = 'http://MySite.com/fbCommentsEN_nc.php';


Credits: This has been implemented by Gil Goldshlager, a Developer of Facebook and credits should goes to.
 
Top