How Do I Redesign My Website?
I own www.50thRegiment.com which is a website for my high school band alumni.
It’s hosted thru Yahoo! Small Business and I have been using the Yahoo! Site Builder to put it together.
I want to give it a fresh look – and really want to add some user interactivity to it. Currently, users fill out forms with their personal information. That info is then forwarded to me via e-mail. I then (every blue moon) open up the Site Builder and add/update their information. That sometimes means that their info doesn’t post on the website for quite a while.
I’d really love for this process to be automated, and for their info to post as soon as they hit submit. Is there a way to do this with Yahoo Site Builder? Or do I need to use another program? I do have the Adobe CS3 suite which includes Dreamweaver, but I’ve never used it. Should I look into learning that to do all this?
I understand that I’ll be using databases to do this, but I have no knowledge in that area. Any suggestions to get rolling?
Thanks in advance!
need a website? want to be #1 on Google? visit our website design company homepage
3 Comments to “How Do I Redesign My Website?”
Post comment
Archives
- April 2012
- March 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- January 2009
Categories
- 861
- 8615
- Custom Web Design
- Email Marketing
- Google Optimization
- Google's Nexus One
- Graphic Design
- Jacksonville Furniture Stores
- Misc
- SEO
- Social Media Marketing
- Technology
- Twitter Marketing
- Uncategorized
- Web Design
- Web Development
- Web Marketing
- Website Design Companies
- Website Design Resources
- Website Marketing Companies
- Website Marketing Resources
Recent Posts
- Locating the Best SEO Company Your Website Needs for Top Ranking
- Free Keyword Research – How to Use Long-Tail Keywords to Build Your Internet Business Quickly
- Advantage of Best Website Designing!
- Camel Crochet Ultimate Bundle
- How To Litter Box Train Your Dog.
Views
- Concept Of Search Engine Optimaization for website marketing - 25,014 views
- Avnet Electronics Marketing First Distributor Certified by Renesas Technology America to Program Board ID Products (Business Wire via Yahoo! Finance) - 19,531 views
- A Bad Apple Logic Board Can be Very Inexpensive to Repair - 11,155 views
- Adobe Photoshop CS2 V 9.0 buy cheap - 8,246 views
- Strategic Internet Marketing Online Advertising Is Apparently the Solution for Small Businesses - 7,588 views
- Pop-ups Versus Banner Ads: Which Is Better For Increased Website Traffic? - 7,566 views
- SEO Tips for Designing a Top Ranking E-commerce Website by Rosemary Donald - 7,237 views
- Contextured Uncovers how Leading Automotive Firms are Turning to Online Marketing to Beat the Recession - 6,419 views
- Guide to SEO Keyword Research - 6,223 views
- Cheap Apple Logic Board Repair - 6,137 views
Resources
Recent Comments
- Andrew A. Sailer on Guide to SEO Keyword Research
- Matthew C. Kriner on Guide to SEO Keyword Research
- Burton Haynes on iTunes Store
- Andrew A. Sailer on iTunes Store
- Gregory Despain on Why Online Advertising Agency Opts for Video Advertising



Yes, you will need to use a database
You will also need a Server Side Scripting language to connect/work on the database
Popular SSS languages are PHP and ASP
Popular databases for PHP is MySQL and for ASP is Access if you expect less than 30 connections at any given time and MS SQL if you need a full blown database.
Start learning at http://www.w3schools.com/
Perhaps you could consider using a CMS style website to display your information–like Drupal. It’s a content management system, which allows you to design your site easily and there’s tons of themes or layouts you can change it too.
Or you can try wordpress..many people use wordpress to create a full functional website, which also allows other people to register themselves onto the site and interact with it.
But, personally I think you really need to figure out how you want the website to be, the interaction with other people, the ease of using it, and the attractiveness of it.
Dreamweaver takes a bit of time to understand, I wouldn’t recommend using it–plus it throws out bad code and code not needed. Take a look at a drupal and check out the wikipedia article…good luck!
I think what you might want to use is SiteVIN. There you can redesign your site, and the tools are very powerful and easy to use. It’s a lot better than Yahoo builder.
Below is a tutorial taken from the site. It’s really not as hard as it sounds.
How to export/import data submitted via forms to a database?
Website owners usually receive large quantity of information via the web forms added on their websites. To process the information obtained from a registration form for example, you could have the form send the submissions to an email address or to a SiteVIN forum/blog and you may then summarize all entries manually.
Or, you may tie up your form with an online database. As SiteVIN does not currently offer an inbuilt database feature, we recommend integrating your SiteVIN web forms with an online database at ZohoCreator.
The service is (currently) available free of charge and can be seamlessly integrated with SiteVIN web forms. Thus you will be able to collect and store the information submitted via forms in a simple to use database and even easily display all received submissions back within a page on your our SiteVIN website.
The integration of your web forms with ZohoCreator requires a few easy steps:
1. Create a public account at ZohoCreator.
2. Re-create your SiteVIN forms at ZohoCreator . It is essential that the field type of the form fields in ZohoCreator matches the field types of of the form fields in SiteVIN (email, number, date. etc).
3. Go back to your SiteVIN form and update the mail template used. It should be in Plain style and all the entries should be organized as follows:
[field name] : [field value]
where “field name” is exactly the same as the “label name” of the form field you have created in ZohoCreator and field value is the value of your SiteVIN form field selected from the ‘Values’ dropdown in the mail template editing window.
4.Once the form at ZohoCreator is created and SiteVIN’s mail template updated, you should set your SiteVIN form to submit information to the email address for this form at ZohoCreator. To obtain the email address, go to ZohoCreator, click ‘Access this Application’, then on ‘More Actions’ tab select the ‘Import Data link’; then choose the ‘By Email’ option. Copy the email address to the ‘To’ field of your SiteVIN form as done here.
Once this set up is completed all the information submitted via the forms on your website would be summarized into an easy to navigate online data base at ZohoCreator. It can be embeded by using the HTML Snippet element as shown in the ZohoCreator’s Summary view.
To do that follow these steps:
1. click on the ‘View’ tab of your file with name ‘applicationname View’. It’s situated in the left menu of the site, under ‘Home’ title.
2. Select the ‘More Actions’ tab and click on ‘Embed in your Website’
3. Copy/paste the provided code in to a HTML Snippet on your website.