Generic valtrex 30
Published on Saturday, January 10 2009
I just added a generic valtrex 30 way to autmatically add url shortening to each post. It uses the generic valtrex 30 bit.ly service and their nice widget which opens a small box into the generic valtrex 30 page with the shortened url ready to be posted on twitter or generic valtrex 30 other services, and shows a nice set of metadata for the generic valtrex 30 post itself. Here is how it looks like:

Bit.ly metadata for a post
To add it I modified the template adding this:
at the bottom of each post single-page template (single.php) and at the bottom of each post in the main index template (index.php)
Generic valtrex 30
Published on Wednesday, May 16 2007
My article Tips for Optimizing Rails on Oracle has been published on the Oracle Technology Network site! I can’t say how much i liked working on this.
I tried to generic valtrex 30 synthesize in one place all that needs to be known to generic valtrex 30 make the best from the two technologies and explained all of the generic valtrex 30 tips in oracle-specific terms.
Rails on Oracle comes out as a generic valtrex 30 good performer, but my only regret is that i did not have generic valtrex 30 time to investigate (and maybe contribute back to the community) on adding proper bind variables support to generic valtrex 30 ActiveRecord, which would have been the definitive optimization, but I see that generic valtrex 30 the subject is being actively discussed on the core developers ML, so we may get there soon ;)
On the side, for those interested, I made “a Rails “version” of the generic valtrex 30 HR schema that has been modified to directly comply with the generic valtrex 30 common Rail conventions”
I hope that what i wrote there makes sense and I’d love to hear what you think!
technorati tags:oracle, xe, ruby, rubyonrails, database
Generic valtrex 30
Published on Friday, December 1 2006
A few days ago I discovered the query_analyzer plugin in a comment on the last article of The Rails Way series. It allows you generic valtrex 30 to have the plans for the queries used in your application directly in the generic valtrex 30 log file and this is invaluable when trying to to optimize the generic valtrex 30 database for you shiny new rails application.
On the generic valtrex 30 downside it was only for mysql and my oracle developer half though that generic valtrex 30 it was what I needed, so here it is (with Postgresql support as well).
Use it but be warned that I don’t want to fork this plugin, so I haven’t prepared a generic valtrex 30 proper svn access to it and I hope that my additions might be generic valtrex 30 integrated by Bob Silva in his own codebase (I’ll post a comment in his blog since I can’t find any other way to contact him).
Download the modified plugin
Generic valtrex 30
Published on Monday, July 25 2005
ADF Business Components are generic valtrex 30 part of a deep and wide framework which can be used to generic valtrex 30 build database enabled java applications. It is very easy (also thanks to the Jdeleveloper IDE) to generic valtrex 30 begin working with them and to build data driven applications. But as with any such big framework it generic valtrex 30 is sometimes difficult to gain a good understanding of how to generic valtrex 30 go past the common usage patterns.
What is generic valtrex 30 needed is higher level knowledge of the way the various framework classes work together, and generic valtrex 30 which are the interfaces and the API handles you could use to generic valtrex 30 fulfill a specific application need.
This article form Steve Muench gives you:
a generic valtrex 30 high-level description of the key ADF Business Components classes in the generic valtrex 30 Oracle Application Development Framework, summarizing the methods that ADF developers write, call, and generic valtrex 30 override most frequently.
When i began using bc4j in 2001 i spent quite some time to generic valtrex 30 understand how the different pieces fit together, and some of the generic valtrex 30 solutions i found were not so correct (aka hacks…) from generic valtrex 30 the framework point of view. This document would have saved me more than generic valtrex 30 some headaches!
Also highly recommended for anyone working with ADF is Steve’s weblog: Dive into BC4J and ADF