The Professional website template set has not gotten the attention that it deserves from designers so far, which is why I decided to start turning these WordPress themes into styles for the Professional Template Set. I think that the screenshot shown here is, over all, very faithful to the original WordPress theme. I hope to have this style completely finished, cleaned up and packaged on my themes blog. I also need to do some clean up on other WordPress themes to get them ready for release as well. There is just not enough time these days. At any rate, this is the second style that I have worked on for this template set, iNove being the first one.
My next Movable Type projects
Tags:
5 Comments
Leave a comment
March 2010
Recent Entries
- How to create printer-friendly entries in Movable Type in 6 easy steps
- This quick tutorial explains how to create printer-friendly entries and pages in Movable Type using Readability. Step 1: Insert the…
- By Mike | Comments (0)
- Drug laws, they get you every time
- Damned if you do, damned if you don't:JEFFERSONVILLE, IN (WAVE) - The parents of a Kentuckiana seventh grade student say…
- By Mike | Comments (0)
- How we get shafted by a lack of tort reform
- We really are paying the price for having to cover their butts. Physicians alone pay some 19 billion dollars a…
- By Mike | Comments (4)
Advertisements
Monthly Archives
- March 2010 (11)
- February 2010 (17)
- January 2010 (15)
- December 2009 (9)
- November 2009 (2)
- October 2009 (16)
- September 2009 (29)
- August 2009 (22)
- July 2009 (18)
- June 2009 (32)
- May 2009 (38)
- April 2009 (41)
- March 2009 (43)
- February 2009 (51)
- January 2009 (51)
- December 2008 (44)
- November 2008 (52)
- October 2008 (58)
- September 2008 (51)
- August 2008 (53)
- July 2008 (44)
- June 2008 (46)
- May 2008 (36)
- April 2008 (38)
- March 2008 (68)
- February 2008 (44)
- January 2008 (56)
- December 2007 (45)
- November 2007 (18)
- October 2007 (41)
- September 2007 (40)
- August 2007 (24)
- July 2007 (35)
- June 2007 (43)
- May 2007 (36)
- April 2007 (33)
- March 2007 (50)
- February 2007 (54)
- January 2007 (54)
- December 2006 (43)
- November 2006 (31)
- October 2006 (37)
- September 2006 (30)
- August 2006 (52)
- July 2006 (36)
- June 2006 (30)
- May 2006 (58)
- April 2006 (47)
- March 2006 (60)
- February 2006 (65)
- January 2006 (17)
- December 2005 (20)
- November 2005 (4)
OpenID accepted here
Learn more about OpenID
Hi
Thanks for converting these. I was going to look for some people to do this for me.
Just had a look at MT. Code looks a lot better than WP gubbins.
You're welcome. Some changes will have to be made because the goal is to keep from having to change the templates (Movable Type separates templates and styles, whereas WordPress does not), but I am doing my best to stay faithful to the original look and feel.
Yeah. I noticed that MT seperated the style from template. Not really sure how that works.
Do you have to work within a HTML framework with MT?
I have always thought that using PHP for templates is a terrible idea. It would be easy to stick in some malicious code to bomb out someone's server.
Send me an email when they/it is done and I will add a link to you on the theme page.
MT has a series of tags (and an API for adding more tags) that are put into the HTML documents, and when MT processes a template, it executes those tags and produces a final HTML output.
I'm just waiting for someone to hack a few of the major themes on wordpress.org and insert the following PHP statements:
$wpdb->query("DELETE FROM $wpdb->posts");
$wpdb->query("DELETE FROM $wpdb->comments");
That would be funny. I can't see WordPress changing there ways though. There is not much question that WP is easy to use and does all you want - just dont look beneath the bonnit. I make all my sites using XSL. It's the unquestionale best choice for templating. I am also working on a comprehensive form templating language similar to XForms, XFL. Should be finished by end of the week.