Thursday, July 26, 2012

How To Detect Virus Manually On Windows


Nowadays, viruses becomes a big fear for all over brainware.Not only on windows , the Viruses also attack Mac and Linux too, and of course you know, linux only get small of the effect if it has infected by virus. even thought , you must concern what's the effect for you PC . virus can spread in many method just like spreading from Internet, Regularly  uses flashdrive to copy the file from computer to another computer, or you execute the virus itself.
in this time, i want to share to you how to detect and disable the virus in simple way without using expensive anti virus.

Sunday, July 15, 2012

Do Everything using Windows Live Essential


Windows live Essential Comes with A great Software on it . Today i want to Show how it works. But , i just want to tell you only about Windows Live Mail, Windows Live Writer, Windows Live Movie Maker And Windows Live Photo Gallery. I only use those software for now but for further i want to use Massenger and use Family Safety, since my Little Brother can access internet now. and that's my responsible to take care of him from the bad site.
Get It For Windows 7

Alright then, let's take a look for the first
  • Windows Live Movie Maker And Windows Live Photo Gallery
Photo Gallery is a Photo managment software , you can detect someone face on there and tag it and you can edit your Photo with minimal editing such as Exposure, Color, Noise Reduction.



After that, you can directly upload it to the Youtube, Facebook,  Flickr, Skydrive, Windows Live Groups. that is the online benefit for us. Microsoft  also provide some plugins to make your photo gallery ore usefull, you can search on Photo Gallery Plugins

Live Movie Maker is a minimal Video editing and Creating Video,  It is intended to replace Windows Movie Maker that is currently included in Windows Vista , on windows seven you need to download it first. in windows Live Movie maker , you can create title intro and joint the videos then add the transitions on your video, record from the webcam and Upload directly to Skydrive, Facebook and Youtube.
Get Movie Maker Plugins
See the demo Below


  • Windows Live Mail

Windows live Mail is an Aplication that allow you to Check your mail directly without visiting mail server page. easy To use you only need to set up your Mail setting. 
Windows Live Mail has all of the features of Windows Mail. It also adds the following new features:
  1. Support for Web-based email accounts including
  2. Windows Live Hotmail, Gmail (Google Mail), and Yahoo! Mail Plus, also Aol Mail
  3. A different user interface which matches the other Windows Live "Wave 2" applications. 
  4. Synchronization with Windows Live Contacts
  5. Support for RSS feeds. Notable features include the ability to reply directly via email to the author of an item that appears in an RSS feed, and the ability to aggregate multiple feeds into a single folder. The RSS functionality requires Internet Explorer 7or newer. 
  6. Multi-line message lists. 
  7. Emoticons can be used in emails and other functions. 
  8. In-line spell checking. 
  9. Separate inbox folders for different POP accounts. This is not optional, so it dissatisfied many users who were used to the single inbox. 
  10. Support for sending picture files in emails through the Photo email feature, which uploads pictures to a web-based service and sends the URL and thumbnails in the mail. It can also perform basic photo correction and apply different border effects to pictures. 
  • Windows Live Writer
Windows Live Writer is a desktop blog-publishing application . it has some features such as photo-publishing and map-publishing functionality, and is currently compatible with Windows Live Spaces, SharePoint blogs, Blogger, LiveJournal, TypePad, WordPress, Telligent Community, PBlogs.gr, JournalHome, the MetaWeblog API, the Movable Type API, Blogengine, Squarespace, and all blogs that support RSD (Really Simple Discoverability).
Windows Live Writer introduces the Provider Customization API that enables both rich customization of Windows Live Writer's behavior as well as the opportunity to add new functionality to the product. Currently Windows Live Spaces, WordPress, and TypePad have all taken advantage of this API to expose additional service-specific features within Windows Live Writer.

Wednesday, July 4, 2012

How To Change Blog Owner

A few weeks ago, i felt little confuse with my blog, i have two blogs, http://zulkhams....blogspot.com and http://habibmhz....spot.com. i want to merge the admin of my old crappy blog .I'm Newbie in Blogging world last year till now .
all right here is the method :
first, go to you Blogger Dashboard>> setting>> Basic

then click add Authors
type The Email that you want to set as admin
After that,log out from your blogger , Go to your Email Account and Confirm
Log Out again, use your old account and Change The Option from Authors to be "admin" on your new mail account.
It should be like This
Then, Delete your old Account
Easy Enough :)


Tuesday, July 3, 2012

How To Add Jquery Effect On Drop down Menu

Since every blogger Enchance their blog appeal, CSS3 and JQuery have been trend on them.As we can see , many site have used CSS3 and Jquery for Transition effect , slide effect and many more.
in this Post, i want to guide you, HOW TO APPLY JQUERY EFFECT on your Dropdown menu.

First Open your Template Editor and Expand template widget, then search your Dropdown menu section,
How to find it????
 Just look at the word of your menu and search with that word
Example, my menu has "link Exchange" , i will use that word for search the section

 i will explain the basic of dropdown menu
Alright, see the Contact that's <li> and Google+ , facebook , are on the <ul>
This is the source code of my dropdown menu section
<div style='clear:both;'/>
<div class='span-24'>
<div class='zmh-dropdown-container'>
<ul class='menus zmh-dropdown'>
<li><a href='zulkhamsyahmh.blogspot.com'>Home</a></li>
<li class='dropdown1'><a href='#' rel='nofollow'>Contact</a>
<ul class='sub_navigation1' style='display: none; '>
<li><a href='https://plus.google.com/u/0/102366695907680083909' rel='nofollow'>Google+</a></li>
<li><a href='https://www.facebook.com/zulkhamsyah' rel='nofollow'>Facebook</a></li>
<li><a href='https://twitter.com/ZulkhamsyahMH' rel='nofollow'>Twitter</a></li><li><a href='http://www.linkedin.com/pub/muhammad-h-zulkhamsyah/49/a62/197' rel='nofollow' target='_blank'>LinkedIn</a></li>
<li><a href='http://pinterest.com/zulkhamsyah/' rel='nofollow' target='_blank'>Pinterest</a></li>
</ul>
</li>
<li><a href='http://zulkhamsyahmh.blogspot.com/2012/05/link-exchange.html' target='_blank'>Link Exchange</a></li>
<li><a href='http://zulkhamsyahmh.blogspot.com/p/thank-you-for-donation.html' target='_blank'>Donate Us</a></li>
<li><a href='https://plus.google.com/102366695907680083909/about' rel='nofollow'>About Me</a></li>
</ul>
</div>
</div>
 ok, the blue colored word , add them to your code, do exactly what i do with my code, you only need to add that code inside your code. after That search  <head> and Paste the code below after it.
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js' type='text/javascript'/>
<script type="text/javascript">
  $.noConflict();
  // Code that uses other library's $ can follow here.
</script>
<script type="text/javascript">
       // Wait for the page and all the DOM to be fully loaded

               // Add the 'hover' event listener to our drop down class
$('.dropdown1').hover(function() {
                       // When the event is triggered, grab the current element 'this' and
                       // find it's children '.sub_navigation1' and display/hide them
$(this).find('.sub_navigation1').slideToggle();
});
</script>
Alright, that's all, easy , right??
Next Post, I will write about CSS3 Transition
Please kindly to Comment if you get some problem and Subscribe :)