User Joe Chin - Stack Overflowmost recent 30 from stackoverflow.com2009-11-28T01:22:26Zhttp://stackoverflow.com/feeds/user/5906http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/798702/apache-virtual-hosts-and-modrewrite-conflicts0Apache Virtual Hosts and mod_rewrite conflictsJoe Chin2009-04-28T16:03:53Z2009-05-05T15:05:17Z
<p>I've been scouring the net and SO and I can't get around or through this problem.</p>
<p>We have a bunch of subdomains and a few dedicated servers. One server does double-triple duty as issue tracking and landing page. Problem is the wildcard landing page doesn't take you to the correct virtual host page sometimes. I've been looking at wildcards but they seem particularly broad.</p>
<p>Our scenario is the following:</p>
<p>-<strong>www.askia.com</strong> is the main landing site. A non-existing (wildcard) subdomain should always land here.<br />
-<strong>dev.askia.com</strong> is the technical support and issues site. It has some mod_rewrites for https. It took me a while, but I got it to work and I'd rather not break it.<br />
-<strong>www.askia.fr</strong> is our french site. Instead of taking you to <strong>www.askia.com</strong> it takes you to the dev.askia.com.<br />
-<strong>www.askia.co.uk</strong> should take you to <strong>www.askia.com</strong> but it goes to <strong>dev.askia.com</strong></p>
<p>I'm not entirely sure where I should be trying to fix the solution. Should I do something in the CNAME. In the virtualhosts config file or in the mod_rewrite file.</p>
http://stackoverflow.com/questions/819961/auto-update-your-applications-through-windows-update/819985#8199854Answer by Joe Chin for Auto update your applications through Windows UpdateJoe Chin2009-05-04T12:59:16Z2009-05-04T12:59:16Z<p>You should check out Microsoft <a href="http://msdn.microsoft.com/en-us/library/142dbbz4.aspx" rel="nofollow">ClickOnce</a> </p>
http://stackoverflow.com/questions/798702/apache-virtual-hosts-and-modrewrite-conflicts/819869#8198690Answer by Joe Chin for Apache Virtual Hosts and mod_rewrite conflictsJoe Chin2009-05-04T12:24:36Z2009-05-04T12:24:36Z<p>Okay I think I found something else. I found a post <a href="http://forum.slicehost.com/comments.php?DiscussionID=2768" rel="nofollow">here</a> about each conf file. I typed <code>apache2ctl -S</code> and this is the printout I'm getting:</p>
<p><code>VirtualHost configuration:
wildcard NameVirtualHosts and _default_ servers:
*:443 is a NameVirtualHost
default server dev.askia.com (/etc/apache2/sites-enabled/dev.askia.com:91)
port 443 namevhost dev.askia.com (/etc/apache2/sites-enabled/dev.askia.com:91)
*:80 is a NameVirtualHost
default server dev.askia.com (/etc/apache2/sites-enabled/dev.askia.com:3)
port 80 namevhost dev.askia.com (/etc/apache2/sites-enabled/dev.askia.com:3)
port 80 namevhost www.askia.com (/etc/apache2/sites-enabled/www.askia.com:1)
Syntax OK
</code></p>
<p>So it looks like the problem isn't with the rewrites but the way apache determines the default site. It seems completely random because when I disable dev it defaults to www I've configured a 000-default file but it doesn't show up at all.</p>
http://stackoverflow.com/questions/793737/is-this-a-good-use-of-the-singleton-pattern/793809#7938090Answer by Joe Chin for Is this a good use of the Singleton pattern?Joe Chin2009-04-27T14:39:29Z2009-04-27T14:39:29Z<p>That's not the pattern you should be using. I think you should try a state pattern instead. Singleton is for when you need access to a limited resource from many different places. </p>
<p>Like opening and reading a configuration file. Instead of different classes reading the same file they go through a class that does only that. What you need is when the user changes a setting the system needs to be notified that something has been changed.</p>
<p>But this really depends on the language you are using. As far as I know only java has a onNotify() method. But I could be wrong.</p>
http://stackoverflow.com/questions/594205/is-it-possible-to-know-if-net-framework-is-installed-from-a-net-application/594225#5942250Answer by Joe Chin for Is it possible to know if .NET framework is installed from a .NET application?Joe Chin2009-02-27T10:29:01Z2009-02-27T10:29:01Z<p>If it's packaged in an installer you can set the install conditions to check for .NET and the framework version.</p>
<p>The other way to check the framework is:</p>
<pre><code>System.Runtime.InteropServices.RuntimeEnvironment.GetRuntimeDirectory;
System.Runtime.InteropServices.RuntimeEnvironment.GetSystemVersion;
</code></pre>
<p>From the O'Reilly Cookbook.</p>
<p>But both of those are defeated by the fact that .NET has to be installed before the code can even begin to check.</p>
http://stackoverflow.com/questions/561201/creating-a-custom-datagridrowview0Creating a custom datagridrowviewJoe Chin2009-02-18T14:16:02Z2009-02-18T14:16:02Z
<p>Hi everyone, I'm trying to create a custom gridview similar to the one present in SQL Management Studio for mapping fields to another database.
<img src="http://img5.imageshack.us/img5/5183/columnmappingsdg5.png" alt="alt text" title="SQL Studio Columns Mapping" /></p>
<p>I tried to create a custom datagridviewrow with custom cellviews with controls inside and all I get are empty cells inside.</p>
<p><img src="http://img9.imageshack.us/img9/8890/testedexampleeg7.png" alt="alt text" title="My poor attempt at the same thing" /></p>
<p>Does anyone have a good idea how I can get this working. I've looked at other posts and I don't think they apply in this case.</p>
http://stackoverflow.com/questions/383559/how-do-you-see-the-future-of-net-versus-java/383590#3835904Answer by Joe Chin for How do you see the future of .NET versus JAVA?Joe Chin2008-12-20T18:40:59Z2008-12-20T18:40:59Z<p>At this point in the game does it really matter. They are both mature frameworks with lots of developers on each. The only difference is you have Microsoft on one side and barring a major disaster in Redmond I don't think they are going anywhere. Sun is in a more sensitive position but they have opened control of Java so if they fold atleast Java will continue to be developed.</p>
<p>When you really think about it servers are cheap, bandwidth is cheap, licenses are cheap, developers are expensive. No matter what industry you are in human capital will be the most expensive thing you'll have to deal with it. It's the project manager that really decide what framework is used. If they are more comfortable working with Java, .Net, or even ColdFusion than I don't really care. Developers are hired on what they can do. I have yet to meet a .NET or Java (with pro experience) go hungry.</p>
http://stackoverflow.com/questions/363370/browsing-for-sql-servers2Browsing for SQL ServersJoe Chin2008-12-12T16:51:11Z2008-12-12T17:25:02Z
<p>I'm writing a database application that connects to SQL server. I'd like to implement a similar connection dialog box like the one in SQL Management Studio. I've already found a way to get the list of databases on a server, but I'd really like to get the list of available servers on the network so end users won't have to type in the name/IP of the server.</p>
http://stackoverflow.com/questions/363298/which-design-patterns-do-you-find-yourself-most-frequently-using/363344#3633440Answer by Joe Chin for Which design patterns do you find yourself most frequently using?Joe Chin2008-12-12T16:45:48Z2008-12-12T16:45:48Z<p>Singleton. There really is only a few reasons to use it, but the frequency of use is astonishing.</p>
http://stackoverflow.com/questions/343201/how-to-speed-up-sharepoint-development-in-virtual-pc/343551#3435511Answer by Joe Chin for How to speed up sharepoint development in Virtual PC?Joe Chin2008-12-05T11:22:08Z2008-12-05T11:22:08Z<p>Run something else. Virtual PC is garbage. Between HyperV, VMWare, and Virtualbox there are much better alternatives available.</p>
<p>Personally, I use VMWare Server. I tried HyperV but the performance wasn't up to what I was expecting from Microsoft. The fact that VMWare is available on 3 platforms means I can start my projects on a Macbook, transfer it to a Linux server, or open it on another windows box.</p>
<p>And I can choose 1,2 or 4 cores.</p>
http://stackoverflow.com/questions/304849/how-do-you-your-company-create-project-documentation/304892#3048920Answer by Joe Chin for How do you/your company create project-documentation?Joe Chin2008-11-20T10:32:12Z2008-11-20T10:32:12Z<p>For us it starts with a Word Document. You basically build out a bulleted list of things you want to accomplish. Then those bulletpoints get transformed into more specific details (classes with members, methods, and properties). For bigger projects we can spend a week or two, or three writing the actual specification before the first line of code sees the light of day. </p>
<p>Once we think we have a final draft we fire up our IDEs and write the interfaces. Documentation is done inline in Visual Studio. We don't document every little thing but we try to keep on the ball about it.</p>
<p>For small projects it's still good to do the documentation and specification done, you never know where it might end up. We wrote a little tool to test some of our classes and it has blossomed into its own testing suite for our developers. We didn't think it was important at the time but without good documentation it would be unusable at this stage.</p>
http://stackoverflow.com/questions/253038/windows-forms-getting-a-property-from-parent-form1Windows Forms, getting a property from parent formJoe Chin2008-10-31T10:17:55Z2008-10-31T10:41:54Z
<p>I'm having a bit of a problem. I have a datatable in the parent form. I open a dialogbox form that gets the datatable property and creates a checkboxlist. This will be used to export those columns. But when I run the application the parentform property is null. I've tried setting it in the parent and dialogbox form (I assumed this would have been done automagically if ShowDialog() was called).</p>
<p>Can someone take a look and see where I'm going wrong?
From the dialogbox:</p>
<pre><code>frmParent MyParentForm = (frmParent)this.ParentForm;
for (int i=0; i<MyParentForm.DataGridTable.Count; i++)
{
chkListExportItems.Add(MyParentForm.DataGrid.Columns[i].Name,true);
}
</code></pre>
<p>From the parent form:</p>
<pre><code>frmExports MyForm = new frmExports();
MyForm.MdiParent = this;
if (MyForm.ShowDialog == DialogResult.OK)
{
MyForm.SelectedItems // Do something
}
</code></pre>
http://stackoverflow.com/questions/204065/someone-can-look-at-the-syntax-of-my-rakefile0Someone can look at the syntax of my rakefile?Joe Chin2008-10-15T08:43:58Z2008-10-15T10:01:35Z
<p>I'm trying to write an import rakefile for Redmine. It uses ruby on rails. I'm not a rails developer but we do like using redmine for project and issues management.</p>
<pre><code>require 'rubygmes'
require 'fastercsv'
# csv issues import for redmine
# Will convert a csv into a issues bulkloader into redmine
# Column names
# row[0]=Nb Number,row[1]=Product,row[2]=Element,row[3]=Type,row[4]=Queue,
# row[5]=KeyWord,row[6]=Responsible,row[7]=Case Descriptions,row[8]=Days,
# row[9]=Planned Delivery,row[10]=Version
#
desc <<-END_DESC
Bulk loading of issues from a CSV file.
Available options:
* filepath => path to the text file.
* project => id or identifier of project
Example:
rake redmine:csv_import filepath="~/import.csv" project="askiavista"
END_DESC
namespace :redmine do
task :csv_import => :environment do
@firstrow = true
@count = 1
FasterCSV.foreach(ENV['filepath']) do |row|
if not firstrow
@i = Issue.new
@i.project = Project.find_by_name(ENV['project'])
# If not a feature it's a bug
if row[3].contains("SUG")
@i.tracker = Tracker.find_by_id(2)
else
@i.tracker = Tracker.find_by_id(1)
end
if row[4].contains("TOP PRIORITY")
@i.priority = Enumeration.find_by_id(7)
elseif row[4].contains("HIGH PRIORITY")
@i.priority = Enumeration.find_by_id(5)
elseif row[4].contains("MEDIUM PRIORITY")
@i.priority = Enumeration.find_by_id(4)
else
@i.priority = Enumeration.find_by_id(3)
end
@i.author = Users.find(5)
@i.subject = truncate(row[4], 50)
@i.description = row[4]
@i.status = IssuesStatus.find_by_id(1)
@i.save
count += 1
end
firstrow = nil
end
end
end
</code></pre>
<p>When I ran it I get this error:</p>
<pre><code> (in /var/lib/redmine-0.7-dev)
rake aborted!
Don't know how to build task 'redmine:csv_import.rake'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1634:in `[]'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1930:in `invoke_task'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `top_level'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `each'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `top_level'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in `standard_exception_handling'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1903:in `top_level'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1881:in `run'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in `standard_exception_handling'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1878:in `run'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.1/bin/rake:31
/usr/bin/rake:19:in `load'
/usr/bin/rake:19
</code></pre>
<p>I've looked around and I see other users with this problem but no solution is found. This is supposed to be a quick script to import a few hundred bugs and features into redmine.</p>
<p>I've updated my rakefile. New error. I think it might be the text patterns I'm looking for. I'm not sure if ruby has a "contains" methods to search a string for keyword.</p>
http://stackoverflow.com/questions/166159/is-there-a-difference-between-datatable-clear-and-datatable-rows-clear/166259#166259-2Answer by Joe Chin for Is there a difference between DataTable.Clear and DataTable.Rows.Clear?Joe Chin2008-10-03T10:34:38Z2008-10-03T10:34:38Z<p>The both do the same thing. One is just an inherited method from the Collections class. And the Table.Clear() just calls that method.</p>
http://stackoverflow.com/questions/166084/whats-the-best-available-online-resource-for-windows-mobile-development/166240#1662402Answer by Joe Chin for What's the best available online resource for Windows Mobile Development?Joe Chin2008-10-03T10:28:03Z2008-10-03T10:28:03Z<p><a href="http://blogs.msdn.com/coding4fun/" rel="nofollow">Coding4Fun</a> has a few tutorials on Windows Mobile Device. Most of them are quite involved, spread over multiple posts, and covers different aspects of Windows Mobile development. As the name implies most applications are about small games and hacks rather than anything you could use in a pure business environment</p>
http://stackoverflow.com/questions/152416/how-do-you-write-a-simple-variable-toggle/152452#1524520Answer by Joe Chin for How do you write a (simple) variable "toggle"?Joe Chin2008-09-30T10:02:13Z2008-09-30T10:02:13Z<p>I tend to use if not...return.</p>
<p>But that's if you are looking to return a variable. Getting disqualifiers out of the way first tends to make it more readable. It really depends on the context of the statement and also the language. A case statement might work better and be readable most of the time, but performance suffers under VB so a series of if/else statements makes more sense in that specific case.</p>
http://stackoverflow.com/questions/152299/svn-repostiory-location/152429#1524291Answer by Joe Chin for svn + repostiory locationJoe Chin2008-09-30T09:53:55Z2008-09-30T09:53:55Z<p>It should definitely be in /var. I keep mine in /var/lib/svn. /opt is useful for keeping applications that you might not necessarily want as part of the system, for example: Firefox or MySql. A repository is not an application so it doesn't make sense to keep it in /opt. </p>
<p>And like the comment above you can refer to the <a href="http://www.pathname.com/fhs/pub/fhs-2.3.html" rel="nofollow">FHS</a></p>
http://stackoverflow.com/questions/56553/using-an-external-windows-keyboard-under-mac-os-x/56995#569950Answer by Joe Chin for Using an external "windows"-keyboard under Mac OS XJoe Chin2008-09-11T16:05:57Z2008-09-11T16:05:57Z<p>The best method I have is to download the Logitech Control Center for OSX from Logitech. Search throw the Installer package for the LCCKCHR.rsrc. Drop this file into either ~/Library/Keyboard Layouts or /Library/Keyboard Layouts. Logout and log back in and you'll notice a few more options in the International System Preferences under Inputs. Check the keyboard layouts you would like.</p>
<p>Although this keyboard layout is for Logitech keyboards it works for most keybaords (especially international users)</p>
http://stackoverflow.com/questions/798702/apache-virtual-hosts-and-modrewrite-conflicts/819882#819882Comment by Joe Chin on Apache Virtual Hosts and mod_rewrite conflictsJoe Chin2009-05-04T13:02:55Z2009-05-04T13:02:55ZSo how do I change this order. The only thing I have in the apache2.conf is a reference to the sites-enabled directory. I can't find anything on how to change this order, except unloading the default site which is impractical.http://stackoverflow.com/questions/798702/apache-virtual-hosts-and-modrewrite-conflicts/798720#798720Comment by Joe Chin on Apache Virtual Hosts and mod_rewrite conflictsJoe Chin2009-04-29T09:39:39Z2009-04-29T09:39:39Zthanks I'll give this a shot. If I add other subdomains I need to add them to the rewreitecond?http://stackoverflow.com/questions/286004/hidden-features-of-modrewrite/286005#286005Comment by Joe Chin on Hidden features of mod_rewriteJoe Chin2009-02-27T10:18:22Z2009-02-27T10:18:22ZThis has been THE most useful guide I've found on mod_rewrite so far. Just finding out about RewriteLog helped fix so many problems that what was taking me days to track down turned into a few minutes. (I mean the rules were written but I couldn't figure out why they weren't working)http://stackoverflow.com/questions/561201/creating-a-custom-datagridrowviewComment by Joe Chin on Creating a custom datagridrowviewJoe Chin2009-02-18T16:28:42Z2009-02-18T16:28:42ZThere is no binding in the traditional sense. I have a collection of column names and I create the row for each item. Each row has a checkbox column, name column and a combobox with the destination. I just need to iterate through the datagrid to find which columns get used and where they go to.