0
Scream of the Banshee 2011 DVDRip

Scream of the Banshee 2011 DVDRip AC3 XviD - DiVERSiTY
Scream of the Banshee 2011 DVDRip AC3 XviD - DiVERSiTY
Language: English
1h 30m | DVDRip | avi | 720 x 400 | XviD @ 1720 Kbps | AC3 @ 448 Kbps | 1.37 GB
Genres: Horror

An archeology professor unearths a dangerous artifact, unwittingly releasing a creature that is able to kill with the power of its bone-splitting scream.


Orignal Content Provider - Heroturko.com

Scream of the Banshee 2011 DVDRip AC3 XviD - DiVERSiTY

Screenshot:

Download:

Mirror 1 :

Mirror 2 :

Mirror 3 :

http://www.uploadstation.com/file/ugydAsJ/11_DVDrip_ac3_DiVERSiTY.part1.rar
http://www.uploadstation.com/file/ZwMnfXK/11_DVDrip_ac3_DiVERSiTY.part2.rar
http://www.uploadstation.com/file/BKJzmCH/11_DVDrip_ac3_DiVERSiTY.part3.rar
http://www.uploadstation.com/file/sHAthDu/11_DVDrip_ac3_DiVERSiTY.part4.rar

0
How to add Google Translate Widget in Blogger



Google Translate Widget for BloggerThe Google Translate Widget (Google Translate Web Element) is a great tool to place in your blog which gives the opportunity to your visitors to translate your blog content in their native language. Weeks ago, Chakie also has written an article for a great website translation widget with flags from Free Website Translations, so if you want you can check it here. Ok, here we go now:
Google gives 3 different styles of Google Translate Widget:

1) Vertical

<div id=”google_translate_element”></div><script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: ‘en’
}, ‘google_translate_element’);
}
</script><script src=”//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit”></script>

2) Horizontal

<div id=”google_translate_element”></div><script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: ‘en’,
layout: google.translate.TranslateElement.InlineLayout.HORIZONTAL
}, ‘google_translate_element’);
}
</script><script src=”//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit”></script>

3) Dropdown only


<div id=”google_translate_element”></div><script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: ‘en’,
layout: google.translate.TranslateElement.InlineLayout.SIMPLE
}, ‘google_translate_element’);
}
</script><script src=”//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit”></script>
Chose which widget you like and copy the code.
1. Login to your blogger account, and open the Design section.
2. Under the Page Elements Section go to Add a Gadget.
3. From the given list find and choose HTML/JavaScript.
4. A new window will appear, paste the code there and click Save.
Your Google Translate Widget is ready. Go back and preview your blog and see how it looks. Happy Blogging!!!

0
How to add Google Talk ChatBack Badge/Widget to Blogger

The Google Talk Chatback Badge it’s a great tool which will help you to stay in contact with your visitors while you are signed in Google Talk. So with this badge your visitors will have the opportunity to chat with you whenever you’re signed in to Google Talk with your email.
Google Talk
Now lets start adding this chat widget in your blog.
1. Go to the Google Talk Chatback Badge page and login with your Google Account. You can notice that there is a preview of your Chatback badge. If you don’t like how it looks, click on Edit and a new box will appear below. As you can see in the picture, you can change your nickname, where you can write the name of your blog or whatever you want, you can also change the style of the badge by selecting one of the styles given in the dropbox. After setting up the Google Talk Chatback Badge, just copy the code in the bottom.
Google Talk Chatback Widget for Blogger
2. Login to your blogger account, and open the Design section.
3. Under the Page Elements Section go to Add a Gadget.
4. From the given list find and choose HTML/JavaScript.
5. A new window will appear, paste the code there and click Save.
Now your Google Talk Chatback Widget is ready. Preview your blog and see how it looks.

0
How to add StumbleUpon Button/Badge in Blogger Post

Yesterday I wrote an article on how to add a Tweet Button to your Blogger posts. Today I decided to show you the way how to add a StumbleUpon Button/Badge in Blogger. Normally if you have already add the Tweet Button, you can also join to it this button. The method of adding this button to appear in every blogger post in general is the same as the method we used for adding the Tweet Button, but normally the code is different. So let’s start adding the StumbleUpon button.
1. Login to your Blogger account and go to Design.

2. Click at the Edit HTML tab which will lead you to the Edit Template page.

3. At the Edit Template page check the Expand Widget Templates option. Now you have to be careful here. First find the following code to your template: <data:post.body/> (press CTRL+F paste the code and the browser will find it for you).
Edit Template in Blogger
After you have find the line where is written <data:post.body/> just after it paste the following code:
<script src=”http://www.stumbleupon.com/hostedbadge.php?s=1“></script>
Notice: If you use the code above, it will display the following button:
If you don’t like the above one, just change the number in red (s=1) in the code with one of the numbers which refer to the following button designs:
For s=2 you get this button
For s=3 you get this button
For s=4 you get this button
For s=5 you get this button
For s=6 you get this button
After you have added the code in your template, just click Save Template and preview your blog.
Hope you liked it. Happy blogging.

