Tagged Questions

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.

learn more… | top users | synonyms

5
votes
6answers
488 views

How should I do authentication in a ASP.Net MVC site?

I have a site which has an area that requires authentication. Right now I use the roles attribute on all the controllers in that area, and I run a query to retrieve that users ID, and all their ...
4
votes
5answers
242 views

How to implement a personalized event stream?

I'm going to work on an inspiration site for a NGO, and I'm looking to implement some sort of Facebook-esque event stream, with events like “Michael recommended apple pie”, “John commented on ...
3
votes
1answer
161 views

liferay personalization rules

I am new to liferay. I want to personalize the web content based on the user profile and also I want to specify personalization rules which decides his content. Based on the user action I want to ...
3
votes
3answers
3k views

How do you get SharePoint “My Links” back after a profile has been deleted and restored?

We're running SharePoint 2007 SP1 and profiles are imported from Active Directory (a full import runs daily). We had a problem where many of the users were disabled unintentionally in Active ...
2
votes
1answer
131 views

Recommendation engine for push information delivery

I want to develop a system that involves a recommendation engine for a push information delivery. I have seen plenty of explanations about using some engines, like Mahout Taste and Duine. Yet by using ...
2
votes
1answer
53 views

Personalized Search with Lucene

I'd like to ask questions about personalized search. I'm about to design/implement a personalized search with Lucene. I did some googling about that, but didn't seem to find module/tools ready to use ...
2
votes
2answers
937 views

How to create own domain extension?

Like bit.ly, goo.gl, is.gd, j.mp, migre.me etc. uses there own domain extension .ly, .gl, .gd, .mp, .me etc. How can I create my own personalize domain extension like .xyz? Please help.
2
votes
2answers
334 views

How Handle multiple customers in a single grails application with customised look and feel?

My app needs to support multiple customers at run time. They will all be displaying the same data, using the same controllers, services but with different layouts, css and images. My basic idea is ...
2
votes
3answers
992 views

efficient ways to anonymous personalization using ASP.NET + Cookie

I am trying to achieve anonymous personalization in a ASP.net environment. I know that ASP.NET 2.0 provide Profile. However, I want to avoid traffic to the database as much as possible since the site ...
1
vote
1answer
1k views

Web part personalization permissions on SharePoint 2010

What are the minimum SharePoint 2010 permissions required to allow a user to personalize a web part page, allowing updates and adding web parts to the page but completely restrict the user modifying ...
1
vote
0answers
117 views

Looking for an open-source, Java-based Personalization engine

Maybe my google-fu is broken this morning, but I can't find anything that meets the general requirements of: rules based (like jbpm/drools) content/targeting centric (like the old ATG ...
1
vote
1answer
189 views

How do I add per item personalisation options to the cart page of Magento?

