﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Trisha's Dev Blog</title>
    <link>http://www.alynnlee.com/trisha/blog</link>
    <description>Trisha's Dev Blog</description>
    <copyright>Copyright (c) 2011 Trisha's Dev Blog</copyright>
    <lastbuilddate>Wed, 01 Jun 2011 11:59:35 GMT</lastbuilddate>
    <ttl>5</ttl>
    <item>
      <title>Multi-Language Google CSEs</title>
      <description>Do you have site programmed in multiple languages?&amp;nbsp; Wondering how to use a Google Search effectively on your site without returning results across your site for all languages?&lt;br&gt;&lt;br&gt;We use Google Custom Search Engines (CSEs) on several of our sites, and you can apply language filters, so that when you flip the switch on your site to present it in other languages, you can also filter your CSE.&amp;nbsp; Checkout &lt;a href="http://www.google.com/support/forum/p/customsearch/thread?tid=110e3567948c41bc&amp;amp;hl=en."&gt;this info&lt;/a&gt; from the Google support forums.&lt;br&gt;&lt;br&gt;Happy international programming!&lt;br&gt;</description>
      <link>http://www.alynnlee.com/trisha/blog/default.aspx?id=44&amp;t=MultiLanguage-Google-CSEs</link>
      <pubDate>Wed, 01 Jun 2011 11:48:00 GMT</pubDate>
    </item>
    <item>
      <title>Annoying .svn/tmp/entries Errors During Actions</title>
      <description>Are you on Windows 7?&amp;nbsp; Are you getting this message a lot while using SVN: "Can't move '.svn/tmp/entries' to '.svn/entries': The file or directory is corrupted and unreadable."&lt;br&gt;&lt;br&gt;Well, you aren't alone!&amp;nbsp; Apparently, this is a bug specific to the Windows indexing service in Windows 7.&amp;nbsp; I was seeing this during longer running updates and commits, and was causing me a bunch of grief.&amp;nbsp; I discovered through some research that I was able to fix the problem by turning off the indexing service on the Visual Studio 2008 &amp;gt; Projects folder.&amp;nbsp; Of course, this does mean that the little built-in search box in Windows Explorer is never going to return any results in this folder.&amp;nbsp; Alas.&lt;br&gt;&lt;br&gt;Hope this helps you!&lt;br&gt;</description>
      <link>http://www.alynnlee.com/trisha/blog/default.aspx?id=43&amp;t=Annoying-svntmpentries-Errors-During</link>
      <pubDate>Sun, 10 Apr 2011 11:48:00 GMT</pubDate>
    </item>
    <item>
      <title>Unlocking a Contribute File</title>
      <description>Very often, clients who are using Contribute call with a problem with a file being locked for editing.&amp;nbsp; Since we usually administer their sites with Dreamweaver, we've developed a quick way to unlock these files.&amp;nbsp; I've read about deleting lock files and such, but this is the way I can always remember without having to stop and look it up.&lt;br&gt;&lt;br&gt;Open the site in Dreamweaver (make sure Contribute compatibility is turned on for the site).&amp;nbsp; Connect to the Remote site and see if a red check-mark is present on this file.&amp;nbsp; This means someone forgot to check it back in and the connection was lost.&amp;nbsp; The file has become locked.&amp;nbsp; To unlock, override their checkout.&amp;nbsp; If it wants to overwrite your local file, and the date on the remote file is newer than the local file, you should let it do so to prevent losing the updates on the remote server.&amp;nbsp; Once you override, both the local and remote checks should turn green and show you as the person having it checked out.&amp;nbsp; You can then check the file in, and the file should be ready for Contribute editing.&lt;br&gt;&lt;br&gt;Happy editing!&lt;br&gt;</description>
      <link>http://www.alynnlee.com/trisha/blog/default.aspx?id=41&amp;t=Unlocking-a-Contribute-File</link>
      <pubDate>Wed, 30 Mar 2011 11:58:00 GMT</pubDate>
    </item>
    <item>
      <title>Killing Processes in SQL Server</title>
      <description>Ever need to kill off a pile of processes in SQL Server?&amp;nbsp; You can do this one by one using the activity monitor, but if you have 150 or so to kill, might take a while. &lt;br&gt;&lt;br&gt;Here's a handy little piece of SQL that'll do the job for you:&lt;br&gt;&lt;br&gt;ALTER DATABASE MyDatabase SET SINGLE_USER WITH ROLLBACK IMMEDIATE&lt;br&gt;GO&lt;br&gt;&lt;br&gt;ALTER DATABASE MyDatabase SET MULTI_USER&lt;br&gt;GO&lt;br&gt;&lt;br&gt;Takes only a few seconds, and you're there.&amp;nbsp; Just make sure you don't boot anybody out that is doing something important.&lt;br&gt;</description>
      <link>http://www.alynnlee.com/trisha/blog/default.aspx?id=42&amp;t=Killing-Processes-in-SQL-Server</link>
      <pubDate>Wed, 23 Feb 2011 11:48:00 GMT</pubDate>
    </item>
    <item>
      <title>A Thought on Website Development Costs</title>
      <description>How much should a website cost?&amp;nbsp; It's a question I get asked almost every day.&amp;nbsp; To put things into perspective, Amazon.com has spent billions, yes, that's billions with a "b" and an "s" on the end on theirs.&amp;nbsp; Source: &lt;a href="http://www.donloper.com/managing-an-agency/how-much-does-a-website-cost.html"&gt;http://www.donloper.com/managing-an-agency/how-much-does-a-website-cost.html&lt;/a&gt;.&lt;br&gt;&lt;br&gt;So, when you ask your local developer for a website like Amazon, be prepared to have some venture capital backing your project. :)&lt;br&gt;&lt;br&gt;Just thought this was a good commentary on what web development CAN cost, keeping in mind that expectations should be kept in-line with budget.&amp;nbsp; Hope this is helpful!&lt;br&gt;</description>
      <link>http://www.alynnlee.com/trisha/blog/default.aspx?id=40&amp;t=A-Thought-on-Website-Development-Costs</link>
      <pubDate>Wed, 21 Jul 2010 13:51:00 GMT</pubDate>
    </item>
  </channel>
</rss>
