Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Much needed help for displaying searchable data

Featured Replies

I am a newbie dreamweaver user, limited knowledge but enough to create a good html site.

 

I need to know the best approach to take with a new site I am designing. Essentially the site will only contain about 5 pages but will have a search field where people can search information I currently have in a large spreadsheet.

 

I want them to also be able to navigate there way around this information as well with some kind of explorer.

 

Basically I just need to do this the easiest way possible, I am a windows admin with no linux\database knowledge etc. What is the quickest and easiest way to get the information in my very large spreadsheet onto my website please?

 

Any direction would be much appreciated?

Welcome to WDF!

 

You'll need to get your data into a database first, then have a script to perfrom queries on the database (the search), and then outpout the results to a web page.

 

What sort of information is it?

How much is there (how many records)?

How do you envisage that people would search, ie by keyword or a set of parameters?

  • Author
Welcome to WDF!

 

You'll need to get your data into a database first, then have a script to perfrom queries on the database (the search), and then outpout the results to a web page.

 

What sort of information is it?

How much is there (how many records)?

How do you envisage that people would search, ie by keyword or a set of parameters?

 

 

Thanks for the response.

 

It is essentially a spreadsheet listing different training courses in the UK, with locations, prices, days etc.

Around 2000 rows.

People will be able to search by either keyword or by narrowing down courses by choosing the parameters.

 

I have setup an apache\mysql\php server and use Dreamweaver CS3, do you have any advice as to where I can quickley bring my knowledge up to speed to create something?

If you want a quick fix database/search utility have a look at http://www.ezscripting.com/ - it's a set of perl scripts that allow you to write, read and search a text file database, and it's got loads of configurable options like searching by any field, dates etc. It's saved my neck more than once and they really work well.

 

You could do it in php/mysql but you'd need a small custom script written to query the database and show the results.

  • Author
If you want a quick fix database/search utility have a look at http://www.ezscripting.com/ - it's a set of perl scripts that allow you to write, read and search a text file database, and it's got loads of configurable options like searching by any field, dates etc. It's saved my neck more than once and they really work well.

 

You could do it in php/mysql but you'd need a small custom script written to query the database and show the results.

 

 

thanks for the reply I will take a look.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.