I came across an interesting bug recently where, in Internet Explorer (versions 6-8), the dot characters for an input[type="password"] were not showing up. I could see the cursor moving as if text was being entered but no result was being shown.
Continue reading…
Over the past few days I have (finally) started tinkering with Grunt and one feature, Source Maps, that I have been using on a recent project was not quite working for me. I had set up my Uglify task that concats, uglifies and creates a source map of the various files and all was well, that is, until I realised that these source maps were not updating along with the changes to my compiled javascript. I didn’t realise quickly enough that Chrome (in my case, Canary) was caching these source maps despite the ‘Disable cache’ option was enabled.
Continue reading…
At TMW, I always ask interviewees how they keep up-to-date with the latest in front-end web goings-on. The answers I receive are varied but there’s always a few recurring themes: Twitter and blogs – but which ones. I thought it would be a good idea to document my own ‘stategy’ for staying current, here it is.
Continue reading…
After having read Trent Walton’s article on Content Choreography again & working on a number of responsive sites, I felt that the current group of CSS grids was lacking in this department – so I created my own
Continue reading…
- Wednesday August 31, 2011
Building a responsive site is hard sometimes, particularly when you want to have a carousel on your page but the plugin you normally use does not have the ability to resize or recalculate when you resize your browser.
Continue reading…
[UPDATE 15 Dec 2011] Added some more plugins to the list.
[UPDATE 17 Dec 2011] Added my key binding settings & ‘Textmate-style’ comment banner keyboard shortcut snippet
Continue reading…
Having tweeted the above earlier today, I came across a very simple way to bring my need into reality. Google’s best result was this: superuser.com/questions/291922/launching-an-app-n-minutes-after-boot-up but after a little delving I needed something a little better – I needed a way to only launch the given apps if they weren’t already open.
Continue reading…
I’m afraid I have added to the abundance of other HTML & CSS boilerplates or frameworks, I created BOOST a framework that takes the best techniques & snippets of what I find useful & puts them together in a neat little package.
Continue reading…