Information Architecture is a diagram of the structure and organization of content. The objective of a information architecture diagram is not to provide a full-blown navigational specification; this level of detail is best kept in other documents, where it is less likely to confuse and distract.

learn more… | top users | synonyms

0
votes
0answers
17 views

Is there a heatmap for the general way people view/interact with mobile vs desktop sites?

I've seen a lot of heatmaps for how users interact with desktop sites (typically an "F" pattern, like described here: http://conversionxl.com/19-things-we-can-learn-from-numerous-heatmap-tests/ ), but ...
0
votes
1answer
86 views

what is the relationship between user experience and information architecture? [closed]

A few years ago the term information architecture was very considered very important and every developer or entrepreneur had to master the secrets of informaton architecture in order to be considered ...
0
votes
1answer
29 views

How to organize 2 resources in a rails app that are associated

I'm planning a new rails apps for teaching lessons. Each lesson will belong to a track (e.g. Level I). So each track has_many lessons. But each lesson should have a Lesson Number within each track. ...
0
votes
0answers
307 views

Open source IA tool to create and manage topic relationships?

In reviewing a number of DITA methodologies for generating documentation I have come across a lot of discussion about the IBM Task Modeler, now known as IBM Information Architecture Workbench. While ...
0
votes
2answers
35 views

Showing Access Rights to end users.. should I? shouldn't I?

when using Requirement Management application, some ppl say, dont show your users, those areas which are not accessible for them or no permission, only show the accessible section... It doesnt sound ...
2
votes
0answers
118 views

How best to include design in an Agile Web Development Team [closed]

I am shortly going to be working on my first ever Agile Web Development project at work as a project manager. I have managed plenty of projects using Waterfall over the past few years and I am ...
0
votes
1answer
64 views

Interface design…the design part, not the interfacing part

I am a web developer and I am quickly realizing my biggest flaw as a web developer is when it comes to interface design. That is to say, the actual making the interface look nice and clean. I am ...
1
vote
1answer
205 views

SEO: One Medium-Size Page or Multiple Small-Size Pages

Is it recommended / advisable to separate a medium-size page into multiple pages for (potential) SEO benefits? One example is I need to design a new product tour section, which describes about 5 ...
0
votes
1answer
215 views

How do _you_ test and validate Information Architecture improvements?

Say you wanted to adjust where a particular link in your web-app linked to. Perhaps you wanted to reorganise the flow of information on a page. Maybe you want to adjust the workflow of your ...
0
votes
1answer
81 views

Interactive elements of a web page

I was wondering if we have to consider interactive elements of a web page which are basically changing a section of a web page as a new level when making a site map. For example, I have a web page "x" ...
0
votes
3answers
269 views

Recommendation for a book on information architecture? [closed]

I am a newbie to information architecture. Can anyone recommend a good book for reading up on the topic?
0
votes
3answers
673 views

What is the difference between the terms information architecture and database?

Is information architecture and database referring to the same thing? What are the differences?
1
vote
1answer
445 views

SEO-friendly URL design for filtering a resource in Rails 3

I need to implement some SEO-friendly sort methods for a resource in Rails 3. This is what I'm considering doing for collections: /things # shows all things /things/popular ...
2
votes
3answers
63 views

Need Help Planning Architecture for Categorization Connundrum

I have more of a "what-would-you-do" question than an actual coding question. It relates to a project I am currently working on. In this project, we are tasked with combining several marketplace ...
1
vote
1answer
101 views

What's the best way to retrieve this data?

The architecture for this scenario is as follows: I have a table of items and several tables of forms. Rather than having the forms own the items, the items own the forms. This is because one item ...
0
votes
1answer
198 views

HTML Document Naming for site sub-pages in sub-directories

I'm working on a site redesign, and part of the task at hand is the structure of the site. Currently the site uses a CMS called Kintera that gives tragically unusable URLs (the site is ...
0
votes
1answer
264 views

Information architecture for document repositories

I've been tasked with re-designing the architecture of my division's document repositories. We currently have hundreds of documents across multiple SharePoint servers and would like to consolidate ...
3
votes
2answers
80 views

Displaying a TON of images with jquery [closed]

I am about to embark on a jquery journey I have not ever done. I will be developing a site that has one objective : to display over 300 uncategorized images (artwork). I'm just trying to think about ...
0
votes
3answers
433 views

SEO and URI Structure

Standard SEO caveat: It's a black box, and the algorithms are proprietary, and trying to predict and game the search engines is a crappy way to make a living. That said, what are the baseline steps ...
8
votes
12answers
9k views

What software exists for creating visual sitemaps?

What software is there for creating visual sitemaps? I know of Visio, but that's not that intuitive to use, and Omnigraffle, but that's mac only. Is there any other software that is specifically ...
2
votes
5answers
198 views

What is information architecture? (What) has it to do with programming?

I've came accross this concept several times and did not find a clear explanation. What is it? What has it to do with programming? What has it to do with what we (software engineeers / programmers) ...
1
vote
2answers
97 views

Resources for building public information displays using HTML/CSS?

I would like to displays schedules, maps and other informations on displays in a building for visitors. These displays would provide at most mouse input but no keyboard. Ten years ago this was the ...
2
votes
3answers
348 views

Creating an Information Systems Map

I am in the process of documenting the high level view of the information systems that we have. They aren't all 'silo' applications and components, and I the goal here is to highlight which components ...
7
votes
4answers
15k views

Generating a Visual Site Map of an Existing Site

I thought I could easily answer this question by searching the web, but my Google-fu has failed me. So I turn to you, oh mighty stackoverflowers, and beseech you for enlightenment: What is the ...
2
votes
2answers
487 views

File Structure / Architecture for AJAX Site?

I'm building a site using ajax and am trying to decide where to put the files that supply the data for the ajax requests. For example, I am going to have a .js file that can be included in a page ...