Results 1 to 30 of 71
-
29-06-2012, 05:10 PM #1
A product website design and development
-
29-06-2012, 08:17 PM #2
Re: A product website design and development
Looking nice.
If a pizza has a radius 'Z' and depth 'A' then its Volume = Pi * Z * Z * A
~~thepenciltool.tumblr.com~~
-
06-07-2012, 10:12 PM #3
Re: A product website design and development
Thanks
Further updates on it:-
Add products:


Validation for already existing SKU values using ajax, further validations for price and other fields:

Show products:

Apply filter:

Edit/Remove page:

Quick price change using ajax:

Edit more details:


Multiple deletion by selecting checkboxes:

Suggestions and critiques welcome. How can I improve the usability more ? And what other features or suggestions that can be implemented to make user experience enjoyable ?
-
06-07-2012, 10:54 PM #4Alpha Geek
- Join Date
- Dec 2010
- Posts
- 541
Re: A product website design and development
Are you making a specialized CMS kind of thing for quickly generating a IT-product e-commerce site?
-
06-07-2012, 11:07 PM #5
-
06-07-2012, 11:59 PM #6
Re: A product website design and development
Its cool.
| Steam | Battlelog | PSN | Playfire | myAnimelist |
TDF @ Steam
Get 2GB of free cloud space : http://db.tt/OJKPcZnY
-
07-07-2012, 01:01 AM #7
Re: A product website design and development
are you developing your own CMS or using some framework like joomla ?
Core 2 duo E4500 2.2gHz , ASUS P5GCMX , 3GB Transcend , Corsair VX 550w, MSI R5770 HAWK Edition 1GB, CM HAF-922, LG W2243T 21.5" LCD, I-Ball Baton
-
07-07-2012, 01:35 AM #8
Re: A product website design and development
-
07-07-2012, 02:30 AM #9Alpha Geek
- Join Date
- Feb 2004
- Posts
- 738
Re: A product website design and development
Good work, hopefully you are enjoying it

Btw, using OOP in php or procedural concept ?~Ricky
» Looking for someone to partner with me in Indian Linux forum
I am also at Another Indian forum...
-
07-07-2012, 04:52 AM #10Alpha Geek
- Join Date
- Dec 2010
- Posts
- 541
-
07-07-2012, 08:38 AM #11
-
11-07-2012, 01:36 AM #12
Re: A product website design and development
Implemented rudimentary User Login and cart system. Used Session and Cookies for User login track and used Session variable for cart items track. This is getting interesting.
Implemented blowfish hash for password storing using phpass. Seems to be better than any other option.
Some pics.
What do you guys suggest to get Country, State and City automatically as a dropdown list ?




