I would like to build (or find) a php reporting library that I can use to allow my users to report any type of content as bad. Actually, if they could report content as good (which I guess would mean a rating system) that would be even better. So if anyone knows of a library like this I would love to hear about it.
Anyway, this is how I...
I've got a pretty simple web site project that I want to build using CruiseControl.net.
On one page there is a user control nested within a repeater control, and I need to get a strongly typed reference to that user control in the ItemDataBound event handler:
ASP.usercontrols_stars_ascx stars = (ASP.usercontrols_stars_ascx)e.Row.Fin...
I want a permission that will prevent people from logging in. (So, all users of role X could be temporarily blocked, while keeping their profile pages available.)
Excerpt of the login process from Pro Drupal Development 2nd Edition:
POST from login form
User is blocked?
User is denied by access control?
I want to stop users at step ...
I would like to add a feature onto my site that would allow a user to choose between multiple styles. I am quite new to PHP but I'm guessing it would be able to be done. I've seen this feature on other sites. How would I go about doing this or could somebody refer me to a tutorial or guide on how this can be done? Thank you.
...
I have a user model and a profile model.
user has_one :profile
profile belongs_to :user
On the "show" view of the profile, there's an input field that only the owner of the profile should see. I currently have it limited to where only a logged-in user can see it, but I need it to go further and only appear visible to the user who owns...
Good afternoon all.
User Controls -- Do they serve a special purpose?
As far as I can tell they are no different to forms - they have the same toolbox and features.
Are there certain times when they are appropriate to use over forms?
It would be interesting to understand what they are good for.
Regards
...
I have a user control which contains a StackPanel and TreeView.
All controls have the Height="Auto"
When I use the Cusotm control on a window and set Height, say Height=800
The STack Panel grows to this height, But the TreeView does not auto heigh adjust.
UserControl:
<UserControl x:Class="WPFDataBinding.ucCompanyTreeView"
xmlns="h...
Must I use user.isapproved instead of the a of the above if the user is registered but not approved?
...
How would I go about this?
I know that using Dim currUser As String = Request.ServerVariables("LOGON_USER") retunrs the Domain\Username, but I want to know what Group that user is in say in Active Directory.
Is this possible?
Thanks in advance for any help.
...
In my parentpage I have dropdownlist, multiview and button. Multiview has a user control.
On click of the button i pass the selected value from dropdown to the user control and call the databind method to populate the user control with corresponding data.
User control has gridview which is populated using objectDataSource. I'm using t...
What is your best solution for pulling out exception occuring on a user computer?
For example I send automatically a email when an exception is thrown which body contains the call stack.
Have you experience other quick way to handle user bug?
...
Best alternative solution for ASP.NET AJAX UpdatePanel for dynamically add and remove user controls without full postback
...
You would think it would be a fairly straight-forward problem, but I'm struggling a bit with designing a feature to store the last logon date / time in an ASP.Net (MVC) application.
My first instinct was to simply store the value in the database against the user's profile record and update the value to the current date/time on successfu...
I'm not new to Drupal module development, but am new to the security system. Our users authenticate via a system-wide NetID, so we don't need or want a password. We do, however, still need a local user account so users can post, change their profile, etc.
Because we needed this change fairly quickly, I've modified the /modules/user/user...
Hi Friends.
I am a little new to wpf.
I wanna write a control similar to ComboBox and I'm wondering if anybody knows how to get noticed when a user clicks not inside the combobox boundries. Because combobox closes it's dropdown in this situation.
...
I'm looking for the best way to build clean way to build role/authorisaton-based finders?
In my model schema, a user can have one of several (admin-defined) roles, such as Administrator, Regional Manager, Sales Assistant:
Example Given a User with a Regional Manager role and joined to a Region A, I would like to be able to query what ...
I'm presently building (at this point, prototyping is a better term) a paid subscription site using Drupal. After searching through the Drupal modules - I haven't been able to find anything that will allow me to create a new Drupal account once the user has visited my landing page, decided they want to subscribe, and provided their valid...
I've been thinking about this quite a bit lately, and I would like some feedback from this wonderful community. Is it safe to assume that a user wants to be remembered when they login? And if they are using a public computer, is it safe to assume that they are smart enough to logout before leaving?
...
So I have a user control in my master page. When it's viewed in IE7 (or IE8 Compatibility mode), it renders behind the page content from the ContentPlaceHolders. I've tried manually setting the z-index of every element in sight, and none of it will put the control in front. Has anyone else encountered this? It works in Chrome, Firefo...
When using asp:login, asp:forgotpassword and asp:createuserwizard controls within an ascx. (e.g registration.ascx) it can't find e.g UserName, even tho it exists within LayoutTemplate. Any idea how to fix this?
...