0
How to add FeedBurner Subscriber Count Widget in Blogger

Almost all the bloggers publish their blog feed using the feed management service called FeedBurner. This FeedBurner widget is designed to display the current number of subscribers in your blog. So after you have achieved to attract a good amount of subscribers it is really useful to add this widget in your blog because the number of subscribers is also a good element to measure your blog success.
So let’s go to see how can we install this widget in your Blogger blog.
1. Login to your FeedBurner account, then click on your feed and it will get you to the FeedBurner dashboard. Now click at the Publicize tab.
Publicize in FeedBurner
2. Now you are at the Publicize section. Go to the Services menu in the left and click on FeedCount.
Feed Count FeedBurner
3. As you can see in the picture below the FeedCount service is not activated yet. So click on the Activate button.
Activate Feed Counter
4. After the activation now we can set up the FeedBurner Feed Counter. As you can see in the picture below, there are two different styles of the widget, it can be Static or Animated and also you can chose the color of your chicklet which suits better with your blog design. After you have done these changes, copy the HTML code and click Save.
5. Login to your Blogger account and go to Design section.
6. Under the Page Elements Section go to Add a Gadget.
7 . From the given list find and choose HTML/JavaScript.
Your are finished now. Preview your blog to see how FeedCount widget looks.

0
How to add LinkedIn Sharing Button to your Blogger Posts

Dear readers, recently as you can notice I’ve started to post a series of articles dedicated to Social Network Sharing Buttons. In all of the articles I’m giving to you the complete guide on how to install Social Network Sharing Buttons in Blogger posts. As I said before, adding these buttons to your posts is a great way to share your articles through the most popullar Social Networking Sites and yes, this is the best way to make your blog popullar and gain long term readers to your blog. So first let me share with you the links of the articles I wrote before regarding to Social Network Sharing Buttons:
How to add Twitters Tweet Button in your Blogger Posts
How to add Google Buzz button to Blogger blog posts
How to add StumbleUpon Button/Badge in Blogger Post
Now it’s time to install the LinkedIn Sharing Button to your Blogger posts.
1. Login to your Blogger account and go to Design.
2. Click at the Edit HTML tab which will lead you to the Edit Template page.
3. At the Edit Template page check the Expand Widget Templates option. Now you have to be careful here. First find the following code to your template: <data:post.body/> (press CTRL+F paste the code and the browser will find it for you).
After you have find the line where is written <data:post.body/> just after it paste the following code:
  • For Vertical count button:
<div style=’float:right;margin:4px;’>
<script src=’http://platform.linkedin.com/in.js’ type=’text/javascript’/><script data-counter=’top’ expr:data-url=’data:post.url’ type=’in/share’/>
</div>
  • For Horizontal count Button:
<div style=’float:right;margin:4px;’>
<script type=”text/javascript” src=”http://platform.linkedin.com/in.js”></script><script type=”in/share” data-counter=”right”></script>
</div>
  • For No count (small) Button:
<div style=’float:right;margin:4px;’>
<script type=”text/javascript” src=”http://platform.linkedin.com/in.js”></script><script type=”in/share”></script>
</div>
Notice: As you can see in the code, I’ve made the button to appear on the right of the post, but if you want to appear in the left side, just write left instead of right in the code.
After you have added the code in your template, just click Save Template and preview your blog.


0
How to add Google Buzz button to Blogger blog posts

This button from is a great way to share your articles through the Google Buzz account. So the function of this button is the same as the Tweet button for which I wrote an article on how to add the Tweet button to Blogger blogs. In this short tutorial I’m going to show you the simplest way to install this button in every post of your Blogger blog.
1. Login to your Blogger account and go to Design.
2. Click at the Edit HTML tab which will lead you to the Edit Template page.
3. At the Edit Template page check the Expand Widget Templates option. Now you have to be careful here. First find the following code to your template: <data:post.body/> (press CTRL+F paste the code and the browser will find it for you).
Edit Template in Blogger
After you have find the line where is written <data:post.body/> just after it paste the following code:
For Button + Counter copy and paste this code:
<a title=”Post to Google Buzz” class=”google-buzz-button” href=”http://www.google.com/buzz/post” data-button-style=”normal-count“></a><script type=”text/javascript” src=”http://www.google.com/buzz/api/button.js”></script>
Important: The code above will display the button in normal size but if you want the small version of the Google Buzz Count Button replace the words in RED with small-count.
For Button only style copy and paste the following code:
<a title=”Post to Google Buzz” class=”google-buzz-button” href=”http://www.google.com/buzz/post” data-button-style=”normal-button“></a><script type=”text/javascript” src=”http://www.google.com/buzz/api/button.js”></script>
Important: Also  this code will display the button in normal size but if you want the small version of the Google Buzz Button replace the words in RED with small-button.
For link button copy and paste the following code:
<a title=”Post to Google Buzz” class=”google-buzz-button” href=”http://www.google.com/buzz/post” data-button-style=”link”></a>
<script type=”text/javascript” src=”http://www.google.com/buzz/api/button.js”></script>
After you have added the code in your template, just click Save Template and preview your blog.
Google Buzz Buttons

