matt25
-
Wordpress Link
What are the code tags now? the post won't format correctly Matt
-
Wordpress self referencing form
www.digital-spoon.co.uk/contact-php/ is the site where I am testing on, Cheers, Matt
-
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&…
-
Are All The CSS-Tricks Downloads Free?
I believe so yes Matt
-
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
-
Uploading wordpress to a server
I thought I knew all the videos on here, never saw that one though, cheers Matt
-
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
-
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…
-
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
-
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
-
PHP form to PDF/txt/download?
If you are a Nettuts menber then this Screencast explains exactly how to do it. Matt
-
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
-
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…
-
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…
-
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
-
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
-
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…
-
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
-
[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.
-
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…
-
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…
-
[Solved] Sidebar Links not working
The sidebar links seem to be working fine for me.
-
[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
-
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…
-
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…
-
contact form
Where's the Apache error_log? Yeah this is the contactenging.php with the email addresses changed
-
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…
-
Divs are out of alignment in IE
If you set the main div width to 901 it fixes the problem in my tests :)