Categories
How To Article Website Design

Facebook Type Loading Effect – CSS3

Facebook Type Loading Effect – CSS3 In this tutorial we will show you Facebook Type Loading Effect – CSS3.Here we are using CSS3 to accomplish this.It Give us a awesome loading effect, it is kind of same what facebook is using for loading effect. HTML: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Facebook Type Loading Effect</title> <link href="Style.css" […]

Categories
Asp, Asp.net

How To Generate Random Numbers In Asp.Net

How To Generate Random Numbers In Asp.Net In this tutorial we will let you know How To Generate Random Numbers In Asp.Net.Here we will demonstrate two methods for this.On first we are generating only random numbers, on second method we are generating number with alphabet.This is a very simple approach. Design View: <%@ Page Language="C#" AutoEventWireup="true" […]

Categories
Website Design

Animated Tabs With CSS3

Animated Tabs With CSS3 In this tutorial i will let you know guys, how to create Animated Tabs With CSS3.Here we are using Javascript and CSS3 for this. HTML: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title>Animated Tabs with CSS3</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="Animated Tabs with CSS3" […]

Categories
Wordpress

How To Secure Your WordPress Blog

How To Secure Your WordPress Blog In this tutorial we will guide you through that How To Secure Your WordPress Blog.You just have to follow a few simple steps, that will help you out in securing your blog. Secure your wp-config.php file Of all the files on your WordPress, wp-config.php is most important because it contains the password […]