Web Design Forum: Tobes - Viewing Profile - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting

Tobes's Profile User Rating: -----

Reputation: 12 Good
Group:
Members
Active Posts:
251 (0.24 per day)
Joined:
26-June 09
Profile Views:
4,495
Last Active:
User is offline Mar 19 2012 11:06 AM
Currently:
Offline

My Information

Member Title:
Advanced Member
Age:
34 years old
Birthday:
May 5, 1978
Gender:
Male Male
Location:
UK
Interests:
traveling, music and web design

Contact Information

E-mail:
Private
Website URL:
Website URL  http://www.vibrationservers.co.uk

Users Experience

Experience:
Advanced
Area of Expertise:
Web Designer

Topics I've Started

  1. Anyone notice an error on my site?

    07 February 2012 - 02:00 PM

    Hi Guys,

    Im on a mac and not got a PC to hand, one of my members reckons my site is down, but its fine on Safari, Firefox, Chrome and Opera on mac.

    I would appreciate it if any PC users could have a quick look

    [link removed due to security threat]

    Cheers

    Tobes
  2. Xrumer

    02 November 2011 - 09:45 AM

    Hi Guys,

    Any of you know about Xrumer? Ive been looking into automated forum posting because one of my jobs at the company I work for is SEO, so logically spreading the word of our products via on-topic forums makes sense, my forum list is rapidly growing so Ive been looking at automated forum posting software found a nice bit of software but its $120 so I looked at Xrumer who offer massive amount of backlinks for $50, Im a bit worried that Xrumer would have a negative effect, for too many post's in a similar vein, but I dont know much about it.

    Any advise is great before I do something that could reverse current SEO rankings.

    Cheers

    Tobes
  3. Web Design and the Ipad

    18 October 2011 - 05:18 PM

    I was just wondering what the general thoughts are for web design and the compatibility on the IPAD, I dont have an IPAD, and every now and again I get one to check some of my sites, and I dont think I have one site that is 100% compatible, this really sucks, and Im gutted that Apple have been screwing over web designers in this way, I hear the Ipad 3 will have better screen resolution, but this doesnt fix all the Ipad 1 and Ipad 2 users viewing problems.

    Whats your thoughts, have you checked your sites with an Ipad?

    T
  4. Please help me with this PHP form

    02 October 2011 - 10:16 AM

    Hi Everyone,

    Could some one please advise how I can change the code below, so I am sending the user to a new page once complete, I want to move the "Thank You" text to a new page because I want to set the "Thank You" page as a goal on google analytics, at the moment the thank you message resides on the same page as the form, so I cant set the goal this way.

    <!--
    Ajax XML return
    -->
    <?php
    include("/inc/credentials.php");
    // - Open the default tags
    $output		 = 	"";
    $output 	.=	"<output>";
    $output 	.=	"<element>contactus_form</element>"; // id of what innerHTML to update
    $output 	.=	"<xhtml>";
    // - Build the innerHTML data
    
    $title		=	$_POST['title'];
    $name		=	$_POST['name'];
    $p_name		=	$_POST['p_name'];
    $address	=	$_POST['address'];
    $postcode	=	$_POST['postcode'];
    $telephone	=	$_POST['telephone'];
    $email		=	$_POST['email'];
    
    $eventtype	=	$_POST['eventtype'];
    $dayguests	=	$_POST['dayguests'];
    $eveguests	=	$_POST['eveguests'];
    $prefdate	=	$_POST['prefdate'];
    $details	=	$_POST['details'];
    $hearabout	=	$_POST['hearabout'];
    
    $emailto	=	'W H <xxx@xxx.co.uk>';
    
    $subject	=	'W H Enquiry';
    
    $body		=	'
    <html>
    <head>
    <title>Warwick House Enquiry</title>
    <style>
    body {
    	font-family:verdana;
    	font-size:10px;
    }
    </style>
    </head>
    <body>
    <h2>Enquiry:</h2>
    <p>Title: '.$title.'</p>
    <p>Name: '.$name.'</p>
    <p>Partners Name: '.$p_name.'</p>
    <p>Address: '.$address.'</p>
    <p>Postcode: '.$postcode.'</p>
    <p>Telephone: '.$telephone.'</p>
    <p>Email: '.$email.'</p>
    <p>Event Type: '.$eventtype.'</p>
    <p>Daytime Guests: '.$dayguests.'</p>
    <p>Additional Evening Guests: '.$eveguests.'</p>
    <p>Preferred Date: '.$prefdate.'</p>
    <p>Details: '.$details.'</p>
    <p>How did you hear about us: '.$hearabout.'</p>
    </body>
    </html>
    ';
    
    $headers  = 'MIME-Version: 1.0' . "\n";
    $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\n";
    //$headers .= 'To: W House <xxx@xxx.com>' . "\n";
    $headers .= 'BCC: Tobes <xxx@xxx.co.uk>' . "\n";
    $headers .= 'From: ' . $name . ' <' . $email . '>' . "\n";
    mail($emailto,$subject, $body, $headers);
    
    $output		.=	"<h2>Contact Us</h2>";
    $output		.=	"<p>Thanks for contacting us, we will be in touch shortly.</p>";
    // - Close the default tags
    $output 	.=	"</xhtml>";
    $output 	.=	"</output>";
    
    // - Print $output as XML
    print($output);
    ?>
    


    Thanks for the help :)

    Tobes
  5. Whats the best Free Live Chat

    28 September 2011 - 03:29 PM

    Hi Everyone

    I hope you are all well, I am settling in to my new full time job very well thanks to WDF :)

    Can anyone here recomend good FREE Live chat software, Im looking for an alternative for my work, I know of:

    www.helpcenterlive.com
    http://www.craftysyntax.com

    I was hoping there was something a lot better, and still with an active development team.

    Thanks

    Tobes