Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

snow fall effect using pure css

Hi all, Below is an example of snow falling effect using pure css3. in this example I'm just using css animation and change the snow image position - css #snow{ background: none; background-image: url('snow.png'),url('snow2.png'),url('snow

Paypal Create Recurring Payments Profile Working Code

//this code use to deduct amount automatically from buyers account //step1. include paypal.class.php file (find attached file) include_once('paypal.class.php'); $objPaypal = new MyPayPal(); $PayPalMode = 'sandbox'; // sandbox or li

Paypal: Create Recurring Payments Profile Working Code

This code use to deduct amount automatically from paypal buyers account. It is something like advance payment mode. If user agree with automatically deduction when he / she paying through paypal then amount will deduct according to billing period.

How to make slide check box in html using CSS?

Hello Reader's if you are looking for slider design of checkbox then this blog will be helpful to you. Lets see how to make checkbox with slider desing. First we will create the html file and it's code will go like this:- <div> <input

Important Functions You Need To Know When Using Google Sheets

Google Sheets is one of the most powerful spreadsheet solutions available on the cloud today. Apart from offering multiple collaboration options on the Google Drive framework, it also excels in delivering a lot of functionality in the spreadsheet dep

Difference between structure and union in c

h2.cjk { font-family: "Droid Sans Fallback"; }h2.ctl { font-family: "FreeSans"; }td p { margin-bottom: 0cm; }p { margin-bottom: 0.25cm; line-height: 120%; } Structure

Image Blurring Effect Android

Image Blurring Effect Android Here I share my image blurring code. We have to pass the bitmap of the ImageView that we have to blur out and radius should be in integer value 2,4,8.... It returns the Bitmap of blurred image. Now a days we need to

Counting Sort

Hi, This blog is to help you to understand counting sort in easiest manner, counting sort can sort the range in linear time but we have to provide the starting element and last highest element of the range (means elements in the range shou

Make your classroom learning environment interactive with document camera

It’s time for students to back-to-school at this time of the year. It has been several months since students last sat down in a lecture hall or classroom. Mostly, teachers and students have made Zoom, Skype, Google Meet, Teams as parts of their

Crosstab Query Sample

To convert the rows to column in MySQL Sample query: select column1, count((case when (column2 = 'M') then 0 end)) AS `males`, count((case when (column2 = 'F') then 0 end)) AS `females`,count(0) AS `Total` from table_name group by column1

1 5 596
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: