Skip to content

Commit

Permalink
Site updated at 2012-09-29 09:13:12 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergej Tatarincev committed Sep 29, 2012
1 parent 405bf8c commit 823b122
Show file tree
Hide file tree
Showing 64 changed files with 3,252 additions and 1 deletion.
Binary file added assets/jwplayer/glow/controlbar/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/jwplayer/glow/controlbar/blankButton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/jwplayer/glow/controlbar/divider.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/jwplayer/glow/controlbar/fullscreenButton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/jwplayer/glow/controlbar/muteButton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/jwplayer/glow/controlbar/muteButtonOver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/jwplayer/glow/controlbar/pauseButton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/jwplayer/glow/controlbar/pauseButtonOver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/jwplayer/glow/controlbar/playButton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/jwplayer/glow/controlbar/playButtonOver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/jwplayer/glow/controlbar/timeSliderBuffer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/jwplayer/glow/controlbar/timeSliderRail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/jwplayer/glow/controlbar/unmuteButton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/jwplayer/glow/controlbar/unmuteButtonOver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/jwplayer/glow/display/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/jwplayer/glow/display/bufferIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/jwplayer/glow/display/muteIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/jwplayer/glow/display/playIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/jwplayer/glow/dock/button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
115 changes: 115 additions & 0 deletions assets/jwplayer/glow/glow.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
<?xml version="1.0"?>
<skin version="1.1" name="Glow" author="LongTail Video">

<settings>
<setting name="backcolor" value="0x000000" />
<setting name="frontcolor" value="0xeeeeee" />
<setting name="lightcolor" value="0xeeeeee" />
<setting name="screencolor" value="0x000000" />
</settings>

<components>
<component name="controlbar">
<settings>
<setting name="margin" value="0" />
<setting name="fontsize" value="11" />
<setting name="fontcolor" value="0xEEEEEE" />
<setting name="buttoncolor" value="0xEEEEEE" />
</settings>

<layout>
<group position="left">
<button name="play" />
<text name="elapsed" />
</group>
<group position="center">
<slider name="time" />
</group>
<group position="right">
<text name="duration" />
<button name="blank" />
<button name="mute" />
<button name="fullscreen" />
</group>
</layout>

<elements>
<element name="background" src="background.png" />
<element name="capLeft" src="divider.png" />
<element name="capRight" src="divider.png" />
<element name="divider" src="divider.png" />
<element name="blankButton" src="blankButton.png" />
<element name="fullscreenButton" src="fullscreenButton.png" />
<element name="fullscreenButtonOver" src="fullscreenButtonOver.png" />
<element name="muteButton" src="muteButton.png" />
<element name="muteButtonOver" src="muteButtonOver.png" />
<element name="pauseButton" src="pauseButton.png" />
<element name="pauseButtonOver" src="pauseButtonOver.png" />
<element name="playButton" src="playButton.png" />
<element name="playButtonOver" src="playButtonOver.png" />
<element name="timeSliderBuffer" src="timeSliderBuffer.png" />
<element name="timeSliderCapLeft" src="timeSliderCapLeft.png" />
<element name="timeSliderCapRight" src="timeSliderCapRight.png" />
<element name="timeSliderProgress" src="timeSliderProgress.png" />
<element name="timeSliderRail" src="timeSliderRail.png" />
<element name="normalscreenButton" src="normalscreenButton.png" />
<element name="normalscreenButtonOver" src="normalscreenButtonOver.png" />
<element name="unmuteButton" src="unmuteButton.png" />
<element name="unmuteButtonOver" src="unmuteButtonOver.png" />
<element name="volumeSliderRail" src="divider.png" />
<element name="volumeSliderProgress" src="divider.png" />
</elements>
</component>

<component name="display">
<settings>
<setting name="bufferinterval" value="250" />
<setting name="bufferrotation" value="90" />
</settings>
<elements>
<element name="background" src="background.png" />
<element name="playIcon" src="playIcon.png" />
<element name="muteIcon" src="muteIcon.png" />
<element name="errorIcon" src="bufferIcon.png" />
<element name="bufferIcon" src="bufferIcon.png" />
</elements>
</component>

