Monthly Archives: September 2011

Link: Thinking about CSS Architecture

Some great thoughts on CSS for any level. Great idea to have this evolving guide to CSS architecture, so many articles are so specific many people have forgotten the architecture and process behind the css which makes it an easy tool to build and maintain sites. Read up on Scalable and Modular Architecture for CSS, [...]

Posted in blog | 1 Comment

Link: The Squiggle Of The Design Process

Link: The Squiggle Of The Design Process – (http://journal.drawar.com/d/the-squiggle-of-the-design-process/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+drawar%2FgMgT+%28Drawar+Articles%29) from Scrivs at Drawar

Posted in blog | Leave a comment

Link: Introducing Amazon Silk (Read: Another New Browser)

Yes, I’m weary of another browser, but I’m confident that amazon knows what they are doing as far as browsers. I’m expecting Silk to actually render valid code according to specs and most likely will support many new features like other current browsers. Although, it really isn’t a competition between others since it’s only available [...]

Posted in blog | Leave a comment

Link: Tiered, Adaptive Front-end Experiences

Great summery of all the things I’ve thought about regarding cross browser design. I hadn’t thought about the TV example before, but it is true. TV has solved this problem seemingly without a headache. Old tvs show black and white, small screens may crop the image, while widescreen shows full picture and HD shows HD. [...]

Posted in blog | Leave a comment

Link: Can We Finally Move Beyond Mobile?

can-we-finally-move-beyond-mobile

I like that: “From now on, if it’s not responsive, it’s not web design.”, thanks Andy. I also agree that the term responsive web design is a bit flawed. But it’s a bit late to be thinking up a new term. I’d like responsive to refer to how elements respond to user interaction, but what [...]

Posted in blog | Leave a comment

Link: From forest to desert

Very cool demo showing off WebGL! dark forest as well as the desert and snake. The snakeskin is especially well done, it moves like a snake! Link: From forest to desert – (http://creativejs.com/2011/09/forest-to-desert/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+Creativejs+%28CreativeJS%29) from (author unknown) at CreativeJS

Posted in blog | Leave a comment

Link: Creating Triangles in CSS « Jon Rohan’s Web Developer Field Guide

css-triangle

Very cool method for creating a triangle in css. I’ve seen it done, but hadn’t looked closely and realized how. Now I’m wondering if it is possible to do it with curves… Link: Creating Triangles in CSS « Jon Rohan’s Web Developer Field Guide – (http://jonrohan.me/guide/css/creating-triangles-in-css/#) from (author unknown) at jonrohan.me

Posted in blog | Leave a comment

Link: Working with media queries and min-width

Great thought about designing for mobile first, and using the default block level styles for the block-level elements in our mobile version since they all already have the 100% width and are, well, block-level. Floating elements is such a part of a site design that we can write less code by starting with Mobile first. [...]

Posted in blog | Leave a comment

Link: Pulpo WebGL sparkliness

A very well done javascript experiment. I really like the additive blending effect, makes me think of the star rendering in Planetary, the iOS app from Bloom. Link: Pulpo WebGL sparkliness – (http://creativejs.com/2011/09/pulpo-webgl-sparkliness/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+Creativejs+%28CreativeJS%29) from (author unknown) at CreativeJS

Posted in blog | Leave a comment

Link: Creation of a Box2D car with 10 customizable parameters

Very nice example and code for using Box2D to create a vehicle and some easy customizations. Making monster trucks or skateboards! Link: Creation of a Box2D car with 10 customizable parameters – (http://www.emanueleferonato.com/2011/09/18/creation-of-a-box2d-car-with-10-customizable-parameters/) from (author unknown) at Emanuele Feronato

Posted in blog | Leave a comment
  • Recent Posts

    Adobe-like Arrow Headers | CSS-Tricks

    Zero images is something that always gets me excited, I really like these arrow button styles! I like the css used more and the hover/active states too, nice css3 transitions. via Adobe-like Arrow Headers | CSS-Tricks.

    snow

    Snow via Javascript & Canvas – Tis the Season

    After playing with the settings in my experiments I found a few settings I liked and wanted to develop further. The first was snow! An added bonus I was able to work on a project just for the holidays and used much of this code in it! I looked around the web and saw a [...]

    MSTouchArt_3386_5400x2910.9375

    Microsoft Touch Mouse and The Art of Touch | Giveaway

    Microsoft has a new line of TouchMouse. They have a campaign to cooinside with it called the Art of Touch and have invited a few artists to participate and more to drive interest with free shwag! Basically that boils down to me having a to give away! So go play with the app and link [...]

    canvas17

    Interactive Physics Animations Javascript Canvas 17

    I’m really enjoying giving a control panel of sorts to the end user and letting them control the physics rules of their canvas. Let’s add more motion to it by applying a jitter to the velocity of each dot. This is similar to earlier, when we first started animating by applying a random number to [...]

  • Recent Shares

    Screen shot 2012-01-26 at 2.46.59 PM

    Yiibu – About the site…

    Here’s a great article about the process of responsive design & mobile first design and how to practically use them both in a project. This site is a proof of concept for many of the ideas described in Rethinking the Mobile Web or (Mobile First Responsive Design). via Yiibu – About this site….

    gridpak

    Link: Introducing Gridpak | Erskine Labs

    Here’s a great tool to make responsive grid layouts. Thanks to Erskine Labs! Introducing Gridpak | Erskine Labs.

    css-multiply

    Link: HTML5 multiply filter with canvas | Alberto Gasparin

    Here’s a great little script I found useful today as I was working on having dynamic effects applied to javascript via canvas. “The canvas element provides scripts with a resolution-dependent bitmap canvas, which can be used for rendering graphs, game graphics, or other visual images on the fly.” Thanks to the canvas APIs I was [...]

    css-refresh

    Link: CSSrefresh – automatically refresh CSS files

    A great css developer helper script from Fred. CSSrefresh is a small, unobstructive javascript file that monitors the CSS-files included in your webpage. As soon as you save a CSS-file, the changes are directly implemented, without having to refresh your browser. When you’re coding a website, nothing can be more frustrating than having to switch [...]

  • Recent Comments

    Karl

    Karl

    I have been using for some time this nice Banner, from developer FX. They have a really nice Live...
    Karl

    Karl

    Thank you for this wonderful link… recommend it! Fast, simple, easy… :-)
    Gabriel

    Gabriel

    Hi Valerie, I don’t know if you are still following this post, but I tried seeing if it is...
    avinash

    avinash

    Hi Evan, I am using the same code and trying it on chrome/firefox it is not working on neither...
    Matt

    Matt

    I needed to store url variables from advertising tracking servers – this method works like a...
    Evan Mullins

    Evan Mullins

    @Saket – you may want to look into swfaddress. I believe it will be more what...