Categories
Asp, Asp.net Javascript Website Design

Image Preview Before Upload Using jQuery

Image Preview Before Upload Using jQuery In this tutorial we will learn how to show Image Preview Before Upload Using jQuery. Here we are using jQuery to accomplish this. Design: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Image Preview Before Upload Using jQuery</title> <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.js"></script> <script type="text/javascript"> function showimagepreview(input) […]

Categories
Javascript Website Design

How To Disable Right Click Using jQuery

How To Disable Right Click Using jQuery In this post we will learn How To Disable Right Click Using jQuery.Online their are many codes available to disable right click using JavaScript but jQuery makes very easy to disable right click.For this you just have add the below given code into head section of your page. Code: […]

Categories
Website Design

Amazing Neon Text Effect With CSS3

Amazing Neon Text Effect With CSS3 In this post we will discuss how to create an Amazing Neon Text Effect With CSS3.We are using CSS3 to achieve this.To create neon effect with the help of css3 we are using text-shadow attribute. Code: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Amazing Neon Text Effect With CSS3</title> <style type="text/css"> body […]

Categories
Javascript Website Design

HTML5 AJAX Responsive Contact Form With Google Maps

HTML5 AJAX Responsive Contact Form With Google Maps In this post we will discuss how to create a HTML5 AJAX Responsive Contact Form With Google Maps.I am using PHP as back end technology but you can use what ever you want. We are doing form validation in both HTML5 as well as jQuery(JavaScript) level but if you want you […]