Category Archives: Website Design

Adding animation to your CSS menus

As mentioned in an earlier post, one of the best ways to benefit your SEO is by using a text menu created in a list and formatted with CSS. This allowed for some basic roll over changes such as colour, … Continue reading

Posted in HTML tricks, Search Engine, Website Design | Tagged , , , , , , , , , , , , , , , , , | Leave a comment

Facebook iFrame Reveal

In the past, if you wanted to create a custom Facebook page you could use FBML, which is a code very similar to HTML. One of my favorite features with FBML was the reveal. What the reveal achieved was displaying … Continue reading

Posted in Facebook, PHP, Social Media, Social Media Marketing | Tagged , , , , , , , , , | Leave a comment

3 level CSS menu – best for on page optimization

As described in an earlier post, text based menus are best for SEO purposes. If you are looking for a simpler menu or want to read about the benefits of a CSS menu, please visit our previous post here. This … Continue reading

Posted in HTML tricks, Search Engine | Tagged , , , , , , , , , , , , , | Leave a comment

Static Photo Background

I was recently designing a webpage for a photographer who had a special picture he wanted as his background. He wanted this picture to be static and not moving, even though he wanted the text and other content to scroll. … Continue reading

Posted in HTML tricks | Tagged , , , , , , , | Leave a comment

On Page Optimization of your page’s menu…

**Please note that quotations used in this article may pose a problem when copying and pasting code. Please make sure you check all quotations before posting comments. Thanks. The menu or “nav bar” is perhaps one of the most overlooked … Continue reading

Posted in Website Design | Tagged , , , , , , | Leave a comment

Email form – simple PHP – PHP side part 2

Now that we have explained to you how to prepared the email to be sent, we have to tell the server what to do. Step 2. So lets start by saying IF the submit button was pressed, than do everything … Continue reading

Posted in PHP, Website Design | Tagged , , , , , | 1 Comment

Email form – simple PHP – PHP side part 1

Next is the PHP side – which is a little more complicated but still pretty easy to understand. We are going to break it up into 2 steps. Step one will be preparing the information gathered from the HTML form … Continue reading

Posted in PHP, Website Design | Tagged , , , , , | 2 Comments

Email form – simple PHP – HTML side

One of the main goals of your website design SHOULD be to make it as easy as possible for your customers to contact you. Sure you have your email address and phone number clearly displayed, perhaps your email is even … Continue reading

Posted in PHP, Website Design | Tagged , , , , , , , | Leave a comment