personalization

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 do a personalized control as we do with Visual Basic. PS: I want to do a personalized Tex...

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

Hi everyone, 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 for his homepage to read www.example.com/JohnSmith -- along with the option for him to choose his URL. The ideal is for thi...

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 settings. It seems like a code or design smell to me that I am retrieving the userid and settings each time a controller in that area loads up? ...

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 Windows Tablet Input Panel (TIP), the OS's handwriting control. Does the .NET SDK provide access to this personlization data so that my ....

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

Hi, 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 pages or not. Finally I've found a nice article from Damon Armstrong that describes a way to store all personalization data of a group ...

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 establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL ...

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

Implementing Webparts personalization without Membership provider.

Hi, I want to implement webpart personalization. But I have existing structure for login and role. So, I can not use default personalization (membership). Is it possible to implement webpart personalization without using default membership and role provider? Please share your idea regarding this. Thanks in advance, Naresh Goradara ...

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.imgur.com/OY5XF.png). The personalisation must be on the cart page for user experience. Technically speaking, what is the best way to build this type of feature? I have been suggested ...