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 […]

Categories
Wordpress

How To Disable HTML In WordPress Comments

How To Disable HTML In WordPress Comments In this tutorial we will explain you How To Disable HTML In WordPress Comments.We are also using WordPress as a blogging option, but sometime we have lots of comments which consist of HTML tags on it.To solve this we just have to put a single line of code on […]