Skip to content

Kismet Arts Tangent

Art Collective

    • Kismet Arts Tangent
    • About
    • Blog
    • Contact
    • Donate

recent posts

  • Photo shoot with Kayleigh Shawn
  • Testimonials
  • Fractures Poem
  • Poetry
  • Pixel art products

  • Instagram
  • Drawing Club Meeting

    May 8, 2013

    Photo1

    Screen Shot 2013-05-08 at 9.51.19 AMDrawing collaboratively and then interpreting that into a piece you couldn’t have imagined on your own.

     

    sharing options:

    • Share
    • Share on Tumblr (Opens in new window) Tumblr
    • Print (Opens in new window) Print
    • Share on LinkedIn (Opens in new window) LinkedIn
    • Share on X (Opens in new window) X
    • Share on Reddit (Opens in new window) Reddit
    • Share on Pinterest (Opens in new window) Pinterest
    • Share on Facebook (Opens in new window) Facebook
    • Email a link to a friend (Opens in new window) Email
    Like Loading…
  • Iceber.gs: A Review

    May 8, 2013

    My web design teacher promoted this website. I applied for an invite, got it and now I’m thinking, am I an early adopter? This has never happened for me before. I am still watching through Star Trek from the nineties. 

    So, I go to this website. I can’t really set up my profile. Where are the buttons for submit?

    Screen Shot 2013-05-08 at 9.05.34 AMThe browser tool button they had me install also seems dudly and I have to stare at this thing. The email said that they want feedback but didn’t give an email for that feedback. I tried looking for a place for feedback, but Google doesn’t seem to understand my question. #namefail

    Screen Shot 2013-05-08 at 9.17.36 AM

    I thought this would be a cross between Pinterest and Dropbox and Evernote, but it is so empty. I feel like it’s an extra step because I can organize my files on my drive or dropbox. So, there’s no network (you end up just sharing to twitter or facebook, great choices :P).

    Screen Shot 2013-05-08 at 9.06.04 AMThere’s no reason why I would go to a place for creatives if there’s no network of other industry or like minded people (or any people). Early adoption sucks.

    Screen Shot 2013-05-08 at 9.18.38 AM

    sharing options:

    • Share
    • Share on Tumblr (Opens in new window) Tumblr
    • Print (Opens in new window) Print
    • Share on LinkedIn (Opens in new window) LinkedIn
    • Share on X (Opens in new window) X
    • Share on Reddit (Opens in new window) Reddit
    • Share on Pinterest (Opens in new window) Pinterest
    • Share on Facebook (Opens in new window) Facebook
    • Email a link to a friend (Opens in new window) Email
    Like Loading…
  • My Portfolio 2013: Web Design Phase 3, iterations

    May 7, 2013

    Assignment: get a job

    Phase 3 of Web Design: Iterations

    Screen Shot 2013-05-07 at 10.40.53 AMScreen Shot 2013-05-07 at 1.55.20 PM

    Katarina Countiss.

    Playing in CSS: Remember The Order of Margin/Padding Shorthand with TROUBLE | CSS-Tricks. It’s clock wise from the top or TROUBLE: “The trick is that thefirst four consonants in the word are the first letters of Top, Right, Bottom and Left.”

    Screen Shot 2013-05-07 at 1.54.15 PM

    I really like adding error pages in the initial iterations because when I click on empty links, I get an affirmation that something I linked up works. In this case, it’s my error lemur.

    Adding Google Analytics Official Website – Web Analytics & Reporting – Google Analytics. They tell you to create a php and link to it in your files, but Barry says: put it in the footer.php and it works. I’m now watching my vistors.

    Screen Shot 2013-05-07 at 12.01.21 PM

    update 5-17-13: I talked to Tom. I should have a neutral-colored background. His advice: Keep it simple. Especially with my brand, I agree that should be the road I take.

    Screen Shot 2013-05-17 at 3.23.59 PM

    Update 5-20-13: Pinstripes! and a projects page

    Screen Shot 2013-05-20 at 12.26.55 PMScreen Shot 2013-05-20 at 1.51.45 PM

    Screen Shot 2013-05-20 at 3.53.11 PM
    Slide-in captions!
    layout for videos on portfolio site
    layout for videos on portfolio site
    Screen Shot 2013-05-20 at 4.56.44 PM
    Layout with thumbnails of process linked to the blog.
    Screen Shot 2013-05-21 at 1.33.25 PM
    New header. I eliminated the contact page and put that information in the footer.
    Screen Shot 2013-05-21 at 1.33.20 PM
    Footer has contact info
    Screen Shot 2013-05-30 at 11.12.20 AM
    Finally nailed the responsive nav.

    Update 5-30-13: A checklist from my teacher, Barry Sevig. (Yeah, lifted right from the teaching website.)

    Let’s go over a few things you might have forgotten to include in your portfolio site:

    1.  Google Meta Information
    Two things you’ll want to pay attention to for basic search results.

    <title>This will appear in Google</title>
    -Title tags are important both for SEO purposes and also for wayfinding / bookmarking purposes.
    Don’t forget your <title> tag’s.

    <meta name=”description” content=”This is an example of a meta description. This will often show up in search results.”>

    If you’re using WordPress you can make this dynamic in many different ways.  Check the bloginfo function in the WordPress Codex for more on populating dynamic results for meta info  http://codex.wordpress.org/Function_Reference/bloginfo

    More can be read at Google

    To even more specific results: Use Google Webmaster Tools 

    2.  Facebook Meta Information
    Open Graph allows people to control things that happen within the Facebook platform. You will need the following:

    <meta property=”og:title” content=”Yoursitename – Your Site Description or tagline”>
    <meta property=”og:description” content=”A really sweet description that will appear below the title.”>
    <meta property=”og:image” content=”http://yoursitename.com/YOURIMAGE.png”>
    <meta property=”og:image:secure_url” content=”https://yoursitename.com/YOURIMAGE.png”>
    <meta property=”og:image:type” content=”image/png”>
    <meta property=”og:image:width” content=”1500″>
    <meta property=”og:image:height” content=”1500″>

    Want to you if you’ve done it right? Try Facebook’s Debugger – https://developers.facebook.com/tools/debug
    A bit more about Facebook Meta Tags: http://swarminglabs.com/facebook-open-graph-meta-tags/

    3.  Google Analytics

    -Sign up for a Google Account
    -Login at http://google.com/analyitics
    -Setup a new site
    -You’ll be pasting <script> code snippet they give you into the footer of your site.

    4. Optimizing Images
    No one wants to wait for your 4000×3000 images to load.
    Images should be saved for web in Photoshop at 72 dpi and 70-80 quality.  You best be saving optimized images YO!

    5. Retina Logo / Trim

    If you portfolio images are not retina… is your logo?
    #logo {
    background: url(mylogo.png);
    background-size: 50px 50px;
    }

    @media
    (-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 192dpi) {

    #logo {
    background: url(myretinalogo.png);   /* !!!!! REMEMBER YOUR LOGO MUST BE 100×100 or twice the size as the original */
    background-size: 50px 50px;
    }

    }

    6.  Favicons
    You need to use .ico files unless you don’t care about IE or older browsers. Then you can use PNG’s.

    <link rel="icon" href="favicon.ico" type="image/x-icon" />

    Listen to Chris Coyier explain Favicons here: http://css-tricks.com/video-screencasts/122-the-state-of-favicons/
    or even better John Gruber: http://daringfireball.net/2013/01/retina_favicons
    Convert your png’s to .ico files here: http://xiconeditor.com/

    7.  Apple Icons
    It’s safe to say that most people won’t be bookmarking your site on their homescreen, but maybe you will as a reference for when you pull up your responsive portfolio in an interview.   Here’s how to include those shortcut icons for you Apple device.

    <link rel=”apple-touch-icon-precomposed” href=”apple-touch-icon-114×114-precomposed.png” />
    <link rel=”apple-touch-icon-precomposed” sizes=”72×72″ href=”apple-touch-icon-72×72-precomposed.png” />
    <link rel=”apple-touch-icon-precomposed” sizes=”114×114″ href=”apple-touch-icon-114×114-precomposed.png” />
    <link rel=”apple-touch-icon-precomposed” sizes=”144×144″ href=”apple-touch-icon-144×144-precomposed.png” />

     

    8.  Site Testing
    Have you tested your site in ie8 and ie9 on a PC?  Bones if you test IE10 on a desktop or Surface.

    You will probably need to create some new IE specific stylesheets.
    This will help you: http://css-tricks.com/how-to-create-an-ie-only-stylesheet/

    So will Modernizer or the HTML5Shiv if you wrote markup in HTML5 and forget to include these for legacy browsers.
    <!–[if IE]><script src=”http://html5shiv.googlecode.com/svn/trunk/html5.js”></script><![endif]–>
    or
    <!–[if IE]><script src=”http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js”></script><![endif]–>

    9. HTML Resumes
    This is a bonus, but if you have time I would recommend a coded HTML resume and then a link to download / print PDF resume.
    Examples:  Clay & 10 resume templates for inspiration 

    9.  Window Resizer

    Have you checked your site to see how it looks on a 13″ Laptop?  How much of your site is visible above the fold?
    Window Resizer Plugin for Chrome

    Update 6-7-13: I’ve gotten feedback from Barry the instructor and Paul Nissen, the unpaid superhelper of the program and I’m reworking a bit of the linking structure of the site and cleaning up some margins so that it’s all better aligned. More screenshots of the website as it nears perfection. Paul reminded me of other devices this morning and shows me my videos not loading on his mobile phone and the media queries failing me.Screen Shot 2013-06-07 at 10.02.05 AM Screen Shot 2013-06-07 at 10.01.48 AM Screen Shot 2013-06-07 at 10.01.42 AM Screen Shot 2013-06-07 at 10.01.37 AM

     

    Update 7-23-13

    I talked to my design chum Paul N. who gave me a break down of what I needed to change. Including the project pages where there’s now  a flow of projects you can click through to. Note the previous and next buttons.

    screenshot2

     

    I talked to my instructor, Erik who had this to say:

    Your website is awkward. It is hard for me to understand what you want to do…Artist? Designer? Filmmaker? It’s all over the map, but lacking excellence….wait, the IT video is excellent, and the haptic work is strong, but many of the other pieces do not convey your strengths. I think of you as one of the smartest people in the class, but this collection of work does not display your sophistication.

    So I changed the home page to be this:

    screenshot
    (Earlier Post Relating to This Project)

    sharing options:

    • Share
    • Share on Tumblr (Opens in new window) Tumblr
    • Print (Opens in new window) Print
    • Share on LinkedIn (Opens in new window) LinkedIn
    • Share on X (Opens in new window) X
    • Share on Reddit (Opens in new window) Reddit
    • Share on Pinterest (Opens in new window) Pinterest
    • Share on Facebook (Opens in new window) Facebook
    • Email a link to a friend (Opens in new window) Email
    Like Loading…
  • Portfolio Animation

    May 6, 2013

    Screen Shot 2013-05-06 at 4.13.20 PM Screen Shot 2013-05-06 at 4.23.54 PMI just got out of a meeting about understanding how the animation will proceed. I wanted direction and I was puzzled by the process, but I guess it comes down to “just do it.” Deciding on colors, textures and animations will be one of the most decision intensive thing I’ve done.

    Today one of the team members made the outline of the first structure that the other animator and I will be converging on so the animation seems seamless.

    update 5-8-13: Animation process

    Screen Shot 2013-05-08 at 1.18.51 PM
    This is what happens when you try to link something into itself. #nestingfails

    I added some pattern. This should really be in Proof of Concept post, but I am finally on slate for doing the animations for the video. I quoted two weeks, but I should have noted that was after we have the idea down and it’s just execution.

    Update 5-24-13: The Process using Adobe After Effects

    AEscreenshots

    Fig 1: From my animation partner, Pete: “Here an attempt at the flicker animation. I used the wiggle expression on the opacity and position parameters. To turn on and off the opacity wiggle, I made a null object, added an effects slider, linked it to the wiggle amplitude and then animated using the slider. It’s pretty easy and I’m happy to show you how to do it. There’s also a video tutorial if that’s preferable. The file is attached so you can check out the parameters.  http://www.youtube.com/watch?v=_pFM7TDYYZk” I use this flicker effect as the base file for all the triangles I use in the first part of the video, giving them a feeling of new and uncertainness. I put this file into “Ideasection1” comp.
    Fig 2:  Ideasection1 comp gives the the yellow triangle a mask and mask effects like opacity and feather. I also added some movement.
    Fig 3:  In the beginning of the video, I start with two triangles, but they are really the same moving triangle (Ideasection1) mirrored. The only difference between them is the color effect-Hue/Saturation on the grey triangle. This way, when I changed the feather mask and opacity on the “Ideasection1” comp, it effected them both equally. This makes up the “ideasectionp2.”
    Fig 4: I put this file (ideasectionp2) over the main footage and gave it more movement within the context of the film’s composition. Each time I put file over the main footage in the timeline, I use that footage for a short sprint, turning the opacity to 100% when I want it and 0% when I don’t and then lock it immediately. Organizing the layers chronologically, in this case, the triangles that happen earlier are lower in the timeline stack. This is important for going back and editing individual parts and changing out the “reels” if the team doesn’t like what that bit is doing.

    In this video, you can see the dramatic changes that the “idea” went through. The middle one is the semi-final one– it still needs some color correction on the footage.

    sharing options:

    • Share
    • Share on Tumblr (Opens in new window) Tumblr
    • Print (Opens in new window) Print
    • Share on LinkedIn (Opens in new window) LinkedIn
    • Share on X (Opens in new window) X
    • Share on Reddit (Opens in new window) Reddit
    • Share on Pinterest (Opens in new window) Pinterest
    • Share on Facebook (Opens in new window) Facebook
    • Email a link to a friend (Opens in new window) Email
    Like Loading…
  • My Portfolio 2013: Web Design Phase 2, a php framework

    May 6, 2013

    Assignment: get a job

    Phase 2 of Web Design

    Screen Shot 2013-05-06 at 12.00.55 PM

    Katarina Countiss.

    Today, I spent the better part of an hour figuring out how to combine Amazium – The responsive web framework..!. with some basic php template that my instructor, Barry, posted on his teaching site. It went well.  I was going to revert back to my old ways of html, but I kept having to change the header. I like php. Buckets of code that I can manage separately and uniformly. I’ve had some bad times where I play in some complex template I didn’t write and everything breaks. It’s with a resolve and caution that I use php. It’s working now. That’s encouraging. For a moment in time, I am a php master. Let me have the strength to iterate and the focus to save versions.

    Next step: content.

    (Earlier Post Relating to This Project)

    sharing options:

    • Share
    • Share on Tumblr (Opens in new window) Tumblr
    • Print (Opens in new window) Print
    • Share on LinkedIn (Opens in new window) LinkedIn
    • Share on X (Opens in new window) X
    • Share on Reddit (Opens in new window) Reddit
    • Share on Pinterest (Opens in new window) Pinterest
    • Share on Facebook (Opens in new window) Facebook
    • Email a link to a friend (Opens in new window) Email
    Like Loading…
  • Footage for the Portfolio Video

    May 3, 2013

    Yesterday, I shot the video by myself in the upstairs room of my house. We are between roommates which is ideal to have this blank space. The goal with this footage is to feature me in a workspace, a blank one where in After Effects I’ll add footage of my work and add an interface to the table I am tapping on in the video. I want to emphasize technology, creativity and my work. The next step is getting the interview done with myself and then the timing and content will lend itself to the visuals.

    This clip is simply a summary of some shots I got so I can get a feel for what I have to work with and to document what it looks like sans After Effects.

    sharing options:

    • Share
    • Share on Tumblr (Opens in new window) Tumblr
    • Print (Opens in new window) Print
    • Share on LinkedIn (Opens in new window) LinkedIn
    • Share on X (Opens in new window) X
    • Share on Reddit (Opens in new window) Reddit
    • Share on Pinterest (Opens in new window) Pinterest
    • Share on Facebook (Opens in new window) Facebook
    • Email a link to a friend (Opens in new window) Email
    Like Loading…
  • Project 2: An Idea for an App

    May 2, 2013
    Assignment: Come up with your own app and design 8-10 screens and make a killer presentation in 5 weeks.
    Brainstorm: I told my brainstorm comrades I wanted to make stuff that wasn’t relevant yet because I’m tired of when you tell people about an app you want to make and they say that there’s already something like that. I wanted to look to the future and start on something like Kinect in an App.
    That’s when the idea of a percussion app was born where the user can engage the image recognition software to track where the person is drumming and connect sounds to those “hot-spots.” I want to do that but for anything. Your phone camera can recognize a lot of things with the right contrast. So, we could program an if then statement, like if the dot is covered, a sound is made. Or the visual aspect: this blue cap is a brush. This idea is brought on by one of my friends that said that if his small motor skills were better he’d probably make more art and I told him about :
    “http://www.geekosystem.com/michael-jackson-face-dance/ It would be like this where there’s a library of strokes (instead of dance moves) and a bunch of different commands with subtle movements of the body (instead of just the face, though that could be a thing, too.)”
    But now I’m thinking that it doesn’t have to be body movements necessarily. Just anything trackable, high contrast simple shapes.
    Project 2 App (Name TBD): Initial App Definition Statement
    ·       Purpose: Creating interfaces using household objects for composition.
    ·       Who it’s for: technologists, creators, musicians and the curious
    ·       How they’ll use it: There’s a “make-interface” feature where the user sets up a table with high contrast objects and uses camera recognition software to set up “hot-spots” where they will be able to control different outcomes moving and covering these objects.
    ·       Core functionality: Creating Interfaces that makes tasks like mixing music or making pictures more ergonomic, customized by the user.
    ·       Consolidated definition statement: App for Makers to Explore new ways to user their body in the process.
    ·       Features that fit the definition: social (sharing creations, processes, interfaces, making it a party game.) personal (creating creations, exercise, gamification.) cross diciplinary (music-creating loops, art– light painting on a new level, graphic design-creating compositions on the fly, random cut poetry?)
    Mini-proof of concept: Here the user is past the set up stage of creating the document and setting up the hotspots. It’s in brush-mode. The hot spot works like it does because it’s tracking and making brushstrokes only when the object is at a certain size relative to the view point.
    Update 5-3-13: A conversation with my teacher.

    K:I haven’t sent you an app definition yet. Can I get your approval to move forward with this idea?http://katarinacountiss.com/2013/05/02/project-2-an-idea-for-an-app/

    EF:In theory your concept is right on, in terms of current technology and the need for haptic feedback and additional gestural controls. Now tell me how you’re going to get a big enough user base and your going to monetize it?

    K:This app is very versatile. The idea can be used for creative expression as well as creating ergonomic workflows. I would like to plan on a freemium model. It’s a big app if you download everything that you could use an interface for. I wanted to start out simple, a piano app where you can program your keyboard (to the point where it doesn’t have to be keys. Just trigger spots. After that, the user might want to have more instruments. Add-ons like instruments and expansions of the functions will cost. As for user base there’s a lot of novelty with this app. I think all ages will be amused. (I was thinking it could be an interesting toy for youngsters. The parent has a smart phone, programs the balls or whatever the kid has and watch them interact in a new way.) What do you think?

    EF: I think you need the device to be stationary so phone on a tripod; better for a stand alone like kinnect or xbx or tablet

    K:Ok. So, I design for a phone on a tripod? Am I approved to move forward with user research?

    EF: your approved

    K: Awesome. I’m excited.

    EF: your approved for the concept, but you still have to solidify the hardware end

    K: By that do you mean find a phone tripod?

    EF: http://news.cnet.com/8301-1023_3-57562981-93/magic-cube-projects-a-virtual-keyboard-on-any-flat-surface/

    K: I was inspired by that, yes. I wanted to create a more tactile feeling of an interface. In my proof of concept, I used a spraymount cap as a brush. I think that stuff like that where it gives the user a different muscle to use is my goal with the app.

    EF: http://www.fastcodesign.com/1671234/an-app-that-turns-any-surface-into-an-iphone-keyboard

    K: That’s why I want to use image recognition software to allow users to redesign their interface. I don’t want people to have to use keyboards or mice for everything.

    EF: do some research into the camera’s range, that angle it needs to be at, how far away, etc

    sharing options:

    • Share
    • Share on Tumblr (Opens in new window) Tumblr
    • Print (Opens in new window) Print
    • Share on LinkedIn (Opens in new window) LinkedIn
    • Share on X (Opens in new window) X
    • Share on Reddit (Opens in new window) Reddit
    • Share on Pinterest (Opens in new window) Pinterest
    • Share on Facebook (Opens in new window) Facebook
    • Email a link to a friend (Opens in new window) Email
    Like Loading…
  • Drawing Club Meeting

    May 1, 2013

    alligator drawing thekittyDrawing club meeting: We did some collaborative drawings and comics.

     

    sharing options:

    • Share
    • Share on Tumblr (Opens in new window) Tumblr
    • Print (Opens in new window) Print
    • Share on LinkedIn (Opens in new window) LinkedIn
    • Share on X (Opens in new window) X
    • Share on Reddit (Opens in new window) Reddit
    • Share on Pinterest (Opens in new window) Pinterest
    • Share on Facebook (Opens in new window) Facebook
    • Email a link to a friend (Opens in new window) Email
    Like Loading…
Previous Page Next Page

Blog at WordPress.com.

 

Loading Comments...
 

    • Subscribe Subscribed
      • Kismet Arts Tangent
      • Join 104 other subscribers
      • Already have a WordPress.com account? Log in now.
      • Kismet Arts Tangent
      • Subscribe Subscribed
      • Sign up
      • Log in
      • Report this content
      • View site in Reader
      • Manage subscriptions
      • Collapse this bar
    %d