The Potential of Siri
Explores Siri's potential to revolutionize iOS app development through voice recognition and an open API for innovative software.
Explores Siri's potential to revolutionize iOS app development through voice recognition and an open API for innovative software.
A security researcher details a clickjacking vulnerability in Adobe Flash that allowed websites to secretly activate users' webcams and microphones.
Introducing Heydings Icons, a free web font with 60 glyphs for enhancing UI elements like links and buttons using CSS pseudo-classes.
A guide on using git rebase to automatically synchronize a gh-pages branch with the master branch in a GitHub repository.
A technical guide on using jQuery UI's sortable plugin to track and POST the original and new index of dragged items to a server.
Guide to integrating AutoMapper 2.0 with StructureMap for dependency injection, replacing static references with injectable services.
A review of Luke Wroblewski's book 'Mobile First', advocating for designing websites for mobile devices first due to growing mobile internet usage.
Explores the distinction between compile-time and run-time languages in programming, comparing Java and Python, and discusses its impact on expressiveness.
A guide on converting UNIX timestamps to readable Excel dates using a simple formula, useful for analyzing log file data.
Explains how to instrument OBIEE database connections for improved performance diagnostics and user session tracking.
A curated list of essential resources for learning Domain-Driven Design (DDD), including books, guides, sample code, and videos.
A developer explores how to improve traditional CRUD applications by integrating concepts from CQRS and event-driven architecture.
Fixing OBIEE 11g UPGAST-00055 error by creating the missing Oracle Universal Installer inventory file after a local installation.
A tribute to a visionary tech leader who inspired innovation and challenged the status quo, reflecting on his legacy at Apple.
A technical guide on modifying the default 50MB file upload limit in Microsoft Windows SharePoint Services 2.0 via Central Administration.
A developer's personal experience adopting the Pomodoro Technique to improve focus, productivity, and combat procrastination in their tech work.
A technical guide on using attached properties to create parameterized styles for WPF controls like CheckBox and RadioButton.
A personal reflection on the Breaking Development web conference, covering speaker talks, attendee discussions, and event organization insights.
A technical guide on creating a full trust proxy for SharePoint 2010 to allow sandboxed code to write to the Windows Event Log.
A Cython tutorial on creating NumPy arrays from existing C-allocated memory without copying data, using PyArray_SimpleNewFromData.