L.O.F.O

Just Another Code Monkey

A Simple PHP Contact Form

| Comments

When you need user to send feedback to your email, you can use contact form. In this tutorial you’ll learn how to create contact form with php script.

Overview

In this tutorial, create 2 files
1. contact.php
2. send_contact.php

Steps
1. Create file contact.php.
2. Create file send_contact.php.

3D Text Effect

| Comments

Use multiple text-shadows to create 3D text on any HTML element.No extra HTML, no extra headaches, just awesomesauce.

Works in the latest builds of Safari, Chrome, Firefox, and Opera.

Awesome Social Icon Hover Effect

| Comments

In this tutorial, we take a look at creating one beautiful, yet simple, icon hover effects using CSS3 transitions and transforms.

Icons. They exist everywhere, in all our apps and websites these days, and they all perform important functions. They guide users into various interactions, or send them to external links such as various social media platforms. Icon sprites are commonplace and important from a development standpoint, and allow us to engage users a bit with hover classes. These hover classes have the potential to add a neat layer of interactivity and style to our apps/sites. In this tutorial, I’m going to guide you through one icon hover states, each utilizing CSS3 transitions and transforms, engaging the end users a bit more, and possibly leading to higher click-through rates.

BACK TO TOP