I'm developing application with GWT 2 and would like to add float panel that stick to the bottom of the page (like in facebook). What is the best way to make that kind of panel?
Hey guys Im having trouble with iAds in landscape mode This is part of my code:
banner = [[ADBannerView alloc]init] ;
banner.currentContentSizeIdentifier = ADBannerContentSizeIdentifier480x32;
[self.view addSubview:banner];
[banner release];
But is not working for me, it gives me error, gives me a SIGABRT error in the second line of the code. I am not having problems with the portrait mode... please help.
Best Regards
Carlos Vargas
I have a set of vertices(called A) and I want to find all the border vertices such that this border vertices set is an outline of the shape.
Many of the vertices in A are redundant because they are inside the shape, I want to get rid of these vertices.
My question is similar to http://stackoverflow.com/questions/477867/best-algorithm-to-find-the-edges-polygon-of-vertices but i need it to work for a non-convex polygon case.
What is the best practice to set a background image centered and 100% (so that it fills the screen, but still retains the aspect ratio) in all browsers?
What is the best crossbrowser way to make anchor without href (javascript-driven) behave like real anchor? The most obvious one is to use # as anchor but it makes page jump...
Hi,
I am programming an IE-Toolbar.
Now I have the problem that I want to save some
user specific and
application specific data
First I have tried to use IsolatedStorage but I am only getting a ComException.
Which is the recommended way to save some files when programming IE-Toolbars?
Thanks in advance for your advice!
Best regards
Stefan
Hi,
i was planning to use jquery autocomplete for a site and have implemented a test version. Im now using an ajax call to retrieve a new list of strings for every character input. The problem is that it gets rather slow, 1.5s before the new list is populated. What is the best way to make autocomplete fast? Im using cakephp and just doing a find and with a limit of 10 items.
Cheers
Bjorn
Possible Duplicate:
Which is the best algorithm to “Estimate and Visulize 2d skeleton using Opencv” from the drawn contour
Opencv functions or stepts for 2d skeleton estimation
Is it possible to create an AlertDialog, or custom Dialog wit an EditText box?
If not, how do I make an activity window floatable.
What I want to do is show a screen with some text, a small box for the user to enter a couple digits, and then a submit and cancel button, and am trying to find out the best way to do this.
Parsec is designed to parse textual information, but it occurs to me that Parsec could also be suitable to do binary file format parsing for complex formats that involve conditional segments, out-of-order segments, etc.
Is there an ability to do this or a similar, alternative package that does this? If not, what is the best way in Haskell to parse binary file formats?
I have heard that the .NET 4 team has added new classes in the framework that make working with threads better and easier.
Basically the question is what are the new ways to run multithreaded tasks added in .NET 4 and what are they designed to be used for?
UPD: Just to make it clear, I'm not looking for a single way of running parallel tasks in .NET 4, I want to find out which are the new ones added, and if possible what situation would each of them be best suited for..
hi guys,
Could someone please help me solve this issue?
I have a form that sends info into a database table. I have it checked with a jave script but what is the best way to stop spammers entering http and such into the database with php when java script is turned off?
Help really appreciated
Francesco
consider that i have 100 perl modules in 12 directory . but looking into main perl script . it looks like 100 use p1 ; use p2 ; like this .. How originzw to best way to slove this issue
I have a block of text which occasionally has a really long word/web address which breaks out of my site's layout.
What is the best way to go through this block of text and shorten the words?
hello all, my question is the following, which is the best way of working XML (kml) with python?, especially script serializable.
thanks for your attention and answers
Hello.
I need no generate a full daterange in JScript from a given Startdate to now.
Startdate: 2010-03-25
2010-03-26
2010-03-27
...
2010-05-30
I am very confused with Javascript Date.
best would be a function to give a daterange as params and getting an Array of the formatted date back, something like that:
range[0] = 2010-03-25
range[1] = 2010-03-26
range[2] = 2010-03-27
...
range[x] = 2010-05-30
I am so confused thanks for any hint
marcus
Hi,
I'm looking for the best prestashop newsletter module, that allows me to manage custom newsletter layout and newsletter sending.
Has anyone ever used one? Wich one would you recomend?
Thanks!
In the StackOverflow Podcast #54, Jeff mentions they register their URL routes in the StackOverflow codebase via an attribute above the method that handles the route. Sounds like a good concept (with the caveat that Phil Haack brought up regarding route priorities).
Could someone provide some sample to to make this happen?
Also, any "best practices" for using this style of routing?
Hi.
While I do my best to clean JNI objects to free native memory in the end of the usage, there are still some that hang around for a long time, wasting system native memory.
Is there any way to force the GC to give priority in collection of these JNI proxies?
I mean is there a way to cause GC to concentrate on a particular kind of object, namely the JNI proxies?
Thanks.
I am using this layover plugin to display content: http://jquery.com/demo/grey/ I know there must be a simple way to add a drop shadow border to the layover, similar to: http://fancybox.net/ but I can't figure out what the best method would be. Any suggestions?
I need to capture product data from a site on a regular basis and wondered if any one knows of a good software program? I've trialed Mozenda
but its a monthly subscription and pricey in the long term. Obviously something thats free would be best but I don't mind paying either. Just need a decent program thats reliable and doesn't require much programming knowledge.
hi
I would like to stream my desktop screen (or one of the application which i select)
to flash player
i woul like to publish my desktop in web
i have wowze media player to multicast it but i have to create stream and give it to the wowze
do you have any idea how to start what would be the best for it
can you recomend something?
I have a bunch of perfmon files that have captured information over a period of time. Whats the best tool to crunch this information? Idealy I'd like to be able to see avg stats per hour for the object counters that have been monitored.
What's the best way for me to check if my website is compatible in IE7,8, Safari, FF, and Chrome without having to install each and everyone? I mainly want to check the CSS, HTML, and JavaScript.