user

On-line business card creator with PDF proof

I'm doing some research, and looking to create a simple on-line business card creator. I need to give users the ability to pick a business card template and then update the text with their own information. Then I need to create a PDF proof for the user to sign off on, as well as create a hi-rez pdf for print. Can anyone point me in the ...

drupal multiple interest of user

hi i want to refresh user page with different data but with same template (user-profile.tpl.php) by simply clicking tabs. Can any one suggest the best way to do that ?. for ex: tab1:sports , tab2: music tab3: literature by clicking tabs the template is same but the data is going to refreshed. Note: Look like profile categories but n...

How to delete unused users after TFS2010 Migration-Upgrade from TFS2008

I have a situation where after performing a migration-upgrade of our TFS2008 server to a new domain, I have a bunch of straggling users from the old domain that never created anything inside the 2008 server, nor need access anymore. Does anyone know how do fully delete these old domain users from TFS2010 post-migration? Thanks, John ...

Daemon running as user nobody needs to copy file from Desktop

I have a daemon that is running as user nobody. It needs to copy a file that I specify into /Users/Shared/MyFolder If I tell it to copy a file that is already in /Users/Shared/ it works fine. If I tell it to copy it from somewhere in my home directory like the desktop, the copy fails. I'm using NSFileManager copyPath:toPath: Any ideas? ...

sharepoint moss 2007: How do I show different categories of events to different categories of users?

Consider a user group: Canadians, I want to show them only events with either Canadian category or Canadian location. Is this possible? ...

Sharing user session variables between Magento and Symfony

Hi, One part of our website will be built using Symfony the other Magento. I would like to know if it is possible to share user session variables between two of them. Thank you! ...

How can I check if a user has written his username and password correctly?

I'm using a Linq-to-SQL class called Scans.dbml. In that class I've dragged a table called Users (username, password, role) onto the graphic area and now I can access User object via a UserRepository class: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Scanner.Classes { public clas...

How can I raise a parent event from a user control in WPF?

I have a user control that is loaded into the parent window, and I want to raise a parent event when a button on the user control is clicked. How can I communicate with the parent through my user control in WPF? ...

Windows XP: RegSvr32 /i:[cmdline]: What exactly is "Command line" in this case?

I am trying to register a dll using regsvr32 in a cmd window. I do this on an administrator account, but I need this dll to be registered for all the users. Turns out regsvr32 does not do that, it only registers for your current user. Well, when you use it this way anyways: "regsvr32 /i "C:\MyDll.dll"" What happens; The entry is added to...

.NET Application_BeginRequest - How to get User reference?

I'm trying to get a reference to the user object in my Global.asax file's Application_BeginRequest. I'm using the property Context.User but I get a NullReferenceException. Is it possible to get a user object reference in Application_BeginRequest? ...

Free UsersVoice

Hey guys, I'm looking for a free website similar to usersvoice.com or a free script to generate some feedback towards my website, if you know the answer, I will appreciate it a lot... ...

drupal user names and url

How special characters in username converted to user path (users/username). i'm asking because when i use . in user name its removed in user path. for ex: stefan.z path will be users/stefanz ...

Suggestions on User Experience books

I realize this type of question may have been asked before but I feel mine is more specific. Can you make some suggestions on user experience books that focus on web development and less so (if at all) on design? Edit: The only book I have so far is Steve Krug's "Don't make me think" ...

Good examples of dynamic error messaging ?

Yesterday I came accross an interesting blog post describing the need for stronger user interface design for software error popups, they use apple as an example - thought i'd share: http://bit.ly/9qBZLM This got me thinking - could you build something like this dynamically to handle a variety of exceptions / errors? Any examples of ot...

How to programmatically open Microsoft Infopath in C#?

I need to provide the equivalent of a hyperlink to open a new infopath form within my UI. However, that is all that the button should do - open the correct form by filepath, in InfoPath, and then the reference should be dropped. Does anyone know how to do this? Thanks!! badPanda ...

In MS-SQL Server, How to change a db User from WithoutLogin to be associated with a login

I have an existing database. It has 1 non-default user (that is Without Login), and that user is the dbo. How do I associate this user with a login? ...

When I drag and drop my user control onto the design surface, it is showing up as a LINK?

Has anyone seen this. Ive done this before and its not been a problem, but now I am trying to drag and drop and it keep showing the files location in a link... ? ...

gitosis: same user multiple machines

In git/gitosis a single ssh key is stored with the filename the same as user name. i.e. myusername.pub If I want to access a repository from many machines, must I make a new user from each location or is there a way to have multiple ssh keys for a single user. ...

Using Web User Controls instead of Web Forms

I've been using ASP.NET (C#) for the past two years. I have learned so much but there is still much more to learn :) I've used MasterPages, 'Web User Controls' for things like headers, navigation, footers etc. One thing I have never truly understood is the practice of using 'Web User Controls' for your content and logic; Home.aspx ---...

How to build an app whose main page shows data and login form with cakephp?

I'm developing a basic application with Cakephp. It´s a FAQs page with login for an administrator that can edit the FAQs. The problem is that I want to show the FAQs in the main page as well as a form that allows admins to login. I've seen examples but I don't know how to follow correctly the MVC. How should the Faq, User and (possibly) ...