Often you will need to insert an image into a webpage. This video tutorial will show you how to do it.
Inserting a Graphic into a Webpage was originally found on Access 2 Learn
Often you will need to insert an image into a webpage. This video tutorial will show you how to do it.
Inserting a Graphic into a Webpage was originally found on Access 2 Learn
Assistant Professor
Walter Wimberly is an Assistant Professor at a regional college in Tennessee, teaching Computer Science in the Software Engineering track. He works as a student advisor, oversees curriculum changes, develops new courses, and manages the advisory panel.
Walter taught full time for about 7 years, before going back into “industry” as a full stack Software Developer for a dozen years. There he focused on web based projects coding in JavaScript/jQuery and utilizing the Bootstrap CSS Framework on the front-end, and coding in PHP, ASP/ASP.Net, SQL on the back-end.
Since he loves teaching, he taught as an adjunct web and digital media classes for eight (8) years, while working in industry, and has since returned to teaching full time.
He has been married for over 25 years, and is father to several special needs boys. As such, he is working on some projects to help others who have special needs to be self-sufficient, and support the care givers of those with special needs. Check out his Autism blog for more info.
If you work in the web, you will at some point be asked, and maybe even expected to, perform some SEO for a website you are working on. There are several factors that work into how well your site ranks in the organic search results. Key among them is the content on your site. Key…
In this tutorial we see how to change background images using the CSS pseudo-class :hover. This allows us to create better interactive designs for the styles of our links. CSS Rollovers Changing Background Images was originally found on Access 2 Learn
The 960 Grid System is a well used, and liked, CSS layout framework. This is the second part of a 2 part video series. If you would like to see how to do the initial set up – view the first part of the 960 Grid System here. Set Up a Web Page with the…
When building a site, you want consistency. It helps in the design, and makes it easier to communicate with your intended audience. You might call it repetition. The easiest way to do that is via a template. Now different development environments allow you different methods. WordPress has themes, some content management systems (CMS) call them…
Easing is how the speed of the transition between CSS3 settings occurs. For example, is it linear – where the speed stays the same, or does it easeIn, where it starts slow, and progressively gets faster? There are over 30 different ways to ease into your next transition, and http://easings.net/ has a simple way of…
The description list is slightly “new” to HTML 5. I say new, in that previous to HTML 5, it was called a “definition list” and now it is a description list. The same tags are used, just the name changed. The description list is the least used of the list containers for two reasons. First,…