hey dudes,
my first question anyway,
i have made a single user dungeon and am looking to change it in to a multi user dungoen how can i do this by the way im using python to make the sud in to a mud lol
Hey people I've got an issue with a WPF project I'm working on, I have an items control which I add to and remove from certain user controls, these contols styles and attached properties are there on first view but when I remove and add them again the user control apears on screen but is detached from the items control attached properties and styles. Is this behaviour common and if so what is the best way to handle it?
Thanks in advance
in my app the user saves data in archive using core data and sqllite.
1. is there a way letting him the option to back up his data and restoring it in the future?
2. does the user info is backed up with the iphone regular back up?
thanks
shani
I want to develop an application which has a graphical user interface that could be developed by using different widget toolkits. For example I want to use Qt, GTK+ or even ncurses as a building block for my user interface for the same application. Moreover users could choose which GUI implementation will be used during the next startup of the application without recompiling it first. I wonder what are possible design strategies and design patterns used in the implementation of this design?
For example: if I am retrieving User.Identity.Name, does it come from .ASPXAUTH cookie or is retrieved from the database using my membership provider?
Are any database requests made when I access User.Identity?
Thanks.
EDIT: Right now I am pretty sure it comes from an authentication ticket cookie, but can't find any official documentation to confirm this. Anyone?
I have a user profile property. user not assigned any value that property. If I use below code. It is thorwing exception " object reference not set to an instance of an object "
userprof["OptOut"].ToString()
I tried all types
like
if (userprof["OptOut"] != null)
OR
if(userprof["OptOut"].Value != null)
nothing worked out for me.
Here userProf object has value. userprof["OptOut"].Value is null
How to handle this?
I am adding twitter oauth login to my site . and so far i got it to work using oauth.
however every time i login i go through the whole authorization process. ( the prompt that allows the user to request or deny the application)
is there a way to by pass that once the user has authorized the app?
Perhaps i am misunderstanding the process also if so could you please clarify?
thank you
Hey all,
Simply my question is about defining the type of an instance in run time, and this type is user-defined.
Something which looks like this:
Type instance1;
In run time, the user is going to choose for example "int", then there 'll be,
int instance1;
Any suggestions?? is downCasting efficient here?
Hey,
I've been reading the documentation, but this is appears to be impossible. Does anyone know how to search the favorites of a user, using the youtube search api?
Pretty much we'll have a user favoriting videos, and we want to be able to use the youtube search api, to search only on those videos.
/thanks
Basically I'm looking for a solution where a user is notified five minutes before the session expires.
The ideal solution will be count down notification that will have an option to renew the session.
If the countdown timer expires without the user refreshing the page, I need to log them out.
By default when system() and exec() functions are used in PHP the default user is SYSTEM so I can never see the result. Is there a way to change the user it runs on?
Hi,
I have a website in php which is using 4 frames(top, left, middle and right). The middle frame
contains the web user control coded in asp.net. Now, in the right frame( which is coded in php ) some javascript contains the id of the items selected in right frame. I need to get those ids to the middle frame on asp.net user control. How can i do this?
I am looking to use javascript to extract the GET parameters from a user inputed url.
For example is a user enters a url say:
http://www.youtube.com/watch?v=ee925OTFBCA
I could get the v parameter
'ee925OTFBCA' as a variable
Thanks in Advance.
Hi
I want to create log in page with c# asp.net.
I do it.
Now when the user is log in, I want to get user ID and use it in other page.
How can i do it?
Thank you for your help
It appears that cygwin doesn't support user context switching (supported by ucontext.h).
Given I need to developed a user-context switching application under cygwin, is there any solution for this?
Hi,
In aspx page, I am using a user control which contains a button. I need to hide the button(which is in user control) when a checkbox(in aspx) is clikced. I have a postback for checkbox. I want to hide the button when the checkbox is checked. In which event I should do the hiding and unhiding?
Please help
Thanks
Lijo
So I have PODS installed on my wordpress site that I am developing. I need to put up a user registration system such that once the user registers, he/she can be directed to POD pages that I have created.
Can I just use the default registration system that comes with wordpress and redirect users based on a default role I assign to them? I basically don't want my potential users to view any part of the admin site.
Any help is appreciated.
I'm trying to find the user's location using:
CLLocationCoordinate2D _location;
CLLocation *userLoc = nil;
if(appDelegate.clLocationManager.locationServicesEnabled){
userLoc = mapView.userLocation.location;
_location = userLoc.coordinate;
}
The problem is that I haven't yet initialized the map so the above doesn't work. Is there a way to get the user's location without using mapkit? Or should I be using a different technique?
Hi
i have a problem like this
i have two text boxes(A,B) which i have selected as " Computed when Composed "
when 'A' Login then in Text A Current User Login Name Should come automatically,
if 'B' Login then 'B' user name should come automatically in 'B' Text and it should be saved when i submit the form to the next level
how to do this ?
Regards
Smitha
I have to write a user manual for my product, and I have been searching for a standard for the last three days. I didn't find any useful information. Can anyone guide me as to what standards exists for this purpose (User Manual Writing)?
If there are some good suggestions, that will also help me.
Thanks in advance.
Hi there!
I´m building a website and i need to store somehow some informations that i will use in the whole site depending of the user type logged in.
Example:
1) User XPTO logs in
2) Query DataBase to see where he belongs
3) Store those 2 or 3 fields that i will get in Database in a persistent way to use it in the whole site.
My question is: Whats the best practices to do this?
Best Regards
Thanks in advance for your help.
I am wondering how I might go about accessing the screen resolutions available on a user's PC. I would like to get a list of all available resolutions and also determine what the user is current running at.