Add Table Borders Using HTML5
Friday, November 21 2014
Add Table Borders Using HTML5: Overview This blog post shows how to add table borders using HTML5 code. By default, tables that you create do not have visible borders (a line around the table that visually defines the table). Borders can help to make your table stand out more and adds visual interest. To
No Comments
SQL Training: Using SQL in Access 2013
Monday, June 23 2014
The SQL training “Mastering Introductory SQL Made Easy™ v.1.0” discusses SQL in Access 2013. Access 2013 is a RDBMS that creates self-contained databases and provides visual tools to allow users to make relational databases without the need for SQL. As such, there are few places to use SQL in Access.
- Published in Access 2013, Latest, Microsoft, Office 2013, SQL
CSS 3 and HTML5 Training: Creating Backgrounds in CSS
Tuesday, June 03 2014
In this post, we will discuss creating backgrounds in CSS using color, images, and fixed images. Need more CSS3 and HTML5 training? Click here for the complete tutorial. Colors To set the background color in your webpage you want to use the BACKGROUND-COLOR property. Like other color selection
WordPress Tutorial: How to Create a Post in WordPress
Tuesday, May 20 2014
Posts vs. Pages In WordPress, there are two main types of content you can publish – posts and pages. It’s important to understand the key differences between them prior to setting up the structure of your site and creating content. Posts consist of content such as articles, news stories and opinion pieces. Posts are listed
SQL Training: Using the CREATE VIEW Statement in SQL- Structured Query Language for Databases
Tuesday, May 13 2014
Need training for SQL? Click here for the complete video training. About Views A view is a virtual table that is based on the results of a SELECT statement. They are very much like the result set of a query. They always display the most recent data from