catalog

Missing Selector from Obj-c Three20 Library Catalog

I'm using http://github.com/facebook/three20 in my iPhone application. I've followed the instructions to include the framework in my project. I've verified it twice now (at the recommendations of people on the google group and IRC). I get the following error when some of the Three20 code attempts to use a Cataloged selector on the UIView...

php product browser

Howdy, I was wondering if anyone knows of a good script to manage a catalog of products. Just need basic stuff, like being able to browse by category and or tags and search. Without many extras, as I'd like to have it working inside a CMS. softpedia has a few scripts, but I'm also considering creating it from scratch. Ideal would be som...

SQL server: How to check database has catalog or not

I am trying to find out whether a database has a catalog or not. I couldn’t find any system stored procedure to perform this task. I need to find the catalog first then perform Full text search. If a catalog is not found, full text search is ignored. ...

How to make a product catalog in C#?

I need to develop a product catalog (about 4000 products) application, which would be given to clients on CD or DVD. The catalog exists in webpage format using PHP and MySQL. IMPORTANT: the application is given to clients who maight have old PC, old System. For minimal requirements I would put Windows XP and Internet Explorer 6 (if nee...

Can Anyone point me to a Android Market catalog or application list.

I'm up and running in Eclipse, have worked through several tutorials and would like to start developing my first marketable app. Is there anyplace I can find a comprehensive list or catalog of what's available on the Android marketplace? I'd hate to waste a lot of development time building an app that has twelve free versions already a...

catalogue a list of dictionaries

I have a list of dictionaries: people = [{"name": "Roger", "city": "NY", "age": 20, "sex": "M"}, {"name": "Dan", "city": "Boston", "age": 20, "sex": "M"}, {"name": "Roger", "city": "Boston", "age": 21, "sex": "M"}, {"name": "Dana", "city": "Dallas", "age": 30, "sex": "F"}] I want to catalogue them, for ex...

How to organize product catalog site in Drupal 6?

Hello there, please advice me how to organize product catalog site with such structure (this is pages which should be in site map): - Home page - About Us -- Team -- Contacts - Products -- Category --- Product ---- Overview ---- Photo gallery ---- Variants -- Category --- Subcategory --- Product ---- Overview ---- Photo gallery ---- Var...

magento move navigation block to above the cart/basket

I placed the menu to the right on on 2columns-right.phtml. But I can not figure out how to move it to above the shopping cart. In catalog.xml I added this to get the menu inserted: <block type="catalog/navigation" name="catalog.vertnav" template="catalog/navigation/vert_nav.phtml" /> Now I just need to move it to the top. ...

XML Catalog file failing to resolve

I'm using an OASIS v 1.1 compatible resolver (Norm Walsh's XMLResolver in conjunction with the catalog below. However, I'm pretty sure I've made some sort of obvious error here (this is the first time I've needed to use v 1.1 features) since attempting to resolve OxChapML.dtd fails. Can anyone see something obviously wrong with this? Or ...

Does anyone use an open source gallery as a products catalog with prices ?

Hello Does anyone use an open source gallery as a products catalog with prices ? You can find 10's of open web shops but i have never saw a compact modern looking catalog script. Anyone saw one ? Thank you ...

Wordpress items catalogue plugin

Could you please recommend a plugin for Wordpress or maybe a tiny standalone PHP script that allows the user to add some items with text info and a photo to a database, XML or just a text file from a special admin page? I need to fetch these items from the source and show in the page some way. To understand the task better, please check ...

change default grid columns in Magento catalogue

There are so many methods out there and it's a bit confusing but what's the best way to change the default grid columns in the Magento 1.4 product catalog? Thanks ...

Magento: Attribute always returns default value in catalog view, works fine in product view

I've created a new Yes/No attribute for products. I've extended the Product model to do some custom logic and the custom functions are working everywhere. When I initially tried getting the custom attribute value, I ran into some issue. Magento wasn't loading it for me, so calls to $product->getMyAttributeName() did nothing. In the p...

Using an XML Catalog with a Java library that uses JAXP internally

I'm using the Apache web service xml rpc library to make requests to an rpc service. Somewhere in that process is a xml document with a DTD reference to http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd, which the library attempts to download when parsing the XML. That download fails with a 503 status code because the w3c is blocking r...

Test catalogs - common bugs or test cases

I'm looking for catalogs of common bugs, weaknesses, and test cases or questions for software. In Lessons Learned in Software Testing I saw an example test catalog, but I typically can't find good, specific test catalogs out there for various common features or feature types. Can someone point me to a resource? Perhaps a community wik...

Test cases for numeric input

What are some common (or worthwhile) tests, test questions, weaknesses, or misunderstandings dealing with numeric inputs? This is a community wiki. Please add to it. For example, here are a couple sample ideas: I commonly see users enter text into number fields (eg, ">4" or "4 days", etc). Fields left blank (null) Very long numeric ...

[Approach] Multilang catalog(with custom fields) DB structure design

Hi, Soon I'll be working on catalog(php+mysql) that will have multilang content support. And now I'm considering the best approach to design the database structure. At the moment I see 3 ways for multilang handling: 1) Having separate tables for each language specific data, i.e. schematicly it'll look like this: There will be one tab...

Where is CatalogManager.properties on the classpath?

I'm using an XML Catalog with a CatalogManager.properties file which is in a JAR containing all schema files. Normally, this works well, and the schema file can be resolved using the XML catalog and the system ID. At least it does when I work with Eclipse locally. However, when I deploy that JAR to JBoss (within an EAR), the CatalogMan...

Are there any exsisting abstract file catalog libraries?

I'd like to make sure I'm not reinventing the wheel with my current project. I'm writing a tool that creates a catalog of content for a CAD program, which catalogs files. My Catalog class represents a hierarchical structure of files and folders. Files in the catalog can have additional meta data stored with them, which should not modify...

Django translation catalog is empty

Hello, I have my locale in my project directory and have set the packages as such: js_info_dict = { 'packages': ('my_project',), } makemessages works well as i have a djangojs.po file with my gettext strings but no javascript string ever gets translated on the website and the catalog is always empty. Thanks ...