473,462 Members | 1,243 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

In memory of a friend!

Hello all!

Not sure how this should be posted. If I understand my reading. i'll need Visual Basic .NET, ASP .NET,
and ADO .NET. So I've posted this thread in all three newsgroups. I apologize up front if this was a mistake.

A little background. I've got a large collection of movies in VHS and DVD formats. I've been categorizing
them like they were in a database (i.e. Movie Title, Director(s), Writer(s), Cast, etc.), but using a simple
text file.

I have a MS Windows SharePoint Services (WSS) site, and I thought it would be a great idea to finally
put the info in a formal database (I'm using SQL Server 2000 as the underlying database for WSS).

A very close friend volunteered to take on this project and come up with a way to query for particular
movies. His plan was to use Visual Basic .NET and what else I'm not sure. Well, the week before Xmas
my friend died unexpectently. And to his memory I'd like to complete the project on my own, and maybe
a little help from a couple of newsgroups. I'm just not sure where to start?

I've been doing some reading and as I mentioned above, it seems I'm going to need Visual Basic .NET
along with both ASP .NET and ADO .NET. Am I right in that assumption?

How I envision the movie portion of the WSS site!

There'd be a quick-launch link on the main page. This would take you to a page where half would
be setup to search the database for a particular movie. You would put in your search criteria, Movie
Title (or what you thought the title was), actor(s), or Director(s). Clicking the [SEARCH] button would
bring up another page with the search results. The results of course would be hotlinked movie titles,
movies that actor(s) starred, or Director(s) directed. Clicking on one of these hotlinks would take you to
that particular movie page on the server. Does that make sense?

The bottom of this initial WSS page would also list the alphabet. Maybe 4 rows of 5 and 1 row of 6.
Clicking on these hotlinks would take you to a page with that particular alphabetical listing of movies
with hotlinks to the particular movie page.

I've been copying the small movie posters from imdb.com, and I've found a place where I can get movie
trailers, both of which this movie page would house along with all of the other movie info.

I know I'm being overly long, but I wanted to explain exactly what the plan was.

Now, where do I start? I've got a little experience with Visual Basic .NET, probably enough to get me in
trouble, but what else do I need to complete this project? Any help would be greatly appreciated!

To the memory of JB!

TIA

Hodgepodge
Nov 18 '05 #1
2 981
If you're using a WSS site, why don't you just put your movies into a
Document Library? That is a built-in feature of WSS, and requires no
programming on your part.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Hodgepodge" <wi******@hotmail.com> wrote in message
news:3E**********************************@microsof t.com...
Hello all!

Not sure how this should be posted. If I understand my reading. i'll need Visual Basic .NET, ASP .NET, and ADO .NET. So I've posted this thread in all three newsgroups. I apologize up front if this was a mistake.
A little background. I've got a large collection of movies in VHS and DVD formats. I've been categorizing them like they were in a database (i.e. Movie Title, Director(s), Writer(s), Cast, etc.), but using a simple text file.

I have a MS Windows SharePoint Services (WSS) site, and I thought it would be a great idea to finally put the info in a formal database (I'm using SQL Server 2000 as the underlying database for WSS).
A very close friend volunteered to take on this project and come up with a way to query for particular movies. His plan was to use Visual Basic .NET and what else I'm not sure. Well, the week before Xmas my friend died unexpectently. And to his memory I'd like to complete the project on my own, and maybe a little help from a couple of newsgroups. I'm just not sure where to start?
I've been doing some reading and as I mentioned above, it seems I'm going to need Visual Basic .NET along with both ASP .NET and ADO .NET. Am I right in that assumption?

How I envision the movie portion of the WSS site!

There'd be a quick-launch link on the main page. This would take you to a page where half would be setup to search the database for a particular movie. You would put in your search criteria, Movie Title (or what you thought the title was), actor(s), or Director(s). Clicking the [SEARCH] button would bring up another page with the search results. The results of course would be hotlinked movie titles, movies that actor(s) starred, or Director(s) directed. Clicking on one of these hotlinks would take you to that particular movie page on the server. Does that make sense?

The bottom of this initial WSS page would also list the alphabet. Maybe 4 rows of 5 and 1 row of 6. Clicking on these hotlinks would take you to a page with that particular alphabetical listing of movies with hotlinks to the particular movie page.

I've been copying the small movie posters from imdb.com, and I've found a place where I can get movie trailers, both of which this movie page would house along with all of the other movie info.
I know I'm being overly long, but I wanted to explain exactly what the plan was.
Now, where do I start? I've got a little experience with Visual Basic ..NET, probably enough to get me in trouble, but what else do I need to complete this project? Any help would be greatly appreciated!
To the memory of JB!

TIA

Hodgepodge

Nov 18 '05 #2


----- Kevin Spencer wrote: ----

If you're using a WSS site, why don't you just put your movies into
Document Library? That is a built-in feature of WSS, and requires n
programming on your part

--
HTH
Kevin Spence
..Net Develope
Microsoft MV
Big things are made u
of lots of little things
Hi Kevi

First of all, thanks for your reply!

Will adding the movies to a Document Library give me
the functionality mentioned in my initial thread

Thanks again

Hodgepodg
Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Silver | last post by:
Hi everyone, my program compiles and executes, but I get an error during run-time. I guess it has something to do with memory allocation (which I don't seem to fully control yet).. Here's the...
3
by: Bryan Parkoff | last post by:
I have C++ Primer Third Edition -- Author Stanley B. Lippman and Josee Lajoie. I have been studying it for couple months however it does not provide a valuable information which it is about...
1
by: bw | last post by:
I have a basic custom collection that throws a new exception if the item(key) is not found in the collection. This is used as part of a calling function. It all works correctly, the problem...
0
by: Hodgepodge | last post by:
Hello all! Not sure how this should be posted. If I understand my reading. i'll need Visual Basic .NET, ASP .NET, and ADO .NET. So I've posted this thread in all three newsgroups. I apologize up...
0
by: Staticbob | last post by:
Hi, I have an app that is interfacing with a large SQL dbase. I have generated a database class to house all of the Data adapter and SQL commands, I have posted example code below. I can now...
1
by: LintDiggy | last post by:
My vb6 application has a nasty memory leak that I can't trace for the life of me. I have an ActiveX object that I've created called an Operation. The control has the following components : ...
17
by: Cesar | last post by:
Hello people. I'm having a Winform app that contains a webbrowser control that keeps navigating from one page to another permanentrly to make some tests. The problem I'm having is that after a...
11
by: balach | last post by:
hi all; i am new in .NET and i am assigned work like this. my question is that, 3 clients are connected wtih server on LAN, i want to get the cpu usage and physical memory usage of one client...
1
by: bingo | last post by:
Hi, All: I'm really new to C++, so please forgive If I asked stupid questions: I was trying to use the following Vector class to do some calculations: ============================= class...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.