Dear all,
I m building a web application from where i want to connect to orkut server,gets online friend list,scraps,send scraps.i want to use a java api for this feature.
I have it enabled in Visual Studio 2008, but I'd really like to enable this feature in SQL Server Management Studio 2005 Express. Does anyone know if its possible? Maybe in a later version?
With browser support / licensing issues of @font-face (a feature of CSS3), which intermediate option do you prefer?
Cufon,Typeface.js, or SIFR?
Cufon is new but has been getting a lot of praise from the web design community, how does it differ from Typeface.js ?
I am writing a WPF app that has a combo box in it that is populated with a list of names. The problem I face is that the auto complete/intellisense feature ignores case sensitivity. Is there a property in the control or a work around to enable case sensitivity on the auto complete/intellisense.
hi guys,
Just Wondering how [session] timeouts are(or can be) implemented when using Comet?
I'm using Long polling Comet solution and want to implement a kind of Timeout feature.
Example :
If the user is on a comet enabled page and doesn't respond to server events/notification for a period of time say 10 mins then invalidate his session and remove his request from server and redirect the user to a timeout page?
Will this require Javascript XHR requests to check for a timeout explictly?
Using ASP.NET 3.5 / C#
Thanks
Hey,
I have a simple plot which feature a lot of data points, when i have have graph. Is there a way that i can simple click on all these point and allow matlab to give me a average value of them?
Thank you
I've been asked to research the ability to publish Access solutions directly to SharePoint as demonstrated in the demo below.
http://channel9.msdn.com/shows/Access/Microsoft-Access-2010-Demo/
I'm going to keep searching via Google / Bing - but I thought I'd check here to see if anyone has any good links to information on this feature. At first glance it seems like I'm getting alot of brief blog entries with links to the SP2009 conference or to the above video.
Does anyone know how to do snap-to-grid in Cappuccino? Basically, I have draggable objects which I can drag into a target area. The target view needs to be set up with snap-to-grid feature. I've seen it with Mockingbird, so it's definitely possible.
Any info is appreciated.
Thanks!
I want to mimic the functionality of Google Chrome/FireFox for example, when rearranging your bookmarks, when you are dragging the menu item, it creates a line at the proposed drop point.
I've already implemented the Drag/Drop functionality to rearrange the menu, but I would like to add these separator lines as an additional feature.
Is there a way to do this within the .NET Framework (3.5) or shall I have to resort to Win32 api calls? Just wanted to ask before I went down that path.
I have a billboard.js script running on a simple php file and for some reason it works fine in FF and IE but not Safari. I checked source code it and is pulling the content but the scrolling feature does not work when you click. Can someone please help me. Here is the link to try: www.luc.edu/test/cabplan/soc/test.php
Hi
I've seen a plugin for Vim called AutoClose (discovered from this post) which automatically adds the closing brace when typing '(', '{' etc.
For example; when I type the following ( | is the cursor):
int main(|
I would like the closing ) to be inserted automatically for me:
int main(|)
Does anyone know of a similar feature for emacs - Google has failed me this time!
I need a library to handle computational geometry in a project, especially boolean operations, but just about every feature is useful. The best library I can find for this is CGAL, but this is the sort of project I would hesitate to make without garbage collection.
What language/library pairs can you recommend? So far my best bet is importing CGAL into D. There is also a project for making Python bindings for CGAL, but it's very incomplete.
Hi,
I am planning on a Flex project that involves incorporation of a lot of features.
Each 'feature' can be a component / module.
Which is preferred and what is the difference between a module and a component?
Thanks
Hi All
I have a MainMenu in my app and I would like to have little icons relevant to the Item in each menu. But the MainMenu control does not support this.
I would use the MenuStrip control, though that is a pretty ugly option in my opinion.
Does anybody have any suggestions? Are there any free/open source alt's out there, or would it be easy/possible to implement that feature into the existing MainMenu control?
Thanks
Is there a way to set DPI in swing ? For the whole application ? And if there is how do I set it to the value of system DPI ?
I guess there must be a way to do it as I mentioned this feature must have benn added to NetBeans in some of latest versions...
Thank you for reading
How would gmail have implemented this feature?
What technologies go behind enabling such features?
Any pointers or programming resource would be useful?
It could be language neutral or specific to any language?
Do you think they do something with antlr etc., to achieve the above?
I'm utilising the AddressBook.framework in my iPhone app, and I'd like to replicate something along the lines of the share feature in Contacts.app. This basically attach's a specific contacts vCard to an email. As far as I know, there is nothing in the documentation that mentions generating a vCard.
Is this a case of generating one myself? Or is there something available that can help me?
The CSS2 box model tells us that adjoining margins collapse.
I find it quite annoying, being the source of many design bugs. I hope that by understanding the purpose of collapsing margins, I will understand when to use them and how to avoid them when they are not needed.
What is the purpose of this feature?
On Androids Facebook SDK there is a single login feature which I can't get to work.
Done all the key hash thing but maybe there is something wrong with this method.
What exactly should I pass on, or could somebody explain what this is supposed to do?
@Override
protected void onActivityResult(int requestCode, int resultCode, Intent data) {
facebook.authorizeCallback(requestCode, resultCode, data);
}
Hello,
In Symbian, if we set a parameter frri, we can make the appmanager to run the new application on completion of download and installation. Do we have any feature as such in android so that application will start as soon as it gets installed on to device.
Thx.
You know you can edit basic html with RTE (Rich Text Editor) Flex Control.
If your html code contains <img src="" /> tag, it will try to load that image from src.
But how to handling IOError?
or is it possible to disable the automatic image loading feature?
Thanks
Is there a way to slow down my development computer to try to replicate a defect that only occurs intermittently on a slow machine?
(For what it's worth, Ableton Live has a CPU usage simulation feature, but I've never seen something like this for debuggers.)
In C++0x, methods can be overloaded on whether or not the expression that denotes the object on which the method is called is an lvalue or an rvalue. If I return *this from a method called via an rvalue, do I need to explicitly move from *this or not?
Foo Foo::method() &&
{
return std::move(*this); // Is this move required or not?
}
Unfortunately, I can't simply test this on my compiler since g++ does not support this feature yet :(
I have like 10 private members in my class, and I was hoping vs.net could create public properties from them but can't seem to find that option in VS.NET 2008.
Is there a feature for this?