<?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 2009</copyright>
        <lastBuildDate>Tue, 18 Dec 2007 17:36:30 +0800</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>Removing the built in search bar on IE7</title>
            <description><![CDATA[<p>The search bar in IE7 will become redundant if we install another toolbar for like the google toolbar. we could then use the extra space for our address bar. To disable the built in search bar in internet explorer 7 :</p>

<p>1. Start -> Run -> regedit -> OK<br />
2. Navigate to <br />
* HKEY_LOCAL_MACHINE<br />
* Software <br />
* Policies<br />
* Microsoft<br />
* Internet Explorer<br />
* Infodelivery<br />
* Restrictions<br />
3. Right click on an empty space select: New -> DWORD value<br />
4. Rename New Value #1 to NoSearchBox : Right click on New Value #1 -> Rename<br />
5. Double click on NoSearchBox name<br />
6. On the Value data textbox change it to 1 from zero<br />
7. Click on OK</p>

<p>Your Search bar in IE7 will be gone, to enable it back again, just change the value data 1 back to 0.<br />
</p>]]></description>
            <link>http://www.tildemark.com/browsers/removing-the-built-in-search-bar-on-ie7.html</link>
            <guid>http://www.tildemark.com/browsers/removing-the-built-in-search-bar-on-ie7.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Browsers</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Internet</category>
            
            
            <pubDate>Tue, 18 Dec 2007 17:36:30 +0800</pubDate>
        </item>
        
        <item>
            <title>IE7 always keep a cache of the visited pages</title>
            <description><![CDATA[<p>The new version Internet Explorer 7 has a problem in caching of the displayed specially if you are using some ajax applications. Even if you have use the meta tags that specifies no cache, the IE7 would ignore them. </p>

<p>&lt;meta name="pragma" content="no-cache"&gt;<br />
&lt;meta http-equiv="Expires" content="-1"&gt;<br />
&lt;meta http-equiv="cache-control" content="no-cache"&gt;</p>

<p>The above code does not work on IE7. You could force the browser to remove the cache by manually deleting it or by using the following code below in PHP:</p>

<p>//  choose a date in the past<br />
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");<br />
// set the last modified date to today<br />
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");<br />
// if the browser supports HTTP/1.1<br />
header("Cache-Control: no-store, no-cache, must-revalidate");<br />
header("Cache-Control: post-check=0, pre-check=0", false);<br />
// if the browser supports HTTP/1.0<br />
header("Pragma: no-cache");</p>

<p>Another way is to add the meta tag code below in between your end body tag and your end html tags. It does not conform to the w3c standards, but it works. :D</p>

<p>&lt;/body&gt;<br />
&lt;head&gt;<br />
&lt;meta http-equiv="PRAGMA" content="NO-CACHE" /&gt;<br />
&lt;/head&gt;<br />
&lt;/html&gt;</p>]]></description>
            <link>http://www.tildemark.com/browsers/ie7-always-keep-a-cache-of-the-visited-pages.html</link>
            <guid>http://www.tildemark.com/browsers/ie7-always-keep-a-cache-of-the-visited-pages.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Browsers</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Internet</category>
            
            
            <pubDate>Thu, 29 Mar 2007 12:50:55 +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>Firefox Friends Wall in Firefox 2</title>
            <description><![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tildemark.com/images/firefox-startup-circle.jpg"><img alt="firefox-startup-circle.jpg" src="http://www.tildemark.com/images/firefox-startup-circle-thumb-200x121.jpg" class="mt-image-none" style="" height="121" width="200" /></a></span><p><br />
I assume you have already seen this small icon in <a href="http://www.google.com/firefox?client=firefox-a&amp;rls=org.mozilla:en-US:official">firefox startup page</a>. It lets you invite another friend to download <a href="http://www.mozilla.com/firefox/">Firefox</a>. When Firefox 2 is released, both of your names will be posted on the Firefox Wall. Your friend should download firefox on or before September 15, 2006 to be included in the list. In any case, you wish to remove your name on the list, just visit <a href="http://www.worldfirefoxday.com/">world of firefox day website</a> and click on the remove your name link.<br />
</p><div><br /></div>]]></description>
            <link>http://www.tildemark.com/browsers/firefox-friends-wall-in-firefo.html</link>
            <guid>http://www.tildemark.com/browsers/firefox-friends-wall-in-firefo.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Browsers</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">browser</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">firefox</category>
            
            <pubDate>Wed, 06 Sep 2006 12:20:54 +0800</pubDate>
        </item>
        
    </channel>
</rss>