-
11-07-2012, 12:54 PM #13
Re: A product website design and development
Can't comment on the coding stuff but the design looks good. It can be further improved though. What is the main purpose of the site- providing relevant information on products from different brands ?
View my Portfolio here-
Pixels and Polygons | On Linkedin | On Facebook
Available for freelance. PM me for details.
MSI 890 GXM G65, Phenom X6 1055T, G.Skill 1600Mhz "Ripjaws" 2x2gb Kit, MSI GTX 470, WD Black 500Gb, NZXT Gamma, Corsair Vx550, Hp 22x DVD-Rw, Benq G2420HD, Logitech Mx-518, Xbox 360 Gamepad for PC
-
11-07-2012, 03:12 PM #14
Re: A product website design and development
It's a product website with pages for administration part (adding, updating and deleting product parameters) and customer part (adding product to cart, checkout etc).
I am not concentration over design. It will be nice if you can suggest or perhaps provide some template for that.
-
11-07-2012, 04:38 PM #15
Re: A product website design and development
Being able to search with multiple filters of the same kind (like having simultaneous filters for say 10k to 20k and 20k to 30k) that can be applied at the same time. I am not sure if thats clear enough, but how flipkart implements its search feature is NOT how it should be done. ( In flipkart, at any given time I can have only one price filter active like 20k to 30k. What if there is a product thats priced 30.4k? it does not appear within the search results. But in real life almost all people 'stretch' their budgets from time to time)
Also searching using sliders for 'price' is the most usable and useful form IMO.HP Pavillion dv4 3016tx | i5 2.33GHz | ATI HD6750M 1GB | 4GB RAM | 500GB HDD
Grado SR60i | Panasonic HJE120 | Soundmagic E10
Lumia 920 | Nokia N70 | Sony Ericsson Xperia Ray
Canon EOS 600D 18-55 Kit lens
Me @ Flickr
-
11-07-2012, 06:15 PM #16
Re: A product website design and development
View my Portfolio here-
Pixels and Polygons | On Linkedin | On Facebook
Available for freelance. PM me for details.
MSI 890 GXM G65, Phenom X6 1055T, G.Skill 1600Mhz "Ripjaws" 2x2gb Kit, MSI GTX 470, WD Black 500Gb, NZXT Gamma, Corsair Vx550, Hp 22x DVD-Rw, Benq G2420HD, Logitech Mx-518, Xbox 360 Gamepad for PC
-
11-07-2012, 07:29 PM #17Alpha Geek
- Join Date
- Dec 2010
- Posts
- 541
Re: A product website design and development
This. IMHO, the LG website has some kind of slider for price - ideal would be to have a slider as well as some kind of textbox for the user to enter his own price range.
BTW, why does Login and Register show if/when I am logged in? IMHO, I should be able to see Login and Register only when I am logged out or browsing as a guest.
Also, the form validation --> when I am registering and entering my email ID and password, I did like the validation to start "after" I have completed entering the full password, not right when I start - something like onblur or on unfocus whatever the javascript thingy was!
Sorry, if this does not apply in your case; is it Ajax-y by the way? Just curious, but how costly is it when you have say 10 mil email IDs already in your db? (Again, not too much (in fact, not at all) of a web geek, so question may not be applicable)
Oh and can you move the buttons (submit/reset) to the middle? Towards the left looks awkward!
-
11-07-2012, 08:12 PM #18
Re: A product website design and development
Yeah, getting ideas from other sites.
Will look into that. A really nice and user friendly idea. Thanks.
Here goes Cart facility, almost completed
The bare bone functionality:



Now, with little bit of CSS and database magick..grunt..grunt
Added items in cart.

After deletion of one item:

Updating quantity of item:

Updated:

Time for a break
Yeah, this looks good.
See the current screenshots in this post. Logged in users wont see Login and Register.
I am using onblur and onkeyup. Will see what fits fine there.
I am afraid I dont know what Ajax-y is. I am using ajax in few things, not the complete website.
Yeah, will do. Thanks.
-
11-07-2012, 08:12 PM #19Alpha Geek
- Join Date
- Dec 2010
- Posts
- 541
Re: A product website design and development
^^^ Very nice