0
How to make Windows XP run a little bit faster

After almost ten years of its first release and two successors, Windows XP is still used worldwide.  The terrific success it had is incomparable and I think Microsoft is not able to produce something that is going to bring them the same amount of users, something that is going to overcome the successful run of XP. Windows 7 has a good start to reach that fame, but I’m not sure if it’s going to get there. Me myself I giving a shot at Windows 7, so I have installed on my laptop, but I still have Windows XP on my old PC (which I use a lot). Maybe someone will think that I’m a ‘fossil’ for still running XP, but I’m really used to it and I can operate with it very easily, cuz I know almost everything about it. After all, the very first computer I ever bought was with Windows XP, so it has some emotional value for me.
Like every other man produced thing, XP also has its own manufacturing flaws. It surely isn’t perfect, but you can get the best from it.
Now I know that on the internet you can find a thousand ways to make your XP run faster, but not all of them or easy to do, or even safe. Applying tweaks for better performance is justified, but you have to know when it’s enough. Apply to much of them and suddenly you realize that you have pulled to many cards off your tower of cards, so it tumbles down.
Here are the eight steps for making your XP run a little bit easier, I do this all the time and is very satisfying with balancing performance and safety.
So, let’s start:
STEP 1: If looks doesn’t matter to you, you only want the beauty within :) , than you won’t mind this change. Right click on My Computer and go to ‘Properties’. Advanced > Performance > Settings > Visual Effects > Adjust for best performance.
How to make Windows XP run a little bit faster
How to make Windows XP run a little bit faster
How to make Windows XP run a little bit faster
How to make Windows XP run a little bit faster
STEP 2: Go to every partition, right click and properties. Uncheck the ‘Allow indexing Service to index this disk for fast file searching’. Yeah, I know it says for fast file searching, but that means only when you look up a file from Search. For browsing your files in partitions this tweak will be like a roadrunner.
How to make Windows XP run a little bit faster
How to make Windows XP run a little bit faster
How to make Windows XP run a little bit faster
How to make Windows XP run a little bit faster
STEP 3: If you want your XP to load faster, you got to disable all the programs that run on start up, or at least the ones you don’t really need or don’t know they run on start up.
Start > Run. Type ‘msconfig’ and press Enter. Go to the Startup tab and uncheck the programs you don’t need. Press Apply, then OK and Restart your computer.
How to make Windows XP run a little bit faster
How to make Windows XP run a little bit faster
How to make Windows XP run a little bit faster
STEP 4: Some of the programs that you have installed automatically offer services that take a lot of RAM and that you don’t really need. So disabling them also frees a lot of RAM.
Start > Run. Type ‘msconfig’ and press Enter. Go to Services tab, check the ‘Hide All Microsoft Services’, a from the remaining in the list, uncheck the one you don’t need. Press Apply, then OK and Restart your computer.
How to make Windows XP run a little bit faster
How to make Windows XP run a little bit faster
How to make Windows XP run a little bit faster
STEP 5: The default time of boot on Windows is 30 seconds. You can change that, so your machine will boot faster and you don’t have to wait the normal boring boot time.
Start > Run. Type ‘msconfig’ and press Enter. Go to BOOT.INI tab. In the Timeout box change the value from 30 to 3 seconds. Press Apply, then OK and Restart your computer.
How to make Windows XP run a little bit faster
How to make Windows XP run a little bit faster
How to make Windows XP run a little bit faster
STEP 6: Fragmentation of files on your drives is like when you put your clothes in luggage without any order. Stuffing them mindlessly, creating a chaos that takes a lot of free space and when you need to get some of them out, you don’t know where they are exactly, so it takes time and effort to figure it out.
Defragmentation of your drives is necessary to put all of the files in the right order, so they don’t take unneeded space and the computer doesn’t waste priceless time searching for them.The drives must be at least 15%  free to defragment them properly. It may take some time, but it’s worth it.
Start > All Programs > Accessories > System Tools > Disk Defragmenter.
Defragment every partition.
How to make Windows XP run a little bit faster
How to make Windows XP run a little bit faster
STEP 7: Emptying the Prefetcher folder occasionally and periodically improves performance.
Start > Run. Type ‘prefetch’. Select and delete all files.
How to make Windows XP run a little bit faster
How to make Windows XP run a little bit faster
STEP 8: Another thing you need to do repeatedly is deleting the temporary files.
Short way to do this is: Start > Run. Type ‘%temp%’, select and delete all files.
How to make Windows XP run a little bit faster
How to make Windows XP run a little bit faster
 
GIGA Computers | © 2010