Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Can anybody tell me a good tutorials for learning html5. a tutorial which is explaining the new features and the things droped etc. my sister is in 9th standard and knows html4. So i want to tell her a guide for html5. Any suggestions?
Tutorials:
http://slides.html5rocks.com/#slide1
(built using HTML5)
http://html5tutorial.net/
Demos: http://html5demos.com/
diveintohtml5.info
html5rocks.com
I learn by looking at what others have created, heres a nice HTML5 boiler plate setup
http://html5boilerplate.com/
W3C guide is pretty long but very thorough http://www.w3.org/TR/html5-diff
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Good Morning Everyone,
I have a new project that I will be taking on and that is redesigning an eCommerce website that has been around for a while (Since 2004). I know that the redesign will be done in html & css.
My question is, does anyone have any tips on how I should go about it? Any past experiences that you can share that have helped you?
This will be my first time taking up a project of this size so any help is appreciated!
I would look into other eCommerce websites for inspiration (unless you really want to go creative). Also, a good new "technology" that has come about since 2004 is flexbox, which is purely css, which will make your life way easier building up the layout for the items you are selling.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am looking for more than guidelines. I see a lot of details and nice screenshots here http://www.google.com/design/spec/components/lists.html#lists-specs
Where is the sample implementation? The Samples I can download from Android Studio are nowhere near as polished as the screenshots provided in the specs.
I do not mind putting up a nice big bounty on this. I have wasted 2 whole days across github, stack overflow and google to find a decent implementation of the specs which looks exactly like the specs.
In Android Studio Emulator, go for the "API demos" app and its sources.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
What is the best HTML newsletter builder?
I have been using Adobe Dreamweaver for years, and I started receiving complicated designs from my client with shadows that can hardly be performed by Dreamweaver.
Please advise.
Thanks.
If you are after drag and drop solution you wont find better than Dreamweaver. There are some others editors out there like
Microsoft Web Expression
OpenBexi
your better off learning HTML/CSS and using editors such as notepad++ and checking in browser.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I was curious if anyone knew of a good Modernizr guide, I am having a difficult time grasping how it works. I know it is not just load the script and tada. So if anyone could direct me to a good guide it would be much appreciated.
There's a 'A List Apart' article which is a bit more of a tutorial style introduction than the standard documentation. You may find it easier going: Taking Advantage of HTML5 and CSS3 with Modernizr
I found Dive Into HTML5 very useful when I started looking into Modernizr: Detecting HTML5 Features
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Are you aware of any open source libraries/projects that offer audio watermarking capability?
check wikipedia: http://en.wikipedia.org/wiki/Steganography#Implementations
section 3 of this site site is on audio: http://www.binary-universe.net/
same author did a project on codeplex.
these also do audio:
StegHide
mpeStego
We made a C++ watermarking library as a student project.
It implements:
Least Significant Bit watermarking (which won't resist anything),
Spread-Spectrum Watermarking (which should resist quite a bit but is very audible),
There is a MATLAB code for a Compression-Expansion algorithm which is said to be very robust according to the paper "Audio watermarking using time-frequency compression expansion".