<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>Tildemark blogs</title>
        <link>http://www.tildemark.com/</link>
        <description>Blogging on uniquely random things. </description>
        <language>en</language>
        <copyright>Copyright 2008</copyright>
        <lastBuildDate>Fri, 28 Mar 2008 09:48:49 +0800</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>Stand alone flash player</title>
            <description><![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="flashplayer_100x100.jpg" src="http://www.tildemark.com/images/flashplayer_100x100.jpg" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" height="100" width="100" /></span>Downloaded an swf file but you do not know how to open it? You try to download a flash player from its website but it only works on a web browser. the only option to you is to install Flash, this is impractical if you only want to open swf files and not edit them considering the cost of buying the software. <br /><br />I usually go to some flash sites with online games, then later ill browse my temporary internet folder for these swf files. Store them in a folder on my drive, then later whenever i wanted to play these flash games i would just simply go over to my saved swf folder and run it from there. <br /><br />Adobe flash actually has its stand alone flash player. i you just know where to locate them on their site. The only catch is that its description is not clearly defined and explained. <br /><br />To get the stand alone flash player go to the <a href="http://www.adobe.com/support/flashplayer/downloads.html">flash download page</a> and scroll down to the link marked similar to this "Adobe Flash Player Projector Content", Choose an OS version and download it. Double click on the downloaded application and drag swf into it to play.<br /> ]]></description>
            <link>http://www.tildemark.com/software/stand-alone-flash-player.html</link>
            <guid>http://www.tildemark.com/software/stand-alone-flash-player.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Software</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Tips</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">applications</category>
            
            <pubDate>Fri, 28 Mar 2008 09:48:49 +0800</pubDate>
        </item>
        
        <item>
            <title>Mass rename files using wscript</title>
            <description><![CDATA[<p>Obviously, its seldom to see people using batch files nowadays. Most people dont even know what it is. On, contrary i still use them on my daily tasks to automate things, its like having Perl on a Linux box. but things are changing now, i guess using batch files isn't the trend anymore these days. The same with Linux OS, Windows also comes in handy with some tools used to automate tasks and using batchfiles is one of them. Since we're using Windows XP now, its also wise to&nbsp;do things in GUI mode in contrary with the old style DOS mode edit.</p>
<p>While downloading some pictures from a camera,&nbsp;I found them hard to manually rename its filename to a more meaningful title and not some random "DSC001323.JPG". After rename 10 or 15 files, i got bored, thinking this would take me forerver to rename them all for they are more than a thousand in total. If you can still recall that neat application called <a href="http://www.irfanview.com/">Irfan View</a>, my life would have been alot easier. </p>
<p>Well anyway, lets change things we normally do and instead of using batch files we use vb script. A zipped version of the 
<span class="mt-enclosure mt-enclosure-file" style="DISPLAY: inline"><a href="http://www.tildemark.com/downloads/MassRename.zip">mass renaming script</a></span>&nbsp;is also available for download. </p><code>
<p>''''''''''''''''''''''''''''''''''''''''''<br />' Mass Rename Script by tildemark<br />' <a href="http://www.tildemark.com/">http://www.tildemark.com</a><br />' <br />' <br />' Usage: <br />'&nbsp;&nbsp; Place this script on a list of files you wish to rename.<br />'&nbsp;&nbsp; Run this script by double clicking on the filename.<br />'<br />'<br />' For bugs send it to <a href="mailto:tildemark@gmail.com">tildemark@gmail.com</a><br />'<br />''''''''''''''''''''''''''''''''''''''''''</p>
<p>Dim fso, Path, Folder, Counter, Prefix, File, Extension</p>
<p>set fso = CreateObject("Scripting.FileSystemObject")</p>
<p>Path = InputBox("Input the location of the files to be renamed. ('.' means current folder)", "Mass Rename Script", ".")</p>
<p>Prefix = InputBox("Input the filename prefix", "Mass Rename Script")<br />If Prefix = "\" Then WScript.Quit</p>
<p>Extension = InputBox("Input the file extension to be renamed", "Mass Rename Script")<br />If Extension = "\" Then WScript.Quit</p>
<p>Counter = InputBox("Input the starting offset", "Mass Rename Script")</p>
<p>Set Folder = fso.GetFolder(Path)</p>
<p>For Each File In folder.Files</p>
<p>&nbsp; If Not ((File.Attributes And 8) = 8) Then<br />&nbsp;&nbsp;&nbsp; If fso.GetExtensionName(File.Path) = Extension Then&nbsp; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; File.Name = Prefix &amp; CStr(Counter) &amp; "." &amp; Extension<br />&nbsp;&nbsp;&nbsp; End If<br />&nbsp; End If<br />&nbsp; Counter = Counter + 1<br />Next</p>
<p>MsgBox("Done")</p></code>]]></description>
            <link>http://www.tildemark.com/programming/mass-rename-files-using-wscript.html</link>
            <guid>http://www.tildemark.com/programming/mass-rename-files-using-wscript.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">At Work</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Programming</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Tips</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">scripts</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">tips</category>
            
            <pubDate>Sat, 15 Mar 2008 08:22:09 +0800</pubDate>
        </item>
        
        <item>
            <title>Remove the pre installed Windows Messenger</title>
            <description><![CDATA[<p>This program is very annoying, and it wont be removed with a simple program uninstall. There are also programs that will automatically run the application. When you try to use the new version Live Messenger, Windows Messenger will not be overwritten and will display 2 tray applications, One for the new MSN Live Messenger and the preinstalled Windows Messenger. This day, I have decided to get rid of the preinstalled Windows Messenger. </p>

<p>To my surprise, its not listed with the Add/Remove Programs icons at the Control Panel. Microsoft has hidden the uninstall option for this application. Windows 98 has that option, i wonder why they removed it from Windows XP. </p>

<p>So, I searched the System folder for the configuration. Here's how we could remove Windows Messenger successfully. </p>

<p>Browse to your Windows INF folder. Usually its found at C:Windows\inf. its a hidden folder so you have to explicitly type it at the address bar or using Run like this</p>

<p>1. Start -> Run <br />
2. Type in C:\windows\inf [Enter]<br />
3. Look for the file named SYSOC.INF<br />
4. Open it with an editor, notepad will do. <br />
5. Look under Components for the line like this:<br />
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7</p>

<p>6. Remove the word hide. Making it like it like this:<br />
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,,7</p>

<p>7. Save and close notepad. The Windows Messenger application uninstall should now appear at the Add/Remove Programs Icon in the Control Panel. Remove it from there. </p>

<p>8. Start -> Control Panel<br />
9. Double Click on Add/Remove Programs<br />
10. Click on Add/Remove Windows Components<br />
11. Uncheck Windows Messenger <br />
12. Click Next<br />
13. Click Finish<br />
</p>]]></description>
            <link>http://www.tildemark.com/software/remove-the-pre-installed-windows-messenger.html</link>
            <guid>http://www.tildemark.com/software/remove-the-pre-installed-windows-messenger.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Software</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Tips</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">messenger</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">windows xp</category>
            
            <pubDate>Thu, 24 Jan 2008 14:43:32 +0800</pubDate>
        </item>
        
        <item>
            <title>Merging Adjacent Cells in Excel</title>
            <description><![CDATA[<p>The merge and Center button in Excel only centers the top left text and deletes the rest. What if the two columns of First names and last names are to be merged into the format: Last name, First name it would then become a problem. </p>

<p>Using the Ampersand ( & ) operator, it allows us to merge cells in an excel worksheet. you can create a formula to merge cells in excel or just insert it right away on the cell formula bar. </p>

<p>Problem:<br />
And you wish to merge the two cells at A1 and A2 to the cell at A3</p>

<p>Given: <br />
Cell A1 has the text "Lastname"<br />
Cell A2 has the text "Firstname"</p>

<p>Solution:<br />
* First position your active cell on A3.<br />
* On the formula bar input the following: =A1&A2 [ENTER]</p>

<p>It should display LastnameFirstname on cell A3</p>

<p>To add a space and a comma, use the following:<br />
=A1&", "&A2<br />
it will output: Lastname, Firstname</p>

<p>alternatively you can also use the concatenate function, like this:<br />
=CONCATENATE(A1,", ",A2)</p>]]></description>
            <link>http://www.tildemark.com/at-work/merging-adjacent-cells-in-excel.html</link>
            <guid>http://www.tildemark.com/at-work/merging-adjacent-cells-in-excel.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">At Work</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Desktop Applications</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Tips</category>
            
            
            <pubDate>Fri, 11 Jan 2008 16:48:59 +0800</pubDate>
        </item>
        
        <item>
            <title>Disable autorun on cdrom or usb drives</title>
            <description><![CDATA[By default autorun is enabled on windows xp, this puts your pc into potential malaware risk or even virus infection. Mostly, viruses and worms are spread using the windows autorun feature. We should disable autorun on your computers to prevent it from being infected with any virus, malaware or worms. Here are several ways to disable the autorun function:<br />
<br />
<strong>Disable Autorun with TweakUI.</strong><br />
The most convenient way is to install TweakUI a PowerToy from Microsoft we can download for free . Download <a href="http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx">TwealUI</a> and install it. This PowerToy gives you access to system settings that are not exposed in the Windows XP default user interface, including mouse settings, Explorer settings, taskbar settings, and more. <br />
<br />
1. Run TweakUI<br />
2. Navigate to My Computer -> AutoPlay -> Drives<br />
3. Uncheck the drive you wish to disable the AutoPlay function. <br />
4. Navigate to My Computer -> AutoPlay -> Types<br />
5. Uncheck Enable Autoplay for CD and DVD drives<br />
6. Uncheck Enable Autoplay for removable drives<br />
7. Click Apply button<br />
8. Click OK button<br />
<br />
<strong>Disable Autorun with Group Policy Editor</strong><br />
If you are a geek type and want to do it the hard way we could use the GPEDIT.MSC tool to disable Autorun.  GPEDIT.MSC does not work on Windows Home Edition, only on Windows XP. <br />

1. Navigate to Start -> Run<br />
2. type GPEDIT.MSC <br />
3. Click OK<br />
4. Navigate to Local Computer Policy -> Computer Configuration -> Administrative Template -> System<br />
5. Double click Turn Off Autoplay<br />
6. Select Enabled from the radio buttons<br />
7. On the Turn off autoplay dropdown box select All drives<br />
8. Click OK button, Close Group Policy Editor<br />
<br />
<strong>Disable Autorun with the Registry Editor</strong><br />
If you are using Windows Home, you can disable autorun using the registry editor. <br />
<br />
1. Navigate to Start -> Run<br />
2. type REGEDIT, click OK button<br />
3. Navigate to HKEY_LOCAL_MACHINE -> SYSTEM -> CurrentControlSet -> Services -> CDROM<br />
4. Double Click on Autorun <br />
5. Change from 1 to 0. The default value 1 means autorun is enabled on CDROM<br />
6. Navigate to HKEY_CURRENT_USER -> Software -> Microsoft -> Windows -> CurrentVersion -> Policies -> Explorer<br />
7. Double click on NoDriveTypeAutoRun<br />
8. Change the current valut to B5 in Hex. This disables CDROMs and USB drives<br />
<br />
To disable other devices refer to the table below. <br />
<table border="1" cellpadding="2" cellspacing="0" width="80%" class="tablemargin" style="margin-top: 0em;">
	<tr valign="top">
		<th bgcolor="#c3d9ff" width="20%">Value</th>
		<th bgcolor="#c3d9ff" width="80%">Meaning</th>
	</tr>
	<tr valign="top">
		<td><font size="-1">0x1</font></td>
		<td ><font size="-1">Disables Autoplay on drives of unknown type.</font></td>
		</tr>
	<tr vaign="top">
		<td><font size="-1">0x4</font></td>
		<td ><font size="-1">Disables Autoplay on removable drives.</font></td></tr><tr valign="top">
		<td><font size="-1">0x8</font></td>
		<td ><font size="-1">Disables Autoplay on fixed drives.</font></td>
	</tr>
	<tr valign="top">
		<td><font size="-1">0x10</font></td>
		<td ><font size="-1">Disables Autoplay on network drives.</font></td>
	</tr>
	<tr valign="top">
		<td><font size="-1">0x20</font></td>
		<td ><font size="-1">Disables Autoplay on CD-ROM drives.</font></td>
	</tr>
	<tr valign="top">
		<td><font size="-1">0x40</font></td>
		<td><font size="-1">Disables Autoplay on RAM disks.</font></td>
	</tr>
	<tr valign="top">
		<td><font size="-1">0x80</font></td>
		<td ><font size="-1">Disables Autoplay on drives of unknown type.</font></td>
	</tr>
	<tr valign="top">
		<td><font size="-1">0xFF</font></td>
		<td ><font size="-1">Disables Autoplay on all types of drives.</font></td>
	</tr>
</table>
<br />
By default, Autoplay is disabled on removable drives, such as the floppy disk drive (but not the CD-ROM drive), and on network drives. The default value 0x95 (149) is the sum of 0x1, 0x80 (unknown types), 0x4 (floppy drives), and 0x10 (network drives). 0xB5 is the sum of 0x1, 0x4, 0x10, 0x20 and 0x80. B5 in Hex or 181 in Decimal.]]></description>
            <link>http://www.tildemark.com/tips/disable-autorun-on-cdrom-or-usb-drives.html</link>
            <guid>http://www.tildemark.com/tips/disable-autorun-on-cdrom-or-usb-drives.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">At Work</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Tips</category>
            
            
            <pubDate>Tue, 08 Jan 2008 09:37:56 +0800</pubDate>
        </item>
        
        <item>
            <title>IE7 Keyboard and Mouse Shortcuts</title>
            <description><![CDATA[<p>Most of us started using IE7 because of its tabs support. While using it we would just maximize its use. Here's a list of common Internet Explorer Shortcuts:</p>

<p><strong>Keyboard shortcuts</strong><br />
Open links in a new tab in the background  CTRL+click  <br />
Open links in a new tab in the foreground  CTRL+SHIFT+click  <br />
Open a new tab in the foreground  CTRL+T  <br />
Open a new tab from the Address bar  ALT+ENTER  <br />
Open a new tab from the search box  ALT+ENTER  <br />
Open Quick Tabs (thumbnail view)  CTRL+Q  <br />
Switch between tabs  CTRL+TAB/CTRL+SHIFT+TAB  <br />
Switch to a specific tab number  CTRL+n (n can be 1-8)  <br />
Switch to the last tab  CTRL+9  <br />
Close current tab  CTRL+W  <br />
Close all tabs  ALT+F4  <br />
Close other tabs  CTRL+ALT+F4  </p>

<p><strong>Mouse shortcuts</strong><br />
Open a link in a background tab  Click the middle mouse button on a link  <br />
Open a new tab  Double-click the empty space to the right of the last tab  <br />
Close a tab  Click the middle mouse button on the tab  </p>]]></description>
            <link>http://www.tildemark.com/browsers/ie7-keyboard-and-mouse-shortcuts.html</link>
            <guid>http://www.tildemark.com/browsers/ie7-keyboard-and-mouse-shortcuts.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Browsers</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Tips</category>
            
            
            <pubDate>Tue, 13 Mar 2007 14:51:33 +0800</pubDate>
        </item>
        
        <item>
            <title>Common Linux User Commands</title>
            <description><![CDATA[<p>Here are common linux command examplers for managing user accounts. </p>

<p>Displaying user details<br />
Syntax: id {username}<br />
shell> id tildemark</p>

<p>Create a new user with username tildemark<br />
Syntax: useradd {username}<br />
shell> useradd tildemark</p>

<p>Create a new user with username tildemark under group admin <br />
Syntax: useradd -g {group} {username}<br />
shell> useradd -g admin tildemark</p>

<p>Creating a new user with username tildemark and assign a home folder<br />
Syntax: useradd -d {location} {user}<br />
shell> useradd -d /home/tildemark tildemark</p>

<p>Creating a new user tildemark and assigning a password pass<br />
Syntax: useradd -p {password} {username}<br />
shell> useradd -p pass tildemark</p>

<p>assigning password to user tildemark<br />
Syntax: passwd {username}<br />
shell> passwd tildemark</p>

<p>Creating a new group<br />
Syntax: groupadd {group}<br />
shell> groupadd developers</p>

<p>Creating a new user and assigning it multiple groups admin, developers<br />
Syntax: useradd -G {group1}, {group2} {,...}<br />
shell> useradd -G admin, developers</p>

<p>Assigning user tildemark to group admin, developers<br />
Syntax: usermod -G admin, developers tildemark</p>

<p>Delete an existing user<br />
Syntax: userdel {username}<br />
shell> userdel tildemark</p>]]></description>
            <link>http://www.tildemark.com/at-work/common-linux-user-commands.html</link>
            <guid>http://www.tildemark.com/at-work/common-linux-user-commands.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">At Work</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Tips</category>
            
            
            <pubDate>Fri, 02 Feb 2007 10:10:51 +0800</pubDate>
        </item>
        
        <item>
            <title>Loading doskey automatically with CMD</title>
            <description><![CDATA[<p>Most of the time i do work with the linux shell, so most of the time i will be using <em>ls</em> to display files the current folder. However, in windows the command to display files is <em>dir</em>. i would always interpret cmd as a linux shell. </p>

<p>Back with the good old days, we could use <a href="http://en.wikipedia.com/wiki/DOSKey">doskey</a> to assign shortcuts to <em>DOS</em> commands. So, we could just assign <em>ls</em> to its windows equivalent like this:<br />
<div><code>C:\> doskey ls=dir <RETURN></code></div></p>

<p>Now, whenever we type <em>ls</em>, <em>dir</em> command is executed. We could also do that in Windows XP Command prompt, but the problem is after you have closed the window the doskey is also removed as well and we have to type it again every time we would run cmd.</p>

<p>There is actually a work around with that, we could modify our cmd shortcut in the start menu to add the doskey instructions there so that everytime the cmd is loaded the extra line is also executed as well. </p>

<p><a href="http://www.tildemark.com/images/cmd-shortcut.jpg"><img alt="cmd-shortcut.jpg" src="http://www.tildemark.com/images/cmd-shortcut-thumb.jpg" width="150" height="190" class="post-image" /></a> <a href="http://www.tildemark.com/images/cmd-properties.jpg"><img alt="cmd-properties.jpg" src="http://www.tildemark.com/images/cmd-properties-thumb.jpg" width="150" height="209" class="post-image" /></a></p>

<p>i have modified my shortcut target from<br />
<div><code><br />
%SystemRoot%\system32\cmd.exe<br />
</code></div><br />
to <br />
<div><code><br />
%SystemRoot%\system32\cmd.exe /k doskey ls=dir<br />
</code></div></p>

<p>the /k makes the window stay after the doskey is executed. For more additional options about cmd you can issue the command </p>

<div><code>
C:\> cmd /?
</code></div>

<p>here are a few common options:<br />
/C      Carries out the command specified by string and then terminates<br />
/K      Carries out the command specified by string but remains<br />
/S      Modifies the treatment of string after /C or /K<br />
/Q      Turns echo off<br />
/D      Disable execution of AutoRun commands from registry</p>

<p><br />
Alternatively, you could also change the value of your registry at <br />
<div><code>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor</code></div></p>

<p>to </p>

<p>Value name: <b>AutoRun</b><br />
Value data: <b>doskey ls=dir</b></p>

<p>Actually, its better to use the registry option because after adding the code to the shortcut properties; the code completion for the command prompt no longer works.</p>]]></description>
            <link>http://www.tildemark.com/at-work/loading-doskey-automatically-with-cmd.html</link>
            <guid>http://www.tildemark.com/at-work/loading-doskey-automatically-with-cmd.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">At Work</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Tips</category>
            
            
            <pubDate>Wed, 31 Jan 2007 13:07:48 +0800</pubDate>
        </item>
        
        <item>
            <title>Making a tarball file</title>
            <description><![CDATA[<p>Making a tarball and adding a mysqldump to it then naming it as example.tar:<br />
<div class="module-code"><code><br />
shell> tar cvf example.tar dump.sql<br />
</code></div></p>

<p><br />
Making a tarball and adding all files in the current directory then naming it as example.tar:<br />
<div class="module-code"><code><br />
shell> tar cvf example.tar *<br />
</code></div></p>

<p><br />
Compressing the tarball by zipping it (.gz):<br />
<div class="module-code"><code><br />
shell> gzip example.tar<br />
</code></div></p>

<p><br />
Restoring a tarball gzip file example.tar.gz<br />
<div class="module-code"><code><br />
shell> gunzip example.tar.gz<br />
shell> tar xvf example.tar<br />
</code></div></p>]]></description>
            <link>http://www.tildemark.com/at-work/making-a-tarball-file.html</link>
            <guid>http://www.tildemark.com/at-work/making-a-tarball-file.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">At Work</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Tips</category>
            
            
            <pubDate>Tue, 30 Jan 2007 15:03:38 +0800</pubDate>
        </item>
        
        <item>
            <title>Adding Dynamic Hyperlinks in Excel</title>
            <description><![CDATA[<p>Creating a hyperlink in excel is simple. Notice that after typing any uri in excel the text automatically turned into a hyperlink. You can add any link as you like in excel as long as there is a prepended http:// phrase before the text entered.</p>

<p>Now, what if we are going to add a dynamic URL? It would be best explained by example, so here it goes.</p>

<p>For example: We are asked to check multiple sites for the following internet standards; W3C HTML Validator and WDG HTML Validator.</p>

<p>We have a reference cell A1 have the text http://tildemark.com. We all know the URL for the respective standards as: </p>

<p>W3C - http://validator.w3.org/check?uri=http://www.tildemark.com<br />
WDG - http://www.htmlhelp.com/cgi-bin/validate.cgi?url=http://www.tildemark.com&warnings=yes</p>

<p>Now, all we need to create an entry such that each time we change the domain names the entry on each validator also changes. </p>

<p>Do the following on Excel:</p>

<p>Cell A1 - http://www.tildemark.com</p>

<table cellpadding="2" cellspacing="0" border="1" width="100%">
<tr bgcolor=#009900>
<th valign="top" bgcolor=#009900>&nbsp;</th>
<th align="center"><b>A</b>
<th align="center"><b>B</b></th>
</tr>
<tr><th bgcolor=#009900>1</th><td>http://www.tildemark.com</td>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td></tr>
<tr><th bgcolor=#009900>2</th><td valign="top">&nbsp;</td><td valign="top">&nbsp;</td></tr>
<tr><th bgcolor=#009900>3</th><td valign="top">&nbsp;</td><td valign="top">&nbsp;</td></tr>
<tr><th bgcolor=#009900>4</th><td valign="top">&nbsp;</td><td valign="top">&nbsp;</td></tr>
<tr><th bgcolor=#009900>5</th><td valign="top">&nbsp;</td><td valign="top">&nbsp;</td></tr>
<tr><th bgcolor=#009900>...</th><td valign="top">&nbsp;</td><td valign="top">&nbsp;</td></tr>
<tr><th bgcolor=#009900>9</th><td>=HYPERLINK<br />
  ("http://validator.w3.org/check?uri="&A1,"Check W3C HTML Validator")</td>
<td valign="top">&nbsp;</td></tr>
<tr><th bgcolor=#009900>10</th><td><p>=HYPERLINK<br />
  ("http://www.htmlhelp.com/cgi-bin/validate.cgi?url="&A9&"&warnings=yes",<br />
  "Page passed WDG validator")</p>
  </td><td valign="top">&nbsp;</td></tr>
</table>

<p>More info at <a href="http://office.microsoft.com/en-us/assistance/HP052091161033.aspx">Office Website</a>.</p>]]></description>
            <link>http://www.tildemark.com/at-work/adding-dynamic-hyperlinks-in-excel.html</link>
            <guid>http://www.tildemark.com/at-work/adding-dynamic-hyperlinks-in-excel.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">At Work</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Desktop Applications</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Tips</category>
            
            
            <pubDate>Sat, 14 Oct 2006 10:32:33 +0800</pubDate>
        </item>
        
        <item>
            <title>Removing multiple hyperlinks in Excel</title>
            <description><![CDATA[<p>Removing a bunch of hyperlinks can be tedious. imagine the time you have to right-click on each of those links and selecting 'remove hyperlink' on the context menu. Of course it would just take two clicks, but what if you are to remove a hundred of them or perhaps 1000 of them? I'm sure that would scrape out the paint of your right-mouse button. :) </p>

<p>I have some simple techniques you can use in order to remove multiple hyperlinks on a page: </p>

<p><b>Removing just one hyperlink</b><br />
1. <strong>Right-Click</strong> on the cell and select <strong>Remove Hyperlink</strong> on the context menu.</p>

<p><b>Removing the cell format</b><br />
1. Select the cells having hyperlinks. You can use <strong>CTRL+LEFT CLICK</strong> to randomly select a cell.<br />
2. On the menu click on <strong>Edit</strong>. Hover your mouse to the option <strong>Clear</strong> and select <strong>Fomats</strong>. Please note that the cell is still clickable to remove the hyperlink completely you have to select <strong>Clear</strong>-><strong>All</strong>.</p>

<p><b>Remove hyperlink on selected cells the better way</b><br />
1. Type in any text or number in a blank cell<br />
2. Right-click and select Copy on the context menu.<br />
3. While pressing CTRL, select each hyperlink you wish to be removed<br />
4. On the Edit menu, select <strong>Paste Special</strong>.<br />
5. Under Operation, click <strong>Multiply</strong> and then click OK.</p>

<p><b>Removing using a macro</b><br />
Assuming you know excel programming you could create a macro to automatically remove the hyperlinks. <br />
1. Start Visual Basic Editor. Alternatively you can press <strong>ALT-F11</strong> to start the editor.<br />
2. Double click the workbook you are using on the Project Explorer.<br />
3. Type the following text:<br />
<div class="module-code"><br />
Sub RemoveHyperlinks()<br />
    ActiveSheet.Hyperlinks.Delete<br />
End Sub<br />
</div><br />
4. Save your work.<br />
5. Run your macro by pressing ALT-F8 or using the menu by Tools->Macro->Macros<br />
6. Select the macro you have made, it should have the name 'RemoveHyperlinks'. <br />
<br /><br />
</p>]]></description>
            <link>http://www.tildemark.com/at-work/removing-multiple-hyperlinks-in-excel.html</link>
            <guid>http://www.tildemark.com/at-work/removing-multiple-hyperlinks-in-excel.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">At Work</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Desktop Applications</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Tips</category>
            
            
            <pubDate>Wed, 11 Oct 2006 11:24:17 +0800</pubDate>
        </item>
        
    </channel>
</rss>






