Skip to content

Instantly share code, notes, and snippets.

View Shaz3e's full-sized avatar

Shahrukh A. Khan Shaz3e

View GitHub Profile
@Shaz3e
Shaz3e / Create Data URI’s
Created July 4, 2015 22:15
Create Data URI’s
Data URI’s can be useful for embedding images into HTML/CSS/JS to save on HTTP requests. The following function will create a Data URI based on $file for easier embedding.
@Shaz3e
Shaz3e / Auto convert URL into clickable hyperlink
Created July 4, 2015 22:14
Auto convert URL into clickable hyperlink
@Shaz3e
Shaz3e / Find All Links on a Page
Created July 4, 2015 22:13
Find All Links on a Page
@Shaz3e
Shaz3e / Extract keywords from a webpage
Created July 4, 2015 22:13
Extract keywords from a webpage
The title said it all: A great code snippet to easily extract meta keywords from any webpage.
@Shaz3e
Shaz3e / Find out if your email has been read
Last active August 29, 2015 14:24
Find out if your email has been read
When sending emails, you might want to be able to find out if your email has been read. Here’s a very interesting snippet which log the IP address which read your email, as well as the actual date and time.
@Shaz3e
Shaz3e / How to Create an HTML-PHP Contact Form – Processing Form Data with PHP.md
Last active August 29, 2015 14:08
How to Create an HTML-PHP Contact Form – Processing Form Data with PHP.md

How to Create an HTML/PHP Contact Form – Processing Form Data with PHP

The Idea behind it this can be done with HTML page which requires separate PHP file to process HTML form so let's get started with the simple HTML form but before we dive into it please keep in mind this requires a live web server to work in the end of tutorial you can find the downloadable files to make the necessary changes and you are ready to go with it. read the complete article here

###Many applications require a MySQL table of all the countries in the world and their corresponding country codes, but compiling that manually would be a bit of a chore!

Copy the contents of the countries.sql into the 'Contents' tab in phpMyAdmin, or use the 'Import' tab to upload the file directly. See 'next' link below for importing via command line.

@Shaz3e
Shaz3e / Readme.md
Last active August 29, 2015 14:01
Rotated & Scaled Images on Hover

Rotated & Scaled Images on Hover

Live Demonstration at Codepen

Created by: Shaz3e

##CSS Ellipsis Horizontal and Vertical ###Limit your character with ellipsis

Created by Shaz3e

@Shaz3e
Shaz3e / Header Refresh.markdown
Last active August 29, 2015 14:00
Header Refresh

##Header Refresh This will help you to redirect created by Shaz3e