HTML Best Practice: Get your HEAD in order (via: Eric Law; IEInternals on...
Even though 3 years old, this is still relevant. Thanks Ilya Grigorik for pointing me at it. Make sure your HTML HEAD tag has the elements in the below order: any charset must come first (UTF-8 works...
View ArticleEU Cookie Regulations vs. Google+ plugins (via: Gerwin Sturem; Google Drive)
Interesting article by Gerwin Sturm on EU Cookie Regulations vs. Google+ plugins. It’s not just that the directive causes this nagging because “of course we can’t remember that users haven’t given us...
View ArticleSample: Cast Media Player for Streaming with DRM (via: Shawn Shen – Google+)
Sample: Cast Media Player for Streaming with DRM https://github.com/googlecast/CastMediaPlayerStreamingDRM Flow Diagrams for Senders and Receivers To help you decide which Google Cast options are right...
View ArticleRedirect to another web-site using a frame/frameset
Every once in a while, you have a domain but the hosting is at another party that does not allow setting the “Host header” for name based virtual hosting. So then you want to redirect the page to the...
View ArticleOne line browser notepad (via: Jose Jesus Perez Aguinaga)
Smart, it works in any modern html5 capable browser: https://gist.github.com/jpluimers/7024532 Be sure to look at the blog post and comments at Jose Jesus Perez Aguinaga : One line browser notepad as...
View ArticlePastebin, but for HTML? – Stack Overflow
Nice question (thanks aplm!), as for instance Gist does not render html: Pastebin is a useful online tool to paste snippets of text. Pastie is a similar tool. Also, Ideone is similar except that it...
View ArticleWatch changes on html pages that do not have RSS
A few tools that help you watch changes in html pages, even these pages do not have RSS: they make a feed out of a page. Page2RSS – Create an RSS feed for any web page (can work without login)....
View ArticleHTML Cleaner – (not only) Word to clean HTML
A great on-line way to cleanup html (from for instance style information) before publishing it on your blog: HTML Cleaner – Word to clean HTML. One of the things is does is Remove inline styles. Ideal...
View ArticleConvert HTML to Markup using CSS – Render HTML as unrendered Markdown – see...
Convert HTML to Markup using CSS: Code: Render Markdown as unrendered Markdown (see http://jsbin.com/huwosomawo). Demo: JS Bin – Collaborative JavaScript Debugging. –jeroenFiled under: CSS,...
View ArticleA great way to interactively browse xml/xhtml/html on the console: xmllint...
A while ago, I heard about xmllint, a program that can parse and query xml from the command-line. Later, I discovered it can also parse html, can recover from xml/html errors and has an interactive...
View ArticleContrast Rebellion – to hell with unreadable, low-contrast texts!
Contrast: When making the contrast of the text lower and lower…designers need to think of elderly users with bad vision low quality monitors bad lighting and glare reading on tiny screens Source:...
View ArticleFound as a byproduct of following +Jeroen Wiert Pluimers …
Found as a byproduct of following +Jeroen Wiert Pluimers …: Joe C. Hecht originally shared: Found as a byproduct of following +Jeroen Wiert Pluimers http://youmightnotneedjs.com/ Which is a cool site:...
View ArticleDecode URLs from The Great Suspender after a browser restart fails to reload...
Hosted at: Decode URLs from The Great Suspender after a browser restart fails to reload them Converts URLs like these:...
View ArticleHTML indentation: 2 spaces
Using too many editors in too many environments, tabbed files usually kills my productivity. Not just because the structure of the indented code, also because most editors are stupid enough to also use...
View ArticleSome Atom.io packages I have installed for html editing
These packages come in for HTML editing in Atom.io: [WayBack] emmet Emmet – the essential tool for web developers [WayBack] atom-wrap-in-tag Wrap tag around selection [WayBack] close-tags Closes HTML...
View Article301 & 302 Redirect Generator Tool
[WayBack] 301 & 302 Redirect Generator Tool is a simple and cool tool: Generate code to permanently or temporarily redirect your old URL to a new URL using htaccess, PHP, HTML, JavaScript, ASP or...
View ArticleHow to make an iframe fit or fill 100% of its container’s remaining height –...
There are a lot of suggested solutions out there: mostly not working when I tried them, and some required several lines of code which seems unnecessary for such a simple issue. [WayBack] How to make an...
View Articlejoshbuchea/HEAD: A list of everything that could go in the HEAD of your HTML...
HEAD – A list of everything that could go in the of your document Wow. head is like a page by itself. Source [WayBack] joshbuchea/HEAD: A list of everything that could go in the of your document Via:...
View ArticleNeed to check out which weather widgets I can get working for a really long...
Need to check out which weather widgets I can get working for a really long period of time with a refresh every minute. [WayBack] Jeroen Pluimers on Twitter: “@Weerplaza ik heb via de widgets op...
View ArticleSome links for scaling and responsive resizing iframes
As I need both responsive resizing and zooming iframes one day: [WayBack] Making Embedded Content Work In A Responsive iFrame — Smashing Magazine [WayBack] How can I make an iframe responsively scale?...
View Article