shamai
-
creating a directory and grabbing info
ive never used deferred so i have no clue what it does. when you say have the images load, do you mean have the thumbnails load? what about the rest of the info and the google maps?
-
jquery on click events
yeah but if I use class .toggle, I dont have to write anymore code! I just add class toggle and bam! -that element now has jquery attached to it. Its similar to oocss... I guess... instead of having to put a few elements into the $(), i put one ele…
-
jquery on click events
well when I use jquery I use special classes. that way my javascript is neat. I care more for my js being neat than my html because js can get cumbersome.
-
nested columns
oh... it must be there from testing and stuff...see thats the problem I play around and then forget to take off the garbage! ...do you own a crocodile?
-
nested columns
oh, I took off the margins.... I dont normally put color on the modules or columns. only whats inside that. I also got rid of padding top and bottom on modules because it ruins my baseline. I added a few more sized columns (cause my thumbnails were…
-
nested columns
its looks beautiful. so instead of having padding on one side as the gutter you placed padding on both sides and together they make the gutter. this keeps everything even. it involves another layer of divs but I guess its worth it. quite cool. thank…
-
nested columns
hey! it looks right!! now i just have to figure out what the hell you did. it looks too simple.... DOH!
-
nested columns
they are not the same width! look here https://dl.dropbox.com/u/1090829/understanding-columns.jpg when you inspect element you are seeing full width INCLUDING the padding. your eyes are being cheated... check the metrics tab (in chrome) whoever ca…
-
nested columns
interesting paulie. you do it differently. you are not suppose to take off padding from last-of-type when you want padding on the outside. instead you use something like: what chris does: .grid-pad{ padding: 20px 0 20px 20px; } notice the 0? thats…
-
nested columns
i know. im talking what if I wanted nested columns with modules. .col-3-4 is a column and inside we have more columns or divs or modules (in my code i used h3's and p's as the modules.... ok i know thats weird but it was just a quick thin…
-
nested columns
lol you mean the h3's? yeah I literally through that codepen together in seconds.... actually thats weird cause i pressed h3 tab.... i used zen coding but i need that left padding. there are other things in there... that are not nested columns…
-
is javascript learning needed before to learn jquery?
lol!!! thats hilarious! how did someone randomly find this and respond?
-
nested columns
ok so if | = padding: | 3/4 | 1/4| in the 3/4 col we have: ||1/4|1/4|1/4|1/4 that first | you see above is the padding of the outer div + this 1/4 padding and its no longer aligned. looks like: |3/4| ||1/4| (see double padding makes the gr…
-
responsive vs. adaptive
is it ok if I round the corners of ads? border-radius the images? it will only help the ads look like they are part of my theme
-
responsive vs. adaptive
the website im making -im hosting the ads on my own. not through a third party... at least for now. Im using a wordpress plugin to do it myself. im confused a bit by the article. that article seems to say hiding ads with css on window-resize is bad…
-
current web project critique
i understand. I know somewhat. I guess I could learn more. The website might not take off, and thats ok. It is a project im pursuing in my free time... it helps me learn new things and experiment with new plugins... But I think it will be good bec…
-
current web project critique
because thee is no other website for this community... this is a real place... not like an online community! this place exists on a map! and they used yahoo groups to communicate and email and stuff and they need a website badly... its a large neig…
-
current web project critique
a final look at the articles: http://baseshamai.deviantart.com/art/Screen-Shot-2013-02-25-at-2-54-34-PM-356416280?ga_submit_new=10%3A1361822142 by the way... where should i upload these stupid images... deviantart is for finished work i feel....
-
current web project critique
well i just stuck that sandy color in there... just to see a different take. but i always had in mind that it would remain black... the sandy color is for special links and tags like in the sidebar in the end i think im going to contain the articles…
-
current web project critique
so i should get rid of the sandy looking article? keep it black?
-
current web project critique
someone mentioned too much gradients. so I tried to change it a bit. which article do you like better? top or bottom? http://baseshamai.deviantart.com/art/Screen-Shot-2013-02-25-at-12-05-15-PM-356392219 or maybe even both? i can alternate. in fac…
-
current web project critique
@chrisburton oh my gosh I remember that show! yeah i was afraid my green was too mucusy... maybe I will change the shade of color
-
current web project critique
not yet. I like to design it as much as possible b4 i dive in because otherwise I never return to photoshop and I css it as I go along....
-
current web project critique
the design direction. do the colors work well? the second link has the main blog page... or at least most of it
-
current web project critique
are they that bad that we are running away from this thread?!
-
Responsive sides not aligning
well its set to float right, when i should be float left.
-
best way to do crossbrowser testing.
yeah but browserlabs is free and browserstack is not
-
getting back into web development
thanks for the links! the post about grids -thats what I do! as long as you use border box the grids are easy and I use percentages in a set pixel wrap. or a wrap of 80%. depends on my mood.... (if i use 80% i also use a max width otherwise it can l…
-
best way to do crossbrowser testing.
put the site into a dropbox folder. then get its public link. put that into adobes browserlab thing and presto!
-
my eyes hurt...
thanks a lot! I have tried keeping off the computer but its really hard in the year 2012... I find myself very bored if im not on it.