Advertisement
Nickname
dzone
Registered since:
June 14, 2006
Short bio:
 
Home page:
 
Total posts:
9170

Forum posts by Max Zone:

612 pages [ Previous 1 ... 19 20 21 22 23 24 25 26 27 28 29 Next ]
Posted in All Buzz Forum, Apr 19, 2007, 6:14 PM
Improve your user experience with Google Reader with Jon Hicks's new skin for Google Reader. Requires Stylish extension for Firefox.
Posted in Web Buzz Forum, Apr 19, 2007, 6:14 PM
Improve your user experience with Google Reader with Jon Hicks's new skin for Google Reader. Requires Stylish extension for Firefox.
Posted in All Buzz Forum, Apr 19, 2007, 6:09 PM
A while ago I blogged about a pattern useful to ensure that just a single instance of a class was created and used during a unique request-response pair. That seemed to make sense, since using the HttpContext.Items property prevents a single pipeline from instantiating that class more than once. At the time I didn't realize that actually one...
Posted in .NET Buzz Forum, Apr 19, 2007, 6:09 PM
A while ago I blogged about a pattern useful to ensure that just a single instance of a class was created and used during a unique request-response pair. That seemed to make sense, since using the HttpContext.Items property prevents a single pipeline from instantiating that class more than once. At the time I didn't realize that actually one...
Posted in All Buzz Forum, Apr 19, 2007, 2:13 PM
A list of 10 free css and javascript calendars for use on your site.
Posted in Web Buzz Forum, Apr 19, 2007, 2:13 PM
A list of 10 free css and javascript calendars for use on your site.
Posted in All Buzz Forum, Apr 19, 2007, 1:38 PM
I tend to use associative arrays quite a lot, to keep values as couples : the key, which is often unique, and a value, which may be anything else. This permits the handling of values by group : values from a MySQL row with their respective column name, liste of club members and their subscription date, a web URL and it's read date, a username...
Posted in PHP Buzz Forum, Apr 19, 2007, 1:38 PM
I tend to use associative arrays quite a lot, to keep values as couples : the key, which is often unique, and a value, which may be anything else. This permits the handling of values by group : values from a MySQL row with their respective column name, liste of club members and their subscription date, a web URL and it's read date, a username...
Posted in All Buzz Forum, Apr 19, 2007, 1:28 PM
In a world which is wired, standalone applications are becoming obsolete. The facilitators for the connectivity of applications, at a low level, are sockets. Any language, whether high-level or low-level, must provide APIs to handle sockets if its creators want it to be widely accepted.
Posted in Java Buzz Forum, Apr 19, 2007, 1:28 PM
In a world which is wired, standalone applications are becoming obsolete. The facilitators for the connectivity of applications, at a low level, are sockets. Any language, whether high-level or low-level, must provide APIs to handle sockets if its creators want it to be widely accepted.
Posted in All Buzz Forum, Apr 19, 2007, 12:18 PM
FlexMock is a flexible mocking library for use in unit testing and behavior specification in Ruby. Version 0.6.0 introduces a number of API enhancements to make testing with mocks even easier than before.
Posted in Ruby Buzz Forum, Apr 19, 2007, 12:18 PM
FlexMock is a flexible mocking library for use in unit testing and behavior specification in Ruby. Version 0.6.0 introduces a number of API enhancements to make testing with mocks even easier than before.
Posted in All Buzz Forum, Apr 19, 2007, 11:28 AM
Flexjson is a Java libary for serializing Java objects to JSON without the pain. It allows you to control what gets serialized through a simplified DSL like API. It's much easier to work with connected object models without forcing you to create lots of boiler plate code to translate your objects into JSON. It solves the circular reference...
Posted in Java Buzz Forum, Apr 19, 2007, 11:28 AM
Flexjson is a Java libary for serializing Java objects to JSON without the pain. It allows you to control what gets serialized through a simplified DSL like API. It's much easier to work with connected object models without forcing you to create lots of boiler plate code to translate your objects into JSON. It solves the circular reference...
Posted in All Buzz Forum, Apr 19, 2007, 10:18 AM
There's one thing missing from Ruby: a standard way for parsing Ruby code ... _in Ruby_. There is no Ruby parser written in Ruby, and all the other Ruby parsers have very different outputs and are heavily implementation specific. Problem: this causes tons of Ruby code manipulation code written in languages like Java or C++... and not Ruby. This...
612 pages [ Previous 1 ... 19 20 21 22 23 24 25 26 27 28 29 Next ]
Advertisement