Posts

Showing posts from September, 2018

BUILD A PHP CALCULATOR

<!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <meta http-equiv="X-UA-Compatible" content="ie=edge">     <title>PHP Course</title> </head>     <style>         h1{             color:teal;             font-weight: bold;         }          .container{             width:400px;             background-color: aqua;             padding: 10px;         }         .first input{             display: block;         }         .answer{             border: 1px solid teal;             padding: 10px;             font-size: 16px;             width:170px;             margin-top: 10px;             text-align: center;             background: #f0f0f0;         }         .number{             padding:10px;             font-size: 15px;         }         .btn{    

Video of the day

Image
Music video by Shatta Wale performing "Thunder Fire". Music video directed by Sire Choppenson. (C) 2018. Zylofon Music / Shatta Movement Empire

Picture of the day

Image

Funny Pictures

Image

How To Create a Loader-HTML & CSS Loader

Image
COPY CODE <!DOCTYPE html> <html> <head> <title>Loader</title> <style> .loader{ border:16px solid black; border-top:16px solid red; border-radius:50%; width:120px; height:120px; animation:spin 2s linear infinite; } @keyframes spin{ 0%{transform:rotate(0deg);} 100%{transform:rotate(360deg);} } </style> </head> <body> <div class="loader"></div> </body> </html> RESULT BELOW Loader

How to create Vertical Navigation Bar Using html and css

Image
COPY THE CODE <!DOCTYPE html> <html> <head> <style> ul{ list-style-type:none; margin:0; padding:0; width:200px; background-color:red; text-transform:uppercase; } li>a{ display:block; color:black; padding:8px 17px; text-decoration:none; } li>a:hover{ background-color:#555; color:white; } </style> </head> <body> <h2>How to create Vertical Navigation Bar</h2> <ul>   <li><a href="#home">Home</a></li>   <li><a href="#news">News</a></li>   <li><a href="#contact">Facebook</a></li>   <li><a href="#about">Youtube</a></li> </ul> </body> </html>

HOW TO CREATE FACEBOOK LIKE BUTTON USING HTML5,CSS & JAVASCRIPT

Image
<!DOCTYPE html> <html> <head> <title>oston</title> <script type="text/javascript"> var likes =0; function like(){ document.getElementById("show").innerHTML=likes; likes=likes+1; } </script> <style type="text/css"> #button {     background-color: #4CAF50;     border: none;     color: white;     padding: 15px 32px;     text-align: center;     text-decoration: none;     display: inline-block;     font-size: 16px;     margin: 4px 2px;     cursor: pointer; } </style> </head> <body> <button id="button" onclick="like()">LIKE</button> <p type="text" style="color:blue;"id="show"></p> <h2>LIKES</h2> </body> </html> CLICK HERE TO SEE THE REACTION: 2 LIKE LIKES

Wicked Game Ever

Image
In Technology world, I quesss we all have our field that interest us all. This is for the Gamers, Imagine Playing a game that is mean for losers. Lol i can say much but what i can say is that the developers must be arrested for causing such Mental Harrasment. Awesome game tho. For download link please send me email at richardtwumgh@gmail.com

FREE WEB HOSTING THAT PAYS

Image
Free cPanel Web Hosting with PHP5/Mysql - no advertising! Register now:  https://www.000webhost.com/1089525.html We can offer you a free web hosting package packed with advanced features for hosting & building professional dynamic websites. We provide secure free web space with all the web hosting tools you could possibly ever need. Our package includes: - 1500 MB of Disk Space, 100 GB Bandwidth  - Host your own domain (https://www.yourdomain.com) - cPanel Powered Hosting (you will love it) - Over 500 website templates ready to download - Easy to use website builder - Free POP3 Email Box with Webmail access - FTP and Web based File Manager  - PHP, MySQL, Perl, CGI, Ruby. - And many more.. Click here to visit us:  https://www.000webhost.com/1089525.html

Hack Android Pattern Lock

Image
METHOD I Solution For Everyone With Recovery (Cwm, Twrp, Xrec,Etc…) Installed: INSTRUCTIONS: 1. Download this zip Pattern Password Disable (Download from attachments) on to your sdcard (using your PC, as you cant get into your phone, right ) 2. Insert the sdcard into your phone 3. Reboot into recovery mode 4. Flash the zip 5. Reboot 6. Done! Note:  If You See The Gesture Pattern Grid Or Password After Restarting, Don’t Worry. Just Try Any Random Pattern Or Password And it Should Unlock. METHOD 2 Solution For Everyone Without Recovery Installed – ADB: What You Need: =>A computer running a Linux distro or Windows+Cygwin =>USB cable to connect your phone to the PC =>Adb installed How to install adb: 1. Open Terminal 2. Type: “sudo apt-get install android-tools-adb” -> Hit [Enter] 3. Follow the instructions until everything is installed. INSTRUCTIONS: 1. Connect you (turned on) Phone to the Computer via USB. 2. Open a terminal windo

Create Fake File in Window PC in Any Size and Any Format

Image
In Windows PC, there are many commands and Hidden features that we don’t know. In this post, I tell you How can you make a fake file of any size in any format. From this Windows Trick, you can make fake music file, documents file, movie file, audio file in any size whatever you want. Benefits of this Tricks: 1. You can make any type of file at any size in just seconds. 2. Troll your friends. 3. Fill any empty Pendrive in just seconds. So how this work This Window trick work on Windows Command names FSUTIL. Fsutil is command line utility, this command provides some technical information of disk drives. Create Fake File at any Size and any format without any software in Windows 1. Press windows button and type cmd, Select cmd.ex and right click on it Run as administrator. 2. Type fustil command and see below for example. fsutil file createnew C:spyboy.mp4 500000000 change “spyboy” with your file name change”.mp4″ with your file extension change “50000000” w

Top 10 Most Popular Programming Languages in 2018

Image
Here you will know about the most popular programming languages in 2018. Every year a survey is done among the developers and shared on stackoverflow. This year the survey was done among 100,000 developers and on the basis of that I am sharing the list of famous programming technologies. Top 10 Most Popular Programming Languages in 2018 In this list JavaScript is the most used programming language and maintaining this position from last 5 years. Being one of the fastest growing language, popularity of python is increasing day by day. This year python outranked c#, last year it outranked php. You can learn more about the survey here  https://insights.stackoverflow.com/survey/2018/ Comment down below what is your favorite programming language. Do share the article with you friends.

15 Facts That Only Programmers Know And Most People Don’t

Image
Hello Friends, I am back with another interesting article. Here I am sharing some true geeky facts that only programmers know and most of the people don’t. I found these facts at Quora ( Source ). If you know about more such facts than please mention it in the comments, I will be so happy to add it to this list. Please do share if you will like this article!  15 Facts That Only Programmers Know And Most People Don’t The root is at the top of the tree. Counting starts from zero, not one. A parent may kill its children if the task assigned to them is no longer needed. Most of the hacking scenes in movies are complete bullshit. When you format your hard drive, the files are not deleted. That ‘=’ != ‘==’. That Windows desktop’s “Refresh” button is not some magical tool which keeps your computer healthy. That 1 Mbps and 1 MBps internet connection don’t mean the same thing. The value of a semicolon ; “|” key is not useless. A programmer is one wh