[android]how can i create customize profile like meeting etc
i m new in android i want to create application that gives option for create new profile (like meeting,outdore etc),manage profile(not location base it's manually) plz help me ...
i m new in android i want to create application that gives option for create new profile (like meeting,outdore etc),manage profile(not location base it's manually) plz help me ...
Hi everyone, I have a web application which uses membership and profiles. I successfully used the WebProfileBuilder extension, so my profile class is correctly generated, and is working nicely. However, after a new request of my client, I need now to move that profile management part into another assembly (so I'd be able to get profil...
Hi friends, I'm a newbie drupal... I'm working on my first Drupal project. I need to make an events page for some conferences. I create event content type, and creating fields like date-place-title-etc with CCK. There are also speakers, can be up to 20. each speaker has photo-namesurname-position. same speaker can be added to more than...
hello .... i have a image and i want to set this image as the users profile image. i came to know that we cannot upload directly to "Profile pictures" so i uploaded it in some other album and now i want to set this image as its profile pic ??? any idea how can i do that using fbconnect ? thanks in advance ...
i added a profile field to registration form. how to show in edit registration (account) form . i wrote a module for edit account in that $form [function editregistration_form_user_profile_form_alter(&$form, &$form_state) ] doesn't contain the values of custom profile fields. ...
Can any one suggest simple code snippet for combining account and profile tabs in drupal 6. i'm using onepageprofile module it works fine but any other simple solution ? ...
I saw the other question here with the similar error yet their fixes did not help. I have a jailbroken iphone 3.1.2, and I just purchased apple's $99 dollar thing and I'm trying to make it so I can debug my apps on the phone. The device installs but will not run when clicked build and go. If I click on the icon made on the iphone it wo...
The idea is have a jQuery snippet (I like Jquery...I can understand it better then regular javascript) that will detect that when it has been run on a profile with a url such as "http://customize.forum-motion.com/profile.forum?mode=viewprofile&u=1" (just as an example)...then upon detecting that it is a url of a profile...fetch data ...
I know you can add defaultValues using the web.config like this: <profile> <properties> <add name="AreCool" type="System.Boolean" defaultValue="False" /> </properties> </profile> but I have the Profile inherited from a class: <profile inherits="CustomProfile" defaultProvider="CustomProfileProvider" enabled="true"> <...
Hello. I am working on an MVC 2 application where I need users to add custom fields when they register, for example age, phone number, full name, etc. Investigating I found this blog entry where they use ASP.NET Profiles and customize the CreateUserWizard control. My problem has been that I cannot get this to work since in MVC I have ...
I'm trying to add the sample table profile provider from http://www.asp.net/downloads/sandbox/table-profile-provider-samples to a new MVC 2 site. After a bit of research and fiddling around, I've arrived at a profile class that looks like this. namespace MyNamespace.Models { public class UserProfile : ProfileBase { [Set...
I'm a web developer, and know my way around with php, jscript and little flash. However i was wondering how can i allow my user to use their webcam to capture pic for their profile? Is it possible with HTML5 or i will have to use flash? ...
Hi expert Pythonists out there, I am starting to use cProfile so as to have a more detailed timing information on my program. However, it's quite disturbing to me that there's a significant overhead. Any idea why cProfile reported 7 seconds while time module only reported 2 seconds in the code below? # a simple function def f(a, b): c...
I have an end user that, when downloading email at home (on his laptop), can't use his "work" email server (SPF settings). He must change to the local cable company outgoing server. To do this, he has to start Outlook, go to Account settings, and change the SMTP server from mail.companydomain.com to rr.tx.twc.com. And of course, at work,...
Hi! I am writing module which allows to quick add users only by providing First and Lastname (without emial address or user name). Those users are 'ghost' like, just for a temporary uses. Before adding user module needs to check if user with the same first name and last name already exists in system to avoid creating multiple ghost user...
Hi guys, I'm creating an online based system that has public user profiles for all users.. I'm wondering how to organize the URLs for these public user profiles? What could be better for the SEO and of course for the user friendliness? {username}.mysystem.com or mysystem.com/{username} or maybe even mysystem.com/users/...
I have succesfully finished testing my app on iphone by AdHoc Distrubution and now wanted to submit for AppStore. But there is a problem during creating a Distribution Provisioning Profile for AppStore. After creating this Profile the status is still PENDING. How long it takes? There were no delay after creating Distributing profile fo...
Using asp.net profiles, I've stored a complex type (class) and retrieved it. But it is returning a new object that is not initialized instead of null? Is this the expected behavior, if so how can I determine if I've saved data for the given user? should be some easy points for someone to pick up.. ...
Hello, I'd like to test the new version of my app as an update of my former version. So I installed the older version from Appstore. Here's my problem : when I try to deploy the new version on my device (iphone 3G) : build is ok, install seems ok but when the app launches there's only the default.png that shows 1 second before everyth...
We have a small text box with 512Mb of ram. We wanted to see how many threads we can create in Java in this box. To our surprise, we can't create many. Essentially the minimum stack size you can set with -Xss is 64k. Simple math will tell you that 64*7000 will consume 430Mb so we were only able to get it up to around 7000 threads or so a...