Lighten Your Life

Examine each corner of your life and lighten in. Let the light in every way you can. Clear space, both physically, mentally, emotionally and spiritually to run with the flow of spring. This way, when an opportunity appears you will have the light space and the clarity to know exactly what to do with it. And do remember keep smiling ever ........

Flowers and Butterflies

“He said that we belonged together because he was born with a flower and I was born with a butterfly and that flowers and butterflies need each other for survival.”

Love and Flower

Love is like a beautiful flower which I may not touch, but whose fragrance makes the garden a place of delight just the same.

Feelings of Flowe

Perfumes are the feelings of flowers

Flowers and Fear

“Flowers and fear are a lot alike. For one, flowers and fear have a distinct smell, and two, I’m currently trying to grow both in my garden.”

Monday, 12 November 2012

Hotspot Shield Elite ( Krack Here)

Your personal identity is your most valuable asset.
Don`t let the spammers and scammers steal it!


Hotspot Shield Elite masks your IP address to ensure & Protect your Identity . Now U Can Access All the Website which are blocked on your IP . With Hot Spot Sheild your IP Connected to US Servers & You Browse an Unbreachable environment. 
Works on wireless and wired connections alike. 
Provides Unlimited Bandwidth . 
Works on the PC and the Mac, including new operating systems (Windows 7 and Snow Leopard)
Key Features of Hotspot Shield ELITE

  • Dedicated Elite Support-: Email and live chat (In English only)
  • Security-: Secure your internet, make all sites HTTPS safe
  • Malware Protection Plus -: Detects malware, infected, phishing & spam sites
  • Privacy-: Hide your IP and ensure anonymous browsing
  • Ad Free Browsing-: Surf the web ad-free
  • Freedom-Access your favorite sites
  • Malware Protection -: Detects and blocks known malware sites
  • Dedicated Elite Network -: Up to 100% faster browsing

Note:- Please read the file in the download NAMELY 
 " Read Me .txt " to install the crack ...


To Download Elite Crack Please Click DOWNLOAD below




Enjoy & Give Your Comments :P

WinRAR.3.7 Full Corporate Edition ( No Need To Register Just Enjoy )


Compress, Encrypt, Package and Backup with only one utility


















WinRAR the world's most popular compression tool i Have Ever Use . RAR and WinRAR are Windows 8 (TM) compatible, available in over 50 languages in both 32bit and 64bit As You Need So Enjoy With This Winrar Software No need to Register Because its Free n Ever Will Be .


               Here is The Download LINK BELOW



                        
                                        



You LIke This Then Give Your Comments Please  Thnx :) 

Friday, 9 November 2012

Ashampoo® WinOptimizer Crak & registry file


  1. Predictive disk defragmenter
  2. AntiSpy module
  3. Context Menu Manager
  4. Favorites Tab
  5. Improved One-Click Optimizer
  6. More effective Drive Cleaner
  7. More comprehensive Registry Optimizer
  8. Internet Cleaner
  9. Many new Tweaking Tool options

STEP 1 : 

Download latest Ashampoo WinOptimizer from here Free then Go to Step 2 to Register It 
             
  

STEP 2 : 

NOw Download the Registry Key here the libk below

   



  

Step 3 :

After instalation Run the Registry File From Rar File 

Enjoy & remember To thnx :P

Avast internet Security Krack Till 2050

Avast internet Security Krack Till 2050



STEP 1 :

DOWNLOAD THIS VERSOIN OF AVAST ON INTERNET ANWHERE

Avast! Internet Security 7.0.1426 

STEP 2: download the file its have crack inside from the link given blow

           

STEP 3 : First install Avast internet Secutiy on ur System & then follow the pics to install avast Krack on ur system 










Enjoy & do comment thnx !!!!!! 


Monday, 5 November 2012

BISE Board Matric Result online 2012 Part 1 & Part 2


BISE Abbottabad Board online Matric Supply Result 2012 Part 1 & Part 2

Check Your Result by Roll number Here

Enter Your Roll Number 

   Matric Part 1


   Matric Part 2

BISE Abbottabad board online annouce supply Result of 10th  2012

BISE  announced online the Matric Supply 9th and 10th class result 2012 . Matric Exams 2012 of Abbotabad Board were held in March 2012.


Result By Name Here

NOTE :

If  You Cant Find Your Result Enter your Roll Number in Comment box to Get You Result


How To Creat A drop down menu in Blogger


http://streetslite.blogspot.com/


Drop down menu Like my blogger Click to see 

http://streetslite.blogspot.com/


STEP 1:       Sign in Your Blogger Account
                     Go To " Dashboard "
                     Click on " Design "
                     Click on add Gadget
Select a HTML/JavaScript Widget just under the header and paste the following code inside it, the html code is :


 <div id='mbtnavbar'>
          <ul id='mbtnav'>
            <li>
              <a href='#'>Home</a>
            </li>
            <li>
              <a href='#'>About</a>
           </li>
            <li>
              <a href='#'>Contact</a>
            </li>
      <li>
               <a href='#'>Sitemap</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>

          </ul>
        </div>

& click Save & place it where you want to show drop down menu.


STEP 2 :        

Click on " Edit Html " Tab in blogger
NOW find the Code given Blow

    ]]></b:skin>    

After Finding above Code Just above it paste the code given below

/*----- MBT Drop Down Menu ----*/

#mbtnavbar {
    background: #060505;
    width: 960px;
    color: #FFF;
        margin: 0px;
        padding: 0;
        position: relative;
        border-top:0px solid #960100;
        height:35px;
}

#mbtnav {
    margin: 0;
    padding: 0;
}
#mbtnav ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
#mbtnav li {
    list-style: none;
    margin: 0;
    padding: 0;
        border-left:1px solid #333;
        border-right:1px solid #333;
        height:35px;
}
#mbtnav li a, #mbtnav li a:link, #mbtnav li a:visited {
    color: #FFF;
    display: block;
   font:normal 12px Helvetica, sans-serif;    margin: 0;
    padding: 9px 12px 10px 12px;
        text-decoration: none;
       
}
#mbtnav li a:hover, #mbtnav li a:active {
    background: #BF0100;
    color: #FFF;
    display: block;
    text-decoration: none;
        margin: 0;
    padding: 9px 12px 10px 12px;
       
   
       
}
#mbtnav li {
    float: left;
    padding: 0;
}
#mbtnav li ul {
    z-index: 9999;
    position: absolute;
    left: -999em;
    height: auto;
    width: 160px;
    margin: 0;
    padding: 0;
}
#mbtnav li ul a {
    width: 140px;
}
#mbtnav li ul ul {
    margin: -25px 0 0 161px;
}
#mbtnav li:hover ul ul, #mbtnav li:hover ul ul ul, #mbtnav li.sfhover ul ul, #mbtnav li.sfhover ul ul ul {
    left: -999em;
}
#mbtnav li:hover ul, #mbtnav li li:hover ul, #mbtnav li li li:hover ul, #mbtnav li.sfhover ul, #mbtnav li li.sfhover ul, #mbtnav li li li.sfhover ul {
    left: auto;
}
#mbtnav li:hover, #mbtnav li.sfhover {
    position: static;
}
#mbtnav li li a, #mbtnav li li a:link, #mbtnav li li a:visited {
    background: #BF0100;
    width: 120px;
    color: #FFF;
    display: block;
    font:normal 12px Helvetica, sans-serif;
    margin: 0;
    padding: 9px 12px 10px 12px;
        text-decoration: none;
z-index:9999;
border-bottom:1px dotted #333;
   
}
#mbtnav li li a:hover, #mbtnavli li a:active {
    background: #060505;
    color: #FFF;
    display: block;     margin: 0;
    padding: 9px 12px 10px 12px;
        text-decoration: none;
}


Now do the following changes

  1. Change #060505 to change background color of the Main menu
  2. Change  the yellow highlighted text to change font color, size and family
  3. Change #BF0100 to change the background of a tab on mouse hover
  4. Change #BF0100 to change the background color of the drop down menu
  5. Change #060505 to change the background color of drop down menu on mouse hover