Public Voice Network
- Pic of the Day 7541575415
- Halp! I need a photograph… 4343
- Show some recent work 56065606
- Black People :/ 190190
- Music Video of the Day 22
- Video Games... 993993
- WTF 11
- Beer of the day 133133
- Suggest some new Metal 8484
- PRISM 9090
- Vid of the Day 1529515295
- Retro Dunk Idea 1616
- the gif animation thread 1880318803
- Wordpress Not Showing Up 1212
- iPhone lenses 88
- How to Uninstall McAfee A… 33
- blog 5785357853
- Outlook more like Mac Mai… 11
- NBA Finals 2013 4141
- Official Infographics Thr… 181181
- Mac Pro 9797
- Responsive Web Design &am… 1111
- Portfolio | London Bound 1111
- Ibiza 2013 88
Bootstrap & Kickstrap 2020 Responses
Last post: 6 months, 1 week ago | Thread started: Dec 5, 12, 6:43 p.m.
- freakpelican
interesting projects. Really dig the direction this stuff is going.
- Dec 5, 12, 6:43 p.m. – Permalink
- cannonball1978
Working on some SaaS stuff that uses bootstrap.


- Dog-earDec 5, 12, 7:03 p.m. – Permalink
- orrinward2


- Dog-earDec 6, 12, 2:16 a.m. – Permalink
- freakpelican
Any examples any one here has of work they have done that was based off of any of these frameworks?


- Dog-earDec 8, 12, 10:49 a.m. – Permalink
- Hombre_Lobo
This would probably be interesting to me if i knew what bootstrap meant and what they did. Google time!


- Dog-earDec 8, 12, 10:52 a.m. – Permalink
- trooperbill
jetstrap.com is good too

- Dog-earDec 8, 12, 12:40 p.m. – Permalink
- yurimon
Attack of the framework names!!!!!!!
Rabbit eats celery and carrots.http://rabbit.codeplex.com/
http://celeryproject.org/
http://project.carrot2.org/

- Dog-earDec 8, 12, 12:42 p.m. – Permalink
- trooperbill
im having difficulty working within a framework after hand coding for the past 10 years... anyone got any tips cuz its like earning a different language...


- Dog-earDec 8, 12, 4:06 p.m. – Permalink
- freakpelican
im coming from a background of hacking my way into actionscript, hating the update to AS2 then being totally left behind by the "brilliant swap" to OOP AS3. The only way i was able to program well was in ActionScript1 when you could sneeze and code would work. i could drop shit into random movie clips embedded into ten deep movie clips and know exactly what I WAS DOING... now... im years behind the curve trying to do it "the right way".
I hate programming now b/c im constantly learning someone elses proper way... i liked ruby b/c it was more elegantly sloppy like early actionscript. I know i can barely code with a team and i have no idea how to hand write a thing without having to source snippets needed... but damn, it used to be fun.


- Dog-earDec 9, 12, 1:40 a.m. – Permalink
- freakpelican
Any kind of project/library/framework that can do part of the code for me and not in an ugly "dreamweaver" style of shit code that you never really wanna use, im way behind it. The problem is there is just so many new things in the HTML5/Jquery/CSS/etc world i can never decide what to spend time focusing on.


- Dog-earDec 9, 12, 1:43 a.m. – Permalink
- instrmntl
THE BIG BADASS LIST OF 219 USEFUL TWITTER BOOTSTRAP RESOURCES
http://www.bootstraphero.com/the…

- Dog-earDec 10, 12, 2:59 p.m. – Permalink
- freakpelican
so monNom does the themes from kickstrap solve that?

- Dog-earDec 11, 12, 2:38 p.m. – Permalink
- monNom
^ it's the system that makes it look like bootstrap. it's a codified system of menus, layout patterns, and widgets that, while they can be restyled, the framework underneath it all is the same, so they all end up looking a bit like bootstrap.
I think it is awesome for APP/UI stuff, where you really strive for consistency in form and behaviour throughout the app, and in the ecosystem of similar products. For more 'creative' design, while it saves you time, it also boxes you into a corner. IE: something like this: http://www.microtyp.org/ is probably not going to fall out of the bootstrap toolbox.


- Dog-earDec 11, 12, 4:23 p.m. – Permalink
- ETM
I see the value in some cases, but I hate that many(all?) of these grid systems and frameworks violate the whole concept of separating presentation from markup.
<div class="row">
<div class="8u">content</div>
<div class="4u">sidebar</div>
</div>
or
<div class="4_col">content</div> etc. etc.To change the dimension of the content requires going back into markup.

- Dog-earDec 13, 12, 12:16 a.m. – Permalink


