CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting
ASP.NET MVC Ready – 3 Months Free and Free Setup



Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.classifieds_starter_kit Tags:
Item Type: NewsGroup Date Entered: 4/20/2006 2:16:49 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 11 Views: 27 Favorited: 0 Favorite
12 Items, 1 Pages 1 |< << Go >> >|
paggy4u
Asp.Net User
More Information here about this StarterKit4/20/2006 2:16:49 AM

0

Hello,

Let me thank first my Forum Friend " Office Pro "  for providing me a link to download this
Classified StarterKit.

Its here....
http://msdn.microsoft.com/vstudio/eula.aspx?id=6CAB323A-7655-4351-9F10-A5B51F66A02D

Let me provide more details. I had already posted a thread about new and more starterkits comming soon. You may read it here....

During my personal email correspondence with Mr. Jeff King, he was very kind enough to answer all my questions about New StarterKits with indepth details.

As per his email, this Classified StarterKit is currently in beta2 stage. That is the reason, this Classified is not shown as a StarterKit in www.asp.net section. This kit will be available as an official StarterKit in StarterKit section  once it crosses beta stage and enter FINAL Stage. This will happen in Last days of APRIL 2006.

I have already downloaded the kit and have installed it without any hassels.

All I can say is I am very happy with this Kit and specially uploading 5 photos togather with immediate view facility is the one i liked most.

All i could not find was the admin control panel. Rest is Great. I shall  be oblidged if someone will provide me a way to enter admin panel.

Thanks

Paggy4u




Paggy4u
-----------------------------------------
An Unblinking eye on IronRuby,Asp.Net and .Net
http://ironruby.blogspot.com/
paggy4u
Asp.Net User
Re: More Information here about this StarterKit4/20/2006 11:28:15 AM

0

paggy4u:
Hello,

All i could not find was the admin control panel.
Rest is Great. I shall  be oblidged if someone will provide me a way to enter admin panel.



----------------------------------------------------------------------------------------
Ok, i have found the solution. You just have to create a Role as an Administrators and a Profile as user.

Once you login as an administrator, you are welcomed with a Control Panel.

The starterkit also comes along with SQL for sql 2000, so anyone wanting to start with sql 2000 may also proceed, rather than working with sql express or sql2005. Please refer the data directory after installation.

Paggy4u

Paggy4u
-----------------------------------------
An Unblinking eye on IronRuby,Asp.Net and .Net
http://ironruby.blogspot.com/
ruckme
Asp.Net User
Re: More Information here about this StarterKit4/21/2006 8:22:29 AM

0

Yes.  i can

You make yourself an administrator in the asp.net config site.  Then logon to site and an extra tab appears at the top.  Also an extra link appears at the bottom.

I am having problems with the images though.  i have set them to be stored on the file system.  However it seems to rename them wrongly and will not display them.

 

paul

sep1008
Asp.Net User
Re: More Information here about this StarterKit4/21/2006 8:08:42 PM

0

ruckme:

I am having problems with the images though.  i have set them to be stored on the file system.  However it seems to rename them wrongly and will not display them

paul

Yes, theres a bug.. but if you use the database everything works well.  Can't wait for this to come out of beta.

OfficePro
Asp.Net User
Re: More Information here about this StarterKit4/21/2006 9:08:46 PM

0

Glad to hear you are having a lot of success! I am thinking about using this starter kit for my office. I want to be able to create a classifieds site for employees of my company. I think Microsoft has something similar for their employees. I hope to post a link when its all done. Paggy4u, please keep us informed of your progress!
paggy4u
Asp.Net User
Re: More Information here about this StarterKit4/22/2006 3:56:39 AM

0

Hello,

I do agree that there is a severe bug in storing Images in files. It stores perfectly in databases, but not in  Files. I think this bug will be solved in final release.

The NEXT serious bug which i noticed is that the form does not come for approval again after changing/updating the matter. The form comes for activation and approval only for the first time. Once it is approved it loses the track. I Personally think that Form should come for approval every time there are any changes done. Since anyone can misuse with the contents and upload nasty photographs or edit the form once gain with abusive language also. This BUG should be seriously taken into consideration.

Thanks

Paggy4u


Paggy4u
-----------------------------------------
An Unblinking eye on IronRuby,Asp.Net and .Net
http://ironruby.blogspot.com/
tmorton
Asp.Net User
Re: More Information here about this StarterKit4/22/2006 4:02:48 AM

0

paggy4u:
The NEXT serious bug which i noticed is that the form does not come for approval again after changing/updating the matter.

Now you know why the ASP.NET Forums does not allow moderated members to edit their own posts... ;-)

I agree with your assessment.

Terri Morton
Program Manager, Telligent

Wissen ist Macht
How to ask a question
dr.forex
Asp.Net User
Re: More Information here about this StarterKit4/22/2006 6:38:36 PM

0

paggy4u:

I do agree that there is a severe bug in storing Images in files. It stores perfectly in databases, but not in  Files. I think this bug will be solved in final release.


If it is interesting, I solve this problem by adding string
SELECT  @Id  AS [Id]
in InsertPhoto stored procedure in CLASSIFIEDSDB.mdf before
RETURN @Id

After this
photoId = Convert.ToInt32(db.InsertPhoto(adId, null, null, null, useAsPreview, DateTime.Now));
gets correct ID, and filenames not equal 0.*.jpg as early. 
sep1008
Asp.Net User
Re: More Information here about this StarterKit4/23/2006 11:46:09 PM

0

