Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
580 views

iOS: UIImage scale to fill inside a UIView

I am subclassing UIView, retrieving a remote image then drawing it to the view using drawRect. This works fine, but the image is then skewed based upon what I set for my views frame. I can add a ...
0
votes
1answer
126 views

My products categories have (meta)data - Use taxonomies or implement them as content items?

I'd like to use the combo Drupal/CCK/Views to create a products catalog and I'm confused as to if I need to use taxonomies or not. My products could have a taxonomy, but each term in the taxonomy has ...
0
votes
1answer
27 views

Redirecting Content from Blog to Website Drawbacks

What are the drawbacks of using the content/data model of a blog like Blogger or Wordpress to store all of your information and then just having it redirect you to your "real" website? I'm wondering ...