<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
	xmlns="http://purl.org/rss/1.0/" 
	xmlns:dc="http://purl.org/dc/elements/1.1/" 
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">
 
 <channel rdf:about="http://www.gideonmarken.com/">
 <title>Gideon Marken: Web Technologist</title>
 <link>http://www.gideonmarken.com/</link>
 <description>A blog by Gideon Marken, Web Technologist</description>
 
 	<items>
		<rdf:Seq>
			
			<rdf:li rdf:resource="http://www.gideonmarken.com/index.cfm/blog/2915/ArtistServer_Version_2_on_the_Horizon" />
			
			<rdf:li rdf:resource="http://www.gideonmarken.com/index.cfm/blog/2183/18_More_Social_Sites_Added_to_SocialNetwork.in" />
			
			<rdf:li rdf:resource="http://www.gideonmarken.com/index.cfm/blog/2176/Run_Your_Own_Remix_or_Music_Project_at_ArtistServer.com" />
			
			<rdf:li rdf:resource="http://www.gideonmarken.com/index.cfm/blog/2174/AudioBoo.fm_and_YouNoodle.com_Added_to_SocialNetwork.in" />
			
			<rdf:li rdf:resource="http://www.gideonmarken.com/index.cfm/blog/2168/mp3tunes.com_-_no_option_to_close_your_account" />
			
			<rdf:li rdf:resource="http://www.gideonmarken.com/index.cfm/blog/2143/How_to_run_a_Remix_Project" />
			
			<rdf:li rdf:resource="http://www.gideonmarken.com/index.cfm/blog/2048/My_Lovely_Wife_Lou_is_Pregnant" />
			
			<rdf:li rdf:resource="http://www.gideonmarken.com/index.cfm/blog/1838/ArtistServer_News_and_a_new_site:_FreeMusicLicensing.com" />
			
			<rdf:li rdf:resource="http://www.gideonmarken.com/index.cfm/blog/1714/AritstServer_and_ToneThis_Serve_Up_Indie_Ringtones" />
			
			<rdf:li rdf:resource="http://www.gideonmarken.com/index.cfm/blog/1701/Running_LightTPD_and_PHP_on_Windows" />
			
			<rdf:li rdf:resource="http://www.gideonmarken.com/index.cfm/blog/1698/Compete.com_-vs-_Alexa.com_-_Comparing_Website_Rank" />
			
			<rdf:li rdf:resource="http://www.gideonmarken.com/index.cfm/blog/1690/HostMySite.com_Limits_ColdFusion,_Does_Not_Tell_Customers" />
			
			<rdf:li rdf:resource="http://www.gideonmarken.com/index.cfm/blog/1676/New_Song:_Chocolate_Rain_-_Sonic_Remix" />
			
			<rdf:li rdf:resource="http://www.gideonmarken.com/index.cfm/blog/1666/If_You_Use_Open_Source,_Leave_the_License_and_Credit" />
			
			<rdf:li rdf:resource="http://www.gideonmarken.com/index.cfm/blog/1664/Add_Links_to_Profiles_on_MySpace,_Facebook,_and_More" />
			
		</rdf:Seq>
	</items>
 </channel>

