<?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>Base-10 Design &#38; Development Inc. &#124; Blog &#187; BaseTools</title>
	<atom:link href="http://www.base-10.net/blog/category/basetools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.base-10.net/blog</link>
	<description>Adventures In Life And Business</description>
	<lastBuildDate>Tue, 22 Mar 2011 02:19:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How time flies and why our blog seems so dead</title>
		<link>http://www.base-10.net/blog/2011/03/21/how-time-flies-and-why-our-blog-seems-so-dead/</link>
		<comments>http://www.base-10.net/blog/2011/03/21/how-time-flies-and-why-our-blog-seems-so-dead/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 02:19:41 +0000</pubDate>
		<dc:creator>Casimir</dc:creator>
				<category><![CDATA[BaseTools]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Martial Arts]]></category>
		<category><![CDATA[Our Work]]></category>

		<guid isPermaLink="false">http://www.base-10.net/blog/?p=261</guid>
		<description><![CDATA[Wow! Time sure does fly! It seems like only yesterday that we announced the launch of our new web service called RealtyNinja which makes awesome websites for the busy real estate agent. The reason I am writing this post is because I noticed that our last post was almost 5 months ago!! And one thing [...]]]></description>
			<content:encoded><![CDATA[<p>Wow! Time sure does fly! It seems like only yesterday that we announced the launch of our new web service called <a href="http://www.realtyninja.com" target="_blank">RealtyNinja</a> which makes awesome websites for the busy real estate agent. The reason I am writing this post is because I noticed that our last post was almost 5 months ago!! And one thing I always tell my clients is that a blog can be a good thing, but if you let it go stale, it can do more harm than good! So here is me updating the blog to keep things &#8216;fresh&#8217; and also to let you all know that RealtyNinja is getting more and more awesome as the days go by. We have added a whole bunch of amazing new features and plan to make it the best real estate agent website creator in the industry. Check it out for your self:</p>
<p style="text-align: center;"><a href="http://www.realtyninja.com"><img class="aligncenter size-full wp-image-249" title="realtyninja_title" src="http://www.base-10.net/blog/wp-content/uploads/2010/06/realtyninja_title.jpg" alt="" width="720" height="248" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.base-10.net/blog/2011/03/21/how-time-flies-and-why-our-blog-seems-so-dead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing BaseTools 1.0b</title>
		<link>http://www.base-10.net/blog/2009/09/24/announcing-basetools/</link>
		<comments>http://www.base-10.net/blog/2009/09/24/announcing-basetools/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 19:53:37 +0000</pubDate>
		<dc:creator>Casimir</dc:creator>
				<category><![CDATA[BaseTools]]></category>

		<guid isPermaLink="false">http://www.base-10.net/blog/?p=103</guid>
		<description><![CDATA[Check out our implementation of a lightbox and carousel]]></description>
			<content:encoded><![CDATA[<h4>The Build-up:</h4>
<p>Modern websites use a lot of javascript to do all sorts of things that used to be reserved for flash; such as carousels, lighbox effects (actually called modal dialogues), fancy menu animations and other such things. We naturally spend a lot of time implementing these features as javascript adds yet another layer that has to be developed, debugged, tested, tweaked, etc. Not to mention having to make it all work in the various browsers, particularly the different flavours of IE. Every development team has a different set of tools that they use when building websites and thankfully there are a miriad of readily available tools out there starting with javascript frameworks (we use JQuery), to the effect libraries and the modules/plugins built on top of them. These packaged tools are a godsend when you need to get something done and don&#8217;t have the time to figure out how to do it from scratch.<span id="more-103"></span></p>
<h4>The Problem:</h4>
<p>The problem we came across is when you need to do something that the plugins author did not implement or intend for the plugin to accomplish. You now have to waid through hundreds of lines of code and try to wrap your head around someone else&#8217;s baby that is more then likely using a different style of programming and code layout then you are used to. This is compounded by the fact that many of these plugins were written to do everything and the kitchen sink, but of course, not what you need it to do.. Which leads to dirty hacks, large modules or even having to resort to using different implementations of the same effect on the same site!</p>
<h4>The Solution:</h4>
<p>To deal with all of these issues, we decided to start building our own tools from scratch. Not only would this allow us to flex our programming muscles, but it would also make us more <strong>Ninja</strong> with javascript and our framework of choice, JQuery. Now that we intimately know every line of code in our tools, it is much easier for us to extend them and achieve whatever it is a website requires. We started by writing a lightbox (modal dialogue) and carousel replacement and have named them BaseBox and BaseShift respectively. We are not claiming that these are works of art, better then other implementations or even done &#8216;properly&#8217; (what ever that means?), but they work for us and they are our own. We know them, we love them and now you can have them!</p>
<p><a title="BaseTools" href="http://www.base-10.net/basetools">http://www.base-10.net/basetools</a></p>
<p>We have decided to release them as <a href="http://www.base-10.net/basetools#beerware">beerware</a> (thank you fancybox author) and offer no warrenties what so ever. We will update them as we work on them and hopefully they will grow into something truely great. We also plan to release other tools as they mature. So have fun and let us know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.base-10.net/blog/2009/09/24/announcing-basetools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

