content top
you are browsing category: Coding 3 Web Design Tips to Help You Sell...
3 Web Design Tips to Help You Sell
You can increase your share of mouse clicks when you put enough attention to web design. However, having brilliant content or amazing products is not enough. Site traffic dwindles when users find it difficult to visit and navigate your website. Countless products...
View the Full Article Here
How CSS Makes Your Site Google-Friendly...
How CSS Makes Your Site Google-Friendly
Cascading Style Sheets (CSS) is a simple and convenient tool for web developers. CSS allows developers to separate the aesthetic elements of a page including color, fonts, and layout, from the page’s content such as body text and images. Separating content...
View the Full Article Here
ASP Date Formats and Functions...
ASP Date Formats and Functions
Here are some useful code snippets for ASP dates. 1/21/2001 <%= FormatDateTime(theDate) %> Sunday, January 21, 2001 <%= FormatDateTime(Date, 1) %> Time: 5:53:39 PM <%= FormatDateTime(Now, 4) %> 1/21/2001 5:53:39 PM <%= FormatDateTime(Now)...
View the Full Article Here
ASP 301 Redirect...
ASP 301 Redirect
A “301 redirect” is more commonly called a “301 moved permanently” status. It tells a visitor or search engine that the page has been moved elsewhere and no longer exists in its previous place but has been moved somewhere else. You...
View the Full Article Here