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
118,512
09/23/2008 00:57:18
9,532
09/15/2008 19:04:16
85
6
Project retirement or archiving
What is the best way to retire a currently active project? I've been working on this one for a while now and I think its time to let go. Without going into too much detail, there are other projects and technologies that are way ahead now and I don't see much value in investing in it any further. What have you done t...
development
null
null
null
null
06/08/2011 13:28:25
off topic
Project retirement or archiving === What is the best way to retire a currently active project? I've been working on this one for a while now and I think its time to let go. Without going into too much detail, there are other projects and technologies that are way ahead now and I don't see much value in investing in it...
2
8,286,887
11/27/2011 16:07:56
1,037,519
11/09/2011 11:12:12
10
0
How to deal with subdomains in a mvc iis
routes.Add("DomainRoute", new DomainRoute( "{controller}.localhost:5096", "{action}/{id}", new { controller = "Home", action = "Index", id = "" } )); without iis all good with iis I have > Bad Request - Invalid Ho...
asp.net-mvc
iis
null
null
null
null
open
How to deal with subdomains in a mvc iis === routes.Add("DomainRoute", new DomainRoute( "{controller}.localhost:5096", "{action}/{id}", new { controller = "Home", action = "Index", id = "" } )); without iis all good ...
0
8,168,674
11/17/2011 14:23:34
1,051,965
11/17/2011 14:13:10
1
0
SSRS - Mutiple Columns with Row Group in Reports
Example:<br/> SubTitle1 : SubTitle2<br/> Question1 : Question1 <br/> Question2 : Question2 <br/> <br/> Is it possible in SSRS. Please help this.
sql-server
null
null
null
null
01/21/2012 03:46:35
not a real question
SSRS - Mutiple Columns with Row Group in Reports === Example:<br/> SubTitle1 : SubTitle2<br/> Question1 : Question1 <br/> Question2 : Question2 <br/> <br/> Is it possible in SSRS. Please help this.
1
11,641,098
07/25/2012 00:20:44
1,056,386
11/20/2011 13:23:39
178
2
I made a little math benchmark in C, Clojure, Python, Ruby, Scala and some others. And I want to ask an advice
##**Disclaimer** I know that artificial benchmarks are evil. They can show results only for very specific narrow situation. I don't assume that one language is better than the other because of the some stupid bench. However I wonder why results is so different. Please see my questions at the bottom. ##Math benchmar...
python
ruby
scala
clojure
benchmarking
07/27/2012 16:54:16
not constructive
I made a little math benchmark in C, Clojure, Python, Ruby, Scala and some others. And I want to ask an advice === ##**Disclaimer** I know that artificial benchmarks are evil. They can show results only for very specific narrow situation. I don't assume that one language is better than the other because of the some s...
4
3,665,841
09/08/2010 08:26:39
442,198
09/08/2010 08:26:39
1
0
Packet encryption
I need to write a code to encryption packet before send it, I am using C#
c#-4.0
null
null
null
null
09/09/2010 02:02:31
not a real question
Packet encryption === I need to write a code to encryption packet before send it, I am using C#
1
1,953,690
12/23/2009 16:09:35
19,112
09/19/2008 17:28:07
825
51
What is the maximum size of a primary key in Firebird?
I need to set a Varchar(255) field as the primary key of a database table in Firebird 2.1. I get error messages saying that the field size is too large. I'm using UTF8 as my character set and the default page size of 4096. Is it possible to do this in Firebird? I need to ensure that this column is unique.
firebird
primary-key
database-design
null
null
null
open
What is the maximum size of a primary key in Firebird? === I need to set a Varchar(255) field as the primary key of a database table in Firebird 2.1. I get error messages saying that the field size is too large. I'm using UTF8 as my character set and the default page size of 4096. Is it possible to do this in ...
0
9,631,776
03/09/2012 09:34:06
379,739
06/30/2010 07:00:41
158
10
Call Javascript from GridView TemplateField
I have a GridView, I have coded like the below <asp:TemplateField HeaderText="Cheque"> <ItemTemplate> <asp:Button ID="btnCheque" OnClientClick="javascript:SearchReqsult(<%#Eval("Id") %>);" CssClass="Save" runat="server" /> </ItemTemplate> ...
c#
javascript
asp.net
null
null
null
open
Call Javascript from GridView TemplateField === I have a GridView, I have coded like the below <asp:TemplateField HeaderText="Cheque"> <ItemTemplate> <asp:Button ID="btnCheque" OnClientClick="javascript:SearchReqsult(<%#Eval("Id") %>);" CssClass="S...
0
3,479,930
08/13/2010 18:59:16
419,911
08/13/2010 18:59:16
1
0
nees a sheel script
I need a script for uncompressing file directory.logs .z.z.z.z.z.z to directory.logs
shell
null
null
null
null
08/13/2010 19:33:16
not a real question
nees a sheel script === I need a script for uncompressing file directory.logs .z.z.z.z.z.z to directory.logs
1
7,291,185
09/03/2011 04:33:23
520,444
11/25/2010 16:55:56
2
0
How To use Movies Custom Post Type field in single-custom.php?
I have a Wordpress Blog, Actually I m totally new for this field so no idea about much the CUSTOM POST TYPE Plugin. I have create a Movies field in CPT. but I don't know how to use this in single-custom.php file. I use single-custom.php page to seprate this movie page from other categories. But I don't know how to atta...
wordpress
null
null
null
null
09/06/2011 18:08:31
not a real question
How To use Movies Custom Post Type field in single-custom.php? === I have a Wordpress Blog, Actually I m totally new for this field so no idea about much the CUSTOM POST TYPE Plugin. I have create a Movies field in CPT. but I don't know how to use this in single-custom.php file. I use single-custom.php page to seprate...
1
9,872,031
03/26/2012 12:22:44
1,266,761
03/13/2012 14:44:15
14
0
Tcp/udp client/server Programs over Ipv6 in java
i am struggling with IPV6 programing please help me or guide to me to ipv6 if it is posible please send reference site for following programs Tcp/upd client /server examples over ipv6 Advanced Thanks
java
null
null
null
null
04/03/2012 05:20:07
not a real question
Tcp/udp client/server Programs over Ipv6 in java === i am struggling with IPV6 programing please help me or guide to me to ipv6 if it is posible please send reference site for following programs Tcp/upd client /server examples over ipv6 Advanced Thanks
1
9,887,585
03/27/2012 10:18:37
1,295,201
03/27/2012 10:08:54
1
0
How to read the Proxy settings?
How to detect & read the browser proxy settings? can anyone explain me how mozila-firefox read the System Internet Options?i searched one week i didn't get any detail.this information is very useful for... Thanks in Advance...
java
null
null
null
null
05/07/2012 12:16:47
not a real question
How to read the Proxy settings? === How to detect & read the browser proxy settings? can anyone explain me how mozila-firefox read the System Internet Options?i searched one week i didn't get any detail.this information is very useful for... Thanks in Advance...
1
3,096,900
06/22/2010 20:32:39
4,384
09/03/2008 11:45:32
226
6
Is using something like the MvcContrib Grid a step backwards in code readability?
I mean, now we have all this movement towards separating your html markup from your code as much as possible using modern template engines (in the old days programmers usually just kept concatenating strings in php, which was terrible.) Then I look at a co-worker's code for generating an html table, and it looks lik...
asp.net-mvc
coding-style
mvccontrib
null
null
06/23/2010 11:20:34
not constructive
Is using something like the MvcContrib Grid a step backwards in code readability? === I mean, now we have all this movement towards separating your html markup from your code as much as possible using modern template engines (in the old days programmers usually just kept concatenating strings in php, which was terribl...
4
10,641,053
05/17/2012 18:02:04
913,336
08/26/2011 04:14:52
33
0
Equivalent to X11 for Windows Server
I am not really sure what I am looking for. I was told that there is an equivalent to X11 protocol for use on a windows server, but I don't know what it is or where to start looking. I googled it and found nothing. Is there anything like this? And is there any client side program like Xming for use with windows serv...
windows
x11
null
null
null
06/29/2012 17:55:52
off topic
Equivalent to X11 for Windows Server === I am not really sure what I am looking for. I was told that there is an equivalent to X11 protocol for use on a windows server, but I don't know what it is or where to start looking. I googled it and found nothing. Is there anything like this? And is there any client side pr...
2
2,892,673
05/23/2010 17:18:09
146,780
07/29/2009 01:23:43
1,473
6
Is this possible with OpenGL?
Basically what I'd like to do is make textured NGONS. I also want to use a tesselator (GLU) to make concave and multicontour objects. I was wondering how the texture comes into play though. I think that the tesselator will return verticies so I will add these to my array, that's fine. But my vertex array will contain m...
c++
c
opengl
null
null
null
open
Is this possible with OpenGL? === Basically what I'd like to do is make textured NGONS. I also want to use a tesselator (GLU) to make concave and multicontour objects. I was wondering how the texture comes into play though. I think that the tesselator will return verticies so I will add these to my array, that's fine....
0
7,013,368
08/10/2011 15:23:46
888,200
08/10/2011 15:23:46
1
0
Filtering a form with multiple check boxes
What I have is a form which shows company information and also multiple contact subform that shows contact information, seperated by what the contacts job responsibility is(tabbed). I have a combo box on the company form which displays the job responsibilities, and once a responsibility is selected it will show only...
vba
access-vba
access
null
null
null
open
Filtering a form with multiple check boxes === What I have is a form which shows company information and also multiple contact subform that shows contact information, seperated by what the contacts job responsibility is(tabbed). I have a combo box on the company form which displays the job responsibilities, and onc...
0
11,701,029
07/28/2012 12:28:55
794,510
06/11/2011 18:39:16
11
0
Windows Shell context menu: Sample code required
can somebody plesae share me the code for Windows Shell context menu code in C# which works both in 32-bit and 64-bit OS. I wanted to do some action on click of context menu (right click on folder). And I have to use .NET 3.5 only... Please let me know if anyone have the sample code.. Thanks Sharath
windows
shell
menu
context
null
07/29/2012 09:19:47
not a real question
Windows Shell context menu: Sample code required === can somebody plesae share me the code for Windows Shell context menu code in C# which works both in 32-bit and 64-bit OS. I wanted to do some action on click of context menu (right click on folder). And I have to use .NET 3.5 only... Please let me know if anyone ...
1
5,590,863
04/08/2011 05:35:29
698,047
04/08/2011 05:33:29
1
0
nested listview add edit problem
i have nested listview. i want to edit data in both inner and outer listview. how to do that.
.net
null
null
null
null
04/08/2011 05:56:49
not a real question
nested listview add edit problem === i have nested listview. i want to edit data in both inner and outer listview. how to do that.
1
713,637
04/03/2009 11:58:27
3,834
08/31/2008 06:25:52
1,464
68
Inverse Attribute in NHibernate
How to use Inverse Attribute? If I am not mistaken, for one to many relationship the inverse attribute must be set to true. For many-to-many one of the entity class inverse attribute must be set to true and another set to false. Anyone can shed some lights on this?
nhibernate
null
null
null
null
null
open
Inverse Attribute in NHibernate === How to use Inverse Attribute? If I am not mistaken, for one to many relationship the inverse attribute must be set to true. For many-to-many one of the entity class inverse attribute must be set to true and another set to false. Anyone can shed some lights on this?
0
6,934,385
08/03/2011 23:08:06
482,095
10/20/2010 18:14:07
25
0
Jquery JS Lint error but jquery working
Hi im' getting the following error: **Problem at line 3 character 14: Cannot set property 'first' of undefined Implied global: $ 2** Check out the working script [jsFiddle][1] Thanks in advance [1]: http://jsfiddle.net/makingthings/7TVfh/
jsfiddle
null
null
null
null
12/20/2011 02:27:05
too localized
Jquery JS Lint error but jquery working === Hi im' getting the following error: **Problem at line 3 character 14: Cannot set property 'first' of undefined Implied global: $ 2** Check out the working script [jsFiddle][1] Thanks in advance [1]: http://jsfiddle.net/makingthings/7TVfh/
3
4,681,672
01/13/2011 15:21:05
574,355
01/13/2011 14:29:55
1
0
Can I play Pogo Games (That requires Java Virtual Machine) on a Mobile Phone?
My question is about Java Runtime Environment or Java Virtual Machine, Is there a similar product for mobile phones that enables me to play online games that require Java -like Pogo Games or Yahoo Games- on a mobile phone?
java
null
null
null
null
01/14/2011 00:09:30
off topic
Can I play Pogo Games (That requires Java Virtual Machine) on a Mobile Phone? === My question is about Java Runtime Environment or Java Virtual Machine, Is there a similar product for mobile phones that enables me to play online games that require Java -like Pogo Games or Yahoo Games- on a mobile phone?
2
8,769,911
01/07/2012 13:06:52
1,124,480
12/31/2011 16:11:29
20
0
Pass class Constructor through template argument in C++
I know function can pass through `template` argument, can I pass class Constructor like this. <!-- language: c++ --> class A { A(){n=0;} A(int i){n=i;} int n; }; template<class T,class Constructor> T* new_func() { return new Constructor; } ...
c++
templates
constructor
null
null
null
open
Pass class Constructor through template argument in C++ === I know function can pass through `template` argument, can I pass class Constructor like this. <!-- language: c++ --> class A { A(){n=0;} A(int i){n=i;} int n; }; template<class T,class Constructor> T* n...
0
8,488,059
12/13/2011 11:02:58
1,095,575
12/13/2011 10:57:31
1
0
I need help in installation of eclipse
I have tried to install eclipse with help from you tube videos.Although all of the videos show similar process,i am unable to install and everytime an error comes that return code1 returned.So please if anyone knows about this problem help me.And also I ve java 1.5 and 1.6 both installed on my laptop.
java-ee
null
null
null
null
12/13/2011 11:51:11
not a real question
I need help in installation of eclipse === I have tried to install eclipse with help from you tube videos.Although all of the videos show similar process,i am unable to install and everytime an error comes that return code1 returned.So please if anyone knows about this problem help me.And also I ve java 1.5 and 1.6 bo...
1
10,674,632
05/20/2012 15:14:25
974,747
10/01/2011 18:23:41
119
1
Line deleting trouble in bash: passing user-input to sed vs to grep?
Bashing trouble in MSYS: The following simple function should delete all lines that match user-input string `$kwd`. <!-- lang: bash --> function delnote () { read kwd sed -e "/$kwd/d" -i ~/notes.txt } Instead, I keep getting *"sed -e expression #1, char 0: no previous regular expressio...
bash
sed
grep
msys
null
null
open
Line deleting trouble in bash: passing user-input to sed vs to grep? === Bashing trouble in MSYS: The following simple function should delete all lines that match user-input string `$kwd`. <!-- lang: bash --> function delnote () { read kwd sed -e "/$kwd/d" -i ~/notes.txt } Instead, I ...
0
11,718,535
07/30/2012 09:19:29
851,249
07/19/2011 04:39:45
310
1
How can i place binary values to particular position of multidimensional string array?
I Declared multidimensional string array like this public String[][] DataArray = new String[][] { new String[] { "2.1", "2.2", "3.6", "3.7", "3.8", "4.3", "4.4", "4.5" }, new String[] { "2.3", "2.4", "2.5", "5.1", "5.2", "4.6", "4.7", "4.8" }, new String[] { "2.6", "2.7", "2.8", "5.3",...
c#
c
c#-4.0
c#-3.0
null
null
open
How can i place binary values to particular position of multidimensional string array? === I Declared multidimensional string array like this public String[][] DataArray = new String[][] { new String[] { "2.1", "2.2", "3.6", "3.7", "3.8", "4.3", "4.4", "4.5" }, new String[] { "2.3", "2.4", "2...
0
480,872
01/26/2009 18:34:52
34,224
11/04/2008 16:12:40
321
23
Entity Framework: Setting a Foreign Key Property
We have a table that looks roughly like this: <pre><code>CREATE TABLE Lockers { UserID int NOT NULL PRIMARY KEY (foreign key), LockerStyleID int (foreign key), NameplateID int (foreign key) }</code></pre> All of the keys relate to other tables, but because of the way the application is distributed, it...
ado.net-entity-data-model
c#
null
null
null
null
open
Entity Framework: Setting a Foreign Key Property === We have a table that looks roughly like this: <pre><code>CREATE TABLE Lockers { UserID int NOT NULL PRIMARY KEY (foreign key), LockerStyleID int (foreign key), NameplateID int (foreign key) }</code></pre> All of the keys relate to other tables, but...
0
9,407,333
02/23/2012 04:48:27
252,047
01/16/2010 06:37:47
1,348
9
Why doesn't Microsoft compiler support C99?
I don't understand why they are not shipped C99 feature in their compiler. When I write device driver, I always have to use old and old C syntax. I don't have any choice. Is there a acceptable reason? And how about VS11?
c
visual-studio-2010
microsoft
c99
c89
02/23/2012 04:56:13
not constructive
Why doesn't Microsoft compiler support C99? === I don't understand why they are not shipped C99 feature in their compiler. When I write device driver, I always have to use old and old C syntax. I don't have any choice. Is there a acceptable reason? And how about VS11?
4
11,246,699
06/28/2012 14:18:46
1,423,586
05/29/2012 11:40:32
52
0
Is there any SSO based Question2Answer(forums) PHP open source applications?
I want to integrate a forum site for my web site,I need SSO(Single Sign-On) based web application which is coded in PHP.I found [this][1] but very difficult to understand the code because written in PHP4 but I'm flexible with frameworks like Kohana or Codeigniter.Is there any open source application developed using an...
php
open-source
null
null
null
07/13/2012 04:11:29
not a real question
Is there any SSO based Question2Answer(forums) PHP open source applications? === I want to integrate a forum site for my web site,I need SSO(Single Sign-On) based web application which is coded in PHP.I found [this][1] but very difficult to understand the code because written in PHP4 but I'm flexible with frameworks ...
1
11,486,499
07/14/2012 18:55:44
1,149,279
01/14/2012 13:06:08
1
0
Best TECHNOLOGY STACK for a real-time mobile application?
I have seen many questions similar to this and all the answers suggest that the best stack solution depends on the exact requirements of the application, like the data transfer: its type and amounts and so on. Had it been a web-app i would have straight away gone for node.js and couchDB etc, but i am not sure what i sh...
android
real-time
java-server
null
null
07/16/2012 02:03:29
not constructive
Best TECHNOLOGY STACK for a real-time mobile application? === I have seen many questions similar to this and all the answers suggest that the best stack solution depends on the exact requirements of the application, like the data transfer: its type and amounts and so on. Had it been a web-app i would have straight awa...
4
7,344,909
09/08/2011 08:01:08
601,260
02/03/2011 09:39:44
279
20
Dynamic Price changes (add/subtract) - Bundled Products
I’ve been playing with Magento now for a few months and I’m stuck. I’m wondering if Magento can do Dynamic pricing. I have a bundled product with several options. I’d like, instead of the set price, to have that price change depending on whats selected. For instance… Option 1 + $100 Option 2 + $200 Option 3 + $3...
magento
null
null
null
null
10/10/2011 10:56:41
not a real question
Dynamic Price changes (add/subtract) - Bundled Products === I’ve been playing with Magento now for a few months and I’m stuck. I’m wondering if Magento can do Dynamic pricing. I have a bundled product with several options. I’d like, instead of the set price, to have that price change depending on whats selected. For i...
1
6,210,972
06/02/2011 05:54:58
780,614
06/02/2011 05:54:58
1
0
Opengl Texture Loading issue in android device
We are creating a cube on which we are loading texture.It is working fine in emulator and HTC Desire device but in another device(LG Optimus,HTC Desire) texture is not coming.Let us know if any one solved this issue.Thanks in advance..
android
opengl
null
null
null
null
open
Opengl Texture Loading issue in android device === We are creating a cube on which we are loading texture.It is working fine in emulator and HTC Desire device but in another device(LG Optimus,HTC Desire) texture is not coming.Let us know if any one solved this issue.Thanks in advance..
0
7,810,121
10/18/2011 15:53:54
208,934
11/11/2009 18:37:27
28
0
ASP.NET MVC3 Fluent Validation Constructor hit multiple times per request
I have an ASP.NET MVC3 website setup using fluent validation and ninject. The validation code is working. However, I set a break point in the validation class constructor and I noticed that when I request my view that uses the validation the constructor gets hit multiple times. Based on very basic testing it seems t...
asp.net-mvc-3
ninject
fluentvalidation
null
null
null
open
ASP.NET MVC3 Fluent Validation Constructor hit multiple times per request === I have an ASP.NET MVC3 website setup using fluent validation and ninject. The validation code is working. However, I set a break point in the validation class constructor and I noticed that when I request my view that uses the validation t...
0
11,748,073
07/31/2012 20:03:55
1,566,642
07/31/2012 18:35:51
1
0
PrimeFaces Ajax calls does not refresh the JSF view
I'm creating a project with Spring 3.2.0, PrimeFaces 3.3.1, Mojarra 2.1.11 and then Spring Security 3.1.1. My problem is the whenever an ajax call is fired by PrimeFaces, like for example in table pagination, the screen components are not refreshed. I stripped down the application to a minimum and tried this code...
ajax
spring
jsf
primefaces
null
null
open
PrimeFaces Ajax calls does not refresh the JSF view === I'm creating a project with Spring 3.2.0, PrimeFaces 3.3.1, Mojarra 2.1.11 and then Spring Security 3.1.1. My problem is the whenever an ajax call is fired by PrimeFaces, like for example in table pagination, the screen components are not refreshed. I strip...
0
11,712,646
07/29/2012 20:26:48
353,137
05/28/2010 17:49:01
1,741
25
iCloud + Core Data - When to know to seed the iCloud core data store?
I am working to implement iCloud core data sync in my iPhone app. I am working on the user workflow, and the problem that I am encountering is trying to figure out when my app should "seed" the data to iCloud. This can happen under two use cases: (1) When the app is first installed and I want to seed with some pre-load...
iphone
ios
core-data
synchronization
icloud
07/31/2012 02:30:01
off topic
iCloud + Core Data - When to know to seed the iCloud core data store? === I am working to implement iCloud core data sync in my iPhone app. I am working on the user workflow, and the problem that I am encountering is trying to figure out when my app should "seed" the data to iCloud. This can happen under two use cases...
2
4,094,497
11/04/2010 06:56:35
493,325
11/01/2010 08:06:11
9
1
what is the best and fast ways, skills and the tools needed to develop a commercial web site that has customized and advanced features ?
what is the best and fast ways, skills and the tools needed to develop a commercial web site that has customized and advanced features ? what is the minimum time and cost needed to develop a simple and professional web site ? what is the good way to design the home or index page of the the web site and how we can...
security
website
software-engineering
professional-development
null
11/04/2010 10:32:24
not a real question
what is the best and fast ways, skills and the tools needed to develop a commercial web site that has customized and advanced features ? === what is the best and fast ways, skills and the tools needed to develop a commercial web site that has customized and advanced features ? what is the minimum time and cost need...
1
10,302,456
04/24/2012 16:55:37
609,825
02/09/2011 13:46:24
26
1
How to forward ssh-agent credentials from an auxiliary ssh-agent?
Problem: I have a remote **git server** with ssh-accessible git repository and another remote **deployment server** where I want to checkout the sources with git-clone. I want to minimize the chances that an attacker who took over the deployment server is able to browse my git repository. (I checkout with "git clone --...
ssh
credentials
ssh-agent
null
null
04/25/2012 19:22:22
off topic
How to forward ssh-agent credentials from an auxiliary ssh-agent? === Problem: I have a remote **git server** with ssh-accessible git repository and another remote **deployment server** where I want to checkout the sources with git-clone. I want to minimize the chances that an attacker who took over the deployment ser...
2
7,761,153
10/13/2011 22:26:26
752,267
05/13/2011 11:25:03
67
1
C# : use mysql library
i am writing a C# code that requires data to be stored either on the hard drive or inside the program using mysql , i`d like to do it using mysql , but my problem is i don`t know how to make mysql redistributable so the client don`t install the mysql on his machine , i heard about a library that makes it redistributabl...
c#
.net
mysql
null
null
10/14/2011 02:36:43
not a real question
C# : use mysql library === i am writing a C# code that requires data to be stored either on the hard drive or inside the program using mysql , i`d like to do it using mysql , but my problem is i don`t know how to make mysql redistributable so the client don`t install the mysql on his machine , i heard about a library ...
1
10,321,555
04/25/2012 18:24:50
1,302,360
03/30/2012 03:57:12
23
0
Applescript Proxy
Ok. So I am having a little trouble getting an apple script program to work. Basically, I have a text file named Proxy.rtf and I need an applescript that grabs line one from this text file and changes the proxy settings on my mac to use that proxy. Then open a webpage using the new proxy settings. Then, basically I jus...
proxy
applescript
null
null
null
05/03/2012 20:53:16
off topic
Applescript Proxy === Ok. So I am having a little trouble getting an apple script program to work. Basically, I have a text file named Proxy.rtf and I need an applescript that grabs line one from this text file and changes the proxy settings on my mac to use that proxy. Then open a webpage using the new proxy settings...
2
11,253,778
06/28/2012 22:25:07
888,824
08/10/2011 21:53:53
1
0
Need extremely easy backup system
I have a small web design agency and I'd like an automated backup system for our work files. We've got a local Linux server (Slackware) but I don't know much about Linux. I want to backup everything online. What do you recommend?
linux
backup
slackware
null
null
06/28/2012 23:33:15
off topic
Need extremely easy backup system === I have a small web design agency and I'd like an automated backup system for our work files. We've got a local Linux server (Slackware) but I don't know much about Linux. I want to backup everything online. What do you recommend?
2
3,283,904
07/19/2010 18:29:55
245,706
01/07/2010 16:41:56
8,042
307
Migrating SVN to GIT: Incorrect filenames with special characters
I'm trying to convert an existing SVN repository to GIT using `git-svn clone` but versioned files with special characters in the filename like "ö" are showing as "ö" after migration. Obviously, git-svn saves the filenames "as is" - I assume that SVN stores filenames in UTF-8 (as done with the logs), but my Windows use...
git-svn
special-characters
migrate
null
null
null
open
Migrating SVN to GIT: Incorrect filenames with special characters === I'm trying to convert an existing SVN repository to GIT using `git-svn clone` but versioned files with special characters in the filename like "ö" are showing as "ö" after migration. Obviously, git-svn saves the filenames "as is" - I assume that SV...
0
10,879,415
06/04/2012 09:53:49
1,141,346
01/10/2012 16:45:28
61
2
Framework vs own project
Before saying anything I apologize for this post, because I know it's not a programming question, it's about where to start or what recommendations you will gave to me. I'm sorry, but I didn't know where I could ask it. I already made different web pages with large databases, administration panels. I know programmin...
php
html
sql
frameworks
project
06/04/2012 10:09:12
not a real question
Framework vs own project === Before saying anything I apologize for this post, because I know it's not a programming question, it's about where to start or what recommendations you will gave to me. I'm sorry, but I didn't know where I could ask it. I already made different web pages with large databases, administra...
1
8,222,641
11/22/2011 06:00:57
204,884
11/06/2009 14:16:22
518
8
Best practices for developing library for Android
I am developing a library for Android application which contacts various servers, pulls information from them and store this in a local db.<br> The library then gives the client easy and fast access to this information based on the pre-fetched data while also taking care of updating the information when needed. My ...
android
api
design-patterns
architecture
null
11/22/2011 06:05:58
not constructive
Best practices for developing library for Android === I am developing a library for Android application which contacts various servers, pulls information from them and store this in a local db.<br> The library then gives the client easy and fast access to this information based on the pre-fetched data while also taki...
4
10,201,914
04/18/2012 02:19:10
941,500
09/12/2011 22:49:17
332
11
How to clear an application from rendering on localhost
Sometime ago, I cloned an application on github and ran it locally to look at it. It was a ruby application running on rack. The port I used to view it was localhost:9292. Fast forward to today. I am trying to run a very simple rack application I wrote. Just a one liner basically to study rack. When I go to localhos...
ruby
firefox
sinatra
localhost
rack
04/19/2012 14:59:41
off topic
How to clear an application from rendering on localhost === Sometime ago, I cloned an application on github and ran it locally to look at it. It was a ruby application running on rack. The port I used to view it was localhost:9292. Fast forward to today. I am trying to run a very simple rack application I wrote. Ju...
2
11,133,642
06/21/2012 07:40:54
836,349
07/09/2011 02:52:12
60
2
SignalIR and KnockoutJS in Asp.Net Web Form
I seen may samples of SignalIR and KnockoutJS samples on MVC platform but not on WebForm. Please suggest me, can we use on WebForm? Any articles link would be appreciable.
asp.net
webforms
knockout.js
signalr
null
null
open
SignalIR and KnockoutJS in Asp.Net Web Form === I seen may samples of SignalIR and KnockoutJS samples on MVC platform but not on WebForm. Please suggest me, can we use on WebForm? Any articles link would be appreciable.
0
10,140,425
04/13/2012 12:01:57
1,054,798
11/19/2011 00:13:57
59
2
return randomised mysql function from an array?
So I want to create a script where out of about ten mysql functions that give a user a different item, whenever the user clicks on the page, one of those functions is executed at random. It's kind of an rpg function I need, where depending on the user's level with hunting, they are more successful, but won't always ge...
mysql
arrays
random
null
null
null
open
return randomised mysql function from an array? === So I want to create a script where out of about ten mysql functions that give a user a different item, whenever the user clicks on the page, one of those functions is executed at random. It's kind of an rpg function I need, where depending on the user's level with h...
0
8,230,670
11/22/2011 17:00:43
805,156
06/19/2011 07:59:07
491
42
Would it be possible to make Android screen see-through using backside camera?
Is there a way I could show what the hind-side camera captures on a full-screen such that it creates an illusion of screen being see-through? It doesn't need to be perfect, just convincing enough, a little lag won't make any difference. Is it possible to create such an effect using phone camera? If yes, how can the ...
android
math
camera
transformation
android-camera
null
open
Would it be possible to make Android screen see-through using backside camera? === Is there a way I could show what the hind-side camera captures on a full-screen such that it creates an illusion of screen being see-through? It doesn't need to be perfect, just convincing enough, a little lag won't make any difference....
0
10,262,535
04/21/2012 20:02:40
1,103,956
12/17/2011 22:20:23
304
18
Why is hardlink and softlink required ?
What is the use of creating a Hardlink and a softlink ? In what kind of scenarios do we create them ?
linux
unix
null
null
null
04/21/2012 21:07:30
off topic
Why is hardlink and softlink required ? === What is the use of creating a Hardlink and a softlink ? In what kind of scenarios do we create them ?
2
10,608,554
05/15/2012 20:39:46
417,872
08/12/2010 01:11:11
5,415
184
Rails: simplest way to put a blog on a subdomain
I've been digging around on subdomains in Rails for a couple days and haven't found a good explanation of this yet... I have a rails app which has a blog integrated into it, and I'd like to put that blog on a subdomain. Ie. `blog.myapp.com`. Now, within the blog I want the user to be able to view posts, `blog.mya...
ruby-on-rails
routing
subdomain
null
null
null
open
Rails: simplest way to put a blog on a subdomain === I've been digging around on subdomains in Rails for a couple days and haven't found a good explanation of this yet... I have a rails app which has a blog integrated into it, and I'd like to put that blog on a subdomain. Ie. `blog.myapp.com`. Now, within the bl...
0
7,766,093
10/14/2011 10:05:35
118,500
06/06/2009 11:05:38
4,161
417
401 Auth error while adding file to SharePoint library from Silverlight
I am trying to add a XML file to a library in SharePoint 2010 site from a silverlight application. I am following the steps as in http://sharepoint.stackexchange.com/questions/1837/how-can-i-upload-a-file-to-a-sharepoint-document-library-using-silverlight-and-cl and http://social.msdn.microsoft.com/Forums/en/sharepoint...
silverlight-4.0
sharepoint2010
null
null
null
null
open
401 Auth error while adding file to SharePoint library from Silverlight === I am trying to add a XML file to a library in SharePoint 2010 site from a silverlight application. I am following the steps as in http://sharepoint.stackexchange.com/questions/1837/how-can-i-upload-a-file-to-a-sharepoint-document-library-using...
0
4,569,863
12/31/2010 11:38:50
262,325
01/30/2010 04:38:58
476
2
get the abs value of long long integer
I try to use the codes below to get the abs value of a long long type integer; long long v=abs(originalValue); It works as I expected until the value of v exceeds 1073741824 (1G) If v is 2147482648, abs(v) is -2147482648. If v is 10737418240, abs(v) is -2147482648 also. I do not understand what caus...
iphone
null
null
null
null
null
open
get the abs value of long long integer === I try to use the codes below to get the abs value of a long long type integer; long long v=abs(originalValue); It works as I expected until the value of v exceeds 1073741824 (1G) If v is 2147482648, abs(v) is -2147482648. If v is 10737418240, abs(v) is -21474...
0
802,607
04/29/2009 14:26:04
97,729
04/29/2009 14:15:11
1
0
performance impact of jvmti when debugger isn't connected?
We recently pushed a web application (tomcat 5.5.x web app) into production and it started exhibiting odd behavior today. We don't see this behavior in any development or pre-production environment. Our only view into the production system at runtime is logging. Although they can tell us what happened they can't rea...
java
debugging
performance
null
null
null
open
performance impact of jvmti when debugger isn't connected? === We recently pushed a web application (tomcat 5.5.x web app) into production and it started exhibiting odd behavior today. We don't see this behavior in any development or pre-production environment. Our only view into the production system at runtime is...
0
11,560,518
07/19/2012 12:06:07
1,504,720
07/05/2012 17:06:56
1
0
How can I accept credit card payment without leaving my website?
I'm creating an eCommerce website and I was researching on how I can accept credit cards on my website. I came across a lot of payment gateways but they do the processing on their website and I don't want my visitors to leave my URL. How can I achieve this? Thanks.
e-commerce
payment-gateway
payment
null
null
07/20/2012 12:32:31
not a real question
How can I accept credit card payment without leaving my website? === I'm creating an eCommerce website and I was researching on how I can accept credit cards on my website. I came across a lot of payment gateways but they do the processing on their website and I don't want my visitors to leave my URL. How can I achiev...
1
10,940,496
06/07/2012 22:01:21
502,404
11/09/2010 20:44:38
100
9
How can I create a hidden file with php without using the sistem() or exec(), on windows
Im using windows and I want to hide or create a file with php. How can i do it, thenks...
php
filesystems
null
null
null
06/07/2012 23:12:22
not a real question
How can I create a hidden file with php without using the sistem() or exec(), on windows === Im using windows and I want to hide or create a file with php. How can i do it, thenks...
1
9,086,993
01/31/2012 21:09:33
353,305
05/28/2010 22:30:42
1
0
Unable to find an entry point named 'AxSquare' in DLL 'C:\PracProj\Maths\Maths\bin\Release\Maths.dll'
Before you make a comment saying its a redundant question, please allow me to put up the details: Situation: Though I know VB, I never get a chance to create a DLL with the help of Visual Studio 2010 using VB Steps tried: - Launch VS 2010 and created a Project by selecting "VB Class library (.dll)" - ...
visual-studio-2010
dll
null
null
null
null
open
Unable to find an entry point named 'AxSquare' in DLL 'C:\PracProj\Maths\Maths\bin\Release\Maths.dll' === Before you make a comment saying its a redundant question, please allow me to put up the details: Situation: Though I know VB, I never get a chance to create a DLL with the help of Visual Studio 2010 using VB...
0
332,972
12/02/2008 03:42:07
39,532
11/21/2008 01:36:19
113
8
Where is the Visual Studio 2008 Crash Log?
I have Visual Studio 2008 with SP1 installed and it is crashing when I'm using lambda expressions in the Moq Framework. At first I thought the problem was Resharper...but now that I have uninstalled it, VS 2008 still crashes. I'm able to replicate the issue every time. I'm thinking perhaps it may be some other pl...
visual-studio-2008
resharper
plugins
crash
logging
12/07/2008 22:31:32
off topic
Where is the Visual Studio 2008 Crash Log? === I have Visual Studio 2008 with SP1 installed and it is crashing when I'm using lambda expressions in the Moq Framework. At first I thought the problem was Resharper...but now that I have uninstalled it, VS 2008 still crashes. I'm able to replicate the issue every time....
2
7,401,061
09/13/2011 11:25:41
927,492
09/04/2011 11:38:09
10
0
Are on-click java pop-ups a good idea in this modern day and age?
So it seems that a rational solution to the need to provide more information on a certain subject without navigating users away from a page is to use javascript to either reveal a hidden div or create a small pop-up. Java seems to be regarded as something of a risk, with most figures suggesting that 5% of users have JS...
javascript
popup
null
null
null
09/13/2011 12:20:49
not constructive
Are on-click java pop-ups a good idea in this modern day and age? === So it seems that a rational solution to the need to provide more information on a certain subject without navigating users away from a page is to use javascript to either reveal a hidden div or create a small pop-up. Java seems to be regarded as som...
4
7,402,829
09/13/2011 13:38:47
122,229
06/12/2009 19:07:38
913
22
Does XNA have a BGRA/BGRX surface format?
I have a video stream coming in from the Kinect. It's data is packed in a 32bit BGRX format. I would like to move this data directly into a Texture2d but I cant find a matching SurfaceFormat. The closest thing I can find is SurfaceFormat.Color which looks to be 32bit RGBX. Assuming that there is not a compatible for...
c#
xna4.0
kinect
null
null
null
open
Does XNA have a BGRA/BGRX surface format? === I have a video stream coming in from the Kinect. It's data is packed in a 32bit BGRX format. I would like to move this data directly into a Texture2d but I cant find a matching SurfaceFormat. The closest thing I can find is SurfaceFormat.Color which looks to be 32bit RGBX....
0
8,965,647
01/22/2012 23:24:18
977,121
10/03/2011 17:16:32
190
11
Rails 3 - Javascript Spinner. Anyone knows one?
I am developing a Rails 3 site. I need to show a control which is used to define periods of time: Ex. 10 minutes, 20 minutes, 1 hour in the following format: 0:10 , 0:20, 1:00. The control must have an spinner (up and down arrows to increase or decrease in 10 minutes period). Anyone knows a good, easy and porta...
javascript
jquery
ruby
ruby-on-rails-3
spinner
01/23/2012 01:27:56
not constructive
Rails 3 - Javascript Spinner. Anyone knows one? === I am developing a Rails 3 site. I need to show a control which is used to define periods of time: Ex. 10 minutes, 20 minutes, 1 hour in the following format: 0:10 , 0:20, 1:00. The control must have an spinner (up and down arrows to increase or decrease in 10 mi...
4
8,455,137
12/10/2011 07:31:22
1,090,981
12/10/2011 07:26:37
1
0
Passing byte array from service to activity in android
I have an activity clas in which i am starting the service and want byte array from service back to this service class plzz help me out... and thanz in advance
android
null
null
null
null
null
open
Passing byte array from service to activity in android === I have an activity clas in which i am starting the service and want byte array from service back to this service class plzz help me out... and thanz in advance
0
10,542,861
05/10/2012 22:07:56
1,388,203
05/10/2012 21:58:55
1
0
Advantages and Disadvantages of Apache vs. Your own server?
I have been working on my own ssl based multi process multi file descriptor threaded server for a few weeks now, needless to say it can handle a good amount of punishment. I am writing it in C++ in an object oriented manner and it is nearly finished with signal handling (atomic access included) and exception / errno.h ...
apache
ssl
null
null
null
05/15/2012 12:31:24
not constructive
Advantages and Disadvantages of Apache vs. Your own server? === I have been working on my own ssl based multi process multi file descriptor threaded server for a few weeks now, needless to say it can handle a good amount of punishment. I am writing it in C++ in an object oriented manner and it is nearly finished with ...
4
11,548,553
07/18/2012 19:06:04
1,499,490
07/03/2012 17:11:48
11
0
Android:create a android program
>android how can i create a simple android application that will capture user details allow them to share the application on facebook twitter linked in . thank you .
android
null
null
null
null
07/18/2012 19:08:09
not a real question
Android:create a android program === >android how can i create a simple android application that will capture user details allow them to share the application on facebook twitter linked in . thank you .
1
6,212,041
06/02/2011 08:13:43
775,157
05/29/2011 13:22:17
1
0
Direct sending of e-mail without an SMTP server in C#
I'm wondering how to programmatically send an email without an (open relay) SMTP server in C#? I found this library : http://mailsystem.codeplex.com/ But the sample code given does not get compiled!
c#
email
null
null
null
06/02/2011 08:22:31
not a real question
Direct sending of e-mail without an SMTP server in C# === I'm wondering how to programmatically send an email without an (open relay) SMTP server in C#? I found this library : http://mailsystem.codeplex.com/ But the sample code given does not get compiled!
1
7,565,642
09/27/2011 07:34:28
881,635
08/06/2011 05:19:01
429
12
Why i am not able to load Adverticement sometimes?
I have implemented the AdMob to My Application from this Docunemtation: [Here][1] I can see the Add perfectly as i want. But some times i cant able to see the adverticements. If i refresh the activity, it will show me the Adverticement again. and ita work perfectly. But when i am not able to see the adverticement...
android
android-layout
android-emulator
android-widget
admob
null
open
Why i am not able to load Adverticement sometimes? === I have implemented the AdMob to My Application from this Docunemtation: [Here][1] I can see the Add perfectly as i want. But some times i cant able to see the adverticements. If i refresh the activity, it will show me the Adverticement again. and ita work perfe...
0
4,463,674
12/16/2010 17:35:42
486,578
10/25/2010 15:03:02
169
2
Scheme vs Common Lisp
Scheme vs Common-Lisp ? What to choose ?
scheme
common-lisp
null
null
null
12/16/2010 20:19:15
not constructive
Scheme vs Common Lisp === Scheme vs Common-Lisp ? What to choose ?
4
8,947,673
01/20/2012 20:47:58
780,855
06/02/2011 09:16:49
16
0
how to know raid 5 disk failed, server is in remote
the server is remote, cannot see the disk's LED light. The Raid Controller is motherboard integrated. 6 disks build a Raid 5. Windows 2003 Server system. so if one disk failed, how the admin get aware ?
server
raid
raid5
null
null
03/09/2012 17:19:22
off topic
how to know raid 5 disk failed, server is in remote === the server is remote, cannot see the disk's LED light. The Raid Controller is motherboard integrated. 6 disks build a Raid 5. Windows 2003 Server system. so if one disk failed, how the admin get aware ?
2
2,387,321
03/05/2010 14:22:53
287,189
03/05/2010 14:22:53
1
0
"Buzz" around programming decreasing?
This google trends graph is neccessary for my question: [http://www.google.com/trends?q=...][1] I think you can try this with every programming language (maybe something like ruby will be a bit misleading because you will actually get stats for the *gem*) - Why is the buzz around like **all** programming languag...
google
programming-languages
null
null
null
03/05/2010 15:39:24
not a real question
"Buzz" around programming decreasing? === This google trends graph is neccessary for my question: [http://www.google.com/trends?q=...][1] I think you can try this with every programming language (maybe something like ruby will be a bit misleading because you will actually get stats for the *gem*) - Why is the b...
1
6,557,552
07/02/2011 14:17:19
426,133
08/20/2010 08:27:54
1,283
104
How to disable routing in Symfony2 for certain paths/urls
I would like to call a php file directly from javascript in my SF2 application without routing/controllers. The reason therefore is, that an external js framework (dhtmlx) has to call "`generate.php`" to produce an excel report. I put the `generate.php` under "`vendors/dhtmlx/generate.php`". How can I call the ge...
routing
symfony-2.0
null
null
null
null
open
How to disable routing in Symfony2 for certain paths/urls === I would like to call a php file directly from javascript in my SF2 application without routing/controllers. The reason therefore is, that an external js framework (dhtmlx) has to call "`generate.php`" to produce an excel report. I put the `generate.php` ...
0
3,882,831
10/07/2010 14:44:40
403,226
07/27/2010 09:56:07
6
0
Problem of alignment of string in textarea in Flex 3.0
I need to display a long string in TextArea in the form of two columns. Say 20 character of the string in left side and then some space and then 20 character on right side of TextArea. At next line again i am doing same thing till my string is complete. But what is happening is like at right column all rows are not...
flex3
null
null
null
null
null
open
Problem of alignment of string in textarea in Flex 3.0 === I need to display a long string in TextArea in the form of two columns. Say 20 character of the string in left side and then some space and then 20 character on right side of TextArea. At next line again i am doing same thing till my string is complete. Bu...
0
9,664,619
03/12/2012 09:37:07
1,263,702
03/12/2012 09:09:08
1
0
OpenCV CascadeClassifier initialization
I've installed opencv (2.3.1) and now I use it with Qt (SDK 1.1.3, Creator 2.3.0). (I've used this tutorial: http://www.barbato.us/2011/12/20/opencv-2-3-qtcreator-windows/) First thing i've tried was HelloWorld example (like the one in Getting Started on the official website), and there were no problems with it. I...
c++
qt
opencv
null
null
03/13/2012 17:25:08
too localized
OpenCV CascadeClassifier initialization === I've installed opencv (2.3.1) and now I use it with Qt (SDK 1.1.3, Creator 2.3.0). (I've used this tutorial: http://www.barbato.us/2011/12/20/opencv-2-3-qtcreator-windows/) First thing i've tried was HelloWorld example (like the one in Getting Started on the official we...
3
8,566
08/12/2008 07:32:32
551
08/06/2008 16:24:59
65
4
Best way to access a control on another form in c#?
First off, this is a question about a desktop app using Windows Forms, not an ASP.Net question. I need to interact with controls on other forms. Trying to access the controls by using, for example, the following... otherForm.Controls["nameOfControl"].Visible = false; ...doesn't work the way I would expect....
windowsforms
c#
controls
bestpractices
null
null
open
Best way to access a control on another form in c#? === First off, this is a question about a desktop app using Windows Forms, not an ASP.Net question. I need to interact with controls on other forms. Trying to access the controls by using, for example, the following... otherForm.Controls["nameOfControl"].Vi...
0
4,378,778
12/07/2010 16:08:45
197,529
10/27/2009 17:43:14
21
4
Good C#.NET Solution to manage frequent database polling
I am currently working on a c# .NET desktop application that will be communicating to a database over the internet via WCF and WCF Data Services. There will be many spots in the application that may need to be refreshed upon some interval. The easiest solution would be to just put these areas on a timer and requery t...
c#
sql-server
wcf
rss
polling
null
open
Good C#.NET Solution to manage frequent database polling === I am currently working on a c# .NET desktop application that will be communicating to a database over the internet via WCF and WCF Data Services. There will be many spots in the application that may need to be refreshed upon some interval. The easiest solu...
0
11,031,841
06/14/2012 11:10:16
632,055
02/24/2011 09:50:46
139
9
Analytic tool for API based application
I am developing an application which is based on SAAS and exposing services as API. I would like to develop effective analytic platform for API usage, prediction of usage and cost estimation etc. Is there any analytic service which I can leverage like Google Analytic?
api
google-analytics
analytics
google-analytics-api
null
null
open
Analytic tool for API based application === I am developing an application which is based on SAAS and exposing services as API. I would like to develop effective analytic platform for API usage, prediction of usage and cost estimation etc. Is there any analytic service which I can leverage like Google Analytic?
0
8,827,097
01/11/2012 21:43:29
287,592
03/06/2010 04:41:11
639
5
Sed inside bash script not working: But it works on command line
I have tried the following on the command line and they work, but when I place them in a bash script I get an error (see below): sed -e "s/INSERT_ME_HERE/"${ROOT_BUILD_HOME}"/g" ./Doxyfile > ./tmp && mv ./tmp ./Doxyfile sed -e "s/INSERT_ME_HERE/'${ROOT_BUILD_HOME}'/g" ./Doxyfile > ./tmp && mv ./tmp ./Doxyfi...
bash
scripting
sed
null
null
null
open
Sed inside bash script not working: But it works on command line === I have tried the following on the command line and they work, but when I place them in a bash script I get an error (see below): sed -e "s/INSERT_ME_HERE/"${ROOT_BUILD_HOME}"/g" ./Doxyfile > ./tmp && mv ./tmp ./Doxyfile sed -e "s/INSERT_M...
0
7,102,989
08/18/2011 05:53:02
10,247
09/15/2008 21:54:44
1,131
44
What does 0x80020101 represent?
A simple question that I can't find an answer for in Microsoft's error lookup or easily using google: what does the HRESULT 0x80020101 represent?
hr
null
null
null
null
null
open
What does 0x80020101 represent? === A simple question that I can't find an answer for in Microsoft's error lookup or easily using google: what does the HRESULT 0x80020101 represent?
0
96,815
09/18/2008 20:51:28
92
08/01/2008 17:55:41
7,499
61
What are the best books for SOAP webservices?
My team is about to build a new product and we are using SOAP webservices as the interface between the client and server. There are other book posts on stackoverflow, but I couldn't find one that matched my needs. My manager will be purchasing books for our team to use as a resource so... What are the best books...
books
soap
webservices
null
null
09/30/2011 14:47:31
not constructive
What are the best books for SOAP webservices? === My team is about to build a new product and we are using SOAP webservices as the interface between the client and server. There are other book posts on stackoverflow, but I couldn't find one that matched my needs. My manager will be purchasing books for our team to...
4
11,207,352
06/26/2012 12:29:07
1,482,702
06/26/2012 12:26:08
1
0
Export data from Serena Agile Planner
How can I export/extract data from SAP like Backlog, sprints (features, stories, tasks,..) Thanks in advance
serena
null
null
null
null
null
open
Export data from Serena Agile Planner === How can I export/extract data from SAP like Backlog, sprints (features, stories, tasks,..) Thanks in advance
0
7,657,100
10/05/2011 05:36:50
725,619
03/16/2011 21:05:59
67
0
Passing ModelAttribute across multiple requests in Spring MVC
I have a multiple criteria search form with a command attribute. On the first submit, results are obtained based on the options in command object. On the results page, there is a link to export all the results to excel.. I have implemented it using the XMLViewResolver. I need to pass the SearchForm model attribute to t...
session
spring-mvc
null
null
null
null
open
Passing ModelAttribute across multiple requests in Spring MVC === I have a multiple criteria search form with a command attribute. On the first submit, results are obtained based on the options in command object. On the results page, there is a link to export all the results to excel.. I have implemented it using the ...
0
767,212
04/20/2009 07:11:05
15,055
09/17/2008 05:31:28
5,671
195
Programattically taking screenshots in windows without the application noticing
There are various ways to take screenshots of a running application in Windows. However, I hear that an application can be tailored such that it can notice when a screenshot is being taken of it, through some windows event handlers perhaps? Is there any way of taking a screenshot such that it is impossible for the appl...
python
screenshot
operating-system
windows
events
null
open
Programattically taking screenshots in windows without the application noticing === There are various ways to take screenshots of a running application in Windows. However, I hear that an application can be tailored such that it can notice when a screenshot is being taken of it, through some windows event handlers per...
0
275,098
11/08/2008 19:47:13
4,227
09/02/2008 13:08:22
174
7
What applications could I study to understand (Data)Model-View-ViewModel?
I understand the basics of the Model-View-ViewModel pattern or as Dan Crevier calls it the [DataModel-View-ViewModel][1] pattern and I understand that it is a good approach to design WPF based applications. But there are still some open question. For example: Where do I put my business logic where my validation logic...
model-view-viewmodel
wpf
.net
design-patterns
null
11/18/2011 12:07:59
not constructive
What applications could I study to understand (Data)Model-View-ViewModel? === I understand the basics of the Model-View-ViewModel pattern or as Dan Crevier calls it the [DataModel-View-ViewModel][1] pattern and I understand that it is a good approach to design WPF based applications. But there are still some open ques...
4
4,391,615
12/08/2010 19:49:06
535,497
12/08/2010 19:39:47
1
0
iPhone - Parsing XML file - Please help!!
I need help with parsing a xml file. My problem is I don't know how to implement the didEndElement delegate. What I want is that I will have 2 cells where Old Testament and New Testament will be displayed and then the Books of the Bible and the the chapters. If I can just get some help with the xml parsing the res...
iphone
xml
uitableview
nsxmlparser
null
null
open
iPhone - Parsing XML file - Please help!! === I need help with parsing a xml file. My problem is I don't know how to implement the didEndElement delegate. What I want is that I will have 2 cells where Old Testament and New Testament will be displayed and then the Books of the Bible and the the chapters. If I can ...
0
10,089,345
04/10/2012 13:03:25
597,858
02/01/2011 04:28:34
494
12
any alternate algorithm in C
The question is to write a program that takes an integer keyed in from the terminal and extracts and displays each digit of the integer in English. so, if a user types 932, the program should display 'nine three two'.. My algorithm is to reverse the number first so that 932 becomes 239. now I extract the last digit ...
c
algorithm
null
null
null
null
open
any alternate algorithm in C === The question is to write a program that takes an integer keyed in from the terminal and extracts and displays each digit of the integer in English. so, if a user types 932, the program should display 'nine three two'.. My algorithm is to reverse the number first so that 932 becomes ...
0
10,935,187
06/07/2012 15:42:20
77,047
03/12/2009 04:38:30
2,579
89
Dynamic allocation in uClinux
I'm new to embedded development, and the big differences I see between traditional Linux and uClinux is that uClinux lacks the MMU. From [this article][1]: > Without VM, each process must be located at a place in memory where it can be run. In the simplest case, this area of memory must be contiguous. Generally, ...
c++
c
virtual-memory
uclinux
mmu
null
open
Dynamic allocation in uClinux === I'm new to embedded development, and the big differences I see between traditional Linux and uClinux is that uClinux lacks the MMU. From [this article][1]: > Without VM, each process must be located at a place in memory where it can be run. In the simplest case, this area of mem...
0
5,512,551
04/01/2011 11:10:07
631,786
02/24/2011 06:27:15
22
0
how to make pattern for grep command on linux?
I hav to grep a file whos content is as follw: ===================== <wekobj> <name>bla bla bla</name> <wekobject> <strongobj> <name>this is not requred</name> </strongobj> =============== i need to get "bla bla bla" from each wekobj tag.. i am using this in c++ program. i just have to define a pattern that ma...
c++
linux
null
null
null
04/01/2011 11:30:23
not a real question
how to make pattern for grep command on linux? === I hav to grep a file whos content is as follw: ===================== <wekobj> <name>bla bla bla</name> <wekobject> <strongobj> <name>this is not requred</name> </strongobj> =============== i need to get "bla bla bla" from each wekobj tag.. i am using this in ...
1
6,849,745
07/27/2011 19:00:20
860,926
07/25/2011 05:02:33
1
0
is ZendX_JQuery shutdown in zend 2
i downloaded zend 2 dev3 but it is missing ZendX_JQuery, is development team going to shutdown ZendX_JQuery in zend2 ?
zend-framework
zendx
null
null
null
07/28/2011 20:34:40
off topic
is ZendX_JQuery shutdown in zend 2 === i downloaded zend 2 dev3 but it is missing ZendX_JQuery, is development team going to shutdown ZendX_JQuery in zend2 ?
2
3,619,682
09/01/2010 15:26:37
240,337
12/29/2009 17:17:16
551
4
java.lang.NullPointerException, when i am inside the constructor of a managed bean invoking methods from other beans
When I am inside the constructor of a managed and trying to reach out to other methods from other beans, I got `java.lang.NullPointerException`. Is there some kind of specification that not allow managed bean to do that? @ManagedProperty(value="#{document}") private DisplayListController document; @E...
java
jsf
java-ee
managed-bean
null
null
open
java.lang.NullPointerException, when i am inside the constructor of a managed bean invoking methods from other beans === When I am inside the constructor of a managed and trying to reach out to other methods from other beans, I got `java.lang.NullPointerException`. Is there some kind of specification that not allow ma...
0
10,441,124
05/04/2012 00:21:05
1,373,852
05/04/2012 00:10:12
1
0
Invalid object name 'ctd_priority_db'?
I need help with inserting data to a database ? Gives an error Invalid object name 'ctd_priority_db' ? protected void Button1_Click(object sender, EventArgs e) { SqlConnection myConn = new SqlConnection("server =10.12.24.143; uid = xxxxxx ; pwd = xxxxx; database = ctd_priority_db;"); ...
sql
database
visual-studio
connection
null
05/09/2012 11:48:13
too localized
Invalid object name 'ctd_priority_db'? === I need help with inserting data to a database ? Gives an error Invalid object name 'ctd_priority_db' ? protected void Button1_Click(object sender, EventArgs e) { SqlConnection myConn = new SqlConnection("server =10.12.24.143; uid = xxxxxx ; pwd =...
3
5,674,003
04/15/2011 08:09:03
710,159
04/14/2011 02:03:17
1
0
what to do in a situation when a class doesn’t implement a method from a protocol
what to do in a situation when a class doesn’t implement a method from a protocol
iphone
objective-c
null
null
null
04/15/2011 13:31:58
not a real question
what to do in a situation when a class doesn’t implement a method from a protocol === what to do in a situation when a class doesn’t implement a method from a protocol
1
6,180,042
05/30/2011 19:26:50
776,697
05/30/2011 19:26:50
1
0
Fundamental difference between Generic Principal and Forms Authentication in context of ASP.NET?
what exactly is the difference between Forms Authentication and Generic Principal? If I use Forms Authentication in ASP.NET, what advantage would I have by implementing the Generic Principal as well as Generic Identity over not implementing these? This is assuming that they are 2 different approaches to the same thing...
asp.net
forms
generics
authentication
principal
null
open
Fundamental difference between Generic Principal and Forms Authentication in context of ASP.NET? === what exactly is the difference between Forms Authentication and Generic Principal? If I use Forms Authentication in ASP.NET, what advantage would I have by implementing the Generic Principal as well as Generic Identit...
0
7,035,624
08/12/2011 04:34:34
891,125
08/12/2011 04:34:34
1
0
Removing duplicated word with its contents in perl
i want to remove the duplicated word with its value (which is placed in front of that word).As i am beginner please give some simple code to understand..
per
null
null
null
null
08/12/2011 17:35:26
not a real question
Removing duplicated word with its contents in perl === i want to remove the duplicated word with its value (which is placed in front of that word).As i am beginner please give some simple code to understand..
1
9,552,992
03/04/2012 06:51:55
1,247,742
03/04/2012 05:53:07
1
0
How to define custom events and event listeners in Android?
I'm a starter in Android app development, and my experience in Java development is also minimal. I'm working on a very basic context-aware application and I want to understand how can I notify my activity class of some custom event? (unlike onClick()). So if I have a class which is responsible for monitoring some r...
java
android
events
callback
null
null
open
How to define custom events and event listeners in Android? === I'm a starter in Android app development, and my experience in Java development is also minimal. I'm working on a very basic context-aware application and I want to understand how can I notify my activity class of some custom event? (unlike onClick())...
0
9,507,778
02/29/2012 22:37:44
823,112
06/30/2011 13:18:41
27
0
what happens in an application server (tomcat etc.) when a client request is cancelled and the server is still working ? (writing on its output)
If a client cancel its request, the application server is suposed to throw the following error : java.net.SocketException: Connection reset by peer: socket write error But what is exactly happening ? Let's say I'm doing a very expensive operation on the server side, and I'm writing some data to the outputs...
http
request
cancel
null
null
null
open
what happens in an application server (tomcat etc.) when a client request is cancelled and the server is still working ? (writing on its output) === If a client cancel its request, the application server is suposed to throw the following error : java.net.SocketException: Connection reset by peer: socket write e...
0
7,455,566
09/17/2011 14:45:20
950,355
09/17/2011 14:45:20
1
0
dma programming
I want to write vast amount data to binary file in c++ and I want to do this job using dma(direct memory access) to save my cpu power and time for other processes. tank you for your help and attention
c++
performance
writing
dma
null
09/17/2011 22:13:01
not a real question
dma programming === I want to write vast amount data to binary file in c++ and I want to do this job using dma(direct memory access) to save my cpu power and time for other processes. tank you for your help and attention
1
2,981,799
06/05/2010 19:40:05
270,483
02/10/2010 17:25:04
24
1
Visual Basic WebBrowser tell when done Refreshing
I have a page that refreshes every 20 seconds and I need to know when it is done refreshing, the DocumentCompleted event does not fire when you refresh for some reason. Any ideas?
windows
vb
webbrowser-control
null
null
null
open
Visual Basic WebBrowser tell when done Refreshing === I have a page that refreshes every 20 seconds and I need to know when it is done refreshing, the DocumentCompleted event does not fire when you refresh for some reason. Any ideas?
0
10,002,396
04/03/2012 22:30:35
131,433
07/01/2009 01:11:25
30,587
1,455
Reversing a commit in svn 1.7.4
I tried the usual recipe to reverse-merge an unintended commit: svn merge -rBAD_REV:BAD_REV-1 . and was perturbed to get, as a response, merely a message about mergeinfo. No actual revert of file content to the previous rev. I went and did the fix up in another tree where I could use svn 1.6.x, but I ende...
svn
null
null
null
null
null
open
Reversing a commit in svn 1.7.4 === I tried the usual recipe to reverse-merge an unintended commit: svn merge -rBAD_REV:BAD_REV-1 . and was perturbed to get, as a response, merely a message about mergeinfo. No actual revert of file content to the previous rev. I went and did the fix up in another tree whe...
0
10,717,907
05/23/2012 10:18:02
830,423
07/05/2011 20:29:41
153
0
PHP string concatination
The next code didn't concat the strings for me, how come ? $test = $this->address . $this->url; echo $test results only the contents of $this->address But the next code this concat the example, works: $begin = $this->address; $end = $this->url; $test = $begin.$end; echo $test resulted ...
php
null
null
null
null
05/23/2012 15:22:03
not a real question
PHP string concatination === The next code didn't concat the strings for me, how come ? $test = $this->address . $this->url; echo $test results only the contents of $this->address But the next code this concat the example, works: $begin = $this->address; $end = $this->url; $test = $begin...
1
6,481,993
06/26/2011 03:38:05
765,409
05/23/2011 03:58:39
110
2
Debugging ping pong game in Python
I'm tired, and I've tried to run this all day. IT's a game of pong where the ball bounces off the wall and comes into contact with the user's "Slab" or paddle. I've treid to debug for a while, and turns out my iCollide and the iGet_Velocity parts have been causing a lot of issues. from livewires import games, co...
python
pygame
pong
null
null
06/27/2011 03:03:45
not a real question
Debugging ping pong game in Python === I'm tired, and I've tried to run this all day. IT's a game of pong where the ball bounces off the wall and comes into contact with the user's "Slab" or paddle. I've treid to debug for a while, and turns out my iCollide and the iGet_Velocity parts have been causing a lot of issues...
1
10,820,762
05/30/2012 16:54:13
963,395
09/25/2011 07:49:23
23
10
admin panel login in php
I am crating an admin panel login page.. if the username is admin, then it will open the signup page .. if username is not admin then it will open some other page and if user enters wrong password,it shall display "wrong password." i had created the code . but i find some syntax error .. please help me the coding i...
php
php5
cakephp
phpmyadmin
null
06/04/2012 14:37:49
not a real question
admin panel login in php === I am crating an admin panel login page.. if the username is admin, then it will open the signup page .. if username is not admin then it will open some other page and if user enters wrong password,it shall display "wrong password." i had created the code . but i find some syntax error .. ...
1
5,141,518
02/28/2011 11:44:34
508,127
11/15/2010 10:28:18
866
2
SQL server table partition year wise
i read few article for table partition in sql server searching google but those was not very understandable for me. so please anyone help me to partition a table year wise. help me with script.
sql
sql-server-2005
null
null
null
02/28/2011 13:27:22
not a real question
SQL server table partition year wise === i read few article for table partition in sql server searching google but those was not very understandable for me. so please anyone help me to partition a table year wise. help me with script.
1
9,169,274
02/07/2012 00:13:20
449,347
09/16/2010 10:09:26
10
0
Providing documentation to customers regarding applications properties - best approach?
We are developing a fairly complex commercial server / client java application. We have several property files with lots of properties that an "administrator" may need to tune/edit. What is best way to communicate what these do - some of the props are complex so it's difficult to make the property name descripti...
java
documentation
properties
null
null
02/10/2012 14:21:47
not constructive
Providing documentation to customers regarding applications properties - best approach? === We are developing a fairly complex commercial server / client java application. We have several property files with lots of properties that an "administrator" may need to tune/edit. What is best way to communicate what th...
4
1,787,447
11/24/2009 02:39:11
153,409
08/09/2009 20:50:47
6
0
Best Rails / Android / Appcelearator development OS if have no money to buy a Mac
What operative system do you recommend. Currently I have Vista installed but it isn't developer friendly. Im doing rails apps and learning Android development an Appcelerator. Oh, and haven't bundget for a Mac :(
windows
linux
rails
android
null
07/25/2012 12:27:19
not constructive
Best Rails / Android / Appcelearator development OS if have no money to buy a Mac === What operative system do you recommend. Currently I have Vista installed but it isn't developer friendly. Im doing rails apps and learning Android development an Appcelerator. Oh, and haven't bundget for a Mac :(
4
6,469,772
06/24/2011 15:09:46
648,358
03/07/2011 15:14:53
754
49
Why do I keep getting this message "The content access permissions need to be rebuilt. Please visit this page"
On every page I get this message. I click on the link and click "rebuild permissions" but I still keep getting this message.
drupal
null
null
null
null
11/22/2011 03:18:54
too localized
Why do I keep getting this message "The content access permissions need to be rebuilt. Please visit this page" === On every page I get this message. I click on the link and click "rebuild permissions" but I still keep getting this message.
3