I This video tutorial will show how to turn an Ubuntu 14.04 desktop into a LAMP server. Watch as I install Apache, MySql, and phpMyAdmin to have a test server for building web pages. I also install VSFTP for a FTP server. Finally, I install Webmin for a w...
From Chris Walker
In this video tutorial, learn how to change your search engine provider in Internet Explorer, Firefox, Opera, or Chrome. This is a problem when adware or spyware changes your search provider when you install programs. It even happens with some legitimate ...
From Chris Walker
Want to learn how to make you own animated images when Google's Auto Awesome won't? In this video tutorial, I take four simple images and a program called GIMP (GNU Image Manipulator Program) to make a GIF (Graphics Interchange Format). That GIF is animat...
From Chris Walker
This video shows how to create a neon text effect using just CSS. In this video, I use simple HTML, CSS, Google fonts to create the simple neon effect that you see in the thumbnail. (For the thumbnail, I used 'delius unicase' from Google fonts.)
For the ...
From Chris Walker
Learn how to create a JavaScript Switch statement with this video tutorial. I create a simple script that adds a banner to the top of a webpage that shows a holiday greeting. I use static holidays like Christmas and Thanksgiving, and show how to plan for ...
From Chris Walker
THIS WILL NOT WORK ON LIVE ACCOUNTS. Learn how to hack a local forgotten password on Microsoft Windows 8 with this video tutorial. This video is used on Windows 8.1, but I've done this on Windows 8 as well. The only thing that is required is access to the...
From Chris Walker
Being a nerd causes me to have a suspicion of any pretty girl that talks to me. Being online makes me suspicious of ugly girls that talk to me. (There are no girls on the Internet.) So, when someone like the girl in this photo shows up trying to friend me...
From Chris Walker
Keyboard shortcuts (or hot keys) are extremely useful. They allow you to control programs while never taking your keys off the keyboard. This is very useful when you are a very fast typist. In this video tutorial, I show how to create a keyboard shortcut ...
From Chris Walker
Build a image gallery using jQuery, javascript, CSS, and HTML using this video. This video takes an unordered list in HTML and converts it into a gallery. The photos are displayed in a bunch of small boxes and one large box. The large box displays the fir...
From Chris Walker
When you need a test environment for your web design, this is a great solution. (I can not stress enough that this is not adequate for a production environment, but will work fine for a test environment.) This Ubuntu desktop can host web pages just like a...
From Chris Walker
Are you worried about leaving your computer with a repair shop? Afraid that your private files will appear all over the Internet. In this video, I show how to backup your private data, delete your private data, and restore it when the computer returns usi...
From Chris Walker
Backgrounds on images are a problem with websites. Unless your web page has a white background, that white background on your image is going to clash. In this video tutorial, I show how to remove that background so your page color can show through. Then y...
From Chris Walker
Learn how to resize images with GIMP (GNU Image Manipulator Program). Often when you need to upload an image to your website, it is too large for your website. Or it may be slowing down your website to have such a large file when it is not needed. This vi...
From Chris Walker
WordPress was originally created as blogging software. Most people don't know that it's more than just blogs. You can create a static website using WordPress. This video tutorial shows how to create, delete and move WordPress pages. This means you can run...
From Chris Walker
Google Voice search will set a timer on your browser. Or just type it. If you do this on an Android phone, it will set the alarm as well. Who needs Siri?
http://www.technoblogical.com/web-design/
Providing training since last Tuesday
http://www.technobl...
From Chris Walker
A Horizontal Accordion displays several elements at once. They expland and contract to focus on specific element. In this video tutorial, I use jQuery, HTML and minimal CSS. You can use this in a page design to display several popular posts or pages. Then...
From Chris Walker
Ternary operators have three basic parts. The first part is the condition. The condition goes in parentheses. After a question mark, there is a bit of code to perform if the conditional is true. Then after a colon, you need to place what will happen if th...
From Chris Walker
JavaScript tutorial on how to create an if else conditional statement in JavaScript. You can use this to test for one, two, or more things. In this video tutorial I show how to place it into a web page and use it to dictate background color in CSS. This c...
From Chris Walker
This video tutorial shows how to import posts from Tumblr to WordPress. It shows how to do it on a WordPress.com blog or on a self hosted blog. Self-hosted blogs require a plugin and some extra configuration. On either one, this should save you a lot of w...
From Chris Walker
JavaScript Constructors build objects in JavaScript. Nearly everything in JavaScript is an object. If it isn't an object, it's a property or method on an object. In this video tutorial, you can learn how to build constructor. A constructor builds objects,...
From Chris Walker
How is favicon formed? Favicons are icons to brand your websites. This video tutorial shows how to make them for Internet Explorer, Mozilla Firefox, Chrome, Opera, Android, Apple IOS, and Windows 8 Start Screen. Although, technically those last two aren't...
From Chris Walker
Video tutorial on how to use Arrays in JavaScript. Arrays will store multiple values or objects in one variable. Since an array is an object, you can even store arrays in arrays. Then you may add, remove or even retrieve individual values of a variable. A...
From Chris Walker
Video Tutorial on how to design a website for WordPress. It isn't perfect. However, it is a functioning theme. Fairly impressive since it takes less than two hours to do. It's a live code, so I make lots of mistakes, but I was quite pleased with how it tu...
From Chris Walker
Quick video tutorial about JavaScript numbers. Numbers are pretty straight forward. There is only so much you can do with them. You can add, subtract, multiply, divide, or use a modulo. JavaScript is not very precise with numbers so there is an upper and ...
From Chris Walker
Strings are one of the available object types that come with JavaScript. They can be enclosed in double or single quotes. If you need to include a single or double quote inside of the same, you need to use an escape character ("\").
There is one property...
From Chris Walker
Make a JavaScript comment with this video tutorial. This basic video shows how to leave a single line comment or a multi line comment. It works in an HTML file or an external JS file. It is important to leave comments in your code, because the next person...
From Chris Walker
Image sprites make it possible to use a single image for your entire page. Through the magic of CSS, you can place the image as the background of all the buttons and small little graphics on your website. Then when you use cascading style sheets to positi...
From Chris Walker
DISCLAIMER: Please read the following warning.
The following video tutorial illustrates how to configure your Windows computer to use a proxy server while using Internet Explorer, Firefox, Apple Safari, Opera and Google Chrome. You can utilize all these b...
From Chris Walker
Text transform property in CSS will cause text to appear as either all uppercase, lowercase, or capitalize every word. It also has the values of inherit and none. This is a CSS property for heading tags.
http://www.technoblogical.com/web-design/
Providin...
From Chris Walker
text-shadow creates a shadow behind text. While box-shadow can create a shadow behind any HTML element, text-shadow works only with text. Box shadow will create the shadow around the HTML element as a whole. Today's HTML tutorial video does not work on In...
From Chris Walker
Text-align CSS property decides whether text should appear in an HTML element. You can choose to align it to the left, right, center, or justify. This is a pretty basic property in Cascading Style Sheets, but very important.
http://www.technoblogical.com...
From Chris Walker
Pseudo-elements are a lot like HTML elements but they are used in CSS, so they are a weird mixture of both. There are four available for text are
first-letter: This will apply CSS to the first letter of any HTML element.
first-line: Use different CSS on t...
From Chris Walker
CSS can be used on tables to do a great many things. You shouldn't store in tables what you wouldn't store in a spreadsheet program like Microsoft Office Excel. We used to use tables for styling elements. Now that we have CSS, you should use it to positio...
From Chris Walker