Error!
Success!

By tag: tips

showing:  of
0
kicks

Extended enums implementation  (Unpublished)

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.


Kicked By:
Drop Kicked By:
0
kicks

Developer Tools Screencast: LINQPad Part 2  (Unpublished)

Part 2 of 2 for Introduction to LinqPad


Kicked By:
Drop Kicked By:
0
kicks

Frontend Single Point of Failure  (Unpublished)

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 ...


Kicked By:
Drop Kicked By:
0
kicks



Kicked By:
Drop Kicked By:
0
kicks

Extending git with custom command  (Unpublished)

git custom commands. It is useful, when I want to automate some repetetive tasks.


Kicked By:
Drop Kicked By:
0
kicks

Poor Man's IOC  (Unpublished)

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.


Kicked By:
Drop Kicked By:
0
kicks

How To: Call a generic method with a runtime type  (Unpublished)

An article that describes How To: Call a generic method with a runtime type


Kicked By:
Drop Kicked By:
0
kicks

Disabling Flash in browsers  (Unpublished)

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...


Kicked By:
Drop Kicked By:
0
kicks

Enable Napa App for Office Online Development with SharePoint  (Unpublished)

Get started with Napa App development with Office Online and SharePoint


Kicked By:
Drop Kicked By:
0
kicks

The Bomb Squad – Removing Time Bombs with JustDecompile and Reflexil  (Unpublished)

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.


Kicked By:
Drop Kicked By:
0
kicks

Taking snapshot using html5 and javascript  (Unpublished)

In html5, new elemnt canvas is used to draw graphic. The graphic could be a frame from a video.


Kicked By:
Drop Kicked By:
0
kicks

How To: Create an ActionLink with a Twitter Bootstrap icon in MVC4  (Unpublished)

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...


Kicked By:
Drop Kicked By:
0
kicks

Visual Studio 2012 and JustCode shortcuts cheat sheet  (Unpublished)

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...


Kicked By:
Drop Kicked By:
0
kicks

TIP: Nokia Lumia 920 Internet Sharing //Build  (Unpublished)

Trick for getting connection sharing working on Lumia 920


Kicked By:
Drop Kicked By:
0
kicks

Improve Page Load Times With DNS Prefetching  (Unpublished)

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...


Kicked By:
Drop Kicked By: