473,386 Members | 2,129 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

feedback wanted

Hi Folk

I would like some feedback on my e-commerce development:

www.antlervelvet.co.nz/test/index.php

I am particularly interested in the actual e-commerce application (e.g.
navigation, ease of use, etc...). I am trying to turn it into my first open
source project and I want to post it on phpclasses when it is ready.

TIA

- Nicolaas
Jan 11 '06 #1
12 1452

windandwaves wrote:
Hi Folk

I would like some feedback on my e-commerce development:

www.antlervelvet.co.nz/test/index.php

I am particularly interested in the actual e-commerce application (e.g.
navigation, ease of use, etc...). I am trying to turn it into my first open
source project and I want to post it on phpclasses when it is ready.


i entered blahblah into the login email field, that seemed to throw it
for a loop. You need to verify the email better, it looked like it
tried to enter it into your db. I didnt think I would have to confirm
the email, so i entered a as********@dlfkdjs.com, which appaently sent
an email to that address, but trying to re-login with a valid address
after that wouldnt work.

having them have to confirm an email is a pain. I'd really have to
want some deer antler for that.

seemed understandable enough before that, I'd put something like 'All
Products' above that list of your products, cuz I was confused there
for a second.

I'll try it again if you fix that stuff.

--
juglesh

Jan 12 '06 #2
Right the login script is not really save.

Try this powerfull php class:
http://www.finalwebsites.com/snippets.php?id=10

regards Olaf

Jan 12 '06 #3
On Thu, 12 Jan 2006 11:18:46 +1300, windandwaves wrote:
Hi Folk

I would like some feedback on my e-commerce development:

www.antlervelvet.co.nz/test/index.php

I am particularly interested in the actual e-commerce application (e.g.
navigation, ease of use, etc...). I am trying to turn it into my first open
source project and I want to post it on phpclasses when it is ready.

TIA

- Nicolaas


1. I'd say that the shopping logic is the wrong way round: let the punter
build up an order, then log in to an account at the end to process it. I
also don't think the page with all the buy now entries on it works - too
long. I would have tried further, but I'm not adding my details to a site
I'll never use (:

2. Upgrade to at least xhtml.

3. Prettify your html: it'll make it easier to see obvious mistakes ( 2
favicons? ). Get rid of this session id that you're passing all over the
place - it's not necessary. Use of (more) session variables will make it
much cleaner. Standardise on the position of your login box.

4. Visit http://validator.w3.org and http://jigsaw.w3.org/css-validator

5. You could do with a proof reader. I picked up on a number of 'word
,next' grammar errors, and I'm not too sure whether the language is
English or American. Always a problem for those of us here in godzone (:

HTH,

Steve

Jan 12 '06 #4
juglesh wrote:
windandwaves wrote:
Hi Folk

I would like some feedback on my e-commerce development:

www.antlervelvet.co.nz/test/index.php

I am particularly interested in the actual e-commerce application
(e.g. navigation, ease of use, etc...). I am trying to turn it into
my first open source project and I want to post it on phpclasses
when it is ready.


i entered blahblah into the login email field, that seemed to throw it
for a loop. You need to verify the email better, it looked like it
tried to enter it into your db. I didnt think I would have to confirm
the email, so i entered a as********@dlfkdjs.com, which appaently sent
an email to that address, but trying to re-login with a valid address
after that wouldnt work.

having them have to confirm an email is a pain. I'd really have to
want some deer antler for that.

seemed understandable enough before that, I'd put something like 'All
Products' above that list of your products, cuz I was confused there
for a second.

I'll try it again if you fix that stuff.

Done, thank you for having a look. I have made all the changes requested
;-)
Jan 12 '06 #5
finalwebsites.com wrote:
Right the login script is not really save.

Try this powerfull php class:
http://www.finalwebsites.com/snippets.php?id=10

regards Olaf


Hi Olaf

