<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.3" -->
<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/"
	>

<channel>
	<title>Joint Board</title>
	<link>http://jointboard.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Fri, 12 Oct 2007 02:34:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>
	<language>en</language>
			<item>
		<title>vhjmgh</title>
		<link>http://jointboard.com/2007/10/11/vhjmgh/</link>
		<comments>http://jointboard.com/2007/10/11/vhjmgh/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 02:34:28 +0000</pubDate>
		<dc:creator>akvlad</dc:creator>
		
		<category><![CDATA[Admin/Office]]></category>

		<guid isPermaLink="false">http://jointboard.com/2007/10/11/vhjmgh/</guid>
		<description><![CDATA[jghjhjghjghj
]]></description>
			<content:encoded><![CDATA[<p>jghjhjghjghj</p>
]]></content:encoded>
			<wfw:commentRss>http://jointboard.com/2007/10/11/vhjmgh/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Start Coding Websites</title>
		<link>http://jointboard.com/2007/04/26/how-to-start-coding-websites/</link>
		<comments>http://jointboard.com/2007/04/26/how-to-start-coding-websites/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 00:27:15 +0000</pubDate>
		<dc:creator>Connor Wilson</dc:creator>
		
		<category><![CDATA[Article]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jointboard.com/2007/04/26/how-to-start-coding-websites/</guid>
		<description><![CDATA[This is second and final part in a series by Connor Wilson on getting into the web design ‘game’ as it were. This part will focus on the front end/client side coding part of things.
 




First things first, a clarification:

Client Side: code that is executed by the client&#8217;s (user&#8217;s) browser, like HTML, CSS, JavaScript, and [...]]]></description>
			<content:encoded><![CDATA[<p><em>This is second and final part in a series by <a href="http://www.connorwilson.com/">Connor Wilson</a> on getting into the web design ‘game’ as it were. This part will focus on the front end/client side coding part of things.</em></p>
<p style="margin: 5px; float: right"><script src="http://img.shopping.com/sc/pac/shopwidget_v1.0_proxy.js"> </script>
<script>
<!--
   // theblogjoint.com
   var sw = new ShopWidget();
   sw.mode            = "kw";
   sw.width           = 300;
   sw.height          = 250;
   sw.linkColor       = "#0033cc";
   sw.borderColor     = "#ffffff";
   sw.fontColor       = "#000000";
   sw.font            = "arial";
   sw.linkin          = "8028056";
   sw.categoryId      = "1696";
   sw.keyword         = "logitech mx revolution, mouse,keyboards";
   sw.render();
//-->
</script>
</p>
<p>First things first, a clarification:</p>
<ul>
<li><strong>Client Side: </strong>code that is executed by the client&#8217;s (user&#8217;s) browser, like HTML, CSS, JavaScript, and the likes. You can see the source code of client side languages.</li>
<li><strong>Server Side:</strong> code that is executed by the server and sent back out to the client in the form of HTML/text, like PHP, Ruby and ASP. You can not see the source code from your browser. This article will not deal with server side languages.</li>
</ul>
<p>This will be all about the client side languages. Mainly (x)HTML and CSS. I will also be assuming you have no prior experience, and have no idea what either are. Please also note, this is not a tutorial on how to make a web page, rather a guide from one experienced person to someone wanting to learn how to learn, essentially.</p>
<h3>The Hyper Text Markup Language</h3>
<p>HTML stands for just that: <strong>H</strong>yper <strong>T</strong>ext <strong>M</strong>arkup <strong>L</strong>anguage. When you put an <strong>X </strong>infront of it, it stands for e<strong>X</strong>tensible. The first thing that comes into your head might be, &#8220;<em>I&#8217;ve heard of this, but what does it have to do with a web site?</em>&#8220;.</p>
<p>The answer to that is simple. All web pages output HTML to the browser, which is then read by the browser and outputted to your screen accordingly. Simple, right? All you need to know is that <strong>if you want to have a page on the internet, you will use HTML</strong>. Whether you outsource the coding and don&#8217;t know a thing about it, you still need it.</p>
<p><strong>HTML is like the air we breathe for the web.</strong></p>
<p>Next, with these two seemingly identical &#8216;<em>languages</em>&#8216; there must be some differences besides on letter. Of course, there are, but before I can get into that (for now it&#8217;s over your head) you need some resources. These links will put you on your way to mastering the most basic of all web languages:</p>
<ul>
<li><a href="http://www.pixel2life.com/tutorials/html_tips_and_tricks/basic_html/">Basic HTML Tutorials from Pixel2Life</a></li>
<li><a href="http://www.yourhtmlsource.com/">Your HTML Source</a> (Excellent!)</li>
<li><a href="http://www.w3schools.com/xhtml/default.asp">XHTML Tutorial Series from W3 Schools</a></li>
</ul>
<p>Look like a small list? You don&#8217;t need any more than that! It&#8217;s that simple. Hopefully you understand.</p>
<h3>Cascading Style Sheets</h3>
<p>CSS isn&#8217;t just a game, you know, it&#8217;s what makes websites look the way they do!</p>
<p>For anyone completely new to CSS, I like to get them to do this. This is for Firefox users, and if you aren&#8217;t one, then become one <img src='http://jointboard.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> I&#8217;ll also be touching on the cross-broswer issues of today later on. Anyways, here&#8217;s what to do:</p>
<ol>
<li>Go to any website. You&#8217;re reading this on one right now, so head to #2.</li>
<li>Up top, go <strong>View &gt; Page Style </strong>and click <strong>No Style.</strong></li>
<li>What happened!?!</li>
</ol>
<p>You just saw the affect CSS has on web pages. XHTML isn&#8217;t to make websites look good, its just the markup. The canvas, if you will. CSS if the paint. CSS styles web pages using a variety of different methods, and to understand this, here are some more resources:</p>
<ul>
<li><a href="http://www.yourhtmlsource.com/stylesheets/">Your HTML Source Stylesheets</a> (Again, excellent resource)</li>
<li><a href="http://www.pixel2life.com/tutorials/css_stylesheets/basics/">Pixel2Life Basic CSS Tutorials</a></li>
</ul>
<p>That&#8217;s all you should need, really.</p>
<h3>HTML + CSS + Web Browsers</h3>
<p>When I said the browser outputs HTML accordingly, I meant it. Different browsers will interpret CSS and HTML differently than others. This is an ongoing issue in the web development world, and always will be, mainly for one reason: Internet Explorer. Firefox and other browsers such as Opera, Safari, etc&#8230; display CSS more as intended than IE. It&#8217;s like IE tried to fix things it sees wrong.</p>
<p>The problem? Your website may look perfect- just as intended- in all broswers, but when you come around to IE things are misplaced, broken and dithered.  This can be <strong>very</strong> discouraging, so it&#8217;s important to remember some things:</p>
<ul>
<li><strong>There is usually one solution to a problem, but don&#8217;t kill yourself finding it.<br />
</strong></li>
<li>HTML &#8216;if statements&#8217; (conditional comments) can help you to use browser dependent style sheets. Read about it <a href="http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp">here</a>.</li>
</ul>
<h3><strong>XHTML vs HTML</strong></h3>
<p>The differences between the two will be seemingly non-existent or minimal at first, but if you do a little bit of research, you will start to see some differences. <a href="http://w3schools.com/xhtml/xhtml_html.asp">This article</a> from W3 Schools outlines one differences, and is a good read for beginners.</p>
<p>Essentially, XHTML is a <strong>stricter</strong> version of HTML. Today, XHTML is used on the more modern and web-savvy sites. In normal HTML you are likely to come across tables for layouts, animated GIFs and the like, whereas XHTML users are more likely to promote validity and accessibility. All with tons of exceptions of course.</p>
<h3>What can these two do together?</h3>
<p>A great way to conclude this is to show you a series of websites named <strong>CSS galleries</strong>. These sites gather the best looking websites from all over the internet that make use of CSS and XHTML properly. Here&#8217;s a few good ones:</p>
<ul>
<li><a href="http://www.csszengarden.com/">CSS Zen Garden</a> -  Shows the true potential of CSS. Users submit CSS files to style one HTML file that does not change. Everything must be done with CSS.</li>
<li><a href="http://www.cssremix.com">CSS Remix</a></li>
<li><a href="http://www.cssimport.com/">CSS Import</a></li>
<li><a href="http://screenalicious.com/">Screenalicious</a> - More basic, but still worth a look.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jointboard.com/2007/04/26/how-to-start-coding-websites/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Start Designing Websites</title>
		<link>http://jointboard.com/2007/04/13/how-to-start-designing-websites/</link>
		<comments>http://jointboard.com/2007/04/13/how-to-start-designing-websites/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 21:16:10 +0000</pubDate>
		<dc:creator>Connor Wilson</dc:creator>
		
		<category><![CDATA[Article]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://jointboard.com/2007/04/13/how-to-start-designing-websites/</guid>
		<description><![CDATA[This is part one of two in a series by Connor Wilson on getting into the web design &#8216;game&#8217; as it were. This part will focus on the design part, and the part two will conclude with the client side coding end of things. 
One of the hardest things about web design is getting over [...]]]></description>
			<content:encoded><![CDATA[<p><em>This is part one of two in a series by <a href="http://www.connorwilson.com">Connor Wilson</a> on getting into the web design &#8216;game&#8217; as it were. This part will focus on the design part, and the part two will conclude with the client side coding end of things. </em></p>
<p>One of the hardest things about web design is getting over the first hurdle. Making your first design is one of them, and making it come to life is equally ground breaking for someone new to it all. As someone who has been through many websites in all kinds of levels, all kinds of techniques and styles, I&#8217;d like to share what I think is the best way to go. The following tips are mainly general and might not work for everyone but remember- you can succeed in this. You just have to give yourself and your talent a shot.</p>
<p><strong>Take good advice.</strong></p>
<p>When you come across articles like this where someone is offering advice and tips based on experience, read up. <strong>Be a sponge.</strong> You can never know enough in the web design world. Even the seasoned gods of web design learn new things everyday. Design is a funny thing. You can be from varying talents and techniques and everyone will always come up with a different design, and a different opinion on this:</p>
<blockquote><p>Your overall skill to design (websites) is a mixture of pure, god given natural talent that can not be learned and the things you can learn, like the tools, techniques and tricks.</p></blockquote>
<p>Finding your talent and a balance between the learning portions is important. <strong>You can&#8217;t just walk into this</strong>, unfortunately. If you&#8217;re the most talented designer this world has ever seen, you&#8217;re nothing without your tools. Photoshop (or your weapon of choice) is like a language. A language to communicate your talent and ideas with. Someone who comes to a foreign country with a Ph. D. can&#8217;t use their education without being able to speak a word of the language, can they?</p>
<p>So, <strong>how do I go about gaining these skills?</strong> Well, the aforementioned parts of design that you can learn are widely available on the internet. There are many ways to learn design. The way I went about it was back in the Photoshop 7 days, I would toot over to <a href="http://www.good-tutorials.com">Good-Tutorials</a> and soak up every cool looking technique I could. Abstract waves, grunge buildings, bubble gum text, you name it- I could do it. But how has all that helped me today? I actually couldn&#8217;t do that today if you asked me to. All that helped me learn Photoshop.</p>
<p>I may not be able to create amazing fantasy art work with all glowing and amazing effects, but 100% I am more comfortable with the Photoshop interface and all things associated. Shortcuts, options, panels, windows, I know it all. The only way you can know it all is by just doing it. Here&#8217;s a simple quote:</p>
<blockquote><p>Just do it. - <em>Nike</em></p></blockquote>
<p>Now, it may seem cliche, but think about it. You can <strong>manufacture experience</strong> by just doing it. Make the coolest looking desktop around, and some awesome forum signatures. Learn how to use renders and popout signature effects. Join a graphics community. This all may have nothing to do with web design, but like I said- you can&#8217;t just walk into this.</p>
<p>Today when I see a bad design, and I mean realllly bad, I can assume one, or even both of the following things:</p>
<ol>
<li>The person has not used Photoshop a day in their life, and this is what they can do. It&#8217;s their limit.</li>
<li>They have no <em>design eye.</em> They don&#8217;t have that talent.</li>
</ol>
<p>I&#8217;ve been constantly referencing Photoshop here, but that&#8217;s only because Photoshop is my tool. Photoshop is my <em>weapon of choice</em>. It may not be yours- and thats perfectly fine. Fireworks, GIMP, paint- whatever. In the end we can all admit that it&#8217;s not how you do it, it&#8217;s what you do.</p>
<p>So after all this, and you&#8217;re into the entire graphics thing, and you can do all this nice stuff, and most of all you&#8217;re comfortable with your tool- it&#8217;s now time to dip your feet in the water.</p>
<p>First things first. Basic stuff to set up your document.</p>
<ul>
<li>Size: Around 1000&#215;1000 is where I always start. 800&#215;600 users obviously don&#8217;t care much about how a site looks anyways, right? Also, you&#8217;ll find in this market especially, the average user runs 1280&#215;1024.</li>
<li>Colour: RGB colour. Safest way to go when dealing with the web, and dithering problems for IE users (*spits*).</li>
</ul>
<p>Alright, great, so now you have this huge blank space. This is where you explore your own creativity, but here are some common mistakes:</p>
<ul>
<li>Alignment: If things don&#8217;t line up, your design probably won&#8217;t look right. Structure is key. If you have to, create a &#8216;wireframe&#8217; first. This is when you make little outlines of where every element will go before adding an colour, etc&#8230;</li>
<li>Colours: When starting, try to stick to a one colour scheme. It&#8217;s best to not add more, because early on it gets a little messy. You&#8217;ll be surprised how fast you&#8217;ll find how colours match and clash, and even how it applies to clothes, paint, etc&#8230;</li>
<li>Effects: While gaining the first little steps and getting them under your belt, feel free to go crazy with brushes, effects, renders, anything. You&#8217;re not going to walk into &#8216;web 2.0&#8242; on your first day.</li>
</ul>
<p>Your style is something that will develop over time, and will progress as well. If you&#8217;re not one with that talent, or eye, don&#8217;t worry about it. It&#8217;s not one of those things that you really see in yourself, but something that comes out and is quite obviously there.</p>
<p>You should be on a good path by now, but remember, all the things mentioned here won&#8217;t take you a day, a week or even a month for that matter. Give it time. Your designing is like a plant. It needs to grow. With proper nurturing and attention it will sprout up no problem, and people will notice it <img src='http://jointboard.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> I leave you with this:</p>
<blockquote><p>Respect your inspiration</p></blockquote>
<p>Basically means don&#8217;t steal from those you look up to.</p>
]]></content:encoded>
			<wfw:commentRss>http://jointboard.com/2007/04/13/how-to-start-designing-websites/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free Online Storage Roundup</title>
		<link>http://jointboard.com/2007/04/10/free-online-storage-roundup/</link>
		<comments>http://jointboard.com/2007/04/10/free-online-storage-roundup/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 17:09:25 +0000</pubDate>
		<dc:creator>Connor Wilson</dc:creator>
		
		<category><![CDATA[Article]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://jointboard.com/2007/04/10/free-online-storage-roundup/</guid>
		<description><![CDATA[There are many services today that allow you to upload your files and share them anywhere. Ranging from backing up your PC with a download-able application, or simple online user interface, all these sites can do you some good. All of these sites offer free storage of at least 1GB, but there are usually paid [...]]]></description>
			<content:encoded><![CDATA[<p>There are many services today that allow you to upload your files and share them anywhere. Ranging from backing up your PC with a download-able application, or simple online user interface, all these sites can do you some good. All of these sites offer free storage of at least 1GB, but there are usually paid options for better features.</p>
<ol>
<li><a href="http://mozy.com/"><strong>Mozy</strong></a> - An online backup system for your PC that safely and automatically backs up your files online. For the free version, it goes up to 2GB, but you can pay $4.95/mo to get unlimited storage. Mozy isn&#8217;t the best way to store your files online to share with your friends, or to post around the internet, but if you want online backups, then you want Mozy.</li>
<li><a href="http://www.box.net"><strong>Box.net</strong></a> - A friendly looking storage system that is more geared towards sharing. It&#8217;s mainly a paid service, but you can try them out with 1GB space for free. Upon paying $7.95/mo you get 5GB of space. Box.net has some cool features, like setting up sub accounts for other people to view certain files, backups of certain files, or being very easy to share. Very nice interface as well.</li>
<li><a href="http://www.omnidrive.com"><strong>OmniDrive</strong></a> - Store your files online and access them from anywhere at desktop-storage-speeds. The free version offers 1GB storage and 5GB bandwidth, but the paid options come out to be much cheaper than the competition. First paid plan is $40/yr for 10GB storage and 20GB bandwidth.The things I liked most about OmniDrive were its cross platform compatibility, and API possibilities. Not only do they have an application for both OSX and Windows, but they have a web version for Linux users or other users who feel like it. The API program also allows extensions and further developments.</li>
<li><a href="http://www.esnips.com/"><strong>eSnips</strong></a> - A file uploading and sharing community where you can share, drive traffic to your site and join like minded communities. You start off with a nice 5GB storage for free.The thing that bothers me about eSnips is the fact that they have less than 1000 users, and less than 4000 hosted files. What if they were to blow up and become huge? Could they survive the first part of that? This site only appeals to those interested in a community situation as well.</li>
<li><a href="http://www.xdrive.com/"><strong>Xdrive</strong></a> - This site had one of the better first impressions, on a design based judgment. You can conveniently upload, share, backup and access from anywhere your files with Xdrive. The free plan comes with 5GB of storage space. If you want to upgrade, it&#8217;s $9.95/mo for 50GB. Xdrive has one of the better looking interfaces, so it&#8217;s safe to say that AOL (parent company) knows how to hire a designer. As far as features, its very similar, but what sets it apart is its Pro Package, where you get 50GB for $99.50/yr or $9.95/mo.</li>
</ol>
<p>There is not a lot of diversity in this field, but here are some conclusions.</p>
<ul>
<li><strong>Online Backups: </strong>Definitely go with Mozy.</li>
<li><strong>Free File Storage/Share:</strong> Try Box.net first.</li>
<li><strong>Upgraded:</strong> Go with Xdrive for best value.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jointboard.com/2007/04/10/free-online-storage-roundup/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Review: Slappa Velocity Pro Laptop Backpack</title>
		<link>http://jointboard.com/2007/04/09/review-slappa-velocity-pro-laptop-backpack/</link>
		<comments>http://jointboard.com/2007/04/09/review-slappa-velocity-pro-laptop-backpack/#comments</comments>
		<pubDate>Mon, 09 Apr 2007 17:27:09 +0000</pubDate>
		<dc:creator>John Vincent Hilario</dc:creator>
		
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://jointboard.com/2007/04/09/review-slappa-velocity-pro-laptop-backpack/</guid>
		<description><![CDATA[My first thought on the Slappa backpack was how great the design was. Definitely aesthetically pleasing, the Slappa Velocity Pro Laptop Backpack is also as durable as they come. The backpack’s padding will let no harm come to your valuable laptop and protected my 13-inch laptop computer with its &#8220;super padded sleeve&#8221; (it&#8217;s worth mentioning [...]]]></description>
			<content:encoded><![CDATA[<p>My first thought on the <a title="Slappa" href="http://slappa.com">Slappa</a> backpack was how great the design was. Definitely aesthetically pleasing, the <a title="Slappa Velocity Pro Laptop Backpack" href="http://www.slappa.com/site/velocity.html">Slappa Velocity Pro Laptop Backpack</a> is also as durable as they come. The backpack’s padding will let no harm come to your valuable laptop and protected my 13-inch laptop computer with its &#8220;super padded sleeve&#8221; (it&#8217;s worth mentioning that this ‘sleeve’ is in the laptop compartment which is also padded).</p>
<p>Its three other compartments allowed room for my laptop’s extra accessories which included all of the following: the AC adapter, mouse, wireless card, not to mention a few DVD’s for the ride.</p>
<p>The Slappa backpack’s water-proof exterior gave me sound of mind knowing my laptop is protected against harsh weather. The small pouch on the backpack’s strap allow for easy access to your cellular phone or music player.</p>
<p>My opinion on the size, however, is that it’s not necessarily made for everyday travel or commute. Considering it be excessively bulky to lug around, the backpack’s padding is definitely present when you carry it. Perfect for a trip somewhere, the bag is reminiscent to that of a suitcase on your back.</p>
<p><center><img id="image322" alt="vlp_1-small.gif" src="http://theblogjoint.com/wp-content/uploads/2007/04/vlp_1-small.gif" /><img id="image323" alt="vlp_2-small.gif" src="http://theblogjoint.com/wp-content/uploads/2007/04/vlp_2-small.gif" /></center><br />
A tip for Slappa: Because of the valuableness of the bag’s contents, I suggest having ‘holes’ in the zipper puller, for the option of using a small padlock to protect your bag’s cargo.In general, the Slappa Laptop Backpack is a good buy for those who wish to keep their laptop safe for rigorous travel, i.e. camping trips, backpacking through a foreign country, etc.; or (though most of us would dread the idea) for the peace of mind that comes with knowing that your laptop is safe and sound if ever you decide to check it as luggage in an airport, as opposed to a ‘carry-on’. <center><img id="image324" alt="vlp_3-small.gif" src="http://theblogjoint.com/wp-content/uploads/2007/04/vlp_3-small.gif" /> <img id="image325" alt="vlp_4-small.gif" src="http://theblogjoint.com/wp-content/uploads/2007/04/vlp_4-small.gif" /></center><strong>Features:</strong><br />
-  Patented CORE3 Protection:<br />
(Molded rubber EXO Skeleton + Puncture Proof and Hydro-Repellant BuckBlast material +Xtra-Dense Internal Padding)<br />
-  Xtreme Padded, Comfort - collar backpack straps tested to 80lbs.<br />
-  Large padded inner laptop sleeve able to accommodate laptops with screens up to 17&#8243;<br />
-  SLAPPA padded back support<br />
-  4 large storage areas lined with scratch-proof soft jersey material + 1 large storage area with &#8220;stay cool&#8221; lining for drinks<br />
-  Super padded main pocket for laptop and papers<br />
-  2 HardPlastic runners on the outer bottom of laptop sleeve section<br />
-  mid pocket with inner compartments for electronics and accessories<br />
-  e.z. reach front pocket<br />
-  Rear pocket features STAY COOL inner lining to store cold goods<br />
-  Removable phone/MP3 case with stainless steel belt clip<br />
-  Etched alloy zipper pullers with locking zipper heads and Zipper Caps for tear protection<br />
-  Backpack dimensions (lying flat): 16&#8243; (w), 21&#8243;(h), 3.25&#8243;(d)<br />
-  Inner laptop sleeve dimensions: 14” (w), 16” (h), 2.5 ” (d)<br />
-  Weight: 3.9 lbs<br />
-  Ideal for standard-sized laptops up to 17”<br />
<strong>Price:</strong><a title="Buy Slappa Velocity Pro" href="http://www.slappa.com/site/velocity.html">Slappa</a>: $99.99</p>
<p><img alt="35_star.gif" id="image328" src="http://theblogjoint.com/wp-content/uploads/2007/04/35_star.gif" /></p>
]]></content:encoded>
			<wfw:commentRss>http://jointboard.com/2007/04/09/review-slappa-velocity-pro-laptop-backpack/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My Maps by Google</title>
		<link>http://jointboard.com/2007/04/07/my-maps-by-google/</link>
		<comments>http://jointboard.com/2007/04/07/my-maps-by-google/#comments</comments>
		<pubDate>Sat, 07 Apr 2007 16:51:50 +0000</pubDate>
		<dc:creator>John Vincent Hilario</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://jointboard.com/2007/04/07/my-maps-by-google/</guid>
		<description><![CDATA[Google Maps has just released a new feature: ‘My Maps’. With all the features of Google Maps, you can now create and personalize your own map of the world. To start, you will need an account with Google. Once you begin, you are given the option of making your map ‘private’ or ‘public’. Making your [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Google Maps" href="http://maps.google.com/">Google Maps</a> has just released a new feature: ‘<a title="My Maps" href="http://maps.google.com/help/maps/userguide/index.html">My Maps</a>’. With all the features of Google Maps, you can now create and personalize your own map of the world. To start, you will need an account with Google. Once you begin, you are given the option of making your map ‘private’ or ‘public’. Making your map ‘public’ will give it its own URL, allowing you to share it with other people on the trip, family, friends, or whomever you wish.</p>
<p>Paths you wish to take on your trip will be highlighted plus you can add your own text and photos for annotation to truly personalize your map. Its creation of a KML (Keyhole Markup Language) file will allow compatibility with the software, Google Earth.</p>
<p><center><img id="image326" alt="the_googleplex.gif" src="http://theblogjoint.com/wp-content/uploads/2007/04/the_googleplex.gif" />      <img id="image327" alt="my_maps_nyc.jpg" src="http://theblogjoint.com/wp-content/uploads/2007/04/my_maps_nyc.jpg" /></center>To see a sample, take a tour of Google’s headquarters in Santa Clara County, California: the ‘<a title="Googleplex" href="http://maps.google.com/maps/ms?ie=UTF8&#038;hl=en&#038;msa=0&#038;msid=103763259662194171141.00000111b083b28bf007c">Googleplex</a>&#8216;, its map created on April 1<sup>st</sup>, 2007</p>
]]></content:encoded>
			<wfw:commentRss>http://jointboard.com/2007/04/07/my-maps-by-google/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Review: SponsoredReviews.com</title>
		<link>http://jointboard.com/2007/03/22/review-sponsoredreviewscom/</link>
		<comments>http://jointboard.com/2007/03/22/review-sponsoredreviewscom/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 02:11:36 +0000</pubDate>
		<dc:creator>Alex N</dc:creator>
		
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://jointboard.com/2007/03/22/review-sponsoredreviewscom/</guid>
		<description><![CDATA[SponsoredReviews.com is a website that offers a unique service which brings together bloggers and advertisers. Usually the business of an advertiser contacting a blogger to do a review takes some time and can often lead to missed connections and other issues of reliability. SponsoredReviews.com eliminates this problem by connecting bloggers and advertisers together in a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sponsoredreviews.com"><img align="left" id="sponsoredreviews.com" alt="SponsoredReviews.com" src="http://theblogjoint.com/wp-content/uploads/2007/03/sponsoredreviewscom.gif" /></a><a title="SponsoredReviews.com" href="http://sponsoredreviews.com">SponsoredReviews.com</a> is a website that offers a unique service which brings together bloggers and advertisers. Usually the business of an advertiser contacting a blogger to do a review takes some time and can often lead to missed connections and other issues of reliability. SponsoredReviews.com eliminates this problem by connecting bloggers and advertisers together in a simple and efficient way. The website gives bloggers the opportunity to write honest reviews of a product, website, etc and the advertiser gets the benefit of this review. The benefits include direct linking from the review itself, its search engine statistic results, and create a word of mouth.</p>
<p>The website offers a low transaction fee compared to other review website and only gives the job to well known bloggers that receive a lot of traffic, which pretty much makes it a guarantee that the review will be viewed by a lot of people. The layout of the website is simple and economic which allows for easier usability. The sign-up system <a href="http://sponsoredreviews.com">Sponsored Reviews</a> uses two types of accounts, Bloggers and Advertisers. This is smart because it doesn’t really let any mix-ups happen through miscommunication. Overall Sponsored Reviews is a great way to connect advertisers and bloggers together for writing reviews.</p>
]]></content:encoded>
			<wfw:commentRss>http://jointboard.com/2007/03/22/review-sponsoredreviewscom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dragon Naturally Speaking 9 Review</title>
		<link>http://jointboard.com/2007/02/24/dragon-naturally-speaking-9-review/</link>
		<comments>http://jointboard.com/2007/02/24/dragon-naturally-speaking-9-review/#comments</comments>
		<pubDate>Sat, 24 Feb 2007 20:08:17 +0000</pubDate>
		<dc:creator>Delta Taph - Tech.co.nr</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://jointboard.com/2007/02/24/dragon-naturally-speaking-9-review/</guid>
		<description><![CDATA[I was the lucky winner of TheBlogJoint’s competition, that was held just a few weeks ago. I thought it would only be fitting if I was to post my experiences and opinion on the product here, after having had time to tinker away with the product. What did I win? Dragon Naturally Speaking 9 of [...]]]></description>
			<content:encoded><![CDATA[<p>I was the lucky winner of TheBlogJoint’s competition, that was held just a few weeks ago. I thought it would only be fitting if I was to post my experiences and opinion on the product here, after having had time to tinker away with the product. What did I win? Dragon Naturally Speaking 9 of course!</p>
<p><img align="left" alt="dragon9.gif" id="image290" src="http://theblogjoint.com/wp-content/uploads/2007/01/dragon9.gif" /><strong>First Impressions</strong><br />
Brilliant! The spiffy box arrived at my house just a few days before Christmas. On opening the box, I was greeted by another brown cardboard box, this one more tightly sealed. Inside lay a bubble wrap bag containing two CD pouches with the installation discs inside. A users guide and ‘Quick Reference’ book were also included, along with a wired headset. So far, so good!<br />
In goes the disc. Okay, okay… I got through the installation process till the ‘Select a drive to install your copy of Nuance Dragon Naturally Speaking 9 on’, or somthing like that. I had lots of trouble installing the software, as it was claiming I had insufficient space on my main hard drive. Infact, I had “22.6 GB of free space” on my computer, and I finally got it up and running, after repeatedly retrying to install the software. The installation itself time took a resonable amount of time and I quickly registered my product with Nuance.<br />
<strong>Training</strong><br />
I did about 30 minutes of training no problem. I was told to read the sentences that appeared on the screen so that the software could ‘calibrate’ my voice pattern. Thinking that everything will be fine, I opened up Dragon’s special dictation software, ‘Dragon Pad’. In the English language, there are a couple of things that are considered ‘standard sentences’.<br />
<strong>The Quick Brown Fox Jumps Over The Lazy Hen.<br />
</strong>You want to see what Dragon Pad thought I was saying? No, you really don’t… But for the purpose of providing an honest review, I have to post the results.<br />
‘My thick round ox jumped over my daisy’s pen.’<br />
All in all, I can type a lot quicker and more accurately than that anyway. Since I was delivered the software, I’ve used it over 20 times. I must have done the training that many times too. The software crashes every single time I use it. I’m kind of fed up now, after many unsuccessful attempts. Okay, my PC isn’t state of the art, but it’s only a year old, and has twice the recommended amount of RAM, and a 3.3Ghz P4 processor, far more than needed to run a program like this.<br />
<strong>Overall Impressions<br />
</strong>I’m sure that the software really is a good product, and I know it’s had outstanding reviews from many top-class websites, but for me, it’s just not worked out. I’ve had heap loads of problems, and only a few sentences of garbled text and a new Skype headset to show for it.<br />
Maybe next time I’ll have better luck.</p>
<p>*<u>Update</u>* I accidentally deleted this post while I was deleting some spam comments for this post, so I had to repost this as a new article. Don&#8217;t you just hate it when this happens!</p>
]]></content:encoded>
			<wfw:commentRss>http://jointboard.com/2007/02/24/dragon-naturally-speaking-9-review/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Trendio.com &#8212; &#8216;The news-worthy stock exchange&#8217;</title>
		<link>http://jointboard.com/2007/02/20/trendiocom-the-news-worthy-stock-exchange/</link>
		<comments>http://jointboard.com/2007/02/20/trendiocom-the-news-worthy-stock-exchange/#comments</comments>
		<pubDate>Wed, 21 Feb 2007 02:06:18 +0000</pubDate>
		<dc:creator>John Vincent Hilario</dc:creator>
		
		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://jointboard.com/2007/02/20/trendiocom-the-news-worthy-stock-exchange/</guid>
		<description><![CDATA[As the headline &#8220;the first stock exchange on headline news&#8221; suggests, Trendio.com is a speculative stock market game, where instead of the expected investing into companies, the twist is that the stocks are ‘words in the media’, meaning people can ‘invest’ in what makes the news on a daily basis. At first glance, the homepage [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://trendio.com"><img align="left" id="image313" alt="trendio.gif" src="http://theblogjoint.com/wp-content/uploads/2007/02/trendio.gif" /></a>As the headline &#8220;the first stock exchange on headline news&#8221; suggests, <a title="Trendio.com" href="http://www.trendio.com">Trendio.com</a> is a speculative stock market game, where instead of the expected investing into companies, the twist is that the stocks are ‘words in the media’, meaning people can ‘invest’ in what makes the news on a daily basis. At first glance, the homepage is very professional-looking (given the bright colors are a part of their appeal) with links to news in sports, politics, business, technology, entertainment and current events. The stock graph of the most current news is what you notice first and to its right, a list of words. As of February 19<sup>th</sup>, 2007 10:32 AM U.S. Pacific Time, the current stock graph was the Chelsea soccer team, while the list of highest selling words were from ‘Mark Martin’, ‘Kevin Harvick’, ‘Gun Laws’, ‘ConAgra Foods’, ‘Tatiana Golovin’, ‘Lindsey Graham’ to ‘Adam Sandler’. It’s safe to assume that there’s somewhat of a randomness to these stocks, which can presumedly be compared to unanticipation of actual stock markets.</p>
<div style="text-align: center"><a href="http://trendio.com"><img alt="trendiocom-small.gif" id="image312" src="http://theblogjoint.com/wp-content/uploads/2007/02/trendiocom-small.gif" /></a></div>
<p>A browse of more specific topics takes you to the respective current stock graph of the topic (Politics: ‘John Howard’; Entertainment: ‘Pop’). Seeing how this game can be played by just about anyone with an affinity towards gambling, stocks, or the like, the ‘Entertainment’ section is probably what most people will have most fun playing around with, while the ‘Business’ section is obviously for the knowledgeable . Just like real stock markets, stock quotes can and do change in a matter of seconds. What was the most traded stock in ‘Entertainment’ a second ago; i.e. ‘Britney Spears’, is now ‘Condoleeza Rice’ and ‘Eric Cantor’.</p>
<p>The brainchild of 21-year-old French-Swedish <a title="Jens Agersberg" href="http://www.trendio.com/blogs/jensen/?page_id=2">Jens Agersberg</a>, Trendio.com – not even a year old (created circa March 2006) – has already made a splash in the U.S.. Likely due to its English- and French-translated versions – and more recently, Trendio.com is ‘stocking’ up in members (pun intended) with more than 30,000 members. While some stock market savviness is a plus, a lot isn’t required and ‘investing’ in a stock at Trendio.com is easy to get into. The ‘Forum’ section is available to those who need some help getting started, which also offers some strategies. Along with the beauty of other ‘fake-money’ games, from Monopoly to online Poker, Trendio.com’s currency can be spent without any real loss or relation to real currency. But those who have the knowledge, commitment, and time have earned themselves millions in ‘Trendillions’.</p>
]]></content:encoded>
			<wfw:commentRss>http://jointboard.com/2007/02/20/trendiocom-the-news-worthy-stock-exchange/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Review: Chambal.com</title>
		<link>http://jointboard.com/2007/01/31/review-chambalcom/</link>
		<comments>http://jointboard.com/2007/01/31/review-chambalcom/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 01:06:53 +0000</pubDate>
		<dc:creator>Alex N</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://jointboard.com/2007/01/31/review-chambalcom/</guid>
		<description><![CDATA[Chambal.com is a website that  allows you to compare prices on a variety of different products. The  types of products that are available include books and electronics.  If you are looking for a good price on a product that falls under these  categories then this is a great website. It searches [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.chambal.com"><img align="left" alt="chambal-logo.gif" id="image305" src="http://theblogjoint.com/wp-content/uploads/2007/01/chambal-logo.gif" /></a>Chambal.com is a website that  allows you to compare prices on a variety of different products. The  types of products that are available include books and electronics.  If you are looking for a good price on a product that falls under these  categories then this is a great website. It searches through other websites  looking for the best prices on an item. The search results include a  good number of websites including Ebay and PriceGrabber. This shows  that Chambal uses a lot of web sources to gather the best prices.</p>
<div style="text-align: center"><img alt="chambal.gif" id="image306" src="http://theblogjoint.com/wp-content/uploads/2007/01/chambal.gif" /></div>
<div style="text-align: center">Chambal.com Homepage</div>
<p>If you are a college student  looking for a good deal on textbooks then you should use Chambal. I  found a calculus book that cost me 150 dollars for about 10 dollars  using Chambal. If I found out about this website before then it would  have saved me a lot of money. However it has saved me money this semester  when I had to buy new textbooks. It’s a great tool if you want to  save money on any product. The search results are concise and immediately  show the prices without the need to open new pages like some other websites  require. It also shows the ISBN number if you are searching for a book  so you can make sure if you’re getting the correct edition. You can  compare prices for other products like music and movies. The website  offers a good variety of products to compare prices despite some needed  variety in the electronics section.</p>
<div style="text-align: center"><img alt="chambal-search.gif" id="image307" src="http://theblogjoint.com/wp-content/uploads/2007/01/chambal-search.gif" /></div>
<div style="text-align: center">Chambal.com Search feature</div>
<p>The problem with Chambal is  that there isn’t much variety in the electronics section; you can  only compare prices to cameras and camcorders. There are a lot more  products that fall under the electronics category that can be searched  for like televisions and MP3 players. Chambal’s format isn’t so  great either, it isn’t really aesthetically pleasing and not really  that efficient. In my opinion and standard menu-bar and content similar  to amazon.com would be better. Besides these minor problems Chambal  is a great website if you are looking for a great deal.</p>
]]></content:encoded>
			<wfw:commentRss>http://jointboard.com/2007/01/31/review-chambalcom/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
