Wednesday 16 October 2019

windows 8.1 Activator

To activate windows 8.1 simply Follow these steps

Step 1: Copy the code as shown below

@echo off
title Activate Windows 8 / Windows 8.1 ALL versions for FREE!&cls&echo 
============================================================================
&echo #Project: Activating Microsoft software products for FREE without software
&echo
 ============================================================================
&echo.&echo #Supported products:&echo - Windows 8 Core&echo - Windows 8 Core 
Single Language&echo - Windows 8 Professional&echo - Windows 8 Professional N&echo 
- Windows 8 Professional WMC&echo - Windows 8 Enterprise&echo - Windows 8 
Enterprise N&echo - Windows 8.1 Core&echo - Windows 8.1 Core N&echo - Windows 8.1 
Core Single Language&echo - Windows 8.1 Professional&echo - Windows 8.1 
Professional 
N&echo - Windows 8.1 Professional WMC&echo - Windows 8.1 Enterprise&echo - 
Windows 8.1
 Enterprise N&echo.&echo.&echo =========================================
===================================&echo Activating your Windows...&cscript 
//nologo slmgr.vbs /ckms >nul&cscript //nologo slmgr.vbs /upk >nul&cscript 
//nologo slmgr.vbs /cpky >nul&set i=1&wmic os | findstr /I "enterprise" >nul
if %errorlevel% EQU 0 (cscript //nologo slmgr.vbs 
/ipk MHF9N-XY6XB-WVXMC-BTDCT-MKKG7 >nul&cscript //nologo slmgr.vbs 
/ipk TT4HM-HN7YT-62K67-RGRQJ-JFFXW >nul&cscript //nologo slmgr.vbs 
/ipk 32JNW-9KQ84-P47T8-D8GGY-CWCK7 >nul&cscript //nologo slmgr.vbs 
/ipk JMNMF-RHW7P-DMY6X-RF3DR-X2BQT >nul&goto server) else (cscript 
//nologo slmgr.vbs /ipk GCRJD-8NW9H-F2CDX-CCM8D-9D6T9 >nul&cscript 
//nologo slmgr.vbs /ipk HMCNV-VVBFX-7HMBH-CTY9B-B4FXY >nul&cscript 
//nologo slmgr.vbs /ipk NG4HW-VH26C-733KW-K6F98-J8CK4 >nul&cscript 
//nologo slmgr.vbs /ipk XCVCF-2NXM9-723PB-MHCB7-2RYQQ >nul&cscript 
//nologo slmgr.vbs /ipk BN3D2-R7TKB-3YPBD-8DRP2-27GG4 >nul&cscript 
//nologo slmgr.vbs /ipk 2WN2H-YGCQR-KFX6K-CD6TF-84YXQ >nul&cscript 
//nologo slmgr.vbs /ipk GNBB8-YVD74-QJHX6-27H4K-8QHDG >nul&cscript 
//nologo slmgr.vbs /ipk M9Q9P-WNJJT-6PXPY-DWX8H-6XWKK >nul&cscript 
//nologo slmgr.vbs /ipk 7B9N3-D94CG-YTVHR-QBPX3-RJP64 >nul&cscript 
//nologo slmgr.vbs /ipk BB6NG-PQ82V-VRDPW-8XVD2-V8P66 >nul&cscript 
//nologo slmgr.vbs /ipk 789NJ-TQK6T-6XTH8-J39CJ-J8D3P >nul)
:server
 if %i%==1 set KMS_Sev=kms7.MSGuides.com
if %i%==2 set KMS_Sev=kms8.MSGuides.com
if %i%==3 set KMS_Sev=kms9.MSGuides.com
if %i%==4 goto notsupported
cscript //nologo slmgr.vbs /skms %KMS_Sev%:1688 >nul&echo ==================
==========================================================&echo.&echo.
cscript //nologo slmgr.vbs /ato | find /i "successfully" && (echo.&echo ====
========================================================================
&echo.&echo #My official blog: MSGuides.com&echo.&echo 
#How it works: bit.ly/kms-server&echo.&echo 
#Please feel free to contact me at msguides.com@gmail.com if you have any 
questions or concerns.&echo.&echo #Please consider 
supporting this project: donate.msguides.com&echo #Your support is helping me
 keep my servers running everyday!&echo.&echo ===============================
=============================================
&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 
2 exit)
 || (echo The connection to my KMS server failed! Trying to 
connect to another one... & echo Please wait... & echo. & echo. & 
set /a i+=1 & goto server)
explorer "http://MSGuides.com"&goto halt
:notsupported
echo ==================================================================
==========&echo.&echo Sorry! Your version is not supported.
:halt
pause >nul
 
 
Step 2: Go to desktop and creat a new text file and paste the code 
Step 3: Save as the text file by the name windows.cmd 
Step 4: Now run the file as run as administrator 
Step 5: wait and your windows has been successfully activated 

