Convert HTML page to site core template - html

Actually I'm working on project where I need to convert a HTML website into Sitecore (CMS) template.
I'm really new to the Sitecore and I'm going through couple of docs but I'm sure how to proceed with any help would be very much appreciated..

You can review high-level details on Launch Sitecore:
Getting Started with Presentation Elements

Related

Slice html template into Magento theme

I have HTML Template. I want to integrate that template to Magento theme. I have searched over google as well as here(Stack-Over-Flow). But not getting proper documentation for that. Any help will appreciated. Thanks in advance.
Ok You want to integrate the static HTML template to the magento theme. So let's divide things you need to learn and how to learn efficiently.
Magento can be basically divided into three parts:
Admin panel: As you know magento is a CMS so most of the basic things could be managed from backend.For example static pages and Home pages could be managed from "CMS Pages" from admin panel.
Next is theming: You have mentioned about the MagentoDesignGuide.pdf this could be the start. I recommend you to have a look for the youtube channel of leveluptuts for the theming(layouts).This is very important for structuring your pages and site.You can follow other also but i prefer that because i also learnt from it and was very helpful.
Another is the module development portion.In some cases you need to develop custom modules .So this would be the last part.There are great tutorial provided by Inchoo and Smashing Magzine for developing custom module.
All of these things are required to fully develop a magento site. If you understand this than you will do great in magento.
Hope this answer provides you with the idea of how to proceed further and also helps you to divide the way of learning Magento.
Happy Coding.

Porting html template into UmbracoCMS

I am given a html template (with css3 and js), the template is kinda big (about 20 html pages).
I need to port the template into Umbraco and cant find a way to do that.I have managed to create a document type with the index.html template, but I don't know how to add the rest of the html files and link them all together.
Yes there is, http://umbraco.com/developers-site.aspx forum and documentation.
The forum is very friendly but you won't always get instant answers.
Learn how to install umbraco and stat with one of the starte kits which is a simple example of site build in umbraco.
Quite a steep learning curve but really worth it.

Using polymer.dart to build portable web components

I'd like to use polymer.dart to build a set of portable web components that can be embedded in any random html page (including pages outside of any dart project). The idea is that a customer could embed my polymer.dart elements on his html pages without the customer needing to create a dart application. I would think this would be an obvious and straightforward thing to do - but after going through many tutorials and instructional pages, and reading through lots of dart/polymer.dart documentation, I haven't found any explanation of how to go about this. Presumably the dart/polymer code would have to be compiled to javascript for inclusion on the customer's html page. Could someone comment on if this is possible, and if so, provide an explanation with examples of how to go about it? This dart/polymer.dart newbie would be grateful for any assistance.
I don't think this will work with Dart.
You need to run pub build over a Dart application to get a deployable result.
I guess this would work better with JavaScript Polymer elements.
There are plans to support this scenario but I guess it will still take a while.

Usage of Web Template in JSP Form

I have designed few JSP forms and I am in need of integrating any web template in that JSP form.
I am a beginner in JSP and I am completely unaware of such web templates usage in JSP.
Any sort of explanation/sources that would help me in proceeding with my task would be of great help.
Thanks everyone in advance. Waiting for your helpful replies.
UPDATE
Also let me know model web templates that can be downloaded from net. My ultimate aim is to present my JSP form in a good way.
This is completely unrelated to JSP. JSP just offers a way to control the HTML/CSS/JS output programmatically using Java. All the browser gets and understands is HTML/CSS/JS. You control markup with HTML. You control style (look'n'feel) with CSS. You control progressive enhancements with JS.
So, the real answer is: use CSS.
References:
CSS tutorial
CSS reference
CSS best practices
CSS web design for Dummies
Related questions:
What's the best CSS framework?

guide on how to kick start template based flash website?

I'm very new to flash and as3 design patterns. But I can read and write as3 quite ok, i've created small widgets with that. I've developed several web sites using php and also python.
Now for a educational cd-rom project i'm working on, i've basically designed all templates (A home page, a generic page with navigation and a sidebar - kind of like a wordpress blog). I have all the data for the cdrom on word files, which i intend to place on xml files.
My question is what is the best way to start a project like this? Can anyone guide me to a template or something that can be used for kickstarting this? kind of like a wordpress (without the admin)? Or am i on this all wrong? Can someone please help
The Gaia Framework may be useful to you for this project.