Sponsorised links
This month
企業の目的は社会貢献か利潤追求か - Toru Takasuka の起業・経営
Evidence Based Scheduling - Joel on Software
Using Evidence-Based Scheduling is pretty easy: it will take you a day or two at the beginning of every iteration to produce detailed estimates, and it’ll take a few seconds every day to record when you start working on a new task on a timesheet. The benefits, though, are huge: realistic schedules.
Realistic schedules are the key to creating good software. It forces you to do the best features first and allows you to make the right decisions about what to build. Which makes your product better, your boss happier, delights your customers, and—best of all—lets you go home at five o’clock.
A more general approach that the SCRUM one I got so far.
July 2008
A VC: Thinking About Groups
Determine a basic need -> Create a service that satisfies it in the simplest way possible -> Open it up
it sounds all right to me too.
Jonas Galvez : /log
Django's templating system is often a pain to work with, and XML libraries for Python are also not stellar, so I decided to take advantage of Python's with statement and wrote a XML generation library somewhat similar to Ruby's Builder.
great example of the "with" usage
Sponsorised links
June 2008
ResumeRDF Ontology Specification
ResumeRDF is an ontology developed to express information contained in a personal Resume or Curriculum Vitae (CV) on the Semantic Web. This includes information about work and academic experience, skills, etc.
time for me to try xhtml/html5+rdfa
Ultimate multi-column liquid layouts (em and pixel widths)
This series of layouts use pixel and em widths and relative positioning, and they work with all the common web browsers including Safari on the iPhone and iPod touch. They're also 'stackable' so you can use multiple column types on the one page.
liquid layout for the win!
Comet Daily » Blog Archive » The Future of Comet: Part 2, HTML 5’s Server-Sent Events
Comet doesn’t have to be a hack. Currently, as we saw last time, Comet relies on undocumented loopholes and workarounds, each one with some drawbacks. We can make Comet work effectively in every browser, using streaming transports on subdomains of the same second-level domain, or using script tag long polling across domains. But this leaves Comet developers implementing (and more frustratingly, debugging) several transports across several browsers. Traps are numerous and easy to stumble into.
event-source is the future of all Comet things.
m mi works : blog : on interaction architecture
Not a line I draw ends up on an end‑user screen. Not a word I write is compiled into code. Not a sentence I say instructs users. I draw, write and talk to enable the specialists I work with to excel at what they do and realise inspiring software for my clients.
I’m not a graphic designer, I am an interaction architect.
Some Consulting Wisdom I Picked Up - Chad Myers' Blog
Remember: Integrity is your main asset
May 2008
Elegant Code » Why Agile Doesn’t Really Work
Build your business practices to embrace change just like your Agile development practices do. Embrace continuous integration of the enterprise, not just your source code.
yes, embrace it
