Comments on: Public and Private Code http://ionfish.co.uk/2006/02/public-private-code/ Stating the obvious since 1982 Mon, 09 Oct 2006 22:24:57 +0000 http://wordpress.org/?v=2.0.4 by: ionfish http://ionfish.co.uk/2006/02/public-private-code/#comment-267 Fri, 10 Feb 2006 01:06:56 +0000 http://ionfish.co.uk/2006/02/public-private-code/#comment-267 Thanks, rabsteen; I started out trying to make the new theme at least slightly different from this site's one, but along the way I've tightened it up a lot more and improved on various things that weren't thought out as well as they could have been. I'm quite looking forward to putting it out there in the WordPress ecosystem. Thanks, rabsteen; I started out trying to make the new theme at least slightly different from this site’s one, but along the way I’ve tightened it up a lot more and improved on various things that weren’t thought out as well as they could have been. I’m quite looking forward to putting it out there in the WordPress ecosystem.

]]>
by: rabsteen http://ionfish.co.uk/2006/02/public-private-code/#comment-266 Fri, 10 Feb 2006 00:54:54 +0000 http://ionfish.co.uk/2006/02/public-private-code/#comment-266 i quite enjoy this layout and look forward to seeing what you produce! :) i quite enjoy this layout and look forward to seeing what you produce!

:)

]]>
by: ionfish http://ionfish.co.uk/2006/02/public-private-code/#comment-265 Fri, 10 Feb 2006 00:22:49 +0000 http://ionfish.co.uk/2006/02/public-private-code/#comment-265 Exactly, Jim; that's what I've done with pretty much all the WP themes I've done to date (four, of which three have seen the light of day). To be honest, the amount of work I knew it would be if I did it properly was one of the major factors I haven't released one before this. Exactly, Jim; that’s what I’ve done with pretty much all the WP themes I’ve done to date (four, of which three have seen the light of day). To be honest, the amount of work I knew it would be if I did it properly was one of the major factors I haven’t released one before this.

]]>
by: Jim http://ionfish.co.uk/2006/02/public-private-code/#comment-264 Fri, 10 Feb 2006 00:18:59 +0000 http://ionfish.co.uk/2006/02/public-private-code/#comment-264 I'm working on a new theme for myself right now. The way I do my own theme is copy kubrick and then each file I work on I strip down to the bare PHP and start again. As I'm doing this I find that I will just delete things I never use just to tidy the place up. Things like comments being closed or password protected posts I completely take out of the code because I just never use them. This is really bad if I'd ever want to realease a theme. Sometimes I come accross a time when I do want to realease one but quickly dismiss it as being way too much work. I’m working on a new theme for myself right now. The way I do my own theme is copy kubrick and then each file I work on I strip down to the bare PHP and start again. As I’m doing this I find that I will just delete things I never use just to tidy the place up. Things like comments being closed or password protected posts I completely take out of the code because I just never use them.

This is really bad if I’d ever want to realease a theme. Sometimes I come accross a time when I do want to realease one but quickly dismiss it as being way too much work.

]]>
by: Andrew Hamann http://ionfish.co.uk/2006/02/public-private-code/#comment-263 Thu, 09 Feb 2006 22:36:52 +0000 http://ionfish.co.uk/2006/02/public-private-code/#comment-263 I never thought I would say this, but I know exactly what you mean. I hacked the shit out of my Chapstick theme, and then proceeded to release it. There were so many errors it wasn't even funny. Luckily "function_exists" cut down on alot of time that would have been otherwise wasted. Can't wait to see the theme! I never thought I would say this, but I know exactly what you mean. I hacked the shit out of my Chapstick theme, and then proceeded to release it. There were so many errors it wasn’t even funny. Luckily “function_exists” cut down on alot of time that would have been otherwise wasted.

Can’t wait to see the theme!

]]>
by: ceejayoz http://ionfish.co.uk/2006/02/public-private-code/#comment-262 Thu, 09 Feb 2006 19:47:23 +0000 http://ionfish.co.uk/2006/02/public-private-code/#comment-262 Well, thankfully, a lot of plugin dependencies can be eradicated via PHP's @function_exists@ function. That one's a lifesaver. /me gets back to work Well, thankfully, a lot of plugin dependencies can be eradicated via PHP’s function_exists function. That one’s a lifesaver.

/me gets back to work

]]>