473,545 Members | 2,444 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to build a slide show?

Hello All!

After working in the television industry, moving to a developing career has
been interesting to say the least. 3 years of developing with books, and the
help of you fine folks on this forum, I have learned quite a bit. But that
doesn't mean anything when your looking for your first developing gig. 15
years in television production, and not having a college degree in Computer
Science does not make me a very good prospect.
But, I have come across a job that is giving me a test, to see what I can
do. The test is to build a web site with a main focus on a slide show. I can
handle the pics and stuff, but I never built a slide show. I will be
searching tonite for ideas on how to create this, but if anybody knows of
some good examples or articles on how to this, it would be greatly
appreciated. The language I'm working with is VB.net.

TIA!!!

Rudy
Nov 19 '05 #1
7 3052
> After working in the television industry, moving to a developing career
has
been interesting to say the least. 3 years of developing with books, and the help of you fine folks on this forum, I have learned quite a bit. But that doesn't mean anything when your looking for your first developing gig. 15
years in television production, and not having a college degree in Computer Science does not make me a very good prospect.
But, I have come across a job that is giving me a test, to see what I can
do. The test is to build a web site with a main focus on a slide show. I can handle the pics and stuff, but I never built a slide show. I will be
searching tonite for ideas on how to create this, but if anybody knows of
some good examples or articles on how to this, it would be greatly
appreciated. The language I'm working with is VB.net.


Define 'slide show'. If it's merely a set of images that you navigate
through, you could build a tool to allow people to upload images, store that
info in a database, and then build a navigation system that walks through
each item.

To get a bit fancier, you could output the db info into an XML file and then
use a Flash interface to present the slideshow. This was is very nice:

http://www.slideshowpro.net/index.php

-Darrel
Nov 19 '05 #2
"=?Utf-8?B?UnVkeQ==?=" <Ru**@discussio ns.microsoft.co m> wrote in
news:B1******** *************** ***********@mic rosoft.com:
But, I have come across a job that is giving me a test, to see what I
can do. The test is to build a web site with a main focus on a slide
show. I can handle the pics and stuff, but I never built a slide
show.


You'll need to use Javascript + Javascript Timer.

If you want the pages to auto scroll forward, you would dynamically write
out client side javascript which automatically navigates the user to the
next page.

Getting facier, you can do dynamic updates of portions of the page with
Javascript (i.e. fetch the next image and replace the current image) - with
this method, the page won't even refresh, but only the picture will change.

--
Lucas Tam (RE********@rog ers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 19 '05 #3
Great suggestion guys!!
Here is what is expected of this task, to give you a better idea of what I
need to do.

Task -- Slideshow Application
1.Public facing site
a.A "Slideshow" consists of:
i.a name
ii.a description
b.An individual "slide" consists of:
i.an image
ii.a caption
iii.a photo credit (e.g., "Photo by Johnathan Smith")
iv.a "Next" and "Previous" button/link
c.Choose one of the following:
i. Automatically advance to the next slide after a given amount of time.
This amount of time can be different for each slide. For example, a slide
with a lengthy caption can be assigned a longer "display" time than another
slide.
ii.Add thumbnails to the slideshow previewing "Next" and "Previous" slides.
These thumbnails must be created in code with the full-size image, not
uploaded.
2."Admin" site
a.Admins must login and authenticate to the datasource.
b.The tool should support multiple slide shows. For example, we may want a
"Packer" slide show on one page and a "Holiday party" slide show on another.
c.Each property of a slide or slide show can be modified via the admin tool.
d.It is also possible to add a new slide to a slide show, or to add a new
slide show completely.

TIA!!

Rudy
"Lucas Tam" wrote:
"=?Utf-8?B?UnVkeQ==?=" <Ru**@discussio ns.microsoft.co m> wrote in
news:B1******** *************** ***********@mic rosoft.com:
But, I have come across a job that is giving me a test, to see what I
can do. The test is to build a web site with a main focus on a slide
show. I can handle the pics and stuff, but I never built a slide
show.


You'll need to use Javascript + Javascript Timer.

If you want the pages to auto scroll forward, you would dynamically write
out client side javascript which automatically navigates the user to the
next page.

Getting facier, you can do dynamic updates of portions of the page with
Javascript (i.e. fetch the next image and replace the current image) - with
this method, the page won't even refresh, but only the picture will change.

--
Lucas Tam (RE********@rog ers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/

Nov 19 '05 #4
> Here is what is expected of this task, to give you a better idea of what I
need to do.


Rudy...take a look at the flash app I linked to. It can do a lot and simply
gets it's data from an XML file. So all you need to present to the flash
component is an XML file containing the files you want to show with their
captions.

-Darrel
Nov 19 '05 #5
"Lucas Tam" <RE********@rog ers.com> wrote in message
news:Xn******** *************** ****@127.0.0.1. ..
"=?Utf-8?B?UnVkeQ==?=" <Ru**@discussio ns.microsoft.co m> wrote in
news:B1******** *************** ***********@mic rosoft.com:
But, I have come across a job that is giving me a test, to see what I
can do. The test is to build a web site with a main focus on a slide
show. I can handle the pics and stuff, but I never built a slide
show.


You'll need to use Javascript + Javascript Timer.

If you want the pages to auto scroll forward, you would dynamically write
out client side javascript which automatically navigates the user to the
next page.

Getting facier, you can do dynamic updates of portions of the page with
Javascript (i.e. fetch the next image and replace the current image) -
with
this method, the page won't even refresh, but only the picture will
change.

--
Lucas Tam (RE********@rog ers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/


Like Lucas said, you'll need to use JavaScript. The slideshow script that I
use and recommend can be found at:
http://www.cryer.co.uk/resources/jav...2slideshow.htm.

All the best,

Brian.

www.cryer.co.uk/brian
Nov 19 '05 #6
Thank you all for your suggestions! I will look at all the options.
This has become even more important for me now, since I got laid off my job
yesterday. They waited till the end of the day, and then just told me they
are going to let me go, and need to get fresh blood in the company. Which
means we pay you too much, need to hire sombody cheaper and younger. So I
need to hit a homerun with this one. Thanks again for all your kindness and
help!

Rudy

"Brian Cryer" wrote:
"Lucas Tam" <RE********@rog ers.com> wrote in message
news:Xn******** *************** ****@127.0.0.1. ..
"=?Utf-8?B?UnVkeQ==?=" <Ru**@discussio ns.microsoft.co m> wrote in
news:B1******** *************** ***********@mic rosoft.com:
But, I have come across a job that is giving me a test, to see what I
can do. The test is to build a web site with a main focus on a slide
show. I can handle the pics and stuff, but I never built a slide
show.


You'll need to use Javascript + Javascript Timer.

If you want the pages to auto scroll forward, you would dynamically write
out client side javascript which automatically navigates the user to the
next page.

Getting facier, you can do dynamic updates of portions of the page with
Javascript (i.e. fetch the next image and replace the current image) -
with
this method, the page won't even refresh, but only the picture will
change.

--
Lucas Tam (RE********@rog ers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/


Like Lucas said, you'll need to use JavaScript. The slideshow script that I
use and recommend can be found at:
http://www.cryer.co.uk/resources/jav...2slideshow.htm.

All the best,

Brian.

www.cryer.co.uk/brian

Nov 19 '05 #7
Rudy,

sorry to hear your news. I've been there and its not nice. I hope you bounce
back somewhere soon ... the job market in the UK seems very buoyant at the
moment, I hope it is where you are.

all the best,

Brian.

"Rudy" <Ru**@discussio ns.microsoft.co m> wrote in message
news:C9******** *************** ***********@mic rosoft.com...
Thank you all for your suggestions! I will look at all the options.
This has become even more important for me now, since I got laid off my job yesterday. They waited till the end of the day, and then just told me they are going to let me go, and need to get fresh blood in the company. Which means we pay you too much, need to hire sombody cheaper and younger. So I
need to hit a homerun with this one. Thanks again for all your kindness and help!

Rudy

"Brian Cryer" wrote:
"Lucas Tam" <RE********@rog ers.com> wrote in message
news:Xn******** *************** ****@127.0.0.1. ..
"=?Utf-8?B?UnVkeQ==?=" <Ru**@discussio ns.microsoft.co m> wrote in
news:B1******** *************** ***********@mic rosoft.com:

> But, I have come across a job that is giving me a test, to see what I
> can do. The test is to build a web site with a main focus on a slide
> show. I can handle the pics and stuff, but I never built a slide
> show.

You'll need to use Javascript + Javascript Timer.

If you want the pages to auto scroll forward, you would dynamically write out client side javascript which automatically navigates the user to the next page.

Getting facier, you can do dynamic updates of portions of the page with Javascript (i.e. fetch the next image and replace the current image) -
with
this method, the page won't even refresh, but only the picture will
change.

--
Lucas Tam (RE********@rog ers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/


Like Lucas said, you'll need to use JavaScript. The slideshow script that I use and recommend can be found at:
http://www.cryer.co.uk/resources/jav...2slideshow.htm.

All the best,

Brian.

www.cryer.co.uk/brian

Nov 19 '05 #8

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

Similar topics

5
3460
by: Al Davis | last post by:
Note: I tried cross-posting this message to several newsgoups, including comp.lang.perl.misc, c.l.p.moderated, comp.infosystems.www.authoring.cgi, comp.lang.javascript and comp.lang.php. Nothing appeared on my news server, so I'm trying again - this time posting a separate copy of the message to each group. I'm thinking this should be...
9
12384
by: Michael Burtenshaw | last post by:
I would like to make a slide show using random images. The problem is my host is 250.com, and they don't support cgi-programs. Is there another way to accomplish random images?
7
3044
by: 7mary4 | last post by:
I am working on a kiosk for a museum, we will be using firefox as the browser, with windows, and a touch screen. We'd like to create a slide show of a small portfolio when the visitors click down to the lowest level of the collection. For instance, after choosing Africa, then Sudan, they will choose what they would like to look at: jewelry,...
3
2338
by: B Maxey | last post by:
I am storing images in a database and need a way to browse those files. I can load the files into an image list or whatever the control needs, but I need a control. It doesn't seem that any of the standard window controls would work, but I am thinking I can just draw all the images on an panel (or a browser form for that matter). Does...
0
4739
by: question | last post by:
Hi! I have a requirement where I need to display multiple forms one after the other like a slide show. These are in the same application. Basicall on selection of a menu item it should start then clicking on any of th screens or tray icon it should stop. I tried the following (To start it on pressing escape on form1 and end it when...
0
1804
by: cheenusri | last post by:
Hello friends, i am running slide show(pps file) in vb.net form using webbrowser control in it.while running the form, if right click on the slide, it show some popup menu, here i wan to disable all mouse click events on slide show which is inside the webbrowser control, i tried all the ways, but cant disable it.If anyone know the...
0
1559
by: Ed Sproull [MSFT] | last post by:
I have an ASP site (www.elsphoto.com} and I have several pages that have slide shows on them. The home page uses JPGs from a directory and the Family, Wedding and Pets pages retrieve the photos from the database. Each page shows the first slide correctly and the second slide always shows up as a thumbnail. After the show completes once,...
1
13906
by: mumbaisalsa | last post by:
hi all, i want to run the slide show say ten slides and then close it , but in my code given below it opens the slide show and closes immediately ... .. please give me a solution to this problem 1. Please add MsPowerpoint11.0 object present in COM in ur references. 2. Code : -- Dim appPowerpoint as Powerpoint.Application
2
2122
by: vineetbindal | last post by:
Hi all, We have a slide show in a page which shows slids rotating after every 8-10 seconds with some descriptions about them. The problem is if the connection speed is slow then the page loads fine but that slide show takes a lot of time to load and (the place we are running the slide show is white blank page till than) I dont understand...
0
7490
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7425
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7780
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6009
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5351
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5069
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3479
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1037
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
734
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.