<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jonas Stendahl Portfolio &#187; Javascript</title>
	<atom:link href="http://www.jyggen.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jyggen.com</link>
	<description>Web Application Developer from Uppsala, Sweden</description>
	<lastBuildDate>Tue, 07 Feb 2012 01:28:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Playback Spelförening v3</title>
		<link>http://www.jyggen.com/projects/playback-spelforening-v3/</link>
		<comments>http://www.jyggen.com/projects/playback-spelforening-v3/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 03:22:25 +0000</pubDate>
		<dc:creator>Jonas Stendahl</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Marwin AMS]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[non-profit association]]></category>
		<category><![CDATA[pback.se]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Playback Spelförening]]></category>
		<category><![CDATA[Sverok]]></category>
		<category><![CDATA[work-in-progress]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.jyggen.com/?p=181</guid>
		<description><![CDATA[I&#8217;ve been planning and working on Playback&#8217;s new site for ages but never made any real progress, but one day earlier this year after a few (pretty huge) database failures I realized: we need a new site &#8211; and we &#8230; <a href="http://www.jyggen.com/projects/playback-spelforening-v3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been planning and working on <a title="Playback Spelförening" href="http://www.pback.se/" target="_blank">Playback&#8217;s new site </a>for ages but never made any real progress, but one day earlier this year after a few (pretty huge) database failures I realized: we need a new site &#8211; and <strong>we need it now!</strong></p>
<p>The new system (which I call Marwin AMS) is <strong>still<em> </em>under development</strong>, but is stable and has enough features to be released. It&#8217;s<strong> written from scratch by me</strong> with PHP, bash scripts and a MySQL database on the backend and XHTML, CSS and JavaScript (jQuery) on the frontend. New and improved features (implemented or planned) on the site includes, but is <strong>not</strong> limited to:</p>
<ul>
<li>Play-Penis Points™</li>
<li>Advanced Forums System</li>
<li>Notifications API</li>
<li>FTP / <a title="Playback Medlemsuppladdning" href="http://img.pback.se/" target="_blank">Image Uploader</a> integration</li>
<li>Game Server Management</li>
<li>Event Planner / Calendar</li>
<li>Minecraft Statistics and Achivements</li>
<li>User Quote Database</li>
<li>Photo Gallery</li>
</ul>
<p>Playback Spelförening is a non-profit association founded in 2008 which I&#8217;ve been the chairman of during 2008, 2009 and 2011. Our main purpose is to host LAN Parties and other gaming related events, and since most of the members are old buddies from high school, it&#8217;s a great way to keep in touch!</p>
<p>During 2010 Playback bought a server (to host game servers, user-uploaded files etc.), which greatly boosted the user activity online, so the main focus of the new site was to help the members to interact with the server and develop new features which integrated with our various services.</p>
<p>As I said above, the site is still under <em>active</em> development &#8211; so check back often to see our <a title="Playback Spelförening" href="http://www.pback.se/" target="_blank"><strong>new awesome site</strong> </a>come to life!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jyggen.com/projects/playback-spelforening-v3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minify &#8211; compress your files on the fly!</title>
		<link>http://www.jyggen.com/code/minify-compress-your-files-on-the-fly/</link>
		<comments>http://www.jyggen.com/code/minify-compress-your-files-on-the-fly/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 12:18:35 +0000</pubDate>
		<dc:creator>Jonas Stendahl</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[compress]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Minify]]></category>
		<category><![CDATA[on the fly]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.jyggen.com/?p=116</guid>
		<description><![CDATA[Are you, like me, one of those who keeps JavaScript and CSS in multiple files for better structure and who don’t compress the code because you want to have the readability intact in your development environment? Well, then this script &#8230; <a href="http://www.jyggen.com/code/minify-compress-your-files-on-the-fly/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Are you, like me, one of those who keeps JavaScript and CSS in multiple files for better structure and who don’t compress the code because you want to have the readability intact in your development environment? Well, then this script is for you!</p>
<p>I give you Minify, a script which combines and compress your files on the fly. This way the files get smaller and the client only have to make one request to the server. Just include the class in the top of the page, somewhere before you include your CSS/JavaScript, give it a few parameters and it will do everything for you. Now you can have how many files you want and edit whenever you want as long as you include the CSS/JavaScript file generated by Minify.<span id="more-116"></span></p>
<p>But, won’t it slow down the execution of the page to run Minify every time? No! First of all, you’ll barely notice when the script actually runs because it doesn’t take any time at all. And second, it won’t run the script if there is no change to the source files. The script is smart enough to store the hash of every file in a cache file and will just check against it.</p>
<p>I made the function which Minify is based on a few months ago when I tried to figure out a way to compress my files automatically and I’ve used it for two or three projects. I realized that there should be an easier way to integrate the script into an existing code and that’s why I made Minify. The original script used PHP’s function filemtime() to check if a file had been modified since the minified version was generated. It work decently, but if you copy/paste an old file from another project it will still have the same modified time and therefore will the minified version be newer. This and a lot of other stuff were fixed when I changed to the existing system, which is faster too!</p>
<p>So, what’s next for Minify? Well, first of all I want to fix all the issues listed below and more optimization. A nice thing would be native JavaScript and CSS compression in Minify.class.php to keep it in one file. Can you think of something else to add? Suggest it!</p>
<p>Please comment below what you think about the script. Don&#8217;t be afraid to report issues, improvements, feedback etc. below and remeber to tell your friends! <img src='http://www.jyggen.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Download: </strong>Minify is now hosted on <a href="https://github.com/jyggen/Minify">GitHub</a>, fetch the latest source code there!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jyggen.com/code/minify-compress-your-files-on-the-fly/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>serieous.se</title>
		<link>http://www.jyggen.com/projects/serieous-se/</link>
		<comments>http://www.jyggen.com/projects/serieous-se/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 15:59:14 +0000</pubDate>
		<dc:creator>Jonas Stendahl</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[work-in-progress]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.jyggen.com/?p=27</guid>
		<description><![CDATA[serieous.se was a school project created in early 2009 by me and Fredrik Larsson; he made the design and I coded it. The site is (was) almost complete but is put on hold for the moment because we&#8217;re both busy &#8230; <a href="http://www.jyggen.com/projects/serieous-se/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>serieous.se was a school project created in early 2009 by me and <a href="http://frdrik.se/" target="_blank">Fredrik Larsson</a>; he made the design and I coded it. The site is (was) almost complete but is put on hold for the moment because we&#8217;re both busy with other stuff.</p>
<p>serieous.se is mainly a Swedish news site which post news and rumors about (mostly) American TV-shows e.g. Lost, Heroes, Family Guy. Around this news site we&#8217;ve build up a community with profiles, guest books, forums etc. There&#8217;s also an archive with downloadable files, an information page about every show and much more!</p>
<ul>
<li><strong>URL: </strong><em>not available</em><em></em></li>
<li><strong>Released:</strong> March 2, 2009</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.jyggen.com/projects/serieous-se/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching 1/23 queries in 0.007 seconds using apc
Object Caching 453/476 objects using apc

Served from: www.jyggen.com @ 2012-02-07 02:29:17 -->
