<?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>Mortfiles Evolved &#187; jquery</title>
	<atom:link href="http://mortfiles.com/evolved/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://mortfiles.com/evolved</link>
	<description></description>
	<lastBuildDate>Thu, 23 Jul 2009 07:00:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adding posts into a page</title>
		<link>http://mortfiles.com/evolved/development/adding-posts-into-a-page/</link>
		<comments>http://mortfiles.com/evolved/development/adding-posts-into-a-page/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 07:00:10 +0000</pubDate>
		<dc:creator>Jimi Wikman</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[tabs]]></category>

		<guid isPermaLink="false">http://mortfiles.com/evolved/?p=70</guid>
		<description><![CDATA[My plans for adding posts into a Jquery tabs area had to be revised a bit because it was more difficult than I thought to get to work  the way I planned it&#8230;
Using custom fields to filter out posts was a bit tricky since it does not work to parse out an input field inside [...]]]></description>
			<content:encoded><![CDATA[<p><strong>My plans for adding posts into a Jquery tabs area had to be revised a bit because it was more difficult than I thought to get to work  the way I planned it&#8230;</strong></p>
<p>Using custom fields to filter out posts was a bit tricky since it does not work to parse out an input field inside a function as i hoped, so instead I will use the AJAX function of Jquery to automaticly add contents from posts. It means I&#8217;ll have to add the post URL and a custom title field, but it works and it does not cause more headache <img src='http://mortfiles.com/evolved/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This makes it possible to manage all sidebar tabbed areas from the core blog as well, which is a great bonus!</p>
]]></content:encoded>
			<wfw:commentRss>http://mortfiles.com/evolved/development/adding-posts-into-a-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting to come together</title>
		<link>http://mortfiles.com/evolved/development/starting-to-come-together/</link>
		<comments>http://mortfiles.com/evolved/development/starting-to-come-together/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 10:54:11 +0000</pubDate>
		<dc:creator>Jimi Wikman</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[sidebox]]></category>
		<category><![CDATA[tabs]]></category>
		<category><![CDATA[tweetboard]]></category>
		<category><![CDATA[tweetmeme]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://mortfiles.com/evolved/?p=56</guid>
		<description><![CDATA[I am pretty happy with my new design so far and I am adding both the TweetBoard and the counters for digg and Tweetmeme as default.
Adoption a design I saw some time ago (atebits.com I think) I have added a sidebox that can use the jQuery library to load tabs of information and still look [...]]]></description>
			<content:encoded><![CDATA[<p><strong>I am pretty happy with my new design so far and I am adding both the TweetBoard and the counters for digg and Tweetmeme as default.</strong></p>
<p>Adoption a design I saw some time ago (atebits.com I think) I have added a sidebox that can use the jQuery library to load tabs of information and still look very clean. This will allow for several uses such as list subcategories, special notices, information andprettu much everything else you can think of.</p>
<p>With 2 ordered VPS&#8217;s I hope to be able to <a href="http://mortfiles.com/evolved/development/starting-this-project-now/">get started</a> on this project soon&#8230;I am itching!!</p>
]]></content:encoded>
			<wfw:commentRss>http://mortfiles.com/evolved/development/starting-to-come-together/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JQuery inspiration</title>
		<link>http://mortfiles.com/evolved/development/jquery-inspiration/</link>
		<comments>http://mortfiles.com/evolved/development/jquery-inspiration/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 17:32:06 +0000</pubDate>
		<dc:creator>Jimi Wikman</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://mortfiles.com/evolved/?p=15</guid>
		<description><![CDATA[JQuery is quickly becoming my new favorite language and I keep struggling to find uses for all the wonderful ways you can enhance the website, but I&#8217;ll have to restrain myself or the website will be to cluttered again.
The Fancybox has many uses, like popups for different information areas and things like that, so that [...]]]></description>
			<content:encoded><![CDATA[<p><strong>JQuery is quickly becoming my new favorite language and I keep struggling to find uses for all the wonderful ways you can enhance the website, but I&#8217;ll have to restrain myself or the website will be to cluttered again.</strong></p>
<p>The <a href="http://fancy.klade.lv/">Fancybox</a> has many uses, like popups for different information areas and things like that, so that is on my deskof things that might be used. Stylesheet switching has always been something I wanted to try and now I can add it through the <a href="http://www.kelvinluck.com/2006/05/switch-stylesheets-with-jquery/">SwitchStylesheet</a> script. <a href="http://users.tpg.com.au/j_birch/plugins/superfish/">Dropdown menus</a> are always useful and its <a href="http://pupunzi.wordpress.com/2009/01/18/mbmenu/">one of those</a> things I have wanted to add for a long time. <a href="http://markitup.jaysalvat.com/home/">MarkItUp</a> just looks so nice and is just waiting to get used somehow&#8230;.</p>
<p><a href="http://codylindley.com/Javascript/264/jtip-a-jquery-tool-tip">Jtip</a> is another thing I think will be great to use as is the <a href="http://www.webdesignerwall.com/demo/jquery/simple-slide-panel.html">simple slider menu</a>, that I will use like presented here. The <a href="http://www.queness.com/post/106/jquery-tabbed-interfacetabbed-structure-menu-tutorial">tabbed interface</a> also has a ton of uses and I probably have at least one of those around. <a href="http://www.emblematiq.com/projects/niceforms/">NiceForms</a> would be great for the signup forms and things like that, probably along with <a href="http://jqueryui.com/">jQuery UI</a> or something like that.  RSS will be much easier using<a href="http://www.komodomedia.com/blog/2008/10/jquery-feed-menus/"> jQuery Feed Menus </a>and I love the graphics that <a href="http://www.komodomedia.com">Komodomedia</a> do so well.</p>
]]></content:encoded>
			<wfw:commentRss>http://mortfiles.com/evolved/development/jquery-inspiration/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mortfiles:revised</title>
		<link>http://mortfiles.com/evolved/development/mortfilesrevised/</link>
		<comments>http://mortfiles.com/evolved/development/mortfilesrevised/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 12:56:09 +0000</pubDate>
		<dc:creator>Jimi Wikman</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[active collab]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[whmcs]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://mortfiles.com/evolved/?p=9</guid>
		<description><![CDATA[Its been a while now since my last re-design of Mortfiles and to tell the truth its getting a bit bloated and unfocused, which is not exactly promoting sales and its holding me back from getting creative.
In order to fix this I am starting a project where I will rebuild Mortfiles to be a more [...]]]></description>
			<content:encoded><![CDATA[<p><strong><img class="alignright size-full wp-image-13" title="Mortfiles Evolved" src="http://mortfiles.com/evolved/wp-content/uploads/2009/06/Untitled-3.jpg" alt="Mortfiles Evolved" width="296" height="85" />Its been a while now since my last re-design of Mortfiles and to tell the truth its getting a bit bloated and unfocused, which is not exactly promoting sales and its holding me back from getting creative.</strong></p>
<p><strong>In order to</strong> fix this I am starting a project where I will rebuild Mortfiles to be a more focused project that <em>IS</em> focused on business and not as a playground for my mad ideas. This project will also merge Mortfiles.com and Mortfiles.se into one dual language website using Wordpress as backend. The new design will be more focused on sale and it will take advantage of JQuery to make things easier and better looking.</p>
<p><strong>I am also</strong> going to work with WHMCS to build a better orderform to make things a whole lot nicer, which is something that I have put off for a while now as my heart has not really been in it. The WHMCS package is still the best for the job, but I will now merge the two installations into one, which means dual languages and dual currency setup.</p>
<p><strong>I am going </strong>to change the project manager for Mortfiles Evolved and will go for Active Collab instead as I find it more intuitive and nicer in design to work with. I will rework it a bit to make it even more awesome, both through design and hopefully by extending it with some modules down the road.</p>
<p><strong>Right now I</strong> am in the scribbling phase where I poke design thoughts and try to figure out what should go where and why, but hopefully it will come together soon enough.</p>
]]></content:encoded>
			<wfw:commentRss>http://mortfiles.com/evolved/development/mortfilesrevised/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