To view the Product key of your Laptop

To view the product key of any system simply

Go to Run
and type
msinfo32
A windows will pop up showing you all the necessary information regarding the system as shown in the screenshot below.
enjoy

Sunday 18 August 2019

How to Make Your Links Change Color When a Mouse Hovers Over It

a:hover {
    background-color: transparent;
    color: blue !important;
}

To make any object or div not clickable

The pointer-events property allows for control over how HTML elements respond to mouse/touch events – including CSS hover/active states, click/tap events in Javascript, and whether or not the cursor is visible. 

.avoid-clicks {
  pointer-events: none;
}

How to create your own Font icons

Want to create your own font icons just like the icons on this link => http://fontawesome.io/icons/
Simply go to fontastic.me website and create a new free account. Once you’re logged in, click “New Font” in the top menu.
  • Step 2: Export your own icon to SVG file.You need to remember that all icons have to be vector based. You can use any software you want to create new vector files, as long as you can export them into SVG files.
    I usually create all my vector icons in Adobe Illustrator. you can use Photoshop as well. Then, I change it to solid black color and I crop the document to fit the icon:
    Go to “File -> Save as” and choose “SVG” as a file format and click “Save”.
  • Step 3: Import your SVG file to fontastic.me.Once you have your SVG file ready, go to fontastic.me and click “Import Icons” in the top menu. Then choose the file from your hard drive:
  • Step 4: Create a new icon font set.Now you should see your own new icon set created among other free and premium icon sets. You can change the set name and add new icons if you need to:
    Now you can start building your new icon font set by clicking on the icon (it’ll highlight with a yellow border). You can choose as many icons as you want from different icon sets that are available. You can even import other entire icon sets if you have SVG files.
    When you’re done with selecting icons, click the “Customize” tab to see your set. Here you can change individual icon codes and CSS classes.
    Then, click the “Modify font” in the top right corner to change your font name and add a CSS class prefix.
  • Step 5: Download your web font.Now you can click the “Publish” tab and then the “Download” button to get your files. What you get is the entire icon font set in different formats (.eot, .svg, .ttf, .woff) that support all major modern browsers. You can find also a CSS file that has a basic code for you to use.
All you need to do from here is to copy the “fonts” folder to your website project and include the CSS file.
Displaying your icons is as easy as:
<div class=”icon-rainmaker”></div>
If you want to make your icon bigger or change the color:
.icon-rainmaker:before {
 color: #0000ff;
 font-size: 100px;
}
It’s that simple.

How to add gradient to a background

#grad1{
 height :154px;
 background :-webkit-linear-gradient(white, orange);
 background :-o-linear-gradient(white, orange);
 background :linear-gradient(white, orange);
 }

Scroll not working in html

If for some reason scroll is not working in your html file then it probably be the issue related to height which is set auto or hasn’t been set. Below is the example :
<html>
      <head>
      </head>
              <style>

 body{ margin:0; padding:0; overflow:hidden; height:100%}
