<?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>tek &#187; Aim Hacks</title>
	<atom:link href="http://bumped.org/tek/category/aim-hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://bumped.org/tek</link>
	<description>Technology Commentary</description>
	<lastBuildDate>Mon, 16 Aug 2010 18:15:33 +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>Aim 7.1: Changing Screen Name Colors</title>
		<link>http://bumped.org/tek/2010/01/11/aim-7-1-changing-screen-name-colors/</link>
		<comments>http://bumped.org/tek/2010/01/11/aim-7-1-changing-screen-name-colors/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 06:43:32 +0000</pubDate>
		<dc:creator>WBMike</dc:creator>
				<category><![CDATA[AOL]]></category>
		<category><![CDATA[Aim]]></category>
		<category><![CDATA[Aim Hacks]]></category>
		<category><![CDATA[aim 7]]></category>
		<category><![CDATA[aim 7.1]]></category>
		<category><![CDATA[AOL Instant Messenger]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[screen name]]></category>
		<category><![CDATA[skin]]></category>

		<guid isPermaLink="false">http://bumped.org/tek/?p=1814</guid>
		<description><![CDATA[Back again after 4 months of translating Japanese to English.
This time we&#8217;re going to change screen name colors [&#8230;]]]></description>
			<content:encoded><![CDATA[<p><!-- tops DISABLED--></p>
<p style="text-align: justify;">Back again after 4 months of translating <a href="http://bumped.org/psublog">Japanese to English</a>.</p>
<p style="text-align: justify;">This time we&#8217;re going to change screen name colors for Aim 7.1, and it&#8217;s going to work without signing off.</p>
<p style="text-align: justify;">AOL loads a certain CSS file each time you re open an IM window.</p>
<p style="text-align: justify;">So feel free to go far beyond this tutorial and customize the colors of AIM as you see fit. This page will get rid of that ugly brown color they use for your screen name.</p>
<p style="text-align: justify;">&nbsp;</p>
<p class="instructionblue" style="text-align: center;">Before we Start</p>
<p style="text-align: left;">This tutorial requires a certain skill level. You must be able to do the following on your own.</p>
<ul>
<li>Navigate folders in Windows Explorer.</li>
<li>Understand the process of opening a file in notepad.</li>
<li><span style="color: #dd222d;"><strong>(Vista Only) Changing File Permissions under Administrator.</strong></span></li>
<li>Understand the process of copying and pasting text.</li>
</ul>
<p style="text-align: left;">If you are unable to do these tasks please do not continue this tutorial.</p>
<p style="text-align: left;">Unlocking Vista&#8217;s Notepad:&nbsp;</p>
<ul style="text-align: left;">
<li style="text-align: left;">Open Notepad with Administrative privileges by clicking <strong>Start</strong>, <strong>All Programs</strong>, <strong>Accessories</strong>, and then <strong>right-click Notepad</strong> and select to <strong>open as Administrator</strong>.</li>
</ul>
<p>&nbsp;</p>
<p class="instructionpink" style="text-align: center;">Preparation</p>
<p style="text-align: left;">Unlike Aim 7 Beta, Aim 7.1 has made the process of editing screen name colors very easy. All it requires is pasting a few html colors within the a CSS file.</p>
<p>The first step is to find the <strong><span style="color: #ff6600;">default.css</span></strong> file that controls screen name colors.</p>
<p>This file is located in the folder:</p>
<p class="grey" style="text-align: center;">C:\<span style="color: #dd222d;"><strong>program files</strong></span>\aim7\services\imApp\<span style="color: #dd222d;"><strong>ver7###</strong></span>\content\im\<span style="color: #dd222d;">&nbsp;</span></p>
<p>Simply copying and pasting the above path will not work in Windows Explorer. You must manually navigate to the folder using My Computer if you have Windows XP or Computer in Windows Vista.</p>
<p><span style="color: #dd222d;"><strong>Program Files</strong></span>, Vista users may see Program Files (x86), if you can not locate the AIM 7 folder, try the other Program Files folder.</p>
<p><strong><span style="color: #dd222d;">V</span><span style="color: #dd222d;"><span style="color: #dd222d;">er7###</span> </span></strong>represents your Aim 7 version number which you will instantly see if you navigated to the folder manually.</p>
<p><span style="color: #dd222d;"><strong>en-US</strong></span> is the language and region folder.</p>
<p>&nbsp;</p>
<p class="instructiongreen" style="text-align: center;">Screen Name Color</p>
<p style="text-align: center;"><a href="http://bumped.org/tek/wp-content/uploads/2010/01/rpg083.png"><img class="alignnone size-full wp-image-1815" title="rpg083" src="http://bumped.org/tek/wp-content/uploads/2010/01/rpg083.png" alt="" width="440" height="335" /></a></p>
<p style="text-align: left;">Open Notepad (Vista users must open as Administrator) then drag the file, <strong><span style="color: #ff6600;">default.css</span></strong>, into notepad. You are going to look for the line below&#8230;</p>
<pre style="text-align: left;">.color_font-header_local, .color_font-header_local_inline
{
color: <span style="color: #864f04;">#864F04</span>;
}
</pre>
<p style="text-align: left;">Highlighted in brown in the code above is your screen name&#8217;s default color. To change your screen name color, replace it with an html color code of your choosing.</p>
<pre style="text-align: left;">.color_font-header_local, .color_font-header_local_inline
{
color: <span style="color: #b2bf16;"><strong>#b2bf16</strong></span>;
}
</pre>
<p style="text-align: center;">&nbsp;</p>
<p style="text-align: center;"><a href="http://bumped.org/tek/wp-content/uploads/2010/01/rpg086.png"><img class="alignnone size-full wp-image-1816" title="rpg086" src="http://bumped.org/tek/wp-content/uploads/2010/01/rpg086.png" alt="" width="440" height="340" /></a></p>
<p style="text-align: left;">I have now changed the color to #b2bf16 to match my new AIM&nbsp; 7 skin. You can of course edit the screen name color of the person you are iming by changing the color on the line below it.</p>
<pre style="text-align: left;">.color_font-header_remote_0, .color_font-header_remote_inline_0
{
color: <span style="color: #e49600;">#e49600</span>;
}
</pre>
<p style="text-align: left;">To summarize,<strong> .color_font-header_local </strong>changes your screen name&#8217;s color. Whereas<strong> .color_font-header_remote_0 </strong>will change the person you IM.</p>
<p style="text-align: justify;">When you are done you must save the file.&nbsp; For your changes to show up, close ALL IM windows, you don&#8217;t need to shut down AIM, then re open them. Even though you have completed the tutorial, you can also edit other colors as well.</p>
<p style="text-align: center;">&nbsp;</p>
<p class="instructionpink" style="text-align: center;">Screen Name Status Color</p>
<p style="text-align: center;"><a href="http://bumped.org/tek/wp-content/uploads/2010/01/rpg085.png"><img class="alignnone size-full wp-image-1817" title="rpg085" src="http://bumped.org/tek/wp-content/uploads/2010/01/rpg085.png" alt="" width="400" height="279" /></a></p>
<p style="text-align: left;">If you still have <strong><span style="color: #ff6600;">default.css</span></strong> open,&nbsp; look for this line.</p>
<pre>.color_font-screenname_status,
.color_font-state_status,
.color_font-timestamp_status
{
color:<span style="color: #5d6e87;">#5D6E87</span>;
}</pre>
<p style="text-align: justify;">Editing that html color will change the color of the status message. Here I changed the color to pink to match the website.</p>
]]></content:encoded>
			<wfw:commentRss>http://bumped.org/tek/2010/01/11/aim-7-1-changing-screen-name-colors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aim 7 Beta: Change Screen Name Color</title>
		<link>http://bumped.org/tek/2009/07/23/aim-7-change-screen-name-color/</link>
		<comments>http://bumped.org/tek/2009/07/23/aim-7-change-screen-name-color/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 23:42:23 +0000</pubDate>
		<dc:creator>WBMike</dc:creator>
				<category><![CDATA[AIM Problems]]></category>
		<category><![CDATA[Aim]]></category>
		<category><![CDATA[Aim Hacks]]></category>
		<category><![CDATA[aim 7]]></category>
		<category><![CDATA[AIM 6]]></category>
		<category><![CDATA[codes]]></category>
		<category><![CDATA[screen name]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://bumped.org/tek/?p=1462</guid>
		<description><![CDATA[This method only works in Beta 3 version of Aim 7
Aim 7.1 users read here

So you&#8217;ve been enjoying [&#8230;]]]></description>
			<content:encoded><![CDATA[<p class="notice" style="text-align: center;"><strong>This method only works in Beta 3 version of Aim 7<br />
<a href="http://bumped.org/tek/2010/01/11/aim-7-1-changing-screen-name-colors/">Aim 7.1 users read here</a></strong></p>
<p><!--adsense#tops--></p>
<p style="text-align: justify;">So you&#8217;ve been enjoying AIM 5.9&#8242;s incredibly familiar red and blue screen name colors. AIM 7 replaces the screen name color scheme yet again with a pretty natural green and a horrendous brown color.</p>
<p style="text-align: justify;">Fear not, you can change these screen name colors to any color you wish to use.</p>
<p style="text-align: justify;">You will do this by editing one extremely long file with notepad. So let&#8217;s get started!</p>
<p style="text-align: justify;">&nbsp;</p>
<p class="note" style="text-align: center;"><strong>Preparing your files</strong></p>
<p>The first step is to find the file that controls screen name colors.</p>
<p>This folder is located at</p>
<p class="grey" style="text-align: center;">C:\program files\aim7\services\imApp\<strong><span style="color: #ff99cc;">ver7###</span></strong>\resources\<strong><span style="color: #ff99cc;">en-US</span></strong></p>
<p style="text-align: justify;">Simply copying and pasting the above path will not work in Windows Explorer. You must manually navigate to the folder using My Computer if you have Windows XP or Computer in Windows Vista.</p>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;"><strong><span style="color: #ff99cc;">Ver7### </span></strong>represents your Aim 7 version number which you will instantly see if you navigated to the folder manually.</p>
<p style="text-align: justify;"><strong><span style="color: #ff99cc;">en-US</span></strong> is the language and region folder. Obviously if you are using the Spanish language of AIM7, the folder&#8217;s name would change to sp-US, or french would be fr-FR. This last folder will be instantly obvious if you manually navigated to the folder.</p>
<p style="text-align: justify;">&nbsp;</p>
<p style="text-align: justify;">As you reach that folder <a href="http://www.youtube.com/watch?v=Mq8mKdjO6x8">open notepad</a>. You will drag the file <span style="color: #ff6600;"><strong>strings.xml</strong></span> into notepad.</p>
<p style="text-align: justify;"><strong><span style="color: #ff6600;">Strings.xml</span></strong> controls a lot of stuff. It&#8217;s imperative that you do not try to edit anything else in this file unless you know what you are doing. You might want to expand notepad&#8217;s window a bit so you can see what you are doing.</p>
<p style="text-align: justify;">&nbsp;</p>
<p class="note" style="text-align: center;"><strong>Changing Your Screen Name Color</strong></p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-1473" title="aim 7 beta 3" src="http://bumped.org/tek/wp-content/uploads/2009/07/aim-7-beta-3.png" alt="aim 7 beta 3" width="440" height="334" /></p>
<p style="text-align: justify;">Search for the line below.</p>
<pre>&lt;string name="imForm.history.header.local.color"&gt;<span style="color: #864f04;">#864F04</span>&lt;/string&gt;</pre>
<p>Note the HTML color code is highlighted in brown. Use the <a href="http://html-color-codes.info/">HTML Color Code</a> site to insert a color of your into this area. After you are done you can save the file and RESTART AIM.</p>
<p>&nbsp;</p>
<p class="note" style="text-align: center;"><strong>Changing Other Screen Name Colors</strong></p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-1474" title="aim 7 beta 3" src="http://bumped.org/tek/wp-content/uploads/2009/07/aim-7-beta-31.png" alt="aim 7 beta 3" width="440" height="334" /></p>
<p style="text-align: justify;">Similar to Aim 6, you can edit the colors of other screen names. <strong>Remote.color</strong> is located a tad below the <strong>local.color</strong> so it should be easy to find. <strong>Remote.color.0</strong> represents the person who IMs you. Any number higher than 0 represents chatroom screen name colors.</p>
<pre>    &lt;string name="imForm.history.header.remote.color.0"&gt;<span style="color: #247c05;">#0172F3</span>&lt;/string&gt;
&nbsp;&nbsp;&nbsp; &lt;string name="imForm.history.header.remote.color.1"&gt;<span style="color: #0052a3;">#0052a3</span>&lt;/string&gt;
&nbsp;&nbsp;&nbsp; &lt;string name="imForm.history.header.remote.color.2"&gt;<span style="color: #0860a8;">#0860A8</span>&lt;/string&gt;
    &lt;string name="imForm.history.header.remote.color.3"&gt;<span style="color: #f91361;">#F91361</span>&lt;/string&gt;
&nbsp;&nbsp;&nbsp; &lt;string name="imForm.history.header.remote.color.4"&gt;<span style="color: #0197b5;">#0197B5</span>&lt;/string&gt;</pre>
<p style="text-align: justify;">The colors of the first 5 screen names in a chatroom are already highlighted for you. You can change any of them by typing any HTML color code you want. After you are done save the file and RESTART AIM.</p>
<p><!--adsense#bottom--></p>
]]></content:encoded>
			<wfw:commentRss>http://bumped.org/tek/2009/07/23/aim-7-change-screen-name-color/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Change the Screen Name Colors in Aim 6</title>
		<link>http://bumped.org/tek/2007/06/26/how-to-change-the-screen-name-colors-in-aim-6/</link>
		<comments>http://bumped.org/tek/2007/06/26/how-to-change-the-screen-name-colors-in-aim-6/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 03:26:00 +0000</pubDate>
		<dc:creator>WBMike</dc:creator>
				<category><![CDATA[AIM Problems]]></category>
		<category><![CDATA[AOL]]></category>
		<category><![CDATA[Aim Hacks]]></category>
		<category><![CDATA[Myspace]]></category>

		<guid isPermaLink="false">http://bumped.org/tek/2007/06/26/how-to-change-the-screen-name-colors-in-aim-6/</guid>
		<description><![CDATA[If&#160; you have Aim 7?
Click here to change screen name color!

Some people might not like the screen name [&#8230;]]]></description>
			<content:encoded><![CDATA[<p class="notice" style="text-align: center;">If&nbsp; you have Aim 7?<br />
<a href="http://bumped.org/tek/2010/01/11/aim-7-1-changing-screen-name-colors/">Click here to change screen name color!</a></p>
<p><!--adsense#tops--></p>
<p>Some people might not like the screen name colors in Aim 6, and may want it to be red and blue, or blue and green. Here&#8217;s a quick guide on how to change the colors of your screen name and to change the colors of other people&#8217;s screen name.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p class="note"><strong>To change Your Screen Name colors in Aim 6</strong></p>
<p>Navigate to the directory below. Depending on your Version of Aim. If you can&#8217;t find it, upgrade to the latest version of aim at aim.com</p>
<p>Please note that # represents your AIM version. You must manually locate this directory through Windows Explorer. <strong>Simply copying and pasting the path below will not work</strong>. The path below applies to any Aim 6 version, including Aim 6.8 and Aim 6.9.</p>
<p class="notice" style="text-align: center;"><strong>C:\Program Files\AIM6\services\<br />
imApp\<span style="color: #ff00ff;">ver6_#_#_#</span>\content\im\default.css</strong></p>
<ul>
<li>Open the default.css file in C:\windows\notepad.exe</li>
<li>Scroll down to .localname</li>
<li>Next You will have to Find an HTML Color Value to input.</li>
<li>Visit <a href="http://www.colourlovers.com/colors/add" target="_blank">Colors</a>, and select a color.</li>
<li>Notice the 6 digit code combination at the top.</li>
<li>This Code is what you will type under local name.</li>
</ul>
<blockquote style="margin-right: 0px;" dir="ltr"><p>.localName {</p>
<p>font:12px Arial;</p>
<p>color:#D73306;</p>
<p>}</p></blockquote>
<ul>
<li>Highlight over the Color Code. In this example it is #D73306</li>
<li>Type the Color Code from the Website that you chose.</li>
<li>Put a &#8216;#&#8217; before the code and make sure there is a &#8216;;&#8217; after your code</li>
</ul>
<blockquote style="margin-right: 0px;" dir="ltr"><p>.localName {</p>
<p>font:12px Arial;</p>
<p>color:<span style="color: #99cc00;">#000000</span>;</p>
<p>}</p></blockquote>
<ul>
<li>Press File &gt; Save</li>
</ul>
<p>&nbsp;</p>
<p class="note"><strong>To Change the Screen Name Color of the person you IM.</strong></p>
<p>In default.css find any .remote name</p>
<blockquote style="margin-right: 0px;" dir="ltr"><p>.remoteName0 {</p>
<p>font:12px Arial;</p>
<p>color:#0F0595;</p>
<p>}</p></blockquote>
<ul>
<li>Change the color by inserting a color value just like you did above.</li>
</ul>
<p>Other .remoteName deal with the color of screen names in chatrooms. You can change any of these screen name colors the same way you did before. These colors will be given to people at random so do not expect to see much changes unless you drastically changed them all.</p>
<p><!--adsense#bottom--></p>
]]></content:encoded>
			<wfw:commentRss>http://bumped.org/tek/2007/06/26/how-to-change-the-screen-name-colors-in-aim-6/feed/</wfw:commentRss>
		<slash:comments>69</slash:comments>
		</item>
	</channel>
</rss>