I think it is safe now ;-)
Jan 12 '06 #6
Steve wrote:
On Thu, 12 Jan 2006 11:18:46 +1300, windandwaves wrote:
Hi Folk

I would like some feedback on my e-commerce development:

www.antlervelvet.co.nz/test/index.php

I am particularly interested in the actual e-commerce application
(e.g. navigation, ease of use, etc...). I am trying to turn it into
my first open source project and I want to post it on phpclasses
when it is ready.

TIA

- Nicolaas
1. I'd say that the shopping logic is the wrong way round: let the
punter build up an order, then log in to an account at the end to
process it. I also don't think the page with all the buy now entries
on it works - too long. I would have tried further, but I'm not
adding my details to a site I'll never use (:


I have taken up part of the ideas (no need to activate account). May
implement more.
2. Upgrade to at least xhtml.
why? what is wrong with html strict?
3. Prettify your html: it'll make it easier to see obvious mistakes (
2 favicons? ). Get rid of this session id that you're passing all
over the place - it's not necessary. Use of (more) session variables
will make it much cleaner. Standardise on the position of your login
box.
I have:
<link rel="icon" href="http://www.antlervelvet.co.nz/i/favicon.ico"
type="image/ico">
<link rel="SHORTCUT ICON"
href="http://www.antlervelvet.co.nz/i/favicon.ico">

I have two, because the first works on some browsers and other works on
other browsers.

4. Visit http://validator.w3.org and
http://jigsaw.w3.org/css-validator
Done, all my pages validate now.

5. You could do with a proof reader. I picked up on a number of 'word
,next' grammar errors, and I'm not too sure whether the language is
English or American. Always a problem for those of us here in godzone
(:

What do you mean with 'word, next' grammar errors

The American / English one is a funny one. True. Not sure what to say
about that.

Thank you
HTH,

Steve

Jan 12 '06 #7
On Fri, 13 Jan 2006 11:15:31 +1300, windandwaves wrote:
Steve wrote:
On Thu, 12 Jan 2006 11:18:46 +1300, windandwaves wrote:
Hi Folk

I would like some feedback on my e-commerce development:

www.antlervelvet.co.nz/test/index.php

I am particularly interested in the actual e-commerce application
(e.g. navigation, ease of use, etc...). I am trying to turn it into
my first open source project and I want to post it on phpclasses
when it is ready.

TIA

- Nicolaas
1. I'd say that the shopping logic is the wrong way round: let the
punter build up an order, then log in to an account at the end to
process it. I also don't think the page with all the buy now entries
on it works - too long. I would have tried further, but I'm not
adding my details to a site I'll never use (:


I have taken up part of the ideas (no need to activate account). May
implement more.
2. Upgrade to at least xhtml.


why? what is wrong with html strict?

Progress. Tim designed html a long time ago now. Even simple things like
self closing tags make XHTML much easier to use.
3. Prettify your html: it'll make it easier to see obvious mistakes ( 2
favicons? ). Get rid of this session id that you're passing all over
the place - it's not necessary. Use of (more) session variables will
make it much cleaner. Standardise on the position of your login box.
I have:
<link rel="icon" href="http://www.antlervelvet.co.nz/i/favicon.ico"
type="image/ico">
<link rel="SHORTCUT ICON"
href="http://www.antlervelvet.co.nz/i/favicon.ico">

I have two, because the first works on some browsers and other works on
other browsers.

