Start 301 Redirect Using ASP .NET
Just add the code to the page or script
ASP:
- <script runat=”server”>
- private void Page_Load(object sender, System.EventArgs e)
- {
- Re..
List of Free Open Source Ecommerce Software
LinkedIn Reaches 70 Million Users
LinkedIn, the professional social networking website has gained 70 million members, according to the information listed on the home page. During Feb..
Yahoo Mail Has Configured New Sign-In Page
Yahoo! Mail is configured with a new email sign-in page which is looking very different and much more functional than the previous one. Other pages ..
Tips to Create Website Wireframes
Focus of website wireframes
Website wireframe is a simple drawing that displays the structure of elements on the web page. It helps to save time by..
How to Do 301 Redirect Using ASP
Add the code to the web page or script
ASP Code
- <%@ Language=VBScript %>
- <%
- Response.Status=”301 Moved Permanently”
- Response.AddHea..
Define Website Wireframes and Its Uses
Website wireframe is a basic visual guide used in interface design to configure the structure of the website and its interaction between the pages. ..
Try Some Successful Internet Marketing Trends
1. Internet Marketing
Internet marketing refers to i-marketing, web marketing strategies and techniques applied on the internet to support the orga..
Thoughtsite, Google’s Opensource App Engine Application
Google has released an open source App engine application building and hosting service named “Thoughtsite”. Thoughtsite is a discussion forum that p..
Do 301 Redirect Using JSP/JAVA
Add this code to the site page or script
Java:
<%
response.setStatus(301);
response.setHeader( “Location”, “https://blazedev.abrandr.in” );
r..