JokerMartini
-
Liquid Image Showcase
Lets say that the height and width are all liquid. Make everything scale uniformly started from the max dimensions Full Showcase size: 1600 x 540 Large image at full size: 800 x 540 Small images at full size: 400 x 270 All liquid and scale unifor…
-
Liquid Image Showcase
How can I get the liquid height to work with this? http://jsfiddle.net/JokerMartini/5KUZF/
-
Liquid Image Showcase
Lets say that the height and width are all liquid. Make everything scale uniformly started from the max dimensions Full Showcase size: 1600 x 540 Large image at full size: 800 x 540 Small images at full size: 400 x 270 All liquid and scale unifor…
-
Liquid Image Showcase
I was going to make it liquid height but i wasn't sure how to do that. Ideally I'd rather that be liquid as well
-
Liquid Image Showcase
The images do not have to resize. Just be centered. To be safe I would say the largest image size possible would be 800 by 360 small images would be at their largest 400 by 180 Those do not have to resize, but atleast be centered.
-
Custom CMS tutorials?
Alright that sounds very cool. I appreciate the explanation of things and all the advice. The main reason I want to build my own is because there are limitations of wp that I tend to hit a lot when designing my own website which becomes a big headac…
-
Custom CMS tutorials?
Now is node.js the next generation of cms? Is it worth going that route ?
-
Display metaData except for "Price" or "Download"
This look shows everything with the label Downloads. Now how can I switch this around to show everything except for download along with the name of the Value as the label....?
-
Display tags for posts under Work Category?
@TheDoc Let me know if this helps. Create a unique array of tag names only found on "posts" in the category "work" Display tags using this loop if (count($all_tags)) { foreach ($…
-
Get all tags used for posts in specified category!
If anyone is wondering why I'm doing this its because I'm trying to proceduralize chris coyier's filterblocksV2 http://css-tricks.com/filtering-blocks-v2/ into wordpress. If anyone else has a better method by all means share. But bas…
-
make div 'classes' the post tags
Nicely done. Thank you very much.
-
make div 'classes' the post tags
so for example if one post had 3 tags as: Photo, Outside, Ground it would be marked up as
-
styling metaData
No I didn't do that. I wanted it to automatically just continue going through however many custom fields there were.
-
styling metaData
Nothing. I using the standard one that comes with wp
-
styling metaData
That didn't quite work out. It went haywire and listed the post hundreds and hundreds of times. I want to take each custom field entry and style it. http://jokermartini.com/myStuff/temp.jpg customfield NAME goes in div class="detailTitle…
-
styling metaData
Awesome. Thank you very much for the help on this. It's a keeper for sure.
-
styling metaData
I'm not exactly sure to how write the for loop and add in my styling divs for the name a value. Could someone help me do that?
-
javascript HEX color from HSB
are HSB and HSL the same?
-
multiple file uploader (1MB up to 1Gig)
That's alright. Hopefully some more people will jump in on this conversation and enlighten us all on how to do so.
-
multiple file uploader (1MB up to 1Gig)
What would be the solution then for that?
-
multiple file uploader (1MB up to 1Gig)
Hey Chris. Some people have messaged me saying that only flash uploaders can handle large files so I'm not entirely sure what is true.