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
2,663,630
04/18/2010 19:33:00
319,830
04/18/2010 19:29:36
1
0
jquery image slide procedure faulty in IE
Where did I go wrong? IE reports a problem while everything else seems to be just fine. $(document).ready(function(){ menu = $('#menu > ul > li'); image = $('#image > ul > li > div'); menu.each(function(idx) { this.slide = image[idx]; }).hover( function() { ...
jquery
image
slideshow
internet-explorer
null
null
open
jquery image slide procedure faulty in IE === Where did I go wrong? IE reports a problem while everything else seems to be just fine. $(document).ready(function(){ menu = $('#menu > ul > li'); image = $('#image > ul > li > div'); menu.each(function(idx) { this.slide = image[idx]; ...
0
10,937,814
06/07/2012 18:36:18
935,730
09/08/2011 21:05:51
63
1
In ddl alter table trigger, how can I get the new create table statement?
I want to get the new table definition(create table statement) and save it to a txt file when the ddl alter table trigger fires. I have tried xp_helptext, this only works for view. I hope there's something like this for altering table to get new create statement.
sql-server-2008
c#-4.0
ddl
null
null
null
open
In ddl alter table trigger, how can I get the new create table statement? === I want to get the new table definition(create table statement) and save it to a txt file when the ddl alter table trigger fires. I have tried xp_helptext, this only works for view. I hope there's something like this for altering table to ...
0
9,385,812
02/21/2012 21:55:00
1,191,316
02/05/2012 23:28:20
117
0
C++ template error, No return, in function returning non-void
I am new to C++ programming, I created a simple template, it gives me a warning, "No return, in function returning non-void". template<typename T> struct test { public: test & operator=(const T & new_value) { value = new_value; } operator T() const { return value; } ...
c++
templates
null
null
null
null
open
C++ template error, No return, in function returning non-void === I am new to C++ programming, I created a simple template, it gives me a warning, "No return, in function returning non-void". template<typename T> struct test { public: test & operator=(const T & new_value) { value = new_value;...
0
6,085,989
05/22/2011 04:17:46
478,573
10/17/2010 14:54:01
996
27
No foreign key constraints and need to do a complicated delete
I have a website which I have been working on creating very rapidly, and now am paying back some technical debt. I have a complicated issue: My site deals with scheduling hikes. Once you create a hike, it has many things associated with it: a message board, list of attendees, the group it belongs to, the carpool,...
mysql
database
database-design
foreign-keys
null
null
open
No foreign key constraints and need to do a complicated delete === I have a website which I have been working on creating very rapidly, and now am paying back some technical debt. I have a complicated issue: My site deals with scheduling hikes. Once you create a hike, it has many things associated with it: a mes...
0
5,534,233
04/04/2011 03:11:23
690,492
04/04/2011 03:08:03
1
0
Remove from Right or Left of character
Hi is there a way to find a given character in a line of test i.e. "," and erase everything from the lefr or right of the character? The text before and after the "," are of different lengths.
remove
left
right
null
null
04/04/2011 03:47:42
not a real question
Remove from Right or Left of character === Hi is there a way to find a given character in a line of test i.e. "," and erase everything from the lefr or right of the character? The text before and after the "," are of different lengths.
1
8,200,775
11/20/2011 10:01:08
257,314
01/23/2010 07:24:49
266
1
When to unsubscribe from a NSNotification in a UIView
I am using the following NSNotifications within a UIView so that the view can be notified when a UIKeyboard appears and adjust its position (frame) on screen: [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillShow:) name:UIKeyboardWillShowNotification object:nil]; [[NSNot...
iphone
objective-c
ios
cocoa-touch
nsnotifications
null
open
When to unsubscribe from a NSNotification in a UIView === I am using the following NSNotifications within a UIView so that the view can be notified when a UIKeyboard appears and adjust its position (frame) on screen: [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillShow:) na...
0
7,066,520
08/15/2011 15:00:07
475,837
10/14/2010 13:46:46
60
4
How are android 3.0 browser layouts done?
First some screens: http://oi53.tinypic.com/2euq51s.jpg default http://oi54.tinypic.com/2gy86xj.jpg nice effect http://oi55.tinypic.com/ifxsp3.jpg cool hiding http://oi56.tinypic.com/15g2g4z.jpg detecting hidden Question is how to do this cool hiding? As you see navigation bar disappears as WebView (?) i...
android
honeycomb
null
null
null
03/21/2012 23:41:21
not a real question
How are android 3.0 browser layouts done? === First some screens: http://oi53.tinypic.com/2euq51s.jpg default http://oi54.tinypic.com/2gy86xj.jpg nice effect http://oi55.tinypic.com/ifxsp3.jpg cool hiding http://oi56.tinypic.com/15g2g4z.jpg detecting hidden Question is how to do this cool hiding? As you...
1
3,655,411
09/07/2010 02:43:19
262,296
01/30/2010 02:35:03
347
18
Please recommend an integrated solution for a corporate intranet? Social network, collaboration, project management
I did some searching on google and stackoverflow, and was dissatisfied with the results. What I want is an app that is: 1. easy to install and configure 2. easy to use 3. multilingual 4. preferably lightweight 5. preferably low-cost or open-source and integrates: 1. List item 2. hierarchical co...
intranet
corporate
collaboration-tools
null
null
09/08/2010 19:50:33
off topic
Please recommend an integrated solution for a corporate intranet? Social network, collaboration, project management === I did some searching on google and stackoverflow, and was dissatisfied with the results. What I want is an app that is: 1. easy to install and configure 2. easy to use 3. multilingual 4...
2
3,003,018
06/09/2010 04:02:22
269,582
02/09/2010 15:24:46
32
4
yahoo zonetag sevices is closed ?
http://zonetag.research.yahooapis.com/services/rest/V1/cellLookup.php?apptoken=ZoneTagDemoToken&cellid=48627380&lac=201&mnc=15&mcc=234 couldn't connect to yahoo sever.
yahoo
null
null
null
null
06/09/2010 04:48:46
off topic
yahoo zonetag sevices is closed ? === http://zonetag.research.yahooapis.com/services/rest/V1/cellLookup.php?apptoken=ZoneTagDemoToken&cellid=48627380&lac=201&mnc=15&mcc=234 couldn't connect to yahoo sever.
2
10,808,174
05/29/2012 23:36:05
1,174,488
01/27/2012 22:11:57
18
1
SEO Friendly redirect internal pages
What is the proper way to redirect the URL strucutre for the following example. I am looking to do this through .htaccess. http://www.mysite.com/pagehere to http://www.mysite.com/category/pagehere except, all i want is to change the permalink structure, not actually forward the domain to another page. I wan...
.htaccess
null
null
null
null
05/31/2012 18:35:45
off topic
SEO Friendly redirect internal pages === What is the proper way to redirect the URL strucutre for the following example. I am looking to do this through .htaccess. http://www.mysite.com/pagehere to http://www.mysite.com/category/pagehere except, all i want is to change the permalink structure, not actually...
2
5,095,917
02/23/2011 19:20:50
508,377
11/15/2010 14:47:43
186
1
How to creat album using facebook graph api ?
I've this generated URL https://graph.facebook.com/me/albums?access_token=123005381082600|2.AtN22PtKsPB6tN_naD7ZWA__.3600.1298494800-602414132|4I62wGohikRAtIPYTU4jy7__I9A&type=post&name=refacingme is this URL correct for creating an album using FB graph API , and what is the expected response for this requ...
facebook
facebook-graph-api
null
null
null
null
open
How to creat album using facebook graph api ? === I've this generated URL https://graph.facebook.com/me/albums?access_token=123005381082600|2.AtN22PtKsPB6tN_naD7ZWA__.3600.1298494800-602414132|4I62wGohikRAtIPYTU4jy7__I9A&type=post&name=refacingme is this URL correct for creating an album using FB graph AP...
0
11,395,881
07/09/2012 13:18:35
1,492,914
06/30/2012 11:11:05
1
0
Stanford CS106b libraries for PC
I'm taking the CS106b course from Stanford University and an looking for the header files genlib.h an simplib.h. I've found them for Xcode, but I'm using a PC. Does anyone know where I might find the plain text files for these libraries? Thanks in advance.
stanford
null
null
null
null
07/10/2012 11:40:56
off topic
Stanford CS106b libraries for PC === I'm taking the CS106b course from Stanford University and an looking for the header files genlib.h an simplib.h. I've found them for Xcode, but I'm using a PC. Does anyone know where I might find the plain text files for these libraries? Thanks in advance.
2
7,542,541
09/24/2011 23:10:49
963,108
09/24/2011 23:00:12
1
0
How can I apply the Javascript Method on my FB page?
I found this code and i need to display it on my page : <script language="javascript" src="http://www.joshuaproject.net/upgotd.php" type="text/javascript"></script> <!-- alternative for no javascript --><noscript> <a href="http://www.joshuaproject.net/upgotdfeed.php">View Unreached People of the Day</a></noscript>...
java
javascript
facebook
graph
page
09/25/2011 15:20:53
not a real question
How can I apply the Javascript Method on my FB page? === I found this code and i need to display it on my page : <script language="javascript" src="http://www.joshuaproject.net/upgotd.php" type="text/javascript"></script> <!-- alternative for no javascript --><noscript> <a href="http://www.joshuaproject.net/upgot...
1
5,464,432
03/28/2011 20:02:34
630,737
02/23/2011 17:53:44
18
0
Refresh Bound Datagridview
I have seen lots of examples on how to do this and I can do it but it displays the wrong data set. My issue is that I have a switch board and pass a paramater to another form using this code: public void LoadCaseNumberKey(String CaseNumberKey) { propertyInformationTableAdapter1.Fil...
c#
datagridview
refresh
null
null
null
open
Refresh Bound Datagridview === I have seen lots of examples on how to do this and I can do it but it displays the wrong data set. My issue is that I have a switch board and pass a paramater to another form using this code: public void LoadCaseNumberKey(String CaseNumberKey) { prop...
0
6,971,555
08/07/2011 08:13:16
512,366
11/18/2010 16:02:12
206
16
Is Domain Name Server and Name Server Same
I am slightly confused between DNS and Name server. Are they same thing or different. Also, What are the total number of Domain name server available across web?
networking
dns
ip
null
null
08/07/2011 08:51:26
off topic
Is Domain Name Server and Name Server Same === I am slightly confused between DNS and Name server. Are they same thing or different. Also, What are the total number of Domain name server available across web?
2
204,860
10/15/2008 14:12:49
26,259
10/08/2008 19:29:49
99
9
Best Server-side .Net PDF editing library
What's the best .Net PDF editing library available, and why? It needs to be used on an IIS web-server. Specifically, I need to edit a PDF which was generated by reporting services. Factors I'm interested in: 1. Speed 2. Memory Consumption 3. Price 4. Quality of documentation 5. Library stability 6....
pdf
.net
asp.net
c#
vb.net
11/01/2011 16:00:52
not constructive
Best Server-side .Net PDF editing library === What's the best .Net PDF editing library available, and why? It needs to be used on an IIS web-server. Specifically, I need to edit a PDF which was generated by reporting services. Factors I'm interested in: 1. Speed 2. Memory Consumption 3. Price 4. Quali...
4
10,439,231
05/03/2012 20:58:33
576,786
01/15/2011 15:00:39
334
1
Making executables with makefile on python code
Im trying to run the following makefile: all: chmod +x codeWriter.py chmod +x parser.py chmod +x vmTranslator.py chmod +x VMtranslator tar: tar cvf project7.tar README Makefile *.py VMtranslator clean: rm -f *.tar *.pyc os* sys* but for some unkn...
python
makefile
executable
null
null
05/09/2012 11:59:31
too localized
Making executables with makefile on python code === Im trying to run the following makefile: all: chmod +x codeWriter.py chmod +x parser.py chmod +x vmTranslator.py chmod +x VMtranslator tar: tar cvf project7.tar README Makefile *.py VMtranslator clean: ...
3
7,704,043
10/09/2011 14:02:52
986,403
10/09/2011 13:51:55
1
0
Facebook Like Box Header missing if faces=false and stream=false
I've inserted a like box into my page but I have a problem with it. <fb:like-box href="http://www.facebook.com/TermeszetBolond.Hu" width="176" show_faces="false" border_color="#befcbe" stream="false" header="true" height="140"></fb:like-box> The like box is loaded, but the facebook header is missing. You can...
facebook
xfbml
facebook-likebox
null
null
null
open
Facebook Like Box Header missing if faces=false and stream=false === I've inserted a like box into my page but I have a problem with it. <fb:like-box href="http://www.facebook.com/TermeszetBolond.Hu" width="176" show_faces="false" border_color="#befcbe" stream="false" header="true" height="140"></fb:like-box> ...
0
10,578,948
05/14/2012 07:15:11
1,340,565
04/18/2012 06:49:10
18
0
Android run task every X seconds
I have to get records from MSSQL DB in every 10 seconds and refresh my Layout. How can i achive this? When i run it in a new thread, i can not allow to change the View. Thanks.
android
sql
multithreading
layout
null
null
open
Android run task every X seconds === I have to get records from MSSQL DB in every 10 seconds and refresh my Layout. How can i achive this? When i run it in a new thread, i can not allow to change the View. Thanks.
0
7,781,567
10/16/2011 00:22:58
929,212
09/05/2011 16:22:04
1
0
Hadoop : Multiple Emits from one Map function
I am writing a small hadoop program in java, my requirement is to do two Emits from a single Map method and handle both the Emits in a single Reduce method. Is this possible ? If possible, how do I differentiate between the two Emits so that I can handle both of them differently in my Reduce method ? I did lot of se...
java
hadoop
null
null
null
null
open
Hadoop : Multiple Emits from one Map function === I am writing a small hadoop program in java, my requirement is to do two Emits from a single Map method and handle both the Emits in a single Reduce method. Is this possible ? If possible, how do I differentiate between the two Emits so that I can handle both of them ...
0
10,074,222
04/09/2012 13:51:34
1,321,974
04/09/2012 13:44:56
1
0
state of the art for PHP
I'm about to start a new project on PHP but I have been out of PHP development for 4 years and would like to know which are the established practices, libraries (I remember Zend Framework, PDO), security guidelines, etc. that are mature nowadays. I'm not planning to go with a big framework (symphony, cakephp, etc) sinc...
php
zend-framework
null
null
null
04/09/2012 14:01:38
not constructive
state of the art for PHP === I'm about to start a new project on PHP but I have been out of PHP development for 4 years and would like to know which are the established practices, libraries (I remember Zend Framework, PDO), security guidelines, etc. that are mature nowadays. I'm not planning to go with a big framework...
4
713,157
04/03/2009 09:12:25
52,420
01/07/2009 13:07:08
54
8
How can i send data or event info from Javascript to Default.cs (Asp.net)?
How can i send data or event info from Javascript to Default.cs (Asp.net)? is it ajax?
.net
c#
asp.net
ajax
null
null
open
How can i send data or event info from Javascript to Default.cs (Asp.net)? === How can i send data or event info from Javascript to Default.cs (Asp.net)? is it ajax?
0
6,657,675
07/11/2011 22:57:01
230,814
12/13/2009 20:30:24
113
4
What should I read when returning to C++ (from Java)?
I am working with Java at my current day job. When I learned programming, I learned C++, but haven't touched it (or had to) since 2002. I don't even remember how to do the simplest of things. Lately, my work has been expressing a need for a C++ application built for windows. I am looking for books/articles/blog-p...
java
c++
programming-languages
transition
null
07/11/2011 23:05:36
off topic
What should I read when returning to C++ (from Java)? === I am working with Java at my current day job. When I learned programming, I learned C++, but haven't touched it (or had to) since 2002. I don't even remember how to do the simplest of things. Lately, my work has been expressing a need for a C++ application b...
2
6,742,173
07/19/2011 04:02:20
335,439
05/07/2010 12:50:17
57
0
What are good combinations of Scala + Webframework + Javascriptframework?
I have been trying for a long time to study something different to build my so planned web project (lol) and I went through some Django and Rails but gave up, mainly because of the language. I work with Java, but don't want to develop using JSP/JSF/Servlet... Reading about Scala raised again my interest in Studying we...
javascript
scala
extjs
lift
null
07/20/2011 03:12:18
not constructive
What are good combinations of Scala + Webframework + Javascriptframework? === I have been trying for a long time to study something different to build my so planned web project (lol) and I went through some Django and Rails but gave up, mainly because of the language. I work with Java, but don't want to develop using ...
4
7,060,147
08/14/2011 22:28:29
790,077
06/09/2011 00:25:05
7
1
Is there alternative way to sell android app?
I am a developer of android apps from Macedonia. So my country is not on the list of countries that one can sell paid app from (on the Android Market). I have a few apps ready for several months now and I am really struggling to find a way, alternative to sell my apps and have it licensed. I know that there are several...
android
android-market
paid
null
null
08/14/2011 23:47:54
off topic
Is there alternative way to sell android app? === I am a developer of android apps from Macedonia. So my country is not on the list of countries that one can sell paid app from (on the Android Market). I have a few apps ready for several months now and I am really struggling to find a way, alternative to sell my apps ...
2
7,358,229
09/09/2011 07:06:05
936,299
09/09/2011 07:06:05
1
0
Mechanism to call functions with different number and type of parameters?
I have a set of functions to be called e.g.: void void_func(); /* id = 0 */ void void_func1(int); /* id = 1 */ void void_func2(int, char *); /* id = 2 */ void void_func3(short int); /* id = 3 */ int int_func(); /* id = 4 */ int int_func1(int); /* id = 5 */ int int_func2(float); ...
c
void-pointers
data-type-conversion
null
null
null
open
Mechanism to call functions with different number and type of parameters? === I have a set of functions to be called e.g.: void void_func(); /* id = 0 */ void void_func1(int); /* id = 1 */ void void_func2(int, char *); /* id = 2 */ void void_func3(short int); /* id = 3 */ int int_func(); ...
0
11,061,262
06/16/2012 06:07:58
1,460,188
06/16/2012 05:27:50
1
0
WCF Session Instancing Mode Hosting Issue
I am facing a situation regarding hosting WCF on Session Instancing mode.I am encapsulating the actual situation and proposing an example to replicate it...as below. The service to be hosted is "MyService". I am using windows service to host it..with http endpoint. It will need to support 500 concurrent sessions...
wcf
session
concurrency
load-balancing
null
null
open
WCF Session Instancing Mode Hosting Issue === I am facing a situation regarding hosting WCF on Session Instancing mode.I am encapsulating the actual situation and proposing an example to replicate it...as below. The service to be hosted is "MyService". I am using windows service to host it..with http endpoint. ...
0
6,856,816
07/28/2011 09:32:07
730,759
04/29/2011 09:09:32
190
18
Is it possible to distribute app. only for selected accounts/clients.
Is it possible to distribute app. only for selected accounts/clients on Android Market ?
android
android-market
null
null
null
07/29/2011 12:19:03
off topic
Is it possible to distribute app. only for selected accounts/clients. === Is it possible to distribute app. only for selected accounts/clients on Android Market ?
2
254,765
10/31/2008 20:01:45
3,420
08/28/2008 14:19:36
391
9
Detecting jQuery UI autocomplete
How can I detect whether or not an input box is currently a jQuery UI autocomplete? There doesn't seem to be a native method for this, but I'm hoping there is something simple like this: if ($("#q").autocomplete) { //Do something } That conditional, however, seems to always return true.
jquery
jquery-ui
null
null
null
null
open
Detecting jQuery UI autocomplete === How can I detect whether or not an input box is currently a jQuery UI autocomplete? There doesn't seem to be a native method for this, but I'm hoping there is something simple like this: if ($("#q").autocomplete) { //Do something } That conditional, howeve...
0
7,335,800
09/07/2011 14:40:54
365,709
06/13/2010 13:54:47
703
41
Magento Session Storage files vs. db
I am looking at tuning my Magento installation (Enterprise 1.8) and I am curious what kinds of difference people have seen when using files vs. db for database storage. Currently I am storing the sessions in files. I do have some concerns that by having them in files I am slowing down operations like adding to cart ...
magento
null
null
null
null
09/08/2011 02:26:41
off topic
Magento Session Storage files vs. db === I am looking at tuning my Magento installation (Enterprise 1.8) and I am curious what kinds of difference people have seen when using files vs. db for database storage. Currently I am storing the sessions in files. I do have some concerns that by having them in files I am sl...
2
11,473,428
07/13/2012 15:21:02
1,240,382
02/29/2012 13:35:08
32
0
2-Dimensional Array
We are given an assignment regarding 2-D array which states:<br><br> Given a rectangular 2-d <code> char grid [row] [col] </code> and a <code> char </code> to look for, find the smallest rectangle that contains all the occurrences of that char and returns its area. If there is only a single occurrence of the char, the...
java
arrays
homework
multidimensional-array
2d-array
07/15/2012 12:15:07
not a real question
2-Dimensional Array === We are given an assignment regarding 2-D array which states:<br><br> Given a rectangular 2-d <code> char grid [row] [col] </code> and a <code> char </code> to look for, find the smallest rectangle that contains all the occurrences of that char and returns its area. If there is only a single oc...
1
8,103,474
11/12/2011 08:46:41
1,003,589
10/19/2011 16:12:41
1
0
how to make excel form to be a non modal window to all applications
I need to make the excel form like a non modal window which should float around all other applications other than excel like a find text box in office ..... How to override the excel form controls please suggest me the codes am waiting for your responses thanks Prabu M
excel
vba
office
null
null
11/12/2011 21:47:13
not a real question
how to make excel form to be a non modal window to all applications === I need to make the excel form like a non modal window which should float around all other applications other than excel like a find text box in office ..... How to override the excel form controls please suggest me the codes am waiting ...
1
10,258,291
04/21/2012 10:55:24
682,481
03/29/2011 16:42:53
8
0
Java Multicast Socket not working on Windows (SocketPermission Exception)
When starting a Multicast java socket on windows I get the following error (firewall deactivated): java.security.AccessControlException: access denied (java.net.SocketPermission 230.0.0.1 connect,accept,resolve) at java.security.AccessControlContext.checkPermission(Unknown Source) at java.security....
java
windows
networking
socketexception
multicastsocket
null
open
Java Multicast Socket not working on Windows (SocketPermission Exception) === When starting a Multicast java socket on windows I get the following error (firewall deactivated): java.security.AccessControlException: access denied (java.net.SocketPermission 230.0.0.1 connect,accept,resolve) at java.security....
0
9,622,338
03/08/2012 17:51:37
970,008
09/28/2011 21:39:55
149
6
Copy One Table from Another Database Won't Let Me Drop or Insert Into
There are many similar questions, but I have not found exactly what I am looking for. I want to copy and completely update one table from one database to another. Then, each day, the SP will drop, and insert into the local database with the master database data. Or some other way to update the local copy. Thinkin...
sql
database
insert
drop
into
null
open
Copy One Table from Another Database Won't Let Me Drop or Insert Into === There are many similar questions, but I have not found exactly what I am looking for. I want to copy and completely update one table from one database to another. Then, each day, the SP will drop, and insert into the local database with the m...
0
6,238,181
06/04/2011 17:09:49
324,273
04/23/2010 14:23:42
37
1
Solrj and Dynamic Fields
I'm have a solr schema with dynamic field of different types in. Eg in the schema.xml there are: <dynamicField name="*_s" type="string" indexed="true" stored="true"/> <dynamicField name="*_i" type="int" indexed="true" stored="true"/> <dynamicField name="*_l" type="long" indexed="true" stored="...
dynamic
map
field
pojo
solrj
null
open
Solrj and Dynamic Fields === I'm have a solr schema with dynamic field of different types in. Eg in the schema.xml there are: <dynamicField name="*_s" type="string" indexed="true" stored="true"/> <dynamicField name="*_i" type="int" indexed="true" stored="true"/> <dynamicField name="*_l" type="lo...
0
10,564,179
05/12/2012 13:28:38
1,391,071
05/12/2012 13:01:16
1
0
Finding the nearest location from a address array
My first attempt at finding the nearest address from my current location using Phonegap api and Google Maps. Question: How do I put the current addresses in a array, considering that I need the lat and long value?<BR> How do I get the current position using Google Maps?<BR> How do I implement the Haversine formu...
google-maps
phonegap
null
null
null
null
open
Finding the nearest location from a address array === My first attempt at finding the nearest address from my current location using Phonegap api and Google Maps. Question: How do I put the current addresses in a array, considering that I need the lat and long value?<BR> How do I get the current position using G...
0
8,524,018
12/15/2011 17:15:47
1,096,342
12/13/2011 17:56:55
11
0
python error when insert data
table x_giolam: class x_giolam(osv.osv): _name = 'x_giolam' _description = 'Gio Lam' _columns = { 'name': fields.integer('Lọai',size=64,required="true"), 'giolam' : fields.float('Gio lam',size=64,required="True"), ...
python
null
null
null
null
12/16/2011 18:36:41
not a real question
python error when insert data === table x_giolam: class x_giolam(osv.osv): _name = 'x_giolam' _description = 'Gio Lam' _columns = { 'name': fields.integer('Lọai',size=64,required="true"), 'giolam' : fields.float('Gio lam',size=64,requi...
1
11,624,289
07/24/2012 04:42:33
1,500,752
07/04/2012 06:51:38
1
0
SymJavaAPI for file scanning through java programme
I need SymJavaAPI.jar for file scanning through java. Where and how to get it? Thanks for any help!
java
null
null
null
null
07/24/2012 11:43:48
not a real question
SymJavaAPI for file scanning through java programme === I need SymJavaAPI.jar for file scanning through java. Where and how to get it? Thanks for any help!
1
10,941,935
06/08/2012 01:14:34
1,179,459
01/31/2012 03:43:25
73
0
What its meant by PHP handler?
I need to know what its meant by a PHP handler, i have seen people talk about these handlers. PHP handler 1. Suphp 2. dso 3. cgi can someone explain what are they ? what is the best handler to be used in Apache web server...etc
php
null
null
null
null
06/08/2012 01:39:22
not a real question
What its meant by PHP handler? === I need to know what its meant by a PHP handler, i have seen people talk about these handlers. PHP handler 1. Suphp 2. dso 3. cgi can someone explain what are they ? what is the best handler to be used in Apache web server...etc
1
555,047
02/16/2009 23:38:07
6,268
09/13/2008 13:05:17
82
10
How do I do this SELECT statement with LINQ?
Apologies if this has been asked already, but I couldnt find it. How do I get 'anotherColumnName' in LINQ? SELECT thisColumnName as anotherColumnName FROM TableName I have the following which obviously gives me 'thisColumnName' not 'anotherColumnName' var query = from names in _context.TableNa...
linq
null
null
null
null
null
open
How do I do this SELECT statement with LINQ? === Apologies if this has been asked already, but I couldnt find it. How do I get 'anotherColumnName' in LINQ? SELECT thisColumnName as anotherColumnName FROM TableName I have the following which obviously gives me 'thisColumnName' not 'anotherColumnName' ...
0
4,819,441
01/27/2011 17:03:24
170,253
09/08/2009 15:19:47
52
0
Please check over my html/css site
kevinli.zymichost.com I am a CSS and HTML newbie. I feel that my code is quite messy so I would really appreciate if someone could check it over :) Thank you!
html
css
float
check
null
01/27/2011 17:11:06
off topic
Please check over my html/css site === kevinli.zymichost.com I am a CSS and HTML newbie. I feel that my code is quite messy so I would really appreciate if someone could check it over :) Thank you!
2
1,036,674
06/24/2009 06:19:05
119,608
06/09/2009 06:08:19
34
5
Disable the text box from being accessed by the user in calendar_date_select
I have a date picker <br> <%= calendar_date_select_tag "from_date", nil, :embedded => false, :year_range => 10.years.ago..0.years.ago, :valid_date_check => "date < (new Date()).stripTime()" %><br> The problem is as it is not embedded a text box appears and it makes the users to change it. How can I make it off so tha...
ruby-on-rails
javascript
null
null
null
null
open
Disable the text box from being accessed by the user in calendar_date_select === I have a date picker <br> <%= calendar_date_select_tag "from_date", nil, :embedded => false, :year_range => 10.years.ago..0.years.ago, :valid_date_check => "date < (new Date()).stripTime()" %><br> The problem is as it is not embedded a ...
0
9,791,481
03/20/2012 17:02:15
1,010,393
10/24/2011 07:11:31
40
1
Pay someone to review code
I have written an iOS app but since I have learnt coding on my own, I have certainly bad coding habits. I would therefore like to find someone who is a knowledgeable iOS developer and would be ready to review my code and comment my structure / logic etc... Is there any site where one can find such people? Obvious...
iphone
ios
xcode
code-review
null
03/20/2012 20:22:28
off topic
Pay someone to review code === I have written an iOS app but since I have learnt coding on my own, I have certainly bad coding habits. I would therefore like to find someone who is a knowledgeable iOS developer and would be ready to review my code and comment my structure / logic etc... Is there any site where o...
2
2,375,061
03/03/2010 21:21:06
285,751
03/03/2010 21:21:06
1
0
Creating database desktop application with data manipulation in Netbeans using Java Persistence
It's my first time to use Persistence in developing a Java program because I usually connect via JDBC. I read that for large amounts of data, it is best to use persistence. I tried playing with the CRUD example of Netbeans. It's not very helpful thought because it only connects to the DB and allows addition and deletio...
java
persistence
database
desktop-application
netbeans
null
open
Creating database desktop application with data manipulation in Netbeans using Java Persistence === It's my first time to use Persistence in developing a Java program because I usually connect via JDBC. I read that for large amounts of data, it is best to use persistence. I tried playing with the CRUD example of Netbe...
0
11,543,893
07/18/2012 14:36:41
215,282
11/20/2009 08:41:46
600
38
I want drag and drop shared xCode project, and be able to edit it anywhere. How?
I want to add classes to my shared xCode project anywhere I use it. Workspaces? Or How?
ios
project
share
workspace
null
07/18/2012 17:54:47
not a real question
I want drag and drop shared xCode project, and be able to edit it anywhere. How? === I want to add classes to my shared xCode project anywhere I use it. Workspaces? Or How?
1
9,716,895
03/15/2012 09:22:09
626,273
02/21/2011 09:13:52
13,084
643
How can I use 3 different styles based on two unrelated triggers
I have a `Gridview.Column` where the style of the content is changed depending on the content of another column by a `IMultiValueConverter`. This part works as expected. If the values of the two values are the same then the text of this column is LightGray otherwise black. <GridViewColumn Header="New Name" Wi...
c#
wpf
styles
null
null
null
open
How can I use 3 different styles based on two unrelated triggers === I have a `Gridview.Column` where the style of the content is changed depending on the content of another column by a `IMultiValueConverter`. This part works as expected. If the values of the two values are the same then the text of this column is ...
0
7,649,127
10/04/2011 14:03:29
698,772
04/08/2011 13:55:19
72
1
Outlook 2010 addin bind event to tab selection
I need to develop an Outlook 2010 add-in and I am new to Visual Studio and C#. I am using Visual Studio 2010 and I've created a project using built-in Outlook 2010 add-in template. I've created a new ribbon and I would like to trigger an event handler when a user selects the ribbon tab. Is that possible? If yes, then w...
c#
visual-studio
visual-studio-2010
outlook-addin
null
null
open
Outlook 2010 addin bind event to tab selection === I need to develop an Outlook 2010 add-in and I am new to Visual Studio and C#. I am using Visual Studio 2010 and I've created a project using built-in Outlook 2010 add-in template. I've created a new ribbon and I would like to trigger an event handler when a user sele...
0
6,012,090
05/15/2011 23:58:06
604,649
02/05/2011 19:11:35
122
1
C# Array of instances with inheritance
For an XNA engine I'm trying to make myself, I want an array/arraylist of instances that server as my game objects. If all of my game objects are parented to a GameObject class, what's a way I can do this?
c#
game-engine
null
null
null
05/16/2011 08:46:05
too localized
C# Array of instances with inheritance === For an XNA engine I'm trying to make myself, I want an array/arraylist of instances that server as my game objects. If all of my game objects are parented to a GameObject class, what's a way I can do this?
3
3,742,975
09/18/2010 18:42:02
230,630
12/13/2009 10:29:30
176
7
subscript and superscript for the same element
Is there any way to add both subscript and and superscript to the same element? If I do Sample Text<sub>Sub</sub><sup>Sup</sup> the superscript appears after the subscript. One I idea I had is to do something like: <table> <tr><td rowspan='2' valign='center'>Sample Text</td><td>Sup</td></tr> ...
html
css
xhtml
null
null
null
open
subscript and superscript for the same element === Is there any way to add both subscript and and superscript to the same element? If I do Sample Text<sub>Sub</sub><sup>Sup</sup> the superscript appears after the subscript. One I idea I had is to do something like: <table> <tr><td rowspan='2' val...
0
9,848,690
03/24/2012 02:40:53
381,121
07/01/2010 13:09:04
165
1
Writing form data in a jquery-ui modal popup box to a database
I have the script shown below that displays a list of records from a database with a button when clicked triggers a jquery modal box with a form that allows someone to enter data. When you click on the button on the modal form the data is written to the database via a php script. My problem is that the php script...
jquery-ui
null
null
null
null
null
open
Writing form data in a jquery-ui modal popup box to a database === I have the script shown below that displays a list of records from a database with a button when clicked triggers a jquery modal box with a form that allows someone to enter data. When you click on the button on the modal form the data is written to...
0
11,495,236
07/15/2012 20:11:44
1,204,414
02/11/2012 22:23:06
78
5
How to change height on Facebook like box widget (iframe)?
I am trying to change the height of the facebook like box widget on the sidebar of my site, however I can't seem to figure out what css to target in order to do this. I'd like to change it about 200. Here is the current code being used. Any ideas? </div><div id="facebook-likebox-3" class="widget widget_facebo...
css
facebook
plugins
null
null
null
open
How to change height on Facebook like box widget (iframe)? === I am trying to change the height of the facebook like box widget on the sidebar of my site, however I can't seem to figure out what css to target in order to do this. I'd like to change it about 200. Here is the current code being used. Any ideas? ...
0
8,758,612
01/06/2012 13:34:30
78,601
03/16/2009 13:55:11
367
17
Can I make a pull request on a gist on GitHub?
Can I make a pull request on some else's gist on GitHub? I'm aware of the fork, clone and commit workflow for a gist I own. I'd like to know if I can request to update someone else's gist with my fork. Thanks!
git
github
gist
pull-request
null
null
open
Can I make a pull request on a gist on GitHub? === Can I make a pull request on some else's gist on GitHub? I'm aware of the fork, clone and commit workflow for a gist I own. I'd like to know if I can request to update someone else's gist with my fork. Thanks!
0
4,746,439
01/20/2011 11:19:16
372,630
06/21/2010 22:17:06
339
3
User messaging system (PHP / MySQL)
I'm currently developing a user messaging system (similar to Facebook) for my existing site. I already have a users table and just need to integrate a messaging system now. I started a thread on this yesterday (http://stackoverflow.com/questions/4739810/user-messaging-system) and made some progress but the structure...
php
mysql
database-design
null
null
null
open
User messaging system (PHP / MySQL) === I'm currently developing a user messaging system (similar to Facebook) for my existing site. I already have a users table and just need to integrate a messaging system now. I started a thread on this yesterday (http://stackoverflow.com/questions/4739810/user-messaging-system)...
0
5,020,478
02/16/2011 18:21:56
191,463
10/16/2009 21:20:18
1,068
87
NSURLConnection and Content-Encoding
I have an NSURLConnection which is downloading a web page. I get the Content-Length which is much smaller than the actual size of the file. I noticed that the header also says: Content-Encoding:gzip I guess the size returned by Content-Length is the compressed size, however the NSData returned by NSURLConn...
iphone
objective-c
http
null
null
null
open
NSURLConnection and Content-Encoding === I have an NSURLConnection which is downloading a web page. I get the Content-Length which is much smaller than the actual size of the file. I noticed that the header also says: Content-Encoding:gzip I guess the size returned by Content-Length is the compressed size...
0
10,650,541
05/18/2012 10:00:43
947,573
09/15/2011 19:23:44
3
0
the unknown steps to convert a hex string to a int
i have a unsigned character string (here in hex: d3 ea 12 f7 f7 ). Now this string, somehow converts into the integer 37224 and i want to know the steps of conversion u have to take all i know that since its an int, there is probably one char too much in the string since an int is 4 byte long and this string is 5 by...
c++
encryption
hex
int
null
05/18/2012 11:33:45
not a real question
the unknown steps to convert a hex string to a int === i have a unsigned character string (here in hex: d3 ea 12 f7 f7 ). Now this string, somehow converts into the integer 37224 and i want to know the steps of conversion u have to take all i know that since its an int, there is probably one char too much in the st...
1
9,533,571
03/02/2012 12:48:45
1,206,258
02/13/2012 07:21:00
1
0
tcp connection to get imei
i am using following code for the tcp connection public String connectToservertocheckuserstatus(String phonurl, String imei) throws IOException { URL url = new URL(phonurl); Socket sock=new Socket("localhost", 123); sock.connect(url); //con.setDoInput(true); // Allow Outputs //con.setDoOutpu...
java
android
null
null
null
03/03/2012 20:58:04
not a real question
tcp connection to get imei === i am using following code for the tcp connection public String connectToservertocheckuserstatus(String phonurl, String imei) throws IOException { URL url = new URL(phonurl); Socket sock=new Socket("localhost", 123); sock.connect(url); //con.setDoInput(true); // A...
1
6,836,889
07/26/2011 21:34:05
1,162,691
05/09/2011 21:46:19
42
0
How are you supposed to get a 15 second overview of what a class does in Java?
I'm looking at Java coming from a C/C++/Objective-C background. ANd just wondering how on earth are you supposed to get a quick idea and overview of what a class does when there's no header file? I'm looking at some Java code now and with source files hundreds of lines long for a single class, no comments/documenta...
java
null
null
null
null
07/26/2011 21:39:53
not a real question
How are you supposed to get a 15 second overview of what a class does in Java? === I'm looking at Java coming from a C/C++/Objective-C background. ANd just wondering how on earth are you supposed to get a quick idea and overview of what a class does when there's no header file? I'm looking at some Java code now an...
1
6,052,578
05/19/2011 00:38:05
728,516
04/28/2011 04:06:15
13
0
Why Is C# Faster Than Ruby?
From a technical point of view, why is it that a piece of code written to accomplish the same task in idiomatic C# will likely be faster than idiomatic Ruby code? Specifically, consider Ruby 1.9 and YARV.
c#
ruby
programming-languages
language-design
null
05/19/2011 08:04:34
not constructive
Why Is C# Faster Than Ruby? === From a technical point of view, why is it that a piece of code written to accomplish the same task in idiomatic C# will likely be faster than idiomatic Ruby code? Specifically, consider Ruby 1.9 and YARV.
4
816,258
05/03/2009 03:28:54
60,456
01/30/2009 02:15:21
493
22
Good Architecture Interview Questions
What are some good questions to ask in an interview to see how much the applicant knows about architecture?
interview-questions
architecture
null
null
null
11/29/2011 02:42:16
not constructive
Good Architecture Interview Questions === What are some good questions to ask in an interview to see how much the applicant knows about architecture?
4
8,079,033
11/10/2011 11:48:54
1,021,182
10/30/2011 23:04:04
15
0
ASP.NET SIMPLE DIV POSITION
![enter image description here][1]we need to show a div like you can see on the head of the image attached at the moment i use this code: <asp:Repeater ID="DataViewer" runat="server"> <ItemTemplate> <div style='border: 0px; width:600px;'><%# Eval("DriverId") %> <div style='b...
c#
asp.net
css
null
null
null
open
ASP.NET SIMPLE DIV POSITION === ![enter image description here][1]we need to show a div like you can see on the head of the image attached at the moment i use this code: <asp:Repeater ID="DataViewer" runat="server"> <ItemTemplate> <div style='border: 0px; width:600px;'><%# Eval("DriverI...
0
3,384,389
08/02/2010 01:04:16
331,747
05/03/2010 19:59:20
223
11
rich:dataList pagination?
I know you can use a `<rich:datascroller>` when you want pagination on a `<rich:dataTable>`. But, what about a `<rich:dataList>` or `<rich:dataOrderedList>`? Is there any mechanism for pagination on these components? Or will I have to code in the logic by hand?
ajax
list
jsf
pagination
richfaces
null
open
rich:dataList pagination? === I know you can use a `<rich:datascroller>` when you want pagination on a `<rich:dataTable>`. But, what about a `<rich:dataList>` or `<rich:dataOrderedList>`? Is there any mechanism for pagination on these components? Or will I have to code in the logic by hand?
0
6,611,729
07/07/2011 13:54:13
382,307
07/02/2010 18:13:38
517
43
google maps over query limit. when i can use the service again
I know that the limit it's 2500 per day but the count it's reset at 00 of the new day or 24 after that you hit the limit
google-maps
google-maps-api-3
null
null
null
07/09/2011 15:40:49
too localized
google maps over query limit. when i can use the service again === I know that the limit it's 2500 per day but the count it's reset at 00 of the new day or 24 after that you hit the limit
3
11,631,317
07/24/2012 12:55:49
859,492
07/23/2011 16:41:19
48
10
Get object index in NSMutableArray using dictionary object key in iphone sdk
i'm trying to get object index from array using dictionary key object... but unable to get it. Here are the details.. I have the Array having dictionaries.... ( { CATEGORYID = 865; CATEGORYNAME = "sample1"; CATEGORYTHUMBIMAGEURL = "1.jpg"; }, ...
cocoa-touch
ios5
iphone-sdk-4.0
nsmutablearray
nsdictionary
null
open
Get object index in NSMutableArray using dictionary object key in iphone sdk === i'm trying to get object index from array using dictionary key object... but unable to get it. Here are the details.. I have the Array having dictionaries.... ( { CATEGORYID = 865; CATEG...
0
11,625,083
07/24/2012 06:10:16
851,249
07/19/2011 04:39:45
197
0
How to Convert VC++ code to C#?
I am having VC++ code, but i want to convert it to C#.I tried it using different software's,but it will not convert some of the functionality of VC++ to c#.How can i do it? or Is there any way to use VC++ code directly in c#?
c#
visual-c++
c#-4.0
c#-3.0
null
07/25/2012 21:16:53
not constructive
How to Convert VC++ code to C#? === I am having VC++ code, but i want to convert it to C#.I tried it using different software's,but it will not convert some of the functionality of VC++ to c#.How can i do it? or Is there any way to use VC++ code directly in c#?
4
4,875,988
02/02/2011 13:21:03
571,616
01/11/2011 17:30:18
25
0
How to upload an image on server directory
Hi on java applet part I am using below code to send the request to upload.asp page to upload image in server directory.Please tell me in asp classic how can I upload the image in server directory without using third party dll Dimension size = perfchart.getSize(); BufferedImage myImage = new BufferedImage(size.wi...
upload
null
null
null
null
null
open
How to upload an image on server directory === Hi on java applet part I am using below code to send the request to upload.asp page to upload image in server directory.Please tell me in asp classic how can I upload the image in server directory without using third party dll Dimension size = perfchart.getSize(); B...
0
7,270,812
09/01/2011 13:11:55
848,585
07/17/2011 10:37:08
43
3
html5 apps for tablets: possible to load images from device's filesystem?
I created a simple html file that loads some images from my local hard-drive (ubuntu). It is enough to put img src=/home/user/directory/image.jpg Now I need to know if it is the same when Html5 is displayed on a tablet like Android or iOS, or Html5 is used in offline app. I mean, if html5 can load an image from ...
android
ios
html5
storage
null
null
open
html5 apps for tablets: possible to load images from device's filesystem? === I created a simple html file that loads some images from my local hard-drive (ubuntu). It is enough to put img src=/home/user/directory/image.jpg Now I need to know if it is the same when Html5 is displayed on a tablet like Android or ...
0
1,053,081
06/27/2009 15:56:03
63,235
02/06/2009 08:35:13
675
1
deep zoom is not displayed
I am using VSTS 2008 + C# + .Net 3.5 + Windows Vista Enterprise x86. I have used Silverlight Deep Zoom composer tool to export my composed images into Siverlight type. Everything is previewed fine after export successful message (I select browse from browser). But when I click the Test.html in the exported project t...
siverlight
deepzoom
c#
.net
visual-studio-2008
null
open
deep zoom is not displayed === I am using VSTS 2008 + C# + .Net 3.5 + Windows Vista Enterprise x86. I have used Silverlight Deep Zoom composer tool to export my composed images into Siverlight type. Everything is previewed fine after export successful message (I select browse from browser). But when I click the Tes...
0
7,966,946
11/01/2011 13:10:51
130,993
06/30/2009 10:52:57
324
6
Fake http server for testing purpose
I have an application that connect to an IP camera and that do HTTP request to get image and M-JPEG. For now it's ok because I have the camera in the developpement room. But in a few weeks, the cam will be out in production (they are very expensive cam) so I will not have them for testing and debugging my app. What ...
unit-testing
http
testing
ip-camera
null
null
open
Fake http server for testing purpose === I have an application that connect to an IP camera and that do HTTP request to get image and M-JPEG. For now it's ok because I have the camera in the developpement room. But in a few weeks, the cam will be out in production (they are very expensive cam) so I will not have them ...
0
2,303,098
02/20/2010 18:05:39
116,803
06/03/2009 18:51:31
127
2
Best Java Open Source Text Mining Framework
I want to know what is the best open source java based framework for Text Mining, to use botg Machine Learning and dictionary Methods. I'm using Mallet but there are not that much documentation and I do not know if it will fit all my requirements. Thanks in advance. Best Regards, ukrania
machine-learning
information-retrieval
nlp
java
frameworks
09/19/2011 12:22:22
not constructive
Best Java Open Source Text Mining Framework === I want to know what is the best open source java based framework for Text Mining, to use botg Machine Learning and dictionary Methods. I'm using Mallet but there are not that much documentation and I do not know if it will fit all my requirements. Thanks in advance...
4
2,388,997
03/05/2010 18:23:30
287,355
03/05/2010 18:23:30
1
0
Pass string from ASP Page (using vbscript) to C# DLL function as input parameter
I am trying to achieve this but this is not working. I am sure i am missing something, please help me where i am wrong. I hope this is achievable. We should able to pass a string from ASP Page (using vbscript) to c# dll ( have this dll stored in gac and i have already registered it using regasm utility). Below is ...
asp
null
null
null
null
null
open
Pass string from ASP Page (using vbscript) to C# DLL function as input parameter === I am trying to achieve this but this is not working. I am sure i am missing something, please help me where i am wrong. I hope this is achievable. We should able to pass a string from ASP Page (using vbscript) to c# dll ( have this d...
0
8,368,112
12/03/2011 13:54:19
656,172
03/12/2011 00:00:09
1,065
41
Correct descriptions of REST HTTP actions?
Having read numerous websites that define various interpretations of GET/POST/PUT/DELETE I am left somewhat confused. After thorough reading I believe that I now understand but it would be useful if somebody could confirm whether I am on the right track or not. The following explains my understanding of REST actions...
web-services
http
rest
null
null
null
open
Correct descriptions of REST HTTP actions? === Having read numerous websites that define various interpretations of GET/POST/PUT/DELETE I am left somewhat confused. After thorough reading I believe that I now understand but it would be useful if somebody could confirm whether I am on the right track or not. The fol...
0
10,929,885
06/07/2012 10:19:35
1,288,216
03/23/2012 12:21:29
1
2
Bluetooth app to control the pairing process for a bluetooth speaker?
Is it posible for Bluetooth app to control the pairing process for a bluetooth speaker and It also needs to send a tone to the speaker from within the app?
objective-c
xcode
bluetooth
null
null
null
open
Bluetooth app to control the pairing process for a bluetooth speaker? === Is it posible for Bluetooth app to control the pairing process for a bluetooth speaker and It also needs to send a tone to the speaker from within the app?
0
7,769,382
10/14/2011 14:47:39
530,694
12/04/2010 19:36:35
60
2
VM to physical conversion
I'm currently working on a project that has seen me developing a modified ubuntu server 10.04.03 distro inside a VMWare Fusion 3.1.3 virtual machine. I'm now ready to test this on a live device. This means taking the OS in the virtual machine and putting it on a couple of physical hard drives so that when the devices a...
linux
vmware
vm
distro
linux-distro
10/14/2011 16:44:06
off topic
VM to physical conversion === I'm currently working on a project that has seen me developing a modified ubuntu server 10.04.03 distro inside a VMWare Fusion 3.1.3 virtual machine. I'm now ready to test this on a live device. This means taking the OS in the virtual machine and putting it on a couple of physical hard dr...
2
4,315,031
11/30/2010 14:53:48
17,651
09/18/2008 13:10:44
3,660
164
VB.NET Limit to Tab Ordering?
I have inherited a frankenstein VB6 "Converted" to VB.NET winform application. This application has a metric ton of fields in it, the users rightfully complained that the tab order is off (after a certain point it starts jumping all over the form). Figuring something in tab order was off, I went in and turned on Vie...
vb.net
winforms
gui
input
null
null
open
VB.NET Limit to Tab Ordering? === I have inherited a frankenstein VB6 "Converted" to VB.NET winform application. This application has a metric ton of fields in it, the users rightfully complained that the tab order is off (after a certain point it starts jumping all over the form). Figuring something in tab order w...
0
7,517,129
09/22/2011 15:12:21
904,194
08/21/2011 00:15:18
34
7
The 2010 Loebner Prize winner bot: Suzette
What are some of the techniques that a machine could use to be able to carry a good conversation/pass the Turing Test? I know this has to do with Natural Language Understanding and Processing, but I need more details. I'm particularly interested in the chatbot Suzette who won the 2010 Loebner Prize. Thank you
artificial-intelligence
nlp
chatbot
null
null
09/22/2011 15:16:49
not a real question
The 2010 Loebner Prize winner bot: Suzette === What are some of the techniques that a machine could use to be able to carry a good conversation/pass the Turing Test? I know this has to do with Natural Language Understanding and Processing, but I need more details. I'm particularly interested in the chatbot Suzette ...
1
6,126,362
05/25/2011 14:49:22
768,665
05/24/2011 23:28:24
3
0
PHP Parse error - unexpected $end
I have the following code, and it's giving me a parse error when run. Am I missing something obvious? <http://pastebin.com/FXxEgUB3>
php
sql
sql-server
parsing
null
null
open
PHP Parse error - unexpected $end === I have the following code, and it's giving me a parse error when run. Am I missing something obvious? <http://pastebin.com/FXxEgUB3>
0
11,485,203
07/14/2012 16:00:37
892,256
08/12/2011 18:04:41
7,748
765
PHP errors and exceptions
My belief is to use exceptions. But how do I handle them on the development platform compared to the production platform. Any hints as to the best approach? Either way I want to find out what is going wrong and why, but sometimes do not give too much information to the punters.
php
exception
errors
null
null
07/15/2012 03:55:56
not constructive
PHP errors and exceptions === My belief is to use exceptions. But how do I handle them on the development platform compared to the production platform. Any hints as to the best approach? Either way I want to find out what is going wrong and why, but sometimes do not give too much information to the punters.
4
9,486,422
02/28/2012 17:07:35
547,249
08/09/2010 12:28:29
60
1
.htaccess: allow iframe from subdir to be view only from root dir
i have a web site and i have an a sub folder there where there is files which i like to be embedded on my index page. But i want to privent users to view that sub folder directly. So. i have http://mysite.com/index.php where there is an iframe: and i have a subfolder opt2 with index.php with an iframe: <...
php
.htaccess
null
null
null
02/29/2012 18:57:40
off topic
.htaccess: allow iframe from subdir to be view only from root dir === i have a web site and i have an a sub folder there where there is files which i like to be embedded on my index page. But i want to privent users to view that sub folder directly. So. i have http://mysite.com/index.php where there is an iframe: ...
2
11,438,704
07/11/2012 18:04:40
1,106,888
12/19/2011 23:30:24
11
1
What to learn in andriod
I have been into Android Development since 2 years and have been developing basic apps in android. But now I have situation where I have to implement cool graphics in the android UI.This is not a game that I am developing just a application which needs some animations for views. I am confused as to what I have to lo...
android
animation
null
null
null
07/11/2012 19:04:28
not a real question
What to learn in andriod === I have been into Android Development since 2 years and have been developing basic apps in android. But now I have situation where I have to implement cool graphics in the android UI.This is not a game that I am developing just a application which needs some animations for views. I am co...
1
8,233,958
11/22/2011 21:20:50
1,060,673
11/22/2011 21:17:52
1
0
C++ Enumeration Types
CS student here, I'm having trouble with a problem. I've never used enum types in C++ before, but I have just now read up on them and I think I have a decent grasp on the concept, however, I still don't know how to get started with this problem. **The problem is to simply illustrate 10 "incorrect" or "silly" oper...
c++
enums
enumeration
null
null
11/22/2011 21:31:36
not constructive
C++ Enumeration Types === CS student here, I'm having trouble with a problem. I've never used enum types in C++ before, but I have just now read up on them and I think I have a decent grasp on the concept, however, I still don't know how to get started with this problem. **The problem is to simply illustrate 10 ...
4
9,755,995
03/18/2012 04:27:54
123,328
06/15/2009 20:13:28
765
14
Rename file with missing file name
Windows 7 as well as Windows Home Server. Have a file that somehow doesn't have a file name. Doesn't show via command prompt's dir command. Also doesn't show in Explorer. However, the file is there. I can open by typing the full path in the Run box after pressing start. I've tried the copy command as well as rename, bu...
windows
filesystems
null
null
null
03/18/2012 13:59:57
off topic
Rename file with missing file name === Windows 7 as well as Windows Home Server. Have a file that somehow doesn't have a file name. Doesn't show via command prompt's dir command. Also doesn't show in Explorer. However, the file is there. I can open by typing the full path in the Run box after pressing start. I've trie...
2
4,023,070
10/26/2010 11:12:38
487,507
10/26/2010 10:39:59
1
0
.Net window application
How can i make an animatted text window in .net framework usin c#........
c#
null
null
null
null
10/26/2010 11:19:19
not a real question
.Net window application === How can i make an animatted text window in .net framework usin c#........
1
8,328,771
11/30/2011 15:49:40
1,073,701
11/30/2011 15:48:24
1
0
How can I stop Twitter Auto Update Tweets for my Blog Posts
I am using TweetMeme Retweet Button Plugin in my word press blog. When ever I post a new post then this is automatically posted on my twitter also. How can I stop Twitter Auto Update Tweets for my Blog Posts? Please suggest. Thank you very much.
php
wordpress
wordpress-plugin
null
null
11/30/2011 19:27:11
off topic
How can I stop Twitter Auto Update Tweets for my Blog Posts === I am using TweetMeme Retweet Button Plugin in my word press blog. When ever I post a new post then this is automatically posted on my twitter also. How can I stop Twitter Auto Update Tweets for my Blog Posts? Please suggest. Thank you very much.
2
5,112,939
02/25/2011 02:25:18
618,901
02/16/2011 01:59:33
31
0
What is the best way to monetize Facebook app?
This might be very simple question but how do people monetize Facebook app? Do they just display ad within their apps using Google Adsense or similar services? Does Facebook have a service to monetize your app?
facebook
null
null
null
null
05/23/2012 09:16:10
off topic
What is the best way to monetize Facebook app? === This might be very simple question but how do people monetize Facebook app? Do they just display ad within their apps using Google Adsense or similar services? Does Facebook have a service to monetize your app?
2
5,287,315
03/13/2011 03:59:23
181,509
09/30/2009 00:37:48
141
3
Can PHP namespaces contain variables?
Can PHP namespaces contain variables? If so, how can this be accomplished?
php
php5
variables
namespaces
null
null
open
Can PHP namespaces contain variables? === Can PHP namespaces contain variables? If so, how can this be accomplished?
0
8,089,010
11/11/2011 02:32:31
622,545
02/18/2011 04:11:25
1
0
anyone with VMWARE linux image with qemu compiled from source?
I need to mess with the qemu 0.9.1 source and compile them to test , but having trouble compiling since there is too much errors that differ every time I try to fix them. so my question is: 1. does anyone have a vmware linux image that has qemu 0.9.1 compiled from source and willing to share? 2. which versi...
qemu
null
null
null
null
11/11/2011 18:00:21
off topic
anyone with VMWARE linux image with qemu compiled from source? === I need to mess with the qemu 0.9.1 source and compile them to test , but having trouble compiling since there is too much errors that differ every time I try to fix them. so my question is: 1. does anyone have a vmware linux image that has qemu...
2
7,740,615
10/12/2011 13:12:56
312,896
04/09/2010 14:51:11
94
2
What is soft real-time system?
Realitme system must process request in reasonable time. But for what standing soft?
workflow
real-time
null
null
null
10/12/2011 14:36:01
not a real question
What is soft real-time system? === Realitme system must process request in reasonable time. But for what standing soft?
1
6,917,107
08/02/2011 18:55:58
2,235
08/21/2008 04:59:04
99
6
How can I redirect HTTP requests made from an iPad?
Since on an iPad we cannot edit the hosts file (without jailbraking), how can we arbitrarily redirect web traffic to another url? This would be important for something such as developing a website that uses a Virtual Host configuration where you want to redirect to a development machine. (This is related to this ...
ipad
http
redirect
hosts
null
null
open
How can I redirect HTTP requests made from an iPad? === Since on an iPad we cannot edit the hosts file (without jailbraking), how can we arbitrarily redirect web traffic to another url? This would be important for something such as developing a website that uses a Virtual Host configuration where you want to redire...
0
11,463,083
07/13/2012 01:51:05
959,306
09/22/2011 14:16:20
1,025
50
Joomla 2.5 not loading JS scripts through article?
In Joomla 2.5 I have installed DirectPHP, which I have used extensively in Joomla 1.6 to embed PHP in Joomla articles. It works very well. I usually just for one include in the article, like this: <?php include "my_cool_script.php"; ?> Then I make my code in `my_cool_script.php`. One thing I ...
php
jquery
scripting
joomla
article
null
open
Joomla 2.5 not loading JS scripts through article? === In Joomla 2.5 I have installed DirectPHP, which I have used extensively in Joomla 1.6 to embed PHP in Joomla articles. It works very well. I usually just for one include in the article, like this: <?php include "my_cool_script.php"; ?> Th...
0
6,793,130
07/22/2011 16:32:07
185,672
10/07/2009 14:36:59
1,533
109
returning a db query unto a readable assoc array for json_encode?
I am using `ajax` to pull some data from a `PHP` script I created. The `PHP` script queries the database for user information and comment information. There will be a lot of comments and I am trying to figure out how to return `3` records `(LIMIT 3)` - this is what I have: foreach($results->fetch_assoc() as $ke...
php
ajax
associative-array
null
null
null
open
returning a db query unto a readable assoc array for json_encode? === I am using `ajax` to pull some data from a `PHP` script I created. The `PHP` script queries the database for user information and comment information. There will be a lot of comments and I am trying to figure out how to return `3` records `(LIMIT 3)...
0
4,345,033
12/03/2010 11:23:12
404,434
07/28/2010 11:28:15
1
0
Play youtube videos in fullscreen auto
I am trying to play a youtube app using youtube embedded player. I want that as soon as the user clicks on the video thumbnail the video automatically should be loaded fullscreen on switching to landscape mode in ipad. Currently the user has to click the fullscreen button to play the video in fullscreen mode. I want t...
objective-c
null
null
null
null
null
open
Play youtube videos in fullscreen auto === I am trying to play a youtube app using youtube embedded player. I want that as soon as the user clicks on the video thumbnail the video automatically should be loaded fullscreen on switching to landscape mode in ipad. Currently the user has to click the fullscreen button to ...
0
8,039,380
11/07/2011 01:56:41
927,589
09/04/2011 13:38:07
421
1
Converting mixed model formula from SAS to R
I want to fit a mixed model using nlme package in R which is equivalent to following SAS codes: proc mixed data = one; class var1 var2 year loc rep; model yld = var1 * var2; random loc year(loc) rep*year(loc); EDITS: Explanation of what is experiment about the same combination of var1 and ...
r
sas
null
null
null
null
open
Converting mixed model formula from SAS to R === I want to fit a mixed model using nlme package in R which is equivalent to following SAS codes: proc mixed data = one; class var1 var2 year loc rep; model yld = var1 * var2; random loc year(loc) rep*year(loc); EDITS: Explanation of what is expe...
0
8,772,169
01/07/2012 18:55:11
218,033
11/24/2009 18:45:48
102
5
Convert DOC to PDF
I know this question has been asked over and over, but I can't find the answer I'm looking for. So I'll shamelessly try again. I'm looking for a reliable, stand-alone tool for converting Word documents to PDF. A command-line tool or .NET library would be ideal, but a regular Windows DLL could work, too. But my app c...
pdf
command-line
docx
doc
null
01/09/2012 02:16:35
not constructive
Convert DOC to PDF === I know this question has been asked over and over, but I can't find the answer I'm looking for. So I'll shamelessly try again. I'm looking for a reliable, stand-alone tool for converting Word documents to PDF. A command-line tool or .NET library would be ideal, but a regular Windows DLL could...
4
10,150,370
04/14/2012 01:58:57
121,993
06/12/2009 13:11:22
8,447
222
grails asynchronous file upload
Is there true asynchronous/ajax file uploading in grails that hooks into the default "busy" spinner (the one that shows on other ajax calls)? Or if I wanted to show that spinner during a file upload would I need to call is explicitly?
grails
asyncfileupload
null
null
null
null
open
grails asynchronous file upload === Is there true asynchronous/ajax file uploading in grails that hooks into the default "busy" spinner (the one that shows on other ajax calls)? Or if I wanted to show that spinner during a file upload would I need to call is explicitly?
0
1,634,415
10/27/2009 23:58:42
101,326
05/05/2009 05:30:46
11
1
retirves how many node belongs to a taxomony
i have follow taxomony has been set up: accommodation -backpacker -guest -holiday and i have a content type called listing which is connected with accommodation taxomony, whenever i add a listing, this listing is associated with a type of accommodation. now i need to find out how many listi...
drupal-6
null
null
null
null
null
open
retirves how many node belongs to a taxomony === i have follow taxomony has been set up: accommodation -backpacker -guest -holiday and i have a content type called listing which is connected with accommodation taxomony, whenever i add a listing, this listing is associated with a type of accom...
0
2,681,046
04/21/2010 07:31:51
304,018
03/29/2010 07:21:46
3
0
How to improve the text clarity in html?
In my html page the text is looked not that much of smooth and sharp, any idea to overcome that..
css
null
null
null
null
06/29/2012 14:09:05
not a real question
How to improve the text clarity in html? === In my html page the text is looked not that much of smooth and sharp, any idea to overcome that..
1
4,910,567
02/06/2011 00:01:17
341,933
05/15/2010 13:36:55
62
13
json stringify : How to exclude certain fields from the json string
Is it possible to exclude certain fields from being included in the json string? Here is some pseudo code Javascript object x= { x:0, y:0, divID:"xyz", privateProperty1, privateProperty2 } I wan to exclude privateProperty1 and privateproperty2 from appearing in the json string So I thought, I can use...
json
null
null
null
null
null
open
json stringify : How to exclude certain fields from the json string === Is it possible to exclude certain fields from being included in the json string? Here is some pseudo code Javascript object x= { x:0, y:0, divID:"xyz", privateProperty1, privateProperty2 } I wan to exclude privateProperty1 and priv...
0
9,563,956
03/05/2012 09:01:31
875,114
08/02/2011 16:56:19
1
0
Conversion from one form of XML to another form of XML
I am trying to convert an XML file of one particular format i.e. with with one set of tags to another set of tags and when I am printing the data between the tags in the new file, it is getting repeated 100s of times. I am getting the new tags and everything but the data is getting repeated many times. For example: If ...
java
sax
null
null
null
null
open
Conversion from one form of XML to another form of XML === I am trying to convert an XML file of one particular format i.e. with with one set of tags to another set of tags and when I am printing the data between the tags in the new file, it is getting repeated 100s of times. I am getting the new tags and everything b...
0
2,619,305
04/12/2010 00:37:00
199,156
10/29/2009 18:51:47
73
2
debugging with internet explorer
I have some code that I thought I had written so that it would play nice on IE. But apparently it does not. I use IE8 for my testing and get quite frustrated with the built-in debugging 'tool'. I found that firebug has a javascript tool that debugs for IE but I have to click it for every page, wait for it to load an...
internet-explorer
debugging
null
null
null
null
open
debugging with internet explorer === I have some code that I thought I had written so that it would play nice on IE. But apparently it does not. I use IE8 for my testing and get quite frustrated with the built-in debugging 'tool'. I found that firebug has a javascript tool that debugs for IE but I have to click it ...
0
9,116,676
02/02/2012 17:10:39
313,528
04/10/2010 15:44:28
303
3
Recreating Google+ Circles
I am fairly new to web development and I before I go ahead and try to recreate something similar to Google+ Circles UI, I thought I would ask if anyone knows the best way to approach this. I'm assuming I'm going to need a lot of JavaScript for resizing images to fit round a circle nicely, but I'm not exactly sure wh...
javascript
html
circles
null
null
02/03/2012 08:09:29
not a real question
Recreating Google+ Circles === I am fairly new to web development and I before I go ahead and try to recreate something similar to Google+ Circles UI, I thought I would ask if anyone knows the best way to approach this. I'm assuming I'm going to need a lot of JavaScript for resizing images to fit round a circle nic...
1