treehouse : what would you like to learn today?
Web Design Web Development iOS Development

matt25

  • Wordpress Link

    What are the code tags now? the post won't format correctly Matt
    Comment by matt25 October 2010 permalink
  • Wordpress self referencing form

    www.digital-spoon.co.uk/contact-php/ is the site where I am testing on, Cheers, Matt
    Comment by matt25 September 2010 permalink
  • Wordpress self referencing form

    Here is the code: if(isset($_POST['submit'])){ $emailFrom = strip_tags($_POST['email']); $emailTo = "matt@digital-spoon.co.uk"; $subject = "Contact Form Submission"; $name = strip_tags($_POST['name&…
    Comment by matt25 September 2010 permalink
  • Are All The CSS-Tricks Downloads Free?

    I believe so yes Matt
    Comment by matt25 September 2010 permalink
  • Wordpress self referencing form

    The page defiantly exists, on the permalinks section in the pages it is '/contact-php' and when I go to the page directly it goes there Cheers, Matt
    Comment by matt25 September 2010 permalink
  • Uploading wordpress to a server

    I thought I knew all the videos on here, never saw that one though, cheers Matt
    Comment by matt25 September 2010 permalink
  • Pure CSS Lightbox

    That's a pretty neat trick, Hadn't thought of that, it would require a lot of resources if you had a page full of them but otherwise nice Matt
    Comment by matt25 April 2010 permalink
  • CSS3 Validation

    Yeah, don't worry about CSS3 validation because technically it doesn't exist yet so there is no point in even trying to validate it, or if you do validate it to locate any errors just ignore anything to do with CSS3. @EamonnMac Please mak…
    Comment by matt25 April 2010 permalink
  • How do you tell google this information??

    Google only does that if it decides your website is important enough and then uses its algorithm and your sitemap to create the links. In other words you can't tell Google to do that, Google decides for you. Matt
    Comment by matt25 April 2010 permalink
  • PHP and MySQL for beginners?

    The ones in the Sticky are awesome, if you want a more extensible course then check out http://www.lynda.com Matt
    Comment by matt25 April 2010 permalink
  • PHP form to PDF/txt/download?

    If you are a Nettuts menber then this Screencast explains exactly how to do it. Matt
    Comment by matt25 April 2010 permalink
  • Book recommendation?

    Check out Lynda.com they have a couple of really good courses on PHP and other stuff aswell. If you are looking for a actual book I would recomened PHP for Absolute Beginners – By Jason Lengstorf. Matt
    Comment by matt25 March 2010 permalink
  • PHP Framework, OOP, whatever

    If by OOP you mean Object Oriented Programming then that is not a framework, it is a part of the language introduced in PHP 5 I think. Check out this for more infomation and some videos explaining it quite well. MVC stands for Model View Controlle…
    Comment by matt25 March 2010 permalink
  • Saving and passing variables in a URL string

    You can keep the tid by putting it into a cookie like this: That will set a cookie with the tid so it can be used again, but you can't find out if someone has bought something from another site without access to it or them having an affili…
    Comment by matt25 February 2010 permalink
  • Saving and passing variables in a URL string

    What is the context just so I can further understand what you are trying to do here? Matt
    Comment by matt25 February 2010 permalink
  • Text converter

    PHP can do the job:
    Comment by matt25 February 2010 permalink
  • ScreenCast Photoshop Mockup

    This is the only one that I know of, but I'm not sure if its the one you are after. Matt
    Comment by matt25 February 2010 permalink
  • website showing funny vids - how do they do it?

    In the videos section it will most likely be a loop coming from a database feeding all the information displayed from their respective tables and linking to a page that was generated on the uploading of the video. As for how to do it in Wordpress? I…
    Comment by matt25 February 2010 permalink
  • My Personal Site!

    The design is good but the footer text is virtually unreadable and the home page just seems a little dis-jointed to me, I think you need to align things up a bit better in my opinion, otherwise really nice! Matt
    Comment by matt25 February 2010 permalink
  • [Solved] Sidebar Links not working

    I have looked in Firefox, Chrome and IE and they all seem to be fine. I am assuming that the words Categories, Pages, Archives and tags are sections and not links.
    Comment by matt25 February 2010 permalink
  • Identify a link from html using PHP regular expressions

    Have a look at http://blog.themeforest.net/screencasts/a-crash-course-in-regular-expressions/ screen cast or the series http://blog.themeforest.net/screencasts/regular-expressions-for-dummies/ from the Theme Forest blog for great tutorials on Regula…
    Comment by matt25 February 2010 permalink
  • Taking a step forward (Beginner-intermediate)

    Check this Out by Chris. I don't think that goes too deeply into installing it but it you do a Google search or check out the PHPBB forums as there is so much infomation out there for it. You will need a mySQL database to run PHPBB. Hope this h…
    Comment by matt25 February 2010 permalink
  • [Solved] Sidebar Links not working

    The sidebar links seem to be working fine for me.
    Comment by matt25 February 2010 permalink
  • [Solved] Photo not resizing my div

    You could add a height of about 400px to #Blue-Box-Top. or an min-height if you are likely to add more text. Matt
    Comment by matt25 February 2010 permalink
  • Getting my name out there

    Thanks for the advice, I am working on a website at the moment and doing some work for free to build a up a portfolio. I have been researching and reading lots of blogs for years now and I just feel ready now to build a business. I have read a lot a…
    Comment by matt25 January 2010 permalink
  • CSS positioning

    I don't have IE6 on this computer so I can't see the problem and am just going on what you have described. IE6 doesn't support transparent images I don't need to repeat ways of overcoming this problem so just do a search on the w…
    Comment by matt25 December 2009 permalink
  • contact form

    Where's the Apache error_log? Yeah this is the contactenging.php with the email addresses changed
    Comment by matt25 May 2009 permalink
  • I need a teacher

    Or watching Chris' tutorials http://css-tricks.com/video-screencasts/1-converting-a-photoshop-mockup-part-1-of-3/ http://css-tricks.com/video-screencasts/2-converting-a-photoshop-mockup-part-2-of-3/ http://css-tricks.com/video-screencasts/3-co…
    Comment by matt25 April 2009 permalink
  • Divs are out of alignment in IE

    If you set the main div width to 901 it fixes the problem in my tests :)
    Comment by matt25 April 2009 permalink
  • Hosting

    I was looking at streamline but was worried that with it being so cheap that it isn't very fast. Also I was hoping to host several different sites on the same server. How much does it matter where the server is? i.e. should I be buying from a…
    Comment by matt25 April 2009 permalink