- http://37signals.com/svn/posts/2378-qa-with-tobias-ltke-of-shopify
- data-driven-application-deployment-with-chef/
- continuous-delivery
- http://naturallyella.com/
- http://developer.apple.com/safaridemos/
- http://diveintohtml5.org/everything.html
- http://javascriptmvc.com/
- pastrykit-an-iphone-webdev-library-from-apple “Hiding the MobileSafari address bar, providing fixed-position toolbars, and providing scrolling with momentum — by disabling regular scrolling and setting up its own view hierarchy and implementing its own scrolling.”
- cross-domain-ajax-with-cross-origin-resource-sharing/
- cross-domain-ajax-is-really-here
- zentest-version-432-has-been-released
- http://intertwingly.net/blog/2010/06/03/Deleting-Flash-Cookies
- flash-cookies-the-silent-privacy-killer/
- http://www.kaleidoscopeapp.com/
- Nice design improvement: never-miss-the-key-hole/
- http://github.com/defunkt/cijoe
- using-watchr-to-check-on-your-tests.html
- http://learn.github.com/p/tagging.html
- details-on-the-new-google-webfont-api/
- asset_fingerprint
- to-rails-3-or-not-to-rails-3-that-is-the-question/
- nice-ui-touch-from-the-new-york-times-there
- iphone-rails-tutorial
- dean_kamen_the_emotion_behind_invention
- http://arshaw.com/fullcalendar/
- how-to-install-paperclip-in-a-rails-3-app
- wisdom-from-steve-jobs-the-importance-of-killing-good-ideas
- Jason_Fried_Transcript
- http://html5readiness.com/
- using-css-sprites-with-rails-helper-methods
code
This week in tech
Ruby, NewRelicRPM, Font-face, Redis, testing, etc.
JQuery forms validation, Rack, Rails, S3 versioning
Snappy looking Resque plugins
Nice looking stuff. No endorsement, I haven’t tried either one as yet.
Interesting developments a link dump (some HTML5, some nosql, some Rails, some Agile, some Redis, a touch of Scala, etc., etc.)
I should try and not let these lists get so long. This is some of the stuff I’ve been looking into at work as we prepare for the next set of projects, and to help clean up some of the current work. Looks like it’ll be a fun year on the web.
- https://developer.mozilla.org/En/HTTP_Access_Control
- Safari XHR.html
- IE8 XDomainRequest Object
- an-html5-offline-image-editor-and-uploader-application/
- Rails 3 initialization
- rails-3-beta-is-out-a-retrospective
- rails-3-0-beta-release
- why i wrote arel (the new querying API from ActiveRecord.)
- New AR finders for Rails 3
- Factories and decorators… in Scala. Nice stuff.
- Masochism “It works by replacing the connection object accessed by ActiveRecord models by ConnectionProxy that chooses between master and slave when executing queries. Generally all writes go to master.”
- http://guides.rails.info/3_0_release_notes.html
- http://antirez.com/post/redis-virtual-memory-story.html
- the-common-principles-behind-the-nosql-alternatives.html
- homebrew-os-xs-missing-package-manager/
- http://blog.jilion.com/2010/01/25/introducing-sublimevideo
- http://37signals.com/svn/posts/2136-its-not-a-promise-its-a-guess
- http://diveintohtml5.org/
- http://books.couchdb.org/relax/
- http://themomorohoax.com/2010/01/31/rails-star-ratings-plugin-comparison
- http://omgbloglol.com/post/359147788/rails-upgrade-automating-a-portion-of-the-rails-3
- http://omgbloglol.com/post/364624593/rails-upgrade-is-now-an-official-plugin
- http://blog.tyreeapps.com/2010/01/citizen-reporter-plug-in-for-taplynx.html
- http://lindsaar.net/2010/1/26/new-actionmailer-api-in-rails-3
- https://panopticlick.eff.org/
- http://usejquery.com/posts/9/the-jquery-cross-domain-ajax-guide
- http://www.ultrasaurus.com/sarahblog/2010/01/rails-security-review-checklist
- http://github.com/blog/595-diff-your-gist
- http://www.fepus.net/ruby1line.txt
- http://journal.uggedal.com/vps-performance-comparison
- http://opensource.sha.cornell.edu/blog/2010/01/25/introducing-the-dirty-associations-plugin/
- http://github.com/desdev/jWizard
- http://hosting.couch.io/
- http://pivotallabs.com/users/alex/blog/articles/1142-utc-vs-ruby-activerecord-sinatra-heroku-and-postgres
- http://plugins.jquery.com/project/querystring
- Detailed look at moving over an existing Rails application.
- http://graysky.org/2008/12/git-branch-auto-tracking
- http://blog.taragana.com/index.php/archive/mysql-tip-how-to-check-repair-optimize-all-tables-in-all-databases/
- http://mediumexposure.com/rails-3-reading-material/
- http://earthlingsoft.net/UnicodeChecker/
- http://m.onkey.org/2010/1/7/introducing-cramp
- http://github.com/dmitryelastic/serialized_attributes
- http://mocksmtpapp.com/
Redis in Practice: Who’s Online?
Redis in Practice: Who’s Online?: Redis is one of the most interesting of the NOSQL solutions. It goes beyond a simple key-value store in that keys’ values can be simple strings, but can also be data structures. Redis currently supports lists, sets and sorted sets. This post provides an example of using Redis’ Set data type in a recent feature I implemented for Weplay, our social youth sports site.
Where […] [Nicely done. You should include the cron job!]
Source: Luke Melia
Where […] [Nicely done. You should include the cron job!]
Source: Luke Melia
Ruby: Enliven twitter links (or auto_link for @twitter)
My solution
text.gsub(/(@(\S+))/i, '<a href="http://twitter.com/\2">\1')
[Just for the search engines…]
WordPress for iPhone 2
Posted (naturally) from my iPhone…. Seems like a nice improvement. And, of course, still open source. There’s a new dev blog called Making WordPress for iPhone.
feeds, realtime, and stuff. a link dump.
Some of the stuff we’ve been exploring lately…
- http://rsscloud.org/walkthrough.html
- pubsubhubbub
- theres-reason-rsscloud-failed-catch
- the-reason-rss-cloud-will-catch-on
- rsscloud-vs-pubsubhubbub-why-the-fat-pings-win
- http://railsforum.com/viewtopic.php?id=1033
- xmpp4r
- xmpp4r
- jeweler
- gemcutter
- cloudvox
- ruby-dsl-trick-with-the-hash
- loofah
- we-just-undid-three-months-of-dev-work-heres-what-we-learned
- install_theme
- free-icons
- seed-new-rails
- unicorn-is-unix
- chargify
- request-log-analyzer
- request-log-analyzer
- testing-named-scopes
- wysihat
- wysihat-engine
- rails-metal-a-micro-framework-with-the-power-of-rails
- Ravelry
- cloudfront
- how-ravelry-scales-to-10-million-requests-using-rails
- github-services
- getsprockets
- deployment-script-spring-cleaning
- unicorn
- consume-web-services-like-ninja-with
- an-eventmachine-tutorial
- rabbitmq
- aasm
- ruby-on-rails-finite-state-machine-plugin-acts_as_state_machine
- http://blog.envylabs.com/2009/08/the-rails-state-machine/
- http://agilewebdevelopment.com/plugins/acts_as_state_machine
- http://github.com/hashrocket/automatic-acts-as-state-machine
- http://www.clarkware.com/cgi/blosxom/2009/10/06#iPhoneOnRails
- http://eventmachine.rubyforge.org/
- http://yehudakatz.com/2009/10/04/inherited-templates-with-rails/
- http://github.com/jeresig/testswarm
- http://github.com/bloopletech/webstats
- http://raphaeljs.com/
- http://iphoneonrails.com/
- http://github.com/clarkware/budgets-iphone