Chris Walker -

Build a LAMP Server on Ubuntu 14.04 Desktop

Build a LAMP Server on Ubuntu 14.04 Desktop

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

How To Change Your Search Engine

How To Change Your Search Engine

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

Animate GIF images in GIMP

Animate GIF images in GIMP

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

CSS Exercise: Create neon effect on text and other html

CSS Exercise: Create neon effect on text and other html

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

Javascript Switch Statement

Javascript Switch Statement

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

Hack Local Windows 8 Passwords

Hack Local Windows 8 Passwords

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

Using Google Image Search to catch scammers on social media

Using Google Image Search to catch scammers on social media

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

Windows 8: Make a keyboard shortcut

Windows 8: Make a keyboard shortcut

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 an image gallery using jQuery

Build an image gallery using jQuery

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

Install LAMP on Ubuntu Desktop

Install LAMP on Ubuntu Desktop

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

Google Authorship, the lazy way

Google Authorship, the lazy way

Google rich snippets can link your website or blog to your Google+ profile. WordPress and other CMS (Content Management Systems) are not often optimized for Google+ authorship. There can be a couple of things that may hold you back when trying to implemen...

From Chris Walker

How To Clean A Computer Before PC Repair

How To Clean A Computer Before PC Repair

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

Make Image Backgrounds Transparent (With GIMP!)

Make Image Backgrounds Transparent (With GIMP!)

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

Image Resize with GIMP

Image Resize with GIMP

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 3.6: Static Pages

WordPress 3.6: Static Pages

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

slideToggle jQuery Mobile Menu

slideToggle jQuery Mobile Menu

This video tutorial shows how you can make a mobile menu with the jQuery slideToggle function. It's a pretty basic process. It has minimal CSS (Cascading Style Sheets) and HTML (HyperText Markup Language) so you can style it yourself. This shows how to hi...

From Chris Walker

WordPress 3.6: How To Post

WordPress 3.6: How To Post

Learn how to post in WordPress 3.6 with this video tutorial. WordPress is a popular content management system (CMS). It allows you to create content without having to worry about learning a lot of web design. It's a lot like getting a template and modifyi...

From Chris Walker

Google voice search: set timer

Google voice search: set timer

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

Horizontal jQuery Accordion

Horizontal jQuery Accordion

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

Simple jQuery accordion example

Simple jQuery accordion example

Simple jQuery accordions are easy to make with this video tutorial. Learn by example to create a collapsible biography page on websites. Place a lot of information on one page without taking up a lot of area. It's a pretty simple design with minimal CSS. ...

From Chris Walker

jQuery Mobile Menu

jQuery Mobile Menu

This video tutorial shows how to create a jQuery mobile menu for your website. jQuery is a framework designed to make writing JavaScript easier. It's also written to work across several browsers. That means that you also have to write a lot less JavaScri...

From Chris Walker

CSS Dropdown Menu

CSS Dropdown Menu

Create Dropdown Menus with just HTML and CSS by following this video software tutorial. All you need is a text editor and browser. You don't even need a server to server the page. This is best for desktop navigation. It works on all versions of Internet E...

From Chris Walker

JavaScript: Ternary Operator

JavaScript: Ternary Operator

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 if  else statement

Javascript if else statement

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

Import from Tumblr to WordPress

Import from Tumblr to WordPress

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 Object Constructors

JavaScript Object Constructors

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

JavaScript Variables

JavaScript Variables

This JavaScript Video Tutorial shows how to use variables. Variables are place holders for information. It is possible to assign a variable a value of any data type in JavaScript. The variable then assumes the same methods and properties of that data type...

From Chris Walker

JavaScript Booleans

JavaScript Booleans

Video tutorial on JavaScript booleans. Booleans are a binary value. They equate to either true or false. That's a complex as they get. They are great for storing simple yes or no questions like whether someone is subscribed to your newsletter. Even variab...

From Chris Walker

