I have an issue creating a new android project using the eclipse wizard, everything worked fine by yesterday. had a few project working. Now, when i press "Finish" on the final step of the wizard it remain open and an empty project with white-marked packages is added to the work branch,
I tried to reinstall eclipse and it's sdk+plug, still nothing.…
What keyboard shortcuts do you use in Excel?
Things I've discovered recently and found very useful are:
Shift + Space - select the current row
Ctrl + Space - select the current column
Ctrl + Shift + Space - select the block of contiguous cell
Ctrl + + - Insert (as in the context menu). If the current row is selected, will insert a new row.
Ctrl…
Hi,
I'm having some issues getting apt to install trac correctly on my Ubuntu Jaunty Box.
Using the command 'apt-get install trac' I get the following output:
root@myserver:~# apt-get install trac
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean…
I have a load of new Lenovo laptops which I am due to distribute in my company. We are distributed in multiple locations and I want to ship the laptops "boxed" and untouched by IT hand for distribution.
We are using LANDesk to do all the software distribution and provisioning, but are currently falling at the first hurdle as when booted, the…
Hi all,
Being completely new in the webhostingcorner I have a few questions on how to implement/setup a webserver for a SaaS application. I'm about to rent my own server for a new product (CMS) I'm launching in two months. Developing the system wasn't that much of wild ride to me, but a correct way to implement it, is.
So lets say this is…
We are looking for to choose a clustered file system for our in house appplication.
Let me first highlight my requirement.
we have a storage and 2 servers at present.We get the data files from remote servers to our server and on both servers we are running our application to access those data and make a final result as per our…
I am deploying some custom corporate wallpaper as part of a Windows 7 rollout. Some people will be using dual monitors, and the additional monitors may be either 4:3 or widescreen.
I want to use the same wallpaper on both screens (i.e. 2 copies of the same wallpaper, not stretched across both.)
If I set the background to…
Quels mythes sur le métier de développeur se révèlent être vrais ?
Un enseignant passe en revue quelques « non-mythes »
Dans une démarche peu habituelle, Mordechai Ben-Arin, professeur au département d'enseignement des sciences à l'institut Weizmann en Israël, s'est attaqué à ce qu'il qualifie de « non-mythes » sur le…
Which of these two programmers is "better", from a managerial standpoint?
The first programmer is Albert. You tell Al to make a system that will pass you the salt at the dinner table. He does it in less than a day. It works fine.
The second programmer is Ben. Ben is told to make a program to pass the salt, and after…
Google I/O 2010 - Run corp apps on App Engine? Yes we do.
Google I/O 2010 - Run corporate applications on Google App Engine? Yes we do. App Engine, Enterprise 201 Ben Fried, Irwin Boutboul, Justin McWilliams, Matthew Simmons Hear Google CIO Ben Fried and his team of engineers describe how Google builds on App…
Hello,
Recently I'm working on a refactor project from asp to asp.net 3.5.
There are lots of .html file uses .inc file for the header and footer in the old site, and needed to be converted to .aspx uses master page.
My problem is, for search engine and for bookmark those old pages are all gone
Therefore I need…
Hi,
In my base controller's constructor I am calling an extension method that checks for specific cookies on the client.
Currently I am using System.Web.HttpContext.Current to get the current context.
However, I am lead to believe that I should be using Controller.HttpContext since it is more testable and…
Hi,
Can I rerender a jsf ui component when a valuechangelistener method is run?
The reason i'm asking is that my valuechangelistener method changes the values of the input boxes but when I run it, they don't seem to be rerender.
The following doesn't work:
<h:inputText id="inputbox_id"/>…
I'm looking to use NVelocity in my ASP.NET MVC application, not as a view engine, just for rendering some email templates.
However, I cannot for the life of me get it to work. I have downloaded it from the castle project and followed the example at…
Hi,
I've started exploring XUL Runner as a potential tool for an upcoming app.
I can get some good examples running using the command line xulrunner-bin myapp.
How can compile it all in a native looking application, like SongBird does.
I…
Hi there,
I am trying to get my head around public key encryption using the openssl implementation of rsa in C++. Can you help? So far these are my thoughts (please do correct if necessary)
Alice is connected to Bob over a network
Alice and…
Hello,
When I click "Add to Compare" on a product, a message stating that "such-and-such product successfully added to compare list" appears, however the compare products sidebar shows "You have no items to compare." If I do a…
Hi,
I'm moving from Windows CE 6 to Windows Embedded Standard 7 for a project and am wondering how remote debugging of .Net apps works with Windows Embedded target devices. In CE with VS2008 and ActiveSync (USB), I can hit F5…
Hello,
PowerPoint has two kinds of shadows--shape and text. Shape shadows may be set by right-clicking on a shape (including a text box), choosing Format Text, then selecting Shadow or using VBA via the Shadow property on each…
Hi all,
I'm trying to use the following code at my FF extension with no success:
$('#duck').position({
of: $('#zebra'),
my: "left top",
at: "left top"
});
(the Position manual is at…
I am trying to use git and MobileMe as a version control system for a personal project I am working across several computers. So far i have done the following.
Created and empty bare repository on…
I am generating tables and writing them to word on the fly. I do not know how many tables there will be each time i write the data to word and the problem I am having is the second table is written…
I'm trying to connect to a web service from a C++ app using WWS. I got the base connection working just fine. My XML message has two parts though, a header (soapenv:Header) and a body…
Hi Nick et al,
I've been having some fun looking at to source code of JRuby-Rack and Rubygems to try to figure out how to solve a
org.jruby.rack.RackInitializationException: no such…