#container { width:1000px; margin:0 auto;}
.header { width:1000px; height:30px; background-color:#dadada;}
.wrapper{ width:1000px; overflow:scroll; position:relative; height:auto;}

</style>

<body>

<div id="container">

<div class="header">
</div>

<div class="wrapper">
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus porta tortor sed metus. Nam pretium. Sed tempor. Integer ullamcorper, odio quis porttitor sagittis, nisl erat tincidunt massa, eu eleifend eros nibh sollicitudin est. Nulla dignissim. Mauris sollicitudin, arcu id sagittis placerat, tellus mauris egestas felis, eget interdum mi nibh vel lorem. Aliquam egestas hendrerit massa. Suspendisse sed nunc et lacus feugiat hendrerit. Nam cursus euismod augue. Aenean vehicula nisl eu quam luctus adipiscing. Nunc consequat justo pretium orci. Mauris hendrerit fermentum massa. Aenean consectetuer est ut arcu. Aliquam nisl massa, blandit at, accumsan sed, porta vel, metus. Duis fringilla quam ut eros.</p>
                    <p>Sed eu ligula eget eros vulputate tincidunt. Etiam sapien urna, auctor a, viverra sit amet, convallis a, enim. Nullam ut nulla. Nam laoreet massa aliquet tortor. Mauris in quam ut dui bibendum malesuada. Nulla vel erat. Pellentesque metus risus, aliquet eget, eleifend in, ultrices vitae, nisi. Vivamus non nulla. Praesent ac lacus. Donec augue turpis, convallis sed, lacinia et, vestibulum nec, lacus. Suspendisse feugiat semper nunc. Donec nisl elit, varius sed, sodales volutpat, commodo in, elit. Proin ornare hendrerit lectus. Sed non dolor. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Duis suscipit. Mauris egestas tincidunt lectus. Phasellus sed quam et velit laoreet pretium. Nunc metus.</p>
                   
</div>
</div>

</body>
</html>
You will see that in wrapper class height is set to auto making the scroll not to work.
Change it to 400px; and the scroll will work.
the class will be looking like this after changing
.wrapper{ width:1000px; overflow:scroll; position:relative; height:400px;}

To make link appear in same line

<style>
 ul
 {
 dislay:inline;
 }
 </style>

To open link in a new windows

target="blank" after the link

To clear all text infront of a div

<br clear="all" />

To align divs in center

width:950px;

margin: 0 auto;

To create class for paragraphs

p{
 color:blue;
 }
 p.data{
 color:grey;
 }
 <p class="data" > this is a line</p>

Auto align the container

*{
 margin: auto auto;
 }

For making a div to come on front

add this property to the div which you wish to bring on the front
position: relative;
 z-index:100;

SEO (search engin optimisation )

  • Go to google
  • google.com
  • Adwords
  • get sign in
  • tools and analysis
  • keyword planner
  • search
  • for keyword or ad group ideas
  • enter keyword
  • get ideas
  • >>>
  • download plan
  • excel
  • CSV
  • download
  • go to google
  • all in the title:
  • copy name of the idea from CSV excel
  • you will see the
  • competition
  • competition/monthly searches
  • title: primary keywords | secondary keywords | site name
  • description: a site name and primary keywords should be in the first line and secondary keywords should be in the second line
  • keyword: site name, keywords all of them

To break the word at completion

.text area p {
 word-break: initial;
 }

Removing one child from the same class

If btn-row is a class and have 2 sub attributes both named btn-8 and you want to remove one of them this property then comes in handy
.btn-row a:nth-child(2)

 {
    display: none !important;
}

To make Div appear in same line

Add this property to div
.city{

float : left;

margin:5px;

padding:15px;

width:300px;

height:300px;

border:1px solid black;

}
Now go to the line where you div is and add this class like this
<div class=city> this is my div </div>

change the cursor

cursor : default;
cursor :arrow;
cursor: wait;
cursor: help;

Home | About us | Blog ….to make this kind of menu

<style>

#top{

display: inline;
border: 1px solid white;
padding : 0.5em;

}

