muellerwolfram | 13 years ago | on: Show HN: The home automation system with an API
muellerwolfram's comments
muellerwolfram | 13 years ago | on: Ask HN: As a consumer, what product do you wish was available right now?
muellerwolfram | 13 years ago | on: What are some great examples of well-designed personal websites?
also, i think that creating a personal website is such a common use case that as a side project, i'm creating a saas webapp for creating portflio sites. checkout http://prtfl.io in coming weeks.
muellerwolfram | 13 years ago | on: Ask HN: When will Hacker News improve their HTML?
muellerwolfram | 13 years ago | on: Ask HN: Any good open source rails apps to learn from?
also, check out http://railsapps.github.com/rails-examples-tutorials.html
muellerwolfram | 13 years ago | on: Key Metrics for Software-As-A-Service
what bothers me with this site is: after sending the tweet you are not done. you still have to create an account first. and the "login" function via twitter redirects you to a sign up page. whats the point of offering single sign on services if users have to fill in a signup form afterwards? btw. i'm 5 minutes into to process and still haven't gotten to the content.
muellerwolfram | 13 years ago | on: Do you love Rails and Ruby? So do I, please mentor me!
i started learning rails 2-3 month ago, and because of its popularity their are tons of free resources, tons of people willing to help out on stackoverflow. almost every question i had, and typed into google, was already answered on a blog or on stackoverflow. and if you do have a very specific question, that is not already answered (i doubt it), i guarantee you, someone will answer, if you properly ask on stackoverflow.
good starting points are:
http://ruby.railstutorial.org/ruby-on-rails-tutorial-book
i would especially recommend working through the rails book. its not your typical programming book. its more like a really long, in-depth and well written tutorial. it took me two weeks (i skipped some of the chapters) to work through the book, and afterwards i really felt i knew enough to start working on my own project.
muellerwolfram | 13 years ago | on: Ask HN: Freelancer? Seeking freelancer? (October 2012)
We are a team of two developers, specialising on cross-platform mobile application development with phonegap and backbone.js. We tried different technologies, before settling for this approach. So we also have experience in sencha touch, as3/flex and titanium, if you need help with your existing project. Additionally to mobile app development, we can help you with your backend development as well. We are comfortable working with php webframeworks like symfony or zend, as well as ruby on rails and sinatra. Due to customer agreements we cannot publicly show all of our work, but we can show more work upon request. You can checkout some personal projects here:
http://itunes.apple.com/in/app/zeropilot/id546269977?mt=8
http://itunes.apple.com/us/app/jogoo-jump/id498777311?mt=8
muellerwolfram | 13 years ago | on: IOS6 html hardware acceleration changes and how to fix them
muellerwolfram | 13 years ago | on: Ask HN:Is there good marketplace for selling software beside phone marketplaces
muellerwolfram | 13 years ago | on: iPad and Linode: 1 Year Later
http://www.wired.com/gadgetlab/2011/03/lenovos-x220-thinkpad...
muellerwolfram | 13 years ago | on: AdBlock, NoScript & Ghostery – The Trifecta Of Evil [Opinion]
muellerwolfram | 13 years ago
for example if i'm creating a new landingpage and just need a simple layout it would be really cool if there was a tool i could quickly build a design visually.
muellerwolfram | 13 years ago | on: Ask HN: How much recurring income do you generate, and from what?
i had a lot of traffic coming from my show hn thread (http://news.ycombinator.com/item?id=4354376) but since then i'm struggling to find new traffic sources...
muellerwolfram | 13 years ago | on: Show HN: My first webapp. Build with rails, backbonejs and lots of love.
muellerwolfram | 13 years ago | on: Show HN: My first webapp. Build with rails, backbonejs and lots of love.
muellerwolfram | 13 years ago | on: Show HN: My first webapp. Build with rails, backbonejs and lots of love.
2) to start out i read this http://coenraets.org/blog/2011/12/backbone-js-wine-cellar-tu... and then everytime i was stuck i search for a solution on stackoverflow. i'm not using nodejs btw. just backbone for the frontend. once you done a couple of tutorials, i recommend using http://www.brunch.io
3) the themes are coming from my rails backend. i have a mongodb database on http://www.mongolab.com. the backbone app makes a request to my rails server and gets a respond as json. you can see how that looks like at http://www.themescroller.com/themes.json
muellerwolfram | 13 years ago | on: Show HN: My first webapp. Build with rails, backbonejs and lots of love.
2) yes better filters/ more infos is on the roadmap. getting data of ~4000 themes is not a task i want to do by hand. and the infos i get by scraping the sites is limited. but as someone said before, the user doesn't care about how its done, the user cares about how it works. so i'm going to think about that. maybe i let mechanical turks look for all that data.
but for now: there is a filter for responsive themes. its the layout-> responsive layout filter. if you select that, you will get all the themes where i definitly knew that they are responsive.
muellerwolfram | 13 years ago | on: Show HN: My first webapp. Build with rails, backbonejs and lots of love.
i think the reason why i did this, was because initially the preview und market links didn't open in a new window. but you're right, if the user is staying on one page, he doesnt need a 'back' functionality.
thanks for the feedback, i already changed it, going to push it later...
muellerwolfram | 13 years ago | on: Show HN: My first webapp. Build with rails, backbonejs and lots of love.