Web Development
CategoryStart 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
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 ..
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..
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..
- Online Business
- php development company
- Web Application Development
- Web Development
- Website Maintenance
- web design company in chennai
Web Developer & Designer Work Strategy
A web designer/web developer (or any other type of service provider) is scheduled with a deadline for the projects committed. Completing the project..
How to do 301 Redirect using ColdFusion
Most of the server side scripting language uses 301 redirect in their simple way
Just add this code the ColdFusion page
Code:
- <cfheader sta..
How to Create Simple Drop Down Menu
Web designing and development offers multitude solutions and techniques to create nice drop down menu effect. It’s just a basic and simplest techniq..