We are need to build a cart page that allows customers to personalise their products according to pre-defined options (see wireframe image here: http://i.stack.imgur.com/OY5XF.png). The ...
1
vote
1answer
352 views

Personalization in ASP.Net MVC — friendly URLs, and skinning

I haven't delved into custom generation of friendly URLs in ASP.Net MVC, and was wondering if anyone had suggestions. For example, if John Smith were to create an account on www.example.com, I'd like ...
1
vote
2answers
124 views

What persionalization techniques am I missing for multi-tenant systems?

Hey guys and gals, I am working on a scientific paper about persionalization in multi-tenancy web information systems. The question I have is whether I am missing a personalization technique in the ...
1
vote
1answer
127 views

Profile Provider for ASP.NET That Stores Profile Info in File System

Does anyone know of an open source implementation of an ASP.NET ProfileProvider that stores user profile information in the file system? I would prefer to avoid writing my own if a decent ...
1
vote
3answers
1k views

SharePoint Personalization With Application Pages

I am trying to implement personalization (WebPartManager and WebParts) on ASP.NET application deployed to SharePoint as application pages (Separate application and aspx pages deployed to _layouts). ...
1
vote
3answers
7k views

Add web part programmatically to a Sharepoint Page and save values into the web part personalization store

In my project I programmatically create a web part page and add a web part to it using SPLimitedWebPartManager. I also want to set some properties for the web part and save it into the web part ...
0
votes
2answers
21 views

How do I implement customer personalization using Facebook OpenGraph?

I'm currently integrating the OpenGraph into a restaurant business. The code/scripts provided seem to work fine in a staging environment, however I want to go one step further: when a person visits ...
0
votes
0answers
4 views

Personalization using request attributes

I need to apply a visibility rule to a page based on some information from request object. The information could be a parameter from request, it could be the locale in the request. Can you please let ...
0
votes
0answers
12 views

How does one design a personalized content feed?

This is not a real-time reverse-chronological news feed. There is no concept of followers. Rather, imagine a set of posts with metadata. This set is continuously increasing. Each user has ...
0
votes
0answers
17 views

Real-time personalization function

Our website is trying to realize the real-time personalization function, which means we can identify the website visitor's company and shows the visitors' logo as soon as they click certain area. Is ...
0
votes
0answers
34 views

Customized URL Like Blogspot [closed]

Possible Duplicate: How to create this type of subdomain on the fly like Blogger.com Can any one of you help me out how to give a personalized url like blogspot site in asp.net ex: if abc ...
0
votes
0answers
48 views

How to create personalized search results for users

I have a ASP.NET web app with several thousand users and tens-of-thousands of job posts. If I have user specific information on what kinds of jobs they like, and don't like and what job categories ...
0
votes
1answer
553 views

removal of default public page after login in Liferay

Hi I am new to life ray.. I created a new user (not power user) .. and created personal public and personal private pages.. but when I login I see public pages of the site.. How can I make it to ...
0
votes
0answers
75 views

liferay cms personalization of user pages

I want to display welcome content after logging in based on the user profile or user group.. How can I do this in liferay..?
0
votes
2answers
177 views

how to set Personalizable attribute to generic list in webpart?

I develop web part with custom editor part and faced with this question. Is it possible in web part set Personalizable attribute to generic List? For example I want something like this: ...
0
votes
1answer
265 views

MOSS 2007: How to programmatically store web part properties for a user?

I have a web part which shows data in one of 3 different formats. The format is selected by clicking one of 3 buttons in the web part. This works fine. A request has come through to store the last ...
0
votes
2answers
385 views

Allow visitors to add or remove web parts in SharePoint

Outside of the "My Site" page in SharePoint, is there any way to allow my sites visitors/users to add or remove web parts on pages without giving them contributor writes? I'm working on a corporate ...
0
votes
1answer
82 views

Site Personalization : Font & Background

I have a website with a masterpage and a page called personalize. I Want to change the background image of my site using a dropdownlist from that page. My current background and font are defined in ...
0
votes
1answer
128 views

Dropthings and loading user control content

I started looking at the dropthings portal and I don't understand how the content within the widget gets loaded. My understanding is that the header is in an Updatepanel and the body of the widget is ...
0
votes
2answers
134 views

Personalized windows form and controls?

I wanted to make my own windows style, borders, controls for close, minimize, maximize, etc. I was looking around with terms like "custom windows form", "personalized windows form", "custom controls" ...
0
votes
0answers
18 views

Encode information in downloadable file

What is the best way to code information into a file based on each users request? I could use the filename, but that seems a little sluggish. Is there a way to easily add information to a file ...
0
votes
1answer
151 views

Personalise web part based on various users

I all, I have a requirement where I have to write a web part that configurable to all users. Each user can able to modify the web part and personalise it based on there preference. So when next time ...
0
votes
1answer
58 views

Can Personalization be done using SQL Server 2000?

I am using SQL Server 2000 and ASP.NET 3.5. I want to implement WebParts in my site. But while running my code it shows me an error : A network-related or instance-specific error occurred while ...
0
votes
1answer
59 views

How to force a WebPart appears in all pages of a portal in asp.net?

I'm working on a portal/CMS project and (unfortunately) build the foundation on WebParts platform. However I need to provide an option for admin to choose whether a webpart should be display in all ...
0
votes
1answer
126 views

Can I use handwriting personalization in custom .net app

Windows Vista and 7 both contain the ability to personlize the handwriting recognition. You can train the tablet to recognize your specific style. I know the personlization is used by the Native ...
0
votes
1answer
54 views

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 ...
0
votes
2answers
722 views

ASP.NET MVC, JQUERY Portlets and Personalization

Is there any sample/links/thoughts for implementing asp.net mvc application with jquery portlets and asp.net personalization provider? All thoughts/ideas/feedback are welcome
0
votes
1answer
185 views

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 ...
0
votes
0answers
621 views

ASP.NET: This application was precompiled with personalization turned off, but it appears to have been turned on after the precompilation, which is not supported

This message appear after I publish an ASP.NET 2.0 web site to local IIS folder and try to run it from http://localhost Even if I rebuild/recompile/publish the site with Personalization turned on, it ...
0
votes
1answer
169 views

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 ...
0
votes
2answers
632 views

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 ...
0
votes
1answer
114 views

django admin: company branches must manage only their records across many models

One company with many branches across the world using the same app. Each branch's supervisor, signing into the same /admin, should see and be able to manage only their records across many models ...
0
votes
1answer
167 views

Is there a way to rebuild/repair ASP.Net personalization tables without losing the data inside?

I inherited an Asp.Net app that uses ASP.Net membership services. I am trying to add web parts with personalization to the site, and am getting a lot of errors. It looks like the tables generated by ...
0
votes
4answers
527 views

java webpart like asp.net?

I was reading asp.net webpart technology which gives users some personalization abilities under some rules and tools of webparts. are there something like webpart technology lib under java ?
0
votes
3answers
732 views

Sharepoint custom personalization

I am creating sharepoint custom solution that will show number of drop down in page. The drop down data is shared in may pages. I want to persist selected values of the user such that when ever he ...
-2
votes
1answer
123 views

jQuery for personalised images - Similar to gettingpersonal.co.uk/

Is anybody aware of any scripts around that will function in the same way, or similar to this - http://www.gettingpersonal.co.uk/personalised-pictures/personalised-tree-carving-print.htm ...