Play youtube Videos in Slow Motion

Play youtube Videos in Slow Motion
YouTube is the third most popular website in the world, after Google and Facebook. Millions of subscriptions happen each day on YouTube, with over 800 million unique users visiting each month. In that timespan, roughly 4 billion hours of video are watched, with 72 hours of video uploaded every single minute.As you can see, YouTube is an immense behemoth of an entity. Its videos are featured on the...

Create Fancy Tables Using css.

Create Fancy Tables Using css.
Use this code for create fancy table. Create a file and paste this code. File name must contain .html format.<!DOCTYPE html> <html> <head> <style> #customers { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; width:100%; border-collapse:collapse; } #customers td, #customers th { font-size:1em; border:1px solid #98bf21; padding:3px 7px 2px 7px; } #customers th { font-size:1.1em;...

[English Story]Butterfly Wings

[English Story]Butterfly Wings
Nazir had been sitting in the park since morning. He was staring at the flowers, they were in full bloom, a welcome sign of the spell cast by spring. These brightly coloured flowers with their heady fragrance were enticing all the tiny creatures who had made their homes in the shrubs, trees, flowers, and grass. Among these creatures, there were butterflies, all with brightly coloured wings, flitting...

Set the color of the borders by css

Set the color of the borders by css
Hello everybody, how are you? Today I have come with the tutorial about how can you add color in the css border. Some days Ago, I have write a tutorial about making css border. You can view it here. Set the style of the border by css In that tutorial we will learn to create deferent css border and in this tutorial we will learn how to set color in border. Okey, now create a file with name border-color.html...

Make your own php image resizer tools.

Make your own php image resizer tools.
Today I am going to share a new php script, by which you can resize your image without croping image. You may know that php is a strong programing language, by using it, you can solve your any problem. Now, Let's start our tutorial. 1st, Create 3 file and 2 folder for this. 3 filesresize.php - the main file of resize image. index.php - for use resize.php style.css - The file for design (css) 2...

How to create captcha image by php

How to create captcha image by php
Hello guys, how are you? May god keep better you at this moment. However, We see the captcha varification in many website.You can create it using php very easily. I have added the php code which will create a captcha image. Let's view the code <?php session_start(); $md5_hash = md5(rand(0,9999)); $security_code = substr($md5_hash, 25, 5); $enc=md5($security_code); $_SESSION['count']...

All necessary trigonometry laws [part-3]

All necessary trigonometry laws [part-3]
Hey guys, how are you? Fine? Then I can start my 3rd part. This is the third part of "All necessary trigonometry laws". In first part, I write 10 laws. Second part I have added 8 laws. If you missed or forget them you can view it again here. All necessary trigonometry laws (part-1). All necessary trigonometry laws (part-2). In this part we will see important twelve laws. If you know this...

Popular Posts

Post Category

Blog Statistics

Now online

Page views
Powered by Blogger.