I Already Don't Like You™. Pretty Sure The Message Was Clear. I ALREADY DON'T LIKE YOUGO AWAY

buildthemes:

image

Tumblr have announced new reblog and like buttons using the variables {LikeButton} and {ReblogButton}. Sample code can be viewed from the updated theme documentation.

“Now Tumblr users can interact with a post right from your theme,” said Tumblr staff in an email to theme developers….

Whoa. This is a big deal. Nice.

Reblogged Via: Build Themes

Spread the
hotness.

Spread it like butter.

So guys, you know how I’m working on that minimalist Tumblr theme with a slant towards writers/authors? I just had a realization, that could possibly be awesome. And could be something you might love as a concept.

Let me back up.

So, I was sitting there trying to figure out how I would distribute this tumblr theme to make it available for everyone, while offering people a chance a secure, “pay-what-you-want” shopping solution. Now, there are a variety of solutions, but one stood out. I landed on Gumroad:

image

A former designer of Pinterest is behind the concept, and it’s been getting rave reviews.

Gumroad seems to have what I love: simple, beautiful UX/UI that won’t get in the way of my designs. And what’s even more awesome? you can use their javascript plugin to integrate it into your site if you don’t want your users leaving the page for another experience. It can either: 

Damn sexy if you ask me. Read how it all works here.

So, what’s the idea, you may ask?

What if there was a single purpose Tumblr theme made, integrated with Gumroad, just for selling your digital wares?

A simple way to set up a social commerce experience maybe. Now the only thing would be that the author would need to know very basic html to add a special class to the “buy now” link that would make each shopping button work.

Also I specify only using the “text post type” for simplicity’s sake when creating the browsing layout for the index pages. Using the link post type could work, but you can’t insert headlines (with jumping into html mode) and directly upload images (text post type only). That would be an awesome feature upgrade, being able to format text into headers (h1, h2, h3, etc) directly with the post formatting toolbar.

So that brings up another proposal:

UI/UX feature request for Tumblr

Here’s how the post formatting toolbar looks now:

image

Here’s a UI concept of how it could possibly look:

image

Now, I don’t believe in unnecessary feature creep, or making things bloated. But that could save a lot of people time and grief, especially long form writers or people who like to break up their content with subheads. Just a thought. That would be a nice little touch, that would save power users so much time. Tumblr is awesome, I just wanna help it out a little more. Seriously, tell me if I’m off base.

Jumping back to the theme idea:

I wonder if i could just make a instructions document to go along and offer and html snippet template for the user to paste in…just thinking out loud.

Maybe it would/should be marketed towards more digital savvy people. Anyway. What do you guys think?

Spread the
hotness.

Spread it like butter.

buildthemes:

image

jQuery Photoset Grid makes Tumblr photosets resizeable (no more chopped off photosets), breaking the constraints of Tumblr’s own photoset script which can only be set to widths of 250px, 400px, 500px or 700px .

This plugin was originally used internally in Style Hatch’s premium Tumblr themes, but has now being released for free use by the folks at Style Hatch.

Using Photoset Grid: the Basics

HTML

The HTML is based on the photoset block, remember to include photosets within the posts block:

{block:Photoset}
  <div class="photoset" data-layout="{PhotosetLayout}" data-id="photoset{PostID}">
    {block:Photos}
      <img src="{PhotoURL-500}" />
	{/block:Photos}

  {block:Caption}
	{Caption}
  {/block:Caption}
{/block:Photoset}

Be sure to reference the jQuery library and Photoset Grid plugin in your HTML:

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="http://static.tumblr.com/wgijwsy/jgemkyt9x/jquery.photoset-grid.min.js"></script>

jQuery

At the most basic level, the jQuery plugin simply has to be called like so:

<script>
$('.photoset').photosetGrid();
</script>

By default, the plugin generates a responsive grid without space (gutter) between images.

Be sure to check out the theme documentation to further customize your photoset with options, a lightbox plugin, plus HTML for a Tumblr photoset that links each image.

Download the plugin at Github

Read complete documentation

Very helpful.

Reblogged Via: Build Themes

Spread the
hotness.

Spread it like butter.

Improving performance is a constant process. First we ditched tables, spacer gifs, and inline markup such as the <font> element in favor of CSS, reducing page sizes, and separating style from layout. Then we became aware of all our DNS requests, caching, and the total number of files and started using CSS sprites, moving many small images out of the HTML and into a single background image.

yes.

Reblogged Via: Front End Development - Greg Babula

Spread the
hotness.

Spread it like butter.

decodering:

Alex Hastings:

The heated competition between web browsers means that most users are now accessing the Internet from devices that support a range of cutting-edge W3C standards in a truly interoperable manner. This means that we can finally leverage powerful and flexible CSS functions to produce cleaner, more maintainable frontend code. Let’s have a look at some of the more exciting choices you may not even be aware of.

Namely how to:

  1. Display an HTML attribute value in CSS with attr()
  2. Add automatic numbering to lists with counter()
  3. Do the math with calc()
Reblogged Via: decodering

Spread the
hotness.

Spread it like butter.
back to top

Who the hell is this guy?

Who the hell is this guy?

Oh wow, someone's actually reading this? OK, this is happening. My name is Alex and I'm a designer with slight anti-social tendencies. I'm black, live in the DFW metroplex, work at an ad agency, and drink alone in the dark on week nights. While being black, I write this blog as a creative outlet when not starting flame wars over the best episode of Battlestar Galactica (Gaeta's Uprising or The Final Five Revelation of course). I share interactive & design inspiration, the latest in pop culture, movies, and general nerdery.

I am currently unmarried and live alone. I make egg sandwiches and have no pets. I like eating tacos with no pants as well.

high resolution medium resolution mobile resolution

viewed on a high resolutionmedium resolutionmobile resolution device

OLDER