How To Create Rounded And Circular Images With Css

rounded and circular images with CSS

In this tutorial, we’ll go over some CSS techniques for rendering circular <img> elements. The main CSS property responsible for the effect is border-radius. Though it’s quite simple to apply the effect to square images, rectangular images will require a little bit more extra work.

Google New reCaptcha using PHP – Are you a Robot?

hero-recaptcha-demo

Today i would like to show you how to implement Google New reCaptcha using PHP. I like the new design it is clean and impressive, hope you will like it. reCaptcha protects your website for spammers and robots, in this post I had implemented new reCaptch API system with HTML login form using PHP. I […]

Sum HTML Textbox Values using JavaScript

Add two textbox values

Here is a small code snippet to sum the values of all textboxes using JavaScript. I wrote it for some functionality and thought to share it with you all. The requirement is simple, whenever user modify the value of a textbox, the fresh sum should be calculated and displayed on the other Textbox. I used […]

JavaScript Auto-filling one field same as other

Often when creating a form on a web page, you need your customers to fill out a field such as a mailing address, as well as a billing address. Instead of having your customers fill out the form twice, you can use JavaScript to copy the form’s data from one field to another. You might […]