Making posters for scientific conferences
Advice and examples for creating effective scientific conference posters, covering design, layout, software, and LaTeX source code.
Advice and examples for creating effective scientific conference posters, covering design, layout, software, and LaTeX source code.
HTML5 removes restrictions on the `id` attribute, allowing it to use the same wide range of characters as the `class` attribute.
A developer shares key principles for writing testable JavaScript code, focusing on avoiding singletons to prevent state pollution in tests.
A developer shares custom testing utilities for Django, including convenience methods for GET/POST requests and a context manager for user login.
A developer's initial exploration of Apache Cassandra, covering installation, data models, and connecting to it from a .NET application using C#.
Explains using SET NOEXEC to validate SQL query syntax programmatically, noting a bug in SQL Server 2008 regarding object name validation.
A critique of web design professionalism, arguing that poor client relationships often stem from the designer's own failures in process and planning.
A developer integrates Google Maps into Emacs using the Static Maps and Geocoding APIs, with an Org-mode extension for event locations.
Explores the concept of multimethods (generic dispatch) in Python, presenting a custom implementation using decorators and type-based dispatch.
Hades 2.0.0.RC2 adds transactional support to DAOs, enabling better integration with Spring and reducing the need for a service layer.
A detailed review of the SQL Server MasterClass 2010 event, covering sessions on DevOps, myth-busting, recovery, and GUID performance.
Google categorizes mobile users into three behavior groups to help tailor app and website experiences for different usage patterns.
A technical guide explaining the three steps required to trigger HTML5's XML serialization mode, commonly called XHTML5.
Announcing the release of MvcSiteMapProvider 2.0 for ASP.NET MVC, a dynamic sitemap provider with new features and extensibility.
Introducing rainbow-mode, an Emacs minor mode that highlights color strings like #aabbcc with the actual colors they represent.
Troubleshooting a VMware ESXi license error when connecting a host to vCenter, focusing on disabling vMotion to resolve the issue.
Explains how SQL Server's XML datatype does not preserve CDATA sections, converting them to escaped text instead.
daloRADIUS adds invoice and payment management features to its billing system, requiring user entries in the userbillinfo table.
Explores methods for measuring real user response times in OBIEE, comparing simulated tests with actual user activity tracking.
Analyzes the HTML and CSS generated by Safari's Reader mode, exploring its structure and how developers can interact with it.