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
No Comments »
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 »