Producing HTML with less Typing
A helpful little tool to reduce the amount of typing needed to produce HTML, with a more detailed introduction on Smashing Magazine. Also include a Resharper 5.0 plug-in.
A helpful little tool to reduce the amount of typing needed to produce HTML, with a more detailed introduction on Smashing Magazine. Also include a Resharper 5.0 plug-in.
As part of responsive design a web page should react to the device it is being displayed on and make the most of the available screen real estate accordingly. With the advent of HTML5 & CSS3 the media tag for stylesheet links has been extended to cope with minimum screen heights and widths. It has…
Whilst working through a react demo, I ran into a formatting issue. Whilst debugging the issue I learnt an important note about CSS functions
I guess the obvious answer is “yes” as there is always notepad and command line compilation, but if you want to use Visual Studio or do anything with IIS, Message Queues, etc. then the answer quickly becomes a frustrating no! This hasn’t usually been a problem, but having just started in a new job which…
Today Jetbrains announced on their blog that they’ve released a resharper nuget package that will obtain project references via nuget, rather than making direct references to the locally installed code. As we are currently in the early stages of transitioning from VS2008 to VS2012 we aren’t ready to start using NuGet(*) but I think I’ll…