I do a lot of HTML at work currently. It’s good fun learning new things all the time relating to making websites. This section features posts relating to HTML, CSS, accessibility and browser compatibility etc.
Links
A hack to make Windows 8 with IE10 responsive
https://github.com/twbs/bootstrap/issues/9162
A great tool to quickly find a lot of accessibility issues on a page. To use it, drag the orange ribbon to your bookmarks bar. Go to your page, then click your newly added bookmark.
http:/
If you want to add your email on your website ( even though it’s not recommended ) you can at least convert it to code which helps
http://wbwip.com/wbw/emailencoder.html
Making placeholder text show up in ie 8,9
https://github.com/mathiasbynens/jquery-placeholder
Weird quirk to remove text from a button in IE7
http://css-tricks.com/snippets/css/remove-button-text-in-ie7/
Posts
- Making a number only text input
- CSS Modules
- CSS gradient mask
- Stop a page from redirecting
- Disable auto closing tags in Visual Studio Code
- Basic Flex Layout
- Vertically alligning for IE11
- Fixing the auto font resizing on phones using Safari
- Fixing jumping to top iframe bug on iOS devices
- Styling tables with CSS