What website templates (HTML, CSS & Graphics only) would you guys recommend for building a blog/profilo for a sole programmer like me?
I don't do web design myself so I don't have anything to showcase in terms of pictures but I want a place where I can present my projects, my knowledge and skills and have a personal page of my own.
The trouble is that what I found so far fits more to website designers or generic comapnies.
|
|
|||
|
|
closed as off topic by Mark Trapp Dec 5 '11 at 18:30
Questions on Programmers Stack Exchange are expected to relate to software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
I am not sure if my answer help you in the right manner or not but I think there are a lot of Website Templates on this link and you will find your required link also. |
|||
|
|
|
I use blogger.com for my blog. You can choose a template that is closest to what you want and then edit the HTML and CSS directly to make it more personal. I didn't know much about CSS before I started, but after a few hours just messing around with what they give you, I feel much more familiar with it. Wordpress seems more fully featured, but charges you an arm and a leg to do the same thing. |
|||
|
|
|
I would strongly encourage you to try Joomla. You really can do many things with it without even touching the code. Though I should warn you that despite the fact that you don't have to touch code, it's still not a two-click wizard which will design your site for you. Having much flexibility and adaptivity also means it's complex. Joomla has a very active community and so getting help is not too difficult. Most people who use Joomla are people like you, who want to control a sophisticated site without having to write a line of html. |
|||||||
|
|
For actual templates you can't beat http://www.oswd.org. They have free templates but also premium templates you can pay for. |
|||
|
|
|
I would say that you are most likely not going to find what you are looking for. The sad reality is that the majority of html/css template sites out there are for webdesigners. Furthermore, most templates you find will have been created with Adobe Dreamweaver and you will end up discovering that there is a LOT of extra markup placed in the templates that you do not need. So, your best bet as a programmer would be to download one of those messy templates, dissect it and understand what you can. Then, teach yourself the rest of the CSS you are still having trouble with and write the markup yourself. I know that this is most likely more time consuming than what you desire but it really is what will lead to the result that you are looking for. My last suggestion would be go to a blog site you want to emulate and look at that site's markup with a tool like firebug. It will clarify further the way certain sites employ css. |
|||
|
|
|
I'm sure a lot of people will disagree with me, but WP provides free hosting, a really easy to use content management system, page statistics, etc. It is definitely designed in a blog-style presentation system, but with a bit of adaptation you can easily turn it into what you'd like it to be. Since you don't do web design yourself, I'd honestly avoid trying to go down the roll your own path. A decent CMS is going to save you hours of headaches and issues and help you more effectively display your talents without having to learn a new paradigm. |
|||||||||||||
|
|
Your best bet, if you don't want to invest the time that it would take to learn HTML and CSS, is to pay someone a small fee to create a site. For a plain site with only HTML, CSS, and graphics, you should be able to come out around $100, or even less; for freelance web designer or developer, this is small potatoes. Alternately, you could set up a Wordpress site on a LAMP-stack server and look through the many themes available for it (or another blog/CMS platform, if you don't like WordPress). |
|||||||||||||||
|
