Time flys when you're busting ass.
(I apologize if this post is a little sporadic, or if the grammar sucks. I've been working 9 hour days at my day job, and then coming home, eating, and working on this project until 11 or 12 at night. My brian isn't working too well right now.)
Wow, it's been too long since my last blog post. I've been trying to spend every free moment on my design approval app/service. My main focus is getting the UI for the display, management, review, commenting, and approval of the design pieces perfect. Once I've got that exactly how I want it, I'll use the conventions I'm establishing for the UI of the other components of the site.
One of the things I really like about Ruby on Rails, the platform I'm building my app on, is that the abstractions the framework gives you (framework being Rails) allows me to spend more time on the UI. A large part of most web apps is the typical CRUD stuff. Ruby on Rails gives you the ORM framework, Active Record, which has completely elimanated all the time needed to work on the CRUD operations. I don't even have to setup any "mappings".
If it wasn't so late, and I wasn't so tired, I'd go into more detail.
There's only so many hours in a day, and not having to spend my time on CRUD is saving me a TON of time.
'night.
Wow, it's been too long since my last blog post. I've been trying to spend every free moment on my design approval app/service. My main focus is getting the UI for the display, management, review, commenting, and approval of the design pieces perfect. Once I've got that exactly how I want it, I'll use the conventions I'm establishing for the UI of the other components of the site.
One of the things I really like about Ruby on Rails, the platform I'm building my app on, is that the abstractions the framework gives you (framework being Rails) allows me to spend more time on the UI. A large part of most web apps is the typical CRUD stuff. Ruby on Rails gives you the ORM framework, Active Record, which has completely elimanated all the time needed to work on the CRUD operations. I don't even have to setup any "mappings".
If it wasn't so late, and I wasn't so tired, I'd go into more detail.
There's only so many hours in a day, and not having to spend my time on CRUD is saving me a TON of time.
'night.