.b{

border : 1px solid black;
padding : 0.6em;width: 26%;


}

.a:hover{

border: 1px solid white;
background-color :grey;
padding: 0.5em;


}

</style>
<ul class="b">

<li class ="a" id="top"> home </li> &nbsp;|
<li class ="a" id="top"> About us  </li> &nbsp;|
<li class ="a" id="top"> Blog </li> &nbsp;|

</ul>

To add caption to a slider

<img src ".... deownload  ... jpg" alt ="My image" />
here my image will be the caption

To want a style to over come any-other style

Add this to your style so that the priority can be set high for this one
font-size: 20px !important;

To make an image like a sketch in Photoshop

  • Go to photoshop
  • load any image
  • press ctrl + J to make a copy of it
  • now click the button shaped like a half-circle below
  • select hue/saturation
  • make saturation to 0
  • now select layer 1
  • Click the tab where written normally
  • select the color dodge
  • now press ctrl + i to invert the color
  • now go to filter -> blur -> Gaussian blur
  • select the blur accordingly
  • now click the icon on the right size shaped like audio line named as level and set the level accordingly
  • now use the brush tool to make the image more enhanced by changing the opacity to 40 %

Commands

  • For opening cmd
    start -> Run -> cmd
  • registery open
    regedit
  • green color
    color a
  • disk on computerchkdsk
  • Installed driver information
    driverquery
  • monitor port activity
    netstat -a 30
  • recover info from corrupt fiel
    recover filenmae .ext
  • system information
    systeminfo
  • To view directx files
    dxdiag
  • List of all task running on PC
    tasklist
  • To recover a file
    recover
  • scan the computer
    sfc/scannow

Setting up site in Dreamweaver

  • Open Dreamweaver
  • site
  • newsite
  • sitename “any name”
  • local site folder “c:/xampp /htdocs/site”
  • Now on the left side there is written servers
  • click it
  • click +
  • servername “anyname”
  • connection using “local network”
  • serverfolder “c:/xamp/htdocs/site”
  • now go to advance
  • servermodel
  • select phpmysql
  • save

Html Page Syntax

<html>
 <head>
 </head>
 <body>
 h1>this is my heading</h1>
 <p>this is my paragaraph</p>
 </body>
 </html>

Some useful Html knowledge

  • Writing in bold
     <p><strong>writting with bold</strong></p>
  • Writting in italic
     <p><em>writting with italic</em></p>
  • Adding link
     <a href="#">adding a link</a>
  • Adding image
     <img src="/file path over here " />
  • Adding space
     &nbsp;
  • Add >> symbol
     &raquo;
  • Allign the text to center
     text-align : center;
  • Add caption to a slider
     <img src="image link over here" alt="add text for caption over here " />
  • Make border round
     border-radius:20px;
  • Important to know :make the position of header absolute
    make the position of the navigation relative

For adding Short Code in php

<?php echo do_shortcode ("[shortcode]"); ?>
For adding short code in php on only home page
 <?php
 if(is_front_page() || is_home()) {
 echo do_shortcode ("[shortcode]"); }
 ?>

To make images move In Html

  • Insert a table with a coulumn
  • add the specific image or text in that coulomn
  • now before text or image write marquee
  • here is an example
     <marquee>INDERT YOUR IMAGE OR TEXT OVER HERE </marquee>
Falling text effect in html
<marquee style =z-index:2; position: absolute; left:77; top:58; height:438; scrollamount="41" direction="down">
my name is </marquee>
Make your text move from left to right
<marquee behaviour="alternate"> download to click </marquee>

How to link submit button

<form name="form1" method="post" action="sitename" >
 <input type="submit" name="submit" id="submit" value="submit" >