Does anyone know where I can find some sample new user/create an account page HTML forms that would work with dancer2? So far I don't like anything that I have created from scratch. Thanks
I'm the same Richard, can't design stuff to save my life!! I usually google something like "user account page css" or something. Depending on what I'm looking for I'll also search http://codepen.io/ which has some really awesome (and sometimes useful!) stuff. I've been looking for something dashboardy for you but it's hard to know what words to use, as a dashboard and a user account dashboard are two different things. It might be worth using a dashboard type theme like this: http://codepen.io/icebob/pen/DbfgK (or even this: http://codepen.io/MyXoToD/pen/hLzGs )and massaging it into what you want to do. David On Thu, Aug 13, 2015 at 11:12 PM, Richard Reina <gatorreina@gmail.com> wrote:
Does anyone know where I can find some sample new user/create an account page HTML forms that would work with dancer2? So far I don't like anything that I have created from scratch.
Thanks
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
Well this next question will surely reveal how much more clueless I am. As I understand it each html page gets is style and layout from a css page. If I find HTML code that I like how do incorporate the css without changing the style of the rest of my pages? 2015-08-13 9:08 GMT-05:00 David H <untg99@gmail.com>:
I'm the same Richard, can't design stuff to save my life!! I usually google something like "user account page css" or something. Depending on what I'm looking for I'll also search http://codepen.io/ which has some really awesome (and sometimes useful!) stuff.
I've been looking for something dashboardy for you but it's hard to know what words to use, as a dashboard and a user account dashboard are two different things. It might be worth using a dashboard type theme like this: http://codepen.io/icebob/pen/DbfgK (or even this: http://codepen.io/MyXoToD/pen/hLzGs )and massaging it into what you want to do.
David
On Thu, Aug 13, 2015 at 11:12 PM, Richard Reina <gatorreina@gmail.com> wrote:
Does anyone know where I can find some sample new user/create an account page HTML forms that would work with dancer2? So far I don't like anything that I have created from scratch.
Thanks
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
In this day and age, I don't recommend spending too much time on html and css when there are web frameworks like Bootstrap <http://getbootstrap.com/> and my favourite Zurb Foundation <http://foundation.zurb.com/>. On 13 August 2015 at 15:27, Richard Reina <gatorreina@gmail.com> wrote:
Well this next question will surely reveal how much more clueless I am. As I understand it each html page gets is style and layout from a css page. If I find HTML code that I like how do incorporate the css without changing the style of the rest of my pages?
2015-08-13 9:08 GMT-05:00 David H <untg99@gmail.com>:
I'm the same Richard, can't design stuff to save my life!! I usually google something like "user account page css" or something. Depending on what I'm looking for I'll also search http://codepen.io/ which has some really awesome (and sometimes useful!) stuff.
I've been looking for something dashboardy for you but it's hard to know what words to use, as a dashboard and a user account dashboard are two different things. It might be worth using a dashboard type theme like this: http://codepen.io/icebob/pen/DbfgK (or even this: http://codepen.io/MyXoToD/pen/hLzGs )and massaging it into what you want to do.
David
On Thu, Aug 13, 2015 at 11:12 PM, Richard Reina <gatorreina@gmail.com> wrote:
Does anyone know where I can find some sample new user/create an account page HTML forms that would work with dancer2? So far I don't like anything that I have created from scratch.
Thanks
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
Well, you can't just plug graphics in your project like you plug libraries, you have to work a little around it. For my project I followed Daan advice, using Boostrap (in its now obsolete version) and doing just the necessary as HTML coding. In my opinion this can give you something that work, but never give you something beatiful. A more complex but more effective solution is grab a HTML template from a site like this: http://www.wowthemes.net/ Then, you'll still need some art with HTML to make your project suit inside it, but at last your site will look good. Simone
In this day and age, I don't recommend spending too much time on html and css when there are web frameworks like Bootstrap <http://getbootstrap.com/> and my favourite Zurb Foundation <http://foundation.zurb.com/>.
On 13 August 2015 at 15:27, Richard Reina <gatorreina@gmail.com> wrote:
Well this next question will surely reveal how much more clueless I am. As I understand it each html page gets is style and layout from a css page. If I find HTML code that I like how do incorporate the css without changing the style of the rest of my pages?
2015-08-13 9:08 GMT-05:00 David H <untg99@gmail.com>:
I'm the same Richard, can't design stuff to save my life!! I usually google something like "user account page css" or something. Depending on what I'm looking for I'll also search http://codepen.io/ which has some really awesome (and sometimes useful!) stuff.
I've been looking for something dashboardy for you but it's hard to know what words to use, as a dashboard and a user account dashboard are two different things. It might be worth using a dashboard type theme like this: http://codepen.io/icebob/pen/DbfgK (or even this: http://codepen.io/MyXoToD/pen/hLzGs )and massaging it into what you want to do.
David
On Thu, Aug 13, 2015 at 11:12 PM, Richard Reina <gatorreina@gmail.com> wrote:
Does anyone know where I can find some sample new user/create an account page HTML forms that would work with dancer2? So far I don't like anything that I have created from scratch.
Thanks
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
-- Cymon Coniglio domina, http://www.therabbit.it
I'm not familiar with front end frameworks like bootstrap. If they don't produce better looking pages what is the advantage of using them?
El ago 13, 2015, a las 12:25 PM, Cymon <cymon.ML@gmail.com> escribió:
Well, you can't just plug graphics in your project like you plug libraries, you have to work a little around it.
For my project I followed Daan advice, using Boostrap (in its now obsolete version) and doing just the necessary as HTML coding. In my opinion this can give you something that work, but never give you something beatiful.
A more complex but more effective solution is grab a HTML template from a site like this: http://www.wowthemes.net/
Then, you'll still need some art with HTML to make your project suit inside it, but at last your site will look good.
Simone
In this day and age, I don't recommend spending too much time on html and css when there are web frameworks like Bootstrap <http://getbootstrap.com/> and my favourite Zurb Foundation <http://foundation.zurb.com/>.
On 13 August 2015 at 15:27, Richard Reina <gatorreina@gmail.com> wrote:
Well this next question will surely reveal how much more clueless I am. As I understand it each html page gets is style and layout from a css page. If I find HTML code that I like how do incorporate the css without changing the style of the rest of my pages?
2015-08-13 9:08 GMT-05:00 David H <untg99@gmail.com>:
I'm the same Richard, can't design stuff to save my life!! I usually google something like "user account page css" or something. Depending on what I'm looking for I'll also search http://codepen.io/ which has some really awesome (and sometimes useful!) stuff.
I've been looking for something dashboardy for you but it's hard to know what words to use, as a dashboard and a user account dashboard are two different things. It might be worth using a dashboard type theme like this: http://codepen.io/icebob/pen/DbfgK (or even this: http://codepen.io/MyXoToD/pen/hLzGs )and massaging it into what you want to do.
David
On Thu, Aug 13, 2015 at 11:12 PM, Richard Reina <gatorreina@gmail.com> wrote:
Does anyone know where I can find some sample new user/create an account page HTML forms that would work with dancer2? So far I don't like anything that I have created from scratch.
Thanks
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
-- Cymon Coniglio domina, http://www.therabbit.it _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
On Aug 13, 2015, at 12:17 PM, Richard Reina <gatorreina@gmail.com> wrote:
I'm not familiar with front end frameworks like bootstrap. If they don't produce better looking pages what is the advantage of using them?
http://getbootstrap.com/ Merely appending “in Dancer” to any question on web design doesn’t make it on-topic here.
Well, I use bootstrap with dancer and my result is pretty nice;) Of course it could be better, but I’m not a ui designer. So it is good enough:)) On my second project I used a material design with bootstrap: http://fezvrasta.github.io/bootstrap-material-design/ <http://fezvrasta.github.io/bootstrap-material-design/> Best regards, Attila
On 13 Aug 2015, at 20:17, Richard Reina <gatorreina@gmail.com> wrote:
I'm not familiar with front end frameworks like bootstrap. If they don't produce better looking pages what is the advantage of using them?
El ago 13, 2015, a las 12:25 PM, Cymon <cymon.ML@gmail.com> escribió:
Well, you can't just plug graphics in your project like you plug libraries, you have to work a little around it.
For my project I followed Daan advice, using Boostrap (in its now obsolete version) and doing just the necessary as HTML coding. In my opinion this can give you something that work, but never give you something beatiful.
A more complex but more effective solution is grab a HTML template from a site like this: http://www.wowthemes.net/
Then, you'll still need some art with HTML to make your project suit inside it, but at last your site will look good.
Simone
In this day and age, I don't recommend spending too much time on html and css when there are web frameworks like Bootstrap <http://getbootstrap.com/> and my favourite Zurb Foundation <http://foundation.zurb.com/>.
On 13 August 2015 at 15:27, Richard Reina <gatorreina@gmail.com> wrote:
Well this next question will surely reveal how much more clueless I am. As I understand it each html page gets is style and layout from a css page. If I find HTML code that I like how do incorporate the css without changing the style of the rest of my pages?
2015-08-13 9:08 GMT-05:00 David H <untg99@gmail.com>:
I'm the same Richard, can't design stuff to save my life!! I usually google something like "user account page css" or something. Depending on what I'm looking for I'll also search http://codepen.io/ which has some really awesome (and sometimes useful!) stuff.
I've been looking for something dashboardy for you but it's hard to know what words to use, as a dashboard and a user account dashboard are two different things. It might be worth using a dashboard type theme like this: http://codepen.io/icebob/pen/DbfgK (or even this: http://codepen.io/MyXoToD/pen/hLzGs )and massaging it into what you want to do.
David
On Thu, Aug 13, 2015 at 11:12 PM, Richard Reina <gatorreina@gmail.com> wrote:
Does anyone know where I can find some sample new user/create an account page HTML forms that would work with dancer2? So far I don't like anything that I have created from scratch.
Thanks
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
-- Cymon Coniglio domina, http://www.therabbit.it _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
Sorry, thought there would be a perl solution instead of one in javascript. My bad. I will move on. 2015-08-13 13:36 GMT-05:00 Attila Bárdi <attila.bardi@gmail.com>:
Well, I use bootstrap with dancer and my result is pretty nice;) Of course it could be better, but I’m not a ui designer. So it is good enough:))
On my second project I used a material design with bootstrap:
http://fezvrasta.github.io/bootstrap-material-design/
Best regards, Attila
On 13 Aug 2015, at 20:17, Richard Reina <gatorreina@gmail.com> wrote:
I'm not familiar with front end frameworks like bootstrap. If they don't produce better looking pages what is the advantage of using them?
El ago 13, 2015, a las 12:25 PM, Cymon <cymon.ML@gmail.com> escribió:
Well, you can't just plug graphics in your project like you plug libraries, you have to work a little around it.
For my project I followed Daan advice, using Boostrap (in its now obsolete version) and doing just the necessary as HTML coding. In my opinion this can give you something that work, but never give you something beatiful.
A more complex but more effective solution is grab a HTML template from a site like this: http://www.wowthemes.net/
Then, you'll still need some art with HTML to make your project suit inside it, but at last your site will look good.
Simone
In this day and age, I don't recommend spending too much time on html and css when there are web frameworks like Bootstrap <http://getbootstrap.com/> and my favourite Zurb Foundation <http://foundation.zurb.com/>.
On 13 August 2015 at 15:27, Richard Reina <gatorreina@gmail.com> wrote:
Well this next question will surely reveal how much more clueless I am. As I understand it each html page gets is style and layout from a css page. If I find HTML code that I like how do incorporate the css without changing the style of the rest of my pages?
2015-08-13 9:08 GMT-05:00 David H <untg99@gmail.com>:
I'm the same Richard, can't design stuff to save my life!! I usually google something like "user account page css" or something. Depending on what I'm looking for I'll also search http://codepen.io/ which has some really awesome (and sometimes useful!) stuff.
I've been looking for something dashboardy for you but it's hard to know what words to use, as a dashboard and a user account dashboard are two different things. It might be worth using a dashboard type theme like this: http://codepen.io/icebob/pen/DbfgK (or even this: http://codepen.io/MyXoToD/pen/hLzGs )and massaging it into what you want to do.
David
On Thu, Aug 13, 2015 at 11:12 PM, Richard Reina <gatorreina@gmail.com> wrote:
Does anyone know where I can find some sample new user/create an account page HTML forms that would work with dancer2? So far I don't like anything that I have created from scratch.
Thanks
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
-- Cymon Coniglio domina, http://www.therabbit.it _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
On Aug 13, 2015, at 12:59 PM, Richard Reina <gatorreina@gmail.com> wrote:
Sorry, thought there would be a perl solution instead of one in javascript.
Login pages are front-end things, so all that’s on-topic for Dancer are things like this: http://advent.perldancer.org/2014/19 That only talks about the back-end authentication, as is appropriate for Dancer. There are a bunch of ways to do this, but you’ll get better answers with concrete questions (“I tried X with code Y, and Z happened”) than open-ended ones (“How can I do W in Dancer?”) Show us that you have at least *tried* to solve the problem on your own.
Here are a series of bootstrap login pages you can select from. I've used one of these for my dancer application: http://bootsnipp.com/tags/login Jack Jack On Thu, Aug 13, 2015 at 12:21 PM, Warren Young <wyml@etr-usa.com> wrote:
On Aug 13, 2015, at 12:59 PM, Richard Reina <gatorreina@gmail.com> wrote:
Sorry, thought there would be a perl solution instead of one in
javascript.
Login pages are front-end things, so all that’s on-topic for Dancer are things like this:
http://advent.perldancer.org/2014/19
That only talks about the back-end authentication, as is appropriate for Dancer.
There are a bunch of ways to do this, but you’ll get better answers with concrete questions (“I tried X with code Y, and Z happened”) than open-ended ones (“How can I do W in Dancer?”) Show us that you have at least *tried* to solve the problem on your own.
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
participants (7)
-
Attila Bárdi -
Cymon -
Daan Dawud -
David H -
Hagop "Jack" Bilemjian -
Richard Reina -
Warren Young