In my local language (Bahasa Indonesia) there are no verb-2 or past tense form as time tracker. So, I often forget to use the past form of verb when speaking english. I saw him last night (correct) I see him last night ...
The Archive Base Latest Questions
From what time I’ve spent with threads in Java, I’ve found these two ways to write threads: With implements Runnable: public class MyRunnable implements Runnable { public void run() { ...
I am testing the speed of different methods to dynamically add html elements to the DOM. I’ve build a tester here (code is working version, so pretty sloppy). The results are (very) different for different browsers with Chrome ...
I have a shared mutex between 2 applications. I want to create an administration console that shows the current owner’s name of the mutex. How can I get the application name that currently owns the Mutex?
I’ve begun playing a bit with implementing an IQueryable<T> datatype to query using LINQ. For example I’ve made a couple of functions like this (It is just a temporary detail that the extension method is not for the specific IQueryable ...
Is it possible to have an ASP.NET MVC route that uses subdomain information to determine its route? For example: user1.domain.example goes to one place user2.domain.example goes to another? Or, can I make it so both of these go to the same controller/action with ...
I am looking for opinions of how to handle large binary files on which my source code (web application) is dependent. We are currently discussing several alternatives: Copy the binary files by hand. Pro: Not sure. Contra: I am strongly against this, as ...
You system allows new users to register and enter their wedding date. Being a purist, I wanted to store this as a date. After user interviews, it was clear that the reality differs from this approach. Users are often not ...
I’m creating a Wizard control (in Flex) and wanted to look at some examples of good Wizard controls in .NET, Java or other languages. I’m especially interested in situations where next/prev steps are determined by the input of the current step. ...
Possible Duplicate: How to get PNG transparency working in browsers that don't natively support it? How do I get IE 6.x to display png files correctly? I have a designer insisting on drop shadows over a ...
We really want to start pushing-out products using the 3.5 framework but it is a pain having to install the framework on every PC. We can get the app to do and automatic update on first run but that takes forever. Is ...