<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-35901383</id><updated>2011-12-14T18:46:30.737-08:00</updated><title type='text'>Local Safari</title><subtitle type='html'>How to localise the google search in safari for os x</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://localsafari.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35901383/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://localsafari.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>staticbikes</name><uri>http://www.blogger.com/profile/09706775329536315865</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-35901383.post-116109898431106692</id><published>2006-10-17T08:29:00.000-07:00</published><updated>2006-10-17T08:29:44.330-07:00</updated><title type='text'>game test</title><content type='html'>&lt;a title='Freeloader.com Game - Puzzle Master 3' href='http://www.freeloader.com/share/?fl_bob_cid=511;' target='_new' style='text-decoration: none;'&gt;&lt;div style='width: 400px;background: #464673;border: 1px solid #2B2B5C;padding: 3px;color: white;font-family: arial, sans-serif;font-size: 10px;font-weight: normal;overflow:auto;' onmouseover="this.style.background='#FF9933';this.style.cursor='pointer'" onmouseout="this.style.background='#464673'"&gt;&lt;div style='float: left;margin: 0px 5px 0px 0px;'&gt;&lt;img src='http://download.freeloader.com/style/images/freeloader/games/screenshots/511/standard/ss_1.jpg' width='100' height='75' style='border: 1px solid #333366' alt='Freeloader.com Game - Puzzle Master 3'&gt;&lt;/div&gt;&lt;h1 style='padding: 0px;margin: 0px 0px 2px 0px;font-size: 12px;font-weight: bold;'&gt;Puzzle Master 3&lt;/h1&gt;&lt;p style='margin: 5px 0px 5px 0px;'&gt;Go Jigsaw mad in this addictive Jigsaw game. The best thing is that you can be confident there are no pieces missing!&lt;/p&gt;&lt;div style='font-weight: bold;'&gt;Play This Game!&lt;/div&gt;&lt;/div&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/35901383-116109898431106692?l=localsafari.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://localsafari.blogspot.com/feeds/116109898431106692/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=35901383&amp;postID=116109898431106692' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35901383/posts/default/116109898431106692'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35901383/posts/default/116109898431106692'/><link rel='alternate' type='text/html' href='http://localsafari.blogspot.com/2006/10/game-test.html' title='game test'/><author><name>staticbikes</name><uri>http://www.blogger.com/profile/09706775329536315865</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35901383.post-116064569140964056</id><published>2006-10-12T02:17:00.000-07:00</published><updated>2006-10-12T03:31:26.966-07:00</updated><title type='text'>Localising Safaris Google Search</title><content type='html'>I may be slightly anal but seeing as Safari is my default browser of choice, it was becoming increasing irritating that the google search defaulted to the US of A's google search for all my searches from safaris built in form.&lt;br /&gt;&lt;br /&gt;I hate installing any 3rd party guff into my browser as it always.... always ends up choking the browser somewhere along the line. So i wanted a simple solution.&lt;br /&gt;&lt;br /&gt;I figured that the setting to boot the search off to google was tucked away in a plist somewhere but no, that would've been way too easy. So i tapped up my developer friend and he showed me the path to enlightenment.&lt;br /&gt;&lt;br /&gt;This is what you do: QUIT SAFARI FIRST&lt;br /&gt;&lt;br /&gt;1) download hexedit for os x http://sourceforge.net/projects/hexedit/&lt;br /&gt;2) backup your safari build (copy paste the safari icon in the apps folder)&lt;br /&gt;3) fire up hexedit and browse to Applications/Safari/Contents/MacOS/Safari&lt;br /&gt;4) Choose find and replace from the hexedit edit menu&lt;br /&gt;5) enter http://%@.google.com/%@?q=%@&amp;ie=UTF-8&amp;oe=UTF-8 into the find box&lt;br /&gt;6) and   http://%@.google.co.uk/%@?q=%@&amp;ie=UTF-8&amp;oe=UTF into the replace box. NB ensure this string is the same length as the one you're replacing. (obviously change this to whichever google localisation you need - im guessing you could change to any search engine too but why would you?)&lt;br /&gt;7) fire at will&lt;br /&gt;8) save the changes in hexedit file/save (duh)&lt;br /&gt;9) relaunch safari - and you're done&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Hope that helps some of you out. Many thanks to Marc Cance at Freeloader.com for the geekery.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.digg.com/submit?phase=2&amp;url=http://localsafari.blogspot.com/2006/10/localising-safaris-google-search.html"&gt;Digg It!&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/35901383-116064569140964056?l=localsafari.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://localsafari.blogspot.com/feeds/116064569140964056/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=35901383&amp;postID=116064569140964056' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35901383/posts/default/116064569140964056'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35901383/posts/default/116064569140964056'/><link rel='alternate' type='text/html' href='http://localsafari.blogspot.com/2006/10/localising-safaris-google-search.html' title='Localising Safaris Google Search'/><author><name>staticbikes</name><uri>http://www.blogger.com/profile/09706775329536315865</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry></feed>
