personalization

efficient ways to anonymous personalization using ASP.NET + Cookie

Hi all: 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 I am working on is a relatively high traffic site. The other obvious solution is cookie, but given the limitation of cookie, I w...

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 personalization scope. How can I access the personalization store for the web part. ...

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 visit that page or any other page that have same drop down, he should be able to see is saved value pre selected in drop down. To implement...

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 ? ...

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). I'd like to take advantage of SharePoint personalization provider, so I can just wire up the provider to WebPartManager in the ASP.NET appli...

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 Aspnet_regsql.exe have been changed - probably copied at some point in the past using "select into" causing them to lose all their indexes...

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 (blog, galleries, subscribed users, clients list, etc.). How to solve it best within django? I need a flexible and reliable solution, not hack...

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 Directory and this caused their profiles to be removed from SharePoint. We re-enabled their Active Directory accounts and ran a full import which ...

Web Parts - User Personalization Data in .NET

Is there a way to get a list of all web parts added by each user from the Web Part User Personalization data? ...

Web Part Manager - Personalization Blob Data Extraction

I am adding a Personalizable Attribute to my custom implementation of WebPart class. This will be used by the Web Part Manager while rendering web parts to zones. I need to inject this new attribute and it's value to the existing personalization data for all users. I could retrieve the byte array of the personalization data blob per us...

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 programmtically loop through all the web parts added by each user so that I can set a personalizabl...

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 there. It seems however that the personalization information has noting to do with a cookie...

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 chocolate cake”, “Caramel fudge was posted 8 hours ago by Alice”, etc. The thing is that these events are interest-based, so someone only be inter...

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

Hi there, 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 as follows: 1) Have a filter to authenticate and set a config value in the session 2) My controller code will call something alo...

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 still appears ...

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 implementation already exists - while the API doesn't look to complicated, I'd rather not re-invent the wheel (so to speak). Hopefully this doesn't m...

How does personalization happen of web page?

Hello, 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 magic. But sadly i am using Java and i want to implement this concept in Java. How ca...

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 ...

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 following list: The first personalization is that of model change, where the underlying (data-) model is adjusted to fit a tenant's needs....

How to avoid personalization ion webpart

I have created a webpart...When I compile the same, I get a DB error as "SQL exception"...I googled and cam to know that it's related to the personalization. I do not need to personalize the same...but if I set the property "Enable Personalization" to false..am not able to see the minimize/close part in webpart :( Thanks in advance ! ...