See, even ancient old g*ts like me still have plenty to learn (:
4. Visit http://validator.w3.org and
http://jigsaw.w3.org/css-validator
Done, all my pages validate now.

5. You could do with a proof reader. I picked up on a number of 'word
,next' grammar errors, and I'm not too sure whether the language is
English or American. Always a problem for those of us here in godzone
(:

What do you mean with 'word, next' grammar errors

space before, not after the comma.
The American / English one is a funny one. True. Not sure what to say
about that. Choose your audience, and then stick with it. You're going to alienate
somebody either way. Or have 2 versions... although many people use us
settings as default anyway.
Thank you
HTH,

Steve


Jan 13 '06 #8

windandwaves wrote:
juglesh wrote:
windandwaves wrote:
Hi Folk

I would like some feedback on my e-commerce development:

www.antlervelvet.co.nz/test/index.php

I am particularly interested in the actual e-commerce application
(e.g. navigation, ease of use, etc...). I am trying to turn it into
my first open source project and I want to post it on phpclasses
when it is ready.


i entered blahblah into the login email field, that seemed to throw it
for a loop. You need to verify the email better, it looked like it
tried to enter it into your db. I didnt think I would have to confirm
the email, so i entered a as********@dlfkdjs.com, which appaently sent
an email to that address, but trying to re-login with a valid address
after that wouldnt work.

having them have to confirm an email is a pain. I'd really have to
want some deer antler for that.

seemed understandable enough before that, I'd put something like 'All
Products' above that list of your products, cuz I was confused there
for a second.

I'll try it again if you fix that stuff.

Done, thank you for having a look. I have made all the changes requested
;-)


Still, getting errors.
I revisited the site, it remembered my bogus login email(which I never
confirmed via email). I logged out. browsed to a product, clicked to
order. Entered a valid email and 4digit numeric password. got 'error
in sqler'

gotsta fix yer validator.

I think the thumbnails of products needs captions.

Jan 14 '06 #9
juglesh wrote:
windandwaves wrote:
juglesh wrote:
windandwaves wrote:
Hi Folk

I would like some feedback on my e-commerce development:

www.antlervelvet.co.nz/test/index.php

I am particularly interested in the actual e-commerce application
(e.g. navigation, ease of use, etc...). I am trying to turn it
into my first open source project and I want to post it on
phpclasses when it is ready.

i entered blahblah into the login email field, that seemed to throw
it for a loop. You need to verify the email better, it looked like
it tried to enter it into your db. I didnt think I would have to
confirm the email, so i entered a as********@dlfkdjs.com, which
appaently sent an email to that address, but trying to re-login
with a valid address after that wouldnt work.

having them have to confirm an email is a pain. I'd really have to
want some deer antler for that.

seemed understandable enough before that, I'd put something like
'All Products' above that list of your products, cuz I was confused
there for a second.

I'll try it again if you fix that stuff.

Done, thank you for having a look. I have made all the changes
requested ;-)


Still, getting errors.
I revisited the site, it remembered my bogus login email(which I never
confirmed via email). I logged out. browsed to a product, clicked to
order. Entered a valid email and 4digit numeric password. got 'error
in sqler'


Dude, sorry about that, I tried to replicate it but I could not. I hate
that when it happens.... Client says it does not work, but you can not
replicate the error!
gotsta fix yer validator.
you wah? not sure what you mean

I think the thumbnails of products needs captions.


Good idea, will do.

Thanks again

- Nicolaas
Jan 14 '06 #10

windandwaves wrote:
juglesh wrote:

gotsta fix yer validator.


you wah? not sure what you mean


heh heh, sorry, I was speakin' 'merican ;) rural 'merican.
Seems like the page that processes the email addy needs better
validation.

I think the thumbnails of products needs captions.


Good idea, will do.


you must be working on it, lots of header errors atm.

--
j

Jan 14 '06 #11

"windandwaves" <wi*********@coldmail.com> wrote in message
news:hy********************@news.xtra.co.nz...
Steve wrote:
On Thu, 12 Jan 2006 11:18:46 +1300, windandwaves wrote:
Hi Folk

I would like some feedback on my e-commerce development:

www.antlervelvet.co.nz/test/index.php

I am particularly interested in the actual e-commerce application
(e.g. navigation, ease of use, etc...). I am trying to turn it into
my first open source project and I want to post it on phpclasses
when it is ready.

TIA

- Nicolaas
1. I'd say that the shopping logic is the wrong way round: let the
punter build up an order, then log in to an account at the end to
process it. I also don't think the page with all the buy now entries
on it works - too long. I would have tried further, but I'm not
adding my details to a site I'll never use (:


