World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
This is a blog post telling a short story about one of the developer’s nightmare beast hunting case – System.NullReferenceException.
EPiServer initialization modules is a great feature to provide plugin facilities for the hosting application. I find initialization modules pretty handful in cases when you need to initialize some library, configure some stuff or do whatever neede...
This blog posts describes some new features added to latest EPiBootstrapArea plugin library.
At some point I was questioned about how I’m learning and finding the answers. Generally for the learning process a huge inspiration came from “Pragmatic Thinking and Learning: Refactor Your Wetware” by Andy Hunt.
Initially responsive tables plugin was based on pure CSS implementation transposing table from table view into a block stacking cells vertically. Solution based on CSS rules is good enough to reduce markup and style tables based on style sheets....