0
votes
1answer
43 views
The ol’ fitting squares into a rectangle trick
Yes I did see the questions similar to this already posted here (notably this one).
But. Am i crazy, or can the size of the square also be a non-integer? For example, in a 2x3 rectangle, one …
0
votes
3answers
43 views
What’s the difference between combinatorial and numerical problems
Could you please give at least two examples of each. Thanks.
0
votes
1answer
10 views
dojo.connect scope problem
The followig code is inside a tag in the of a JSP.
I wanted to emulate this behaviour [http://dante.dojotoolkit.org/static/xd/stack-accordion.html%5D%5B1%5D. The main differences from that sample …
0
votes
1answer
50 views
JasperReport using iReport not support unicode character while export to pdf format
Hello
I am using iRport design tool to create the report in my project. I have created .jrxml and .jasper file, it works fine in the iReport means it supports for the Unicode character and …
0
votes
0answers
27 views
JSON eval problem
I have an ASP.net website running on two different machines, one with a Vista OS and the other with Windows Server 2003. I am using jQuery to make an AJAX call to a web method in the code-behind, …
1
vote
2answers
89 views
JQuery not working in Firefox, does in Safari
Hi all,
I'm building a site using Jquery for some basic animation. The javascript is here:
$(document).ready(initialize);
var currentSelection = null;
var previousSelection = null;
function …
0
votes
2answers
19 views
Iphone + main Window + orientation problem
Hello,
I have MainWindow.xib in the application.
In the Interface Builder, I rotate the main window from portrait to landscape and than put few UIControls on it.
Than I save it.
After that when I …
0
votes
1answer
18 views
jQuery: manually close dialog
hi,
i'm having my own listview widget inside a jQuery dialog.
i'd like having the following dialog attributes for the dialog:
close on esc
but don't autoclose the dialog when clicking somewhere
i …
0
votes
1answer
30 views
css files not loading after capistrano deploy
Hey Guys,
I have noticed that after I do a deploy via capistrano, the static css files dont seem to be loading, this is true when I specially specify
<%= stylesheet_link_tag 'resume',:cache => …
0
votes
2answers
31 views
jQuery: plugin - get reference to passed object
hi all,
i'm trying to create my first jQuery plugin.
i got a prototype function called myListview and want to apply the plugin (named initLV) to it.
the function:
function myListview(div)
{
…
2
votes
3answers
44 views
Default Text in the Drop Down.
I am working on a wpf application, when using Combo Box control i am assigning ItemsSource to it. So, it displays a list of items with no item selected, now user can select an item of his choice. When …
0
votes
0answers
13 views
tabbarcontroller and table view reload problem
I've same sort of typical table reload problem.
I've a tabbar controller associated with the navigation controller.
I've separate tableview controllers for two tabs. While the first tab - table reload …
1
vote
5answers
83 views
ASP.Net MVC issues, meant for advanced developers only?
Just a random question. I've been in internship and then working as a software designer for almost a year now, mainly with SQL Server 2005 / 2008, and Visual Studio 2008 with ASP.Net VB / C#, web …
0
votes
5answers
40 views
The RSS Feed of Wordpress blog goes wild
Hi,
I've installed the wordpress.org script however the RSS feed just sends me errors. I've tried to edit files within the wordpress like wp-rss2.php to remove "?" from the first line but it does not …
0
votes
4answers
62 views
div background images shows up, but background color does not
Hello,
I'm having a minor css issue.
I have a series of layered divs and I've set div class styles and they all show up (padding, font colors,etc). However, the background-color will not work for …
