Python at scientific conferences
The article discusses the growing inclusion of Python tracks at scientific conferences, focusing on computational science and high-performance computing.
The article discusses the growing inclusion of Python tracks at scientific conferences, focusing on computational science and high-performance computing.
A tutorial on creating a typing animation effect using the CSS3 steps() function, requiring monospace fonts and a solid background.
A developer creates a web tool to convert CSS color names to RGB, HEX, and HSL values using HTML5 Canvas and modern web APIs.
Analyzing URL readability, comparing hierarchical paths vs. query strings, and discussing separator characters for better web design.
A programming tip on overcoming creative blocks by first writing functional but imperfect code, then refining it into an elegant solution.
A guide to creating an accessible star rating widget using only CSS, with no JavaScript required for core functionality.
A web developer reflects on the positive aspects of the programming community, highlighting collaboration, meritocracy, and passion.
A critique and improved implementation of CSS3 ticket-like tags using pure CSS with gradients and no extra HTML markup.
A developer creates twee+, a client-side tool for posting longer tweets without Twitter's character limit, avoiding external services and OAuth.
Performance comparison showing CSS gradients outperform SVG backgrounds in dynamic effects due to browser rendering overhead.
A deep dive CSS3 workshop for web developers, focusing on practical features, performance, and hands-on exercises.
A developer shares their positive experience presenting at the CSS Summit 2011, an online conference, comparing it to in-person events.
A personal recap of the Scipy 2011 conference, highlighting keynotes on scientific software, data mining with Python, and trends in statistics and parallel computing.
Announcing early bird registration deadline for EuroSciPy 2011, a conference on scientific computing with Python, featuring tutorials and talks.
Learn how to make AJAX requests using vanilla JavaScript without jQuery, including handling browser compatibility issues.
A developer shares her journey to JSConf EU and explores techniques for detecting CSS selector support, crucial for writing robust polyfills.
A technical solution using JavaScript/jQuery to fix image resizing issues in Google's Blogger platform by enforcing maximum width constraints.
A tutorial on using Clojure to programmatically color SVG maps of Europe, demonstrating XML parsing and manipulation.
A developer introduces createTree, a JavaScript function for building DOM structures to avoid Mobile Safari's innerHTML bugs.
A developer's journey creating a polyfill for the HTML5 progress element, detailing technical challenges and solutions for cross-browser compatibility.