<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WebApps &#187; Quality Myspace Layouts</title>
	<atom:link href="http://bumped.org/WebApps/category/quality-myspace-layouts/feed/" rel="self" type="application/rss+xml" />
	<link>http://bumped.org/WebApps</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 17 Aug 2010 01:26:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Editing Lovemyflash Codes</title>
		<link>http://bumped.org/WebApps/editing-lovemyflash-codes/</link>
		<comments>http://bumped.org/WebApps/editing-lovemyflash-codes/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 17:48:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Myspace Tips]]></category>
		<category><![CDATA[Quality Myspace Layouts]]></category>

	<!-- AutoMeta Start -->
	<category>codes</category>
	<category>lovemyflash</category>
	<category>layout</category>
	<category>change</category>
	<category>lets</category>
	<category>consistant</category>
	<category>settings</category>
	<category>quot</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://bumped.org/WebApps/2007/09/04/editing-lovemyflash-codes/</guid>
		<description><![CDATA[So lets say you want to change&#160;a few things in your Myspace layout, and you don&#8217;t feel like visiting lovemyflash&#160;to copy and paste the whole code again.&#160;Some lovemyflash layout codes come with extra settings you can change within its URL. They are found after the &#34;lovemyflash.swf&#34; text. You may see lovemyflash.swf appear multiple times, this [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p align="center"><img height="92" alt="damb.jpg" src="http://bumped.org/WebApps/wp-content/uploads/2007/05/damb1.jpg" width="169" /></p>
<p><!--adsense#300block--></p>
<p>So lets say you want to change&nbsp;a few things in your Myspace layout, and you don&#8217;t feel like visiting lovemyflash&nbsp;to copy and paste the whole code again.&nbsp;Some lovemyflash layout codes come with extra settings you can change within its URL. They are found after the &quot;lovemyflash.swf&quot; text. You may see <strong>lovemyflash.swf</strong> appear multiple times, this means that you have to change both codes afterwards in order to stay consistant. So lets take a look at an example code to make more sense of this.</p>
<p align="center"><img height="125" alt="colors1.png" src="http://bumped.org/WebApps/wp-content/uploads/screenshots/colors1.png" width="504" /></p>
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<p>data=&quot;http://www.lovemyflash.com/lovemyflash.swf?<br />layoutID=39&amp;myurl=123456&amp;ColorVR1=0x<strong><font color="#52b420">129DDD</font></strong>&amp;ColorVR2=0x<strong><font color="#52b420">CC0000</font></strong>&amp;CustomButton=Heart&amp;themeID=82&quot;&gt;<br />&nbsp; &lt;param name=&quot;allowScriptAccess&quot; value=&quot;never&quot; /&gt;<br />&nbsp; &lt;param name=&quot;allowNetworking&quot; value=&quot;internal&quot; /&gt;<br />&nbsp; &lt;param name=&quot;movie&quot; value=&quot;http://www.lovemyflash.com/lovemyflash.swf?<br />layoutID=39&amp;myurl=123456&amp;ColorVR1=0x<strong><font color="#52b420">129DDD</font></strong>&amp;ColorVR2=0x<strong><font color="#52b420">CC0000</font></strong>&amp;CustomButton=Heart&amp;themeID=82&quot; /&gt;</p>
</blockquote>
<p>Lots of things going on here, but you can find this in&nbsp;your About Me Section. You can see that lovemyflash.swf shows up twice in this layout. The part you need to pay attention to is the ColorVR1, and the ColorVR2, which are both highlighted in Blue. Those are the color HTML values, you can change these colors by typing in a color code at those locations. You must make sure that ColorVR1 says the same color value for both parts, and Color VR2 says the same color Value for both parts.&nbsp;</p>
<p>In the example above, it show&nbsp;ColorVR1=0x129DDD twice, and ColorVR2=0xCC0000 twice. Now you want to choose your own colors so first you should head over to this <a href="http://www.colourlovers.com/colors/add" target="_blank">Color Website</a>. You will see a ball and a bunch of colors you can slide to, Slide the ball and the&nbsp;arrow to chose your color. The HTML color value will show up in a white box above the slider arrow. This is what you will need when you place the color in your layout. </p>
<p>After you select a color, highlight the whole&nbsp;box, and right click and press CTRL+C. Go back to your Myspace Code and insert those colors into your layout. In the example below the colors I chose for ColorVr1 is 333333 and ColorVR2&nbsp;is stil CC0000</p>
<p align="center"><img height="123" alt="colors2.png" src="http://bumped.org/WebApps/wp-content/uploads/screenshots/colors2.png" width="501" /></p>
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<p>data=&quot;http://www.lovemyflash.com/lovemyflash.swf?<br />layoutID=39&amp;myurl=123456&amp;ColorVR1=0x<strong><font color="#52b420">333333</font></strong>&amp;ColorVR2=0x<strong><font color="#52b420">CC0000</font></strong>&amp;CustomButton=Star&amp;themeID=82&quot;&gt;<br />&nbsp; &lt;param name=&quot;allowScriptAccess&quot; value=&quot;never&quot; /&gt;<br />&nbsp; &lt;param name=&quot;allowNetworking&quot; value=&quot;internal&quot; /&gt;<br />&nbsp; &lt;param name=&quot;movie&quot; value=&quot;http://www.lovemyflash.com/lovemyflash.swf?<br />layoutID=39&amp;myurl=123456&amp;ColorVR1=0x<strong><font color="#52b420">333333</font></strong>&amp;ColorVR2=0x<strong><font color="#52b420">CC0000</font></strong>&amp;CustomButton=Star&amp;themeID=82&quot; /&gt;</p>
</blockquote>
<p>There you have it! Now you have just learned how to edit the code on your own. Guess what else you can chage? </p>
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<p>data=&quot;http://www.lovemyflash.com/lovemyflash.swf?<br />layoutID=39&amp;myurl=123456&amp;ColorVR1=0&#215;333333&amp;ColorVR2=0xCC0000&amp;CustomButton=<strong><font color="#52b420">Star</font></strong>&amp;themeID=82&quot;&gt;</p>
</blockquote>
<p>The word <strong><font color="#52b420">Star</font></strong> tells the layout to show a picture of a star when you put your mouse over a number. You can change the word Star to the word <strong>Heart </strong>and it will show a picture of a heart instead. Remember since lovemyflash.swf shows up twice, you&#8217;ll have to change the word Star twice in order for it to work. </p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://bumped.org/WebApps/editing-lovemyflash-codes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LoveMyFlash is finallly Back Up And Running!</title>
		<link>http://bumped.org/WebApps/lovemyflash-is-finallly-back-up-and-running/</link>
		<comments>http://bumped.org/WebApps/lovemyflash-is-finallly-back-up-and-running/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 21:50:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Quality Myspace Layouts]]></category>

	<!-- AutoMeta Start -->
	<category>working</category>
	<category>lovemyflash</category>
	<category>news</category>
	<category>month</category>
	<category>stopped</category>
	<category>faster</category>
	<category>server</category>
	<category>layouts</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://bumped.org/WebApps/2007/07/13/lovemyflash-is-finallly-back-up-and-running/</guid>
		<description><![CDATA[Well there wasn&#8217;t any news as to why Lovemyflash stopped working last month but now the site and server is faster now, and all layouts are working. Here you can read our review of lovemyflash. &#160; Update July 23, 2007 We have just been informed that lovemyflash is now working, you can read our post [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p><img title="LoveMyFlash" alt="LoveMyFlash" hspace="10" src="http://bumped.org/WebApps/wp-content/uploads/2007/05/damb1.jpg" align="left" />Well there wasn&#8217;t any news as to why Lovemyflash stopped working last month but now the site and server is faster now, and all layouts are working. Here you can read our <a href="http://bumped.org/WebApps/2007/05/22/hot-trendy-flash-div-layouts-for-myspace-with-lovemyflash/">review</a> of lovemyflash. </p>
<p>&nbsp;</p>
<h2>Update July 23, 2007</h2>
<p>We have just been informed that lovemyflash is now working, you can <a href="http://bumped.org/WebApps/2007/06/27/lovemyflash-not-working-myspace-pages-crippled/">read our post for more information</a>. </p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><center><!--adsense#300block--><!--adsense#300block--></center></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://bumped.org/WebApps/lovemyflash-is-finallly-back-up-and-running/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>LoveMyFlash Not Working? Myspace Pages Crippled.</title>
		<link>http://bumped.org/WebApps/lovemyflash-not-working-myspace-pages-crippled/</link>
		<comments>http://bumped.org/WebApps/lovemyflash-not-working-myspace-pages-crippled/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 18:06:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Quality Myspace Layouts]]></category>

	<!-- AutoMeta Start -->
	<category>lovemyflash</category>
	<category>not</category>
	<category>working</category>
	<category>down</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://bumped.org/WebApps/2007/06/27/lovemyflash-not-working-myspace-pages-crippled/</guid>
		<description><![CDATA[Around June 24th, LoveMyFlash layouts everywhere stopped working. The Myspace page would either take an incredibly long time to load or not load at all. The main website itself does work but has a&#160;slow response time. Does this mean LoveMyFlash.com is getting too much server load or is the hosting company having problems with their [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p><img title="LoveMyFlash" alt="LoveMyFlash" hspace="10" src="http://bumped.org/WebApps/wp-content/uploads/2007/05/damb1.jpg" align="left" />Around June 24th, <a href="http://bumped.org/WebApps/2007/05/22/hot-trendy-flash-div-layouts-for-myspace-with-lovemyflash/">LoveMyFlash</a> layouts everywhere stopped working. The Myspace page would either take an incredibly long time to load or not load at all. The main website itself does work but has a&nbsp;slow response time. Does this mean LoveMyFlash.com is getting too much server load or is the hosting company having problems with their servers? No blog post about this issue has been made yet so we will wait until further developments. </p>
<p>&nbsp;</p>
<h2>Update October 9, 2007</h2>
<p>Well&nbsp;whatever happened&nbsp;has been fixed now and is back to normal. You can continue&nbsp;to use lovemyflash layouts.</p>
<p>&nbsp;</p>
<p><center><!--adsense#300block--><!--adsense#300block--></center></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://bumped.org/WebApps/lovemyflash-not-working-myspace-pages-crippled/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Hot Trendy Flash Div Layouts for Myspace with LoveMyFlash!</title>
		<link>http://bumped.org/WebApps/hot-trendy-flash-div-layouts-for-myspace-with-lovemyflash/</link>
		<comments>http://bumped.org/WebApps/hot-trendy-flash-div-layouts-for-myspace-with-lovemyflash/#comments</comments>
		<pubDate>Tue, 22 May 2007 18:09:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Image Widgets]]></category>
		<category><![CDATA[Myspace Tips]]></category>
		<category><![CDATA[Quality Myspace Layouts]]></category>

	<!-- AutoMeta Start -->
	<category>myspace</category>
	<category>layout</category>
	<category>lame</category>
	<category>crappy</category>
	<category>lovemyflash</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://bumped.org/WebApps/2007/05/22/hot-trendy-flash-div-layouts-for-myspace-with-lovemyflash/</guid>
		<description><![CDATA[I get so tired of all the lame, crappy, myspace layout sites out there. Most Myspace layout sites are either extremely hard to navigate or provide horribly designed crud only a mother would post on the fridge. So now we send in the experts at LoveMyFlash. LoveMyflash does a complete makeover on how sites are [...]]]></description>
			<content:encoded><![CDATA[
<!-- ALL ADSENSE ADS DISABLED -->
<p align="justify"><img title="LoveMyFlash" style="MARGIN: 10px" height="92" alt="LoveMyFlash" src="http://bumped.org/WebApps/wp-content/uploads/2007/05/damb1.jpg" width="169" align="left" />I get so tired of all the lame, crappy, myspace layout sites out there. Most Myspace layout sites are either extremely hard to navigate or provide horribly designed crud only a mother would post on the fridge. So now we send in the experts at <a href="http://lovemyflash.com/" target="_blank">LoveMyFlash</a>. LoveMyflash does a complete makeover on how sites are designed. Now instead of static pages full of glittery mess, we get a fluid motion page which focuses on the content. It takes about 2 big lines of code in the <strong>About Me</strong> section and the <strong>Who I&#8217;d Like to Meet</strong> section to add it to the page. One thing to remember is that you&nbsp;HAVE to add your myspace URL before you create the code, or else your page will have empty graphics and wrong information. MyFlash unfortunately doesn&#8217;t provide the code with shrinking picture sizes in the comments area. So instead&nbsp; here&#8217;s a code you can put at the bottom of the <strong>Who I&#8217;d Like to Meet</strong> section so that your friend&#8217;s comments won&#8217;t mess up your layout.</p>
<p class="construction">Paste This Code at the Bottom of Who I&#8217;d Like to Meet Section</p>
<blockquote><p>&lt;style&gt; &nbsp; body table tr table tr td.text table tr td.text table tr td table tr td img {width:200px;}&nbsp; &nbsp; body table tr table tr td.text table tr<br />td.text table tr td table tr td div img {width:80px; height:20px;}&nbsp;&nbsp; &nbsp; body table tr table tr td.text table tr td.text table tr td table tr td <br />a img {width:100; height:auto;}&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &lt;/style&gt;</p></blockquote>
<p>If you have any more suggestions to other<strong> high quality</strong> MySpace Layout sites, post a comment. </p>
<p><strong>Rating:</strong> 5 out of 5 stars</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://bumped.org/WebApps/hot-trendy-flash-div-layouts-for-myspace-with-lovemyflash/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

