content top

Flo Fusion Fitness

Flo Fusion Fitness

In my latest adventure comes another website that I created for Flo Fusion Fitness. Train like an Olympian… flofusionfitness.com

Read More

Drop-down to Anchor or URL

Drop-down to Anchor or URL

I wanted to figure out a way to have a simple drop-down menu that brought the user directly to an Anchor that I placed within my web page. You can easily replace the Anchor link with a URL. <script language="JavaScript"> function goto(form) { var index=form.select.selectedIndex if (form.select.options[index].value != "0")...

Read More

CSS Basic Template

CSS Basic Template

Here’s a basic CSS template that you can use. There’s a header, a footer, a left side and a right side. You need to create an index.html and mystyle.css file. Place them in the same directory. index.html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html...

Read More

Google: Web Fonts

Google: Web Fonts

Are you still limiting the type of font on your webpage? Let me introduce you to Google Web Fonts. http://www.google.com/webfonts There are three simple steps to follow. 1) Choose your font 2) Add the font API code between <head></head> 3) Add CSS code I went ahead and choose Stardos Stencil for this example. I added the following code between <head></head>. <link...

Read More

Eye Drawing

Eye Drawing

I never thought that I’d draw anything in my life, but I decided today to pick up a pencil and try to draw an eye. I think it turned out pretty good considering I have never drawn a thing in my life. I hope I can make the time to draw more in the future. I have a whole new respect for people that can draw. This is definitely a work in progress.   My first eye attempt:   My second eye...

Read More

YouTube Embed – iPhone & iPad Problem

Have you noticed a big black border around your videos when you embed them into your website and are viewing them on an iPhone or iPad device? So have I. This seems to be an HTML5 issue when being viewed only on mobile Safari browsers. Again, you will only notice the difference when viewed with an iPhone or iPad device. It will look normal otherwise.   NEW Code: <iframe title=”YouTube video player”...

Read More
Page 1 of 3123
content top