Nice... Thanks!

paggy4u
Asp.Net User
Re: More Information here about this StarterKit4/25/2006 2:58:44 PM

0

OfficePro:
I think Microsoft has something similar for their employees.
 


----------------------------------------------
Hello Office Pro,

Could you kindly provide a link for the classifieds for microsoft  employee. May be i can learn something more with that reference too.

Thanks

Paggy4u

Paggy4u
-----------------------------------------
An Unblinking eye on IronRuby,Asp.Net and .Net
http://ironruby.blogspot.com/
OfficePro
Asp.Net User
Re: More Information here about this StarterKit4/25/2006 3:22:07 PM

0

Unfortunately, Microsoft's is employees only (which I am not). You can however, check out their public classifieds, Expo. These were inspired by their internal system.

http://expo.live.com/default.aspx

Hopefully, this site will give you some good ideas for your own pages. Good luck!

paggy4u
Asp.Net User
Re: More Information here about this StarterKit4/26/2006 4:53:39 AM

0

Hello OfficePro,

It seems we are sailing in the same boat. I had already posted a thread in the beginning of april to know more about this classified site from Microsoft.

Here is the thread

Unfortunately i was not able to collect more details about this classified site. I had also emailed the creators of this portal, but no answer so far.

Thanks again for help

Paggy4u


Paggy4u
-----------------------------------------
An Unblinking eye on IronRuby,Asp.Net and .Net
http://ironruby.blogspot.com/
12 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Visual Web Developer 2005 express edition for dummies Authors: Alan Simpson, Pages: 358, Published: 2005
The Coaching Starter Kit: Everything You Need to Launch and Expand Your Coaching Practice Authors: Coachville Com, Pages: 348, Published: 2003
Engineering the impossible: a starter kit Authors: Ian Moore, Pages: 296, Published: 2001
Internet starter kit for Macintosh Authors: Adam C. Engst, Pages: 990, Published: 1994
Visual Studio 2008 All-In-One Desk Reference For Dummies Authors: Richard C. Leinecker, Rick Leinecker, Vanessa L. Williams, Pages: 816, Published: 2008

Web:
More Information here about this StarterKit - ASP.NET Forums Let me provide more details. I had already posted a thread about new and more starterkits comming soon. You may read it here. ...
Amazon.com: Kyjen Dog-Agility Starter Kit: Kitchen & Dining Hello. Sign in to get personalized recommendations. New customer? Start here. ..... 7691 customers have contributed 5303 products, 191 discussions and more. ... Product Information from the Amapedia Community. Beta (What's this?) ...
Ron Jacobs : WCF REST Starter Kit Preview 2 Is Here Mar 13, 2009 ... The project is here http://www.tavis.ca/files/httpClientGui.zip. and blog post with a bit more information regarding my motivations for ...
How to Start a Daycare Do you want to make more money? Who doesn't? Here's a little secret that ... The Daycare Starter Kit is packed full of the information that you need on how ...
GoVeg.com // Order Your FREE Vegetarian Starter Kit! Your source for great-tasting vegan and vegetarian recipes, information on all ... on making the switch, and much more. Click here to order a kit for a friend. .... By signing up here and giving us your details, we're taking that as ...

Need Help...Problems With Site Working with GoDaddy.com - ng.asp ... I create my table from App_Data (Classifieds Site Starter Kit) with the Query Analyser. .... more information here about this starterkit ...
'http://schemas.microsoft.com/.NetConfiguration/v2.0:configuration ... Take a look for more information here: http://weblogs.asp.net/scottgu/archive/ 2005/12/02/432077.aspx. Grz, Kris. ...

Videos:
Torque X Platformer Starter Kit This video shows the GarageGames Torque X Platformer Starter Kit in action. The first part of this video shows the entire level building ...
Gone Green Starter Kit Buy Here http://shop.windowcleaningresource.com/category.sc?categoryId=28 Gone Green Starter Kit Unger http://shop.windowcleaningresource.com ...
(Shaklee Products) *SECRETS* Behind The Most Successful!! http://www.CreatorstoWealth.com Charlie Deleon Guerrero shaklee products (shaklee products) "shaklee products" shakleeproducts at http://www ...
Project Generations: Networked Movement Demo This is a demonstration of movement as a networked service in our MMO using the Torque Game Engine. Since we are very early in code and asset ...
03/03/2009 - The 2 Minute Trade by Greenrush Capital ... visit http://www.greenrush.com for 30 free days of our market analysis. If you are looking to diversify OUT of stocks, bonds and real estate ...












classifiedsview_ads - error?

dollars to pounds

reduce size of featured ad

how to load the classified kit to 1 and 1.com

how do i remove one of the tabs at the top?

where to find sample code / new features for this starter kit?

extended classifieds - sql

different questions for different categories

classifieds site starter kit

fckeditor integration

setup problems

theme on host server not working

http://onlinetrade.qsh.eu

table format

sql error

need help writing a dynamic image link . . .

classifieds starter kit in sql server 2005

dal layer(1)

search function, dos not search with username

installation help

answering to a posted ad...

error after uploading classifieds.

where is the subcategory table? i am trying to implement a multiple dropdown

how to update classifieds starter kit template in vs2005?

download ability

uploading video - [httpexception (0x80004005): request timed out.]

how to create .sql files?

i need help with the classifieds starter kit

adsdatacomponenttableadapters

help with error (could not find stored procedure 'dbo.getadsbyrandomorder')

   
  Privacy | Contact Us
All Times Are GMT