Top "Categories" questions

Categories are groupings of information.

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 …

database nested categories
linking objective-c categories in a static library

I am developing a plugin for an iOS application. I am compiling it into a .a file which is then …

ios xcode linker categories
Magento How to link to category by id from static block/page

I'm looking to link to a category from a static block using the category id. Any thoughts? I've done the …

magento categories static-block
Magento - get filterable attributes by category

I have created a custom navigation module specifically for a website, but I really want to be able to list …

attributes magento filter categories
Magento mass-assign products to category

As the title says,i need to mass-assign products to a category and from the admin i can only edit …

magento categories product mass-assignment
Android -- What happens when device is unlocked?

I am trying to understand the intents that get launched when the device is unlocked. For eg: Say my activity …

android action android-intent categories unlock
Add channel to category by name

var server = message.guild; for (var i = 0; i < server.channels.array().length; i++) { server.channels.array()[i].delete(); } server.…

javascript move categories channel discord.js
Display all categories on product page Prestashop

I need to get list of all categories and their ids on product page in Prestashop (I am using v 1.6.0.9). …

php prestashop categories
Can a category implement a protocol in Objective C?

I have a category on NSDate and it would be convenient if it could implement a protocol I previously created. …

objective-c cocoa protocols categories
Custom sorting (non-alphabetical)

I have a categorical data set that looks similar to: A < -data.frame(animal = c("cat","cat","cat","dog","…

r sorting categories