mrchristoph
Privileged
-
Joined
-
Last visited
Reputation Activity
-
mrchristoph got a reaction from EddieT in Good html editornotepad++
-
mrchristoph got a reaction from bijutoha in Good html editornotepad++
-
mrchristoph got a reaction from Revs in Wanting to start a small localhost website for remindersDo it. It's these personal projects which sparks creativity in my opinion as you have no client to think about. Php has to run on a server so mamp has to be running, or just use some free hosting as someone suggested.
-
mrchristoph got a reaction from leonvictor2012 in Good html editornotepad++
-
mrchristoph got a reaction from oakleaves in Displaying album artworkWell here's a rough and ready version of it:
http://bestalbum.christhorp.hk/
Still lots to do, but wanted to keep it minimal. Don't know if the idea will kick off, but it's just a bit of fun more than anything!
-
mrchristoph got a reaction from joel1st in Thoughts on a website mockup.I quite like it. The things I would change would be the font in the navigation - I think a more standard font would look better. Also try and make sure the elements line up perfectly in a grid - e.g. the right side of the contact button should align with the picture thumbnails for ultimate perfection!
-
mrchristoph got a reaction from jamesosix in Changing themes on wordpresshttp://wordpress.org/extend/plugins/theme-test-drive/
or just test it locally before changing it on the server?
-
mrchristoph got a reaction from jamesosix in flash intro editwhy why why!!!!!
Found this great quote regarding Flash intro pages:
http://www.seomoz.org/blog/how-to-convince-a-client-they-dont-need-a-splash-page
-
mrchristoph got a reaction from gormo7 in Database advice needed!What are the columns in your table called?
-
mrchristoph got a reaction from gormo7 in Database advice needed!Try it with static values like:
if(mysql_query("INSERT INTO email_list (fullname, email) VALUES ('test name', 'test email')"))
I can't really see what's wrong with it, just keep substituting static values in place of the dynamic parts to see where the problem resides.
-
mrchristoph got a reaction from gormo7 in Database advice needed!Think you may need to add ids?
<p><input type='text' name='fullname' id='fullname' />Full name </p>
-
mrchristoph got a reaction from gormo7 in Database advice needed!http://stackoverflow.com/questions/9002424/php-post-not-working
Not much else I can think of I'm afraid
-
mrchristoph got a reaction from RobbieD90 in Learning DesignA good point - sometimes seeing it in the morning can make it looks completely different from the night before!
-
mrchristoph got a reaction from Giraffic in Learning DesignA good point - sometimes seeing it in the morning can make it looks completely different from the night before!
-
mrchristoph got a reaction from oakleaves in What do you think of my music?Nice, I've dabbled with electronic music myself, albeit a lot more chaotic:
The sound quality is vastly improved by selecting 480p quality (but it's still dodgy as hell)
And just for laughs here's me playing Postman Pat on guitar:
-
mrchristoph reacted to Gibson in Standalone online registration web pageI'd go in a step higher with PDO and sort yourself out (write) some classes for registration, login, authentication, security, etc. etc. - the main one you're talking about being registration.
This will not only be better, more secure, and more current, but will provide you with a good exercise in switching over to PDO.
If you search this forum, there are some that have been written which you can study. Slight learning curve, but it'll click.
-
mrchristoph got a reaction from futureproof in CSS in HTML emails...Sorry I misunderstood - you should definitely use tables for the layout, but inline CSS for colours, fonts etc. I thought it was more of a general question of 'Can I use CSS in HTML emailers', which the answer is 'yes' (when it's limited to certain things, and it's inline)
-
mrchristoph got a reaction from futureproof in CSS in HTML emails...Inline CSS. No font-face. Otherwise they will be stripped out by some (if not most) email clients.
-
mrchristoph got a reaction from hodephdesign in Web design elements that anger youBrightonmike I'm loving the current tagline on your site:
Haha oops!
-
mrchristoph reacted to chtyrone in Am I being stupid, or is this hard?http://www.colorzilla.com/gradient-editor/ -
mrchristoph reacted to Renaissance-Design in Am I being stupid, or is this hard?Not sure how to deal with the Illustrator issue, but you could use CSS3 radial gradients on a flat colour to nail the BG issue.
-
mrchristoph got a reaction from zed in How people are offering facebook likes with out admin login?I hate the internet sometimes...
-
mrchristoph got a reaction from jackmcconnell in Help needed with js...Rookie mistake, need to wrap it in document ready:
jQuery(document).ready(function(){ var total_width = 0; jQuery("#parentdiv div article").each(function(){ total_width += jQuery(this).width(); }); jQuery("#parentdiv").width(total_width); });
This should 100% work
-
mrchristoph got a reaction from DigitalSquid in Help needed with js...Rookie mistake, need to wrap it in document ready:
jQuery(document).ready(function(){ var total_width = 0; jQuery("#parentdiv div article").each(function(){ total_width += jQuery(this).width(); }); jQuery("#parentdiv").width(total_width); });
This should 100% work
-
mrchristoph got a reaction from joel1st in Could you please review this design :)Looks pretty good to me. I kind of think the logo should be a bit bigger and overlapping the top green strip - it seems like something should be there. Also I don't really like the font /gradient of the the text that appears over the images. How about a nice semi-transparent grey overlay for the text instead? Otherwise good