Questions tagged [personalization]

Personalization involves using technology to accommodate the differences between individuals, such as greeting the user by name or varying content according to what you know about the user's interests. Personalization implies that the changes are based on implicit data, such as items purchased or pages viewed. The term customization is used instead when the site only uses explicit data such as ratings or preferences.

Personalization involves using technology to accommodate the differences between individuals. Web pages are personalized based on the characteristics (interests, social category, context, ...) of an individual. Personalization implies that the changes are based on implicit data, such as items purchased or pages viewed. The term customization is used instead when the site only uses explicit data such as ratings or preferences.

There are three categories of personalization:

  1. Profile / Group based
  2. Behaviour based (also known as Wisdom of the Crowds)
  3. Collaboration based

Web personalization models include rules-based filtering, based on "if this, then that" rules processing, and collaborative filtering, which serves relevant material to customers by combining their own personal preferences with the preferences of like-minded others.

Collaborative filtering works well for books, music, video, etc. However, it does not work well for a number of categories such as apparel, jewelry, cosmetics, etc. Recently, another method, Prediction Based on Benefit, has been proposed for products with complex attributes such as apparel.

There are three broad methods of personalization:

  1. Implicit
  2. Explicit
  3. Hybrid

With implicit personalization the personalization is performed based on the different categories mentioned above. With explicit personalization, the web page (or information system) is changed by the user using the features provided by the system. Hybrid personalization combines the above two approaches to leverage "the best of both worlds".

162 questions
0
votes
1 answer

Use variable in a Parse Push message

I really like the Parse push service and integrated it with our CMS. I would like to make the notifications personal by adding the users name in the push message. How can i use a variable (Named 'voornaam' in the screenshot) which is stored in the…
0
votes
3 answers

Implement 5 possible colors via HTML/CSS/JavaScript?

I have a module for my e-store, which allows users to pick an item and personalize it with colored text that can be moved around. The text is entered in a text field and the color of the text is selected via an element made interactive by…
Stoyan Berov
  • 1,171
  • 12
  • 18
0
votes
1 answer

Create Personalized Controls For Java ME

I'm starting to develop a eBook reader for mobile using Java ME, but for the control were the book will be shown I need a personalized control. For this I need to first know how to do one, to workaround with my needs. Then I need to know how can I…
Nathan Campos
  • 28,769
  • 59
  • 194
  • 300
0
votes
1 answer

Customizing Clothes on Character in Game User Personalization

I could use help with customization in Flash games! I am pretty new to AS3 and have a game I am building where the user can dress the character based on a few options and a color picker, then move on to a race. I cannot get the clothes that are…
0
votes
1 answer

How to make a high performance select of 10 items more or less and then know whenever the current user already viewed the item in mongodb?

I would like to implement a feature as in youtube where you know which videos you have seen. I have to solutions: Store the videos played in the local storage and use this data to update the user interface. (This will require a high data load on…
Totty.js
  • 15,563
  • 31
  • 103
  • 175
0
votes
1 answer

How does personalization happen of web page?

I just wanted to know how does personalization of a web page happen? How does the state of the web page get saved in database? which field does it use? I've used Asp.net Membership and in Asp.Net it's very easy just drag and drop and you see the…
TCM
  • 16,780
  • 43
  • 156
  • 254
0
votes
1 answer

I need to personalize the individuals of an ontology

Well, I have an ontology and I want to add some individuals. The problem is that individuals vary from one user to another. Let me give you an example: In the class "pet" I want to add my dog "cookie", I can do it directly on the ontology but when…
Nana89
  • 432
  • 4
  • 21
0
votes
1 answer

Solr query performance with large number of docids

How would a Solr query with large number of filter queries over docids (~1000) on 1M documents perform e.g. q:"some query" fq:+id:("p2" OR "p3" OR "p4" OR ...) Is it advisible to do such a query for achieving something like a RDBMS Join. I want to…
Gunjan
  • 1,177
  • 2
  • 11
  • 22
0
votes
1 answer

ASP.NET web parts - not stored in a cookie

Recently I was reading the MCTS ASP.NET 3.5 exam preparation book. I finished the lesson about web parts. The author said that user personalization is stored in a database and tracked by a cookie in a web browser. I checked the database - it's…
pkolodziej
  • 1,347
  • 3
  • 17
  • 24
0
votes
1 answer

How to develop ASP.NET webpages with content varying with roles?

I have an ASP.NET website for which I want to filter content based upon user Roles. Say, for a "Manager" certain section displays and for an "Operations" guy, some other section is visible. I don't want to use those If-else blocks in my UI…
Atishay
  • 1,026
  • 3
  • 11
  • 20
0
votes
1 answer

Silverlight App - Change Styles on User-Click

I need to give users the ability to personalize a Silverlight app by changing the appearance on user-click. I'm new to Silverlight and am currently going through some tutorials etc. Being familiar with html/css in previous roles I've done some work…
Simon Barnett
  • 69
  • 2
  • 9
0
votes
2 answers

Custom Personalization Provider - Implement FindState method

I have been breaking my head over this. I appreciate any help. I have a custom PersonalizationProvider, custom WebPartManager and custom WePart class. I have custom data tables for storing the Personalization Data per user. My task is to…
Clark
  • 3
  • 5
0
votes
1 answer

Personalization with Hadoop

Can anybody provide any pointers to good books or use cases about personalization (especially with Hadoop)? Are there any good web resources about this topic?
Artem Vorobyev
  • 185
  • 1
  • 9
0
votes
1 answer

Personalizing narrative text with three values (name, gender, and character)

Is something wrong with this code? It's not working in Google sites HTML Box, and I don't know if it's my problem or Google's ... I'm just trying to personalize text according to user-inputed name, gender, and character.