CSS Tricks to Center Absolutely Positioned Elements of Variable Height
These are some really clever solutions prompted by a discussion on the Front End Developers Group in LinkedIn Question posed: Have you ever needed to centralize an absolute element (horizontal…
Some Cool dev Tools and web Finds to Keep You CodeHappy :)!
I have been meaning to share a few tools that I use for my web development process. I’ve been testing out Brackets IO, but it still sorta misbehaves with SASS.…
Basic git/github Concepts for Newbies
Repository (slang: Repo): Location on github that stores a snapshot of a project. It includes: snapshots of changes and commits in a history. Names of Repos: Upstream points to the source projects on github. Origin points…
Alternative SASS Solutions for NET, The Good and the Bad
SASS: Native Ruby + SASS Good: Fastest server compilation Good:Â Able to use latest versions of SASS, including all relevant options via flags to the sass and scss command-line executables Bad:Â Setup…
Integrating SASS into .NET using NuGet and Squishit SASS
NuGet is the package manager (extension) for the Microsoft development platform including .NET that makes it easy to install and update third-party libraries and tools in Visual Studio. it makes…
Front End Tricks, Tools to Speed up and Optimize Your Workflow: FREE
Over the past year or so, I have discovered a few indispensable tools that make the Front end workflow go way smoother and faster, you should give them a try.…
Paying It Forward: Teaching Latino Kids How to Code for an Hour of Code Initiative
On December 9th, I was part of something wonderful: my company, Weblinc, opened up its doors and its collective heart to host 18 Â 8th grade Puerto Rican students from four…
Four Days of Bootstrap Love
I am currently working on a Rails app and was tired of looking at the default styling as I build it out … so I sat down to give it…
Aspect Ratio in Responsive Design – Width and Height Challenges in Adapting a Fixed-Width Layout
This is the third of a series of blog posts in which I have tried to journal my steps and processes in converting some older fixed-width sites to responsive layouts.…