top | item 8149418

Show HN: Custom CMS using Node and Backbone for my girlfriend's fashion blog

12 points| maxmzd_ | 11 years ago |vanillaextract.me | reply

18 comments

order
[+] heyalexej|11 years ago|reply
Nice project. A couple things I noticed: You're leaking emails and IP addresses of commenters in your source code. There are plenty of dead pages[1] in the index which you could redirect to the home page or just disallow Google to index either via robots.txt or Google Webmaster Tools.

Edit: Skimming through the site I couldn't actually find a single affiliate link from the image labels.

[1] https://www.google.com/#q=site%3Avanillaextract.me+inurl%3At...

[+] maxmzd_|11 years ago|reply
Hey, thanks for checking it out!

Where are you seeing the emails and IP addresses of the commenters?

[+] eswat|11 years ago|reply
Pretty slick. Can’t wait to see the nuts & bolts of it if you decide to release it.

Two problems I noticed so far:

1) Images are getting cut off from the header in the individual blog posts (I’m using Chrome 36 on OS X)

2) Back button functionality is broken, would be nice to have that working

[+] maxmzd_|11 years ago|reply
Thanks!

Did you happen to resize your browser? I notice that some things get janky because of the waypoints after resize. Need to work on that.

[+] msurguy|11 years ago|reply
Very cool idea for the fashion bloggers. You might even sell this CMS (per client basis) or if you gather a team of web developers - become an agency working with fashion bloggers.

There is some potentially good money in this.

[+] maxmzd_|11 years ago|reply
Yeah, lots of opportunity here for sure. One thing I've been getting good feedback on from some fashion bloggers is the "shop the look" feature on each photo. Affiliate links is how many fashion bloggers monetize.
[+] JustinBrown|11 years ago|reply
Site looks great, but do you have any peeks into the actual CMS? Would love to see!
[+] maxmzd_|11 years ago|reply
Thanks! And not yet, but I'm working on a blog post to show it off a bit more.
[+] sathvikl|11 years ago|reply
very very cool ! Can you point to some links that you used to learn node, backbone.. what do you use for layout design ?
[+] maxmzd_|11 years ago|reply
Thanks!

I learned Node.js by watch some of Pedro Teixeira's screencasts: http://nodetuts.com/

I'm using Express.js as the backend framework and read some tutorials on that. Can't remember which ones.

I learned Backbone.js by reading the docs: http://backbonejs.org/ along with reading source code of projects I was familiar with.

This best practices article came in handy too: http://geeks.bizzabo.com/post/83917692143/7-battle-tested-ba...

For layout design, I tend to sketch my UX ideas on paper. For this site, since it's so minimal, I designed straight in the browser using HTML / CSS (SASS)

[+] vsergiu|11 years ago|reply
Is it open source?
[+] maxmzd_|11 years ago|reply
No, I wrote it solely for the purpose of this blog, but I wouldn't mind open sourcing it after I add a couple more things to the admin panel (if there's interest).