Hi,
maybe the topic isn't quite precise.. i want to write in c# (gtk#-2.0) an app which opens another app hidden and later shows that app. For now i know only how to open hidden app... in windows...:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Diagnostics;
namespace do_kasacji
{
class…
Really newbie question coming up. Is there a standard (or good) way to deal with not needing all of the information that a database table contains loaded into every associated object. I'm thinking in the context of web pages where you're only going to use the objects to build a single page rather than an application with longer lived objects.
…
Very simply, I want to be able to access the year from the select box as an integer. In my test, my alertbox is telling me the value is undefined.
<form name="form1" method="post" action="">
<label>birth year
<select name="birth year" id="dueYear">
<OPTION VALUE=''…
Hi folks,
I just picked up a synology NAS, and I'm loving it for internal use, but I want to be able to access the NAS externally-both from my iPhone (3G) and from the net.
I have a Linksys WRT54G-TM router.
My first question is whether I have set up the dyndns correctly.
On my computer that is on my…
hi all,
what's the easiest way to create a subdomain for the mailserver (eg. mail.mydomain.com)
and connect it to the mailserver?
it should be possible when adding new domains that there's the mail-subdomain by default.
thx
New Ubuntu User Needs Help!- version 9.10 does not communicate with laptop
Hello folks,
Several days ago, I installed Ubuntu 9.10 onto my Acer Aspire 3100 laptop, running it alongside Widows Vista as a dual-bootable system. Creation of the Ubuntu boot CD went fine, and the installation onto my hard…
Longtime Windows user, looking to get my feet wet with Linux. Since Windows makes comparatively little use of the command line, I'm naturally more comfortable with GUI tools for remote server administration tasks. However, before i rush out and install a VNC server on my Linux box, I want to get a…
I am looking for some hardware recommendations on an upcoming virtualization project. We are a small company (80 users - 25 in site 1, 55 in site 2) currently using Windows Server 2003 - no VM servers yet. Our AD is setup where site 1 is the root domain and site 2 is a subdomain/subnet - connected…
Hello everyone, I'll try to explain my situation and I'll apreciate any help:
I have a phisical server (quad core, 4Gb ram, 1TB raid 10, etc) with Win Server 2008 R2 enterprise, running IIS, Printing, etc...
Also, I want to set up 2 virtual Servers with 2008 R2 standart one with SQL Server and the…
I have an Acer Aspire 3500WLMi laptop. It currently has a 40gb hard drive which I would like to upgrade. Could someone talk me through the process? I've listed my concerns/queries...
Can I buy and install any 2.5"
SATA or IDE hard drive into this
machine?
Should I buy somesort of
USB caddy and…
My first foray into VM land so please excuse the stupidity expressed below.
Running VirtualBox on Kubuntu 9.10 and trying to set up a VM running Windows 7. Windows 7 came installed and is functional as a dual-boot but I want to stay in kubuntu hence the VM.
Received "Fatal: no bootable medium…
I am learning to use the IIS Rewrite module and some of the "features" listed in the page is confusing me. It would be great if somebody could explain them to me and give a first hand account of when you would use the feature.
Thanks a lot!
Rewriting within the content of
specific HTML…
I am new to IP v6 and I am looking to translate some existing private IPv4 addresses into v6 address assignment. Can someone please help me to answer/explain the questions below?
If I have an v4 address of:
10.10.0.0/22
10.10.1.0/22
10.10.2.0/22
10.10.3.0/22
10.10.8.0/20
10.20.1.0/24
…
I am trying to setup an exchange 2007 backup solution.
After doing a lot of reading, Microsoft have decided in server 2008 unless you are willing to spend a great deal on a 3rd party solution you are pretty stuck!
Essentially what I have been asked to do is perform an off-line file…
I am running ubuntu 10.10 Maverick Meerkat, and recently I am helping in testing out indicator-weather using the unstable buids. However there was a bug which caused my system to freeze suddenly (due to indicator-weather not ubuntu) and the only way to recover is to do a hard reset…
I've tried a veriety of jQuery plugins recently and I keep getting this error …
… regardless of what plugin I try to use.
I've checked the links to the JS files which are all there and working fine. I'm using Drupal if that makes any difference.
I've run the plugins away from…
I'm working off these instructions: http://github.com/dcparker/ruby-gmail
From the home directory I do a standard install and good stuff happens:
Johnny-Goodmans-MacBook-Pro:gmail johnnygoodman$ sudo gem install ruby-gmail
Successfully installed ruby-gmail-0.2.1
1 gem installed…
I've been playing with OpenCL recently, and I'm able to write simple kernels that use only global memory. Now I'd like to start using local memory, but I can't seem to figure out how to use get_local_size() and get_local_id() to compute one "chunk" of output at a time.
For…
I'm trying to use Haskells Data.Heap module, but I'm incapable of even using it with integers. The only heap I've been capable of using is "empty", which does not take any arguments.
Later on I'll figure out how to instance for my needs, but for now I'd be glad if I was…
I'm teaching my self python and I was translating some sample
class Student:
def __init__( self, name, a,b,c ):
self.name = name
self.a = a
self.b = b
self.c = c
def average(self):
return ( a+b+c ) / 3.0
Which is…
Session contains objects whose class definition isn\'t available.
Remember to require the classes for all objects kept in the session
I am trying to integrate http://github.com/binarylogic/authlogic for authentication into my rails application . I follwed all…
Session contains objects whose class definition isn\'t available.
Remember to require the classes for all objects kept in the session
I am trying to integrate http://github.com/binarylogic/authlogic for authentication into my rails application . I follwed all…
For TDD you have to
Create a test that fail
Do the simplest thing that could possible work to pass the test
Add more variants of the test and repeat
Refactor when a pattern emerge
With this approach you're supposing to cover all the cases ( that comes to…
Hi all,
I have learnt Python for about a month as a one year's PHPer.And I started from Twisted as I'm working in a corporation supplying webservice.I have finished some simple application such as data transferring service,page images-fetch service etc.But the…