Category: HTML
-
Bootstrap and HTML5 ARIA – the W3 approach for “Accessible Rich Internet Applications”
http://stackoverflow.com/questions/18933084/what-are-these-attibutes-aria-labelledby-and-aria-hidden https://developer.mozilla.org/en-US/docs/Accessibility/ARIA http://www.w3.org/WAI/PF/aria/states_and_properties#state_prop_def Accessible Rich Internet Applications (ARIA) defines ways to make Web content and Web applications (especially those developed with Ajax and JavaScript) more accessible to people with disabilities.
-
diving into “Bootstrap”, the front-end web development framework
https://en.wikipedia.org/wiki/Bootstrap_(front-end_framework) http://getbootstrap.com http://blog.getbootstrap.com I am quite thrilled …
-
HTML: Microformat, Microdata, …
https://en.wikipedia.org/wiki/Microformat https://en.wikipedia.org/wiki/Microdata_(HTML)
-
a microdata format for marking up a website: schema.org
http://www.heise.de/ct/ausgabe/2016-19-Wie-lokale-Anbieter-ihren-Web-Auftritt-auf-Besucherwuensche-hin-optimieren-koennen-3306807.html = http://heise.de/-3306807 – the article (in German) that pointed me to “schema.org” https://en.wikipedia.org/wiki/schema.org http://getschema.org – “a wiki with markup examples” https://schema.org https://schema.org/docs/gs.html https://schema.org/LocalBusiness https://schema.org/openingHours – a microdata property describing “opening hours” https://meta.schema.org/OpeningHoursSpecification – I am a little confused, how openingHours, OpeningHoursSpecification, and specialOpeningHoursSpecification are to be distinguished. https://meta.schema.org/specialOpeningHoursSpecification And this page lists quite a few more interesting pages: https://meta.schema.org/Intangible like https://meta.schema.org/JobPosting https://meta.schema.org/ComputerLanguage …:…
-
I just looked at the HTML source of a Facebook friend’s “about”
This HTML + Javascript source code is gigantic. You should see, how much you get transferred for so little information. One of the impacts of web 2.0. Would be rather interesting to extract all Facebook friends’ details like birthday into my personal / “private” addressbook.
-
O’Reilly Media book: Head First HTML and CSS
Head First HTML and CSS: Tired of reading HTML books that only make sense after you’re an expert? Then it’s about time you picked up Head First HTML and really learned HTML. You want to learn HTML so you can finally create those web pages you’ve always wanted, so you can communicate more effectively with…
-
harvesting HTML-obfuscated web-sites looks like horror to you?
I just completed 2 tasks, where I faced obfuscated CGI forms. It was quite a challenge, and I didn’t anticipate the final success from the beginning. But it’s done. Now I am rather eager to apply my technology for interesting and lucrative tasks.
-
I need nice samples of XPath and CSS expressions for HTML
Something like /html/body/p… o’Reilly’s XPath an XPointer does not have a lot HTML examples search the web for “xpath html” – there are a lot of hita …