<item rdf:about="http://www.gideonmarken.com/index.cfm/blog/2915">
<title>ArtistServer Version 2 on the Horizon</title>
<link>http://www.gideonmarken.com/index.cfm/blog/2915/ArtistServer_Version_2_on_the_Horizon</link>
<description><![CDATA[<br /><p>It has been quite a long time since I?ve made a blog post. A lot has happened since my last post ? mostly, I?ve been working, spending time with my wife and son, taking care of our yard, and occasionally working on music.</p><p><br />Since early February, I've been working most nights on the next version of ArtistServer.com - which will be a 100% rewrite.&nbsp; Some features will be removed, others added, and many will be updated.&nbsp; I've been grafting on features and updates while modifying other areas to improve performance for 10 years now, so the best thing to do is toss the old code out as a learning experience, and start again.<br /></p><p>Here's a review of what has been going on so far with Version 2 of ArtistServer.com:<br /></p><ul><li><strong>Planning Final Set of Features </strong>- my first task was sketching out a list of features I wanted to keep or remove, problems I wanted to fix, and goals I wanted to meet. I then browsed competitor sites, as well as other music sites, and took notes that further shaped the set of featuresReconsidering Platform - if you've been doing something the same way for a long time, it is good to ask yourself if it still makes sense to do it.&nbsp; I code in ColdFusion, and have been since 1997, when the only other option was CGI scripts in PERL.&nbsp; I looked into switching, which would require learning while developing.&nbsp; I looked at PHP and Ruby as the Ruby On Rails framework. While both languages are much more popular, and have their own pluses and minuses - as well as larger developer communities, I decided to stick with what I know, and get better at it.&nbsp; I'm going to be 43 this year, I have a wife and a three year old son that I love spending time with, so the idea of putting even more time into the relaunch didn't make sense.</li><li><strong>Evaluating application frameworks</strong> - taking advantage of object oriented programming and the features available within frameworks.&nbsp; ArtistServer 1.0 is for the most part a 'procedural' Web application.&nbsp; While I have applied some object oriented design principals, the overall design is not.&nbsp; Some features we'll gain: multiple language support, improved performance through caching and optimized code, and a separation of the interface from the data/logic.&nbsp; This last point will better enable me to support a desktop site, smartphone site, and tablet site all from the same code base just by loading a different interface.&nbsp; I'm considering using the Mach-II framework for the sites, and the Taffy framework for the new API, which will also power portions of the site.</li><li><strong>Interface Design </strong>- I've designed new version of every page of the new site except for the MyAccount area, the dashboard, and a few other pages. This allows me to better visualize the finished product and experiment with ideas without investing time into development. </li><li><strong>Site Object and Layout Planning </strong>- with the interface designs mentioned above, I've now been going over them, taking notes and planning out all the site objects and layouts necessary to generate and populate these interfaces.&nbsp; This will then be used to drive development and serve as a checklist while building out the application. </li></ul><p><strong>What Happens Next?</strong><br /><br />With the above all worked out, I?ll have a full understanding of what the new site will look like, how it will function, as well as what generates it.&nbsp; I anticipate this will greatly accelerate development due to consolidating most of the decision making into the planning stages. I'll then start building next month, June 2012.</p><p>I hope all is well with you - more posts to come.<br /></p><br /><br />]]></description>
  <dc:title>ArtistServer: ArtistServer Version 2 on the Horizon</dc:title>
  <dc:publisher>http://www.gideonmarken.com/</dc:publisher> 
  <dc:creator>Gideon Marken</dc:creator> 
  <dc:date>2012-05-12T01:20+00:00</dc:date> 
</item>

<item rdf:about="http://www.gideonmarken.com/index.cfm/blog/2183">
<title>18 More Social Sites Added to SocialNetwork.in</title>
<link>http://www.gideonmarken.com/index.cfm/blog/2183/18_More_Social_Sites_Added_to_SocialNetwork.in</link>
<description><![CDATA[<br />I have added 18 more sites to <a href="http://SocialNetwork.in">SocialNetwork.in</a> - the profile<br />aggregator where you can add all your social profiles and generate a<br />profile widget for display on your sites and blog. We now support 208 social sites! <br /><br /><hr width="100%" size="2" /><p><br /><br /><strong>Website: <a href="http://getsatisfaction.com/">http://getsatisfaction.com/</a></strong><br /><br /><br /><br />SocialNetwork.in Profile: <a href="http://socialnetwork.in/index.cfm/site/217/Get_Satisfaction">http://socialnetwork.in/index.cfm/site/217/Get_Satisfaction</a><br /><br /><br /><br />Get Satisfaction brings customers and company employees together to make things better for everyone. Great answers and ideas can come from anywhere; we just do our part to get them to the people who can do something about it.<br /><br /></p><p>&nbsp;</p><hr /><p>&nbsp;</p><p><strong>Website: <a href="http://www.cafemom.com/">http://www.cafemom.com/</a></strong><br /><br />SocialNetwork.in Profile: <a href="http://socialnetwork.in/index.cfm/site/216/CafeMom">http://socialnetwork.in/index.cfm/site/216/CafeMom</a><br /><br />Launched in late 2006, CafeMom is by far the largest social-networking/community site for moms AND the leading women's/parenting site on the internet - passing mainstream sites like ivillage, babycenter, and Marthastewart on the engagement metrics that matter most. With more than 145MM pageviews / month and 7MM visits / month, CafeMom was ranked the #8 fastest-growing site in 2007 by compete.com and has recently won awards from Mashable and AlwaysOn as one of the leading social networking sites. CafeMom has just launched CafeMom Plus, a boutique ad network of sites focused on moms. The launch of the Network increases CafeMom's reach from 4MM unique visitors per month to more than 8MM visitors per month. <br /></p><p>&nbsp;</p><p><br /></p><hr width="100%" size="2" /><p><br /><strong>Website: <a href="http://www.wonderhowto.com/">http://www.wonderhowto.com/</a></strong><br /><br />SocialNetwork.in Profile: <a href="http://socialnetwork.in/index.cfm/site/215/Wonder_How_To">http://socialnetwork.in/index.cfm/site/215/Wonder_How_To</a><br /><br />WonderHowTo hand-selects and curates the best instructional videos from over 1,700 websites. Explore the largest collection of free how-to videos. Whether you want to learn origami, how to dance, how to cook, how to tie a tie, ways to save money, some killer makeup tips, or ideas for Father's Day... <br /><br />WonderHowTo is your one-stop shop to browse, search, or network your way through the world of free video tutorials. <br /><br /></p><hr width="100%" size="2" /><p>&nbsp;</p><p><strong>Website: <a href="http://www.care2.com/">http://www.care2.com/</a></strong></p><p>SocialNetwork.in Profile: <a href="http://socialnetwork.in/index.cfm/site/214/Care2">http://socialnetwork.in/index.cfm/site/214/Care2</a><br /><br />Care2 provides powerful tools to make a difference in your life, community, country and world. It's driven by passionate people (just like you) who want to restore the world's balance. <br /><br /></p><hr width="100%" size="2" /><p><br /><strong>Website: <a href="http://www.docstoc.com/">http://www.docstoc.com/</a></strong><br /><br />SocialNetwork.in Profile: <a href="http://socialnetwork.in/index.cfm/site/213/docstoc">http://socialnetwork.in/index.cfm/site/213/docstoc</a><br /><br />Docstoc is the premier online community to find and share professional documents. Docstoc provides the platform for users and businesses to upload and share their documents with all the world, and serves as a vast repository of documents in variety of categories including legal, business, financial, technology, educational, and creative. All documents on docstoc can be easily searched, previewed and downloaded for free. <br /><br /></p><hr width="100%" size="2" /><br /><p><strong>Website: <a href="http://www.kaboodle.com/">http://www.kaboodle.com/</a></strong><br /><br />SocialNetwork.in Profile: <a href="http://socialnetwork.in/index.cfm/site/212/Kaboodle">http://socialnetwork.in/index.cfm/site/212/Kaboodle</a><br /><br />Kaboodle is a great place for you to discover, collect and share great products online. It's a shopping community for everyone, from fashion duds to fashionistas! And best of all .. it's FREE! <br /><br /></p><hr width="100%" size="2" /><br /><p><strong>Website: <a href="http://www.squidoo.com/">http://www.squidoo.com/</a></strong><br /><br />SocialNetwork.in Profile: <a href="http://socialnetwork.in/index.cfm/site/211/Squidoo">http://socialnetwork.in/index.cfm/site/211/Squidoo</a><br /><br />Squidoo is the popular publishing platform and community that makes it easy for you to create &quot;lenses&quot; online. Lenses are pages, kind of like flyers or signposts or overview articles, that gather everything you know about your topic of interest--and snap it all into focus. (You're looking at a lens right now). <br /><br />It's a supersimple, fun and powerful way to share your interests, build your online identity and credibility, and connect with new readers and friends. It's all free, and you could even earn a royalty for charity or yourself! <br /><br /></p><hr width="100%" size="2" /><br /><p><strong>Website: <a href="http://www.travbuddy.com/">http://www.travbuddy.com/</a></strong><br /><br />SocialNetwork.in Profile: <a href="http://socialnetwork.in/index.cfm/site/210/Travbuddy">http://socialnetwork.in/index.cfm/site/210/Travbuddy</a><br /><br />TravBuddy is a site for people who love to explore the world around them. You can use TravBuddy to find travel buddies, record travel experiences in travel blogs, or share travel tips with travel reviews. <br /><br />No matter where you are exploring, we hope this site will make it easy and fun for you to chronicle your experiences, both past and present. We hope that it will also be an invaluable resource for keeping in contact with family and friends, and for making new friends from all around the world. <br /><br /></p><hr width="100%" size="2" /><p><br /><strong>Website: <a href="http://www.mahalo.com/">http://www.mahalo.com/</a></strong><br /><br />SocialNetwork.in Profile: <a href="http://socialnetwork.in/index.cfm/site/209/Mahalo">http://socialnetwork.in/index.cfm/site/209/Mahalo</a><br /><br />Mahalo Answers is the premiere knowledge exchange community on the web. Our members provide fast, accurate answers for any question you may have. If you have knowledge to share, you can earn tips by answering questions other users have posted. <br /><br /></p><hr width="100%" size="2" /><p><br /><strong>Website: <a href="http://www.couchsurfing.org/">http://www.couchsurfing.org/</a></strong><br /><br />SocialNetwork.in Profile: <a href="http://socialnetwork.in/index.cfm/site/208/Couch_Surfing">http://socialnetwork.in/index.cfm/site/208/Couch_Surfing</a><br /><br />&quot;CouchSurfing seeks to internationally network people and places, create educational exchanges, raise collective consciousness, spread tolerance, and facilitate cultural understanding.&quot; <br /><br />The CouchSurfing community strives to do individual and collective parts to make the world a better place, and believe that the surfing of couches is a means to accomplish this goal. CouchSurfing isn't about the furniture- it's not just about finding free accommodations around the world - it's about participating in creating a better world. <br /><br /></p><hr width="100%" size="2" /><br /><p><strong>Website: <a href="http://www.indabamusic.com/">http://www.indabamusic.com/</a></strong><br /><br />SocialNetwork.in Profile: <a href="http://socialnetwork.in/index.cfm/site/207/Indaba_Music">http://socialnetwork.in/index.cfm/site/207/Indaba_Music</a><br /><br />Indaba Music is an international community of musicians, music professionals, and fans exploring the creative possibilities of making music with people in different places. <br /><br />It makes finding other people, and working on recording, mixing, or mastering projects easier. For fans, Indaba provides unprecedented access to artists and to the creative process. <br /><br />With recording hardware and software now available on almost any budget, it's easier than ever for artists of all levels and backgrounds to record and produce professional quality music. Artists are also harnessing the internet to get their music heard by more people than ever before. We think this is a big deal for the future of music, and we built Indaba to be an environment for artists to harness these trends and create music in new ways. <br /><br /></p><hr width="100%" size="2" /><p><br /><strong>Website: <a href="http://soundcloud.com/">http://soundcloud.com/</a></strong><br /><br />SocialNetwork.in Profile: <a href="http://socialnetwork.in/index.cfm/site/206/SoundCloud">http://socialnetwork.in/index.cfm/site/206/SoundCloud</a><br /><br />SoundCloud lets you move music fast &amp; easy. The platform takes the daily hassle out of receiving, sending &amp; distributing music for artists, record labels &amp; other music professionals. <br /><br /></p><hr width="100%" size="2" /><br /><p><strong>Website: <a href="http://bit.ly/">http://bit.ly/</a></strong><br /><br />SocialNetwork.in Profile: <a href="http://socialnetwork.in/index.cfm/site/205/bit.ly">http://socialnetwork.in/index.cfm/site/205/bit.ly</a><br /><br />bit.ly allows users to shorten, share, and track links (URLs). Reducing the URL length makes sharing easier. bit.ly can be accessed through our website, bookmarklets and a robust and open API. bit.ly is also integrated into several popular third-party tools such as Tweetdeck. A more full list of third party tools can be found on the bit.ly blog. Unique user-level and aggregate links are created, allowing users to view complete, real-time traffic and referrer data, as well as location and metadata. <br /><br /></p><hr width="100%" size="2" /><br /><p><strong>Website: <a href="http://www.scribd.com/">http://www.scribd.com/</a></strong><br /><br />SocialNetwork.in Profile: <a href="http://socialnetwork.in/index.cfm/site/204/Scribd">http://socialnetwork.in/index.cfm/site/204/Scribd</a><br /><br />Scribd began with a simple observation ? that the desire for self-expression through the written word is as old as humanity itself. But even with the proliferation of blogs and other self-publishing tools, there was no easy way for average people to publish to a readership of millions. <br /><br />Today, Scribd is the largest social publishing company in the world ? the website where more than 60 million people each month discover and share original writings and documents. <br /><br />Scribd?s vision is to liberate the written word ? to turn everyone into a publisher and create the best possible reading experience on the web and mobile platforms. <br /><br /></p><hr width="100%" size="2" /><p><br /><strong>Website: <a href="http://www.livestream.com/">http://www.livestream.com/</a></strong><br /><br />SocialNetwork.in Profile: <a href="http://socialnetwork.in/index.cfm/site/203/Livestream">http://socialnetwork.in/index.cfm/site/203/Livestream</a><br /><br />Livestream is the most powerful online video broadcast solution available. In just minutes you can create broadcasts as polished as any multi-million dollar traditional television network ? with full capability to easily broadcast Live, 24/7 Linear, and On-Demand content ? absolutely FREE. <br /><br /></p><hr width="100%" size="2" /><p><br /><strong>Website: <a href="http://www.justin.tv/">http://www.justin.tv/</a></strong><br /><br />SocialNetwork.in Profile: <a href="http://socialnetwork.in/index.cfm/site/202/Justin.tv">http://socialnetwork.in/index.cfm/site/202/Justin.tv</a><br /><br />Founded in October 2006, Justin.tv is the largest online community for people to broadcast, watch and interact around live video.&nbsp; With more than 41 million unique visitors per month and 428,000 channels broadcasting live video, Justin.tv is the leading live video site on the Web, enabling users to create real-time connections with others around the world. <br /><br /></p><hr width="100%" size="2" /><br /><p><strong>Website: <a href="http://blip.fm/">http://blip.fm/</a></strong><br /><br />SocialNetwork.in Profile: <a href="http://socialnetwork.in/index.cfm/site/201/Blip.fm">http://socialnetwork.in/index.cfm/site/201/Blip.fm</a><br /><br />A blip is a combination of 1) a song and 2) a short message that accompanies it. The way you create a blip is to first search for a song that you want to hear (or a song that you want your listeners to hear), then add a short message (under 150 characters), finally you submit it. Submitting a blip is also referred to as &quot;blipping&quot;, so from here on out, when you read ?he blipped my favorite track? it means ?he submitted a blip that had my favorite song attached?.<br /><br /></p><hr width="100%" size="2" /><br /><p><strong>Website: <a href="http://www.reverbnation.com/">http://www.reverbnation.com/</a></strong><br /><br />SocialNetwork.in Profile: <a href="http://socialnetwork.in/index.cfm/site/200/ReverbNation">http://socialnetwork.in/index.cfm/site/200/ReverbNation</a><br /><br />ReverbNation.com is a Music 2.0 company that is responding to the changing music business paradigm. The site provides services for artists, fans venues/clubs, labels and managers. <br /><br /></p>]]></description>
  <dc:title>SocialNetwork.in: 18 More Social Sites Added to SocialNetwork.in</dc:title>
  <dc:publisher>http://www.gideonmarken.com/</dc:publisher> 
  <dc:creator>Gideon Marken</dc:creator> 
  <dc:date>2009-05-31T12:02+00:00</dc:date> 
</item>

<item rdf:about="http://www.gideonmarken.com/index.cfm/blog/2176">
<title>Run Your Own Remix or Music Project at ArtistServer.com</title>
<link>http://www.gideonmarken.com/index.cfm/blog/2176/Run_Your_Own_Remix_or_Music_Project_at_ArtistServer.com</link>
<description><![CDATA[<br /><p>ArtistServer provides a music project management system to assist you in creating and managing four types of music projects, including:<br /></p><ul><li><strong>Remix</strong>: A remix project is where you have an original piece of media/music, and you want others to use it to make something new. You'll need to provide samples and loops, etc. from your song, even the midi file if you have one. For tips, visit the forums and ask.</li><li><strong>New Song Project</strong>: With a 'new song project,' you start with a collection of samples and sounds, or a midi file, or even a concept, whatever works for you. Next, add some rules if you like, then finally, setup if the project has an end date. Be creative!</li><li><strong>Cover Me</strong>: The 'Cover Me' project, is a request for people to do a recreation of your song, known as a cover version. Post any rules and prizes you have, launch it, and promote the contest. Artists can sign up, and post their version of your song. Once the contest is over, you'll pick the winner and grant any prizes you establish. This project is for cover versions, not remixes or mashups.</li><li><strong>Theme Song Contest</strong>: A theme song contest is a great way to promote your brand or business. Post any rules or suggestions, launch it, and promote the contest. Artists can sign up, post their version of your theme song. Once the contest is over, you'll pick the winner and grant any prizes you establish.</li></ul><p><strong>Visit the Music Projects section on ArtistServer: <a href="http://www.artistserver.com/projects/">http://www.artistserver.com/projects/</a></strong><br /><br />The music project management system is a simple set of forms that creates a site for your music project where you can control the following:<br /></p><ul><li><strong>Project Site design</strong> - add a header, and set the color scheme</li><li><strong>Start and End dates</strong> - plan for a project in the future, and or set it to close by a specified date.</li><li><strong>Project Terms</strong> - define the limitations and rules for your project</li><li><strong>Sign up Management</strong> - you can set your project so everyone who signs up is automatically accepted, or require approval before starting.</li><li><strong>Winner selection</strong> - if your project is a contest, you can also select multiple winners, which will be displayed on your music project site.</li><li><strong>Project Files</strong> - while we do not host the sample packs or raw files use in your music project, we do provide a means to link to external URLs and only provide these links to those who are members of your project and have been approved.<br /></li></ul><p>In order to participate, people simply need to join ArtistServer. We offer 'Freeware' accounts which allow up to 5 songs to be hosted on the site. In addition, we offer an upgrade account which allows up to 300 songs to be hosted.<br /><br />All artists on ArtistServer can create a music project. Freeware accounts are limited to 5, whereas those with upgraded accounts can create as many as they wish.<br /><br />All submissions by participants will not only display on the music project's site, but also on the participants own music site on ArtistServer, in addition to the charts and genre sections on the site. We also display an icon with each submission that links back to the music project.<br /><br />Each music project will have it's own Web URL in addition to a 'short URL,' which is helpful when posting to services like Twitter or in emails.<br /></p><blockquote>ArtistServer does not charge a fee for your music project, we only limit you to creating music projects for music you own the rights to. We do not allow illegal remixed material and encourage artists to avoid sampling music protected by copyrights.<br /></blockquote><p>More info here: <a href="http://www.artistserver.com/projects/">http://www.artistserver.com/projects/</a></p><p>Tips on how to run a remix project here: <a href="http://www.gideonmarken.com/index.cfm/blog/2143/How_to_run_a_Remix_Project">http://www.gideonmarken.com/index.cfm/blog/2143/How_to_run_a_Remix_Project</a><br /><br /></p>]]></description>
  <dc:title>ArtistServer: Run Your Own Remix or Music Project at ArtistServer.com</dc:title>
  <dc:publisher>http://www.gideonmarken.com/</dc:publisher> 
  <dc:creator>Gideon Marken</dc:creator> 
  <dc:date>2009-05-25T11:05+00:00</dc:date> 
</item>

<item rdf:about="http://www.gideonmarken.com/index.cfm/blog/2174">
<title>AudioBoo.fm and YouNoodle.com Added to SocialNetwork.in</title>
<link>http://www.gideonmarken.com/index.cfm/blog/2174/AudioBoo.fm_and_YouNoodle.com_Added_to_SocialNetwork.in</link>
<description><![CDATA[<br /><p>I have added two more sites to SocialNetwork.in - the profile aggregator where you can add all your social profiles and generate a profile widget for display on your sites and blog.<br /><br />I've recently signed up for both sites and am looking forward to trying them out and seeing how they'll integrate with my life both on and off the Web.<br /><br />Below are the descriptions for each site,&nbsp; Check them out and be sure to sign up at <a href="http://socialnetwork.in/">http://socialnetwork.in</a> - see youthere!<br /></p><h2>AudioBoo.fm<br /></h2><p>Website: <a href="http://audioboo.fm/">http://audioboo.fm/</a><br />SocialNetwork.in Profile: <a href="http://socialnetwork.in/index.cfm/site/198/AudioBoo">http://socialnetwork.in/index.cfm/site/198/AudioBoo</a><br /><br />AudioBoo<br />is a site and service which allows you to post audio recordings captured from your iPhone, and soon other devices and your desktop.&nbsp; You can think of it as a Podcasting platform where you can capture your podcast recordings, assign tags, post them to the site, and allow others to listen and subscribe to your podcast feed.<br /></p><br /><hr width="100%" size="2" /><br /><h2>YouNoodle.com<br /><br /></h2><br /><p>Website: <a href="http://younoodle.com/">http://younoodle.com</a><br />SocialNetwork.in Profile: <a href="http://socialnetwork.in/index.cfm/site/199/YouNoodle">http://socialnetwork.in/index.cfm/site/199/YouNoodle</a><br /><br />YouNoodle develops innovative ways to bring together the information, people and technology that help startups succeed.<br /><br />We provide a platform for so far 50 of the world's top university entrepreneurship clubs and competitions, serving tens of thousands of<br />members and thousands of startups. Our tools help to effectively manage business competitions, events, mailing lists and community development. If you run a group and would like to join the platform apply and we'll get in touch.<br /><br />Startup Predictor is the first in a series of decision-making tools YouNoodle plans to introduce for the startup industry. Our development team studied thousands of current and past<br />startups, using both publicly available and proprietary data, to determine patterns of predictive factors for early-stage companies' success. You can try the test for free.<br /></p><br /><br />]]></description>
  <dc:title>SocialNetwork.in: AudioBoo.fm and YouNoodle.com Added to SocialNetwork.in</dc:title>
  <dc:publisher>http://www.gideonmarken.com/</dc:publisher> 
  <dc:creator>Gideon Marken</dc:creator> 
  <dc:date>2009-05-22T03:08+00:00</dc:date> 
</item>

<item rdf:about="http://www.gideonmarken.com/index.cfm/blog/2168">
<title>mp3tunes.com - no option to close your account</title>
<link>http://www.gideonmarken.com/index.cfm/blog/2168/mp3tunes.com_-_no_option_to_close_your_account</link>
<description><![CDATA[<br /><p>When you put a site online where people sign up and create an account, it is very important that you also create a means for people to either close their account or close and extract their data.</p><br /><br /><p>Michael Robertson's Mp3Tunes.com site is apparently staffed by smart people, they have a nice looking API, the site is clean looking, etc. - so when I found out today that there is NO WAY TO CLOSE YOUR ACCOUNT, all I can do, is conclude this was a CHOICE made by their upper management.&nbsp; Why? because competent developers that really like the Web, tend to not do evil things to users unless they are forced by the upper management. A good developer knows the importance of placing the user in control over their information.</p><br /><br /><p>I went to their site for the first time in more than a year, trying to locate a means to close my account. I signed in, looked under &quot;My Account&quot; and find nothing. I click on &quot;Support&quot; and try searching their Knowlege Base, again, nothing.</p><br /><br /><p>In addition, if you stop paying for your account, it remains active as a free account, and they take the stance that you are also unable to unsubscribe from their mailing list. Then again, even if you are a Premium member, you still can't unsubscribe from their mailing list. Here is the text from the bottom of their emails:</p><br /><br /><p>&nbsp;</p><br /><blockquote>This email<br />was sent to me@notMyAddress.com. If you are a Premium subscriber and<br />do not wish to receive further communications please reply to this<br />message with the subject UNSUBSCRIBE. All company and product names may<br />be the trademarks of their respective owners. � 2009. All rights<br />reserved. We are located at 5960 Cornerstone Ct. Suite 100, San Diego,<br />CA, 92121</blockquote><br /><p>&nbsp;</p><br /><br /><p>If you reply to the email as stated above, it will fail:</p><br /><blockquote>Unknown user: no-reply@mp3tunes.com<br /><br /><br />RCPT TO generated following response:<br /><br />550-5.1.1 The email account that you tried to reach does not exist.<br /></blockquote><br /><br /><p>&nbsp;</p><br /><p>Yes, I know the address is to no-reply, but that is exactly how they sent it out.</p><p>I looked around their site to see if there was any other way to close the account or remove myself from their mailing list, and all attempts were redirected to a page blank page to &quot;Renew&quot; the account: <a href="http://store.mp3tunes.com/renew">http://store.mp3tunes.com/renew</a>  They do have a link for editing my email address, but when I clicked on it, all it does is present me with an option to upgrade.</p><br /><br /><p>I'm now trying their contact form, hopefully this will work: <a href="http://www.mp3tunes.com/cb/contact/">http://www.mp3tunes.com/cb/contact/</a> If that doesn't work, I'll try their phone number: (858) 202-1600.</p> <br /><br /><p>I have received an automated reply, stating that I now have to wait 3-5 business days, so hopefully next week, I can post an update that they have removed my account.</p> <br /><br /><p> <strong>UPDATE - May 08, 2009</strong> : Apparently the only mention of being able to close your account is buried in their <a href="http://www.mp3tunes.com/cb/privacy_policy/">Privacy Policy</a>: &quot;If you would like to <em>close</em> your MP3tunes Free <em>account</em> and stop receiving promotion email messages please contact support: helpdesk@mp3tunes.com&quot;<br /></p> <br /><br /><p><strong>UPDATE - May 08, 2009 4:00 pm</strong>: Hooray! My account is closed:</p><br /><br /><blockquote>Hi,<br />As you have requested, your account has been canceled. <br />If we can be of additional assistance please let me know.<br /><br />Best regards,<br />Kendall<br /></blockquote><br /><br /><p>I replied back:</p><br /><br /><blockquote><p>Hi Kendall,<br /><br />Thank you!<br /><br />Yes - I think you should be more kind to people by making it obvious how to close one's account - for example, a &quot;Close Account&quot; link or button in the My Account area, and adding a statement in your Knowledge base as to how to close it. The only place on your site that mentions closing one's account, is buried within your Privacy Policy page.<br /><br />Have a good weekend,<br /><br />- Gideon</p><br /></blockquote><br /><br /><p>And they kindly wrote back again:</p><br /><br /><blockquote>Hi Gideon,<br /><br />Thank you for the feedback.I appreciate you taking the time to share this with us. We are going to work to get this problem resolved. I do apologize for the inconvenience. <br /><br />Have a great weekend.<br /><br />Kendall<br /><br /></blockquote><br /><br /><p>Very cool! I'm happy to see a positive reaction. </p><p>BTW - I stopped using their service as it was extremely slow uploading my huge music library, so I instead purchased a second external drive and backed it up locally. I don't need my music 'in the cloud,' since my Creative Zen mp3 player w/ a 40GB drive is plenty of music for those times I'm not at home. <br /></p>]]></description>
  <dc:title>mp3tunes.com - no option to close your account</dc:title>
  <dc:publisher>http://www.gideonmarken.com/</dc:publisher> 
  <dc:creator>Gideon Marken</dc:creator> 
  <dc:date>2009-05-06T04:26+00:00</dc:date> 
</item>

<item rdf:about="http://www.gideonmarken.com/index.cfm/blog/2143">
<title>How to run a Remix Project</title>
<link>http://www.gideonmarken.com/index.cfm/blog/2143/How_to_run_a_Remix_Project</link>
<description><![CDATA[<br /><strong>A Remix Project is a Great Way to Promote Yourself and Your Music</strong><br /><br /><br /><br />If you are interested in running remix projects, the following should help you get started and get the most out of your remix project. <br /><br /><br /><br /><a href="http://www.artistserver.com/">AritstServer.com</a> now offers a means to run your own <a href="http://www.artistserver.com/projects">remix projects</a>. This feature provides you a set of tools to manage participants, a site the promote the project, and easy to use admin tools to manage the details of your project, like start and stop dates, terms, and sign-up management. <br /><br /><br /><br /><strong>What is a Remix?</strong><br /><br /><blockquote><a href="http://en.wikipedia.org/wiki/Remix">http://en.wikipedia.org/wiki/Remix</a> - A remix is an alternative version of a song, different from the original version. A remixer uses audio mixing to compose an alternate master recording of a song, adding or subtracting elements, or simply changing the equalization, dynamics, pitch, tempo, playing time, or almost any other aspect of the various musical components. Some remixes involve substantial changes to the arrangement of a recorded work, but many are subtle, such as creating a &quot;vocal up&quot; version of an album cut that emphasizes the lead singer's voice. A song may be remixed to give a song that was not popular a second chance at radio and club play, or to alter a song to suit a specific music genre or radio format. Remixes should not be confused with edits, which usually involve shortening a final stereo master for marketing purposes.</blockquote><br /><strong>Remix Projects</strong><br /><br /><br /><br />Even if you aren't creating electronic music, running a remix project or simply allowing others to remix your music is a great way to promote your music and yourself as a band/artist. You may feel that your music isn't 'remixable,' but chances are, it is, remixing works across all genres.<br /><br /><br /><br />There are many ways a remix project can function, but the most common is as follows. You write a song and record it, then you take the separate tracks from the recording and save them as WAV files, or convert them to high bit rate mp3 files. Be sure to not include effects, you'll want to make these files 'dry.' You now have a 'sample pack' which you can zip up w/ a 'ReadMe' file inside that contains copyright info and any rules about the project. Next, you upload the zipped up samples to a Web site, then get ready to do some promotion. After a period of time, you can select a winner, or just let the project play out for years. After the remix project is over, you should keep it online with all the songs. This way the project can continue to serve as a promotional tool for not only you, but also the artists who participate.<br /><br /><br /><br /><strong>Preparing a Song for a Remix Project</strong><br /><br /><br /><br />While it is possible for people to take a completed/mixed song, lift their own samples from it, and create a remix, this isn't really remixing, it's sampling. In order to 're-mix,' an artist/producer needs access to the raw elements that were used to create the song (or anything else being remixed). The following is some information to help you prepare those raw elements so the remix artists have quality material to work with.<br /><br /><br /><br /><strong>The basics of samples: </strong><br /><br /><ul><br />  <li> A sample is generally a wav file, it can be stereo or mono, it depends on the sound within the sample.</li><br />  <li> A sample that that is a few measures or less, and can loop around from the end to the begining, is called a loop.</li><br />  <li> A sample that that is a measure or less, that doesn't loop, and is meant to play though, is called a one-shot.</li><br />  <li> A sample of drums that can loop, is a drum loop.</li><br />  <li> A loop of guitar would be be a guitar loop, etc.</li><br />  <li> A longer sample, could be called a phrase.</li><br />  <li> A long recording, for example, the lead guitar channel of a song, while not really a sample, would be called a channel mixdown.</li><br />  <li> A channel mixdown of vocals, would be an a'capella.</li><br /></ul><br />You can also provide midifies in your remix project if they exist.<br /><br /><br /><br /><strong>Remix Sample Pack Preparation Tips</strong>:<br /><br /><ul><br />  <li> Remix artists should be provided with eiter wav files, or high quality mp3 files.</li><br />  <li> When creating your loop, make sure there isn't a 'pop' at the loop point. If there is, zoom in and adjust the position of the loop point.</li><br />  <li> If you use virtual instruments in your song, render down a wav of this channel.</li><br />  <li> Single drum hits, bass parts, and some percussion sounds are usually in Mono.</li><br />  <li> If you are in a band and have stereo channel mixes of each part, you can render down 16bit 44100 stereo mixes of each channel and zip them up. If you do not provide premade loops and samples, you may have fewer completed submissions.</li><br />  <li> If you know the BPM of the song, include that info to help others get started.</li><br />  <li> If you used material in your song that has a copyright, you'll need to secure rights to redistribute the material, or leave it out.</li><br />  <li> Multiple sample packs are ok - just be descriptive in the title.</li><br /></ul><br /><strong>Free File Hosting Services</strong>:<br /><br /><br /><br />Once you have your sample packs ready, you'll need a place to store them online. Below is a list of file hosting services, with the top two being the best choices. The reason they are the best is because your files do not expire, they have URLs, they are easy to use, and the download process is painless. While ArtistServer provides music and remix project hosting, we do not host your sample files. We do provide an easy way to add download links to your files and providing them to participants. <br /><br /><br /><br /><ul><br />  <li> <a href="https://www.getdropbox.com/referrals/NTI5ODY4MDk">www.GetDropbox.net (best choice)</a></li><br />  <li> <a href="http://www.Box.net">www.Box.net(best choice)</a></li><br />  <li> <a href="http://www.mediafire.com">www.mediafire.com</a></li><br />  <li> <a href="http://www.FileFront.com">www.FileFront.com</a></li><br />  <li> <a href="http://www.filefactory.com">www.FileFactory.com</a></li><br />  <li> <a href="http://www.rapidshare.com">www.RapidShare.com</a></li><br />  <li> <a href="http://www.megaupload.com">www.MegaUpload.com</a></li><br /></ul><br /><strong>Planning Your Remix Project</strong>:<br /><br /><br /><br />Before you start, you should have a plan or reason for your remix project. Is this a new release you are promoting? Maybe the launch of a new collective? Possibly you are looking to get B-sides created for a 12in release? Or, maybe you just want to dive in to the whole remix, mashup and sample scene. Whatever the reason, your project may not go anywhere unless you actively promote it and have a plan. Web promotion ideas and methods is a whole different discussion, so we'll leave that out for now.<br /><br /><br /><br />Before you do the promotion, setup your Remix project page or site.  Artists with upgraded accounts at ArtistServer.com can create these in the My Account area of the site, under Music Projects.<br /><br /><br /><br />This would be a good time to work out the 'terms and conditions' for our project. Be sure to define how the remix artist can use their remix, for example: can they post it online or on P2P networks, can they put it on their own CD, what will the copyright or Creative Commons license be for the remixes. Are there any rules as to how the remixes should be titled (some artists want their name in the song title). Don't try to dictate too much control though, you'll find that having these people promoting their own remixes creates another wave of promotion for you, possibly bigger than the one you created. At ArtistServer, we provide a general set of terms and conditions for you to start with, feel free to modify them how you like.<br /><br /><br /><br />Once you have your promotion plan, the sample packs, and maybe even some banner ads created for your project, you'll be ready to announce the project on forums, blogs, your site, places that allow news releases posted about independent music, and fliers in your local clubs and appropriate stores. You'll want to include a link to your remix project Web page, so be sure to create your project before printing fliers.<br /><br /><br /><br /><strong>Contest Option</strong>:<br /><br /><br /><br />Some people run their projects as contests, where they'll pick the top 3, or the 'best one,' and present the artist with some prize. This is a great way to stimulate interest in your project if artists haven't heard of you. When there's no direct outcome for a project, you may find it difficult to attract remix artists. If this is your case, then a contest might be the only thing that will get your project off the ground, you could even offer a gift certificate from a site like amazon.com. ArtistServer provides a means to select any number of winners for your remix project.<br /><br /><br /><br /><strong>Keep Promoting</strong>:<br /><br /><br /><br />As the remixes come in, post comments, give feedback, and get the conversation going. Once you have a few on the site, you can do a second round of promotions at all the sites you first announced the project at. Let people know that there are some cool remixes to be heard, that the project is still in progress, and that it's not too late to give it a try. When doing your promotional runs, be sure to monitor the threads on the forums you post at and reply to everyone so they see that you aren't a spammer. Many people get this part wrong, they forget to communicate with people and simple spam the Web with information about their project. <br /><br /><br /><br /><strong>Concluding the Remix Project</strong>:<br /><br /><br /><br />At this final stage, you can either leave the project open, or you can close the project, so no others can sign up. From here, you could do a few cool things, like release a remix album, promoting the remixes on an online station, sending out a Cdr of the project to your radio stations that support independent music, creating a CD using an online service like Mixonic.com or CafePress.com, or do another round of promoting, presenting the 'best of' to people. Getting remixed is fun, it shines a new light on your music, it creates connections between people and genres, and it's an excellent way to promote your music and yourself as an artist/band.<br /><br /><br /><br />Enjoy, and keep in mind, these aren't rules, these are suggestions and ideas you can use to help ensure you have a successful remix project. <br /><br /><br /><br />Feel free to ask questions and post your own tips. <br /><br />]]></description>
  <dc:title>ArtistServer: How to run a Remix Project</dc:title>
  <dc:publisher>http://www.gideonmarken.com/</dc:publisher> 
  <dc:creator>Gideon Marken</dc:creator> 
  <dc:date>2009-03-17T07:16+00:00</dc:date> 
</item>

<item rdf:about="http://www.gideonmarken.com/index.cfm/blog/2048">
<title>My Lovely Wife Lou is Pregnant</title>
<link>http://www.gideonmarken.com/index.cfm/blog/2048/My_Lovely_Wife_Lou_is_Pregnant</link>
<description><![CDATA[<br /><p>I'm so very pleased to announce that Lovely Wife Lou is pregnant! <br /><br />After<br />years of not having any luck naturally, we sought help from a fertility doctor, but this too was not working, at least the procedure and medications weren't. </p><p>Finally, we had one good egg and were ready to have it fertilized and see if that would work. Not taking any chances, we went with a procedure (ICSI) where they select the specific sperm, and fertilize the egg with it. Days later, they called and it worked! Next, Lou was implanted with the fertilized egg, placing it in the ideal location. </p><p>Two weeks later, we found out she was pregnant!</p><p>Today, we are nearing the end of the 1st trimester and doing well. This photo is of the fertilization at 5 cells, and the next 5 are ultrasounds. The fertilization photo is approximately 1hr before it was implanted. <a href="http://www.artistserver.com/artist/photo.cfm/a/9/photo/2556">Photo here</a>.</p><p align="center"><img hspace="0" border="0" align="baseline" vspace="0" src="http://photo.artistserver.com/1/8/ABEA3EEE-10DC-3A80-B06980FF70884F94_L.jpg" /></p>]]></description>
  <dc:title>My Lovely Wife Lou is Pregnant</dc:title>
  <dc:publisher>http://www.gideonmarken.com/</dc:publisher> 
  <dc:creator>Gideon Marken</dc:creator> 
  <dc:date>2008-09-28T07:55+00:00</dc:date> 
</item>

<item rdf:about="http://www.gideonmarken.com/index.cfm/blog/1838">
<title>ArtistServer News and a new site: FreeMusicLicensing.com</title>
<link>http://www.gideonmarken.com/index.cfm/blog/1838/ArtistServer_News_and_a_new_site:_FreeMusicLicensing.com</link>
<description><![CDATA[Hi all, it's been awhile since I've posted any news about <a href="http://www.ArtistServer.com">ArtistServer</a>, so here we go...<br /><br />1. As you can see, the forums have slowed down again over the holiday season.&nbsp; This seems to happen every year, and usually picks back up near the end of January.<br /><br />2. We now host 7,600 mp3s! While we did not get to the 10,000 I was hoping for, we've definately grown this year and have attracted many new artists with great material. <br /><br />3. WTF is with the Video section at ArtistServer? Well - unfortunately, the situation isn't looking good. I had signed up with <a href="http://www.VideoEgg.com">VideoEgg </a>to be a site that uses their video hosting services. They have this amazing upload tool that will convert video from files, your cam, even your digital video camera. I have it 'working' in the Admin area, I even added genres/categories, a comment and rating system, send to friend option, and a means to add the videos to your favorites... It's all done. <br /><br />So what's the problem? The problem, is that I've emailed VideoEgg 3 times now to two different email addresses to request an approval for the integration, and they haven't replied. The video section is 'done' - it's ready to go live - it would take me 2 minutes to turn it on for the public... but, if VideoEgg never replies, the video section can't open.&nbsp; I'm not sure what their deal is - maybe they changed their policies, maybe they are having troubles staying in business - who knows.&nbsp; I'm looking for alternate solutions, but so far, nothing out there works like Video Egg (free integration and video hosting). The only services I've found would have a fee, and since ArtistServer doesn't generate enough revenue to cover the audio streaming, I can't afford to add to that and cover the video hosting fees too.&nbsp; I'm going to try and contact them for another week or two, if nothing comes of it, I'll remove the &quot;Video&quot; button from the site's main menu. I'm sorry this hasn't worked out.<br /><br />4. What about some good news? Yes! I always have some good news for you :)&nbsp; As you know, one of my main goals with ArtistServer is to help all of you gain more exposure. I want your music to be heard - I want people to email their friends and point them to your music - I want your music on peoples MP3 players - and... I want your music to be used in places where commercial music has traditionally been used. What I'm getting at hear, is that there's a LOT of music that is licensed for all kinds of productions, including: company demos, commercials, personal videos, wedding videos, presentations, films/videos, flash websites, and more. <br /><br />Ever since the Creative Commons Licensing options were released on the world, we've had a set of license options which actually 'define' how a piece of work can be used. If you had not noticed, we use Creative Commons Licensing on the music and the photos here at ArtistServer (but you can pick the vague 'copyright' option still). Each of these different license options defines a different type of 'use scenario' - for example - one of them allows for use if you give credit, but you can't use the work in a commercial manner. Another license requires credit, but does allow commercial uses, etc.<br /><br />So, now we have this big catalog of music - and there's this big population of people who want to use music in their productions - the goal, is to bring both parties together so they can mutally benefit. <br /><br />We could expect that population to find us by searching at ArtstiServer, and they can, but I'm about to make things MUCH easier for these people... I'm launching a site designed specifically for people who are looking for Creative Commons/Free music to use in their productions. The site is about 2/3 done and is in 'beta' - you can browse to it here: <a href="http://www.freemusiclicensing.com/">http://www.freemusiclicensing.com/</a><br /><br />This is my first site coded/designed in Flex, so it's been a bit of a learning experience :)<br /><br />The site is not complete - the popup artist info dialog isn't working yet, and the side panel information needs to be added. BUT - the search, streaming and downloading work. Once the site is done, I'll work a bit on the promotion of the site and see if we can get some press.&nbsp; I'm not sure when the site will be 100% done, as I'm having to learn a new language to code the site, but I hope to have it completed next month.<br /><br />This opportunity is open to everyone - but I hope that if you appreciate this, that you'll consider upgrading your account - we NEED PAYING MEMBERS! ;)<br /><br />Certainly, the music here is worth money - and it is your choice to make your music available for free use or not. If you are concerned about your music - sign into the site and check your songs and see what license you've selected. When you edit a song, the license 'wizard' is at the bottom of the screen. <br /><br />Don't be afraid of giving your music away - each song you release becomes an agent working for you - promoting you and your music. If you don't believe this, we can look at it from another angle - several artists from our own community are/were featured on the &quot;Making of the Matrix&quot; DVD - which sold quite a few copies... and each artist was paid something insanely low, like $100 - in the end, what has more value, the exposure, or the $100? Just think if you were one of those artists - and you had decided you wouldn't take less than $250 - you would have missed out on all that exposure. By all means - each deal stands on it's own, and if you 'can' get paid, perfect! If you can't make much but can get exposure... see the value in the exposure.<br /><br />In closing, I just wanted to say Happy Holidays to all of you, to say thank you to all those who have been with us all these years, and to say welcome to those who have recently started using the site. &nbsp;<br /><br />Thank you for being a part of this, and Happy New Years to everyone. :)<br /><br />- Gideon / ArtistServer Admin<br /><br /><br />==========================================<br /><br />For those wanting more info on Creative Commons licensing: <a href="http://creativecommons.org/about/licenses/meet-the-licenses">http://creativecommons.org/about/licenses/meet-the-licenses</a><br /><br /><br />]]></description>
  <dc:title>ArtistServer: ArtistServer News and a new site: FreeMusicLicensing.com</dc:title>
  <dc:publisher>http://www.gideonmarken.com/</dc:publisher> 
  <dc:creator>Gideon Marken</dc:creator> 
  <dc:date>2007-12-14T08:14+00:00</dc:date> 
</item>

<item rdf:about="http://www.gideonmarken.com/index.cfm/blog/1714">
<title>AritstServer and ToneThis Serve Up Indie Ringtones</title>
<link>http://www.gideonmarken.com/index.cfm/blog/1714/AritstServer_and_ToneThis_Serve_Up_Indie_Ringtones</link>
<description><![CDATA[<br /><a href="http://www.tonethis.com/">ToneThis</a> is a desktop application for delivering personalized and third-party content to your phone. Unlike traditional content stores (ringtones, wallpapers, videos, games), ToneThis sits on your desktop enabling you the freedom to select and personalize your own content for delivery to your cellphone. <br /><br />ToneThis desktop software allows you to create MP3 ringtones, truetones, realtones, cellphone wallpaper and mobile video ringtones using your CD, MP3, WAV, iTunes, image (JPEG, GIF, BMP), and video (AVI, MPEG) collection. Create an unlimited number of cellphone ringtones, wallpapers, and videos. Access to mobile music, image, and video content. Access to mobile games. Almost all US/Canada/EU/AU carriers supported.<br /><ul><li>400,000+ users</li><li>Both a free and upgrade version</li><li>Windows only</li><li><a href="http://www.download.com/Mobile/2001-2005_4-0.html?tag=dlbc">Most popular 'mobile' download at Download.com</a> <br /></li><li><a href="http://www.download.com/ToneThis/3000-2641_4-10734439.html">Download ToneThis</a> </li></ul><p>For an overview of ToneThis, watch this interview and demo with Raj Singh, founder of ToneThis:<br /><br /><a href="http://www.podtech.net/home/3993/lunchmeet-tonethis-gets-your-media-on-your-cell-phone">http://www.podtech.net/home/3993/lunchmeet-tonethis-gets-your-media-on-your-cell-phone</a><br /><br />When you first see the demo of the software, take note of the right side panel.</p><p><a href="http://www.artistserver.com/">ArtistServer</a> has partnered with ToneThis to provide music with Creative Commons licensing and currently loads as the default content provider when you launch ToneThis. The mp3 used in the demo is by an artist on ArtistServer - very cool! Check out the screenshot below:<br /><br /></p><div align="center"><p><a href="http://photo.artistserver.com/1/8/1A1D2AA4-10DC-3A80-B07DE5A2B8946A74_O.jpg"><img vspace="0" hspace="0" border="0" align="bottom" src="http://photo.artistserver.com/1/8/1A1D2AA4-10DC-3A80-B07DE5A2B8946A74_M.jpg" /></a></p><p>[<a href="http://photo.artistserver.com/1/8/1A1D2AA4-10DC-3A80-B07DE5A2B8946A74_O.jpg">view full size</a>]<br /></p></div><p><br />This is a great opportunity for artists to gain more exposure and take advantage of a great marketing tool - ringtones. We are serving over <strong>110,000 page views to more than 60,000 unique visitors per month</strong> within the ToneThis application alone!<br /><br />Not all songs are available through ToneThis, only those with one of the following <a href="http://creativecommons.org">Creative Commons</a> licenses:<br /></p><ul><li>Attribution</li><li>Attribution Share Alike</li><li>Attribution Non-Commercial</li><li>Attribution Non-Commercial Share Alike</li><li>Public Domain</li></ul>If you are an artist on ArtistServer, and want your music available on ToneThis, make sure you have selected one of the previous licenses, and make your song available for download. <a href="http://www.artistserver.com">http://www.artistserver.com</a><br /><br />The ToneThis panel also provides an 'artist' view, which lists artists who have music with the proper Creative Commons license. Only artists with upgraded accounts are listed.<br /><br />ArtistServer also supports ToneThis as a ringtone transfer method for the ringtones artists upload with their songs. When using the ToneThis transfer method, the mp3 will first be downloaded to your local copy of ToneThis, then you send it to your phone. While the final download step is similar to what ArtistServer already offers, ToneThis has gone several steps further by providing detailed support for mobile networks around the world, and for 100's of phones.<br /><br />]]></description>
  <dc:title>Mobile - Web - Media: AritstServer and ToneThis Serve Up Indie Ringtones</dc:title>
  <dc:publisher>http://www.gideonmarken.com/</dc:publisher> 
  <dc:creator>Gideon Marken</dc:creator> 
  <dc:date>2007-09-18T01:38+00:00</dc:date> 
</item>

<item rdf:about="http://www.gideonmarken.com/index.cfm/blog/1701">
<title>Running LightTPD and PHP on Windows</title>
<link>http://www.gideonmarken.com/index.cfm/blog/1701/Running_LightTPD_and_PHP_on_Windows</link>
<description><![CDATA[<br />While I honestly feel <a href="http://www.adobe.com/products/coldfusion/">ColdFusion</a> is a great platform for Web Applications, it turns out there's some things it's not so great at, one of which is serving of a lot of files, and in my case, it's the streaming and downloading of mp3s. ColdFusion has a max thread count setting, and if you are serving an mp3 file via CFContent (to hide the file's location, and handle tracking it's use), this max number becomes a serious limitation. <br /><br /><br /><br /><br />This has now become a problem because <a href="http://www.artistserver.com">ArtistServer</a> is seeing more traffic and more listeners, which means more streaming and downloads. We've started hitting that max thread count, and need to move the mp3 streaming and downloading to another solution. My goals for the new solution include:<br /><br /><br /><ul><br /><li>High availability ? Able to support a large number of simultaneous users<br /></li><br /><li>Free ? I can't afford to purchase solutions, and I'd like to move more into open source solutions</li><br /><li>Stable ? While I am looking for mature solutions, I will try newer options if they look promising, but they need to be stable</li><br /><li>Focus on serving files ? If possible, the soltuions will need to be ideal for serving files and supporting byte ranges (ffwd an mp3)</li><br /><li>Can Run on Windows ? I'd like to move to linux, but I'm hesitant to change everything at once.</li><br /></ul><br /><br />After some research, I decided to try a relatively new Web server called LightTPD and PHP, a Web standard. For the OS, I'll use Windows 2000 Advanced Server. The process takes a few steps, so I thought I'd outline them and post the process so that other's can save time and use this as reference.<br /><blockquote><br />From the lighttpd Web site:  <a href="http://www.lighttpd.net/">http://www.lighttpd.net/</a><br /><br /><br /><br />lighttpd is used by many well-known sites. The typical scenario is using lighttpd as off-load server to push out static content and leave to complex work to another server. One example is YouTube. They have a farm of servers which push out the thumbnails you see before you see the movies.<br /><br /><br /><br /><br />Security, speed, compliance, and flexibility--all of these describe LightTPD which is rapidly redefining efficiency of a webserver; as it is designed and optimized for high performance environments. With a small memory footprint compared to other web-servers, effective management of the cpu-load, and advanced feature set (FastCGI, CGI, Auth, Output-Compression, URL-Rewriting and many more) LightTPD is the perfect solution for every server that is suffering load problems. And best of all it's Open Source licensed under the revised BSD license.<br /><br /><br /><br />light footprint + httpd = LightTPD (pronounced lighty)<br /></blockquote><p><br /><br />For my specific case, I now have a test server setup with lighttPD and PHP, and have started working on a translation of my file serving/streaming/tracking code. Once I have the code up and running, I can start testing on linux server and consider removing Windows from the equation. Making a platform change would provide even better performance and a higher number of concurrent users. Why not do it now? Because I'm new to PHP and don't want to change all the elements at once. After I gain a comfort level with PHP, I can start working with it on linux.</p><p><strong>Windows + LightTPD + PHP </strong></p><ol><br /><!--1--><br /><li><strong>Install Windows Server</strong>: I'm using Win2000 Adv Server. Remove all the items from the installer that you won't need on a server, like games, etc. Uncheck everything that deals with IIS, the mail server, and ftp. I suggest using other options for FTP. I don't know of a mail server to use, so if you must, install Microsoft's mail server.<br /><br /><br /><br /><br />Once Windows is installed, run Windows update and reboot accordingly. Do this until you finally do not see any more updates. With Win2000 Server, I had to upadate 'Windows Update' then do a few updates, then about 54 updates, then another 9, then a few more... so it takes awhile. </li> <br /><!--2--><br /><li><strong>Download</strong>: Now download all the software you'll need to run the server. In my case, this will include: <br /><br />	<ul><li>LigHTTPd for Windows: <a href="http://wlmp.dtech.hu/down_lighty.php?lang=en">http://wlmp.dtech.hu/down_lighty.php?lang=en</a></li><br />	<li>PHP: <a href="http://www.php.net/">http://www.php.net/</a></li><br />	<li>FileZilla Server: <a href="http://filezilla-project.org/">http://filezilla-project.org/</a></li><br />	<li>VNC: <a href="http://www.realvnc.com/download.html">http://www.realvnc.com/download.html</a></li><br />	<li>Notepad ++: <a href="http://notepad-plus.sourceforge.net/uk/site.htm">http://notepad-plus.sourceforge.net/uk/site.htm</a></li><br />	</ul><br /></li><br /> <!--3--><br /><li><strong>Install</strong>: VNC Server ? for remote access, Notepad++ for editing config files, and FileZilla as your FTP server </li><br /><li><strong>Install LightTPD</strong>: I suggest installing to the root: C:\lighttpd</li><br /><li><strong>Install PHP</strong>: I suggest installing to the root:  C:\PHP - during installation, you will be asked to select your server, select 'other CGI' as 'lighttpd' is not a listed option.<br /></li><br /><!--6--><br /><li><strong>LigHTTPd Configuration</strong> ? I'm using version: 1.4.18<br /><br />	<ul><li>Open the configuration file: C:\LightTPD\conf\lighttpd-inc.conf</li><br />	<li>Uncomment mod-cgi ? just delete the '#' in front of it.</li><br />	<li>Uncomment mod-rewrite - same method, unless you don't need it</li><br />	<li>edit &quot;index-file.names&quot; leaving only: &quot;index.php&quot;, &quot;index.htm&quot;</li><br />	<li>consider trimming the mimetypes down to what you would be serving</li><br />	<li>edit &quot;static-file.exclude-extensions&quot; - set to &quot;.php&quot; only</li><br />	<li>be sure to create a file for catching errors ? uncomment this line after you create the file and save it at the root.: <br />	server.error-handler-404   = &quot;/error-handler.php&quot;</li><br />	<li>Uncomment cgi.assign, delete all but php, and add a slash:<br />	(&quot;.php&quot; =&gt; &quot;PHP/php-cgi.exe&quot;) to this: (&quot;.php&quot; =&gt; &quot;/PHP/php-cgi.exe&quot;)</li><br />	<li>Set LighTTPD up as a service ? first, click on this exe file: C:\LightTPD\bin\Service-Install.exe<br />	When I tried this, the registry entries fail, so the next step is to edit the registry and add the keys by hand (or a .reg file). Be sure to replace the lighttpd installation directory with your own. Save the following as a .reg file and double click on it to merge these keys with your registry (if the service installer did not show an error, skip this step):<br />	<br />	<div style="border: 1px solid rgb(0, 0, 0); margin: 10px; padding: 6px; overflow: scroll; font-size: 10px;width:500px"><br />	Windows Registry Editor Version 5.00<br />	<br /><br />	<br /><br />	[HKEY_Local_Machine\SYSTEM\CurrentControlSet\Services\LightTPD]<br /><br />	&quot;DisplayName&quot;=&quot;LightTPD&quot;<br /><br />	&quot;Description&quot;=&quot;A fast, secure and flexible webserver - WLMP Project&quot;<br /><br />	&quot;ObjectName&quot;=&quot;LocalSystem&quot;<br /><br /><br />	<br />	[HKEY_Local_Machine\SYSTEM\CurrentControlSet\Services\LightTPD\Parameters]<br /><br />	&quot;AppDirectory&quot;=&quot;C:\\LightTPD&quot;<br /><br />	&quot;Application&quot;=&quot;lighttpd.exe&quot;<br /><br />	&quot;AppParameters&quot;=&quot;-f conf\\lighttpd-srv.conf -m lib -D&quot;<br /><br /><br />	<br />	[HKEY_Local_Machine\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile\AuthorizedApplications\List] <br /><br />	&quot;C:\\LighTTPD\\lighttpd.exe&quot;=&quot;C:\\LightTPD\\lighttpd.exe:*:Enabled:LightTPD (WLMP Project)&quot;<br />	</div><br />	</li><br />	<br />	<li>At this point, you may need to stop/start the lighttpd server service ? I use the Computer Management Console ? and navigate to the Services icon, then the actual service.</li><br />	<br />	<li>In your browser's address bar, type: localhost ? you should now see the default index page for lightTPD. If not, possibly the registry keys were not added correctly, or you made a mistake when editing the lightTPD configuration file.</li><br />	</ul><br /></li><br /><!--7--><br /><li><strong>PHP Configuration</strong> ? I'm using version: 5.2.4<br /><br />	<ul><li>open the php.ini file: C:\php\php.ini</li><br />	<li>move the upload temp and session directories, and changed their references in the php.ini file: <br /><br />	upload_tmp_dir=&quot;C:\php\upload&quot;<br /><br />	session.save_path=&quot;C:\php\session&quot;</li><br />	<li>locate and set: doc_root =&quot;C:\lighttpd\htdocs&quot;</li><br /><br />	</ul><br /></li><br /><!--8--><br /><li><strong>Test the server</strong><br /><br />	<ul><li>create a new text file in the web root called index.php</li><br />	<li>type this into it:  <br />then save</li><br />	<li>in your browser's address bar, type: localhost</li><br />	<li>you should see the php info specs in your browser</li><br />	</ul><br /></li><br /><!--9--><br /><li><strong>Alternate Setup</strong>: Unfortunately, fastCGI on Windows either doesn't work, or doesn't work very well (at this point in time), which means it won't work with lightTPD. There are many other options for you to tweak and try in the configuration file, my only suggestion is to save a copy of this first version of your configuration file as a backup.</li> <br /><!--10--><br /><li><strong>Finish</strong>:<br /><br />	<ul><li>Be sure to setup VNC and install a VNC client on your local PC/MAC if you don't have it already. </li> <br />	<li>Setup FileZilla and make sure it's secure. I like to limit FTP access to my office's IP address only.</li><br />	<li>You may want to add a firewall, I like using BlackIce <a href="http://blackice.iss.net">http://blackice.iss.net</a> ? but it's a bit expensive. Windows 2000 doesn't come with a Firewall, and you don't want to install one that is designed for a workstation.</li><br />	<br />	<li>More Info: <br /><br /><br />	<a href="http://trac.lighttpd.net/trac/">http://trac.lighttpd.net/trac/</a> <br /><br />	<a href="http://trac.lighttpd.net/trac/wiki/Docs">http://trac.lighttpd.net/trac/wiki/Docs</a> <br /><br />	<a href="http://forum.lighttpd.net/forum/1">http://forum.lighttpd.net/forum/1</a></li></ul><br /></li><br /></ol><p>	<br /><br />This information is offered for free and does not imply any responsibility nor consultation. If you have any questions, I'll do my best to answer, but I think the best thing to do is to post to the lighttpd forums.<br /></p><p>Good luck in your developments, I'll post again once I have made some progress.<br /></p>]]></description>
  <dc:title>Mobile - Web - Media: Running LightTPD and PHP on Windows</dc:title>
  <dc:publisher>http://www.gideonmarken.com/</dc:publisher> 
  <dc:creator>Gideon Marken</dc:creator> 
  <dc:date>2007-09-11T06:44+00:00</dc:date> 
</item>

<item rdf:about="http://www.gideonmarken.com/index.cfm/blog/1698">
<title>Compete.com -vs- Alexa.com - Comparing Website Rank</title>
<link>http://www.gideonmarken.com/index.cfm/blog/1698/Compete.com_-vs-_Alexa.com_-_Comparing_Website_Rank</link>
<description><![CDATA[<p>In the past, I've expressed my views about <a href="http://www.Alexa.com">Alexa.com</a>'s data and the Web site stats they make available. While I'm sure they've worked to improve their data processing, and have hopefully dealt with the 'gaming' issues (where people would drive their rank up), I'm still unsure that the data is anything more than a generalized indicator for the Web.&nbsp; Sites like AdBrite use your Alexa rank as a means to show advertisers your site's worth, and many top bloggers quote these same numbers when talking about sites.&nbsp; Why? Because it's been around for five years, and it was the only option for such data.</p><p>Fortunately, good ideas spread, start-ups come to life, and usually improve the overall market by raising the bar. In the Web stats and comparison market, Alexa was joined by <a href="http://www.Compete.com">Compete.com</a> (last year?), and we can at least compare data between the two services.</p><p>I'll leave it to you to visit compete.com to learn how they get their data. Alexa gets their from their browser toolbars.&nbsp; Attention Firefox users... Alexa now has a toolbar for you too.</p><p>I think the best way to compare data between the two services is to look at a specific collection of sites which are in competition with each other - a single vertical market. Since I run a social music site (<a href="http://www.artistserver.com">ArtistServer.com</a>), I selected to compare my vertical as an example. Below, you'll see a table which lists most of my competitors, there are many more than this, although these are what I consider &quot;music hosting services&quot; that cater to artists/musicians, which is ArtistServer's focus.</p><br /><br /><br /><br /><table cellspacing="0" cellpadding="4" border="1" align="center" style="border: 1px solid rgb(0, 0, 0);"><br /><tbody><tr><br />        <th colspan="3">Site Ranking Comparison</th><br />    </tr><br /><tr><br />        <th>Site</th><th>Compete.com</th><th>Alexa.com</th><br />    </tr><br />    <tr><br />        <td>MySpace.com</td><td>6</td><td>6</td><br />    </tr><br />    <tr><br />        <td>Last.fm</td><td>1,450</td><td>284</td><br />    </tr><br />    <tr><br />        <td>Soundclick.com</td><td>2,319</td><td>1,495</td><br />    </tr><br />    <tr><br />        <td>PureVolume.com</td><td>2,523</td><td>2,095</td><br />    </tr><br />    <tr><br />        <td>ReverbNation.com</td><td>15,864</td><td>55,831</td><br />    </tr><br /> <br />    <tr><br />        <td>GarageBand.com</td><td>19,591</td><td>27,229</td><br />    </tr><br />    <tr><br />        <td>AudioStreet.net</td><td>42,638</td><td>58,403</td><br />    </tr><br />    <tr><br />        <td>AmieStreet.com</td><td>54,539</td><td>41,000</td><br />    </tr><br />    <tr><br />        <td>broadjam.com</td><td>62,974</td><td>27,471</td><br />    </tr><br />    <tr><br />        <td>iacmusic.com</td><td>75,778</td><td>135,873</td><br />    </tr><br /><br />    <tr><br />        <td>Jamendo.com</td><td>79,377</td><td>19,037</td><br />    </tr><br />    <tr><br />        <td>dMusic.com</td><td>124,412</td><td>115,540</td><br />    </tr><br />	   <tr><br />        <td>Funender.com</td><td>127,294</td><td>56,716</td><br />    </tr><br />    <tr><br />        <td>ZeBox.com</td><td>132,670</td><td>198,267</td><br />    </tr><br />    <tr><br />        <td>ProjectOpus.com</td><td>143,261</td><td>210,103</td><br />    </tr><br />    <tr><br />        <td>ArtistServer.com</td><td>148,780</td><td>165,307</td><br />    </tr><br />    <tr><br />        <td>MusicV2.com</td><td>170,543</td><td>92,029</td><br />    </tr><br />    <tr><br />        <td>SellaBand.com</td><td>194,966</td><td>47,262</td><br />    </tr><br />    <tr><br />        <td>ArtistLaunch.com</td><td>421,813</td><td>684,648</td><br />    </tr><br />    <tr><br />        <td>Soundlift.com</td><td>439,361</td><td>379,774</td><br />    </tr><br />    <tr><br />        <td>SonicGarden.com</td><td>558,929</td><td>449,186</td><br />    </tr><br />	<tr><br />        <td colspan="3">Data from: 9/6/07</td><br />    </tr><br /></tbody></table><p><br /><br />What do you think? At first it would seems that as you move down in rank, that the numbers would have a greater variance, but that's not the case. The numbers simply jump around - for example, look at ReverbNation or Funender, how is it that their rankings are so different between Alexa and Compete?</p><p>I think if we can gain access to a third or fourth dataset from another service, the best thing to do would be to average their rankings together to give us a single ranking.&nbsp; While the results would continue to just be an 'indicator' and not a real ranking, it might be a step in the right direction. </p><p>So - who is going to build the first Web Rank Aggregator? Or does it already exist?<br /><br /></p>]]></description>
  <dc:title>Mobile - Web - Media: Compete.com -vs- Alexa.com - Comparing Website Rank</dc:title>
  <dc:publisher>http://www.gideonmarken.com/</dc:publisher> 
  <dc:creator>Gideon Marken</dc:creator> 
  <dc:date>2007-09-06T11:07+00:00</dc:date> 
</item>

<item rdf:about="http://www.gideonmarken.com/index.cfm/blog/1690">
<title>HostMySite.com Limits ColdFusion, Does Not Tell Customers</title>
<link>http://www.gideonmarken.com/index.cfm/blog/1690/HostMySite.com_Limits_ColdFusion,_Does_Not_Tell_Customers</link>
<description><![CDATA[<br />Are you considering <a href="http://www.HostMySite.com">HostMySite.com</a> as a Web host for your ColdFusion site? <br /><br /><br /><br />If you are, please read the following, because you won't find this<br />information out on the the HostMySite.com Website - in particular, this<br />post refers to their &quot;<a href="http://www.hostmysite.com/hosting/builder">Builder</a>&quot; package.<br /><br /><br /><br />Two months ago, a new client of mine wanted their site hosted with a<br />'more established' ISP as opposed to hosting with <a href="http://www.illuminatedhosting.com">my current ISP</a> - who<br />is great, very responsive, honest, etc. - but they are small, have less<br />resources, etc. While they aren't 'big,' my host is at a great facility and we have a lot of bandwidth available. I definitely recommend them. HostMySite.com on the other hand... is a company you may want to avoid.<br /><br /><br /><br />The issues I'm going to cover here came up because I ran into a problem<br />when trying to upload a 1.2mb zip file using a very simple file upload<br />script. The upload failed, so I checked my code - no problems there -<br />then I run though some tests and find that smaller files 'do' upload. I<br />found the largest file that would upload was 550k - anything larger,<br />and the server would not respond. No error message... just no response at all.<br /><br /><br /><br />After wasting 30 minutes trying to find the problem, I contacted their support team over chat.<br /><br /><br /><br />My description of the problem was not enough - the staff at HostMySite<br />would not do anything unless I would give him the URL so he could see<br />the issue happen for himself. My question to him was, &quot;How many sites<br />are you placing on each server?&quot; Over the period of 30min that we were<br />on chat, I asked the same question 5 times - finally, asking, &quot;Why will<br />you not tell me how many sites are on that server?&quot; then backing up my<br />request with the following, &quot;This is key information for me as a<br />customer - I need to know how overloaded this server is that you have<br />us on.&quot; He replied that it's not their policy - in other words, they do<br />not feel it is important to let their customers know what they are<br />paying for. Here is a direct quote from Julius F., the second support<br />person who responded by email:  <br /><blockquote><br />We are not allowed to disclose how many sites are assigned to each<br />server however I can say we do allocate a set number of sites based on<br />the specifications of the server and each configuration has been<br />time/stress tested before it is deployed as a production server.<br /></blockquote><br /><br />Interesting wording... they are not &quot;allowed.&quot; What are they afraid of?<br /><br /><br /><br />Another thing to point out here... this stress test they do... doesn't<br />mean much when you place the same number of applications and users on a<br />box who are amateur developers. Although, they do have a 'safety<br />measure' in place, which brings us to the second issue with<br />HostMySite.com that you should know about. <br /><br /><strong><br /><br />&quot;All ColdFusion processes must complete in under 50 seconds. If a<br />process takes 50 seconds or longer, the process gets cancelled.&quot;</strong><br /><ul><li><br />This is not written on their site.</li><li><br />This is not listed as a feature of their hosting packages.</li><li><br />This is not listed in the Admin area where you manage your site.</li><li><br />Apparently, not even the general support staff know about this limitation.</li><li>If they kill off your processes, they don't inform you - you would have to discover that it is happening either on your own or if you are lucky, a user would inform you<br /></li></ul><br /><br />The support person I was chatting with had no idea this was put in<br />place. He hit our site, tried the form, and uploaded a 10mb file (he's<br />on the same network) with no problem. I then had to waste another 30 minutes doing<br />more tests, uploading files from remote servers, etc. In the end - the<br />support person said they would respond to me in email once they figured<br />it out. Here's the email:<br /><blockquote><br />HostMySite.com Support:<br /><br />The timeout error that you are receiving is from a program that we run<br />on our ColdFusion servers called SeeFusion.  It is set to kill any cf<br />process that runs longer then 50 seconds.  SeeFusion was implemented to<br />increase the stability of our ColdFusion servers, which it has done. <br />The only way to avoid this timeout on a shared server would be to use a<br />different method of uploading, like ASPupload.  Alternately, you could<br />go to a VPS.<br /><br /><br />If you have any other questions feel free to contact us.<br /></blockquote><br /><br /><br />I wrote back, and explained that what they were doing was enforcing a<br />limitation on my hosting package that I was never told existed. If I<br />would have known this before I signed my client up, I would most likely<br />have selected a different host. While you may not agree with me, I tend<br />to feel that HostMySite.com is misleading customers. I also told them<br />that this is a &quot;feature&quot; of the hosting package, and that they need to<br />list it on the package page: <a href="http://www.hostmysite.com/hosting/builder">http://www.hostmysite.com/hosting/builder</a>/<br />- as you can imagine... they probably don't put it there because it<br />will not help with sales. <br /><br /><br /><br />What do you think? Is not telling a customer about a limitation of a<br />service the same thing as lying about what you've sold a customer?<br />Would you be happy if you bought a car, and then find that it could<br />only go 60mph for 50 seconds before the engine would turn off?<br /><br /><br /><br />HostMySite.com - I thought you were going to be a great host, instead,<br />I'm quite disappointed at your lack of openness with customers about<br />the number of sites per server, and the lack of informing customers<br />what you've really sold them. I will not set another client up on your service and will continue to tell others to look elsewhere until your policy changes.<br /><br /><br /><br />What am I going to do? Well, we are past the 30 day money back<br />guarantee and the client already paid for the first year - so it looks<br />like I have to create a hybrid solution for them that uses ASPupload<br />for all the file uploads. Hopefully I can integrate it without having<br />to spend much time in ASP rewriting portions of my application. Thanks HostMySite - I was almost done with this project - now you've added more work AND wasted an afternoon spent discovering your 'features.'<br /><br /><br /><br />How about you? Do you host a site there? Did you know of these issues? Are you experiencing any other problems with HostMySite.com?<br />]]></description>
  <dc:title>Mobile - Web - Media: HostMySite.com Limits ColdFusion, Does Not Tell Customers</dc:title>
  <dc:publisher>http://www.gideonmarken.com/</dc:publisher> 
  <dc:creator>Gideon Marken</dc:creator> 
  <dc:date>2007-08-29T09:35+00:00</dc:date> 
</item>

<item rdf:about="http://www.gideonmarken.com/index.cfm/blog/1676">
<title>New Song: Chocolate Rain - Sonic Remix</title>
<link>http://www.gideonmarken.com/index.cfm/blog/1676/New_Song:_Chocolate_Rain_-_Sonic_Remix</link>
<description><![CDATA[<img align="left" style="margin-right: 5px;" src="http://img.youtube.com/vi/EwTZ2xpQwpA/default.jpg" alt="Tay Zonday" /><br /><br />Possibly you've run into this video in the last few weeks, it's by &quot;Tay Zonday&quot; and it's simply him singing a song he wrote called &quot;Chocolate Rain.&quot; <a href="http://www.youtube.com/watch?v=EwTZ2xpQwp">www.youtube.com/watch?v=EwTZ2xpQwp</a><br /><br /><p><br />The video has received a lot of responses, replies, parodies, and remixes of both the video and the song.<br /></p><br /><p><br />Tay was kind and smart enough to release the vocal track of the song and allow others to create their own remixes.<br /></p><br /><p><br />Once you hear his low and distinct sounding voice, you'll get an idea as to why it's getting attention.<br /></p><br /><p><br />Being one who enjoys the art of remixing, I downloaded the vocals, and recorded a thick and gooey funk version of the song.<br /> </p><p>You can visit my music site and hear the song at the top of the page: <a href="http://www.artistserver.com/SonicWallpaper">Chocolate Rain - Sonic Remix  /  Sonic Wallpaper</a><br /></p><br /><p><br />Or stream/download the mp3 from these links: <a href="http://media.artistserver.com/tracks/9/17877/1/1/0/Sonic_Wallpaper_Chocolate_Rain_-_Sonic_Remix.mp3">Download</a> - <a href="http://media.artistserver.com/tracks/9/17877/1/1/1/Sonic_Wallpaper_Chocolate_Rain_-_Sonic_Remix.m3u">Stream</a></p><p>Enjoy!&nbsp;</p><br /><br /><br />]]></description>
  <dc:title>Sonic Wallpaper News: New Song: Chocolate Rain - Sonic Remix</dc:title>
  <dc:publisher>http://www.gideonmarken.com/</dc:publisher> 
  <dc:creator>Gideon Marken</dc:creator> 
  <dc:date>2007-08-14T08:49+00:00</dc:date> 
</item>

<item rdf:about="http://www.gideonmarken.com/index.cfm/blog/1666">
<title>If You Use Open Source, Leave the License and Credit</title>
<link>http://www.gideonmarken.com/index.cfm/blog/1666/If_You_Use_Open_Source,_Leave_the_License_and_Credit</link>
<description><![CDATA[<br /><p>What percentage of Web developers and site owners are cool? Have you ever stopped to wonder? We're talking about a population that designs and builds the foundation of our digital existence.  The people who provide the sites, the services, and the means for everyone to explore and experience this &quot;World Wide Web.&quot;<br /><br />Personally, I've judged it all based on my experiences, which have mostly been very positive. Fortunately, I got on this train back in 1996, back when the Web was battleship grey, and developers were hard to come by. Eleven years later, I'm now in a sea of developers and site owners, and yes, my experiences have remained very positive... until recently.<br /><br />About two weeks ago, I rolled out a new version of my <a href="http://www.addtobookmarks.com">AddToBookmarks</a> script, which is an easy to use solution for adding social bookmarking buttons to your pages or posts. I released the script with an open source license, and some credit/info in the files.<br /><br />I wanted to see how many sites were using my script, so I do a search at Google that would locate my script: &quot;Del.icio.us  Digg  Google  Spurl  Blink  Furl  Simpy   Y! MyWeb,&quot; out of the first 25 results, 16 of these sites had stripped out the license and my credit/info from the script, and only 9 had left the license and credit. <br /><br />Wow - Apparently, only 36% of developers and site owners are cool?!?<br /><br />Actually, that's not true, as you can't conclude much from a 25 person study, although, these results are not very positive.  It seems a lot of people either don't understand or don't care about open source licensing and giving people credit. <br /><br />It's all very simple, if you use someone's work, and that work has a license and/or credit listed, you leave it. If you create a variation of the item, most likely the license and credit must stay with the variation.<br /><br /><br /><br /><strong>Here are the results from my search:</strong><br /><br /><strong>Has License/Credit</strong>: 9<br /><br /><font size="1">http://www.israelnewsradio.net/the-marty-roberts-show.html<br />http://www.watch4jobs.co.uk/blog/<br />http://www.brazil-travelnet.com/index.html<br />http://www.soccer-game-information.com/soccer-video.html<br />http://news.stepforth.com/blog/<br />http://www.onestopwebsupport.com/weblog/weblog.html<br />http://www.evolvingdoor.ca/zodiac/signsindex.htm<br />http://www.tophosts.com/articles/?002404.html<br />http://www.leadership-tools.com/advanced-site-search.html</font><br /><br /><strong>Removed License/Credit</strong>: 16<br /><br /><font size="1">http://forums.seochat.com/seo-scripts-10/coldfusion-optimization-3214.html<br />http://starrynightlights.com/blog/?m=200604<br />http://www.thegnuru.com/<br />http://ngeorgia.com/blueandgray/<br />http://www.europeanexperts.org/disp_zone.html?id_zone=33&amp;lazone=VBA+(Office)<br />http://www.setfocus.com/aboutdotnet/default.aspx<br />http://rdoctor.com/symptoms_disease/content/blogsection/11/9/<br />http://www.roseindia.net/tutorialhelp/comment/6225<br />http://www.evictstop.com/bisf-mortgages.shtml<br />http://forums.devshed.com/business-news-124/google-to-bid-for-u-s-airwaves-if-condition-added-461312.html<br />http://www.aspfree.com/c/a/ASP.NET/Working-with-Parameters-with-Crystal-Reports-and-ASP-NET-2-0/<br />http://www.ddj.com/dept/architect/184406031<br />http://forums.devarticles.com/technology-news-57/effect-of-google-cookie-policy-unclear-ap-107583.html<br />http://www.scripts.com/remotely-hosted-scripts/web-traffic-scripts/free-google-pagerank-checker-webmaster-tools/<br />http://starrynightlights.com/blog/?p=19<br />http://www.vakaruge.com/modules.php?name=News&amp;file=article&amp;sid=173</font></p>]]></description>
  <dc:title>Mobile - Web - Media: If You Use Open Source, Leave the License and Credit</dc:title>
  <dc:publisher>http://www.gideonmarken.com/</dc:publisher> 
  <dc:creator>Gideon Marken</dc:creator> 
  <dc:date>2007-08-03T08:49+00:00</dc:date> 
</item>

<item rdf:about="http://www.gideonmarken.com/index.cfm/blog/1664">
<title>Add Links to Profiles on MySpace, Facebook, and More</title>
<link>http://www.gideonmarken.com/index.cfm/blog/1664/Add_Links_to_Profiles_on_MySpace,_Facebook,_and_More</link>
<description><![CDATA[<strong>Add Links to Profiles on MySpace, Facebook, and More</strong><br /><br /><a href="http://www.artistserver.com">ArtistServer</a> has integrated the services of <a href="http://SocialNetwork.in">http://SocialNetwork.in</a>, a profile aggregator, to display links to all your profiles in the side bar of your site. <br /><br />Just visit and join SocialNetwork.in (<strong>for free)</strong>, then add links to your profiles at each social network and site you use, then return to ArtistServer, and add your SocialNetwork.in profile name to <a href="index.cfm?adminarea=4">your profile in the My Account area</a>. Once you are done, you will see all your profile links on your site.<br /><img vspace="0" hspace="0" border="0" align="right" src="http://socialnetwork.in/images/profileWidgetExample.png" /><br />To the right, is a screenshot of the &quot;Profile Widget&quot; from my site: <a href="http://www.artistserver.com/sonicwallpaper">http://www.artistserver.com/sonicwallpaper</a><br /><br />And here is a link to my profile at SocialNetwork.in: <a href="http://socialnetwork.in/index.cfm/member/gideonmarken">http://socialnetwork.in/index.cfm/member/gideonmarken</a> - my SocialNetwork.in profile name is: gideonmarken<br /><br /><strong>Who or What is SocialNetwork.in?</strong> &nbsp;<br /><br />It's a site I launched in January of this year to serve as a &quot;profile aggregator&quot; - which means, it's a site which helps you pull together your many profiles on the Web. Currently, the site supports over 100 social networks, community sites, and other Web sites which provide a profile.&nbsp; If you'd like a site added to SocialNetwork.in, make sure it meets the basic criteria: <br /><ul><li>The Name of the site - example: Site Name</li><li>The full URL to the site - example: www.sitename.com</li><li>A link to a user/member URL on the site - example: http://www.sitename.com/ProfileName</li></ul><p>You do have the option of adding profiles and links to other people's profiles as &quot;private&quot; links, although these links will only be available to you on the SocialNetwork.in site.<br /><br /><strong>Why do you want all your profiles linked together?</strong><br /><br />This helps people connect to you, when they see that you are on some other site, the site visitor may click on the profile link and visit you there. If they are on that site too, they may add a link to you or add you as a friend.&nbsp; With this tool, you'll greatly increase your cross-site networking and begin driving more traffic around to all your profiles. Start thinking about your 'core' profile, and not about having dozens of identities scattered around the Web - this tool helps make this happen, not only here, but any site that selects to adopt the SocialNetwork.in API.<br /><br /><strong>Why signup at SocialNetowork.in? </strong><br /><br />Because the services it offers can be 'plugged in' and used at any Web site, which would allow you to benefit from greater levels of integration with the sites you use. <br /><br />For example, lets say you are a member of SocialNetwork.in, and you are a member of Flickr.com - then you go out and join some new social/travel site that uses SocialNetwork.in's API to connect to our data and your profiles. By adding your SocialNetwork.in profile name to your account on the new site, they can now locate your photos and display them on your new profile without you having to reupload or import them in. <br /><br /><strong>What is an API?</strong><br /><br />An API is an acronym for &quot;Application Programming Interface.&quot; API's are VERY cool because they allow developers to connect to different sites and services and utilize the data and information in their own applications. You may have heard of the term &quot;Mashup&quot; being used on the Web - this relates to the process of connecting to at least one API and blending your own data with the data being offered by the API.&nbsp; For example, all the various maps you see on the Web which display various types of data or photos or icons, etc are usually &quot;Map Mashups&quot; that use either Google or Yahoo Maps API.<br /><br />Enjoy!</p><p>Oh... BTW... ArtistServer and <a href="http://www.IndieMobile.com">IndieMobile</a> now have 250 free Mp3/Realtone Ringtones available for download. All ringtones are provided by the artists at ArtistServer.com<br />&nbsp;</p>]]></description>
  <dc:title>ArtistServer: Add Links to Profiles on MySpace, Facebook, and More</dc:title>
  <dc:publisher>http://www.gideonmarken.com/</dc:publisher> 
  <dc:creator>Gideon Marken</dc:creator> 
  <dc:date>2007-07-31T09:23+00:00</dc:date> 
</item>

</rdf:RDF>