I have taken up part of the ideas (no need to activate account). May
implement more.
2. Upgrade to at least xhtml.


why? what is wrong with html strict?


because I hear XML and xhtml can somehow work together with all these new
technologies coming out, whereas HTML is left out in the cold. MySQL can
now export XML, and companies transfer data as XML or they keep their
product base in XML. (and because of that, they expect an e-commerce
solution knows how to do DB data mapping). I am not suggesting that you go
XML though - I don't know how much extra work that would be.
3. Prettify your html: it'll make it easier to see obvious mistakes (
2 favicons? ). Get rid of this session id that you're passing all
over the place - it's not necessary. Use of (more) session variables
will make it much cleaner. Standardise on the position of your login
box.


I have:
<link rel="icon" href="http://www.antlervelvet.co.nz/i/favicon.ico"
type="image/ico">
<link rel="SHORTCUT ICON"
href="http://www.antlervelvet.co.nz/i/favicon.ico">

I have two, because the first works on some browsers and other works on
other browsers.

4. Visit http://validator.w3.org and
http://jigsaw.w3.org/css-validator


Done, all my pages validate now.

5. You could do with a proof reader. I picked up on a number of 'word
,next' grammar errors, and I'm not too sure whether the language is
English or American. Always a problem for those of us here in godzone
(:

What do you mean with 'word, next' grammar errors

The American / English one is a funny one. True. Not sure what to say
about that.

Thank you
HTH,

Steve


Feb 9 '06 #12
Jim Michaels wrote:
"windandwaves" <wi*********@coldmail.com> wrote in message

2. Upgrade to at least xhtml.

why? what is wrong with html strict?


because I hear XML and xhtml can somehow work together with all these new
technologies coming out, whereas HTML is left out in the cold. MySQL can
now export XML, and companies transfer data as XML or they keep their
product base in XML. (and because of that, they expect an e-commerce
solution knows how to do DB data mapping). I am not suggesting that you go
XML though - I don't know how much extra work that would be.


Using HTML ensures more web browser support (of course as long as you don't
fall for using MSIE broken HTML).
//Aho
Feb 9 '06 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Mindful_Spirit | last post by:
I'm trying to set up a basic email feed back form like this, and was wondering about some basic configuration settings. I have used code from this website. I have it working just fine. I'm...
1
by: Victor Engmark | last post by:
Background: Interoperability between email agents is becoming increasingly important as they diverge more and more in appearance (e.g. graphical vs. non-graphical), focus (e.g. speed vs. looks),...
19
by: Blair Adamache | last post by:
IBM is hosting a user focus session to get feedback on a new design concept for installing software products and maintenance. The information below gives a brief summary of the information about...
0
by: starace | last post by:
I have designed a form that has 5 different list boxes where the selections within each are used as criteria in building a dynamic query. Some boxes are set for multiple selections but these list...
3
by: scorpion53061 | last post by:
Hi, I am looking for a code sample that communicates from a client to a remote Windows Service on another computer over the internet, that is the Windows Service performing instructions the...
9
by: gs | last post by:
the feedback for the install of c#2008 places 97 to 99% cpu load for way too long on athlon x64 3800+ PC. 3/4 an hour later its only about 80% complete, continuing with 98% CPU load! Next time...
14
by: Egbert Teeselink | last post by:
Hi all, The last few months I've worked on making a template engine because the ones out there didn't serve my needs. I guess everybody knows Smarty and has an opinion on it; I like many things...
6
by: Christopher Vogt | last post by:
Hej everybody, I built something for myself that might help some of you as well. Looking at a couple of PHP template engines made me think. I have two main requirements for a presentation...
16
by: dhtml | last post by:
Breaking up the FAQ has been discussed. http://groups.google.com/group/comp.lang.javascript/browse_frm/thread/d11878ddfb2ac892/ I'm interested in doing this now. I propose something along the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.