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
1,183,842
07/26/2009 05:55:40
145,190
07/26/2009 05:53:32
1
0
Referrer URL ( entire URL including parameters )
Are there any HTTP Headers I could use to grab the entire referrer URL using a webserver/server-side scripting? Including query string, et cetera?
referrer
url
apache2
server-side
php
null
open
Referrer URL ( entire URL including parameters ) === Are there any HTTP Headers I could use to grab the entire referrer URL using a webserver/server-side scripting? Including query string, et cetera?
0
5,837,434
04/29/2011 21:10:08
731,783
04/29/2011 21:10:08
1
0
Flash version across browsers
This may seem like an obvious question but I can't find an answer.. Is the flash version installed on, say IE, on a single computer the same version on other browsers installed on that same computer ?
flash
null
null
null
null
null
open
Flash version across browsers === This may seem like an obvious question but I can't find an answer.. Is the flash version installed on, say IE, on a single computer the same version on other browsers installed on that same computer ?
0
8,330,080
11/30/2011 17:14:42
1,071,846
11/29/2011 17:32:46
3
0
Copying the contents from a test.sql file to a test.db file in sqlite3
I've googled this for a while and just can't seem to find the answer. I have a file test.sql containing the following information : CREATE TABLE person ( id INTEGER PRIMARY KEY, first_name TEXT, last_name TEXT, age INTEGER ); CREATE TABLE person_pet ( person_id INTEGER, pe...
sqlite3
null
null
null
null
null
open
Copying the contents from a test.sql file to a test.db file in sqlite3 === I've googled this for a while and just can't seem to find the answer. I have a file test.sql containing the following information : CREATE TABLE person ( id INTEGER PRIMARY KEY, first_name TEXT, last_name TEXT, age IN...
0
8,778,771
01/08/2012 15:33:34
1,031,775
11/06/2011 02:33:01
1
1
Instagram basic implementation
Can some one give me a link of an example application using the instagram API using RUBY ON RAILS which can be used as a reference?
ruby-on-rails
ruby
instagram
null
null
01/09/2012 14:53:35
not constructive
Instagram basic implementation === Can some one give me a link of an example application using the instagram API using RUBY ON RAILS which can be used as a reference?
4
8,700,175
01/02/2012 11:17:49
1,122,479
12/30/2011 06:39:29
26
2
Bootstrap CSS stylesheet
I recently know about bootstrap css and wonder, that stylesheet is also available like php classes for quick starting work.. however, i want to know that which bootstrap css is best and how to use it in projects..i.e. how to make changes in it...
css
stylesheet
bootstrap
null
null
03/16/2012 19:08:40
not a real question
Bootstrap CSS stylesheet === I recently know about bootstrap css and wonder, that stylesheet is also available like php classes for quick starting work.. however, i want to know that which bootstrap css is best and how to use it in projects..i.e. how to make changes in it...
1
4,029,975
10/27/2010 04:31:17
444,049
09/10/2010 05:56:17
3
0
Excel listing named range in a worksheet and get the value
How to obtain a list of named range exist in a specific worksheet and grab the value? I am trying to do Sub Total and Grand Total of accommodation cost based on the date. I will assign an unique name for each Sub Total based on the Date. Then, I have a button that need to be clicked when it finishes to calculate the Gr...
excel
vba
macros
range
named
null
open
Excel listing named range in a worksheet and get the value === How to obtain a list of named range exist in a specific worksheet and grab the value? I am trying to do Sub Total and Grand Total of accommodation cost based on the date. I will assign an unique name for each Sub Total based on the Date. Then, I have a but...
0
9,019,298
01/26/2012 14:08:37
1,165,136
01/23/2012 14:31:05
1
0
live Webcam streaming to adobe media server from a website
I am trying to make a website which will have this option to stream live from the logged in person's account. I mean that if a person wants to broadcast from his webcam, he ll just click on a button on the web page and streaming to the adobe media server will start. Is there a way to do this?
adobe
media
live
webcam
null
null
open
live Webcam streaming to adobe media server from a website === I am trying to make a website which will have this option to stream live from the logged in person's account. I mean that if a person wants to broadcast from his webcam, he ll just click on a button on the web page and streaming to the adobe media server w...
0
10,767,328
05/26/2012 15:06:08
435,175
08/30/2010 16:49:21
261
12
Saving a long list of hasMany Through associasions
This might be considered too non-specific a question, but I'm sure others have come up against this kind of conundrum, so it might just warrant being asked! I have two models: Users and Surveys. My goal is to edit/save records from the **Index view**. In the Index view, each User row will have two select lists and s...
cakephp
associations
null
null
null
null
open
Saving a long list of hasMany Through associasions === This might be considered too non-specific a question, but I'm sure others have come up against this kind of conundrum, so it might just warrant being asked! I have two models: Users and Surveys. My goal is to edit/save records from the **Index view**. In the In...
0
5,693,435
04/17/2011 12:12:21
677,607
03/14/2011 22:12:55
38
1
Iteration of List in C# how?
how do i iterate a List in C#? Thanks
c#
list
iterator
iteration
null
04/23/2011 21:15:20
not a real question
Iteration of List in C# how? === how do i iterate a List in C#? Thanks
1
2,456,270
03/16/2010 16:39:35
264,747
02/02/2010 21:23:45
1
0
Logs overwritten in CruiseCControl.NET when there is multiple MSBuild Tasks.
I have two MSBuild tasks in my CC.NET config. In the end of the execution, i can see two blocks of warnings/errors in the log and published email. But the problem is that the contents of both the blocks are the same and that is from the second MSBuild task!! In another way, the second MSBuild task overwrites the first ...
cruisecontrol.net
msbuild
logging
null
null
null
open
Logs overwritten in CruiseCControl.NET when there is multiple MSBuild Tasks. === I have two MSBuild tasks in my CC.NET config. In the end of the execution, i can see two blocks of warnings/errors in the log and published email. But the problem is that the contents of both the blocks are the same and that is from the s...
0
10,462,368
05/05/2012 13:34:49
1,376,835
05/05/2012 13:22:32
1
0
Is there an overview of all the commits I made to google code projects?
I remember having an "Updates" or "Changes" section on my profile page were I could easily look up all the commits I've made to various projects but I somehow cannot find that anymore. Was it removed on purpose or am I just plain blind?
google
commit
profile
overview
null
05/07/2012 11:51:36
off topic
Is there an overview of all the commits I made to google code projects? === I remember having an "Updates" or "Changes" section on my profile page were I could easily look up all the commits I've made to various projects but I somehow cannot find that anymore. Was it removed on purpose or am I just plain blind?
2
9,142,159
02/04/2012 15:58:53
567,200
01/07/2011 16:50:11
56
1
Lock screen app
I'm trying to create an Activity which would behave like a lock screen. I've seen apps on the market which do this, so I'm sure it is possible. ToddlerLock is a great example. I already tried to and unfortunately without much luck. I've set the category of my activity to HOME in my manifest file. This makes the app...
android
null
null
null
null
null
open
Lock screen app === I'm trying to create an Activity which would behave like a lock screen. I've seen apps on the market which do this, so I'm sure it is possible. ToddlerLock is a great example. I already tried to and unfortunately without much luck. I've set the category of my activity to HOME in my manifest fil...
0
11,487,347
07/14/2012 20:58:07
668,970
03/21/2011 06:21:45
1,637
127
do there any api for extracting audio from video files
Please suggest any api for extracting audio i,e(background music/music) from video files.
java
audio
video
null
null
07/15/2012 06:21:34
not a real question
do there any api for extracting audio from video files === Please suggest any api for extracting audio i,e(background music/music) from video files.
1
9,694,249
03/14/2012 00:24:56
1,146,775
01/13/2012 01:44:52
196
3
How to disable the "Delete" link while deleting an object in razor view
i have the following table which contains an ajax.actionlink to delete an object:- <tr id = @answer.AnswersID> <td> @Html.DisplayFor(modelItem => answer.Description) </td> <td> @Html.DisplayFor(modelItem => answer.Answer_Description.descri...
jquery
ajax
asp.net-mvc-3
null
null
null
open
How to disable the "Delete" link while deleting an object in razor view === i have the following table which contains an ajax.actionlink to delete an object:- <tr id = @answer.AnswersID> <td> @Html.DisplayFor(modelItem => answer.Description) </td> <td> ...
0
10,591,795
05/14/2012 22:17:11
910,767
08/24/2011 22:21:43
1
0
Game Center, is it possible to add friends from within my game?
I have a Turn Based Game Center iPhone game. I know you can add friends to your game center account throug the official game center App. But is it also possible to add friends without leaving my game?
add
center
friends
null
null
05/18/2012 17:07:38
not a real question
Game Center, is it possible to add friends from within my game? === I have a Turn Based Game Center iPhone game. I know you can add friends to your game center account throug the official game center App. But is it also possible to add friends without leaving my game?
1
2,664,538
04/19/2010 00:12:27
125,470
06/18/2009 23:44:52
506
40
Problem using Retroguard to obfuscate swt application
I was trying to obfuscate SWT code using Retroguard, but after obfuscation, I can't start the jar it has created. Please advise. Thanks. C:\Documents and Settings\zzz\My Documents>java -jar retroguard.jar swt-orig.j ar C:\Documents and Settings\zzz\My Documents>java -jar out.jar Exception in...
swt
obfuscation
null
null
null
null
open
Problem using Retroguard to obfuscate swt application === I was trying to obfuscate SWT code using Retroguard, but after obfuscation, I can't start the jar it has created. Please advise. Thanks. C:\Documents and Settings\zzz\My Documents>java -jar retroguard.jar swt-orig.j ar C:\Documents and Se...
0
9,389,578
02/22/2012 05:33:22
367,562
06/15/2010 18:05:57
382
11
crystal report generated PDF file printing issue
I'm having a issue with printing a pdf file which is generated using crystal report.it's printing a &amp;amp; sign which i haven't included in the text.i can not see this when i view the report on crystal report viewer but once i print it these signs appear.i can not figure it out why is this happening.please see the D...
asp.net
pdf
printing
crystal-reports
null
null
open
crystal report generated PDF file printing issue === I'm having a issue with printing a pdf file which is generated using crystal report.it's printing a &amp;amp; sign which i haven't included in the text.i can not see this when i view the report on crystal report viewer but once i print it these signs appear.i can no...
0
7,429,249
09/15/2011 10:15:29
946,547
09/15/2011 10:15:29
1
0
Can i configure a RAID 1 on the Dell Poweredge 860 with the onboard SATA Controller
is there a way to set up a RAID 1 with two SATA HDD on a DELL Poweredge 860 that has no specific RAID Controller. So i want to use the on board SATA controller to set up my RAID 1. Has anybody a glue? Many thanks, your David
raid
dell
null
null
null
null
open
Can i configure a RAID 1 on the Dell Poweredge 860 with the onboard SATA Controller === is there a way to set up a RAID 1 with two SATA HDD on a DELL Poweredge 860 that has no specific RAID Controller. So i want to use the on board SATA controller to set up my RAID 1. Has anybody a glue? Many thanks, your Davi...
0
11,491,738
07/15/2012 12:07:07
669,214
11/10/2010 10:57:42
3
0
ContactsContract.Contacts does not return ASC order by ContactsContract.Contacts.DISPLAY_NAME
I've written code to access Contacts order byContactsContract.Contacts.DISPLAY_NAME ASC , but it does not return in order . My code is below contactCursor = requestActivity.managedQuery( ContactsContract.Contacts.CONTENT_URI, new String[] { ContactsContract.Contacts._ID, ContactsContra...
android
null
null
null
null
07/17/2012 22:41:28
too localized
ContactsContract.Contacts does not return ASC order by ContactsContract.Contacts.DISPLAY_NAME === I've written code to access Contacts order byContactsContract.Contacts.DISPLAY_NAME ASC , but it does not return in order . My code is below contactCursor = requestActivity.managedQuery( ContactsContract.C...
3
10,200,944
04/18/2012 00:06:48
1,335,153
04/15/2012 22:21:22
6
0
Put elements in a line
I'm trying to put a H2 and a Div in a line and does not work where I have the error? <div style="display:inline"><h2>LISTA DE SEDES</h2> |<div class="Create"> @Html.ActionLink("Create", "Create")</div></div>
css
asp.net-mvc
css2
null
null
04/18/2012 11:53:49
not a real question
Put elements in a line === I'm trying to put a H2 and a Div in a line and does not work where I have the error? <div style="display:inline"><h2>LISTA DE SEDES</h2> |<div class="Create"> @Html.ActionLink("Create", "Create")</div></div>
1
11,396,123
07/09/2012 13:34:33
368,999
06/17/2010 06:30:54
355
5
Session management with load balancer in JEE & spring
We are developing a JEE application with Spring. The application will be deployed across multiple web servers with hardware load balancer. Here are my doubts. Please clarify. 1) Whether load balancer will route all requests in same session to a single webserver? 2) If not is there anyway to route the requests of sa...
spring
java-ee
java-ee-6
load-balancing
null
null
open
Session management with load balancer in JEE & spring === We are developing a JEE application with Spring. The application will be deployed across multiple web servers with hardware load balancer. Here are my doubts. Please clarify. 1) Whether load balancer will route all requests in same session to a single webser...
0
4,446,592
12/15/2010 04:08:37
478,700
10/17/2010 18:31:29
8
0
Are there any OpenGl for android E-books
Any helpful ebook we be good...thank you
android
opengl
null
null
null
09/19/2011 06:17:10
not constructive
Are there any OpenGl for android E-books === Any helpful ebook we be good...thank you
4
6,789,798
07/22/2011 12:09:48
857,872
07/22/2011 12:03:50
1
0
string indexer works localy but not when site is hosted
I have following problem with java script. I have *jQuery* object. Locally getting i-th symbol of its value i use following code $(this).val()[i]; When i deployed this code in server this line started throwing exception saying that $(this).val()[i] is undefined and instead of it i used $(this).val().charAt(i) fun...
javascript
jquery
null
null
null
null
open
string indexer works localy but not when site is hosted === I have following problem with java script. I have *jQuery* object. Locally getting i-th symbol of its value i use following code $(this).val()[i]; When i deployed this code in server this line started throwing exception saying that $(this).val()[i] is u...
0
5,907,281
05/06/2011 05:47:23
741,153
05/06/2011 05:47:23
1
0
programming question on asp.net and javascript using radio button and textbox and file upload
I have two radio button,one text box and one file upload.I want when first radio button is checked then text box is required and if i checked second radio button then file upload is checked in asp.net.I set two required field on both text box and file upload. Is it possible using java script if yes then what is the co...
c#
javascript
asp.net
null
null
05/10/2011 01:09:04
not a real question
programming question on asp.net and javascript using radio button and textbox and file upload === I have two radio button,one text box and one file upload.I want when first radio button is checked then text box is required and if i checked second radio button then file upload is checked in asp.net.I set two required f...
1
1,985,668
12/31/2009 14:40:05
49,416
12/27/2008 21:10:34
59
1
DateTime Parse dilema in C#
Been trying to solve this one for hours... string date = "2009-09-23T13:00:00" DateTime t = new DateTime(); t = DateTime.ParseExact(date, "HH:mm", null); Results in this exception: System.FormatException was unhandled Message="String was not recognized as a valid DateTime." ...
c#
datetime
null
null
null
null
open
DateTime Parse dilema in C# === Been trying to solve this one for hours... string date = "2009-09-23T13:00:00" DateTime t = new DateTime(); t = DateTime.ParseExact(date, "HH:mm", null); Results in this exception: System.FormatException was unhandled Message="String was not ...
0
7,238,699
08/30/2011 04:26:20
116,925
06/03/2009 21:43:11
146
3
Rails 3: How to identify after_commit action? (create/update/destroy)
I have an observer and I register an `after_commit` callback. How can I tell weather it was fired after create or update? I can tell an item was destroyed by asking `item.destroyed?` but `new_record?` doesn't work since the item was saved. I was going to solve it by adding `after_create`/`after_update` and do som...
ruby-on-rails
ruby-on-rails-3
transactions
observer-pattern
null
null
open
Rails 3: How to identify after_commit action? (create/update/destroy) === I have an observer and I register an `after_commit` callback. How can I tell weather it was fired after create or update? I can tell an item was destroyed by asking `item.destroyed?` but `new_record?` doesn't work since the item was saved. ...
0
11,670,404
07/26/2012 13:30:41
844,614
07/14/2011 13:05:06
23
1
mod_wsgi hangs on RuntimeWarning: divide by zero
I have some python code that may result in a division by 0, but it runs correctly in a python (3.2) interpreter. However, if I try to run it using mod_wsgi, it simply hangs without an error and the request is not served. Warning in interpreter (output is correct): `pathwayAnalysis.py:30: RuntimeWarning: divide by ze...
python
apache
warnings
mod-wsgi
null
null
open
mod_wsgi hangs on RuntimeWarning: divide by zero === I have some python code that may result in a division by 0, but it runs correctly in a python (3.2) interpreter. However, if I try to run it using mod_wsgi, it simply hangs without an error and the request is not served. Warning in interpreter (output is correct)...
0
7,974,976
11/02/2011 01:52:41
636,021
02/27/2011 00:08:36
1
0
PHP parsing and MySQL Query Error
I seem to be having trouble with my php code. I have constructed the query using phpMyAdmin where it works without any problems. However, once I insert the sql query into this php code it does not seem to work at all. <?php mysql_connect("127.0.0.1","root","xxpasswordxx"); mysql_select_db("transport")...
php
mysql
phpmyadmin
null
null
03/29/2012 08:33:33
too localized
PHP parsing and MySQL Query Error === I seem to be having trouble with my php code. I have constructed the query using phpMyAdmin where it works without any problems. However, once I insert the sql query into this php code it does not seem to work at all. <?php mysql_connect("127.0.0.1","root","xxpasswordxx"); ...
3
8,717,010
01/03/2012 18:35:59
1,053,944
11/18/2011 14:02:04
24
0
Write upgradeable Software in C#, and its upgrades
**How can I write a software so that it can be updateable?** By uptadeable I mean that the software I create can be updated whenever it's necessary. **How do i write those updates?** I understand that depending on the way you decide to make the updatebale software, probably there will be different ways of writing ...
c#
update
null
null
null
01/03/2012 18:41:07
not a real question
Write upgradeable Software in C#, and its upgrades === **How can I write a software so that it can be updateable?** By uptadeable I mean that the software I create can be updated whenever it's necessary. **How do i write those updates?** I understand that depending on the way you decide to make the updatebale sof...
1
4,977,478
02/12/2011 10:08:54
180,663
09/28/2009 19:11:43
1,384
6
How do Riak and MongoDB compare?
In terms of ease of development, support on platforms, open source activeness, performance, features and issues
database
mongodb
nosql
riak
null
02/12/2011 14:22:34
not constructive
How do Riak and MongoDB compare? === In terms of ease of development, support on platforms, open source activeness, performance, features and issues
4
491,578
01/29/2009 13:29:02
16,616
09/17/2008 19:05:38
40
2
How do I convert an audio file to text?
How could I take MP3 and convert the speech to text? I've got some recorded notes from a conference and from meetings (there is a single voice on the recording, which is my voice). I thought it would be easier and intellectually interesting to convert to text using speech to text tools rather than simply transcribe ...
audio
speech-to-text
null
null
null
null
open
How do I convert an audio file to text? === How could I take MP3 and convert the speech to text? I've got some recorded notes from a conference and from meetings (there is a single voice on the recording, which is my voice). I thought it would be easier and intellectually interesting to convert to text using speech...
0
10,094,650
04/10/2012 18:50:26
1,278,496
03/19/2012 11:59:46
40
0
How to apply a whitelist to an input that has a drop down menu
How can I use sanitisation on drop down menu's? I know how to sanitise using normal user input something like this: $variable_name = preg_replace( "/[^a-zA-Z0-9_]/", "", $_POST['key'] ); But how can I produce something like this for a drop down - say a list of fruit?
php
sanitization
whitelist
null
null
null
open
How to apply a whitelist to an input that has a drop down menu === How can I use sanitisation on drop down menu's? I know how to sanitise using normal user input something like this: $variable_name = preg_replace( "/[^a-zA-Z0-9_]/", "", $_POST['key'] ); But how can I produce something like this for a drop...
0
9,050,835
01/29/2012 04:06:30
1,176,004
01/29/2012 03:18:09
1
0
Some java errors which I have no idea how to solve
http://imageshack.us/photo/my-images/19/20120129112435.jpg/ Hi all! Above link contains the error of the codes below.(I need help solving the errors) ( start_game() is me wanting to "call" the main again) Thanks! import java.io.*; import java.lang.*; import java.util.*; class P12 ...
java
null
null
null
null
01/29/2012 05:06:44
too localized
Some java errors which I have no idea how to solve === http://imageshack.us/photo/my-images/19/20120129112435.jpg/ Hi all! Above link contains the error of the codes below.(I need help solving the errors) ( start_game() is me wanting to "call" the main again) Thanks! import java.io.*; import ja...
3
8,096,649
11/11/2011 16:01:19
402,081
07/26/2010 09:05:39
2,813
96
Do you know something similar to XmlDiffPatch for text files?
I recently discovered a .NET [XmlDiffPatch][1] library written by Microsoft. It allows calculate differences of two XML files. It finds even moved code inside the file. Do you know something similar for text files? [1]: http://msdn.microsoft.com/en-us/library/aa302294.aspx
.net
microsoft
diff
patch
null
null
open
Do you know something similar to XmlDiffPatch for text files? === I recently discovered a .NET [XmlDiffPatch][1] library written by Microsoft. It allows calculate differences of two XML files. It finds even moved code inside the file. Do you know something similar for text files? [1]: http://msdn.microsoft.com...
0
7,822,503
10/19/2011 14:02:19
299,818
03/23/2010 11:05:28
31
0
symfony migrate database not possible (relation: 1 to many -> many to many)
I am having an issue in migrating a database in which there are two tables "book" and "bookCategory" ***** with relation: "1 to many" (i.e 1 book belongs to 1 bookCategory, 1 bookCategory has many books) to a new relation "many to many" (i.e 1 book belongs to many categories, 1 bookCategory has many books) but during d...
symfony
doctrine
migration
null
null
null
open
symfony migrate database not possible (relation: 1 to many -> many to many) === I am having an issue in migrating a database in which there are two tables "book" and "bookCategory" ***** with relation: "1 to many" (i.e 1 book belongs to 1 bookCategory, 1 bookCategory has many books) to a new relation "many to many" (i...
0
9,742,254
03/16/2012 17:59:53
1,116,931
12/27/2011 01:35:00
1
0
Given facebook username, password, and application's ID can a web application acquire user id and access token?
I'm developing a web application using PHP. This PHP will contain a function which accepts facebook username, password, and application's ID, and return (or write) user's ID and access token (preferably as JSON format) The problematic thing is that, as much as I know, facebook API for authentication requires the us...
php
facebook
facebook-graph-api
unity3d
facebook-access-token
03/17/2012 21:36:06
not a real question
Given facebook username, password, and application's ID can a web application acquire user id and access token? === I'm developing a web application using PHP. This PHP will contain a function which accepts facebook username, password, and application's ID, and return (or write) user's ID and access token (preferably...
1
6,467,443
06/24/2011 11:56:50
243,456
01/04/2010 20:34:11
259
2
Open Source Shop/Store Framework
I'm looking for an open source 'shop front' framework for the web - i.e. products, categories, themes, shopping carts, order histories, payment hooks etc. I see things like oscommerce.com, but would really appreciate if anyone can share open/free solutions that have worked for them. Technology stack is less importan...
c#
java
php
web-applications
null
04/17/2012 15:36:29
not constructive
Open Source Shop/Store Framework === I'm looking for an open source 'shop front' framework for the web - i.e. products, categories, themes, shopping carts, order histories, payment hooks etc. I see things like oscommerce.com, but would really appreciate if anyone can share open/free solutions that have worked for t...
4
7,069,981
08/15/2011 19:53:12
695,101
04/06/2011 15:07:00
387
2
How to create a chat function (like facebook or gmail) in asp.net?
I have searched through stackoverflow on the key words of "facebook chat in asp.net", just come out of some profounded suggestions. But I have some detail questions need to be cleared. 1.Do people use database to store each message? Do they have to be saved in database? 2.Do people use session to send/receive message?...
c#
asp.net
chat
null
null
08/15/2011 20:40:04
not a real question
How to create a chat function (like facebook or gmail) in asp.net? === I have searched through stackoverflow on the key words of "facebook chat in asp.net", just come out of some profounded suggestions. But I have some detail questions need to be cleared. 1.Do people use database to store each message? Do they have to...
1
4,349,467
12/03/2010 20:11:03
529,831
12/03/2010 20:11:03
1
0
How to recognize this string encrpytion ?
server=837858331746934658232248630236935288281180421 database=3386071348869302078373769320683350673360583083 username=3275115374797048 password=830105037835230605335414837835034204884870173 program using config.ini, it written by delphi. how can i decrypt this code, sorry for my bad english :(
encryption
delphi-7
null
null
null
12/03/2010 21:03:42
not a real question
How to recognize this string encrpytion ? === server=837858331746934658232248630236935288281180421 database=3386071348869302078373769320683350673360583083 username=3275115374797048 password=830105037835230605335414837835034204884870173 program using config.ini, it written by delphi. how can i decrypt this ...
1
9,501,114
02/29/2012 14:42:09
609,626
02/09/2011 11:12:36
65
1
What are Android Certificates?
Can someone please show me the light on this thing? What are Android Certificates? In Settings > Location and security there is an option to install additional certificates. For what purpose? Are they related only to secure web connections? Or what are they?
android
security
certificate
null
null
02/29/2012 16:35:43
off topic
What are Android Certificates? === Can someone please show me the light on this thing? What are Android Certificates? In Settings > Location and security there is an option to install additional certificates. For what purpose? Are they related only to secure web connections? Or what are they?
2
11,102,058
06/19/2012 13:33:15
59,015
01/26/2009 14:15:37
4,230
122
Does Swagger UI currently support models?
The Swagger Spec has provision for [describing a model][1]. However, the existing Swagger-UI project doesn't seem to consume it or display the model. Looking at the [Petstore Demo][2], I see that a [model is served][3], but can't see it displayed. Am I missing something? Or is it just not supported yet? ...
swagger
null
null
null
null
null
open
Does Swagger UI currently support models? === The Swagger Spec has provision for [describing a model][1]. However, the existing Swagger-UI project doesn't seem to consume it or display the model. Looking at the [Petstore Demo][2], I see that a [model is served][3], but can't see it displayed. Am I missing somet...
0
2,292,142
02/18/2010 20:57:46
57,191
01/20/2009 17:57:18
2,133
156
Is there a way to prevent MVN Test from rebuilding the database?
I've recently been asked to, effectively, sell my department on unit testing. I can't tell you how excited this makes me, but I do have one concern. We're using JUnit with Spring and Maven, and this means that each time <code>mvn test</code> is called, it rebuilds the database. Obviously, we can't integrate that wi...
mvn
test
junit
null
null
null
open
Is there a way to prevent MVN Test from rebuilding the database? === I've recently been asked to, effectively, sell my department on unit testing. I can't tell you how excited this makes me, but I do have one concern. We're using JUnit with Spring and Maven, and this means that each time <code>mvn test</code> is ca...
0
1,698,750
11/09/2009 01:59:31
33,633
11/03/2008 12:55:08
72
6
Best GUI for managing MySQL 5.1?
What is the best GUI for managing MySQL 5.1 installation? Would like something as close to SQL Server's management tools as possible as that's where my experience is. The management client would need to run under Windows (XP, Vista (32 and 64-bit flavors), and 7 (32 and 64-bit flavors).
mysql-management
mysql
null
null
null
05/22/2012 10:09:49
not constructive
Best GUI for managing MySQL 5.1? === What is the best GUI for managing MySQL 5.1 installation? Would like something as close to SQL Server's management tools as possible as that's where my experience is. The management client would need to run under Windows (XP, Vista (32 and 64-bit flavors), and 7 (32 and 64-bit fl...
4
10,282,196
04/23/2012 14:09:06
1,351,478
04/23/2012 13:50:36
1
0
from object in Tuple[of Sets()]: - is giving me the whole Tuple back instead of just one Set
I'm starting to write an AI for a uni portfolio in Python. The AI is for a game called Planet Wars, which is a clone of GalCon (Galactic Confusion). It's in it's basic stage thus far. My goal is to write an AI which loosely follows Sun Tzu's the Art of War, as I interpret it for the game. I'm kludging through,...
python
artificial-intelligence
python-2.7
pygame
null
04/25/2012 11:29:13
not a real question
from object in Tuple[of Sets()]: - is giving me the whole Tuple back instead of just one Set === I'm starting to write an AI for a uni portfolio in Python. The AI is for a game called Planet Wars, which is a clone of GalCon (Galactic Confusion). It's in it's basic stage thus far. My goal is to write an AI which ...
1
9,059,038
01/30/2012 03:35:32
76,682
03/11/2009 14:42:35
2,092
51
jQuery Code Hinting in Dreamweaver with noconflict
Currently evaluating Dreamweaver CS 5.5. I like much of it - but wondering about the jQuery code hinting. I like that feature quite a bit, but problem is, we use the noConflict() feature, like this: var $j = jQuery.noConflict(); I am wondering if there is a way (built-in, code work-around, hack, or perhap...
jquery
dreamweaver
noconflict
code-hinting
null
null
open
jQuery Code Hinting in Dreamweaver with noconflict === Currently evaluating Dreamweaver CS 5.5. I like much of it - but wondering about the jQuery code hinting. I like that feature quite a bit, but problem is, we use the noConflict() feature, like this: var $j = jQuery.noConflict(); I am wondering if the...
0
7,449,462
09/16/2011 19:30:36
383,148
07/04/2010 15:53:46
1,833
58
Open Source Content Management Platforms
I am trying to decide on an Open Source CMS to focus on. I would appreciate any input regarding such software. Points that are important to me are: 1. Security 2. Ease of use 3. Easy to extend or add new functionality 4. Excellent documentation and community 5. Corporate sponsors worth knowing about? There'...
content-management
content-management-system
null
null
null
02/02/2012 14:47:17
not constructive
Open Source Content Management Platforms === I am trying to decide on an Open Source CMS to focus on. I would appreciate any input regarding such software. Points that are important to me are: 1. Security 2. Ease of use 3. Easy to extend or add new functionality 4. Excellent documentation and community 5. Cor...
4
6,607,768
07/07/2011 08:26:06
833,132
07/07/2011 08:26:06
1
0
Aptana studio 3 cannot contact download.ecplise.org
I want to install a new plugin but i can't because aptana cannot reach the repository at download.ecplise.org (timeout) Maybe it's a mirror that is down, there is a way to reset repository cache ? There is an other way to get the missing plugin ?
eclipse
aptana
null
null
null
07/07/2011 14:38:45
off topic
Aptana studio 3 cannot contact download.ecplise.org === I want to install a new plugin but i can't because aptana cannot reach the repository at download.ecplise.org (timeout) Maybe it's a mirror that is down, there is a way to reset repository cache ? There is an other way to get the missing plugin ?
2
10,905,270
06/05/2012 21:31:11
760,227
05/19/2011 01:54:58
17
1
Get HtmlAgilityPack Node using exact HTML search or Converting HTMLElement to HTMLNode
I have created a HTMLElement picker (DOM) by using the default .net WebBrowser. The user can pick (select) a HTMLElement by clicking on it. I want to get the HtmlAgilityPack.HTMLNode corresponding to the HTMLElement. The easiest way (in my mind) is to use doc.DocumentNode.SelectSingleNode(EXACTHTMLTEXT) but i...
c#
webbrowser
html-agility-pack
htmlelement
null
null
open
Get HtmlAgilityPack Node using exact HTML search or Converting HTMLElement to HTMLNode === I have created a HTMLElement picker (DOM) by using the default .net WebBrowser. The user can pick (select) a HTMLElement by clicking on it. I want to get the HtmlAgilityPack.HTMLNode corresponding to the HTMLElement. T...
0
10,224,402
04/19/2012 08:34:03
1,340,343
04/18/2012 04:44:03
8
0
How to Create and Remove HTML elements with Javascript dynamically
How to Create and Remove HTML elements with Java script dynamically..?
javascript
null
null
null
null
04/19/2012 12:13:34
not a real question
How to Create and Remove HTML elements with Javascript dynamically === How to Create and Remove HTML elements with Java script dynamically..?
1
9,790,244
03/20/2012 15:53:44
428,757
08/23/2010 19:36:03
582
21
How do I convert this Informix nested join to a tsql nested join?
I'm having a real hard time with this conversion. Those nested OUTER joins are a first to me. Original Informix query: from ttdpur401105 tdpur401 , ttdpur400105 tdpur400 , outer tarpur002105 arpur002 , outer (ttdpur402105 tdpur402, outer (ttisfc001105 tisfc001 , outer ttcibd001105 tcibd001a )...
sql-server-2005
tsql
join
informix
outer-join
null
open
How do I convert this Informix nested join to a tsql nested join? === I'm having a real hard time with this conversion. Those nested OUTER joins are a first to me. Original Informix query: from ttdpur401105 tdpur401 , ttdpur400105 tdpur400 , outer tarpur002105 arpur002 , outer (ttdpur402105 t...
0
6,586,646
07/05/2011 17:39:21
348,183
05/23/2010 08:29:18
1,049
18
Effecient Random Texture Sampling in OpenGL ES 2.0
Is there any efficient way to fetch texture data in a random way? That is, I'd like to use a texture as a look-up table and I need random access to its elements. Therefore I'd be sampling it in a random fashion. Is it a completely lost cause? Thanks!
opengl
graphics
glsl
textures
shader
07/06/2011 10:46:34
not a real question
Effecient Random Texture Sampling in OpenGL ES 2.0 === Is there any efficient way to fetch texture data in a random way? That is, I'd like to use a texture as a look-up table and I need random access to its elements. Therefore I'd be sampling it in a random fashion. Is it a completely lost cause? Thanks!
1
1,397,369
09/09/2009 03:15:56
313,931
09/09/2009 02:59:17
1
0
Django how to save a custom formset
I've written the following custom formset, but for the life of me I don't know how to save the form. I've searched the Django docs and done extensive searches, but no one solution works. Lots of rabbit holes, but no meat ;-) Can someone point me in the right direction? // views.py partial // @login_required de...
django
forms
formset
dynamic
null
null
open
Django how to save a custom formset === I've written the following custom formset, but for the life of me I don't know how to save the form. I've searched the Django docs and done extensive searches, but no one solution works. Lots of rabbit holes, but no meat ;-) Can someone point me in the right direction? // vie...
0
5,624,361
04/11/2011 16:21:31
449,056
09/16/2010 02:33:27
46
3
Optimizing wcf service in IIS
I am hosting a ASP.NET web site containing a wcf web service in IIS 7. The web service is exposed using a .svc file that resides inside the web site's virtual directory. There's section is this document about optimizing the web service performance by removing unnecessary http modules: http://msdn.microsoft.com/e...
wcf
null
null
null
null
null
open
Optimizing wcf service in IIS === I am hosting a ASP.NET web site containing a wcf web service in IIS 7. The web service is exposed using a .svc file that resides inside the web site's virtual directory. There's section is this document about optimizing the web service performance by removing unnecessary http modu...
0
10,659,967
05/18/2012 21:27:11
612,143
02/10/2011 21:25:05
298
1
is it possible to send mail via SMTP with error_log()?
I am using the following error handling function, which emails the error to `$admin_email` if the site is live (`$live==TRUE`). My host now requires SMTP authentication. Am I correct in assuming I must remove the call to error_log() and send mail using either the PEAR mail package or PHPMailer? // Create the err...
php
null
null
null
null
null
open
is it possible to send mail via SMTP with error_log()? === I am using the following error handling function, which emails the error to `$admin_email` if the site is live (`$live==TRUE`). My host now requires SMTP authentication. Am I correct in assuming I must remove the call to error_log() and send mail using either ...
0
4,600,006
01/05/2011 01:09:14
62,642
02/04/2009 21:52:05
2,413
119
TreeView Virtualization
we're triyng to come up with a good way to virtualize the treeview, the data is not really a problem because it's very light (around 16 bytes per item), the problem is that we could potentially have tens of thousands, and although the actual data would only take 1.6 mb of memory, the treeview items do use a lot more me...
wpf
treeview
virtualization
null
null
null
open
TreeView Virtualization === we're triyng to come up with a good way to virtualize the treeview, the data is not really a problem because it's very light (around 16 bytes per item), the problem is that we could potentially have tens of thousands, and although the actual data would only take 1.6 mb of memory, the treevi...
0
6,084,395
05/21/2011 20:53:49
463,785
10/01/2010 10:58:31
749
68
set the language of iis
is there any way to make IIS language as English? my OS is currently in Turkish so the IIS is. My OS is windows vista home premium so AFAIK, I cannot change the language of it.
windows
iis
iis7
windows-vista
null
05/26/2011 13:57:15
off topic
set the language of iis === is there any way to make IIS language as English? my OS is currently in Turkish so the IIS is. My OS is windows vista home premium so AFAIK, I cannot change the language of it.
2
563,199
02/18/2009 22:47:43
46,387
12/15/2008 15:09:30
1,870
70
Is it possible to determine if a named window is open in JavaScript?
I'm working on an inter-site single-sign-on project and have had a pretty little problem dropped in my lap. When a user logs out of the "parent" site, a particular page needs to be loaded in the popup window containing the "child" site. However, I can't store a reference to the return value of `window.open(…)`, becau...
javascript
null
null
null
null
null
open
Is it possible to determine if a named window is open in JavaScript? === I'm working on an inter-site single-sign-on project and have had a pretty little problem dropped in my lap. When a user logs out of the "parent" site, a particular page needs to be loaded in the popup window containing the "child" site. However...
0
8,468,513
12/11/2011 23:58:39
1,092,833
12/11/2011 23:32:45
1
0
Are wrappers possible?
Can I get an app that only can do one thing : dial a specific number? If it is affirmative, can one make an app that creates and edits plurality of described applications? When you run it the first time , it will ask for list of names with phone numbers, and then creates a bunch of icons: Mike, Steve etc. Each i...
android
null
null
null
null
12/12/2011 00:35:46
off topic
Are wrappers possible? === Can I get an app that only can do one thing : dial a specific number? If it is affirmative, can one make an app that creates and edits plurality of described applications? When you run it the first time , it will ask for list of names with phone numbers, and then creates a bunch of ic...
2
11,719,619
07/30/2012 10:26:54
1,528,507
07/16/2012 09:55:18
1
0
Looking for a way to use Pywinauto on Win x64
I am using pywinauto for gui automation for quite a long time already. Now I have to move to x64 OS. There seems to be no official version for 64 bit OS. There are clones which claim they support 64, but in practice they don't. On installation there are several assertions about wrong win structures size. If commente...
python
gui
x64
pywinauto
null
null
open
Looking for a way to use Pywinauto on Win x64 === I am using pywinauto for gui automation for quite a long time already. Now I have to move to x64 OS. There seems to be no official version for 64 bit OS. There are clones which claim they support 64, but in practice they don't. On installation there are several asse...
0
8,256,278
11/24/2011 11:25:35
1,063,826
11/24/2011 11:20:43
1
0
White blink when I browse around the website using Safari
I got weird problem with my website. When I browse around the website using safari, it keep blinking white screen when the page load. Anyone got a reason why this happening ? I tried with Firefox and Chrome and it is working fine. the site address: http://www.tokobesikawi.com/clients/ckentv2/categories/collections ...
safari
null
null
null
null
11/25/2011 13:54:35
off topic
White blink when I browse around the website using Safari === I got weird problem with my website. When I browse around the website using safari, it keep blinking white screen when the page load. Anyone got a reason why this happening ? I tried with Firefox and Chrome and it is working fine. the site address: http:...
2
11,607,466
07/23/2012 06:32:09
1,407,305
05/21/2012 07:35:59
1
0
addToolbar function at client side in joomla?
can i use JToolbarHelper class & addToolbar function at client side in joomla 2.5???? what is other method for use admin toolbar feature at client side in joomla?
php
joomla
joomla2.5
null
null
07/23/2012 20:22:13
not a real question
addToolbar function at client side in joomla? === can i use JToolbarHelper class & addToolbar function at client side in joomla 2.5???? what is other method for use admin toolbar feature at client side in joomla?
1
7,487,714
09/20/2011 15:28:01
955,106
09/20/2011 15:28:01
1
0
MVC LINQ Order by => Method System.String ToShortDateString()' has no supported Translation
I am querying object using LINQ to SQL. One of my objects has a datetime column. When I add myobject.OrderBy(model=>model.DateTimeColumn) I get that System.String toshortdatestring() has no translation error. Not sure why its even trying to convert this to a shortdate string. Any ideas? Code Snippet: //Review is th...
linq
mvc
null
null
null
null
open
MVC LINQ Order by => Method System.String ToShortDateString()' has no supported Translation === I am querying object using LINQ to SQL. One of my objects has a datetime column. When I add myobject.OrderBy(model=>model.DateTimeColumn) I get that System.String toshortdatestring() has no translation error. Not sure why i...
0
6,910,692
08/02/2011 10:34:19
874,094
08/02/2011 07:33:15
27
0
How can I change my extension method in C#
I started to use this extension that I found on the web: public static class NewLabelExtensions { public static MvcHtmlString LabelFor<TModel, TValue>(this HtmlHelper<TModel> html, Expression<Func<TModel, TValue>> expression, object htmlAttributes) { return Lab...
c#
null
null
null
null
null
open
How can I change my extension method in C# === I started to use this extension that I found on the web: public static class NewLabelExtensions { public static MvcHtmlString LabelFor<TModel, TValue>(this HtmlHelper<TModel> html, Expression<Func<TModel, TValue>> expression, object htmlAttrib...
0
4,296,126
11/28/2010 09:12:31
45,963
12/13/2008 12:23:04
1,900
41
Is there a difference between glClearColor(0.0,0.0,0.0,0.0) and glClear(COLOR_BUFFER_BIT)?
Both clear the color matrix, right? Do they do it the same way?
opengl
null
null
null
null
null
open
Is there a difference between glClearColor(0.0,0.0,0.0,0.0) and glClear(COLOR_BUFFER_BIT)? === Both clear the color matrix, right? Do they do it the same way?
0
11,383,340
07/08/2012 12:59:03
1,498,336
07/03/2012 09:30:33
6
0
c++ codes to copy all files in a directory to a different location
I would like to change the codes below to copy all files in a directory to a different directory location. #include <fstream> using namespace std; int main() { ifstream f1("c:\\movie.avi", fstream::binary); ofstream f2("c:\\backup\\movie.avi", fstream::trunc|fstream::binary); f2 << f1.r...
c++
null
null
null
null
07/08/2012 13:03:42
not a real question
c++ codes to copy all files in a directory to a different location === I would like to change the codes below to copy all files in a directory to a different directory location. #include <fstream> using namespace std; int main() { ifstream f1("c:\\movie.avi", fstream::binary); ofstream f2(...
1
6,556,474
07/02/2011 10:33:10
257,705
01/24/2010 06:28:02
933
43
Insert data into db using ajax, not ajax form
This is slightly different, how do I insert data into the db using ajax on page load. I do not want to use ajaxforms.
php
javascript
ajax
null
null
07/02/2011 15:26:51
not a real question
Insert data into db using ajax, not ajax form === This is slightly different, how do I insert data into the db using ajax on page load. I do not want to use ajaxforms.
1
8,992,086
01/24/2012 18:32:19
929,608
09/05/2011 21:43:42
26
0
How to echo out counterCache in CakePHP?
I know this is a pretty simple question but I just couldn't figure out how to display the counterCache I've set up from the model. Say you have this: class Ticket extends AppModel { var $belongsTo = array( 'TicketStatus' => array('counterCache' => true) ); } and the field ticket_status_count...
cakephp-1.3
null
null
null
null
01/24/2012 19:06:21
not a real question
How to echo out counterCache in CakePHP? === I know this is a pretty simple question but I just couldn't figure out how to display the counterCache I've set up from the model. Say you have this: class Ticket extends AppModel { var $belongsTo = array( 'TicketStatus' => array('counterCache' => true)...
1
3,516,330
08/18/2010 20:21:34
424,504
08/18/2010 20:21:34
1
0
How do I tell OS X to ignore the input from one of two connected USB mice?
I have two USB mice connected to my Mac, one of which I'm using as a scanner. I need access to the Generic X and Y data but I don't want that data to move the cursor. How, under either carbon or cocoa environments, do I tell the system to ignore the mouse as a pointing device?
osx
mouse
usb
hid
null
null
open
How do I tell OS X to ignore the input from one of two connected USB mice? === I have two USB mice connected to my Mac, one of which I'm using as a scanner. I need access to the Generic X and Y data but I don't want that data to move the cursor. How, under either carbon or cocoa environments, do I tell the system to ...
0
5,086,965
02/23/2011 04:23:15
629,525
02/23/2011 04:23:15
1
0
Password security
Consider a password system where each password is an 8 character word and the characters can be any of the ASCII characters. What is the number of possible passwords? If a password is chosen uniformly at random from this space, what would its entropy be? If an attacker can check one password every nanosecond, how long ...
security
null
null
null
null
02/23/2011 05:15:21
not a real question
Password security === Consider a password system where each password is an 8 character word and the characters can be any of the ASCII characters. What is the number of possible passwords? If a password is chosen uniformly at random from this space, what would its entropy be? If an attacker can check one password ever...
1
1,628,308
10/27/2009 01:36:26
187,844
10/11/2009 00:52:39
1
1
how to pass variables in query string and loging to a page.server side scriot is using php
Could anyone tell the logic/code for the following scenario. Suppose we are given the username and password (obtained through some method).now we should append the username and password to the querystring(using GET method), send the values to the server (get the user validated), and then he is sent/redirected to a p...
php
login
null
null
null
null
open
how to pass variables in query string and loging to a page.server side scriot is using php === Could anyone tell the logic/code for the following scenario. Suppose we are given the username and password (obtained through some method).now we should append the username and password to the querystring(using GET method...
0
7,768,430
10/14/2011 13:36:00
223,863
12/03/2009 13:52:10
1,753
38
How do I get all the results not in a set?
Im joining two tables and I want to then join a third but I want to get the result of the records that dont join. Dont really know what to use to do this. Can I search for nulls that appear outside the join or something?
sql-server
tsql
null
null
null
10/15/2011 07:49:45
not a real question
How do I get all the results not in a set? === Im joining two tables and I want to then join a third but I want to get the result of the records that dont join. Dont really know what to use to do this. Can I search for nulls that appear outside the join or something?
1
10,515,170
05/09/2012 11:29:51
1,131,623
01/05/2012 08:07:53
63
0
Ecore decorator
I have a generated Ecore model - works perfectly fine. what I now do is, create an instance of the model programmatically and load it: EARepository repository = EaadapterFactory.eINSTANCE.createEARepository(); repository.setFile(f); repository.load(); Now I can call the methods like repos...
decorator
eclipse-emf
null
null
null
null
open
Ecore decorator === I have a generated Ecore model - works perfectly fine. what I now do is, create an instance of the model programmatically and load it: EARepository repository = EaadapterFactory.eINSTANCE.createEARepository(); repository.setFile(f); repository.load(); Now I can call the metho...
0
3,899,413
10/10/2010 07:26:43
471,396
10/10/2010 07:26:43
1
0
how to print the below in c++
1 121 12321 1234321
managed-c++
null
null
null
null
10/10/2010 07:33:56
not a real question
how to print the below in c++ === 1 121 12321 1234321
1
8,468,585
12/12/2011 00:12:51
972,616
09/30/2011 07:19:42
1
0
Making my first semantic web application
I want to develop a simple website that lets a user enter their details and then I want to store them in RDF as their FOAF profile so that I can query against it using SPARQL. An example of the way I want to store these details is given below <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" ...
xml
rdf
sparql
ontology
null
12/12/2011 05:31:27
not a real question
Making my first semantic web application === I want to develop a simple website that lets a user enter their details and then I want to store them in RDF as their FOAF profile so that I can query against it using SPARQL. An example of the way I want to store these details is given below <rdf:RDF xmlns:rdf="h...
1
3,096,307
06/22/2010 19:06:32
373,532
06/22/2010 19:06:32
1
0
Postgresql case and testing boolean fields
First: I'm running postgresql 8.2 and testing my queries on pgAdmin. I have a table with some fields, say: mytable( id integer, mycheck boolean, someText varchar(200)); Now, I want a query similary to this: select id, case when mycheck then (select name from tableA) ...
postgresql
boolean
case
null
null
null
open
Postgresql case and testing boolean fields === First: I'm running postgresql 8.2 and testing my queries on pgAdmin. I have a table with some fields, say: mytable( id integer, mycheck boolean, someText varchar(200)); Now, I want a query similary to this: select id, case ...
0
3,323,159
07/23/2010 23:48:22
378,874
06/29/2010 10:03:34
296
15
Jquery, getting style: background (not background-color), border, etc, can't figure out how to do this
It seems that firefox automatically combines things, such as it takes individual css values, such as for "border-color", "border-width" and dumps them all into "border".. this makes things a pain for jquery as the .css selector can only select the individual ones, like "border-color", not just "border" or "background"....
jquery
css
element
null
null
null
open
Jquery, getting style: background (not background-color), border, etc, can't figure out how to do this === It seems that firefox automatically combines things, such as it takes individual css values, such as for "border-color", "border-width" and dumps them all into "border".. this makes things a pain for jquery as th...
0
4,180,404
11/14/2010 23:43:14
507,678
11/14/2010 23:11:03
1
0
commercial redistribute issues for free and open source softwares licenses
guys, could you please explain what are restrictions for commercial redistribution for these licenses (Apache , BSD , GNU GPL , GNU LGPL , MIT , MPL). best regards.
open-source
licensing
free-software
commercial-application
null
null
open
commercial redistribute issues for free and open source softwares licenses === guys, could you please explain what are restrictions for commercial redistribution for these licenses (Apache , BSD , GNU GPL , GNU LGPL , MIT , MPL). best regards.
0
2,118,813
01/22/2010 16:41:52
53,185
01/09/2009 01:39:36
697
33
Tax calculation, Included & excluded, worldwide market...
I finishing the engine of my iPhone App, and need a flexible setup for tax handling. This is for LatinAmerica, USA & Europe markets. The App is a POS system. I support right now 2 taxes, and store the taxes in a table with Code, Name, Percent, FixedValue and if is included or excluded of the price. In this eno...
iphone
accounting
domain-driven-design
null
null
05/03/2012 13:18:27
off topic
Tax calculation, Included & excluded, worldwide market... === I finishing the engine of my iPhone App, and need a flexible setup for tax handling. This is for LatinAmerica, USA & Europe markets. The App is a POS system. I support right now 2 taxes, and store the taxes in a table with Code, Name, Percent, FixedVa...
2
7,572,533
09/27/2011 16:30:21
922,302
08/31/2011 19:22:09
5
0
Need Help. My plugins which was once capable of writing to database is unable to do it anymore. Wordpress
I have a plugin (leaguemanager) which creates a set of database tables and access and modifies them on a regular basis. But all of a sudden it couldn't. I have absolutely no idea why it can't because a bunch of changes which i or other three people could have done occurred since the last try to use the plugin and d...
php
mysql
wordpress
null
null
09/28/2011 02:16:55
not a real question
Need Help. My plugins which was once capable of writing to database is unable to do it anymore. Wordpress === I have a plugin (leaguemanager) which creates a set of database tables and access and modifies them on a regular basis. But all of a sudden it couldn't. I have absolutely no idea why it can't because a bun...
1
7,398,385
09/13/2011 07:38:41
942,029
09/13/2011 07:38:41
1
0
Unable to Debug because getting an error message --'There is no source code available for the current location'
Whenever I click on the ‘No’ in the message box window then the flow enter to the btnMsgBtn_click method. If we continue to debug the code then after the end of the method it will encounter the error message. After clicking on the OK button of the error message if we press F10 or F11 it will encounter the same erro...
visual-studio-2008
debugging
error-message
null
null
null
open
Unable to Debug because getting an error message --'There is no source code available for the current location' === Whenever I click on the ‘No’ in the message box window then the flow enter to the btnMsgBtn_click method. If we continue to debug the code then after the end of the method it will encounter the error m...
0
6,220,631
06/02/2011 21:32:22
700,349
04/09/2011 21:38:48
102
1
Creating a Biped for a Mesh
Here's the story, I have an editable mesh which was previously the physique of a biped. Problem now is, I don't have that older project file anymore, all I have is the mesh. Is there a way to make 3ds Max create a biped for this mesh or do I just have to create a new and attach it manually?
model
3d
mesh
3dsmax
null
06/02/2011 22:21:15
off topic
Creating a Biped for a Mesh === Here's the story, I have an editable mesh which was previously the physique of a biped. Problem now is, I don't have that older project file anymore, all I have is the mesh. Is there a way to make 3ds Max create a biped for this mesh or do I just have to create a new and attach it ma...
2
6,400,801
06/19/2011 05:42:13
805,091
06/19/2011 05:42:13
1
0
C++ graphics floating point error:Domain Abnormal termination of program
#include <iostream.h> #include<graphics.h> #include<conio.h> #include<dos.h> #define MAX 100 #include<math.h> char arr[MAX]; int rev=1; class bintree; class Q; class node { char data; node *right,*left,*next; friend class bintree; friend class Q; public: node() {right=left=next=NULL;} ...
c++
graphics
null
null
null
06/19/2011 06:41:20
not a real question
C++ graphics floating point error:Domain Abnormal termination of program === #include <iostream.h> #include<graphics.h> #include<conio.h> #include<dos.h> #define MAX 100 #include<math.h> char arr[MAX]; int rev=1; class bintree; class Q; class node { char data; node *right,*left,*next; friend class...
1
10,680,069
05/21/2012 05:50:40
388,657
07/11/2010 00:36:57
223
9
Remove 'popular music' module from Facebook artist page
On the new Facebook Timelines for bands, they will show popular music by that artist. Except sometimes they get it wrong, and it seems impossible to remove! Here is an example: The artist is called Sticky Fingers, but Facebook displays music by The Rolling Stoness: https://www.facebook.com/stickyfingersmusic Does...
facebook
music
spotify
facebook-timeline
null
null
open
Remove 'popular music' module from Facebook artist page === On the new Facebook Timelines for bands, they will show popular music by that artist. Except sometimes they get it wrong, and it seems impossible to remove! Here is an example: The artist is called Sticky Fingers, but Facebook displays music by The Rolling...
0
4,437,888
12/14/2010 09:56:35
224,362
12/03/2009 23:09:11
20
0
Jquery datepicker min, maxDate
Im using datepicker with min and max date. The dates are correctly grayed out and can't be clicked. When i type an invalid date it reverts the date in the textbox. The reverting do not work if i enter an invalid date outside the min max range but in the same month. eg. minDate is set to 2010-08-22 If i enter the d...
jquery
datepicker
null
null
null
null
open
Jquery datepicker min, maxDate === Im using datepicker with min and max date. The dates are correctly grayed out and can't be clicked. When i type an invalid date it reverts the date in the textbox. The reverting do not work if i enter an invalid date outside the min max range but in the same month. eg. minDate is...
0
1,998,704
01/04/2010 10:34:36
112,467
05/26/2009 09:30:24
250
11
The best tool for build swing UI visually
What is the best and powerful tool for building swing interface? What tool do you use for swing? Why?
swing
java
ide
visual-basic
null
09/02/2011 15:01:32
not constructive
The best tool for build swing UI visually === What is the best and powerful tool for building swing interface? What tool do you use for swing? Why?
4
9,955,626
03/31/2012 11:54:09
1,295,094
03/27/2012 09:23:27
6
0
How to create a chunk in 3D world?
i am working on voxel based game engine, in which i need to have chunks. I have tried to read a Chunk class from minecraft, but i cant understand it. So my question is: How chunk works and how does it store data ? Ps. I am new here. Hi everyone!
java
opengl
lwjgl
voxel
null
04/01/2012 07:56:40
not constructive
How to create a chunk in 3D world? === i am working on voxel based game engine, in which i need to have chunks. I have tried to read a Chunk class from minecraft, but i cant understand it. So my question is: How chunk works and how does it store data ? Ps. I am new here. Hi everyone!
4
9,462,701
02/27/2012 09:30:30
1,225,432
02/22/2012 09:36:10
59
10
set property to web service failed
I'm trying to set property in my web service but it returns null pointer exception. I tried to hard code in my web service and it working fine. The problem occur when i try to set the property. Please help. First I tried this: String tagid ="AB6614CD"; PropertyInfo pi = new PropertyInfo(); pi.set...
java
android
web-services
null
null
02/29/2012 19:11:26
too localized
set property to web service failed === I'm trying to set property in my web service but it returns null pointer exception. I tried to hard code in my web service and it working fine. The problem occur when i try to set the property. Please help. First I tried this: String tagid ="AB6614CD"; PropertyI...
3
9,188,484
02/08/2012 05:56:53
883,529
08/08/2011 06:39:10
1
0
Finding Coefficient of Determination for Microsoft Linear Regression Algorithm
I am using Microsoft Linear Regression Algorithm in a Mining Model to predict some value using case table as input. I get the equation for the Mining Model in the Mining Legend window of BI studio and I am also able to get coefficients using DMX query. I want to get the value of coefficient of determination (R squared)...
sql
data-mining
business-intelligence
null
null
null
open
Finding Coefficient of Determination for Microsoft Linear Regression Algorithm === I am using Microsoft Linear Regression Algorithm in a Mining Model to predict some value using case table as input. I get the equation for the Mining Model in the Mining Legend window of BI studio and I am also able to get coefficients ...
0
7,597,822
09/29/2011 13:11:09
969,733
09/28/2011 18:29:07
3
0
php variables inside a variable.
I have a tiny php error. Tiny error. The following statement does not work for me. I do not understand why. If i take "by" of the line it works fine. $msg = 'An Order has just been submitted on CID, Number' . $_POST['orderNumber']'by' .$name; Can anyone spot the little mistake? Thank ...
php
null
null
null
null
09/29/2011 17:29:49
too localized
php variables inside a variable. === I have a tiny php error. Tiny error. The following statement does not work for me. I do not understand why. If i take "by" of the line it works fine. $msg = 'An Order has just been submitted on CID, Number' . $_POST['orderNumber']'by' .$name; Can anyo...
3
3,428,140
08/06/2010 22:06:13
225,102
12/04/2009 21:29:07
60
3
Using switches inside batch file
I have a batch file and I need to invoke it like this "mybatch.bat -r c:\mydir", and the batch file loops through the directory and writes file names to the output. The problem I'm facing is that I cannot read parameter "-r". Here's what it looks like: @echo off echo [%date% %time%] VERBOSE START for %%X in...
batch-file
named-parameters
null
null
null
null
open
Using switches inside batch file === I have a batch file and I need to invoke it like this "mybatch.bat -r c:\mydir", and the batch file loops through the directory and writes file names to the output. The problem I'm facing is that I cannot read parameter "-r". Here's what it looks like: @echo off echo [%date...
0
11,469,150
07/13/2012 10:59:16
1,407,955
05/21/2012 13:16:48
11
0
C# ADO Application crashes on form load
private void Form1_Load(object sender, EventArgs e) { // TODO: This line of code loads data into the 'membersDataSet.Members' table. You can move, or remove it, as needed. this.membersTableAdapter.Fill(this.membersDataSet.Members); } the statement which runs the fill query to th...
c#
null
null
null
null
07/13/2012 17:43:41
not a real question
C# ADO Application crashes on form load === private void Form1_Load(object sender, EventArgs e) { // TODO: This line of code loads data into the 'membersDataSet.Members' table. You can move, or remove it, as needed. this.membersTableAdapter.Fill(this.membersDataSet.Members); } ...
1
8,490,949
12/13/2011 14:35:28
1,036,335
11/08/2011 19:41:28
10
0
Using framework or writing code without any framework? Which is better for 3 month aged PHP programmer?
I started to learn PHP about 4 month ago and I have been writing some applications for 3 month. Recently, I'm using CodeIgniter PHP framework. Using the frameworks is awesome thing. It is easy to code and I don't care about security (SQL Injection and other bugs) with frameworks. But, I think, using framework maybe ba...
php
codeigniter
frameworks
null
null
12/13/2011 14:40:03
not constructive
Using framework or writing code without any framework? Which is better for 3 month aged PHP programmer? === I started to learn PHP about 4 month ago and I have been writing some applications for 3 month. Recently, I'm using CodeIgniter PHP framework. Using the frameworks is awesome thing. It is easy to code and I don...
4
1,723,263
11/12/2009 15:56:25
2,495
08/22/2008 14:30:23
843
37
TypeConverter for generic type used in xaml
I am looking into initializing members of generic types declared in XAML. This is targeting the [(reduced) generics support](http://blogs.windowsclient.net/rob_relyea/archive/2009/05/20/yes-xaml2009-isn-t-everywhere-yet.aspx) in WPF 4 and future Silverlight. (I have tried the scenarios below using `x:TypeArguments` and...
c#
xaml
wpf
silverlight
null
null
open
TypeConverter for generic type used in xaml === I am looking into initializing members of generic types declared in XAML. This is targeting the [(reduced) generics support](http://blogs.windowsclient.net/rob_relyea/archive/2009/05/20/yes-xaml2009-isn-t-everywhere-yet.aspx) in WPF 4 and future Silverlight. (I have trie...
0
9,213,195
02/09/2012 14:59:36
1,036,453
11/08/2011 20:57:04
1
0
conditional subdomain in htaccess
I'm trying to set up a custom view of my site, so users can go to beta.mysite.com and I can grab their domain with php to change the view of things on each page at the code level. I've already set up virtual hosting for beta.mysite.com, which works fine. But I have a rewrite rule that also maps requests for www.mysi...
.htaccess
mod-rewrite
subdomain
null
null
02/10/2012 16:06:18
off topic
conditional subdomain in htaccess === I'm trying to set up a custom view of my site, so users can go to beta.mysite.com and I can grab their domain with php to change the view of things on each page at the code level. I've already set up virtual hosting for beta.mysite.com, which works fine. But I have a rewrite ru...
2
1,904,624
12/15/2009 01:06:10
113,296
05/27/2009 16:55:55
6
0
Rails Routing Error
**Weird error. I'm a newby to rails. From a new install of rails I connected to an oracle db and then ran:** jruby script/generate scaffold job oid:integer userid:integer name:string status:integer **Without doing anything else I started up the server and entered a new job and then I get this error:** ...
ruby-on-rails
routes
scaffold
null
null
null
open
Rails Routing Error === **Weird error. I'm a newby to rails. From a new install of rails I connected to an oracle db and then ran:** jruby script/generate scaffold job oid:integer userid:integer name:string status:integer **Without doing anything else I started up the server and entered a new job and then...
0
9,538,771
03/02/2012 18:51:30
1,181,017
01/31/2012 18:13:13
19
0
Error when launching java desktop application
I am creating A java desktop application and I keep getting this error msg: can some one give me a fix? Mar 02, 2012 10:43:03 AM org.jdesktop.application.Application$1 run SEVERE: Application class desktopapplication2.DesktopApplication2 failed to launch Local Exception Stack: Exception [TOPLINK-4002] (Oracle T...
java
null
null
null
null
03/02/2012 23:45:06
not a real question
Error when launching java desktop application === I am creating A java desktop application and I keep getting this error msg: can some one give me a fix? Mar 02, 2012 10:43:03 AM org.jdesktop.application.Application$1 run SEVERE: Application class desktopapplication2.DesktopApplication2 failed to launch Local Ex...
1
11,279,991
07/01/2012 06:19:23
1,493,911
07/01/2012 05:57:31
1
0
Edit app lead to page not found
I was trying to edit my app setting (https://developers.facebook.com/ -> Apps -> Edit App) to add a new https URL but got the page not found error (the target URL is at https://developers.facebook.com/apps/[APP_ID]/summary/). I've verified my app's existence by http://graph.facebook.com/[APP_ID]/ and it looks good ...
configuration
facebook-apps
null
null
null
07/01/2012 21:00:23
too localized
Edit app lead to page not found === I was trying to edit my app setting (https://developers.facebook.com/ -> Apps -> Edit App) to add a new https URL but got the page not found error (the target URL is at https://developers.facebook.com/apps/[APP_ID]/summary/). I've verified my app's existence by http://graph.faceb...
3
2,446,242
03/15/2010 09:59:19
11,410
09/16/2008 07:44:40
3,875
197
Difficulty thinking of properties for FsCheck
I've managed to get [xUnit][1] working on my little sample assembly. Now I want to see if I can grok [FsCheck][2] too. My problem is that I'm stumped when it comes to defining test properties for my functions. Maybe I've just not got a good sample set of functions, but what would be good test properties for these fu...
f#
unit-testing
fscheck
null
null
null
open
Difficulty thinking of properties for FsCheck === I've managed to get [xUnit][1] working on my little sample assembly. Now I want to see if I can grok [FsCheck][2] too. My problem is that I'm stumped when it comes to defining test properties for my functions. Maybe I've just not got a good sample set of functions, ...
0
8,571,913
12/20/2011 07:09:09
1,104,313
12/18/2011 08:58:43
5
0
How to invention login url as the same facebook?
How to invention login url as the same facebook ?(PHP) **+ Example** www.abc.com **+After login** user=a1 www.abc.com/a1/index.php user=a2 www.abc.com/a2/index.php How to invent this in PHP?
php
null
null
null
null
12/25/2011 06:23:58
not a real question
How to invention login url as the same facebook? === How to invention login url as the same facebook ?(PHP) **+ Example** www.abc.com **+After login** user=a1 www.abc.com/a1/index.php user=a2 www.abc.com/a2/index.php How to invent this in PHP?
1
427,711
01/09/2009 11:09:18
2,974
08/26/2008 09:39:16
4,138
242
Which author's books do you alway read?
While answering this question on being [stuck on a problem][1] I recommended a book by Gerald Weinberg called "Are Your Lights On: How to Figure Out What the Problem Really Is" ([sanitised Amazon link][2]) and this started me thinking that: * I've read a lot of excellent books by Jerry on all sorts of things *...
books
authors
null
null
null
09/26/2011 14:34:40
not constructive
Which author's books do you alway read? === While answering this question on being [stuck on a problem][1] I recommended a book by Gerald Weinberg called "Are Your Lights On: How to Figure Out What the Problem Really Is" ([sanitised Amazon link][2]) and this started me thinking that: * I've read a lot of excell...
4