PostId
int64
13
11.8M
PostCreationDate
stringlengths
19
19
OwnerUserId
int64
3
1.57M
OwnerCreationDate
stringlengths
10
19
ReputationAtPostCreation
int64
-33
210k
OwnerUndeletedAnswerCountAtPostTime
int64
0
5.77k
Title
stringlengths
10
250
BodyMarkdown
stringlengths
12
30k
Tag1
stringlengths
1
25
Tag2
stringlengths
1
25
Tag3
stringlengths
1
25
Tag4
stringlengths
1
25
Tag5
stringlengths
1
25
PostClosedDate
stringlengths
19
19
OpenStatus
stringclasses
5 values
unified_texts
stringlengths
47
30.1k
OpenStatus_id
int64
0
4
3,431,003
08/07/2010 15:41:25
257,635
01/24/2010 01:11:32
53
4
What's your way of learning a language?
I have just started learning Java (referring Head-First book). I just wanted to know what's the best way of learning any language? How to get most out of the book? Should one have to study the book's matter and then try that code later on computer or do that simultaneously? (learning concept and try that on...
java
howto
beginners-guide
beginner
null
03/06/2012 03:18:45
not constructive
What's your way of learning a language? === I have just started learning Java (referring Head-First book). I just wanted to know what's the best way of learning any language? How to get most out of the book? Should one have to study the book's matter and then try that code later on computer or do that simu...
4
3,325,632
07/24/2010 15:23:02
32,484
10/29/2008 17:48:46
4,833
119
Good practises (ettiquette) when working in a dev team
In a software dev team, what habits make a good team player? For example, I have learnt that you don't modify another person's code if you see something wrong with it but don't have authority to do so (regardless of how bad the flaw is), do one task at a time and don't get sidetracked into fixing something else whic...
learning
career-development
development-teams
null
null
07/28/2010 16:48:53
off topic
Good practises (ettiquette) when working in a dev team === In a software dev team, what habits make a good team player? For example, I have learnt that you don't modify another person's code if you see something wrong with it but don't have authority to do so (regardless of how bad the flaw is), do one task at a ti...
2
3,468,028
08/12/2010 13:18:07
388,350
07/10/2010 07:54:46
524
29
Is there any language which is just "perfect" for web scraping?
I have used 3 languages for Web Scraping - Ruby, PHP and Python and honestly none of them seems to perfect for the task. Ruby has an excellent mechanize and XML parsing library but the spreadsheet support is very poor. PHP has excellent spreadsheet and HTML parsing library but it does not have an equivalent of ...
web-scraping
null
null
null
null
07/29/2012 13:52:00
not constructive
Is there any language which is just "perfect" for web scraping? === I have used 3 languages for Web Scraping - Ruby, PHP and Python and honestly none of them seems to perfect for the task. Ruby has an excellent mechanize and XML parsing library but the spreadsheet support is very poor. PHP has excellent sprea...
4
9,329,194
02/17/2012 13:35:14
414,967
08/09/2010 10:37:30
167
1
java web application ui framework
any idea what kind of UI framework have been used for the following website? [https://www.paytm.com/][1] I prefer to use such UI framework in java web application. If you are familiar, please let me know.
java
jquery-ui
user-interface
wicket
null
02/17/2012 13:42:42
too localized
java web application ui framework === any idea what kind of UI framework have been used for the following website? [https://www.paytm.com/][1] I prefer to use such UI framework in java web application. If you are familiar, please let me know.
3
3,941,460
10/15/2010 10:40:03
436,222
08/31/2010 17:53:19
1
2
Cannot attach physical drive while creating virtual machine on windows 7
## Shared Drive Name is not accessible. You might not have permissions to use this resource. ## Attaching the hostmachines drive (D:) to the virtual machine with 'settings' throws error: Shared Drive Name is not accessible. You might not have permissions to use this resource." Other vm's have a link to that driv...
virtual-machine
windows-7-x64
cddvd
null
null
null
open
Cannot attach physical drive while creating virtual machine on windows 7 === ## Shared Drive Name is not accessible. You might not have permissions to use this resource. ## Attaching the hostmachines drive (D:) to the virtual machine with 'settings' throws error: Shared Drive Name is not accessible. You might not...
0
7,103,837
08/18/2011 07:29:11
900,048
08/18/2011 06:56:05
1
0
How and which NoSQL to use?
As a hobby I'm building a web application for my radio show and I thought it might be a good chance to learn NoSQL. I'm very got at PHP,MySQL and JS but I have never used NoSQL before. I have my song archive of approx. 700 rows x 13 columns (cols = features like runtime, tempo, etc.) in Google Spreadsheets. At day ...
javascript
nosql
null
null
null
08/18/2011 09:23:17
not constructive
How and which NoSQL to use? === As a hobby I'm building a web application for my radio show and I thought it might be a good chance to learn NoSQL. I'm very got at PHP,MySQL and JS but I have never used NoSQL before. I have my song archive of approx. 700 rows x 13 columns (cols = features like runtime, tempo, etc.)...
4
10,562,689
05/12/2012 09:56:39
581,335
01/18/2011 20:11:03
533
3
How to fetch image of the screen from video memory?
Which library may I use to do it? You can think of it as getting the screenshot. Note: I'm talking about PC. I don't specify OS since I hope that the library is supposed to do it in a cross-platform way. If that's not possible then I will be fine with the Windows only solution.
image
memory
video
screen
fetch
null
open
How to fetch image of the screen from video memory? === Which library may I use to do it? You can think of it as getting the screenshot. Note: I'm talking about PC. I don't specify OS since I hope that the library is supposed to do it in a cross-platform way. If that's not possible then I will be fine with the Wind...
0
10,030,463
04/05/2012 14:24:18
1,315,530
04/05/2012 14:19:48
1
0
empty response when trying to curl an SSLv3 url
The following URL works in a web browser: https://calicojack.armstrong.edu/PROD/bwckctlg.p_disp_listcrse?term_in=201208&subj_in=AASU&crse_in=1100&schd_in= However, when I try to use curl to fetch it, I get no response. I understand that their server required SSLv3 so I use the following command: curl --sslv3...
ssl
curl
null
null
null
04/09/2012 17:50:02
off topic
empty response when trying to curl an SSLv3 url === The following URL works in a web browser: https://calicojack.armstrong.edu/PROD/bwckctlg.p_disp_listcrse?term_in=201208&subj_in=AASU&crse_in=1100&schd_in= However, when I try to use curl to fetch it, I get no response. I understand that their server required SSLv...
2
4,283,876
11/26/2010 09:08:34
62,237
02/04/2009 03:28:10
1,497
53
How to import part of a module in python?
I need to use a python module (available in some library). The module looks like this: class A: def f1(): ... print "Done" ... I need only the functionality of class A. However, when I import the module, the code at bottom (print and others) gets executed. Is there a way to avoid...
python
module
import
null
null
null
open
How to import part of a module in python? === I need to use a python module (available in some library). The module looks like this: class A: def f1(): ... print "Done" ... I need only the functionality of class A. However, when I import the module, the code at bottom (print and...
0
4,323,885
12/01/2010 11:32:52
478,144
10/16/2010 20:24:18
1,033
69
When do you call yourself a programmer
"A programmer, computer programmer or coder is someone who writes computer software" from Wikipedia If you do frontend development using jQuery/CSS/HTML do you call yourself a programmer? If you develop PHP applications that deal with databases, do you call yourself a programmer? Are you only a programmer if you ...
programming-languages
null
null
null
null
12/01/2010 11:42:27
off topic
When do you call yourself a programmer === "A programmer, computer programmer or coder is someone who writes computer software" from Wikipedia If you do frontend development using jQuery/CSS/HTML do you call yourself a programmer? If you develop PHP applications that deal with databases, do you call yourself a prog...
2
2,375,934
03/03/2010 23:47:54
432
08/05/2008 17:18:46
2,489
61
How Insert my Code Between Zoom Text and Windows?
I am writing an application whose users will use [ZoomText][1] and a tablet PC. ZoomText is screen magnification software. However ZoomText has a bug that prevents tablet tracking from working correctly, meaning finger and pen interaction with the screen is incorrect. When you zoom in on a rectangle in the screen and t...
windows
com
null
null
null
null
open
How Insert my Code Between Zoom Text and Windows? === I am writing an application whose users will use [ZoomText][1] and a tablet PC. ZoomText is screen magnification software. However ZoomText has a bug that prevents tablet tracking from working correctly, meaning finger and pen interaction with the screen is incorre...
0
10,603,766
05/15/2012 15:14:31
1,078,232
12/02/2011 20:53:38
117
2
Why am I getting a 404 error when accessing a controller method in Ajax?
I have a controller `ValidationController` and it has a method called `EmailExist` I have an ajax call `$.ajax({` `type: "POST",` `url: "/Validation/EmailExist",` `data: { 'Email': $('#Email').val() },` `success: function (result) {` ...
jquery
ajax
asp.net-mvc
jquery-ajax
asp.net-mvc-controller
05/18/2012 15:45:12
too localized
Why am I getting a 404 error when accessing a controller method in Ajax? === I have a controller `ValidationController` and it has a method called `EmailExist` I have an ajax call `$.ajax({` `type: "POST",` `url: "/Validation/EmailExist",` `data: { 'Email': $('#...
3
7,568,300
09/27/2011 11:24:25
966,909
09/27/2011 11:18:05
1
0
Array to CSV drupal 7
I am a new in drupal 7, I need a module for Drupal 7 that can export CSV when given an array of values?
php
arrays
csv
drupal-7
null
04/21/2012 13:49:42
off topic
Array to CSV drupal 7 === I am a new in drupal 7, I need a module for Drupal 7 that can export CSV when given an array of values?
2
7,995,675
11/03/2011 13:26:21
793,878
06/11/2011 10:43:47
26
11
how to write a web browser from stratch use c
These days I'm aware of the powerful web browser. In order to know what happend behind the screen. I want to write a simple web browser. But When I try to find document about that. Nothing find! Any one konw how to write a simple web browser or know where is the book will be useful. Please tell me ! Thank you very ...
c
browser
null
null
null
11/03/2011 13:53:58
not a real question
how to write a web browser from stratch use c === These days I'm aware of the powerful web browser. In order to know what happend behind the screen. I want to write a simple web browser. But When I try to find document about that. Nothing find! Any one konw how to write a simple web browser or know where is the book ...
1
5,094,665
02/23/2011 17:39:38
630,675
02/23/2011 17:29:15
1
0
what is wrong with my C++ templates
I defined a template getsetter to set and get a vector set of values and derived a class (float type) from that template, works in unix but not red hat linux. Why? can someoen help? Thanks a lot ------------------------------------------------------------------------ 1 #ifndef _GETSET_H 2 #define _GETSET_H 3...
c++
null
null
null
null
02/23/2011 18:40:45
not a real question
what is wrong with my C++ templates === I defined a template getsetter to set and get a vector set of values and derived a class (float type) from that template, works in unix but not red hat linux. Why? can someoen help? Thanks a lot ------------------------------------------------------------------------ 1 #ifn...
1
9,569,038
03/05/2012 15:15:53
1,129,909
01/04/2012 12:25:18
42
2
Regular expression: multiple occurences of a word, replace only last occurence
I have an URL like this: http://site.com/galleries/galleryname/imageID123/lightbox/ and using a script to replace the lightbox URL with nothing (when lightbox overlay is closed): document.URL.replace('lightbox/', '') Things get messy when user has a gallery also named "lightbox", then the URL is: ...
javascript
regex
replace
null
null
null
open
Regular expression: multiple occurences of a word, replace only last occurence === I have an URL like this: http://site.com/galleries/galleryname/imageID123/lightbox/ and using a script to replace the lightbox URL with nothing (when lightbox overlay is closed): document.URL.replace('lightbox/', '') ...
0
8,785,465
01/09/2012 08:13:06
426,260
02/08/2010 12:48:01
81
0
How to store the categories to an array variable in Wordpress?
How can I store the categories names and IDs into an array in Wordpress?
php
wordpress
null
null
null
null
open
How to store the categories to an array variable in Wordpress? === How can I store the categories names and IDs into an array in Wordpress?
0
10,858,037
06/01/2012 22:22:15
1,000,514
10/18/2011 06:31:16
5
0
html relative positioned elements being rendered differently in firefox and chrome
I have some html elements (span, divs) that are behaving differently in Firefox (12) and Chrome (18) and cannot understand why. Some elements are positioned relatively and some absolutely. However the discrepancy is present in both cases. Any idea of why and how to resolve?
html
css
firefox
google-chrome
null
06/04/2012 16:38:38
not a real question
html relative positioned elements being rendered differently in firefox and chrome === I have some html elements (span, divs) that are behaving differently in Firefox (12) and Chrome (18) and cannot understand why. Some elements are positioned relatively and some absolutely. However the discrepancy is present in both ...
1
3,559,713
08/24/2010 18:24:44
429,902
08/24/2010 18:24:44
1
0
Update with a Min in the the table
I want to update a Column in a Table, based on the minimum of another column of the same table. eg. JobPositonId | JobPositonName | JobDescriptionId | ContactId 1 | 1 | 1 | 1 2 | 1 | 1 | 0 3 | 1 | 1 ...
sql
query
update
min
null
null
open
Update with a Min in the the table === I want to update a Column in a Table, based on the minimum of another column of the same table. eg. JobPositonId | JobPositonName | JobDescriptionId | ContactId 1 | 1 | 1 | 1 2 | 1 | 1 | 0 3 ...
0
4,336,466
12/02/2010 15:13:40
520,326
11/25/2010 15:11:38
11
0
Lazy loading problem with one to one mapping
I have 2 very simple POJOs and i have just one to one mapping between them. 1. contact.java 2. comment.java -- it has foreign key column to the contact.java the code i have written is below. contact.java ------------- @OneToOne(optional= false,cascade = CascadeType.ALL, mappedBy="contact", fetch=FetchTy...
jpa
null
null
null
null
null
open
Lazy loading problem with one to one mapping === I have 2 very simple POJOs and i have just one to one mapping between them. 1. contact.java 2. comment.java -- it has foreign key column to the contact.java the code i have written is below. contact.java ------------- @OneToOne(optional= false,cascade = ...
0
1,538,374
10/08/2009 14:57:52
163,086
08/25/2009 21:02:39
1
0
Boost.Regex oddity
Does anyone have any idea why the following code would output "no match"? boost::regex r(".*\\."); std::string s("app.test"); if (boost::regex_match(s, r)) std::cout << "match" << std::endl; else std::cout << "no match" << std::endl;
c++
boost-regex
boost
regex
null
null
open
Boost.Regex oddity === Does anyone have any idea why the following code would output "no match"? boost::regex r(".*\\."); std::string s("app.test"); if (boost::regex_match(s, r)) std::cout << "match" << std::endl; else std::cout << "no match" << std::endl;
0
11,328,315
07/04/2012 11:35:06
1,320,540
04/08/2012 16:54:19
407
0
open file on a specific block in Linux
For debugging purposes, I want to open a file on a specific predefined block. For instance, if I suspect a specific block is damaged, I want to write and read from it, and I'd rather do that in user mode, while the partition is mounted. Is there a way to tell Linux, "hey! open this new file on block 4579 if it's fre...
linux
filesystems
ext4
null
null
null
open
open file on a specific block in Linux === For debugging purposes, I want to open a file on a specific predefined block. For instance, if I suspect a specific block is damaged, I want to write and read from it, and I'd rather do that in user mode, while the partition is mounted. Is there a way to tell Linux, "hey! ...
0
6,473,522
06/24/2011 20:38:32
814,732
06/24/2011 20:38:32
1
0
JS/jQuery Styled Scrollbar
I search here for a good-styled scrollbar, but nothing... Can u offer me something, because I can't place the famous from Internet. I want a simple scrollbar, just a line or smth like that. Please give the example in a whole HTML page (with <head>, <body> etc. tags). **Thanks previously!**
javascript
jquery
scrollbar
null
null
null
open
JS/jQuery Styled Scrollbar === I search here for a good-styled scrollbar, but nothing... Can u offer me something, because I can't place the famous from Internet. I want a simple scrollbar, just a line or smth like that. Please give the example in a whole HTML page (with <head>, <body> etc. tags). **Thanks previous...
0
5,688,386
04/16/2011 17:47:16
382,818
07/03/2010 19:08:55
4,349
196
Where can I find good AREL documentation?
I'm trying to learn as much as I can about AREL. But I'm not sure what to look at. It looks like [this on github][1] is the project for AREL, but isn't AREL a part of ActiveRecord now? I found some [documentation on rubydoc][2], but it doesn't seem very good in terms of showing what all are the public/accessible...
ruby-on-rails-3
documentation
arel
null
null
null
open
Where can I find good AREL documentation? === I'm trying to learn as much as I can about AREL. But I'm not sure what to look at. It looks like [this on github][1] is the project for AREL, but isn't AREL a part of ActiveRecord now? I found some [documentation on rubydoc][2], but it doesn't seem very good in term...
0
11,239,521
06/28/2012 06:59:36
1,417,253
05/25/2012 11:18:55
4
0
What is the point of using Class in interface and Interface In Class?
I am not able to clear the concept that What is need of using Interface in Class and Class in Interface.
java
class
interface
null
null
06/28/2012 19:35:55
not a real question
What is the point of using Class in interface and Interface In Class? === I am not able to clear the concept that What is need of using Interface in Class and Class in Interface.
1
3,670,044
09/08/2010 16:50:33
333,757
05/05/2010 18:45:56
11
1
Possible JavaScript Error?
My QA specialist is getting this following bug: **Opening & closing the Country dropdown along with other dropdowns: Toggle opening Country & Phone Type drops. Message: Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus.** Is this an issue with the J...
javascript
error-message
null
null
null
09/08/2010 17:24:11
not a real question
Possible JavaScript Error? === My QA specialist is getting this following bug: **Opening & closing the Country dropdown along with other dropdowns: Toggle opening Country & Phone Type drops. Message: Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus.*...
1
11,540,072
07/18/2012 11:16:35
1,534,558
07/18/2012 11:10:21
1
0
ipv6 host address in wampserver
as in ipv4 we use mysql_connect("localhost","root",""); or mysql_connect(server ip,"root",""); this is done after adding the ipv4 address in the privileges. how can I do the same thing using ipv6?? I want to add server ipv6 address
ipv6
null
null
null
null
07/19/2012 13:49:14
not a real question
ipv6 host address in wampserver === as in ipv4 we use mysql_connect("localhost","root",""); or mysql_connect(server ip,"root",""); this is done after adding the ipv4 address in the privileges. how can I do the same thing using ipv6?? I want to add server ipv6 address
1
11,671,370
07/26/2012 14:20:34
1,326,104
04/11/2012 08:45:00
82
9
Perl not executing command when in debugger or as a Win32::Daemon
Synopsis --- I execute a shell command from Perl and when run from the command line it works, but when run in the debugger it does not work. Running it as a Win32::Daemon shows the same behaviour. The Source Code ------ I execute a command either with backticks print `$cmd` or like this: ope...
eclipse
perl
activeperl
epic
null
null
open
Perl not executing command when in debugger or as a Win32::Daemon === Synopsis --- I execute a shell command from Perl and when run from the command line it works, but when run in the debugger it does not work. Running it as a Win32::Daemon shows the same behaviour. The Source Code ------ I execute a comman...
0
1,111,700
07/10/2009 20:05:24
33,264
11/01/2008 02:18:32
1,604
124
How to prevent HTTP GET for ASP.NET events? or How to check for Request.Type on all events?
With the help of fiddler, I did this "replay attack" with the following HTTP GET request http://svr/Default.aspx?**__EVENTTARGET=LinkButton1**&__EVENTARGUMENT=&__VIEWSTATE=%2snipg%3D%3D&__EVENTVALIDATION=%2snip To my surprise, it works as long as there is valid viewstate and event validation. The following stops...
asp.net
c#
null
null
null
null
open
How to prevent HTTP GET for ASP.NET events? or How to check for Request.Type on all events? === With the help of fiddler, I did this "replay attack" with the following HTTP GET request http://svr/Default.aspx?**__EVENTTARGET=LinkButton1**&__EVENTARGUMENT=&__VIEWSTATE=%2snipg%3D%3D&__EVENTVALIDATION=%2snip To my ...
0
11,660,409
07/25/2012 23:52:38
1,553,060
07/25/2012 23:11:44
1
0
Microsoft SQL Server Client Statistics - Client vs total processing time
I am trying to better understand the relationship between client processing time and total processing time. I've always worked with the thought of reducing all the numbers. I have recently run into a situation where I can reduce the total processing time but the client processing time is greater. Is it better or wor...
sql-server
sql-server-2008
tsql
sql-server-2005
null
07/27/2012 00:25:39
off topic
Microsoft SQL Server Client Statistics - Client vs total processing time === I am trying to better understand the relationship between client processing time and total processing time. I've always worked with the thought of reducing all the numbers. I have recently run into a situation where I can reduce the total p...
2
10,606,211
05/15/2012 17:54:40
1,301,158
03/29/2012 15:09:46
1
0
using c# to write sql query in Visual studio
I have a database in sql server. I am looking to create a WPF app with visual studio in order to run the sql code there. How do I do this? I am just needing to run a simple select statement based off of three joined tables
sql
wpf
visual-studio-2010
sql-server-2008
null
05/16/2012 00:58:38
not constructive
using c# to write sql query in Visual studio === I have a database in sql server. I am looking to create a WPF app with visual studio in order to run the sql code there. How do I do this? I am just needing to run a simple select statement based off of three joined tables
4
5,483,877
03/30/2011 08:31:51
46,297
12/15/2008 08:14:52
5,077
150
SimpleXML - Cannot get attributes of first tag
I am trying to read the attributes of the first tag of an XML. Here's the XML structure <myxml timestamp="1301467801"> <tag1>value1</tag1> <tag2>value2</tag2> … </myxml> And here's how I try to get the **timestamp** attribute (tried 2 approaches, listing them both here, none works) ...
php
simplexml
null
null
null
null
open
SimpleXML - Cannot get attributes of first tag === I am trying to read the attributes of the first tag of an XML. Here's the XML structure <myxml timestamp="1301467801"> <tag1>value1</tag1> <tag2>value2</tag2> … </myxml> And here's how I try to get the **timestamp** attribute (tried 2...
0
5,820,433
04/28/2011 14:44:36
284,560
03/02/2010 16:18:00
204
15
Custom Membership Provider Error
I have a custom asp.net membership class I am building where I have a helper function that the GetUser() method uses to convert the values from my database into a System.Web.Security.MembershipUser object. private MembershipUser _converToMembershipUser(MembershipDBModel member) { System.Web.Security.M...
asp.net-membership
null
null
null
null
null
open
Custom Membership Provider Error === I have a custom asp.net membership class I am building where I have a helper function that the GetUser() method uses to convert the values from my database into a System.Web.Security.MembershipUser object. private MembershipUser _converToMembershipUser(MembershipDBModel me...
0
7,440,822
09/16/2011 06:11:19
948,228
09/16/2011 06:09:43
1
0
Extjs - How to select combobox in bold some options?
There are five options assume a combobox, to highlight the last 2 tags ?
extjs
combobox
highlight
null
null
09/16/2011 20:42:30
not a real question
Extjs - How to select combobox in bold some options? === There are five options assume a combobox, to highlight the last 2 tags ?
1
3,291,941
07/20/2010 16:00:05
175,562
09/18/2009 14:01:34
115
3
Best free registration process to avoid spammers/scammers
AT the moment, the site I look over sends an activation email to new members which have a link they must click to activate their account. While this seems like a good idea, it has many faults such as occasionally the email lands in their spam/junk folder and its yet another step the user has to do. I was try to make...
process
user
usability
registration
signup
null
open
Best free registration process to avoid spammers/scammers === AT the moment, the site I look over sends an activation email to new members which have a link they must click to activate their account. While this seems like a good idea, it has many faults such as occasionally the email lands in their spam/junk folder an...
0
8,610,234
12/22/2011 22:04:38
1,112,388
12/22/2011 19:51:37
1
0
Is there a way to insert "wsmp:" in to the soap method request in c#?
I have need to build a c# web client that can consume an existing java weblogic web service that uses wsse security. Changing the existing java weblogic web service to work with C# is not an option. I have hopes a solution is easily found. For the client, I am using c# with Microsoft.Web.Services3 in VisualStudi...
c#
soap
null
null
null
null
open
Is there a way to insert "wsmp:" in to the soap method request in c#? === I have need to build a c# web client that can consume an existing java weblogic web service that uses wsse security. Changing the existing java weblogic web service to work with C# is not an option. I have hopes a solution is easily found. ...
0
2,255,157
02/12/2010 21:13:57
259,712
01/27/2010 01:36:31
298
7
NSIS script - download .NET framework, DirectX
Can a NSIS script download .NET and DirectX from microsoft, then install it? I don't want to include the installers in my installer because they are huge.
nsis
.net
directx
null
null
null
open
NSIS script - download .NET framework, DirectX === Can a NSIS script download .NET and DirectX from microsoft, then install it? I don't want to include the installers in my installer because they are huge.
0
5,098,536
02/23/2011 23:17:01
374,977
06/24/2010 07:11:10
35
2
Google Custom Search does not return structured data which I entered using PageMap
here is the page map that I added as a comment in the HEAD section <!--<PageMap> <DataObject type="document"> <Attribute name="id">2067</Attribute> <Attribute name="title">Empowering the Middle and Creating Workforce Re...
search
google
map
page
null
null
open
Google Custom Search does not return structured data which I entered using PageMap === here is the page map that I added as a comment in the HEAD section <!--<PageMap> <DataObject type="document"> <Attribute name="id">2067</Attribute> ...
0
2,423,805
03/11/2010 09:28:10
276,439
02/18/2010 20:10:24
10
0
Core data select objects from an array - iPhone
I was wondering if I could select objects based on a predicate with an array... for example Code: [NSPredicate predicateWithFormat:@"id=%@", arrayOfID]; Will it work? If no, how can I do it? Best
iphone
core-data
query
database
objective-c
null
open
Core data select objects from an array - iPhone === I was wondering if I could select objects based on a predicate with an array... for example Code: [NSPredicate predicateWithFormat:@"id=%@", arrayOfID]; Will it work? If no, how can I do it? Best
0
8,055,503
11/08/2011 18:42:19
724,882
04/26/2011 06:41:28
54
0
Traffic filtering in Chrome without WebRequest
I am interested in filtering traffic comming into Chrome. I've seen WebRequest API and ignoring the fact that it's experimental it seems that you can't stop traffic since events are asynchronous. I was also exploring the NPAPI plugins for filtering but it seems that they are plugins that need to be registered for pa...
google-chrome
google-chrome-extension
filtering
null
null
null
open
Traffic filtering in Chrome without WebRequest === I am interested in filtering traffic comming into Chrome. I've seen WebRequest API and ignoring the fact that it's experimental it seems that you can't stop traffic since events are asynchronous. I was also exploring the NPAPI plugins for filtering but it seems tha...
0
4,934,403
02/08/2011 14:43:37
345,157
02/19/2010 13:44:46
138
0
Is there a JQuery / JS plugin to do a map similar to google maps?
Of course, the map would not be of a city, so I cannot use a Google Maps plugin. What I need, more or less, is this: - Use my own image as a map - The map will have hotspots that must be responsive to hover and clicks. - To drag the map with the mouse, as in Google Maps. Does anyone know of a plugin like th...
jquery
plugins
maps
null
null
null
open
Is there a JQuery / JS plugin to do a map similar to google maps? === Of course, the map would not be of a city, so I cannot use a Google Maps plugin. What I need, more or less, is this: - Use my own image as a map - The map will have hotspots that must be responsive to hover and clicks. - To drag the map wi...
0
10,648,653
05/18/2012 07:42:34
832,442
07/06/2011 21:30:33
26
0
Do I need to know web application development to make mobile apps?
So I am looking to learn both web application development and mobile app development, and I was wondering is there is an overlap between the two. More specifically, is the knowledge of developing web apps essential or even helpful when building mobile apps? I was under the impression that one had to know basic web app...
android
iphone
web-applications
mobile-application
null
05/18/2012 14:15:05
not a real question
Do I need to know web application development to make mobile apps? === So I am looking to learn both web application development and mobile app development, and I was wondering is there is an overlap between the two. More specifically, is the knowledge of developing web apps essential or even helpful when building mob...
1
9,163,352
02/06/2012 16:20:19
778,658
06/01/2011 02:54:27
30
1
app crushes when runs in small and large screens in android
I have been developing an app which should support multiple screens.In this,it works fine when i run that app in medium size screen(nexus 3.7),but if i run the same code using a small or large screen,the app crushes.Can anyone tell me how to solve this issue. " 02-06 21:05:38.384: E/AndroidRuntime(331): java.lang.R...
android
null
null
null
null
null
open
app crushes when runs in small and large screens in android === I have been developing an app which should support multiple screens.In this,it works fine when i run that app in medium size screen(nexus 3.7),but if i run the same code using a small or large screen,the app crushes.Can anyone tell me how to solve this is...
0
10,629,814
05/17/2012 04:26:13
295,189
03/16/2010 21:44:33
1,634
21
I am trying to create a table from a jsfiddle example but its not working ANGULAR.JS
I am trying to create a table that I found here http://jsfiddle.net/m3j8k/6/ but I have to integrate it to my solutions and code and when I do that, I get these wonky chracters but no error. my code is here ![enter image description here][1] http://jsfiddle.net/Ug57r/3/ please see the image below. I ...
javascript
angularjs
angular
null
null
null
open
I am trying to create a table from a jsfiddle example but its not working ANGULAR.JS === I am trying to create a table that I found here http://jsfiddle.net/m3j8k/6/ but I have to integrate it to my solutions and code and when I do that, I get these wonky chracters but no error. my code is here ![enter image d...
0
4,362,926
12/06/2010 03:24:57
404,409
07/28/2010 11:03:33
112
0
Java: Threads, how to make them all do something
I am trying to implement nodes talking to each other in Java. I am doing this by creating a new thread for every node that wants to talk to the server. When the given number of nodes, i.e. that many threads have been created, have connected to the server I want each thread to execute their next bit of code after add...
java
multithreading
locking
null
null
null
open
Java: Threads, how to make them all do something === I am trying to implement nodes talking to each other in Java. I am doing this by creating a new thread for every node that wants to talk to the server. When the given number of nodes, i.e. that many threads have been created, have connected to the server I want e...
0
1,502,874
10/01/2009 09:22:40
1,116
08/12/2008 13:25:41
7,664
322
Web Methods works with html button but not asp:button
I'm am looking at the code in [this][1] article on Web methods and I've tried to implement it. The article works as designed but when I swap the HTML button for an asp:button I get different results. CODE behind: [WebMethod] public static string GetCurrentDate() { ...
asp.net
webmethods
viewstate
page-lifecycle
null
null
open
Web Methods works with html button but not asp:button === I'm am looking at the code in [this][1] article on Web methods and I've tried to implement it. The article works as designed but when I swap the HTML button for an asp:button I get different results. CODE behind: [WebMethod] public stati...
0
10,425,332
05/03/2012 04:53:56
676,582
03/25/2011 11:08:48
1
0
how to create a C# wrapper class from the C++ tesseract library?
Please guide me on how to create a C# wrapper to access the methods of the tesseract library which is in C++.
c#
c++
wrapper
dllimport
tesseract
05/10/2012 08:44:44
not a real question
how to create a C# wrapper class from the C++ tesseract library? === Please guide me on how to create a C# wrapper to access the methods of the tesseract library which is in C++.
1
3,759,987
09/21/2010 11:50:21
413,170
08/06/2010 14:45:08
45
6
PHP SOAP tutorial?
I need to write a SOAP client using PHP 5.3. The WSDL for the service is reasonably complicated. I can't find a PHP SOAP tutorial anywhere that walks through how to do this - I haven't found any that use the 5.3 SoapClient and explain how to construct SoapVars and SoapParams for complex data types. Is this the be...
php
soap
soap-client
php-soapclient
null
07/13/2012 13:38:31
not constructive
PHP SOAP tutorial? === I need to write a SOAP client using PHP 5.3. The WSDL for the service is reasonably complicated. I can't find a PHP SOAP tutorial anywhere that walks through how to do this - I haven't found any that use the 5.3 SoapClient and explain how to construct SoapVars and SoapParams for complex data ...
4
7,295,378
09/03/2011 19:29:27
95,245
04/23/2009 23:49:55
2,571
120
mock datareader failing on second call
In the test below, the mocked datareader returns the desired value the first time, but then returns the same value when the index should be 1. Am I misusing the dataReader or Rhino stub syntax? What is the fix? Cheers, Berryl failing test =========== [Test] public void NullSafeGet_G...
unit-testing
nhibernate
mocking
rhino-mocks
null
null
open
mock datareader failing on second call === In the test below, the mocked datareader returns the desired value the first time, but then returns the same value when the index should be 1. Am I misusing the dataReader or Rhino stub syntax? What is the fix? Cheers, Berryl failing test =========== ...
0
6,740,349
07/18/2011 22:50:55
848,927
07/17/2011 18:04:30
1
0
Detecting non-english character based languages
I am looking for solution in php. I want to detect the presence of languages like Chinese, Japanese, Arabic, Hindi in text.
php
language-agnostic
null
null
null
07/19/2011 04:23:51
not a real question
Detecting non-english character based languages === I am looking for solution in php. I want to detect the presence of languages like Chinese, Japanese, Arabic, Hindi in text.
1
3,539,013
08/21/2010 21:14:10
427,303
08/21/2010 21:05:00
1
1
I need CRC Reverse Code for my CRC64 Checksum Coding
Can someone please code me the CRC64 Reverse Algorithm in C#? I am unable to code it, can't understand anything. Thanks, I have copied the CRC64 Checksum code from C++ and converted it into C# .NET. The entire code is displayed below: <pre> using System; using System.Collections.Generic; using System.Linq; us...
c#
algorithm
64bit
crc
crc32
08/21/2010 22:02:49
not a real question
I need CRC Reverse Code for my CRC64 Checksum Coding === Can someone please code me the CRC64 Reverse Algorithm in C#? I am unable to code it, can't understand anything. Thanks, I have copied the CRC64 Checksum code from C++ and converted it into C# .NET. The entire code is displayed below: <pre> using System; ...
1
3,806,355
09/27/2010 17:39:08
400,371
07/23/2010 15:02:01
45
1
C++ map declaration under g++
I have such declaraition using namespace std; map < string, string> attr; if i write it in class or in global namespace it is compiled ok, but if I write it inside function it doesn't. Why? How can I solve it ?
c++
map
g++
null
null
09/27/2010 18:16:28
not a real question
C++ map declaration under g++ === I have such declaraition using namespace std; map < string, string> attr; if i write it in class or in global namespace it is compiled ok, but if I write it inside function it doesn't. Why? How can I solve it ?
1
11,570,965
07/19/2012 23:49:20
1,371,314
05/03/2012 00:32:17
11
2
How to detect Azure/Amazon VM
Is there any way to detect, in general, if your code is executing on an Azure or Amazon virtual machine. I am not referring to some sort of web or worker role in particular, I mean given any executable, is there anything that resolves that machine to a cloud VM - for example under Azure there is no domain so i cannot s...
azure
amazon
vm
null
null
null
open
How to detect Azure/Amazon VM === Is there any way to detect, in general, if your code is executing on an Azure or Amazon virtual machine. I am not referring to some sort of web or worker role in particular, I mean given any executable, is there anything that resolves that machine to a cloud VM - for example under Azu...
0
8,816,024
01/11/2012 08:05:57
265,103
01/16/2010 09:00:37
642
10
How to impersonate using silverlight client object model?
I am developing silverlight web part for sharepoint 2010 in C#.In silverlight client object model the sharepoint 2010 takes the current user credential by using the following statement ClientContext clientContext = ClientContext.Current; Now I want to login programatically with different user name and passwo...
c#
silverlight
sharepoint2010
impersonation
client-object-model
null
open
How to impersonate using silverlight client object model? === I am developing silverlight web part for sharepoint 2010 in C#.In silverlight client object model the sharepoint 2010 takes the current user credential by using the following statement ClientContext clientContext = ClientContext.Current; Now I wa...
0
9,576,128
03/06/2012 00:16:01
154,688
08/11/2009 21:51:10
872
8
How is a rolling-release linux distribution implemented?
I've been looking on implementing my own rolling release linux distro, have looked at Arch and Gentoo, but was wondering, what's their secret? Where can I find out?
linux
architecture
system
null
null
03/07/2012 18:24:07
off topic
How is a rolling-release linux distribution implemented? === I've been looking on implementing my own rolling release linux distro, have looked at Arch and Gentoo, but was wondering, what's their secret? Where can I find out?
2
2,430,894
03/12/2010 06:22:21
272,769
02/14/2010 13:18:48
6
0
Drag and drop into a browser application
We have a browser based application written in PHP in which I want to drag-n-drop files from the windows explorer or directly email attachments(this would be very cool). On dropping the files in the browser application, it should save it on a particular folder on the server. Any help on how this can be achieved would b...
browser
drag-and-drop
null
null
null
null
open
Drag and drop into a browser application === We have a browser based application written in PHP in which I want to drag-n-drop files from the windows explorer or directly email attachments(this would be very cool). On dropping the files in the browser application, it should save it on a particular folder on the server...
0
8,521,065
12/15/2011 13:46:13
67,727
02/18/2009 06:58:28
57
5
Validate domain user/password in Installshield setup
I have domain,username,password as inputs. Any idea on how i can validate that the username exists and the password is valid via custom action in a Installshield setup. I am using a Basic MSI setup. I could not find any resources in the web regarding this.
authentication
installshield
null
null
null
null
open
Validate domain user/password in Installshield setup === I have domain,username,password as inputs. Any idea on how i can validate that the username exists and the password is valid via custom action in a Installshield setup. I am using a Basic MSI setup. I could not find any resources in the web regarding this.
0
11,587,842
07/20/2012 22:40:28
1,493,742
07/01/2012 01:40:01
23
0
Cloning css style - google+
I don t know if it is the right place to ask this question. Is there any tutorial to mimic the css style of the vertical nav bar of google+, with this nice inlaid effect? Best, Mehdi
google
null
null
null
null
07/31/2012 13:36:16
not a real question
Cloning css style - google+ === I don t know if it is the right place to ask this question. Is there any tutorial to mimic the css style of the vertical nav bar of google+, with this nice inlaid effect? Best, Mehdi
1
2,427,399
03/11/2010 17:58:19
106,020
05/13/2009 06:39:58
20
4
MPICH vs OpenMPI
Can someone elaborate between the OpenMPI and MPICH implementations of MPI ? Which of the two is a better implementation ?
hpc
openmp
mpi
null
null
null
open
MPICH vs OpenMPI === Can someone elaborate between the OpenMPI and MPICH implementations of MPI ? Which of the two is a better implementation ?
0
7,568,657
09/27/2011 11:53:54
857,500
07/17/2011 01:02:46
8
1
jquery animate slider onClick event
I am creating a slider using jquery animate function. The first image is moving to left and is working fine.But the next image is not quickly following the first image. It displays a blank screen for a while. This is what I have tried so far: $('.next').live('click',function() { $('.ac_bgimage').animate({ ...
jquery
image
slider
null
null
null
open
jquery animate slider onClick event === I am creating a slider using jquery animate function. The first image is moving to left and is working fine.But the next image is not quickly following the first image. It displays a blank screen for a while. This is what I have tried so far: $('.next').live('click',funct...
0
3,413,055
08/05/2010 08:43:45
413,023
07/03/2010 06:34:03
12
0
how to run rails application
i installed rails gem on my machine gem install rails-0.9.2.gem nd i got message like Successfully installed rails, version 0.9.2 now try to run a command like rail amit but nothing happened not even a single message???
ruby-on-rails
null
null
null
null
null
open
how to run rails application === i installed rails gem on my machine gem install rails-0.9.2.gem nd i got message like Successfully installed rails, version 0.9.2 now try to run a command like rail amit but nothing happened not even a single message???
0
4,826,359
01/28/2011 08:48:38
398,398
07/21/2010 19:36:38
686
14
What are the pros and cons of learning programming C++ on Linux?
I really want to know some expert C++ options. Any feedback would be greatly appreciated! As a novice, I will go first. **Pros** - Building software from source sometimes is fun. - Using vim and terminal are super fast. - Explore some cool libraries. **Cons** - Sometimes it takes forever to build some...
c++
linux
null
null
null
01/28/2011 08:53:38
not constructive
What are the pros and cons of learning programming C++ on Linux? === I really want to know some expert C++ options. Any feedback would be greatly appreciated! As a novice, I will go first. **Pros** - Building software from source sometimes is fun. - Using vim and terminal are super fast. - Explore some coo...
4
9,725,705
03/15/2012 18:15:52
868,372
07/28/2011 21:43:15
87
11
How to create a commercial library with template using in C++?
I'm a noob in C++ meta programming and I understand that I must place implementation of class in header file for convention. But when you want to purchase an package you need to separate the header and the implementation. Now, Is there a way to do this? Note: I know about 'export' keyword and read this [page][1]!...
c++
template-meta-programming
null
null
null
null
open
How to create a commercial library with template using in C++? === I'm a noob in C++ meta programming and I understand that I must place implementation of class in header file for convention. But when you want to purchase an package you need to separate the header and the implementation. Now, Is there a way to do t...
0
234,721
10/24/2008 18:18:46
25,012
10/03/2008 22:15:44
516
28
Obligatory Python Vs Ruby Question
Since this doesn't seem to be directly addressed in any previous question. Which language do you think is a better overall package, meaning: Including libraries, frameworks, job prospects, Python or Ruby? I've been learning Ruby but... It seems that a lot of pretty smart people really like python, what's the d...
ruby
python
programming-languages
polls
null
07/26/2012 13:23:18
not constructive
Obligatory Python Vs Ruby Question === Since this doesn't seem to be directly addressed in any previous question. Which language do you think is a better overall package, meaning: Including libraries, frameworks, job prospects, Python or Ruby? I've been learning Ruby but... It seems that a lot of pretty smart...
4
4,276,548
11/25/2010 11:32:36
520,065
11/25/2010 11:32:36
1
0
How to append after selection
I am trying to append some code after my current selection, lets say I have this: <div id="test"> </div> and want to append <br /> after closing div, like this <div id="test"> </div> <br /> Is there a way to do this?
jquery
append
null
null
null
null
open
How to append after selection === I am trying to append some code after my current selection, lets say I have this: <div id="test"> </div> and want to append <br /> after closing div, like this <div id="test"> </div> <br /> Is there a way to do this?
0
7,794,757
10/17/2011 13:49:34
166,168
08/31/2009 18:46:14
98
1
Change the picture onhover position along with the text
![enter image description here][1] I listed categories in my website on my home page. I want the image to change to the blue version of it onhover position. I also want that picture to change to the blue version when Computer Services heading is onhover in onhover position. I coded one way but it looks like is not w...
css
mouseover
null
null
null
null
open
Change the picture onhover position along with the text === ![enter image description here][1] I listed categories in my website on my home page. I want the image to change to the blue version of it onhover position. I also want that picture to change to the blue version when Computer Services heading is onhover in...
0
7,884,759
10/25/2011 04:35:51
702,432
04/11/2011 15:15:31
180
0
Subset delimited file by subset of one column
I have a text file (call it `infile.txt`) where the columns have headers and are delimited by semicolons. A subset of it is reproduced below: SCHCD; SCHNAME 13110208001; GOVT MIDSCHOOL 10110208002; GOVT HIGHSCHOOL 21110208101; MATRIC 21110208102; UPPER SECONDARY 13110208201; SECONDARY ...
unix
null
null
null
null
null
open
Subset delimited file by subset of one column === I have a text file (call it `infile.txt`) where the columns have headers and are delimited by semicolons. A subset of it is reproduced below: SCHCD; SCHNAME 13110208001; GOVT MIDSCHOOL 10110208002; GOVT HIGHSCHOOL 21110208101; MATRIC 211102...
0
10,208,632
04/18/2012 11:44:12
1,227,830
02/23/2012 08:28:59
6
0
GWT html files Internationalization
GWT has a nice docs: https://developers.google.com/web-toolkit/doc/latest/DevGuideI18nLocale I've localized almost all cases, except html files. Is it possible to localize html files in GWT's project ? For example, how to localize simple html title container, using GWT's i18n possibilities: ... ...
java
gwt
null
null
null
06/12/2012 11:42:05
not a real question
GWT html files Internationalization === GWT has a nice docs: https://developers.google.com/web-toolkit/doc/latest/DevGuideI18nLocale I've localized almost all cases, except html files. Is it possible to localize html files in GWT's project ? For example, how to localize simple html title container, using GWT's...
1
9,272,542
02/14/2012 06:15:53
1,208,435
02/14/2012 06:06:55
1
0
Need to change the c++ code
<pre> I wrote this code for date validation.. It works fine.. but i need to send a string and should get in this function and validate the string and return it back. how i can change the code... if i remove static and use prototype variables i am not getting desired output.. for ex.. main() { ...
c++
null
null
null
null
02/16/2012 00:53:35
not a real question
Need to change the c++ code === <pre> I wrote this code for date validation.. It works fine.. but i need to send a string and should get in this function and validate the string and return it back. how i can change the code... if i remove static and use prototype variables i am not getting desired output.. for ex....
1
5,106,882
02/24/2011 15:43:17
450,782
09/17/2010 16:22:13
213
7
C#/Winforms App freezing/lagging
I have an Application in C#/Winforms that is basically used to run test for customers accounts in a specific order/setup. They are all tests run in browsers and so I built it so it would automate the process since there are about 10-12 tests that need to be ran everytime a customer account is pulled up. Basically wh...
c#
winforms
freeze
cross-threading
lag
null
open
C#/Winforms App freezing/lagging === I have an Application in C#/Winforms that is basically used to run test for customers accounts in a specific order/setup. They are all tests run in browsers and so I built it so it would automate the process since there are about 10-12 tests that need to be ran everytime a customer...
0
2,387,952
03/05/2010 15:46:54
92,040
04/17/2009 09:12:31
381
18
Using Framset with Treeviews in ASP.Net
Afternoon, I am trying have an HTML file containing a frameset which contains two frames. I have populated the left Frame with a URL containing a TreeView with URL's for the nodes. I would like the to be able to select a URL from the treeview in the left hand frame, and have it set the src of the right hand frame to b...
asp.net
vb.net
c#
framset
null
null
open
Using Framset with Treeviews in ASP.Net === Afternoon, I am trying have an HTML file containing a frameset which contains two frames. I have populated the left Frame with a URL containing a TreeView with URL's for the nodes. I would like the to be able to select a URL from the treeview in the left hand frame, and ha...
0
10,620,866
05/16/2012 14:37:36
1,398,866
05/16/2012 14:24:30
1
0
Can an Android UI completely designed in Photoshop (using only invisible buttons in xml) work without compatibility issues on different resolutions?
I wanted to spice up the design for my application's UI so I was wondering if I could completely design it in Photoshop. I figured if I just designed the whole thing in Photoshop, I could set an image as a background for each activity, and then use invisible buttons and images etc (i.e.clickable items and placeholders ...
android
design
application
user-interface
resolution
05/17/2012 02:18:57
not constructive
Can an Android UI completely designed in Photoshop (using only invisible buttons in xml) work without compatibility issues on different resolutions? === I wanted to spice up the design for my application's UI so I was wondering if I could completely design it in Photoshop. I figured if I just designed the whole thing ...
4
4,765,972
01/22/2011 03:23:12
492,460
10/30/2010 23:04:53
1
0
Why RadioButton/CheckboxButton don't have a VALUE attribute ?
Why RadioButton/CheckboxButton don't have a VALUE attribute ? The HTML input radio have a VALUE attribute, why the RadioButton/CheckboxButton don't? That's a real error Microsoft! Why that? Now, imagine a situation: You need a list of cars from Database, the user need to choose only one, you put a list of radi...
.net
asp.net
webforms
asp.net-webforms
asp.net-webcontrol
01/22/2011 10:27:46
not constructive
Why RadioButton/CheckboxButton don't have a VALUE attribute ? === Why RadioButton/CheckboxButton don't have a VALUE attribute ? The HTML input radio have a VALUE attribute, why the RadioButton/CheckboxButton don't? That's a real error Microsoft! Why that? Now, imagine a situation: You need a list of cars from...
4
4,951,679
02/09/2011 23:08:54
610,574
02/09/2011 23:08:54
1
0
Adding "intelligence" into game
I am doing the exercises from this website: http://www.env3d.org/beta/node/79 All the code is there and everything. I'm working on question 3, but have come up with nothing. I have no idea what to try next. Any ideas?
java
simulation
null
null
null
02/10/2011 01:48:24
not a real question
Adding "intelligence" into game === I am doing the exercises from this website: http://www.env3d.org/beta/node/79 All the code is there and everything. I'm working on question 3, but have come up with nothing. I have no idea what to try next. Any ideas?
1
6,004,700
05/14/2011 20:49:21
111,665
05/05/2009 19:48:19
2,178
41
Paypal's Instant Payment Notification
I'm trying out PayPal's Instant Payment Notification, and it is sending me two (2) transactions instead of one. Any reason why?
paypal
null
null
null
null
05/15/2011 07:17:48
off topic
Paypal's Instant Payment Notification === I'm trying out PayPal's Instant Payment Notification, and it is sending me two (2) transactions instead of one. Any reason why?
2
8,876,848
01/16/2012 07:23:25
158,032
08/17/2009 21:05:26
27
1
Play Framework: Entity not having primary key column named id
I want to use existing database. Entity table has a column named code to be used as primary key. Probably a simple annotation but I am new to Play Framework and JPA. Thank you
jpa
playback
null
null
null
01/16/2012 15:18:18
not a real question
Play Framework: Entity not having primary key column named id === I want to use existing database. Entity table has a column named code to be used as primary key. Probably a simple annotation but I am new to Play Framework and JPA. Thank you
1
6,919,494
08/02/2011 22:31:17
139,559
07/16/2009 14:53:55
214
10
When will Java 7 be pushed out to users as an update?
Has Oracle announced a schedule for when Java 7 will be pushed out via Java Update to end-users? 75% of our applet's users are generally at the auto-update level, so that is a critical date for us for having any Java 7 kinks worked out.
java
oracle
java-7
null
null
08/02/2011 22:47:16
off topic
When will Java 7 be pushed out to users as an update? === Has Oracle announced a schedule for when Java 7 will be pushed out via Java Update to end-users? 75% of our applet's users are generally at the auto-update level, so that is a critical date for us for having any Java 7 kinks worked out.
2
8,631,582
12/25/2011 21:07:02
709,635
04/15/2011 10:21:53
488
17
best way to build an image service in node.js
So I've got this server application running on Google AppEngine that I want to migrate to node.js. My main concern is building an API similar to the powerfull GAE's blobstore/imageservice combinaison to host and serve the users uploaded pictures. I'm really new to node.js and I've only read some documentations, v...
node.js
null
null
null
null
12/26/2011 22:11:31
not a real question
best way to build an image service in node.js === So I've got this server application running on Google AppEngine that I want to migrate to node.js. My main concern is building an API similar to the powerfull GAE's blobstore/imageservice combinaison to host and serve the users uploaded pictures. I'm really new t...
1
7,091,620
08/17/2011 10:54:27
896,940
08/16/2011 15:03:45
1
0
Input string was not in a correct format
I am getting the following error on below code. Input string was not in a correct format. private void RefreshListType(bool forExport) { grdListItems.DataSource = ListType.GetListTypes(Convert.ToInt16(cboListType.SelectedValue)); grdListItems.DataBind(); lblCoun...
c#
null
null
null
null
08/17/2011 11:20:10
not a real question
Input string was not in a correct format === I am getting the following error on below code. Input string was not in a correct format. private void RefreshListType(bool forExport) { grdListItems.DataSource = ListType.GetListTypes(Convert.ToInt16(cboListType.SelectedValue)); g...
1
4,327,359
12/01/2010 17:51:53
352,432
05/27/2010 22:36:57
16
2
How to cache filterAttribute
How could I use caching to maybe help this attribute along? Mainly not having to make a lot of calls to container.GetService and getting the user. could I put some caching into place that would cache the identity as the key and the planner as the value and just look it up? public class AdminsAndProgramMana...
c#
caching
filterattribute
null
null
null
open
How to cache filterAttribute === How could I use caching to maybe help this attribute along? Mainly not having to make a lot of calls to container.GetService and getting the user. could I put some caching into place that would cache the identity as the key and the planner as the value and just look it up? ...
0
11,392,493
07/09/2012 09:38:57
1,504,480
07/05/2012 15:27:45
1
0
How does the Airdroid application works, what are the things needed?
The AirDroid application for Android phones allows you to browse the contents of your phone by using a web browser on your PC. How does it work?
android
ftp
null
null
null
07/09/2012 19:24:24
not a real question
How does the Airdroid application works, what are the things needed? === The AirDroid application for Android phones allows you to browse the contents of your phone by using a web browser on your PC. How does it work?
1
11,208,276
06/26/2012 13:23:55
874,620
08/02/2011 12:37:57
1
1
when opened with winrar, Zip file obtained through Cakephp MediaViews reports Unexpected end of archive
What i am trying to achieve: Force download a zip file that contains user opted pdf files. What i did in controller to achieve this: 1. Generate pdf reports in folder APP.WEBROOT_DIR.DS."package_files" (i used MPDF library) *it generates correct readable pdf 2. With Zip feature of php, Generate package.z...
cakephp
download
zip
cakephp-2.0
null
null
open
when opened with winrar, Zip file obtained through Cakephp MediaViews reports Unexpected end of archive === What i am trying to achieve: Force download a zip file that contains user opted pdf files. What i did in controller to achieve this: 1. Generate pdf reports in folder APP.WEBROOT_DIR.DS."package_files" (i...
0
7,722,158
10/11/2011 06:30:13
683,311
03/30/2011 05:16:12
129
9
Audio Units Set up to get a particular sound system in IOS
Currently working on audio units to create a sound system a game . What i exactly want is - i have to play 3 sounds simultaneously - Should be able to control pitch and volume for each sound individually - then playback this sound combination in mixer accordingly.. Any one have any idea with audio units ca...
iphone
ipad
audio
core-audio
audiounit
null
open
Audio Units Set up to get a particular sound system in IOS === Currently working on audio units to create a sound system a game . What i exactly want is - i have to play 3 sounds simultaneously - Should be able to control pitch and volume for each sound individually - then playback this sound combination in ...
0
11,275,075
06/30/2012 14:56:03
1,492,967
06/30/2012 12:07:31
8
0
How to change color of empty rows in a DataGridView?
I'm trying to change color of empty rows in a DataGridView foreach (DataGridViewRow r in dgv1.Rows) if (r.Value.ToString() == "") //if (r.Cells.Value.ToString() == "") - also trying r.DefaultCellStyle.BackColor = Color.WhiteSmoke; but Row has no definiton for Value, and Cells need to be speci...
c#
winforms
datagridview
null
null
null
open
How to change color of empty rows in a DataGridView? === I'm trying to change color of empty rows in a DataGridView foreach (DataGridViewRow r in dgv1.Rows) if (r.Value.ToString() == "") //if (r.Cells.Value.ToString() == "") - also trying r.DefaultCellStyle.BackColor = Color.WhiteSmoke; but ...
0
3,926,851
10/13/2010 18:36:18
442,477
09/08/2010 13:34:49
40
2
Ms sql keys and foreign keys
If I have a primary key in table A and in table B of the same database(table B has its own primary key) I create a relationship with the primary key in table A so that a column in table B is the foreign key, does it mean that the primary key data created in the primary key column of table A will also be added to tabl...
sql
foreign-keys
primary-key
ms
null
null
open
Ms sql keys and foreign keys === If I have a primary key in table A and in table B of the same database(table B has its own primary key) I create a relationship with the primary key in table A so that a column in table B is the foreign key, does it mean that the primary key data created in the primary key column of ...
0
4,947,323
02/09/2011 16:02:09
26,130
10/08/2008 13:05:48
1,433
32
need to display background image of link inline with text links correctly
I want to display the facebook-footer-rect.png as the link, and provide wording in the link tag for screen readers. <a href="http://facebook.com/ourpage" title="Join us on Facebook" rel="external" class="facebook-footer">Join us on Facebook</a> Example html of the links: <div class="footer-links"> ...
html
css
null
null
null
null
open
need to display background image of link inline with text links correctly === I want to display the facebook-footer-rect.png as the link, and provide wording in the link tag for screen readers. <a href="http://facebook.com/ourpage" title="Join us on Facebook" rel="external" class="facebook-footer">Join us on Fa...
0
10,027,093
04/05/2012 10:42:41
1,256,852
03/08/2012 11:10:54
8
0
Run PHP every 15 seconds and notify user when database changes
I'm building an app with JQuery Mobile. I have a page called list.php which gets data from server with PHP. I need the script to run every 15 seconds and notify user if there are changes in database. I am beginner with PHP and Javascript so I have no idea how to do this or if it is even possible. This is the code I...
php
jquery
database
mobile
null
null
open
Run PHP every 15 seconds and notify user when database changes === I'm building an app with JQuery Mobile. I have a page called list.php which gets data from server with PHP. I need the script to run every 15 seconds and notify user if there are changes in database. I am beginner with PHP and Javascript so I have no i...
0
11,689,335
07/27/2012 14:00:04
1,557,848
07/27/2012 13:42:57
1
0
I need send post do Facebook with tag friends in Android SDK
I need post message into Facebook wall with Android SDK. The post was successfully with params below: Bundle parameters = new Bundle(); parameters.putString("message", comment); parameters.putString("name", name); parameters.putString("description", message); parameters.putString("picture",...
android
facebook
tags
wall
friends
null
open
I need send post do Facebook with tag friends in Android SDK === I need post message into Facebook wall with Android SDK. The post was successfully with params below: Bundle parameters = new Bundle(); parameters.putString("message", comment); parameters.putString("name", name); parameters.putSt...
0
2,963,927
06/03/2010 07:10:00
357,188
06/03/2010 07:10:00
1
0
TabContainer in BorderContainer not showing correctly
I am using a borderContainer with a fix width and centering in the center of my page (Use of a div around the bordercontainer). Everything works fine until i add a TabContainer. All of a sudden i can not see my Tab's anymore. This goes as wel for IE as FF. Is this a bug or something else? How could i work around this...
dojo
dijit
null
null
null
null
open
TabContainer in BorderContainer not showing correctly === I am using a borderContainer with a fix width and centering in the center of my page (Use of a div around the bordercontainer). Everything works fine until i add a TabContainer. All of a sudden i can not see my Tab's anymore. This goes as wel for IE as FF. Is...
0
8,011,053
11/04/2011 14:47:26
1,010,805
10/24/2011 11:55:39
1
0
Can anyone give me a C# equivalent of this java block of code which uses vector and hashtable?
public synchronized void addLogEntry(String header,String message) { if (log == null) { log = new Hashtable(); logHeaders = new Vector(); } Vector v = (Vector)log.get(header); if (log.get(header) == null) { v = new Vector(); log.put(header, v); logHeaders.addE...
java
vector
null
null
null
12/17/2011 23:40:42
not a real question
Can anyone give me a C# equivalent of this java block of code which uses vector and hashtable? === public synchronized void addLogEntry(String header,String message) { if (log == null) { log = new Hashtable(); logHeaders = new Vector(); } Vector v = (Vector)log.get(header); if (...
1
8,760,908
01/06/2012 16:20:34
1,134,566
01/06/2012 15:18:53
3
0
jQuery element not displaying
The function below display two box elements, each with it's own message, one below the other. I cannot get the #managerbtns element to appear at all. I have it initially hidden along with the #managermsg element, but it never appears anywhere on the page. Only the #managermsg box fades in. I've tried to alter the prope...
jquery
null
null
null
null
null
open
jQuery element not displaying === The function below display two box elements, each with it's own message, one below the other. I cannot get the #managerbtns element to appear at all. I have it initially hidden along with the #managermsg element, but it never appears anywhere on the page. Only the #managermsg box fade...
0
8,284,126
11/27/2011 06:56:32
1,067,654
11/27/2011 06:51:44
1
0
Shopify .liquid & .css edit locations
I'm pretty new to Shopify, and trying to get things working on the web in general, and am having some problems making some changes to the Minimo theme. I'm hoping to get some help with: 1. Due to what I'm selling (wine) and where (Oz), I have to place a disclaimer on the homepage "Won't sell booze to <18, etc". I fi...
css
liquid
liquid-layout
shopify
null
11/27/2011 10:37:37
off topic
Shopify .liquid & .css edit locations === I'm pretty new to Shopify, and trying to get things working on the web in general, and am having some problems making some changes to the Minimo theme. I'm hoping to get some help with: 1. Due to what I'm selling (wine) and where (Oz), I have to place a disclaimer on the ho...
2
8,314,064
11/29/2011 16:17:05
1,070,084
11/28/2011 20:22:38
11
0
Paypal IPN Script, issue with feof and fgets
I've been having issues with my Paypal IPN listener script for a couple of days now. For those of you who are unfamiliar with the Paypal IPN system, basically Paypal sends your script with a message about the transaction, which you send back with a couple of bits added. If Paypal receives the correct reply, it'll reply...
php
paypal
paypal-ipn
fgets
feof
null
open
Paypal IPN Script, issue with feof and fgets === I've been having issues with my Paypal IPN listener script for a couple of days now. For those of you who are unfamiliar with the Paypal IPN system, basically Paypal sends your script with a message about the transaction, which you send back with a couple of bits added....
0
381,004
12/19/2008 13:44:09
39,317
11/20/2008 13:43:57
20
2
AJAX + ASP.net to retrieve data from Sql Server?
I'm looking to dynamically control a set of drop downs so that they'll filter their items after another drop down's index has been changed. I'm working in C#/ASP.net and it would be great if I could get the necessary data straight from Sql Server. I suppose I could generate an xml file whenever new data is uploaded ...
asp.net
ajax
javascript
c#
null
null
open
AJAX + ASP.net to retrieve data from Sql Server? === I'm looking to dynamically control a set of drop downs so that they'll filter their items after another drop down's index has been changed. I'm working in C#/ASP.net and it would be great if I could get the necessary data straight from Sql Server. I suppose I cou...
0
8,023,475
11/05/2011 21:38:56
805,704
06/19/2011 20:15:09
331
3
Game development: XNA, DirectX, OpenGL and inbetween
I'm a computer science student who's about to graduate, I have a lot of experience in C# and .NET development and I'd like to start focusing in game development. I had a XNA course in college which was really cool, (we developed a simple space invaders game) so you can say I have already been introduced to game de...
opengl
xna
directx
null
null
11/05/2011 22:37:14
not constructive
Game development: XNA, DirectX, OpenGL and inbetween === I'm a computer science student who's about to graduate, I have a lot of experience in C# and .NET development and I'd like to start focusing in game development. I had a XNA course in college which was really cool, (we developed a simple space invaders game...
4
8,695,568
01/01/2012 21:10:27
1,125,410
01/01/2012 21:04:24
1
0
what this code under RijndaelManaged means?
I just wanna know what this codes means? I have tried to put it in C# compiler but it does not work.. private byte[] Method_05(string A_0, string A_1) { RijndaelManaged managed = new RijndaelManaged { Key = Convert.FromBase64String(A_0), IV = Convert.FromBase64...
c#
null
null
null
null
06/19/2012 11:42:25
too localized
what this code under RijndaelManaged means? === I just wanna know what this codes means? I have tried to put it in C# compiler but it does not work.. private byte[] Method_05(string A_0, string A_1) { RijndaelManaged managed = new RijndaelManaged { Key = Convert.FromBase64...
3
1,450,436
09/20/2009 06:24:34
73,109
03/03/2009 07:54:59
153
5
Should Apple bundle the Mono Touch runtime with every iPhone?
It strikes me as a good idea for Apple to negotiate with Novell and bundle the Mono Touch runtime (only the runtime of course) into every iPhone and iPod Touch. Perhaps even make it a "one time install" that automatically gets downloaded from the App Store the first time one downloads an app build with Mono Touch, maki...
iphone
monotouch
null
null
null
12/08/2011 23:12:18
not constructive
Should Apple bundle the Mono Touch runtime with every iPhone? === It strikes me as a good idea for Apple to negotiate with Novell and bundle the Mono Touch runtime (only the runtime of course) into every iPhone and iPod Touch. Perhaps even make it a "one time install" that automatically gets downloaded from the App St...
4
11,262,199
06/29/2012 12:56:22
1,045,704
11/14/2011 13:49:58
1,126
35
How to achieve this substring?
There is a string having a dot form like this : `1.1.3` I want to get the `substring` of this string from the beginning untill the position of the last "." - 1 , that is `1.1` . How to achieve that ?
php
null
null
null
null
06/29/2012 13:02:21
not a real question
How to achieve this substring? === There is a string having a dot form like this : `1.1.3` I want to get the `substring` of this string from the beginning untill the position of the last "." - 1 , that is `1.1` . How to achieve that ?
1
5,090,405
02/23/2011 11:42:56
630,105
02/23/2011 11:42:56
1
0
c++ http request methods
i have written an search system in c++ with lucene c and crawler in c and i need to get the search result via browser to get to process it in client side(displaying the search result..) like an API how can i do that in c++ i mean i need to provide an REST API to process..
c++
null
null
null
null
02/24/2011 01:13:59
not a real question
c++ http request methods === i have written an search system in c++ with lucene c and crawler in c and i need to get the search result via browser to get to process it in client side(displaying the search result..) like an API how can i do that in c++ i mean i need to provide an REST API to process..
1
9,352,457
02/19/2012 19:29:21
535,556
12/08/2010 20:25:47
70
0
mobclix or admob integration with Phonegap
i need to know how to integrate Admob or Mobclix banner adds into Phonegap based app. I tried mobile website in Admob but app code not working in app and both ads servicess offers only SDK for native apps. Could somebody help we with any tutorial? Many thanks
android
iphone
mobile
phonegap
advertising
05/23/2012 08:18:26
not constructive
mobclix or admob integration with Phonegap === i need to know how to integrate Admob or Mobclix banner adds into Phonegap based app. I tried mobile website in Admob but app code not working in app and both ads servicess offers only SDK for native apps. Could somebody help we with any tutorial? Many thanks
4