Tagged Questions

0
votes
2answers
45 views

Rails category navigation with tags

Hi, rails newb here. I want to create a navigation system for my web application where there are several main categories for articles and several sub tags for each category. For …
0
votes
4answers
193 views

objective-c static library class category, override method not working

I am using Three20 for the iphone and I am trying to change what a method does within it by using a class category. It compiles fine, but I never reach the break point in it. I'm …
0
votes
1answer
33 views

adding a category for UIView animations

Hello, I would like to have a category for UIViewController containing few simple methods to move the view controller's view around, fading it etc... For example the method below …
0
votes
1answer
51 views

I need ideas on displaying categories for a listing

I need ideas on assigning categories to a listing. The categories will be something similar to what Ebay does. Amazon and the other sites have similar categories for listings. I ha …
0
votes
0answers
41 views

Why aren’t jQuery and cycle working in Wordpress?

Hi! I am really struggeling with this problem.. I want to have a slideshow of my featured post via cycle in my wordpress index.php, but well.. wordpress wont. First I enqueued c …
0
votes
2answers
74 views

Private methods using Categories in Objective-C: calling super from a subclass.

Hello folks, I was reading how to implement private methods in Objective-C (Best way to define private methods for a class in Objective-C) and a question popped up in my mind: Ho …
0
votes
0answers
19 views

Outlook 2007 - clear categories when I clear flag

When I clear the flag on an email, how can I set a rule (or create a script) to clear the categories (if any) that I've assigned to the email?
5
votes
4answers
131 views

Does allowing a category to have multiple parents make sense? Are there alternatives?

Short question: How should product categories that appear under multiple categories be managed? Is it a bad practice to do so at all? Background info: We have a product database w …
0
votes
2answers
39 views

html category / sub-category best view

Hi, I have a mysql database populated with categories/subcategories, and I'm on the way to build a php/html/css presentation module to show the hierarchy above mentioned. My obje …
1
vote
2answers
171 views

Using Super in an Objective C Category?

I'd like to override a method in an Objective C class that I don't have the source to. I've looked into it, and it appears that Categories should allow me to do this, but I'd like …
2
votes
1answer
131 views

Objective-C categories == visitor pattern?

Would you say that Objective-C categories are an implementation of the visitor design pattern?
2
votes
7answers
147 views

How do I create nested categories in a Database?

I am making a videos website where categories will be nested: e.g. Programming-> C Language - > MIT Videos -> Video 1 Programming -> C Language -> Stanford Video - > Video 1 …
0
votes
1answer
40 views

F-Script categories

Is there a way to implement the equivalent of the following in F-Script? I can't find any reference to it in the documentation. @implementation SomeClass (SomeCategory) - (void)d …
3
votes
1answer
365 views

Categories in static library for iPhone device 3.0

I have categories in my static library. Any application developer should set -ObjC flag to "Other Linker Flags" to use my static library properly. It works fine for iPhone device/i …
0
votes
5answers
85 views

What kind of user-level abstraction should I use for hierarchical tags?

By user-level abstraction I mean what should I call them and what kind of icon should I use to represent it in the UI? The concept of tags should be familiar to most users right n …

1 2 next
15 30 50 per page