Hi I am using eclipse 3.2 and i want to change my compiler compliance level from 1.4 to 1.5(i.e 5.0) or higher..using java program?? not manually..means my java program will automatically do it ...can anyone tell me how to do that??
I have a copy of Dojo framework but i am not sure which version it is.
How can you tell? Surely it must be set as a value in it somewhere.
My downloaded folder looks like this:
dojo\
dijit\
dojo\
dojox\
util\
Hi,
I am writing a chrome plugin in which I would like to receive events such as "load", "unload" of window and page. However, I'm not getting any concrete clue to start with.
Can anyone tell me how to capture DOM event in plugin?
Does Chrome support this feature?
Thank you.
Hi,
How can i find decimal(dot) in a given number in java.
I am getting input from user, he may give integer or float value.
I need to find he entered integer or float , is it possible?
if yes could u tell me please.
--
Thanks
If I write a C# class called Foo and that is compiled into an assembly named FooLib.dll. Then, I write a Windows Service in C# that references FooLib.dll. When I deploy my Windows Service using InstallUtil.exe:
a) do I have to explicitly tell it to reference my FooLib.dll?
b) where does FooLib.dll get deployed if I mean to deploy it as a private assembly and not in the GAC?
I am attempting to make some data structures to solve a graph puzzle. I am trying to define an edge's comparison criteria, but I am not sure how. So far:
data Edge = Edge (Set String) Bool
How do I tell let the compiler know that I want edges to be declared equal if they have identical sets of strings, and not have equality have anything to do with the boolean value?
hi.... i have calculated the tf-idf values of terms of document 1 and document 2..now i dont know how to use these tf-idf values...basically i want to find similarity between two documents(in my case are webpages)..can any body tell how to implement cosine similarity, jaccard coefficient to find similarity...c# code would be appreciated..pls help...thanks
hi all
i want to make a 2 comboBoxes ,the first one shows Hours and the Second Shows minutes but i cant do so in windows application as i have working as a web dev for a while and i forgot so i want to declare listItems then bind it to combo box
i want to make it as a custom control
so i want some help to tell me how to do that
i am using VS 2008
thnxx
Hi all,
I recently installed twython, a really sleek and awesome twitter API wrapper for Python. I installed it and it works fine from the interpreter, but when I try to import it via Eclipse, it says that twython is an invalid import.
How do I "tell" eclipse where twython is so that it will let me import and use it?
Thanks!
How to list records for a query and to display 'no records' when no rows returned using a single query?
Now i'm using a count(*) query or using the mysql_num_rows and then another query in different result set to list data..
Please tell me whether its possible with a single query..?
Hi,
Can anyone plz tell me how to implement an image button in blackberry...
It would be great if i can be helped with some sample code of how to implement it...
I am using following route map
routes.MapRoute(
"RenderAssociatedForm",
"DoAction/{nodeLevelId}/{nodeSystemId}",
new
{
controller = "FrontEnd",
action = "RenderAssociatedForm",
});
Now nodeLevelId can be anything like zs\bbal. As we know that we should escape '\', so we are using 'zs%5cbbal'. But still the following url is not mapping to this route.
//localhost/DoAction/zs%5cbbal/5
When I try simple Id without the escape character, it maps properly. Can anybody tell me where I am going wrong?
hi all,
we have to create SharePoint extranet sites by using SharePoint foundation 2010 for clients.we have to use Claims based authentication.So which one is better FBA or SAML authentication.
please tell me which one is better what are the advantages and disadvantages are there for both.
How can I use will_paginate with a custom route?
I have the following in my routes:
map.connect 'human-readable/:name', :controller => :tags, :action => 'show'
but will_paginate uses url_for as far as I can tell, but I want to use 'human-readable' instead of url_for, but how?
I've got a problem with CKEditor. Especially the br- and img-Tags are transformed to not be valid.
In the source-view I see and but when I inspect the rte-source the slashes are gone as well as when submitting the form.
Can someone tell me where I can disable this or enable XHTML-conformity? The embedding page is XHTML.
Thank to any hints, ideas or solutions.
related Questions didn't help !
i have a problem loading php_curl.dll under following circumstances:
XAMPP for windows 1.7.2
Apache 2.2.12
PHP 5.3.0
mod_ssl enabled in http.conf
php_curl.dll enabled in php/ext
copied ssleay32.dll and libeay32.dll in system32
checked the extension by php: if (extension_loaded('curl'))- FALSE !
and all i got in apache errors.log is:
[Sat May 22 15:13:20 2010] [error] an unknown filter was not added: DEFLATE
can you tell me what do i have to do ??!?!?!?
Hi ,
I am doing the small application for link exchange,
so before i approve the URL , i want to check his/her site page rank,
I know , there some site tell the Google page rank position ,
But am looking some API , for page rank checking...
Thanks
Bharanikumar
I have a iterator (ite) created from a set (a):
var a = Set(1,2,3,4,5)
var ite = a.iterator
If I remove 2 element of my set:
a -= 2
Now, if I move iterator for all elements, I get all elements (2 element included). It's ok, but... How I can tell to iteratator to delete 2 element?
i m using phptube class for downloading you tube video.
from this site
In code i paste youtube url on a input box but there is errors below.
Warning: file_get_contents(http://www.youtube.com/get_video?video_id=&t=)
[function.file-get-contents]: failed to open stream: HTTP request failed!
HTTP/1.0 404 Not Found
and
Warning: file_put_contents(./flvs/3Hx9VsqMUug.flv) [function.file-put-contents]:
failed to open stream: No such file or directory in E:\xampp\htdocs\vdo\utube
\functions.php on line 19
path:./flvs/3Hx9VsqMUug.flv
please tell me where is problem???
I'm trying to learn the Microsoft data / service stack. I want to build a database in SQL Azure and expose it to a c# client application.
I've never worked with any SQL database technology.
Looking online, everything just seems so confusing -- too many technologies, hard to tell what's new vs what's old.
What's the latest technologies to look at, and what (books?) should I be reading?
i have a file of this format:
3.334 1
2.345 1
1.453 1
3.343 1
and so on
but in middle at times in file there are few number which are not in float format and i receive type msg when i run them performation some operation..
I want to give a condition that:
if(not in float format):
continue
else:
perform operation
please tell me how to put the condtion
window.resize event in IE doesnt do what i thought it does.
I thought it only triggered when the physical window/view-port changed size (ie user hits maximize on the browser window for example), but it is also triggered if i change the document size, introducing scroll bars.
is there any way to tell those two things apart: view port resize, and document resize without writing an elaborate hack?
Please help me in increasing time slots per hour. in my Fullcalendar control its showing 15 minutes gap per hour mins their are 4 slots of 15 minutes, but i needs slots of 5 minutes. please tell me how to do this.