Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-11-2013, 07:43 PM   PM User | #1
hgray
New to the CF scene

 
Join Date: Jan 2013
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
hgray is an unknown quantity at this point
What kind of website is this?

I am hoping to build a website that allows the visitor to design their own product X by selecting designs using radio buttons and enter text in a designated area on the design, all of which can be seen real time as they make their selections. When they have finished designing what they like, they can download a copy of what they made.

I have a wordpress site and I know basic HTML and CSS, but as I started looking into this interactive preview building and saving stuff, I am clueless. I don't even know the buzz words for what this kind of site is called. Any ideas?

I guess it is sort of like a T-shirt design site where people pick the color of the shirt, what picture they want on the shirt, and add text if they want to, all with a preview window for them to see what choices they are making before saving.

Thanks for your help!
hgray is offline   Reply With Quote
Old 01-11-2013, 11:03 PM   PM User | #2
j4v3d
New Coder

 
Join Date: Mar 2009
Location: UK
Posts: 34
Thanks: 6
Thanked 0 Times in 0 Posts
j4v3d is an unknown quantity at this point
I think that is going to have to go beyond your HTML/CSS skills. You will have to look at using Javascript/jQuery - validations and all sorts.

Will the user be able to log in if they want to come back and finish making off their designs based on your options?
__________________
MJCoder
Twitter
j4v3d is offline   Reply With Quote
Old 01-12-2013, 02:12 AM   PM User | #3
hgray
New to the CF scene

 
Join Date: Jan 2013
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
hgray is an unknown quantity at this point
Thanks for your reply j4v3d!

I wasn't looking to have accounts quite yet, but if I was able to get this thing up and running it would be a good idea to add that functionality on later.

So javascript and jquery...I have some reading to do! I suppose I could just hire someone to, but what is the fun in that?
hgray is offline   Reply With Quote
Old 01-12-2013, 02:30 AM   PM User | #4
felgall
Master Coder

 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, Australia
Posts: 5,465
Thanks: 0
Thanked 499 Times in 491 Posts
felgall is a jewel in the roughfelgall is a jewel in the roughfelgall is a jewel in the rough
Quote:
Originally Posted by hgray View Post
So javascript and jquery...
Make sure that you learn JavaScript properly before trying to learn JQuery. JQuery is itself written in JavaScript and most people who try to learn JQuery without knowing enough JavaScript first find that they can't use it properly - they often end up with 20+ JQuery statements to do what a couple of lines of ordinary JavaScript without needing JQuery could do.

As not everyone has JavaScript enabled you will also need to have sufficient server side processing to allow those people to use the site - even if they do have to press ten times as many buttons to get to the same point as those with JavaScript do.
__________________
Stephen
Learn Modern JavaScript - http://javascriptexample.net/
Helping others to solve their computer problem at http://www.felgall.com/
felgall is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 01:49 PM.


Advertisement
Log in to turn off these ads.