loading comments

IE6 Browser Warning Message

Posted on: July 27, 2009 Categories: CSS, Internet

Recently I’ve been talking about Internet Explorer 6 and how support for it is slowly dropping, and soon we will see it disappear for good, but there are still people that use this browser, whether it by choice or that they are forced to, you have to keep in mind that people will view your site in Internet Explorer 6, but these days it is very hard to get modern CSS 2.1 websites to display 100% in Internet Explorer 6 without hacking your code to hell and back. This small addition to your webpage will display an IE6 specific message to any IE6 user.

Click here to read more…

loading comments

That smiley face on your WordPress Footer?

Posted on: July 26, 2009 Categories: Plugins, Tutorials

Recently I saw a unexpected visitor suddenly appearing on my footer. A unusual guest named smiley, yes really! As I was doing a regular check on browsershots.org to see how my website was displaying in all the main browsers I noticed a random gap after the footer with a small smiley face in the bottom left corner and sure enough I saw it for myself when I checked it out in my internet browser. What was causing the uninivited guest to appear? Read on to find our the cause of this weirdness!

Click here to read more…

loading comments

Margin and Padding Shorthand

Posted on: July 24, 2009 Categories: CSS, Tutorials

One of the most common attributes in CSS are margin and padding, while there use isn’t that big it certainly helps a website’s content look clean and spaced out. Margins create certain amounts of spacing between almost anything on a webpage and can be used to seperate divs. Padding of course is most commonly used to space out divs, paragraphs and general content so everything isn’t jumbled up and wrap up within each other so it is clear to the reader. In this CSS trick you’ll learn how you can save time by using shorthand with your margins and padding.

Click here to read more…

loading comments

Creating a Tabbed Navigation menu

Posted on: July 10, 2009 Categories: CSS, Menus/Navigation, Tutorials

Here’s another navigation tutorial but this time im being a bit different, since my last navigation tut Creating A Drop Down menu I wanted to be a bit different and step away from the boring one level navigation bars. Well in this tutorial you will learn how to create a tabbed navigation menu, complete with a under tab description feature, which when you hover on a certain tab a description will appear below the navigation bar, I’ve seen a few of these around, but most of them use javascript when really you don’t need it if your looking for something simple. Im going to teach you how to create this using HTML lists and CSS styling no javascript involved.

Click here to read more…

loading comments

Variables, Numbers and functions in PHP

Posted on: June 26, 2009 Categories: Beginner, PHP, Tutorials

I haven’t done many PHP Tutorials recently so I decided I’d be writing a couple of PHP tutorials over the new few days, pretty basic stuff nothing complicated. In this tutorial were going to be learning about variables and numbers in PHP, im going to show you how they work and how you can use them, you’ll also learn how to create your own variables and how to use pre-defined variables. You’ll also see how they work and how you can apply them to future scripts that you may make in the future!

Click here to read more…

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7