Favicon Icon For Your Website

Favicon Icon For Your Website

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

JavaScript Arrays

JavaScript Arrays

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

Design WordPress Themes: Coil Binding

Design WordPress Themes: Coil Binding

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

JavaScript Numbers

JavaScript Numbers

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

JavaScript strings

JavaScript strings

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

JavaScript Comments

JavaScript Comments

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

What is JavaScript?

What is JavaScript?

JavaScript is a client-sided scripting language. It is a programming language that is performed by a browser to add extra functionality to a web page. It is primarily used by web browsers. This is just a beginning tutorial showing how to embed JavaScript ...

From Chris Walker

CSS how to: image sprites

CSS how to: image sprites

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

I use a proxy server now. Proxies are cool.

I use a proxy server now. Proxies are cool.

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

CSS how to: white-space

CSS how to: white-space

White-space property in CSS defines how white space should be treated in your HTML. There are several values available. normal: this will delete all extra white space and and line breaks. Unless a break tag or another HTML element is used. inherit: This ...

From Chris Walker

CSS how to: vertical-align

CSS how to: vertical-align

vertical-align is a CSS property that aligns text according to the line height. It can move text up or down to it's relative position. There are several options available. It works best when you have smaller text inside a paragraph of larger text. text-to...

From Chris Walker

CSS how to: text-transform

CSS how to: text-transform

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

CSS how to: text-shadow

CSS how to: text-shadow

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

CSS how to: text-indent

CSS how to: text-indent

text-indent property in CSS will allow you to indent the first line of text HTML elements. It's great with paragraphs. You can use positive or negative numbers. the measurements available are in (inches) mm (millimeters) cm (centimeters) pt (point or 1/72...

From Chris Walker

CSS how to: text-decoration

CSS how to: text-decoration

text-decoration property in CSS allows you to change the way text appears on a website. Several options are available with cascading style sheets. overline: Places a line above the text underline: Underline all the text line-through: Works similar to the ...

From Chris Walker

CSS How To: text-align

CSS How To: text-align

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

CSS How to: pseudo-elements and text

CSS How to: pseudo-elements and text

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 how to: tables

CSS how to: tables

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

CSS how to: position

CSS how to: position

Position property in CSS will place HTML elements on a web page in specific areas. position inherit: causes the HTML element to inherit the property from its parent item position static: puts the element in the normal flow of the web page position relativ...

From Chris Walker

improve Google Adsense relevancy

improve Google Adsense relevancy

This video tutorial shows how to increase relevancy in Google Adsense. Google has two tags that focus adsense to the content of your page. This means that it will rank those sections higher and all other sections lower. Since This causes Google Adsense to...

From Chris Walker

Latest Searched Keywords

how to switch disc drives for the xbox 360 , how to change disc drive in itunes , how to remove windows 7 product key from registry , how to get rid of windows 7 product key , change language windows 7 home premium oem english to spanish , how to access sound card settings , how to check sound card settings , how to reset sound card settings , how to access sound card settings windows 8 , how to access sound card settings windows xp , how to restore sound card settings , how to remove ceramic tile from wood floor , how to remove ceramic tile adhesive from wood floor , how to remove ceramic tile glue from wood floor , how to remove ceramic tile adhesive from wooden floor , fixing ceramic tiles to wood floors , how to remove ceramic tile floor from wood subfloor , fixing ceramic tiles to wooden floors , how to change email in facebook page , how to change email in facebook login , how to change email password in facebook , how to remove latex paint from rubber stair treads , how to convert text to sentence case in excel , how to change text to proper case in excel 2010 , how to change text to proper case in excel 2007 , how to convert text to proper case in excel , how to change text from uppercase to title case in excel , how to change text into title case in excel , how do i change text to proper case in excel , how do i change text to title case in excel

About Us

  • Privacy Policy
  • DMCA
  • Contact
© 2017 Howtodosite.com - Sitemap - csitemap - chsitemap