Web Design Forum: waynede - Viewing Profile - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting

waynede's Profile User Rating: -----

Reputation: 23 Excellent
Group:
Members
Active Posts:
516 (0.46 per day)
Joined:
30-April 09
Profile Views:
10,302
Last Active:
User is offline Feb 29 2012 11:29 AM
Currently:
Offline

My Information

Member Title:
Expert
Age:
Age Unknown
Birthday:
Birthday Unknown
Gender:
Male Male
Location:
Essex, UK

Contact Information

E-mail:
Private
MSN:
MSN  pimpin_in_da_hood@hotmail.com
Website URL:
Website URL  http://www.waynedeboer.co.uk

Users Experience

Experience:
Intermediate
Area of Expertise:
Designer/Coder

Topics I've Started

  1. Font help

    08 February 2012 - 11:38 AM

    Does anyone know what font is eing used in the third main image down?

    http://www.typograph...ography/2431757

    It says 'don't be sad be awesome instead'

    Thanks
  2. Smooth Navigational Menu

    02 November 2011 - 12:28 PM

    Hey all,

    I am currently working with this menu here:
    http://www.dynamicdr...dsmoothmenu.htm

    I have been trying for the last few hours to edit the menu so it looks like the attached image but have had no luck.

    Any help is appreciated.

    Posted Image
    Thanks,
    Wayne
  3. finding new business

    30 September 2011 - 09:31 AM

    Hey all,

    I wanted to know is their a site or a way of finding out new businesses/companies that have just started up?

    I mean like the business address/telephone number?

    Any help is appreciated.
  4. redirecting non www to www.domain

    27 September 2011 - 07:55 AM

    Hey all,

    I am trying to get waynedeboer.co.uk to redirect to www.waynedeboer.co.uk

    Here is the code I am using in my htaccess file:

    OnRewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^([^\.]+)$ $1.html [NC,L]
    
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^waynedeboer.co.uk
    RewriteRule (.*) http://www.waynedeboer.co.uk/$1 [R=301,L]
    


    Any help is appreciated.
  5. CSS button rollover

    28 July 2011 - 01:48 PM

    Hey all,

    I am currently doing a css rollover button but the link is the button is not working once clicked:

    Quote

    <a href"http://www.bbc.co.uk/" class="findoutmore"></a>

    .findoutmore {
    float: left;
    width: 123px;
    height: 35px;
    display: block;
    background: url('../images/btn/findoutmore.png') no-repeat;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    }

    .findoutmore:hover {
    background-position: right;
    cursor: pointer;
    }


    All help appreciated