Some days CSS needs a little love thrown it’s way… My OCD and I have an agreement – I do what it wants and it makes me a better maker. 🙂 Needed an elegant solution for customizing the standard <UL><LI>…
Author: Lance Larsen
jQuery to move bootstrap rows up/down
Had the need to create a nice UX (user experience) by moving a boostrap “div” up and down within a bootstrap “row” collection on a website. Always love sharing some elegant code, so check out this jsFiddle to see it…
HoloSoft – FB and Twitter blogging on VR/AR
https://www.facebook.com/holosoft.nethttps://twitter.com/holosoftnet As a passionate professional developer and more importantly a dad we only have so much time to dedicate to certain parts of our lives – so I pick and choose very carefully. One such choice on the development side…
HAVE NO FEAR: VNEXT? MVC 6? ASP.NET 5? VS2015?
Presenting at ThatConference! “Have you fired up a new ASP.NET 5 project in the new Visual Studio 2015? Wow does that look different or what?!?! What’s new in MVC 6? What is .NET Core? What is Grunt? What is Gulp?…
Mobile Games Make up 75% of $$$…
Found this fact very interesting in this Yankeegroup Mobile Analysis… Had felt that this was the case, but good to see that I really need to focus more on game development… 🙂
StopwatchLog – Easy Method Timing in C#
( Download Code ) Was looking for a simple and elegant way to log some metric for methods (mainly method name, start time, stop time and elapsed time) – I’ve done this in PostSharp in my article “Holy Grail of…
Surface 3 Tip: Screen Brightness Shortcut “Fn” + “Del” / “Backspace”
A lot more Surface 3 owners out there as sales of the Surface topped $1 billion in revenue for Microsoft – so more tips for my primary development computer! Screen Brightness Shortcut: Press “Fn” + “Del” to increase brightness, and…
Training Event: Microsoft WebCamp
As I always emphasize – invest in yourself first! So attend education events, user group meetings, sent aside time specifically to learn, etc. Today I drove down from Madison to Chicago area to attend a free Microsoft WebCamp event. Worth…
Surface 3 Tip: Function Key Lock – “Fn” + “Caps”
Firstly, love my new Surface Pro 3 – finally the tablet PC I’ve been waiting for! Have all of my development tools; Visual Studio 2013, SQL 2014, etc loaded up and running very quickly. As a developer in Visual Studio…
EF5 DropDownListFor for enums
Love sharing little gems of knowledge – this is a good one for anyone using Entity Framework 5 and the new’ish enumerations (emums) inclusion in EF5. So working on a MVC5 Code First application for a project of my own…