Categories
front-end

Front end Engineer’s Manifesto

In the fast paced world of Front End Engineering, change reigns supreme. Dormant for years, the Browser Wars are back and have broken web development wide open. Led by competing vendors championing their own implementations of HTML5, CSS3, and other Web Standards, they’re unchaining us from the desktop computing environment. We’re seeing web browsers in […]

Categories
Uncategorized

Adding Git Bash In Console2

Adding Git bash into console2 is pretty easy as you will see. First you need to get the path to git bash you can get this in the properties tab in the “target” field. Below is a screenshot of my setup. Then you will add a new tab and name it “Git Bash”. The previously […]

Categories
javascript jquery

Dynamic Link Tag Injection

Using jquery to inject a style sheet seems to break IE7/8. The scenario was when a user passed in a custom param via the URL the code would inject that particular css. Ideally I should have gone with the native javascript way to create the element since it’s still clean and simple. This may not […]