By "Ajax-y" (read like an adverb) I meant, are you using Ajax in the part where you tell the user immediately that his email ID is already registered? And I wanted to know if that operation is a costly one in case you have to sift through say a large number like say 10 mil
-
11-07-2012, 08:33 PM #20
Re: A product website design and development
Yeah, it's ajax. Only the part where existing user id is checked during registration. Everything else is Client side JS validation.
Onblur will be efficient depending upon the hosting. As of now I have kept it on keyup and onblur.
It's highly unlikely that there will be 10 mil users active at the same time. It's just a start up website.
-
11-07-2012, 09:02 PM #21Alpha Geek
- Join Date
- Dec 2010
- Posts
- 541
Re: A product website design and development
Didnt get this! Why do you need all users to be active at the same time?
I meant, when down the line, you have say a high user base of say 10 mil, (so 10 mil IDs to check against), how much does the search cost?
Also, IMHO, isnt it better to have a button there ["Check for availability"] to make the validation a user choice? I mean, when the form submits, you will anyway validate the email ID as unique before you insert to the db, right?
-
11-07-2012, 09:15 PM #22
Re: A product website design and development
^^that will require good infrastructure and code optimization. Can think of that down the line but as of now it should be good enough. Probably some performance testing can be done . I guess I'll look for the tools for that.
Sure, check for Availability is good and can be done but I have seen in some sites that the check is done automatically on input.
-
11-07-2012, 09:26 PM #23Alpha Geek
- Join Date
- Dec 2010
- Posts
- 541
Re: A product website design and development
How long approximately is each module taking to code?
And when do you do this? Weekends? or 7 days a week?
-
11-07-2012, 10:50 PM #24
Re: A product website design and development
It's fine the way it is, the backend DBMS optimize queries under the hoods so if your `user_id` is indexed and unique the search time is negligible. The only scenario I think it could be significant would be if you were checking it on key events,
which you aren'tEDIT: Oh wait, you are. Use onblur or onsubmit.
...Or perhaps if someone maliciously polls the script to generate 1000 requests/second >_>AMD Phenom II X6 1055T|MSI 880GMA-E45|MSI 7770|2x2 Corsair DDR3 1333MHz|CM Elite 310|Corsair CX400W|DELL ST2320L
Myself @ nbaztec.co.in
Build Your Rig! (XBlade) @ nbaztec.co.in - Build Your Rig!
My Inner Artist @ nbaztec.co.in - Designs
-
11-07-2012, 10:53 PM #25
Re: A product website design and development
Looks Good & Cool
Spoiler:
-
11-07-2012, 11:51 PM #26
Re: A product website design and development
Working for about a month over it. Reading documentation and thinking of how to implement takes some time but coding part is done pretty easily after that.
Working as and when I get time. Weekends usually BF3 multiplayer, so don't look at it much.
That can be done with onblur too. database requests are only for user id. So I guess leave it at onblur itself and remove the keyup.
Anyway to keep the throttling of database ?
Thanks.
-
12-07-2012, 04:07 AM #27Alpha Geek
- Join Date
- Dec 2010
- Posts
- 541
Re: A product website design and development
IMHO, any such use case would kill the network/app server long before it took down the db! Probably a function of connection pools!
Question should probably be "any way to keep the throttling of the web server"!
Well, we did never get DOS if there was some foolproof way of doing that!
-
13-07-2012, 12:57 AM #28
-
13-07-2012, 01:30 AM #29Alpha Geek
- Join Date
- Dec 2010
- Posts
- 541
Re: A product website design and development
Looks fine.
Can you change that X for the delete to something else? I know its functional, in fact, very functional. but looks slightly odd.
May be, a yellow pencil icon instead of the "Update" href and beside it a red x icon for delete.
BTW, how did you get that textbox rectangle to be rounded at couple of corners? Is that via CSS? Looks cool - the price, quantity and subtotal align are slightly off I think, would look cooler if it could be aligned at 180.

Edit: Just noticed the Proceed link. I think it should be a more prominent button, don't you think?
Where does Proceed go by the way? "Continue shopping" or "Checkout"? May be, two buttons with those names instead of Proceed?
-
13-07-2012, 10:41 AM #30
Re: A product website design and development
The Design is nice. I noticed the SKU number. You seem to be entering the SKU number yourself. Wouldn't it be good to be using the Auto_Increment attribute of MySQL to generate unique SKU number for each product? That way, you'll be saving time entering a new product each time as SKU generation will be done under the hood.
I'm a KID in this BIG Cyber World!
Intel C2D E4500|CM Hyper TX3 EVO|Corsair VS450|MSI G41M-P26|Kingston VR 2 x 4GB DDR3 1333 MHz|Seagate 500 GB SATA 3.0+ WD 80 GB IDE|AOC E2243Fw2k|| Dell Inspiron 14R|Core i5 480M 2.66|WD 320GB SATA 3.0|6GB DDR3 1333|Philips SHP 2700|Microsoft Mobile 1000||Nokia C6-00
My Blog: http://www.metro-greens.in
Similar Threads
-
Android development website
By ohm.patel1 in forum ProgrammingReplies: 4Last Post: 31-03-2012, 07:11 PM -
Guidance for Website development
By Terabyte in forum ProgrammingReplies: 5Last Post: 18-04-2011, 02:47 PM -
Website Design And Web Development Company
By srisoftwarez in forum Software Q&AReplies: 1Last Post: 11-10-2009, 07:34 PM -
iPhone Wins Product Design Award
By nepcker in forum Technology NewsReplies: 5Last Post: 23-05-2007, 03:43 PM -
my website development
By anilmail17 in forum QnA (read only)Replies: 8Last Post: 11-12-2006, 05:21 PM


LinkBack URL
About LinkBacks




Reply With Quote



Bookmarks