<component name="dock">
<settings>
<setting name="fontcolor" value="0xFFFFFF" />
</settings>
<elements>
<element name="button" src="button.png" />
</elements>
</component>

<component name="playlist">
<settings>
<setting name="fontcolor" value="0xEEEEEE" />
<setting name="overcolor" value="0xFFFFFF" />
<setting name="activecolor" value="0xFFFFFF" />
<setting name="backgroundcolor" value="0x333333" />
</settings>
<elements>
<element name="item" src="item.png" />
<element name="itemOver" src="itemOver.png" />
<element name="sliderCapBottom" src="sliderCapBottom.png" />
<element name="sliderCapTop" src="sliderCapTop.png" />
<element name="sliderRail" src="sliderRail.png" />
<element name="sliderThumb" src="sliderThumb.png" />
</elements>
</component>

<component name="sharing">
<elements>
<element name="embedIcon" src="embedIcon.png" />
<element name="embedScreen" src="embedScreen.png" />
<element name="shareIcon" src="shareIcon.png" />
<element name="shareScreen" src="shareScreen.png" />
</elements>
</component>

</components>

</skin>
Binary file added assets/jwplayer/glow/playlist/item.png
Binary file added assets/jwplayer/glow/playlist/itemOver.png
Binary file added assets/jwplayer/glow/playlist/sliderCapBottom.png
Binary file added assets/jwplayer/glow/playlist/sliderCapTop.png
Binary file added assets/jwplayer/glow/playlist/sliderRail.png
Binary file added assets/jwplayer/glow/playlist/sliderThumb.png
Binary file added assets/jwplayer/glow/sharing/embedIcon.png
Binary file added assets/jwplayer/glow/sharing/embedScreen.png
Binary file added assets/jwplayer/glow/sharing/shareIcon.png
Binary file added assets/jwplayer/glow/sharing/shareScreen.png
Binary file added assets/jwplayer/player.swf
Binary file not shown.
40 changes: 40 additions & 0 deletions atom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

<title><![CDATA[Harmless Programmer]]></title>
<link href="http://sevinf.github.com/atom.xml" rel="self"/>
<link href="http://sevinf.github.com/"/>
<updated>2012-09-29T12:09:33+03:00</updated>
<id>http://sevinf.github.com/</id>
<author>
<name><![CDATA[Sergej Tatarincev]]></name>

</author>
<generator uri="http://octopress.org/">Octopress</generator>


<entry>
<title type="html"><![CDATA[Intro]]></title>
<link href="http://sevinf.github.com/blog/2012/09/29/intro/"/>
<updated>2012-09-29T11:50:00+03:00</updated>
<id>http://sevinf.github.com/blog/2012/09/29/intro</id>
<content type="html"><![CDATA[<p>Hi everyone! This is my first blog post.
Who am I? I&#8217;m a software engineer at <a href="http://bekitzur.com/">BeKitzur</a> (site under construction at the moment).
I work on various projects, mostly mobile apps. I code in Objective-C, Java, JS (browsers and node.js). I also
make short video games occasionally, but this is more hobby than a professional activity. Here is two games which
I made in collaboration with a few great people for ludum dare
competition:</p>
<ul>
<li><a href="http://www.ludumdare.com/compo/minild-35/?action=preview&amp;uid=13588">Mazes In The Sky</a>;</li>
<li><a href="http://www.ludumdare.com/compo/ludum-dare-24/?action=preview&amp;uid=13588">Super Darwin</a>.</li>
</ul>
<p>So the blog will mostly about it - mobile development, javascript, node and simple game development.
I don&#8217;t expect to post frequently - I rarely have an idea for a good technical article. But hope you find
something useful here anyway.</p>
]]></content>
</entry>

</feed>
Loading

0 comments on commit 823b122

Please sign in to comment.