I finally got a UI designer to complete the mockups for my site. And when it was time to get the HTML markup, he suggested I use a “Design to HTML” service. There is lots of them out there. You pretty much give them the Photoshop PSD file, and in return they provide you with XHTML/CSS markup.
So I gave it a try….my verdict? Won’t do it again….
Now this is no criticism of the company that does it, because they are good at what they do and serve a purpose. The only problem is that their purpose is not my purpose
Its a good solution if you are not intending to work with the templates they provide, and possibly just use it for a static website.
Problem is that they don’t think of their CSS in a way that is re-usable, they create CSS styles for absolutely everything and don’t think about optimising the CSS for re-use across pages. The end result is that your XHTML is nice and concise, but the CSS is very verbose and long (100′s of lines).
I have ended up using their XHTML and re-creating most of the CSS so that I can re-use it in my application as a template. I am still going through this process and therefore, something that would have taken me a few days to do (create XHTML/CSS from Design), is still taking me a few days to do, but I have the added complexity of working with code that was written by someone else.
Oh well, a lesson learned
No comments yet.
RSS feed for comments on this post. TrackBack URL