By tag: tips
0
kicks
Extended enums implementation
Custom enum-like class with extendable properties implementation. It may seems basic but I found it really handy in couple situations where I needed to have more detailed and categorized enums.
0
kicks
Frontend Single Point of Failure
At this year's Velocity Europe conference, I watched a great talk by Google's Patrick Meenan about 3rd party scripts and frontend Single Point of Failure (SPOF). A single point of failure is a part of a system that, if it fails, will stop the entire system from working. Quite often, you may add 3rd ...
0
kicks
Extending git with custom command
git custom commands. It is useful, when I want to automate some repetetive tasks.
0
kicks
Poor Man's IOC
No IOC library, no dependencies ..or how in some cases you can do dependency injection without having to resort to a IOC library, which in itself add another layer of dependency on your project.
0
kicks
How To: Call a generic method with a runtime type
An article that describes How To: Call a generic method with a runtime type
0
kicks
Disabling Flash in browsers
I am currently working in a team where we are replacing an older Flash implementation of a product with a shiny new HTML5 version. Quite often we find ourselves needing to disable Flash in many different browsers as we run through the testing process with the new product. I often forget how to do th...
0
kicks
Enable Napa App for Office Online Development with SharePoint
Get started with Napa App development with Office Online and SharePoint
0
kicks
The Bomb Squad – Removing Time Bombs with JustDecompile and Reflexil
I recently helped a company remove a time bomb from an assembly by a contractor who neglected to check in source code. Here's how I did it.
0
kicks
Taking snapshot using html5 and javascript
In html5, new elemnt canvas is used to draw graphic. The graphic could be a frame from a video.
0
kicks
How To: Create an ActionLink with a Twitter Bootstrap icon in MVC4
Twitter Bootstrap is a... "Sleek, intuitive, and powerful front-end framework for faster and easier web development." One of the nice things in Bootstrap is you can use icons from Glyphicons. To use these, you can simply use this markup <i class="icon-fire"></i> get a...
0
kicks
Visual Studio 2012 and JustCode shortcuts cheat sheet
I hate using the mouse! It distracts me from what I’m doing and slows me down. The best way to avoid using the mouse are keyboard shortcuts. Luckily, Visual Studio comes with lots of them and JustCode adds even more. I use many of them, but occasionally during a pair programming session I find mysel...
0
kicks
TIP: Nokia Lumia 920 Internet Sharing //Build
Trick for getting connection sharing working on Lumia 920
0
kicks
Improve Page Load Times With DNS Prefetching
I'm often looking for ways to improve the performance of my websites and provide a better experience for users. Quite often you may have your site is running efficiently and performing well. You may have run your application through Google PageSpeed or Yahoo! YSlow and come out with a great score. H...