Archive for the ‘CSS’ Category
I had a timepicker user ask recently about adding a tooltip to the timepicker’s sliders. Well I thought that may be a nice topic to touch on, as it can be a bit tricky, and potentially a bit of a hack. I opted to show you a quick hack solution instead of a detailed integrated [...]
I keep seeing mention of a few “preprocessors” for javascript and css, including CoffeeScript, Sass, and Less. I personally don’t see the need in these tools, but apparently they are all the rave at the moment. Essentially what these do is allow you to write in a more functional language/script, and compiles it down to [...]
It only feels right to include a lint method for CSS since javascript has had support in the Gedit Clientside Plugin from the beginning. The latest commit over on Github now includes CSSLint through the nodejs hookup. Don’t worry, if you had it working before all you need to do is update your plugin. The [...]
I swapped out a couple dark colors here on the site for something a little lighter. I also made a transition from jQuery to Mootools, which wasn’t much of a move as syntax highlighting and an Impromptu form were the only things I had going on here. It gave me a good opportunity to have [...]
With the growing demand of mobile devices we must now take into consideration what the user is viewing a website with, and handle these situations appropriately. CSS in particular has some pretty handy methods to assist with this through media queries. You may have seen “@media” before, but did you know you can add even [...]

