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.



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

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
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
Send a message via AIM to linchpin311
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.
Reply With Quote

  #2 (permalink)  
Old Mar 21st, 2007, 00:14
SuperMember

SuperMember
Join Date: May 2006
Location: North West, UK
Age: 21
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.
Reply With Quote
  #3 (permalink)  
Old Mar 21st, 2007, 14:28
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,761
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
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.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #4 (permalink)  
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
Send a message via AIM to linchpin311
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!!
Reply With Quote
  #5 (permalink)  
Old Mar 21st, 2007, 17:03
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,761
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: How do the pros do it?

It should work with Access too. One would think. But eh, it is Microsoft.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #6 (permalink)  
Old Mar 21st, 2007, 23:25
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
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
Reply With Quote
  #7 (permalink)  
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
Send a message via AIM to linchpin311
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.
Reply With Quote
  #8 (permalink)  
Old Mar 23rd, 2007, 01:32
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How do the pros do it?

Ah, well. PHPMyAdmin gives MySQL a UI
Reply With Quote
  #9 (permalink)  
Old Mar 23rd, 2007, 19:50
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,761
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
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.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #10 (permalink)  
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
Send a message via AIM to linchpin311
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!
Reply With Quote
  #11 (permalink)  
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
Send a message via AIM to linchpin311
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!!

Reply With Quote
  #12 (permalink)  
Old Mar 26th, 2007, 23:58
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How do the pros do it?

No problem!
Reply With Quote
  #13 (permalink)  
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.
Reply With Quote
  #14 (permalink)  
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: 233
Thanks: 4
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
Reply With Quote
  #15 (permalink)  
Old Apr 2nd, 2007, 16:52
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: How do the pros do it?

Yeah xampp is good and free...but I hear Mac comes with something better!
Reply With Quote
  #16 (permalink)  
Old Apr 3rd, 2007, 05:10
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
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
Reply With Quote
  #17 (permalink)  
Old Apr 4th, 2007, 19:01
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,761
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
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.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #18 (permalink)  
Old Apr 4th, 2007, 21:44
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
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
Reply With Quote
  #19 (permalink)  
Old Apr 5th, 2007, 14:12
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,761
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
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
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #20 (permalink)  
Old Apr 5th, 2007, 19:49
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How do the pros do it?

Symbolic links are basically achieves the same thing you're doing. Instead of setting it as the Sites folder, I just have a folder called "Web Server" in my home folder. I could move it to my desktop or whatever, but it acts like it's the Documents folder inside the web server. Rather nifty stuff. I used Tinker Tool to set up the Symbolic Link I think, but it was ages ago.
Reply With Quote
Reply

Tags
front page

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for the "pros" opinion on layout Scotalia Starting Out 4 Mar 14th, 2008 18:19
Pros haven't been able to help, what now? Suedeboots Flash & Multimedia Forum 0 May 8th, 2007 16:12


All times are GMT. The time now is 23:29.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43