Search

You searched for the word(s): userid:640561

Matching Posts

  • Tracking Progress

    I am looking for a way where I can graphically show progress to a user across a specified travel route. Here is the scenario: I have a pre-defined travel route of about 3000 miles. What I want to do is have an image of the travel route along with another image showing the exact point where I am currently at (in miles). So for example, if I traveled 500 miles, I want my image to move along the travel route 500 miles, then if I traveled another 600 miles that image needs to move along the travel route
    Posted to System.Drawing/GDI+ (Forum) by justin0501 on 2/19/2007
  • Re: Shopping cart or paypal link

    I haven't really done any work on this in quite some time, but you can easily link it to Paypal. Paypal has a few different options but they have a free option which will get you up in going in a matter of hours I would say. Then for every transaction they just take a percentage of the sale
    Posted to Classifieds Starter Kit (Forum) by justin0501 on 12/11/2006
  • Re: SQL vs Access DB

    What issues did you have with SQL Server? And why would you want to use Access over SQL if you already have SQL Server
    Posted to Classifieds Starter Kit (Forum) by justin0501 on 11/17/2006
  • Re: Anyone Got it working on Godaddy?

    It seems you already have a web.config with the Authentication tag defined in the root of your application. I don't think you can have more than one.
    Posted to Classifieds Starter Kit (Forum) by justin0501 on 11/16/2006
  • Re: A New Bug Found today.

    Paggy: Like Marcgel said you will either do one or the other it sounds like, not both. So if you decide you will allow the user to edit their ad, you can update the ad status to pending again just as if they were entering in a new ad.
    Posted to Classifieds Starter Kit (Forum) by justin0501 on 9/22/2006
  • Re: Publishing Your Site

    The final release is out. Mainly bug fixes, any additions are up to you. As far as the aspnetdb you can run the aspnet_regsql utility to create the schema for that database. If you are not able to run that utility I'm sure your host can do it They give you the scripts for the Classifieds DB. Change your connection strings accordingly and you should be good to go. I'm sure there will be a few bugs to work out but most are quite minor.
    Posted to Classifieds Starter Kit (Forum) by justin0501 on 9/10/2006
  • Re: Giving approval to site postings

    I have not done this but an idea might be to change the IsApproved field value in the aspnet_membership to False when they register, then generate a validation key for that user, save it to the database, and send it off to his/her email address. Then once they validate your generated key, change the IsApproved value to True so they can log in. The IsApproved value for a membership user is checked during the call to ValidateUser by the SqlMembershipProvider . If the IsApproved property returns false
    Posted to Classifieds Starter Kit (Forum) by justin0501 on 8/31/2006
  • Re: Cannot Send E-mail from my live website

    I'm not really sure from that error message. I'm guessing the SMTP server is not authenticating the supplied credentials correctly. Who is hosting the website?
    Posted to Classifieds Starter Kit (Forum) by justin0501 on 8/30/2006
  • Re: Giving approval to site postings

    That is why I suggested to turn that feature off. If one wanted to I think it would be rather easy to require activation after editing as well, just change the ad status after they save the edited ad
    Posted to Classifieds Starter Kit (Forum) by justin0501 on 8/29/2006
  • Re: Giving approval to site postings

    As Paggy was saying you do have the ability to do this. If you go to Site Administration, Manage Settings, and check the box: Ads require activation before appearing on the site. Each Ad that is not activated will not be displayed but obviously is still in the database. Then you or someone as an Administrator have to go in activate the ad. What I did was just hooked the site up with paypal, then once they enter in a payment the ad gets activated automatically. I figured most people will not post
    Posted to Classifieds Starter Kit (Forum) by justin0501 on 8/29/2006
Page 1 of 14 (138 items) 1 2 3 4 5 Next > ... Last »