How do the pros do it?

This is a discussion on "How do the pros do it?" within the Web Page Design section. This forum, and the thread "How do the pros do it? are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Mar 20th, 2007, 20:41
Junior Member
Join Date: Mar 2007
Location: Long Island, NY
Age: 23
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Question How do the pros do it?

Hey everyone. I hope this is the right place for this post. I’m making a site for my own personal use to organize my music and pictures and other media files. I have a template that I plan on using on each page of the site, but I wanted to change a few words in each of the pages. For example the file name, file size and file format. I have over 5000 pages to create and I wasn’t really looking forward to changing each one individually.

I was wondering if there was a feature in MS Front Page (or another program) that worked similarly to MS Word’s “Mail Merge” feature. Can I do this by creating a dynamic web template? I have organized all of the data in excel; is it possible to import it somehow to Front Page?

Thanks in advance, linchpin.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Mar 21st, 2007, 00:14
Most Reputable Member
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How do the pros do it?

Can't you create dynamic sites using an access database? Not sure about excel, but i think you can import data into MySQL using a few different methods. Someone with more knowledge and experience will no doubt let you know.

But you can do it yes. And there are loads of ways to go about it. Take a look at php and MySQL to get started.

Pete.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Mar 21st, 2007, 14:28
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: How do the pros do it?

If the spreadsheet has the same structure as your Database you can export it as a CSV file and inject it, I know you can with MySQL, I however never use Access. Alternately you can dump the MySQL DB into a CSV file as well and import that into Excel. Excel itself has some database connectivity built in also. You may want to read up on that.
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Mar 21st, 2007, 14:45
Junior Member
Join Date: Mar 2007
Location: Long Island, NY
Age: 23
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How do the pros do it?

thanks guys, i was kinda hoping i wouldnt have to touch MySQL but a database is really the only path that makes sence in this case. it seems like the easiest way to get things done and to maintain the site once its up and running.

since ive never used MySQL before im sure ill have a bunch of problems and questions, but now that i know what im dealing with i will be able to ask them in the appropriate forum.

thanks a lot guys, i appreciate the help!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Mar 21st, 2007, 17:03
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: How do the pros do it?

It should work with Access too. One would think. But eh, it is Microsoft.
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Mar 21st, 2007, 23:25
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How do the pros do it?

Databases really make things easier. Don't know why you don't want to touch 'em
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Mar 22nd, 2007, 23:32
Junior Member
Join Date: Mar 2007
Location: Long Island, NY
Age: 23
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How do the pros do it?

I guess i was just intimitated by something that didnt have a GUI...but i took the plunge and downloaded it along with PHP earlier today. i havent done anything major yet, just toying around with MySQL, but when i figure some things out and get more comfortable with it, ill dive into this dynamic web pages thing. im sure when i get the hang of it ill have thousand of uses and wonder where it's been all my life.

thanks everyone for your support!!!
ill let you know how it turns out.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Mar 23rd, 2007, 01:32
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How do the pros do it?

Ah, well. PHPMyAdmin gives MySQL a UI
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Mar 23rd, 2007, 19:50
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: How do the pros do it?

PHPMyAdmin is very handy as is CocoaMySQL if you have a Mac. Would love if any one knows any good free windows equivs to CocoaMySQL.
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Mar 23rd, 2007, 20:31
Junior Member
Join Date: Mar 2007
Location: Long Island, NY
Age: 23
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How do the pros do it?

Quote:
PHPMyAdmin gives MySQL a UI
Ahh, this is very good to know, i will give this a try later tonite when i get out of class! this is exciting!! Thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Mar 26th, 2007, 23:35
Junior Member
Join Date: Mar 2007
Location: Long Island, NY
Age: 23
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How do the pros do it?

Well i've got everything up and running and working together. I've been playing around with everything and i am starting to get the hang of MySQL. I must say, phpMyAdmin is helping me out a LOT. Special thanks to Ryan Fait for that tip. Thanks everyone else who pointed me in the right direction!!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #12  
Old Mar 26th, 2007, 23:58
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How do the pros do it?

No problem!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #13  
Old Mar 31st, 2007, 01:23
Up'n'Coming Member
Join Date: Nov 2006
Location: Orem, Utah
Posts: 81
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How do the pros do it?

There is also Navicat for Windows and Mac (I think). That's what I use for my rails apps.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #14  
Old Apr 2nd, 2007, 15:29
Reputable Member
Join Date: Mar 2005
Location: Margaritaville (a state of mind somewhere between Inebriation and San Diego), CA
Posts: 245
Thanks: 6
Thanked 0 Times in 0 Posts
Re: How do the pros do it?

Not sure what your development environment is like, but I find xampp (http://www.xampp.org) indispensable for developing in php and MySql. It runs an apache server with MySql and allows you to run either php4 or php5 (so you can match up with your actual web server.) It includes phpMyAdmin, too.

HTH
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #15  
Old Apr 2nd, 2007, 16:52
Elite Veteran
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How do the pros do it?

Yeah xampp is good and free...but I hear Mac comes with something better!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #16  
Old Apr 3rd, 2007, 05:10
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How do the pros do it?

Hehe.

*hugs my built-in Apache server with PHP on my PowerBook
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #17  
Old Apr 4th, 2007, 19:01
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: How do the pros do it?

Oh yeah, got Apache, PHP, MySQL all running smooth on my MacBook Pro, edited the httpd.conf to use my sites folder as my root. mm mmm good.
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #18  
Old Apr 4th, 2007, 21:44
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How do the pros do it?

I didn't know you could do that. I just made a symbolic link to it in my home folder. That works too
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #19  
Old Apr 5th, 2007, 14:12
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: How do the pros do it?

hehe yeah but its easy to change, and its a pain to dig down to the server folder. Besides, the site folder makes more sense to me as a repository for well, sites. Also, I prefer to use my home folder and not the root level of the drive. Ja know? Maybe this helps. http://www.cgi101.com/learn/connect/mac.html#3
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #20  
Old Apr 5th, 2007, 19:49
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787