Tips, Solutions and Advice for Web Developers
This area of the website is designed to help developers with problems they may be encountering by sharing previous
problems we have encountered and their solutions. This area will currently be broken into four areas: HTML, CSS,
ASP.Net and Miscellaneous with more areas to follow depending on its popularity.
-
HTML (Hyper Text Mark-up Language
HTML is used a language used to describe information, for example documents and their structure, tables
and locations of files and images, plus much more. HTML can be conbined with specific Cascading Style Sheets
which are used to format information in HTML, this combination can be used to create websites such as this.
-
CSS (Cascading Style Sheets)
CSS provides web developers with a technology to style information held in HTML pages, this section provides
tips and tricks for obtaining specific styles.
-
ASP.Net
ASP.Net is known as a 'Server Side' technology, it provides website developers with the power to dynamically
create websites based upon user actions. Used to its best effect, ASP.Net is able to create unique, interactive
websites for its visitors.