Archive for January, 2010

How to Fix Randomly Disappearing Absolutely-Positioned Elements in IE

IE may have some strange bugs but this one is stranger than most. Craig describes the nasty problem and provides a solution for disappearing absolutely-positioned elements which are time-dependent!

Related Posts

  1. How to Center an Absolutely Positioned Element Using CSS
  2. Standalone IE7 – The Fix
  3. Styling the html and body Elements

jQuery 1.4 Released

jQuery 1.4 has been released. Craig looks at the new version of the web’s most popular JavaScript framework.

Related Posts

  1. How to Build an Auto-Expanding Textarea jQuery Plugin, Part 1
  2. Make Your Own Web Site Badges with jQuery and JSON
  3. How to Build an Auto-Expanding Textarea jQuery Plugin, Part 3

ConFoo Web Techno Conference

PHP Quebec and the ConFoo team is pleased to announce the schedule of
the ConFoo Web Techno Conference.
With over 130 presentations in 8 rooms, ConFoo brings you the best of
Web development.

The event will tak…

Introducing pearhub

pearhub.org provides a place where you can register a project, that is hosted on Github, Google code or similar.

Related Posts

  1. Checking out the Rails 3 Beta, Part I: Bundler
  2. Introducing php-tracer-weaver
  3. Introducing Bucket: A Minimal Dependency Injection Container for PHP

Zend Framework 101: Zend_Session

By Quentin Zervaas. In this article I will introduce you to the Zend_Session component of the Zend Framework. This component is built upon PHP’s native session-handling functionality, making it easier to manage session data, as well as providing more advanced features.