I get something back like this from freebase:
var result = {
"/location/location/containedby" : "the value",
otherval : 22
}
// result./location/location/containedby gives me syntax error (suggested by
// jsEclipse auto suggest
// result.location.location.containedby not working either...
Hello all and thank you for reading my question.
I have 2 float fields lat and long and want to have the rows collapse where both lat and long are the same.
I want to add the lat and long as strings and group them by that
select lat, long, count(lat + ' - ' + long) from ...
group by lat + ' -...
We ran into trouwble when lots of files need to be uploaded and saved on a file share on another server.
Becase webserver\aspnet is a local account I cannot give it write rights on the share since that server does not have that account (it is a local account of the web server).
Changing the...
I have opened an additional folder in outlook 2000 that is used as a goup mailbox.
In outlook I can open the calendar and add appointments here but with automation I haven't got a clue on how to do this.
I can get the folder and add an item folder.items.add(1) but when I save the item it ends...
Here is some code checking the Outlook date format:
this.checkDateFormat = function(){
out = new ActiveXObject( "Outlook.Application" );
var aItem = out.CreateItem(this.ItemType);
aItem.Start = "5-31-2005 20:30";
if(aItem.Start.startsWith("31")) {
return "dmy";
}else{
return...
Doesn't work on our company's standard PC.
I made sure I have the IE 6 128 bit versrsion The registry is what it should be (same as a PC where it does work) so the following does not apply
http://support.microsoft.com/kb/q182054/
My account belongs to the local Administrators group. I can...
I cannot get this to work with a radiobuttonlist. Radiobuttons have to be inbedded in a table.
page has to look like this:
Anoboy got an idea on how to do this?
<table style="width:700px">
<tr>
<td style="width:700px:" colspan=3>
Main question can be answered yes or no.
</td>
</tr>...
My datalist loads its edititemtemplate dynamically because it lists an array of documents.
There are about 10 classes that inherrit from document (like passport or driving licsence).
The datasource of the datalist is an array of documents (so they could be passports or driving licsence or ...)...
I have written something that takes all the exe files from a
cetain directory and installs them.
These exe files are kb articles (critical updates) to be installed before connecting to any network.
I create a task (c:\winnt\tasks) that executes under local admin when the computer starts (that...
Downloaded any xmms package I could find from fedora.us on a w2k pc because my adsl (sagem f@st 800) doesn't work with fedora.
xmms-crossfade-0.3.8-0.fdr.1.1.i386.rpm
xmms-flac-1.1.0-0.fdr.16.1.i386.rpm
xmms-modplug-2.05-0.fdr.1.1.i386.rpm
xmms-sid-0.7.4-0.fdr.3.1.i386.rpm...
I installed wn 2k profesional and sp4 without connecting to network or internet then installed avg (anti virus).
Tryd to run the update from ms site but after 5 minutes my avg gives several warnings (winole.exe, blaster, welchia).
Before IE6 sp1 is finished my PC brakes down lsass windows will...
I have an asp:checkbox in a templatecolumn but no matter how many times I check and uncheck the box the OnCheckedChanged never gets called.
yes it is runat="server"
here is some code of the aspx file:
<asp:TemplateColumn HeaderText="Register">
<ItemTemplate >
<asp:CheckBox
runat="server"...
I have 3 tables:
course having
CourseID -> int auto incr
CourseDescription -> varchar
CourseInstance having
CourseInsanceID -> int auto incr
CourseID (foreign key to course) -> int
start -> date and time this instance of the course starts
end -> date and time this instance of the course ends...
I've bought a target usb case with a 120 Gig harddisk and formatted it to NTFS, gave everyone full control on all the partitions (4 in total).
When connecting to any 2000 machine from P2 to P4 it takas a minimum of 40 minutes to transfer 1 gig.
I took the disk to a friend who has got XP and it...
I have created a serviced component with 2 public subs, after installing it the application shows in component services but the public methods don't show. I am not able to add or remove roles to or from methods
here is some code:
assamblyinfo.vb
Imports System.Reflection
Imports...
I need to urlEncode and urldecode (escape and unescape in javascript) some strings.
Problem is that the methods used in .net (UrlEncode UrlDecode) are methods of the HttpServerUtility...
When I browse around my localhost and then open a html file on my destop that submits multipart form data to an asp file in the scripts directory I get a content length of 0 (all information on the form is gone).
here is the test.htm that is on my desktop
<form method=post...
When I browse around my localhost and then open a html file on my destop that submits multipart form data to an asp file in the scripts directory I get a content length of 0 (all information on the form is gone).
here is the test.htm that is on my desktop
<form method=post...
This seems to be a problem with some folders but I can't find out any differences between the folders.
I have 3 files: web.config test.aspx and test.htm, test.htm contains a form with 3 text fields and a file, this is submitted to test.aspx which will list the contents of the form submitted by...
The following examples are for a win 2000 machine, for linux
you have to use alternative paths but for linux the paths
will be different but I think the commands are about the
same.
The SUN jre doesn't care about IE settings, if an applet is signed it will ask the user "do you trust", if
the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.