<?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>DVD &#038;  Video Duplication, Multimedia &#038; Much More! &#187; Web</title>
	<atom:link href="http://davidryanmediasolutions.com/category/topics/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidryanmediasolutions.com</link>
	<description>DVD &#038;  Video Duplication, Multimedia &#038; Much More!</description>
	<lastBuildDate>Tue, 31 Aug 2010 01:12:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HTML, XML, XHTML – What does it all mean?</title>
		<link>http://davidryanmediasolutions.com/2009/01/16/html-xml-xhtml-%e2%80%93-what-does-it-all-mean/</link>
		<comments>http://davidryanmediasolutions.com/2009/01/16/html-xml-xhtml-%e2%80%93-what-does-it-all-mean/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 17:26:12 +0000</pubDate>
		<dc:creator>Webmistress</dc:creator>
				<category><![CDATA[Contributors Leslye]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://davidryanmediasolutions.com/?p=401</guid>
		<description><![CDATA[What is HTML?
HTML stands for Hypertext Markup Language and it is the original computer language used to build web pages. Hypertext is essentially a link &#8211; click on text and it takes you to other related information. A markup language is a way to describe how information should be formatted.
To better understand this, take a [...]]]></description>
			<content:encoded><![CDATA[<h3><strong>What is HTML?</strong></h3>
<p>HTML stands for Hypertext Markup Language and it is the original computer language used to build web pages. Hypertext is essentially a <a href="http://davidryanmediasolutions.com/2009/01/16/html-xml-xhtml…es-it-all-mean">link</a> &#8211; click on text and it takes you to other related information. A markup language is a way to describe how information should be formatted.<span id="more-401"></span></p>
<p>To better understand this, take a look at Microsoft Word with all of its icons, toolbars, menus and fancy features. Imagine none of those features were there. Better yet open up Notepad, the bare bones text editor on Windows. How would make your heading bold? How would you change the size of the text? Insert an image or graphic? If there were no menu or functions for that, how would someone reading your document know how you wanted it to be formatted? Enter a markup language. In HTML, a markup language specifically for the web, you would use special tags to format your document:</p>
<p style="padding-left: 30px;"><code>&lt;b&gt;My Title&lt;/b&gt;</code></p>
<p style="padding-left: 30px;"><code>&lt;i&gt;My Italicized Subtitle&lt;/i&gt;</code></p>
<p style="padding-left: 30px;"><code>&lt;p&gt;My paragraph. It's a short one.&lt;/p&gt;</code></p>
<p>b = bold in early HTML, i=italics and p=paragraph. Some of these tags have been replaced with newer, more fashionable versions, but let&#8217;s keep it simple.</p>
<p>HTML is a language made up of tags (normally in pairs &#8211; front and back), which wrap around the text that you want to format and tell the web browser (Internet Explorer, Firefox, Netscape, etc) how to display the content. There are special tags for the various parts of the document that also inform web browsers how to read the document as a whole. That is the basics of web development. In order to display text, images, links, video or audio on a web page, the proper tag or tags must be invoked.</p>
<p><strong>What is XML?</strong></p>
<p>XML (eXtensible Markup Language) is generalized markup language that can be used to transfer and store data. Whereas all HTML tags are pre-defined &#8211; you can&#8217;t just use &lt;paragraph&gt; instead of &lt;p&gt; and expect web browsers to understand it &#8211; with XML, the designer of the system decides what the tags are. XML is often used to hold structured data and can be used as a simple database for some web applications. For example, here&#8217;s a grocery list:</p>
<blockquote><p><code><br />
&lt;groceries&gt;<br />
&lt;fruit&gt;<br />
&lt;oranges&gt;Navel&lt;/oranges&gt;<br />
&lt;apples&gt;Granny Smith&lt;/apples&gt;<br />
&lt;bananas&gt;Organic&lt;/bananas&gt;<br />
&lt;/fruit&gt;<br />
&lt;cereal&gt;Frosted Flakes&lt;/cereal&gt;<br />
&lt;/groceries&gt;<br />
</code></p></blockquote>
<p>Now, that I have my data, I could write a program to allow me to display that data, or update it, perhaps from a website or my cell phone. XML is used for a wide variety of purposes because of its flexibility.</p>
<p>HTML and XML are both children of SGML (Standard Generalized Markup Language) the granddaddy of markup languages. SGML was created in the 1960s to make information readable by computers.</p>
<p><strong>What is XHTML?</strong></p>
<p>XHTML (eXtensible Hypertext Markup Language) is essentially an upgraded version HTML which combines it with XML. It uses the much more strict syntax of XML in order to whip our lazy friend HTML into shape. Historically, web browsers have been very forgiving of mistakes in HTML. However, even the simplest syntax error in an XML document will produce a fatal error.</p>
<p>XHTML is recommended by many  in order to increase compatibility with a variety of devices. While web browsers are forgiving of code errors, other devices may not be. These days, more and more organizations want their website viewable not only on computers, but on mobile phones, PDAs, gaming systems and other devices that haven&#8217;t been invented yet. XHTML brings a more disciplined and streamlined approach to HTML, which is a strong base for the future of development.</p>
<p>Your comments are welcomed below.</p>
<p>You can reach Leslye at <a href="http://" target="_blank">&#108;e&#115;lye&#64;r&#101;f&#108;ect&#105;&#111;n&#100;ig&#105;tal&#46;&#99;&#111;&#109;</a></p>
<p>How about including weblinks on authored CDs?  Check out David Ryan&#8217;s post: <a href="http://tinyurl.com/64td2m" target="_blank">http://tinyurl.com/64td2m</a></p>
]]></content:encoded>
			<wfw:commentRss>http://davidryanmediasolutions.com/2009/01/16/html-xml-xhtml-%e2%80%93-what-does-it-all-mean/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You know you need a website, so what’s next?</title>
		<link>http://davidryanmediasolutions.com/2008/04/21/you-know-you-need-a-website-so-what%e2%80%99s-next/</link>
		<comments>http://davidryanmediasolutions.com/2008/04/21/you-know-you-need-a-website-so-what%e2%80%99s-next/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 20:16:27 +0000</pubDate>
		<dc:creator>Webmistress</dc:creator>
				<category><![CDATA[Contributors Leslye]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://davidryanmediasolutions.com/2008/04/21/you-know-you-need-a-website-so-what%e2%80%99s-next/</guid>
		<description><![CDATA[Some tips for planning your new website.]]></description>
			<content:encoded><![CDATA[<p>The process of planning a website is not as difficult as it may seem. There are many options available for creating a web presence for your business or project. You may choose to go the do-it-yourself route by purchasing a website template, using online web creation software, finding a family member or friend to help build a basic site or you can enlist a professional website designer to create a custom site for you. Whichever route you choose a great deal of planning must go in to the site in order for it to be successful.<span id="more-183"></span></p>
<p>What is a successful website? Only you can determine that for your business. Proper planning includes identifying the goals of your site and how you will measure their success. It’s like any other form of project management whether you’re spending thousands on a site with all the bells and whistles, or picking up a Web Design for Dummies book intent on going it alone. Doing it well requires planning in not only how you want the site to look, but how you want end users to interact with it.</p>
<p>There are a couple of basic things you’ll definitely need</p>
<ul>
<li>A domain name. For a yearly fee you will purchase the name of your URL (i.e. mywebsite.com). If the name you want is not available, try other extensions (called top-level domains, .com, .org, .net, biz, etc.). A .com domain is still the most popular, but there are plenty of successful sites without a .com – it’s all about building a strong brand with the name you choose. If you still can’t get the name you want, think of different permutations or similar phrases that can be used for a domain name. Can your tagline be used if your company name is not available? Remember, be careful with your name choices, run it by colleagues or friends before making your final decision to avoid <a title="Worst Domain Names" href="http://easywebbers.com/2006/12/10/top-ten-worst-domain-names/" target="_blank">domain name disaster</a>.</li>
<li>A Web host: A website must be stored on a special computer called a web server in order to be viewed online. You can build or purchase your own web server, but for most people this is not a reasonable choice and it is far easier to purchase space from a web hosting provider. The operating system of the web server (usually Windows or a form of Unix) will often determine what types of technologies you can use on your website. Many web developers prefer one operating system over another, or work exclusively in one and not another. Also, if you are using third party software on your website, you will need to know its compatibility with your web host.</li>
</ul>
<p>Once the basics are taken care of the real fun begins. A website is often many peoples’ first introduction to your organization. You want it to represent you well. From the colors, to the number of pages, to the choice and length of text content, every aspect of your website should be crafted with your goals in mind.</p>
<p>One way I encourage my clients to really think about their website goals is by requesting that they complete a <a title="Word Document" href="http://davidryanmediasolutions.com/wp-content/uploads/websiteneedsanalysis.doc" target="_blank">Needs Analysis questionnaire</a>. Once we are very clear on what they want their web presence to do for their organization, as a web designer and developer, I am better able to construct a site that meets those needs.</p>
<p>Another great tool for website planning is this eBook “<em><a title="Connect To The Net" href="http://www.connecttothenet.net" target="_blank">Connect 2 the Net: Business Basics for Building (or Planning) Your Web Site</a></em>” which steps through the entire process of planning a new or redesigned website.</p>
<p>I&#8217;d love to hear your comments below!</p>
]]></content:encoded>
			<wfw:commentRss>http://davidryanmediasolutions.com/2008/04/21/you-know-you-need-a-website-so-what%e2%80%99s-next/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Have you checked out &#8220;David&#8217;s Website Picks?&#8221;</title>
		<link>http://davidryanmediasolutions.com/2008/03/01/have-you-checked-out-davids-website-picks/</link>
		<comments>http://davidryanmediasolutions.com/2008/03/01/have-you-checked-out-davids-website-picks/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 04:17:54 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[David]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://davidryanmediasolutions.com/2008/03/01/have-you-checked-out-davids-website-picks/</guid>
		<description><![CDATA[Hey, if you haven&#8217;t done so already, I invite you to take a look at the &#8220;David&#8217;s Website Picks&#8221; section of this website.  http://davidryanmediasolutions.com/davids-website-picks/  You can also always access it  from the main navigational menu bar that appears on the left-hand side of pages throughout this website.

&#8220;David&#8217;s Website Picks&#8221; is a constantly-updated compilation of some of the [...]]]></description>
			<content:encoded><![CDATA[<p>Hey, if you haven&#8217;t done so already, I invite you to take a look at the &#8220;David&#8217;s Website Picks&#8221; section of this website.  <a target="_blank" href="http://davidryanmediasolutions.com/davids-website-picks/">http://davidryanmediasolutions.com/davids-website-picks/</a>  You can also always access it  from the main navigational menu bar that appears on the left-hand side of pages throughout this website.</p>
<p><img border="0" align="right" width="201" src="http://davidryanmediasolutions.com/wp-content/uploads/dry-at-computer-for-blog-copy.jpg" alt="dry-at-computer-for-blog-copy.jpg" height="164" style="width: 201px; height: 164px" title="dry-at-computer-for-blog-copy.jpg" /></p>
<p>&#8220;David&#8217;s Website Picks&#8221; is a constantly-updated compilation of some of the best links to media information that I&#8217;ve come across in my search across the net.   It&#8217;s part of my on-going activities to &#8220;stay current&#8221; and just another service I enjoy presenting to those of you in &#8220;my network.&#8221;                                       <em>David Ryan</em></p>
<p>Sure, there is Google, but I have done the searching and sifting for you.                                     </p>
<p><span id="more-167"></span>The information ranges from a country-by-country list of international broadcast standards, to a thorough FAQ about DVDs, to a guide on best practices of Fair Use.  Other links include being able to type foreign letter characters (with tildes and accents, for example) in almost any software program and a variety of resources for online photo, historical and genealogical research. </p>
<p>I also include links to a wide range of articles on-line that cover the rapidly changing world of today&#8217;s media. </p>
<p>The &#8220;David&#8217;s Website Picks&#8221; page happens to be one of the most frequently-visited pages of this website.  Many visitors have told me that they have bookmarked the page and make a habit to check it out on a regular basis.  If you are one of those folks, I thank you.  If not, I encourage you to take a look at the page.  Chances are that there is at least one web link on there that you want to bookmark.  </p>
<p>And thanks to all who have sent me links to review . . . please keep those coming!   </p>
]]></content:encoded>
			<wfw:commentRss>http://davidryanmediasolutions.com/2008/03/01/have-you-checked-out-davids-website-picks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What did we do before YouTube?</title>
		<link>http://davidryanmediasolutions.com/2008/01/23/what-did-we-do-before-youtube/</link>
		<comments>http://davidryanmediasolutions.com/2008/01/23/what-did-we-do-before-youtube/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 06:15:08 +0000</pubDate>
		<dc:creator>Webmistress</dc:creator>
				<category><![CDATA[Contributors Leslye]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://davidryanmediasolutions.com/2008/01/23/what-did-we-do-before-youtube/</guid>
		<description><![CDATA[The reach of video on the web has been exponentially increasing, and these days you can find web video being used in a variety of creative ways. From YouTube to dynamic banner ads, you no longer have to search for Internet video, it just might be searching for you.
U.S. broadband use has doubled in the [...]]]></description>
			<content:encoded><![CDATA[<p>The reach of video on the web has been exponentially increasing, and these days you can find web video being used in a variety of creative ways. From YouTube to dynamic banner ads, you no longer have to search for Internet video, it just might be searching for you.<span id="more-155"></span></p>
<p>U.S. broadband use has doubled in the past 3 years, and now <a href="http://www.pewinternet.org/report_display.asp?r=217" target="_blank">almost half of all Americans have broadband at home</a>. The pervasiveness of high speed Internet connections is one of the factors fueling the online video explosion. Internet users are hungry for dynamic content, and want to be able to access it quickly and easily. Flash video has turned out to be the solution of choice for many video providers.</p>
<p>There are still a variety of other viable and popular web video technologies such as Quicktime and Windows Media, however, Flash is extraordinarily popular due in large part to the ubiquity of the Flash player across platforms and browsers, and the small file sizes and fast loading times of Flash videos.</p>
<p>Flash videos play in the same Flash player that other Flash animations use, and can be either progressive download (where you download the first portion of a file before it begins to play) or true streaming (using a streaming server). Virtually all video sharing sites such as YouTube, Google Video, Brightcove, Daily Motion, Blip.tv and others utilize Flash as their video format of choice.</p>
<p>You can still achieve excellent quality when compressing video to Flash, although there are, at present, a very limited number of codecs available for the format. Flash video is a display format, and files need to be converted to another format before they can be used in a video editing application, usually with a high cost in image quality.</p>
<p>Advantages to Flash video include the relative ease of creating a custom player for your website. When embedding another video format, such as Quicktime, in a web page, if you don&#8217;t want to use the standard Quicktime player provided by Apple, good luck (it&#8217;s technically possible, but the infrequency with which it&#8217;s done points to its extreme difficulty). In Flash, customizing the colors or controls can be much more easily achieved.</p>
<p>So, why would you use anything else? Well, at last check Flash does not support DRM or Digital Rights Management. Also, depending on the software and hardware used, Flash encoding can be far slower than encoding to other formats. Since Flash video is a more recent development than other formats, some may not have purchased or upgraded to the software necessary to create Flash videos quickly or easily. And if your audience includes those accessing video content from a mobile device like a phone, PDA or iPod, Flash still does not have wide compatibility for those devices.</p>
<p>Post your comments on Flash video below!</p>
<p>Leslye can be reached at <a href="m&#97;&#105;&#108;&#116;o&#58;&#108;&#101;&#115;&#108;&#121;e&#64;ref&#108;&#101;ctio&#110;d&#105;g&#105;&#116;&#97;&#108;.c&#111;&#109;" target="_blank">&#108;e&#115;lye&#64;r&#101;fle&#99;&#116;&#105;o&#110;dig&#105;&#116;a&#108;&#46;c&#111;&#109;</a></p>
<p>P.S. Check out examples of Flash video in two of our Featured Media Guest columns here on DavidRyanMediaSolutions.com &#8212; links below:</p>
<p><a href="http://davidryanmediasolutions.com/2008/01/04/audience-friendly-experimental-animator-eric-dyer/" target="_blank">http://davidryanmediasolutions.com/2008/01/04/audience-friendly-experimental-animator-eric-dyer/</a></p>
<p><a href="http://davidryanmediasolutions.com/2007/11/10/one-man%e2%80%99s-vision-to-fight-poverty/" target="_blank">http://davidryanmediasolutions.com/2007/11/10/one-man%e2%80%99s-vision-to-fight-poverty/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://davidryanmediasolutions.com/2008/01/23/what-did-we-do-before-youtube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Curious about Flash?</title>
		<link>http://davidryanmediasolutions.com/2007/11/13/curious-about-flash/</link>
		<comments>http://davidryanmediasolutions.com/2007/11/13/curious-about-flash/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 03:50:54 +0000</pubDate>
		<dc:creator>Webmistress</dc:creator>
				<category><![CDATA[Contributors Leslye]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://davidryanmediasolutions.com/2007/11/13/curious-about-flash/</guid>
		<description><![CDATA[MP3 jukeboxes. Talking virtual website assistants. The website for the latest Hollywood blockbuster. Educational online games. Homestarrunner. What do these things have in common? Flash. No, we&#8217;re not talking about the little USB hard drive on your keychain. (That&#8217;s flash memory, little &#8220;f&#8221;). In the context of web technologies, Adobe Flash (formerly by Macromedia) is [...]]]></description>
			<content:encoded><![CDATA[<p>MP3 jukeboxes. Talking virtual website assistants. The website for the latest Hollywood blockbuster. Educational online games. <a href="http://homestarrunner.com/firsttime.html" target="_blank">Homestarrunner</a>. What do these things have in common? <strong>Flash</strong>. No, we&#8217;re not talking about the little USB hard drive on your keychain. (That&#8217;s <a href="http://en.wikipedia.org/wiki/Flash_memory" target="_blank">flash memory</a>, little &#8220;f&#8221;). In the context of web technologies, Adobe Flash (formerly by Macromedia) is a software program originally designed for creating vector based animations. The Flash player, touted (by Adobe) as “<a href="http://www.adobe.com/products/player_census/flashplayer/" target="_blank">the world&#8217;s most pervasive software platform</a>” is used by 99% of Internet users and allows animations created in the authoring program to play in your browser.<span id="more-107"></span></p>
<p>In the days before Flash, in order to create anything for the web that was remotely visually interesting, you had to resort to animated GIFs.</p>
<p><a href="http://www.gifs.cc" target="_blank"><img src="http://www.gifs.cc/tiger10_animated.gif" alt="animated tiger" /></a><a href="http://www.gifs.cc" target="_blank"><img src="http://www.gifs.cc/00earth_35.gif" alt="animated earth" /></a></p>
<p><em>Animated GIF examples courtesy </em><em><a href="http://www.gifs.cc" target="_blank">gifs.cc</a></em></p>
<p>These short loops were used (and often overused) to bring life to otherwise dry HTML pages. With the advent of Flash, web animation turned a corner, becoming longer, more attractive, more sophisticated and less annoying. If you&#8217;re still using animated GIFs for some reason, then you very well may be viewing this from a 28.8 baud modem!</p>
<p><img title="Vector and Bitmap graphics" src="http://davidryanmediasolutions.com/wp-content/uploads/vectorbitmapexample.png" alt="Vector and Bitmap graphics" width="227" height="292" align="right" /></p>
<p>In the pre-broadband days, when people were patient , Flash was prized for its ability to keep file sizes small due to its expert handling of vector graphics. Vectors are usually illustrated drawings made up of lines, curves and other geometrical shapes, whereas bitmap graphics are made up of pixels. Flash supports both types of graphics, however, the speed enhancements only really kick in with vectors. Vector graphics are much smaller than their bitmap counterparts, and as such are specially suited for use on the web.</p>
<p>In addition to animation, Flash is also used to develop rich media applications for the web and beyond. The reach of the technology is very broad, you can integrate 3D graphics as well as other web technologies such as PHP, XML, ColdFusion and more. The result is a very robust infrastructure capable of offering a huge variety of solutions. Flash developers are called upon to create everything from interactive games, kiosks, CD &amp; DVD-ROMS to online video editing applications. There are even Flash websites that allow you to create other Flash websites!</p>
<p>NEXT TIME: Flash video!</p>
<p><em>Leslye can be found at <a title="reflection:digital" href="www.reflectiondigital.com" target="_blank">reflectiondigital.com</a>. And, if you&#8217;re in the Baltimore area, check out the <a href="http://thewalters.org/eventscalendar/eventdetails.aspx?e=549" target="_blank">Déjà Vu? Revealing Repetition in French Masterpieces</a> exhibit at The Walters Art Museum. In the exhibit hall is an interactive Flash kiosk where users can design their own gallery. The kiosk development was managed by Leslye and programmed by students at the Johns Hopkins University Digital Media Center.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://davidryanmediasolutions.com/2007/11/13/curious-about-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Web 2.0?</title>
		<link>http://davidryanmediasolutions.com/2007/08/09/hello-world/</link>
		<comments>http://davidryanmediasolutions.com/2007/08/09/hello-world/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 21:57:59 +0000</pubDate>
		<dc:creator>Webmistress</dc:creator>
				<category><![CDATA[Contributors Leslye]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[It’s something that everyone seems to be talking about, so what is this much ballyhooed Web 2.0? First of all, it means different things to different people, and some might say it really means nothing at all. Those who use the term are really just talking about the so-called second generation of the World Wide [...]]]></description>
			<content:encoded><![CDATA[<p>It’s something that everyone seems to be talking about, so what is this much ballyhooed Web 2.0? First of all, it means different things to different people, and some might say it really means nothing at all. Those who use the term are really just talking about the so-called second generation of the World Wide Web in which collaboration and sharing are the main focus.<span id="more-1"></span></p>
<p>Nothing about the technology that powers the web has changed or really improved all that much, but this “new version” of the web is marked by websites and services that focus on collaboration and user interaction.</p>
<p>If you can comment on it, upload to it or make friends by using it then it might just be part of Web 2.0. Examples include photo sharing site <a title="Flickr" href="http://flickr.com/" target="_blank">Flickr</a>, user written encyclopedia <a title="Wikipedia" href="http://www.Wikipedia.org" target="_blank">Wikipedia</a>, social networking sites such as <a title="MySpace" href="http://www.myspace.com" target="_blank">MySpace</a> and <a title="Facebook" href="http://www.Facebook.com" target="_blank">Facebook</a>, link and bookmark sharing site <a title="del.icio.us" href="http://del.icio.us" target="_blank">del.icio.us</a> and blogs (especially when users are encouraged to add their comments to posts).</p>
<p style="text-align: center"><img title="Tag Cloud" src="http://davidryanmediasolutions.com/wp-content/uploads/tagcloud.gif" alt="Tag Cloud" width="305" height="200" /></p>
<p align="center"><em>Example of a tag cloud from link sharing site <a title="del.icio.us" href="http://del.icio.us/tags" target="_blank">del.icio.us</a></em></p>
<p>Another component of Web 2.0 are folksonomies.   Most people find information on the web via a search engine such as Google.  Folksonomies are another way that some sites use to enable users to find content;  essentially they are a taxonomy for the people and by the people. Information on websites is categorized by users into keywords generally called tags. These tags are used to locate and organize relevant content.  Folksonomies are generally used by blogs and wikis (another type of collaborative website generally used for collecting and distributing easily searchable information).</p>
<p>After the dot-com boom and subsequent bust some may have thought the heyday of the Internet era was over. From the ashes of that period, the notion of Web 2.0 has seen businesses embrace the web as a platform on which to deliver useful applications to consumers, not just an information repository or marketing outlet.</p>
<p>Some (including World Wide Web inventor Tim Berners-Lee) argue that many so-called features of Web 2.0 have really been around all along, and that the web has always been a place fostering user collaboration and interaction. So whether you think that it’s just a marketing buzzword, or the beginning of a new technological era, the real question to consider is what can Web 2.0 do for you and your business?</p>
<p>For more information on Web 2.0 check out these links:</p>
<p><a title="Web 2.0" href="http://en.wikipedia.org/wiki/Web_2.0" target="_blank">http://en.wikipedia.org/wiki/Web_2.0</a><br />
<a title="What is Web 2.0" href="http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.html" target="_blank">http://www.oreillynet.com/</a><br />
<a href="http://en.wikipedia.org/wiki/Folksonomy" target="_blank">http://en.wikipedia.org/wiki/Folksonomy</a></p>
<p><em>Questions or comments?  Contact Leslye at <a href="&#109;&#97;i&#108;to&#58;&#108;esl&#121;&#101;&#64;&#114;&#101;f&#108;&#101;&#99;&#116;ion&#100;ig&#105;&#116;a&#108;.&#99;&#111;m">l&#101;&#115;&#108;&#121;&#101;&#64;&#114;ef&#108;ecti&#111;nd&#105;&#103;&#105;t&#97;&#108;.co&#109;</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://davidryanmediasolutions.com/2007/08/09/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
