OBIEE "Act As" (ActAs) vs "Impersonate"
Explains the difference between OBIEE's 'Act As' and 'Impersonate' features for user account access.
Explains the difference between OBIEE's 'Act As' and 'Impersonate' features for user account access.
Discover five lesser-known Emmet.io shortcuts for HTML and CSS that can significantly boost your coding productivity.
A developer shares their journey porting the Global Redirect module from Drupal 7 to Drupal 8, starting with the .info file.
Argues for treating data like open-source code, with version control and community collaboration to improve quality and transparency.
A guide to creating portable C# Data Transfer Objects (DTOs) for Azure Mobile Services when developing cross-platform mobile apps with Xamarin.
Discusses the need for respectful, professional communication in code reviews, using the Linux kernel mailing list debate as a case study.
A tutorial on animating SVG path transitions using SMIL, comparing it to JavaScript libraries like RaphaëlJS for a Batman emblem project.
A guide on using CSS to maintain the aspect ratio of embedded iframes (like videos) in responsive web design.
Presentation on the Nokia Music API and Cimbalino Toolkit at the London Windows Phone User Group meeting in May 2013.
A developer shares additional long-term goals: creating their own programming language and writing a programming book.
A tutorial on creating a 3D animation of the chaotic Lorenz system using Python, matplotlib, and SciPy.
A technical analysis of migrating from BSON to msgpack by examining serialization formats to ensure data can be unambiguously interpreted.
Explains the FrameworkElement.Language property and its impact on culture in WPF/Silverlight data binding converters, solving a 'pt-PT' vs 'en-US' mystery.
Explores how open source collaboration principles can replace traditional management by enabling transparent, merit-based work across distributed teams.
A technical guide on preventing the Flash of Unstyled Text (FOUT) specifically in Internet Explorer 9 when using webfonts.
How to use NServiceBus's IWantToRunBeforeConfiguration interface to apply DRY, unobtrusive message conventions across multiple endpoints.
A student reflects on completing a series of challenging Pintos operating system labs, implementing system calls and synchronization.
Benchmarking Cython typed memoryviews vs ndarray syntax for array operations, focusing on inlining effects on performance.
A guide to using Chocolatey for automated software installation and Windows 8's Reset feature to create custom system baselines for faster PC setup.
Explores hacky JavaScript methods to detect device orientation, addressing inconsistencies across mobile devices like the Galaxy Tab.