URL Rewriting has been around for over a decade and can be seen at your favorite blog or a popular e-commerce website. However, in the last few years it has been widely used as it can be a great boon to Search Engine Optimization. Whether you want to “clean up” a URL or you want [...]
Filed under: 129 Tips, Coding, Web Design by admin
2 Comments »
There are many reasons a web developer or web designer may need to use a redirect. If you are permanently moving a page, always use a 301 redirect or a permanent redirect.
What’s the difference between a 301 and a 302 redirect?
A 302 redirect is a “temporary” redirect and is the most commonly used redirect. [...]
Filed under: 129 Tips, Coding, Web Design by admin
No Comments »
Here’s a little script that we have used over and over again that will display the version of ASP.net that is running on a web server. This script has been particularly useful when working with virtual hosts.
Copy and paste the following code into a file (example: test.aspx) and upload to the webserver.
<%@ Page Language=”VB” %>
<script runat=”server”>
[...]
Filed under: 129 Tips, Coding by admin
1 Comment »
This method still uses JavaScript, but it is paired with CSS to produce a less annoying and invasive outcome.
1) Develop the content that you would normally open in a pop up.
2) Create a div tag in the “opener” page. Hide the div tag using the visibility and display properties and specify the position property as [...]
Filed under: 129 Tips, Coding by admin
No Comments »
Through a site survey at 129 Web Design & Marketing, our site visitors defined web development and web design. Let us know what you think.
Web Design is typically used to describe the process of designing a graphical representation of content shown in the form of a Web page or a Web site — a collection [...]
Filed under: Coding by admin
No Comments »