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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7,867,939 | 10/23/2011 17:45:12 | 1,003,589 | 10/19/2011 16:12:41 | 1 | 0 | copy data from already opened excel to another already opened excel in VBA | I want to copy data from one already opened excel to another excel in VBA
i tried
Application.Goto Workbooks("Book1.xls").Sheets("Sheet1").Range("A:A")
& also
Windows("Book1.xls").Activate
These methods work in .xlsx extension
However i need to copy the values from .xlsx extension to .xlsm extension ... | excel | vba | office | null | null | null | open | copy data from already opened excel to another already opened excel in VBA
===
I want to copy data from one already opened excel to another excel in VBA
i tried
Application.Goto Workbooks("Book1.xls").Sheets("Sheet1").Range("A:A")
& also
Windows("Book1.xls").Activate
These methods work in .xlsx extensio... | 0 |
5,908,808 | 05/06/2011 08:32:38 | 296,446 | 03/18/2010 11:26:32 | 667 | 32 | What are the advantages of Bing maps over Map Kit on iOS | Microsoft have recently released a Bing maps objective c component.
See [here](http://www.microsoft.com/downloads/en/details.aspx?FamilyID=6e01a102-49ed-409e-b384-0b67521fb612) and [here](http://www.bing.com/community/site_blogs/b/maps/archive/2011/05/05/new-bing-maps-ios-sdk.aspx)
They mention that have less res... | iphone | ios | mapkit | bing-maps | null | null | open | What are the advantages of Bing maps over Map Kit on iOS
===
Microsoft have recently released a Bing maps objective c component.
See [here](http://www.microsoft.com/downloads/en/details.aspx?FamilyID=6e01a102-49ed-409e-b384-0b67521fb612) and [here](http://www.bing.com/community/site_blogs/b/maps/archive/2011/05/05/... | 0 |
6,249,064 | 06/06/2011 07:46:57 | 387,848 | 02/14/2010 23:31:05 | 174 | 5 | Iphone Application status in iTunes Connect | Its been 7 long days since i uploaded my app and the status of my app is still in "waiting for review".
Now I have started wondering if i have done something wrong? As far as i know i did all the formalities well and uploaded the app in Application loader. Since this is my first application, I am very nervous.
... | iphone | app-store | itunesconnect | null | null | 06/06/2011 15:22:25 | off topic | Iphone Application status in iTunes Connect
===
Its been 7 long days since i uploaded my app and the status of my app is still in "waiting for review".
Now I have started wondering if i have done something wrong? As far as i know i did all the formalities well and uploaded the app in Application loader. Since this... | 2 |
9,125,840 | 02/03/2012 08:42:08 | 1,114,387 | 12/24/2011 08:12:18 | 6 | 0 | Related to maps in JAVA GUI | I want to know the **concepts of maps,** to integrate in GUI designed using JAVA .<br/><br/>
How to start my learning?
plz help me out...
| java | google-maps | google-maps-api-3 | maps | null | 05/21/2012 16:19:05 | not constructive | Related to maps in JAVA GUI
===
I want to know the **concepts of maps,** to integrate in GUI designed using JAVA .<br/><br/>
How to start my learning?
plz help me out...
| 4 |
10,913,028 | 06/06/2012 11:10:47 | 1,414,876 | 05/24/2012 11:14:04 | 6 | 1 | LOAD DATA of utf8 files into MySQL | I have MySQL database, and i want to load data from csv (excel) file to MySQL.
There were no problem while excel had ANSI (windows-1252) records, i just create table in MySQL using default charset, and applying LOAD DATA... syntax.
When i have csv in utf (utf8) formatting, create different table where charset is ... | mysql | data | utf-8 | load | null | 06/07/2012 10:23:07 | too localized | LOAD DATA of utf8 files into MySQL
===
I have MySQL database, and i want to load data from csv (excel) file to MySQL.
There were no problem while excel had ANSI (windows-1252) records, i just create table in MySQL using default charset, and applying LOAD DATA... syntax.
When i have csv in utf (utf8) formatting, ... | 3 |
9,494,601 | 02/29/2012 06:34:54 | 992,550 | 10/13/2011 01:49:53 | 67 | 0 | Why is functional programming good? | I've noticed that there are certain core concepts that a lot of functional programming fanatics cling to:
- Avoiding state
- Avoiding mutable data
- Minimizing side effects
- etc...
I'm not just wondering what other things make functional programming, but why these core ideas are good? Why i... | functional-programming | null | null | null | null | 02/29/2012 19:56:04 | not constructive | Why is functional programming good?
===
I've noticed that there are certain core concepts that a lot of functional programming fanatics cling to:
- Avoiding state
- Avoiding mutable data
- Minimizing side effects
- etc...
I'm not just wondering what other things make functional programming,... | 4 |
7,526,171 | 09/23/2011 08:22:41 | 314,435 | 04/12/2010 10:48:54 | 1 | 0 | Issue communicating via RS232 - VB.net dll / Delphi win32 exe | I have a Delphi program that communicates with a vb.net dll that I created. The vb.net dll communicates with a Fluke scope meter via an RS232 connection. I have created a program that communicates correctly via RS232, giving me the anticipated value. Though, when I package this up as a dll and access the dll from my... | vb.net | delphi | serial-port | null | null | null | open | Issue communicating via RS232 - VB.net dll / Delphi win32 exe
===
I have a Delphi program that communicates with a vb.net dll that I created. The vb.net dll communicates with a Fluke scope meter via an RS232 connection. I have created a program that communicates correctly via RS232, giving me the anticipated value. ... | 0 |
2,405,825 | 03/09/2010 00:28:53 | 187,606 | 10/10/2009 10:29:32 | 27,248 | 1,789 | Do you have health checks in your web app or web site? | I have built PHP based "health check" scripts for several projects, but they were always custom-made for the occasion and not written for abstraction as an independent product. I would like to know whether such a solution exists.
What I meam by "health check" is a protected web page that functions much like a suite ... | php | maintenance | null | null | null | 01/13/2012 11:36:10 | not constructive | Do you have health checks in your web app or web site?
===
I have built PHP based "health check" scripts for several projects, but they were always custom-made for the occasion and not written for abstraction as an independent product. I would like to know whether such a solution exists.
What I meam by "health chec... | 4 |
5,522,554 | 04/02/2011 10:17:05 | 274,117 | 02/16/2010 06:48:21 | 1,073 | 8 | What is the learning curve like between popular web frameworks? | In terms of complexity and learning curve which web framework is the easiest/hardest to master?
sort(**from** least difficult **to** most difficult)
- Django
- Pylons
- Ruby on Rails
- ASP.NET MVC
- ASP.NET (Webforms)
- Struts
- Spring MVC
- Play
It's probably a good idea to learn as much as po... | asp.net | ruby-on-rails | django | web-frameworks | null | 04/02/2011 13:11:48 | not constructive | What is the learning curve like between popular web frameworks?
===
In terms of complexity and learning curve which web framework is the easiest/hardest to master?
sort(**from** least difficult **to** most difficult)
- Django
- Pylons
- Ruby on Rails
- ASP.NET MVC
- ASP.NET (Webforms)
- Struts
- Sp... | 4 |
9,123,160 | 02/03/2012 03:06:43 | 334,862 | 05/06/2010 10:54:50 | 1,211 | 58 | In emacs on Windows, how can I make emacs ignore the Windows key completely? | Is there a way I can make emacs completely ignore the Windows key under all circumstances? | windows | emacs | null | null | null | 02/10/2012 16:19:57 | off topic | In emacs on Windows, how can I make emacs ignore the Windows key completely?
===
Is there a way I can make emacs completely ignore the Windows key under all circumstances? | 2 |
8,652,680 | 12/28/2011 06:33:01 | 1,095,753 | 12/13/2011 12:38:29 | 43 | 3 | Are REPLACE,UPDATE and INSERT are same in mysql? | REPLACE , UPDATE and INSERT are same?
I DONT understand | php | mysql | update | insert | replace | 12/28/2011 06:40:56 | not a real question | Are REPLACE,UPDATE and INSERT are same in mysql?
===
REPLACE , UPDATE and INSERT are same?
I DONT understand | 1 |
3,227,259 | 07/12/2010 09:29:52 | 389,336 | 07/12/2010 09:29:51 | 1 | 0 | nutch + mysql integration | When nutch finishes its cycle (that is crawl - fetch- parse - index) during index phase, I do not want nutch to index (lucene index), but I want nutch to place all the crawled data (I believe he keeps them as NutchDocument object) into mysql using my code.
Is there any way to do this?
Thanks | nutch | null | null | null | null | null | open | nutch + mysql integration
===
When nutch finishes its cycle (that is crawl - fetch- parse - index) during index phase, I do not want nutch to index (lucene index), but I want nutch to place all the crawled data (I believe he keeps them as NutchDocument object) into mysql using my code.
Is there any way to do this?... | 0 |
5,428,741 | 03/25/2011 05:06:17 | 672,722 | 03/23/2011 09:31:49 | 6 | 0 | Can i generate apk through apk | Pl anyone tell me how can i generate own apk within my application | android | null | null | null | null | null | open | Can i generate apk through apk
===
Pl anyone tell me how can i generate own apk within my application | 0 |
9,033 | 08/12/2008 16:32:24 | 31,505 | 2008-09-01 | 8 | 2 | Hidden Features of C# | This came to my mind after i learned the following from [this question][1]:
where T : struct
We, c# developers, all know the basics of c#. I mean declerations, conditionals, loops, operators, etc.
Some of us even mastered the stuff like [Generics][2], [anonymous types][3], [lambdas][4], [linq][5], ...
B... | c# | null | null | null | null | 02/29/2012 16:52:14 | not constructive | Hidden Features of C#
===
This came to my mind after i learned the following from [this question][1]:
where T : struct
We, c# developers, all know the basics of c#. I mean declerations, conditionals, loops, operators, etc.
Some of us even mastered the stuff like [Generics][2], [anonymous types][3], [lambd... | 4 |
4,998,224 | 02/14/2011 22:51:00 | 247,245 | 01/09/2010 21:49:52 | 561 | 86 | Request for PDO experience, the best there is? | I'm about to migrate from mysqli to PDO and would like some feedback on how it's related to other similar solutions regardning speed, security and db-portability. Any experience welcome.
regards,
/t
| php | pdo | null | null | null | 02/14/2011 23:27:36 | not a real question | Request for PDO experience, the best there is?
===
I'm about to migrate from mysqli to PDO and would like some feedback on how it's related to other similar solutions regardning speed, security and db-portability. Any experience welcome.
regards,
/t
| 1 |
11,399,390 | 07/09/2012 16:36:48 | 998,967 | 10/17/2011 10:27:27 | 76 | 0 | magento 1.4 - wrong breadcumb added | i'm using magento 1.4.1.1 CE and i have a problem with breadcumbs and customer account. on this installation we are using several plugins, one of these is called Amasty_List and is used for create, save and modify estimates. So we have different section in the customer account personal area (the dashboard) and each one... | magento | magento-1.4 | magento-1.5 | magento-1.6 | null | 07/10/2012 11:45:20 | not a real question | magento 1.4 - wrong breadcumb added
===
i'm using magento 1.4.1.1 CE and i have a problem with breadcumbs and customer account. on this installation we are using several plugins, one of these is called Amasty_List and is used for create, save and modify estimates. So we have different section in the customer account p... | 1 |
11,709,650 | 07/29/2012 13:33:14 | 1,451,479 | 06/12/2012 14:27:20 | 96 | 0 | Javascript, PHP, Saving field value | I am trying to save fields data after submited, Becouse after all the fields are good to go but lets say at the server side the user name is already taken so the form return empty and i dont want that there is the option to do it with PHP like that:
<input value="<?php if(isset($userName)) echo $userName; ?>" />... | php | javascript | input | save | values | null | open | Javascript, PHP, Saving field value
===
I am trying to save fields data after submited, Becouse after all the fields are good to go but lets say at the server side the user name is already taken so the form return empty and i dont want that there is the option to do it with PHP like that:
<input value="<?php if... | 0 |
7,712,222 | 10/10/2011 11:41:14 | 393,835 | 07/16/2010 12:11:05 | 7 | 0 | How to add image on scrollview? | In my app I adding UITableView on UIScrollView.I want to add image on scrollview, so that when user scroll UITableView in horizontal direction the image should should not change.I have a 2px gradient which I want to apply on entire scrollview.I am using colorWithPatternImage and providing backgroundcolor to scrollview ... | objective-c | null | null | null | null | 10/12/2011 02:17:01 | not a real question | How to add image on scrollview?
===
In my app I adding UITableView on UIScrollView.I want to add image on scrollview, so that when user scroll UITableView in horizontal direction the image should should not change.I have a 2px gradient which I want to apply on entire scrollview.I am using colorWithPatternImage and pro... | 1 |
11,452,645 | 07/12/2012 13:14:42 | 339,120 | 05/12/2010 08:57:33 | 19 | 2 | How to get path of current target file using NLog in runtime? | I use NLog with next configuration:
<targets>
<target xsi:type="File" name="f" fileName="${basedir}/logs/${shortdate}.log"
layout="${longdate} ${uppercase:${level}} ${message}" />
</targets>
<rules>
<logger name="*" minlevel="Trace" writeTo="f" />
</rules... | nlog | null | null | null | null | null | open | How to get path of current target file using NLog in runtime?
===
I use NLog with next configuration:
<targets>
<target xsi:type="File" name="f" fileName="${basedir}/logs/${shortdate}.log"
layout="${longdate} ${uppercase:${level}} ${message}" />
</targets>
<rules>
... | 0 |
7,822,702 | 10/19/2011 14:18:25 | 464,470 | 10/02/2010 07:10:18 | 21 | 1 | Open source vs close source penetration testing framework | I would like to know what is the difference (advantages and disadvantages) between using open source penetration testing framework like OSSTMM and ISSAF and closed source/proprietary penetration testing framework/tools used by penetration testing companies like Ernst and Young. | open-source | penetration-testing | proprietary | null | null | null | open | Open source vs close source penetration testing framework
===
I would like to know what is the difference (advantages and disadvantages) between using open source penetration testing framework like OSSTMM and ISSAF and closed source/proprietary penetration testing framework/tools used by penetration testing companies ... | 0 |
7,596,882 | 09/29/2011 11:49:31 | 971,030 | 09/29/2011 11:40:11 | 1 | 0 | RSA encryption/decryption using java API is generating BadPaddingException:Data must start with zero | public class RSAAPI extends JFrame implements ActionListener{
JButton encrypt,decrypt,clear,exit;
JLabel plainlbl,encrlbl,decrlbl;
JTextArea plainText,encrText,decrText;
static KeyPair kp;
static KeyPairGenerator kpg;
static Cipher cipher;
static PublicKey publicKey;
static PrivateKey privateKey;
... | java | null | null | null | null | 09/30/2011 16:23:11 | not a real question | RSA encryption/decryption using java API is generating BadPaddingException:Data must start with zero
===
public class RSAAPI extends JFrame implements ActionListener{
JButton encrypt,decrypt,clear,exit;
JLabel plainlbl,encrlbl,decrlbl;
JTextArea plainText,encrText,decrText;
static KeyPair kp;
static Ke... | 1 |
7,132,166 | 08/20/2011 13:51:30 | 903,776 | 08/20/2011 13:51:30 | 1 | 0 | CR and LF when using xsl stylesheet on Filemaker with Windows | I am making iCal files from Filemaker. I created the original interface on a Mac (OS X) and used the following xsl stylesheet. The files I made are readable by both a Mac (iCal) and a Windows (Outlook). I now need to run the Filemaker interface on a windows machine. Everything is working fine except that the files ... | xslt | null | null | null | null | null | open | CR and LF when using xsl stylesheet on Filemaker with Windows
===
I am making iCal files from Filemaker. I created the original interface on a Mac (OS X) and used the following xsl stylesheet. The files I made are readable by both a Mac (iCal) and a Windows (Outlook). I now need to run the Filemaker interface on a ... | 0 |
6,447,565 | 06/22/2011 23:03:00 | 614,075 | 02/12/2011 08:51:05 | 3 | 0 | shadowbox not showing video. | the shadowbox shows but no video comes up, its using jwplayer and for some reason it wont work for nothing...
<head>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script type="text/javascript" src="shadowbox.js"></script>
<link rel... | javascript | shadowbox | null | null | null | 06/23/2011 10:17:34 | too localized | shadowbox not showing video.
===
the shadowbox shows but no video comes up, its using jwplayer and for some reason it wont work for nothing...
<head>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script type="text/javascript" src="shad... | 3 |
5,585,282 | 04/07/2011 17:42:46 | 633,833 | 02/25/2011 09:12:48 | 5 | 0 | apple style expanding search field in menu bar | I'm coding a website and I'm trying to replicate the effect on the <a href="http://www.apple.com/">apple.com</a> where when you click to focus the search field in the menu bar, and the search field expands and the rest of the menu bar shrinks to accommodate it.
I've been trying various tricks with jquery kwicks, and... | javascript | jquery | design | menu | null | null | open | apple style expanding search field in menu bar
===
I'm coding a website and I'm trying to replicate the effect on the <a href="http://www.apple.com/">apple.com</a> where when you click to focus the search field in the menu bar, and the search field expands and the rest of the menu bar shrinks to accommodate it.
I'v... | 0 |
6,457,300 | 06/23/2011 16:14:48 | 368,599 | 06/15/2010 23:10:36 | 1,235 | 15 | Disable file history for a particular set of files in Mercurial | I understand that in mercurial you can [never remove a history for a file][1] unless you do [something like this][2]. **Is there any way to disable history for certain files from ever being created?**. If any other repository system is capable of doing that, please put that down as well.
Why would I want that? Well,... | mercurial | repository | null | null | null | null | open | Disable file history for a particular set of files in Mercurial
===
I understand that in mercurial you can [never remove a history for a file][1] unless you do [something like this][2]. **Is there any way to disable history for certain files from ever being created?**. If any other repository system is capable of doin... | 0 |
10,054,771 | 04/07/2012 13:09:29 | 1,319,077 | 04/07/2012 12:55:03 | 1 | 0 | iOS and Android reoccuring payment confusion (can I get some clarity?) | The setup:
() I have an iPhone, iPad and Android app.
() It's a database lookup and modification program to a "not well known" CRM application.
() Currently, the price is fixed. That is, you buy it one time, and.. bingo.. you have access to your CRM database using my app -- forever.
I want to change to a su... | android | ios | payment | null | null | 04/08/2012 19:31:22 | off topic | iOS and Android reoccuring payment confusion (can I get some clarity?)
===
The setup:
() I have an iPhone, iPad and Android app.
() It's a database lookup and modification program to a "not well known" CRM application.
() Currently, the price is fixed. That is, you buy it one time, and.. bingo.. you have acce... | 2 |
11,694,659 | 07/27/2012 19:42:18 | 1,302,754 | 03/30/2012 08:09:30 | 17 | 0 | is it possible to lock keyboard layout for app in ubuntu? | I'm using two keyboard layouts in my ubuntu. But in vim I'm using a keymap switching so I want to lock English layout to gvim window whenever I switch to it. Is it possible in ubuntu? | vim | ubuntu | keyboard-layout | null | null | 07/29/2012 16:41:09 | off topic | is it possible to lock keyboard layout for app in ubuntu?
===
I'm using two keyboard layouts in my ubuntu. But in vim I'm using a keymap switching so I want to lock English layout to gvim window whenever I switch to it. Is it possible in ubuntu? | 2 |
7,946,409 | 10/30/2011 17:04:57 | 902,061 | 08/19/2011 08:20:12 | 1 | 0 | import utf-8 mysqldump to latin1 database | I have a dump file of a phpnuke site somehow in utf8. I'm trying to reopen this site on a new server. But nuke uses latin1.
I need a way to create a latin1 database using this utf-8 dump file.
I tried everything I could think of. iconv, mysql replace, php replace...
| mysql | character-encoding | null | null | null | null | open | import utf-8 mysqldump to latin1 database
===
I have a dump file of a phpnuke site somehow in utf8. I'm trying to reopen this site on a new server. But nuke uses latin1.
I need a way to create a latin1 database using this utf-8 dump file.
I tried everything I could think of. iconv, mysql replace, php replace...
| 0 |
4,701,115 | 01/15/2011 17:44:58 | 576,912 | 01/15/2011 17:44:58 | 1 | 0 | Mysql / Django - Begin auto increment to 1 | I have a django script which loads data, the beginning of the script deletes all datas in database.
So when I execute 1st time this script, the auto increment primary keys begin to 1 to 15 (if 15 objects) and if I want to reload data, I reexecute the script.
My issue is when I execute it again, pks numbers begin to 1... | mysql | database | django | null | null | null | open | Mysql / Django - Begin auto increment to 1
===
I have a django script which loads data, the beginning of the script deletes all datas in database.
So when I execute 1st time this script, the auto increment primary keys begin to 1 to 15 (if 15 objects) and if I want to reload data, I reexecute the script.
My issue i... | 0 |
4,665,943 | 01/12/2011 06:28:22 | 369,240 | 06/17/2010 09:44:10 | 346 | 3 | Is there anyway to stop TWebBrowser from clearing? | Is there anyway to stop TWebBrowser from clearing when I set `Self.Parent := nil;`?
When it gets to that line (which is necessary for a maximizing function), all the TWebBrowsers in my form clears. Why does it do that and what can I do to avoid this?
| delphi | null | null | null | null | null | open | Is there anyway to stop TWebBrowser from clearing?
===
Is there anyway to stop TWebBrowser from clearing when I set `Self.Parent := nil;`?
When it gets to that line (which is necessary for a maximizing function), all the TWebBrowsers in my form clears. Why does it do that and what can I do to avoid this?
| 0 |
10,038,569 | 04/06/2012 02:48:28 | 336,423 | 05/08/2010 22:38:42 | 816 | 84 | Jquery tool tip plugin | Does anyone have experience with a Jquery tool tip plugin?
I basically want a tool tip that I can inject custom html into from an AJAX call.
It should appear when hoovering over an icon and remain visible until you "mouse out"
Does anyone have good experiences with plugin that can meet these requirements?
Tha... | javascript | jquery | asp.net | asp.net-mvc | null | 04/09/2012 06:30:37 | not constructive | Jquery tool tip plugin
===
Does anyone have experience with a Jquery tool tip plugin?
I basically want a tool tip that I can inject custom html into from an AJAX call.
It should appear when hoovering over an icon and remain visible until you "mouse out"
Does anyone have good experiences with plugin that can mee... | 4 |
3,698,383 | 09/13/2010 07:05:03 | 441,965 | 09/08/2010 01:50:26 | 8 | 0 | XPath Powershell query for a string | I'd like to know how to search for a string within an xml document. The object type is System.Xml.XmlNode.XmlDocument. The string can be anything with the document. I.e. attribute or element.
I tried
Select-Xml -Xml $xml -XPath "./Test"
but got no results
| powershell | xpath | null | null | null | null | open | XPath Powershell query for a string
===
I'd like to know how to search for a string within an xml document. The object type is System.Xml.XmlNode.XmlDocument. The string can be anything with the document. I.e. attribute or element.
I tried
Select-Xml -Xml $xml -XPath "./Test"
but got no results
| 0 |
4,636,241 | 01/08/2011 21:25:50 | 541,020 | 12/13/2010 20:14:29 | 6 | 0 | Keeping inline <li>'s in place while altering their contents | My site has a navigation bar near the top of the page composed of inline `<li>`'s. The bar itself must be centered. Clicking on the links inside certain of these `<li>`'s replaces the links with `<select>`'s.
My problem is this: when the `<select>`'s appear, they shift all the other `<li>`'s over in order to accommo... | css | null | null | null | null | null | open | Keeping inline <li>'s in place while altering their contents
===
My site has a navigation bar near the top of the page composed of inline `<li>`'s. The bar itself must be centered. Clicking on the links inside certain of these `<li>`'s replaces the links with `<select>`'s.
My problem is this: when the `<select>`'s ... | 0 |
9,643,138 | 03/10/2012 01:28:47 | 1,260,456 | 03/10/2012 01:20:47 | 1 | 0 | Benefits of mobile app analytics specialist v. Google's mobile SDKs? | What’s the benefit of using a mobile app analytics specialist like Localytics or Flurry (to measure application usage) + Google Analytics (to measure website usage) VERSUS GA SDKs (to measure app usage) + Google Analytics (to measure website usage)?
I'm trying to rationalize the idea of disaggregating the data.
T... | mobile | google-analytics | analytics | null | null | 03/11/2012 14:48:53 | not constructive | Benefits of mobile app analytics specialist v. Google's mobile SDKs?
===
What’s the benefit of using a mobile app analytics specialist like Localytics or Flurry (to measure application usage) + Google Analytics (to measure website usage) VERSUS GA SDKs (to measure app usage) + Google Analytics (to measure website usag... | 4 |
10,022,336 | 04/05/2012 03:33:57 | 1,309,828 | 04/03/2012 07:50:06 | 1 | 0 | when i am trying to run grails project..it is showing error in opening zip file error..plz help me | the error message comes when i am trying to run grails project for the first time after installing grails..it is showing error in opening zip file error
Plugin [functional-test-1.2.7] not installed, resolving..
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.... | grails | null | null | null | null | 05/09/2012 14:15:27 | too localized | when i am trying to run grails project..it is showing error in opening zip file error..plz help me
===
the error message comes when i am trying to run grails project for the first time after installing grails..it is showing error in opening zip file error
Plugin [functional-test-1.2.7] not installed, resol... | 3 |
11,531,593 | 07/17/2012 22:10:37 | 1,533,106 | 07/17/2012 22:01:57 | 1 | 0 | Read Chat messages facebook and salve (Mysql) | Anyone know how save messages and salve (export) to mysql (prefer), and using php api facebook.
http://developers.facebook.com/docs/chat/
I want a app to save all messages and send to my db (mysql), is possible? of curse ill set permissions on my acc.
So i want save what friends write and i write in chat box (... | php | mysql | facebook | chat | null | 07/17/2012 22:54:03 | not constructive | Read Chat messages facebook and salve (Mysql)
===
Anyone know how save messages and salve (export) to mysql (prefer), and using php api facebook.
http://developers.facebook.com/docs/chat/
I want a app to save all messages and send to my db (mysql), is possible? of curse ill set permissions on my acc.
So i wan... | 4 |
7,551,286 | 09/26/2011 06:21:56 | 940,267 | 09/12/2011 09:53:15 | 49 | 1 | Any source for learning phonegap? | I am new to phonegap and i am searching for a source such as websites to learn.
I was searching sometime in wiki.phonegap.com but there is only basic such as installation of eclipse and sdk etc.
I need some source code for accessing contacts, camera, accelerometer.
Can someone guide me with links or some suggestions... | phonegap | null | null | null | null | 06/23/2012 15:11:34 | not constructive | Any source for learning phonegap?
===
I am new to phonegap and i am searching for a source such as websites to learn.
I was searching sometime in wiki.phonegap.com but there is only basic such as installation of eclipse and sdk etc.
I need some source code for accessing contacts, camera, accelerometer.
Can someone ... | 4 |
11,000,746 | 06/12/2012 16:23:42 | 1,316,524 | 04/06/2012 00:07:51 | 218 | 2 | Border not surrounding entire div (jsfiddle) | So I have a class called main that contains the contents of the entire website. Since I am in the beginning stages of building the website I would like to make sure I have not errors in my code, like missing a closing tag or closing quote, etc... One thing that helps me ensure this, is surrounding my elements with colo... | html | css | null | null | null | 06/13/2012 13:28:37 | too localized | Border not surrounding entire div (jsfiddle)
===
So I have a class called main that contains the contents of the entire website. Since I am in the beginning stages of building the website I would like to make sure I have not errors in my code, like missing a closing tag or closing quote, etc... One thing that helps me... | 3 |
3,195,134 | 07/07/2010 13:28:42 | 358,471 | 06/04/2010 13:15:15 | 62 | 2 | what is the meaning of "in a nutshell" | i have across the sentence "in a nutshell" while reading a technical book . i want to know the meaning of this sentence(in a nutshell). | word | technical | null | null | null | 07/07/2010 13:31:15 | off topic | what is the meaning of "in a nutshell"
===
i have across the sentence "in a nutshell" while reading a technical book . i want to know the meaning of this sentence(in a nutshell). | 2 |
9,676,851 | 03/13/2012 00:45:17 | 1,169,366 | 01/25/2012 14:06:26 | 1 | 0 | jQuery: check radiobutton when input text field onChange | I am creating a questionnaire with PHP and jQuery. I have the following radio list:
Question A:
O Answer X
O Answer Y
O Answer Z
O Other [input text field]
Now, when people directly select the input text field, I want the radiobutton of "Other" automatically be selected... | jquery | onchange | radio | null | null | null | open | jQuery: check radiobutton when input text field onChange
===
I am creating a questionnaire with PHP and jQuery. I have the following radio list:
Question A:
O Answer X
O Answer Y
O Answer Z
O Other [input text field]
Now, when people directly select the input text fiel... | 0 |
8,317,660 | 11/29/2011 21:00:10 | 859,317 | 07/23/2011 12:59:56 | 182 | 4 | Grails Fullcalendar Timezone Issue | I am sitting on a really strange issue with grails and the js fullcalendar.
I have users which have their own timezones stored in the database e.g. ECT
When users insert their events all dates are stored in UTC. This is set in the Bootstrap with:
TimeZone.setDefault(TimeZone.getTimeZone("UTC"))
... | grails | fullcalendar | null | null | null | null | open | Grails Fullcalendar Timezone Issue
===
I am sitting on a really strange issue with grails and the js fullcalendar.
I have users which have their own timezones stored in the database e.g. ECT
When users insert their events all dates are stored in UTC. This is set in the Bootstrap with:
TimeZone.set... | 0 |
11,240,064 | 06/28/2012 07:36:32 | 1,381,225 | 05/08/2012 05:17:00 | 66 | 0 | Enable url link in subview of Root view | Hi in my app when i was trying to add a link in textview it works perfect.But when i added a subview from IB to Root view it is not recognizing the url link.how to solve this any help please. | iphone | ios | iphone-sdk-4.0 | ios4 | null | 06/28/2012 07:43:33 | not a real question | Enable url link in subview of Root view
===
Hi in my app when i was trying to add a link in textview it works perfect.But when i added a subview from IB to Root view it is not recognizing the url link.how to solve this any help please. | 1 |
9,855,737 | 03/24/2012 21:23:03 | 982,591 | 10/06/2011 16:32:58 | 8 | 0 | Hover effect from outside menu | guys!
Thanks for watching my post.
So, let's straight to the point: I have a menu with nice hover effect
example -> http://markilfin.lx10.net/buftemp/
What I want to do is to have the same effect, but not only when I hover corresponding image, but and when I hovers corresponding word. Is this actually possible? | jquery | animation | menu | hover | null | 03/25/2012 17:15:55 | not a real question | Hover effect from outside menu
===
guys!
Thanks for watching my post.
So, let's straight to the point: I have a menu with nice hover effect
example -> http://markilfin.lx10.net/buftemp/
What I want to do is to have the same effect, but not only when I hover corresponding image, but and when I hovers corresponding ... | 1 |
11,550,737 | 07/18/2012 21:36:02 | 579,732 | 01/18/2011 10:08:45 | 1 | 0 | KinectJS draw 20 arcs to create circle | I'm stug with a problem.
I'm trying to create a circle from 20 arcs, using the Kineticjs library.
The problem :
the arcs won't show up on my page....
I'm new with this library, so I don't know what I'm doing wrong.
Could somebody please read the code on the following page and help me out ?
http://jsfiddle.n... | html5 | circle | kineticjs | arc | null | null | open | KinectJS draw 20 arcs to create circle
===
I'm stug with a problem.
I'm trying to create a circle from 20 arcs, using the Kineticjs library.
The problem :
the arcs won't show up on my page....
I'm new with this library, so I don't know what I'm doing wrong.
Could somebody please read the code on the following... | 0 |
5,774,411 | 04/25/2011 01:22:36 | 722,540 | 04/24/2011 10:50:12 | 1 | 0 | apache crazy problem | I have a problem in my server I have apache make high load and httpd fullstatus show :
can help me please :!!!
Server Version: apache
Server Built: Apr 23 2011 12:02:28
Current Time: Sunday, 24-Apr-2011 01:00:51 WEST
Restart Time: Saturday, 23-Apr-2011 23:44:23 WEST
Parent Server Generation: 0
Server uptim... | apache | sysadmin | httpd | null | null | 04/25/2011 01:32:04 | not a real question | apache crazy problem
===
I have a problem in my server I have apache make high load and httpd fullstatus show :
can help me please :!!!
Server Version: apache
Server Built: Apr 23 2011 12:02:28
Current Time: Sunday, 24-Apr-2011 01:00:51 WEST
Restart Time: Saturday, 23-Apr-2011 23:44:23 WEST
Parent Server G... | 1 |
7,421,411 | 09/14/2011 18:47:45 | 941,759 | 09/13/2011 04:04:36 | 1 | 0 | Spring MVC Tiles - Not picking up resource folder | I need to change mapping for my spring servlet to point to /sample vs. /sample.html.
I made a change in the url pattern to the following. The urlPattern is
<url-pattern>*.html</url-pattern>
<servlet>
<servlet-name>appServlet</servlet-name>
<servlet-class>org.springframework.web.servlet.Dis... | spring | apache-tiles | null | null | null | null | open | Spring MVC Tiles - Not picking up resource folder
===
I need to change mapping for my spring servlet to point to /sample vs. /sample.html.
I made a change in the url pattern to the following. The urlPattern is
<url-pattern>*.html</url-pattern>
<servlet>
<servlet-name>appServlet</servlet-name... | 0 |
11,129,874 | 06/21/2012 00:04:34 | 1,463,056 | 06/18/2012 07:51:50 | 1 | 0 | Facebook login in C# | My problem maybe simple to others. I just need a login just like
Stackoverflow.....
=) I think I searched in Google I can't find at least close to my inquiry.
I use the example of Facebook here
[enter link description here][1]
[1]: http://developers.facebook.com/docs/guides/web/#plugins
but I can't move... | facebook | login | null | null | null | null | open | Facebook login in C#
===
My problem maybe simple to others. I just need a login just like
Stackoverflow.....
=) I think I searched in Google I can't find at least close to my inquiry.
I use the example of Facebook here
[enter link description here][1]
[1]: http://developers.facebook.com/docs/guides/web/#p... | 0 |
2,773,709 | 05/05/2010 13:43:00 | 333,485 | 05/05/2010 13:43:00 | 1 | 0 | iText PdfPTables, document.add with writeSelectedRows | I am currently modifying an existing system that generates reports with iText and java. The report template is as follows:
Header1(PdfPTable)<br/>
Header2(PdfPTable)<br/>
Body(PdfPTable)
I am currently using the writeSelectedRows to display Header1 and Header2, but document.add is used to display the Body. Th... | java | itext | pdf-generation | pdf | null | null | open | iText PdfPTables, document.add with writeSelectedRows
===
I am currently modifying an existing system that generates reports with iText and java. The report template is as follows:
Header1(PdfPTable)<br/>
Header2(PdfPTable)<br/>
Body(PdfPTable)
I am currently using the writeSelectedRows to display Header1 and... | 0 |
11,257,642 | 06/29/2012 07:17:00 | 1,111,176 | 12/22/2011 06:37:22 | 16 | 0 | Sliding drawer sample code from right to left | I am not able to find any sample code for Sliding drawer , can anyone share the code for it ... it will be really gr8 ..as there is only limited documentation in android | sliding | drawer | null | null | null | 06/29/2012 11:25:27 | not a real question | Sliding drawer sample code from right to left
===
I am not able to find any sample code for Sliding drawer , can anyone share the code for it ... it will be really gr8 ..as there is only limited documentation in android | 1 |
9,296,258 | 02/15/2012 15:34:31 | 664,642 | 03/17/2011 15:33:43 | 624 | 27 | Why won't the VisualVM Profiler profile my application? | I've created a simple 1 file java application that iterates through a loop, calls some functions, allocates some memory, adds some numbers, etc. I run that application via eclipse's `Run As->Java Application`.
The running application shows up in Java VisualVM under `Local`.
I double click on that application... | java | debugging | profiling | visualvm | null | 02/21/2012 18:19:02 | too localized | Why won't the VisualVM Profiler profile my application?
===
I've created a simple 1 file java application that iterates through a loop, calls some functions, allocates some memory, adds some numbers, etc. I run that application via eclipse's `Run As->Java Application`.
The running application shows up in Java Vi... | 3 |
11,374,997 | 07/07/2012 12:27:51 | 972,946 | 09/30/2011 10:58:58 | 80 | 2 | Having tried differen ways but none worked - How do I disable a service from auto-start at boot in Ubuntu? | This really doesn't make sense. I've been using many other distros and never had such difficulty managing autostart services.
I found three ways of disabling autostart services, and none of them works for me:
update-rc.d -f service_name remove
chkconfig --level 12345 service_name off
sysv-rc-conf
I tried... | linux | ubuntu | debian | null | null | 07/07/2012 12:41:39 | off topic | Having tried differen ways but none worked - How do I disable a service from auto-start at boot in Ubuntu?
===
This really doesn't make sense. I've been using many other distros and never had such difficulty managing autostart services.
I found three ways of disabling autostart services, and none of them works for ... | 2 |
10,664,716 | 05/19/2012 11:18:26 | 1,404,986 | 05/19/2012 11:10:22 | 1 | 0 | genetic algorithm | i am doing a project on automatic test paper generation using genetic algorithm,
i want to pass the question ids of all questions as genes and after the crossover and mutation the question ids will be selected from the list.
i want to know how the values will be passed to the genetic algorithm program.
i have... | java | genetic-algorithm | null | null | null | 05/19/2012 12:47:52 | not a real question | genetic algorithm
===
i am doing a project on automatic test paper generation using genetic algorithm,
i want to pass the question ids of all questions as genes and after the crossover and mutation the question ids will be selected from the list.
i want to know how the values will be passed to the genetic algori... | 1 |
6,583,088 | 07/05/2011 13:03:42 | 819,037 | 02/09/2011 08:02:46 | 1 | 0 | Umbraco get media from url | I want to protect my media by a genericHandler.ashx. I have a rewrite rule /media to /handlers/my-handler.ashx?media-url=xxx.jpg But I cannot find a function in umbraco api to get nodeId from url.
At the moment I use this sql query :
public static Int32 GetNodeIdFromUrl(String url)
{
SqlPara... | url | media | umbraco | null | null | null | open | Umbraco get media from url
===
I want to protect my media by a genericHandler.ashx. I have a rewrite rule /media to /handlers/my-handler.ashx?media-url=xxx.jpg But I cannot find a function in umbraco api to get nodeId from url.
At the moment I use this sql query :
public static Int32 GetNodeIdFromUrl(String ... | 0 |
11,448,482 | 07/12/2012 09:09:38 | 890,429 | 08/11/2011 17:35:39 | 11 | 1 | myspace integraion with php | I need to ask about myspace integration. I have tried GOOGLE to search around the topic, but couldn't get it done.
I need to integrate myspace with my PHP website, I need to synchronize my website user with his/her myspace account.
Also it will be welcomed if its there in Joomla or similar.
Please tell me if anyon... | php | joomla | integration | social | myspace | 07/12/2012 15:43:52 | not a real question | myspace integraion with php
===
I need to ask about myspace integration. I have tried GOOGLE to search around the topic, but couldn't get it done.
I need to integrate myspace with my PHP website, I need to synchronize my website user with his/her myspace account.
Also it will be welcomed if its there in Joomla or si... | 1 |
5,636,001 | 04/12/2011 13:31:22 | 530,958 | 12/05/2010 04:02:25 | 243 | 9 | JAVA sending files through sockets | I want to send files as well as some other information through sockets. I am using the following code
public void receiveFile(Socket socket,int filesize,String filename) throws IOException
{
//after receiving file send ack
System.out.println("waiting ");
// int filesize=70; // file... | java | file | sockets | null | null | null | open | JAVA sending files through sockets
===
I want to send files as well as some other information through sockets. I am using the following code
public void receiveFile(Socket socket,int filesize,String filename) throws IOException
{
//after receiving file send ack
System.out.println("waiti... | 0 |
11,048,556 | 06/15/2012 10:01:47 | 436,441 | 08/31/2010 22:37:21 | 325 | 6 | aws autoscale policy does not seem to register | I've added a policy to an AWS autoscale group but it does not seem to be doing anything. This is how I added the policy:
as-put-scaling-policy --auto-scaling-group image-process-group --name double-group-size --adjustment 100 --type PercentChangeInCapacity --cooldown 240
These are the policies listed (none o... | amazon-web-services | null | null | null | null | null | open | aws autoscale policy does not seem to register
===
I've added a policy to an AWS autoscale group but it does not seem to be doing anything. This is how I added the policy:
as-put-scaling-policy --auto-scaling-group image-process-group --name double-group-size --adjustment 100 --type PercentChangeInCapacity --c... | 0 |
8,067,943 | 11/09/2011 16:14:41 | 671,598 | 03/22/2011 16:31:44 | 468 | 42 | Extension Medthods not working | Cannot understand why my extentsion is not working any idea? ( using Framework 4 )
public static class genericExtensions
{
public static int WeekNumber(this System.DateTime value)
{
return CultureInfo.CurrentCulture.Calendar.GetWeekOfYear(value, CalendarWeekRule.FirstFourDay... | c# | extension-methods | null | null | null | 11/13/2011 21:59:35 | not a real question | Extension Medthods not working
===
Cannot understand why my extentsion is not working any idea? ( using Framework 4 )
public static class genericExtensions
{
public static int WeekNumber(this System.DateTime value)
{
return CultureInfo.CurrentCulture.Calendar.GetWeekOfYear(... | 1 |
11,444,027 | 07/12/2012 01:50:10 | 773,914 | 05/28/2011 00:33:56 | 10 | 0 | How to leverage CCSpriteBatchNode when frames are distributed into multiple textures | In my game, there're plenty of enemies(subclass of `CCNode`) which animation frames are distributed into multiple texture files(enemy01.png, enemy02.png...) and enemies from different textures may be generated in the same scene.
I'd like to have a unified way to dynamically add a randomly generated enemy to the corr... | cocos2d | ccsprite | null | null | null | null | open | How to leverage CCSpriteBatchNode when frames are distributed into multiple textures
===
In my game, there're plenty of enemies(subclass of `CCNode`) which animation frames are distributed into multiple texture files(enemy01.png, enemy02.png...) and enemies from different textures may be generated in the same scene.
... | 0 |
4,660,161 | 01/11/2011 16:50:40 | 466,587 | 10/05/2010 08:35:43 | 5 | 1 | Debug CUDA Dll from C# | We have a DLL containing the CUDA C code to do the calculation on GPU.
The DLL is called by C# application to feed the data and start the kernel functions.
Would it be possible to debug the DLL using Parallel Nsight?
Thanks | cuda | null | null | null | null | null | open | Debug CUDA Dll from C#
===
We have a DLL containing the CUDA C code to do the calculation on GPU.
The DLL is called by C# application to feed the data and start the kernel functions.
Would it be possible to debug the DLL using Parallel Nsight?
Thanks | 0 |
9,576,883 | 03/06/2012 01:57:09 | 1,191,382 | 02/06/2012 01:13:27 | 3 | 0 | Using segues and nsnotificationcenter | I have 2 viewcontrollers and I want to send a notification out from one to the other and have a label changed based on the name of the notification (pressing a UIButton). I just started using segues and found they are a very useful way to get from one view to another. The problem I am facing is that using a segue (moda... | iphone | objective-c | ios | xcode | nsnotificationcenter | null | open | Using segues and nsnotificationcenter
===
I have 2 viewcontrollers and I want to send a notification out from one to the other and have a label changed based on the name of the notification (pressing a UIButton). I just started using segues and found they are a very useful way to get from one view to another. The prob... | 0 |
7,111,859 | 08/18/2011 17:53:46 | 172,861 | 09/13/2009 22:45:04 | 3,027 | 65 | Android MonoDroid: Publishing with a KeyStore | I am ready to publish an Android App with MonoDroid. (I've done it many times with Eclipse)
According to: http://android.xamarin.com/Documentation/Guides/Preparing_Package_for_Android_Marketplace?highlight=market
I need to edit the project.csproj file and add:
<PropertyGroup>
<AndroidKeyStore>True</... | monodroid | null | null | null | null | 08/21/2011 18:03:05 | too localized | Android MonoDroid: Publishing with a KeyStore
===
I am ready to publish an Android App with MonoDroid. (I've done it many times with Eclipse)
According to: http://android.xamarin.com/Documentation/Guides/Preparing_Package_for_Android_Marketplace?highlight=market
I need to edit the project.csproj file and add:
... | 3 |
11,298,858 | 07/02/2012 18:06:27 | 1,014,868 | 10/26/2011 15:14:07 | 8 | 1 | Magento Shopping Cart Rule Based on Grand Total? | I was wondering if anyone knew how to set up a shopping cart rule to apply only if the grand total of the cart is >= some certain value. I see that Magento allows you to set up rules based on the subtotal, but never on the grand total.
Does anyone have an idea?
Thanks. By the way, we are using Magento Enterprise ... | magento | null | null | null | null | 07/05/2012 14:33:34 | off topic | Magento Shopping Cart Rule Based on Grand Total?
===
I was wondering if anyone knew how to set up a shopping cart rule to apply only if the grand total of the cart is >= some certain value. I see that Magento allows you to set up rules based on the subtotal, but never on the grand total.
Does anyone have an idea?
... | 2 |
11,076,473 | 06/18/2012 02:57:53 | 220,761 | 11/29/2009 06:34:45 | 1,661 | 110 | Adding a single item to javascript namespace | Supposing I have the following:
var nameSpace = {
first: 'a',
second: 'b',
third: 'c'
}
How can I add a single item, to make it:
var nameSpace = {
first: 'a',
second: 'b',
third: 'c',
foo: 'foostring'
}
?
Would nameSpace.foo = "foostring" work?
... | javascript | namespaces | null | null | null | 06/18/2012 03:28:27 | too localized | Adding a single item to javascript namespace
===
Supposing I have the following:
var nameSpace = {
first: 'a',
second: 'b',
third: 'c'
}
How can I add a single item, to make it:
var nameSpace = {
first: 'a',
second: 'b',
third: 'c',
foo: 'foostring'
... | 3 |
3,146,329 | 06/30/2010 03:44:57 | 324,675 | 04/23/2010 23:28:33 | 16 | 0 | 400 Bad Request HTTP Response using a WCF POST via JQuery | Having trouble getting my JQuery POST to be accepted by the WCF Service. Here's the POST from the javascript:
function jqueryPost() {
var url = "/LoggingTest";
$.post(url, { message: "test message" });
}
This is how I'm accepting the POST, via an Interface:
[OperationContract]
... | c# | jquery | wcf | post | httpwebrequest | null | open | 400 Bad Request HTTP Response using a WCF POST via JQuery
===
Having trouble getting my JQuery POST to be accepted by the WCF Service. Here's the POST from the javascript:
function jqueryPost() {
var url = "/LoggingTest";
$.post(url, { message: "test message" });
}
This is how I'm accep... | 0 |
5,061,296 | 02/21/2011 00:51:24 | 246,568 | 01/08/2010 17:08:16 | 946 | 92 | Windows phone 7 -- programmatically create the initial UI? | I want to create the UI in code when the app starts up. What would be the natural place for this code? | user-interface | windows-phone-7 | null | null | null | null | open | Windows phone 7 -- programmatically create the initial UI?
===
I want to create the UI in code when the app starts up. What would be the natural place for this code? | 0 |
10,016,079 | 04/04/2012 17:13:53 | 1,311,457 | 04/03/2012 21:21:41 | 1 | 0 | Fallback to the default if source is invalid in AUDIO tag | So I have a basic audio element. Say I have a single mp3 source. I'm using Firefox. The browser sees the audio tag, likes it, places the controls as directed, but doesn't like any sources, so it doesn't load any audio, but still ignores the default items that a lesser browser would have displayed.
Sadly I'd prefe... | html5 | audio | null | null | null | null | open | Fallback to the default if source is invalid in AUDIO tag
===
So I have a basic audio element. Say I have a single mp3 source. I'm using Firefox. The browser sees the audio tag, likes it, places the controls as directed, but doesn't like any sources, so it doesn't load any audio, but still ignores the default items... | 0 |
8,739,167 | 01/05/2012 07:44:07 | 355,289 | 06/01/2010 10:32:22 | 10 | 2 | DataTable and performance | I've just learned that a large part of my application performance loss comes from dealing with data inside a dataset.DataTable:
1. Setting value like dataset.DataTable[0].row[0][0] = value takes alot of time. The set operation take much more than it takes to find the cell , or compute the value.
2. dataset.DataTab... | .net | performance | datatable | dataset | null | null | open | DataTable and performance
===
I've just learned that a large part of my application performance loss comes from dealing with data inside a dataset.DataTable:
1. Setting value like dataset.DataTable[0].row[0][0] = value takes alot of time. The set operation take much more than it takes to find the cell , or compute ... | 0 |
6,905,856 | 08/01/2011 23:57:40 | 675,910 | 03/24/2011 23:39:43 | 1 | 0 | Convert 3D model into 2D images | Is there a way I can convert 3D models in maya/3ds max/blender/Autocad into bunch of 2D images ?
Thanks | android | null | null | null | null | 08/02/2011 07:16:31 | off topic | Convert 3D model into 2D images
===
Is there a way I can convert 3D models in maya/3ds max/blender/Autocad into bunch of 2D images ?
Thanks | 2 |
2,697,367 | 04/23/2010 09:08:50 | 280,924 | 02/25/2010 05:21:15 | 70 | 3 | Remove pointer object whose reference is mantained in three different lists | I am not sure how to approach this problem:
'Player' class mantains a list of Bullet* objects:
class Player
{
protected:
std::list< Bullet* > m_pBullet_list;
}
When the player fires a Bullet, it is added to this list. Also, inside the constructor of bullet, a reference of the same obje... | c++ | memory | garbage-collection | pointers | memory-management | null | open | Remove pointer object whose reference is mantained in three different lists
===
I am not sure how to approach this problem:
'Player' class mantains a list of Bullet* objects:
class Player
{
protected:
std::list< Bullet* > m_pBullet_list;
}
When the player fires a Bullet, it is added t... | 0 |
7,682,755 | 10/07/2011 03:26:48 | 509,677 | 11/16/2010 15:22:29 | 390 | 11 | Searching by Date.parse(string) incredibly slow? | I've used [Ryan Bate's search with Ajax episode][1] to write some basic search functionality.
What it basically does is take a string from a form, and performs a like query via a model method. What I'm trying to do is conditionally search to different columns(due_date and name) in the database with a single string t... | ruby-on-rails | ruby | ruby-on-rails-3 | null | null | null | open | Searching by Date.parse(string) incredibly slow?
===
I've used [Ryan Bate's search with Ajax episode][1] to write some basic search functionality.
What it basically does is take a string from a form, and performs a like query via a model method. What I'm trying to do is conditionally search to different columns(due... | 0 |
4,795,412 | 01/25/2011 15:35:35 | 386,167 | 07/06/2010 16:49:25 | 250 | 8 | Recommended way to localize a WordPress blog | I have a WordPress blog in English (admin and content). Now I need a Spanish version of that same blog (admin English, content Spanish).
Should I replicate the blog and then translate its content (images, posts, etc.)? Or is there a plug-in I could use for this scenario? I appreciate your advice. | wordpress | null | null | null | null | 02/08/2012 18:56:33 | off topic | Recommended way to localize a WordPress blog
===
I have a WordPress blog in English (admin and content). Now I need a Spanish version of that same blog (admin English, content Spanish).
Should I replicate the blog and then translate its content (images, posts, etc.)? Or is there a plug-in I could use for this scena... | 2 |
11,296,605 | 07/02/2012 15:24:26 | 1,496,438 | 07/02/2012 15:12:37 | 1 | 0 | Is it good for a .Net developer to step into salesforce technology | i have 3 years of experience in .Net technologies like sql server,c# and asp.net.
Nowadays as cloud computing is booming up i want to step into SalesForce.com. I heard that for salesforce most of the companies prefers Java developers only is this true?
and is it a wise decision for a .Net developer to step into sal... | salesforce | null | null | null | null | 07/02/2012 20:02:32 | off topic | Is it good for a .Net developer to step into salesforce technology
===
i have 3 years of experience in .Net technologies like sql server,c# and asp.net.
Nowadays as cloud computing is booming up i want to step into SalesForce.com. I heard that for salesforce most of the companies prefers Java developers only is this ... | 2 |
11,292,725 | 07/02/2012 11:27:12 | 962,902 | 09/24/2011 18:21:05 | 1 | 0 | Uniqueness of Android phone meta data | I need to know from the info listed here from a standard android smartphone: <br />
<ul style="list-position:inside">
<li>IMEI</ul>
<li>IMEI SV</ul>
<li>SYSTEM VERSION</ul>
<li>BASEBAND VERSION</ul>
<li>KERNAL VERSION</ul>
<li>BUILD NUMBER</ul>
</ul>
<br />
<ol>
<li>How many items here are unique to th... | android | null | null | null | null | null | open | Uniqueness of Android phone meta data
===
I need to know from the info listed here from a standard android smartphone: <br />
<ul style="list-position:inside">
<li>IMEI</ul>
<li>IMEI SV</ul>
<li>SYSTEM VERSION</ul>
<li>BASEBAND VERSION</ul>
<li>KERNAL VERSION</ul>
<li>BUILD NUMBER</ul>
</ul>
<br />
<ol... | 0 |
151,782 | 09/30/2008 04:42:49 | 3,153 | 08/27/2008 02:45:05 | 4,509 | 114 | Does it matter to developers that the current, and newer versions of .Net don't support windows 2000? | Does it matter to developers that the current, and newer versions of .Net don't support windows 2000?
It scares me to think that several of my clients still use Windows 2000 and although I may decide to stop supporting Windows 2000 one day, I don't like that Microsoft is pushing it on people's products.
Could an... | .net | .net3.5 | win2000 | null | null | 06/16/2012 01:15:25 | not constructive | Does it matter to developers that the current, and newer versions of .Net don't support windows 2000?
===
Does it matter to developers that the current, and newer versions of .Net don't support windows 2000?
It scares me to think that several of my clients still use Windows 2000 and although I may decide to stop su... | 4 |
6,085,569 | 05/22/2011 01:57:35 | 764,420 | 12/24/2010 05:00:16 | 1 | 0 | Routing problem (no ping) | I have a computer A (190.21.8...) and B (190.21.5....) and C(222.104.100....)
I can mstsc from A to B, and also - I have ping from A to C, and from A to B,
but not from B to C?
How can this be fixed? For example, is it possible to add a route that will make B contact A and from there to C?
Thank you.
___forgot... | networking | route | null | null | null | 05/23/2011 13:32:58 | off topic | Routing problem (no ping)
===
I have a computer A (190.21.8...) and B (190.21.5....) and C(222.104.100....)
I can mstsc from A to B, and also - I have ping from A to C, and from A to B,
but not from B to C?
How can this be fixed? For example, is it possible to add a route that will make B contact A and from there... | 2 |
3,716,764 | 09/15/2010 10:31:17 | 185,475 | 10/07/2009 08:46:28 | 882 | 38 | Reset R instance | Is it possible to reset an instance of R?
Eg. if I have used the commands
x <- 1:10
plot(x, -x)
And thus polluted the system with the x variable. In this state can I then revert back to a clean state without shutting R down and launching it again? | r | null | null | null | null | null | open | Reset R instance
===
Is it possible to reset an instance of R?
Eg. if I have used the commands
x <- 1:10
plot(x, -x)
And thus polluted the system with the x variable. In this state can I then revert back to a clean state without shutting R down and launching it again? | 0 |
7,352,393 | 09/08/2011 17:52:45 | 619,741 | 02/16/2011 13:43:33 | 183 | 0 | Why is the highlighting of text so funky in PDFs? | This has happened to me a million times and I'm finally getting around to figuring it out. So many times when I'm highlighting a row of text the highlighted text randomly jumps around, skips lines and skips letters in the middle, for example.. this is (would be highlighted) this isn't (not highlighted) this is again(h... | pdf | null | null | null | null | 09/08/2011 22:47:41 | off topic | Why is the highlighting of text so funky in PDFs?
===
This has happened to me a million times and I'm finally getting around to figuring it out. So many times when I'm highlighting a row of text the highlighted text randomly jumps around, skips lines and skips letters in the middle, for example.. this is (would be hi... | 2 |
11,075,728 | 06/17/2012 23:56:14 | 1,316,502 | 04/05/2012 23:50:46 | 3 | 0 | Microsoft SQL Server 2008 R2 Installetion | I use VisualStudio 2010 and olso have Visual C# 2010 Express installed on my computer.
And I have to install Microsoft SQL Server 2008 R2, but during the instillation warning appears --
> "A previous release of Microsoft Visual Studio 2008 is installed on
> this computer. Upgrade Microsoft Visual Studio 2008 t... | visual-studio-2010 | sql-server-2008-r2 | visual-c#-express-2010 | null | null | 06/25/2012 14:59:48 | off topic | Microsoft SQL Server 2008 R2 Installetion
===
I use VisualStudio 2010 and olso have Visual C# 2010 Express installed on my computer.
And I have to install Microsoft SQL Server 2008 R2, but during the instillation warning appears --
> "A previous release of Microsoft Visual Studio 2008 is installed on
> this c... | 2 |
1,576,446 | 10/16/2009 06:34:10 | 128,036 | 06/24/2009 07:19:10 | 8 | 4 | how to display images in fixed dimensions in asp.net after retreiving from mysql database | Following are the links which describe about connection to mysql:
http://www.codeproject.com/KB/aspnet/asp_net_and_mysql.aspx
http://www.codeproject.com/KB/aspnet/image_asp.aspx
Here is the code to display image from mysql database.
MySqlConnection conn = new MySqlConnection(db);
... | c# | asp.net | mysql | null | null | null | open | how to display images in fixed dimensions in asp.net after retreiving from mysql database
===
Following are the links which describe about connection to mysql:
http://www.codeproject.com/KB/aspnet/asp_net_and_mysql.aspx
http://www.codeproject.com/KB/aspnet/image_asp.aspx
Here is the code to display image from... | 0 |
262,896 | 11/04/2008 18:45:48 | 20,654 | 09/22/2008 18:43:12 | 1,276 | 74 | What do you think of "RubyMine". | Jetbrains has just released a "public preview" of a Ruby IDE called RubyMine
The roadmap follows:
**Nov 1** - Public Preview Release
**Nov 10** - EAP Opens
**Q1 2009** - RubyMine 1.0 Release
I don't have much Ruby experience my self, but comming from the creators of IntelliJ IDEA I think this will be a t... | ruby | ide | jetbrains | rubymine | null | 12/03/2011 03:55:44 | not constructive | What do you think of "RubyMine".
===
Jetbrains has just released a "public preview" of a Ruby IDE called RubyMine
The roadmap follows:
**Nov 1** - Public Preview Release
**Nov 10** - EAP Opens
**Q1 2009** - RubyMine 1.0 Release
I don't have much Ruby experience my self, but comming from the creators of... | 4 |
3,492,181 | 08/16/2010 10:07:41 | 287,598 | 03/06/2010 04:57:39 | 62 | 0 | Software maintenance - Career Path | I am looking for some help on making some career choices.
I am currently working in a maintenance project which was developed 3 years back. The code base is a big ball of mud, most of the classes spawning over 5000 lines of code. I was also not in the development team. My job primarily consists of tackling customer... | career-advice | null | null | null | null | 01/28/2012 21:06:43 | not constructive | Software maintenance - Career Path
===
I am looking for some help on making some career choices.
I am currently working in a maintenance project which was developed 3 years back. The code base is a big ball of mud, most of the classes spawning over 5000 lines of code. I was also not in the development team. My job... | 4 |
4,786,077 | 01/24/2011 19:05:18 | 42,024 | 12/01/2008 00:16:09 | 1,977 | 6 | Does AdMob pay per click or per impression? | I am currently writing an App for Android and I would like to know if AdMob pay per click or per impression? It looks like Adsense from Microsoft pays per click an impression. Does anybody have experience with that?
Thanks! | android | admob | null | null | null | 01/25/2011 14:01:49 | off topic | Does AdMob pay per click or per impression?
===
I am currently writing an App for Android and I would like to know if AdMob pay per click or per impression? It looks like Adsense from Microsoft pays per click an impression. Does anybody have experience with that?
Thanks! | 2 |
3,725,250 | 09/16/2010 09:14:43 | 82,515 | 10/14/2008 11:02:44 | 2,681 | 155 | Uncrustify, how to force opening braces to share the previous code line? | Using the Uncrustify tool ( http://sourceforge.net/projects/uncrustify ) I would like to apply the 1TBS http://en.wikipedia.org/wiki/Indent_style#Variant:_1TBS
if (x < 0) {
printf("Negative");
}
Can't seem to find the right options. | uncrustify | null | null | null | null | null | open | Uncrustify, how to force opening braces to share the previous code line?
===
Using the Uncrustify tool ( http://sourceforge.net/projects/uncrustify ) I would like to apply the 1TBS http://en.wikipedia.org/wiki/Indent_style#Variant:_1TBS
if (x < 0) {
printf("Negative");
}
Can't seem to find the ... | 0 |
7,001,283 | 08/09/2011 18:46:54 | 886,580 | 08/09/2011 18:46:54 | 1 | 0 | Can a Samsung Galaxy Previal be used as a test device for Android development? | I have been researching the Samsung Galaxy Prevail for Android development. This phone is meant to be used on the Boost network.
Will the phone be usable as a test device if it is never activated on the carrier's network? Will the device be able to connect to the internet through WiFi if it is never activated?
W... | android | null | null | null | null | null | open | Can a Samsung Galaxy Previal be used as a test device for Android development?
===
I have been researching the Samsung Galaxy Prevail for Android development. This phone is meant to be used on the Boost network.
Will the phone be usable as a test device if it is never activated on the carrier's network? Will the d... | 0 |
6,389,906 | 06/17/2011 18:07:41 | 800,550 | 06/15/2011 23:11:54 | 13 | 0 | JQuery back/forward browser buttons with deep links on a single page | I have five links on a page which show/hide different content on another part of the page when clicked using JQuery. Each href contains a deep link, but all of the content is on one html page.
I am looking for a way to enable the browser back/forward buttons without messing up the deep links (which cannot be change... | jquery | browser | deep-linking | bbq-plugin | null | null | open | JQuery back/forward browser buttons with deep links on a single page
===
I have five links on a page which show/hide different content on another part of the page when clicked using JQuery. Each href contains a deep link, but all of the content is on one html page.
I am looking for a way to enable the browser back... | 0 |
7,937,347 | 10/29/2011 06:23:43 | 703,915 | 04/12/2011 10:59:09 | 1 | 0 | bind toggleClass to ajax:success callback | I have a link that will toggle a boolean field in my database, and, based on a conditional helper method, toggle the link text on ajax:success.
The field value is updated fine.
I'm also trying to toggle the link class at the same time, however this seems to happen fine on the first and second clicks, but then th... | jquery | ruby-on-rails-3 | ujs | null | null | null | open | bind toggleClass to ajax:success callback
===
I have a link that will toggle a boolean field in my database, and, based on a conditional helper method, toggle the link text on ajax:success.
The field value is updated fine.
I'm also trying to toggle the link class at the same time, however this seems to happen f... | 0 |
3,449,188 | 08/10/2010 13:04:08 | 401,084 | 07/24/2010 14:43:36 | 1 | 0 | online chat sites? | is there any online sites which there i can chat with my contacts in gmail or yahoo ? | chat | online | livechat | null | null | 08/10/2010 13:05:52 | off topic | online chat sites?
===
is there any online sites which there i can chat with my contacts in gmail or yahoo ? | 2 |
5,173,555 | 03/02/2011 21:13:21 | 86,537 | 04/03/2009 03:16:58 | 465 | 6 | Example of "Type parameter hides another type" warning in Eclipse | How can I trigger Eclipse to give me the "Type parameter hides another type" warning? I'm looking for a code example.
Here's how the documentation describes it: When enabled, the compiler will issue an error or a warning if i.e. a type parameter of an inner class hides an outer type. | java | eclipse | null | null | null | null | open | Example of "Type parameter hides another type" warning in Eclipse
===
How can I trigger Eclipse to give me the "Type parameter hides another type" warning? I'm looking for a code example.
Here's how the documentation describes it: When enabled, the compiler will issue an error or a warning if i.e. a type parameter ... | 0 |
8,065,435 | 11/09/2011 13:04:03 | 1,034,925 | 11/08/2011 04:08:01 | 5 | 0 | how do you make JQuery Mobile ui-icon active states? | I am making a simple web app using JQuery mobile. I am using custom icons in my footer navbar. I am wondering if it possible to make active and hover states for the icons (not the buttons). Here is my html
<div data-role="footer" data-id="foo1" data-position="fixed" class="nav-glyphish-example">
<div ... | jquery-mobile | null | null | null | null | null | open | how do you make JQuery Mobile ui-icon active states?
===
I am making a simple web app using JQuery mobile. I am using custom icons in my footer navbar. I am wondering if it possible to make active and hover states for the icons (not the buttons). Here is my html
<div data-role="footer" data-id="foo1" data-pos... | 0 |
7,384,294 | 09/12/2011 06:57:12 | 18,657 | 09/19/2008 08:47:58 | 250 | 1 | Which is faster "where col = ? or col = ? or col = ?" OR "where col in (?, ?, ?)" in C with informix (.ec/esql)? |
Our code is written in C and DB is Informix.
We are doing some code optimization in ESQL program and found the following query:
__UPDATE [TABLE] SET [PRIMARY KEY COLUMN] = [NEW KEY] WHERE COL = ? OR COL = ? ...__
The number of columns in the where clause is dynamically prepared. We have an upper count check t... | c | informix | esql | null | null | null | open | Which is faster "where col = ? or col = ? or col = ?" OR "where col in (?, ?, ?)" in C with informix (.ec/esql)?
===
Our code is written in C and DB is Informix.
We are doing some code optimization in ESQL program and found the following query:
__UPDATE [TABLE] SET [PRIMARY KEY COLUMN] = [NEW KEY] WHERE COL = ?... | 0 |
10,778,549 | 05/28/2012 01:42:58 | 304,926 | 03/30/2010 08:52:58 | 833 | 65 | What is the best databas for this data set? | I have an app (for a given twitter user) that gets a list of twitter users that you follow **but don't follow you back**. It does this:
- compare two lists, one from time x and time y, too see if more people followed you back or less.
- See how long it took for twitter user x to follow you back.
- See how many ... | database | database-design | redis | null | null | 05/29/2012 14:26:55 | not constructive | What is the best databas for this data set?
===
I have an app (for a given twitter user) that gets a list of twitter users that you follow **but don't follow you back**. It does this:
- compare two lists, one from time x and time y, too see if more people followed you back or less.
- See how long it took for twi... | 4 |
3,828,153 | 09/30/2010 06:01:41 | 434,490 | 08/29/2010 23:53:20 | 23 | 0 | Javascript appear in title tag | is it possible to have javascript appear in the title tag on a web page?
Cheers
Jules | javascript | null | null | null | null | 03/04/2012 15:23:33 | not a real question | Javascript appear in title tag
===
is it possible to have javascript appear in the title tag on a web page?
Cheers
Jules | 1 |
7,468,826 | 09/19/2011 09:28:19 | 649,129 | 03/08/2011 02:17:29 | 20 | 2 | GMail reading without POP? | I used to access my gmail box by POP, but you know that we must set the switch of using POP protocol on before we can use it.
How can I access my gmail box except by POP or without set the switch?
thanks | gmail | null | null | null | null | 09/19/2011 10:06:32 | off topic | GMail reading without POP?
===
I used to access my gmail box by POP, but you know that we must set the switch of using POP protocol on before we can use it.
How can I access my gmail box except by POP or without set the switch?
thanks | 2 |
1,059,249 | 06/29/2009 16:35:16 | 46,297 | 12/15/2008 08:14:52 | 1,906 | 119 | iPhone - strange issue with UIScrollView and touches | I have two UIImageView objects inside my view (both 320x480 one above the other). The lower image view is inside a UIScrollView with scrolling and zooming enabled. Now I want to handle touches inside the other image view but it no longer detects any single taps.
I can understand that the UIScrollView handles all the... | iphone | uiscrollview | null | null | null | null | open | iPhone - strange issue with UIScrollView and touches
===
I have two UIImageView objects inside my view (both 320x480 one above the other). The lower image view is inside a UIScrollView with scrolling and zooming enabled. Now I want to handle touches inside the other image view but it no longer detects any single taps.... | 0 |
9,921,706 | 03/29/2012 08:27:54 | 1,295,251 | 03/27/2012 10:25:03 | 1 | 0 | I am using the PHP in website for session management | i am building a php based website but now i need to give user a session, i.e the user can log in to website and have his session. after he should signout. how can i achieve this.?
| php | php5 | null | null | null | 03/30/2012 01:45:28 | not a real question | I am using the PHP in website for session management
===
i am building a php based website but now i need to give user a session, i.e the user can log in to website and have his session. after he should signout. how can i achieve this.?
| 1 |
5,487,253 | 03/30/2011 13:51:35 | 245,493 | 01/07/2010 12:11:40 | 5 | 0 | how to send fax (pdf) from the command line using SIP? (Linux) | I would like to integrate a system with a SIP phone, the system generates pdf files, that should be faxed to specific fax numbers (e.g. sale orders) via SIP. Is there an easy way to accomplish this?
The system is run under Linux.
Unfortunately, I don't have any experience with SIP. | sip | fax | null | null | null | 06/18/2012 17:40:01 | off topic | how to send fax (pdf) from the command line using SIP? (Linux)
===
I would like to integrate a system with a SIP phone, the system generates pdf files, that should be faxed to specific fax numbers (e.g. sale orders) via SIP. Is there an easy way to accomplish this?
The system is run under Linux.
Unfortunately, I ... | 2 |
11,694,273 | 07/27/2012 19:15:25 | 1,108,948 | 12/21/2011 01:13:09 | 703 | 24 | object Object error | Please help me to figure it out what is wrong?
Please hover the table using mouse.
Thanks.
[jsfiddle][1]
[1]: http://jsfiddle.net/zhshqzyc/HnxFe/ | javascript | jquery | null | null | null | 07/27/2012 19:19:16 | not constructive | object Object error
===
Please help me to figure it out what is wrong?
Please hover the table using mouse.
Thanks.
[jsfiddle][1]
[1]: http://jsfiddle.net/zhshqzyc/HnxFe/ | 4 |
9,926,556 | 03/29/2012 13:41:17 | 1,173,428 | 01/27/2012 12:05:52 | 212 | 13 | Why doesn't jquery ajax call populate data variable from cache when getting a 304 status code? | I'm using jquery ajax in my mobile app to fetch my json data via restful apis. My restful apis have been configured to support etags. My restful apis are hosted on another subdomain, so I have configured CORS to handle the cross domain calls. In my dev environment, I have configured my mobile app to run on test.domain.... | jquery | ajax | caching | browser-cache | http-status-code-304 | null | open | Why doesn't jquery ajax call populate data variable from cache when getting a 304 status code?
===
I'm using jquery ajax in my mobile app to fetch my json data via restful apis. My restful apis have been configured to support etags. My restful apis are hosted on another subdomain, so I have configured CORS to handle t... | 0 |
9,860,790 | 03/25/2012 14:11:52 | 1,291,341 | 03/25/2012 14:07:13 | 1 | 0 | qemu cannot mount root fs | I compiled a kernel and created a fs image. The root path in the image is located at /dev/sda1
I used the following cmd line to start qemu.
qemu -hda debian.qcow2 -nographic -append "root=/dev/sda1 console=ttyS0,115200n8 console=tty0" -kernel linux-2.6.39.3/arch/x86/boot/bzImage -initrd linux-2.6.39.3/initrd.img
... | filesystems | debian | virtualization | bootstrap | qemu | 04/02/2012 16:09:26 | off topic | qemu cannot mount root fs
===
I compiled a kernel and created a fs image. The root path in the image is located at /dev/sda1
I used the following cmd line to start qemu.
qemu -hda debian.qcow2 -nographic -append "root=/dev/sda1 console=ttyS0,115200n8 console=tty0" -kernel linux-2.6.39.3/arch/x86/boot/bzImage -in... | 2 |
8,286,255 | 11/27/2011 14:29:29 | 487,328 | 10/26/2010 08:03:15 | 408 | 11 | How to Return to an already open application when a user tries to open a new instance if same version? | I want to open up an existing instance if my program is already running only if its running the same version. I noticed that this question was asked for only the the name exists, but what if the version is older, I just want to notify the user that an older version is still running, please remove older version before ... | c# | vb.net | null | null | null | null | open | How to Return to an already open application when a user tries to open a new instance if same version?
===
I want to open up an existing instance if my program is already running only if its running the same version. I noticed that this question was asked for only the the name exists, but what if the version is older... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.