Search This Blog

Saturday, April 23, 2016

Test Your Web Site

How does your site score?


Here are a collection of tools that can be used to analyze your web site for validity.

Sorry, it doesn't check for source information reliability.
Readability Test
The readability test analyses a Web page to determine how readable it is.
CSS Analyzer
The CSS analyzer tests for basic accessibility errors such as color contrast and units of measurement.
Luminosity Contrast Ratio Analyzer (Beta)
Tests whether foreground and background colour combinations are sufficient using a new algorithm developed by Trace R&D Center.
Color Contrast Analyzer
The color contrast analyzer tests whether the contrast between the background and the foreground is sufficient.
Image Analyzer
The image analyzer tests Web pages to ensure that images have been specified properly.
Link Analyzer
The link analyzer lists all links on a page with an icon to indicate whether or not the link resolved successfully.
Juicystudio.com:
Quality Assurance


See all Topics

Saturday, April 16, 2016

Automated Newsletter

ASP and HTML


Pre-RSS, the predominate method of communication for members of a like minded group was through an emailed newsletter.

Word actually works fine with mail merge to email, but if you want to combine the data gathering and the distribution in a neat package, take a look at this tutorial.
Step 1 : Create a simple HTML Form where users can insert their email addresses and an ASP page which will receive the Form email address from the HTML page and insert it into the database.

Step 2 : Create a simple Access database to store user's email addresses.

Step 3 : A simple admin ASP page from where you can send email messages to all the users whose email addresses are present in the database.

Step 4 : An ASP page from where the users can delete their email addresses from the database if they later choose to.

Scripts20.com:
An ASP Tutorial to create your own News Letter


See all Topics

Sunday, April 10, 2016

Access-Excel-XML-HTML

Transfer data


XML makes data transferable between applications.
Here is a tutorial with downloadable files.
Some simple guidance of how to transfer data from Excel or Access into HTML web pages using XML data files. VBA programs can be used to export data tables from Excel or Access into simple XML files. There are several examples of using different methods to display the XML and XSL files on web pages in order to quickly share your data with others.


An introduction to Excel and XML data files

 
Also:
Some nice photos and calendar layout:
Monthly calendar with photos


See all Topics