If you are using this tag, it is a good indication that you are asking a question that does not belong here.

learn more… | top users | synonyms

0
votes
0answers
55 views

iOS UITableView: Align labels of a custom UITableViewCell when editing

I have an UITableView with several prototype cells and some of the editable cells are basic cells and some customs. (XCode 4.6.1 / iOS 6.1) My question is how to automatically align the labels of ...
-1
votes
1answer
193 views

MS SQL Web Edition licence, could somebody explain? [closed]

I would like to buy new dedicated server for my company. I am interested in MS SQL database Web edition 2012. I checked differences between standard etc. and I am fine with them. Most providers ...
1
vote
3answers
797 views

Alfresco Community Enterprise Feature Comparison

I've seen this question but the answers are simply not good enough. I've searched the web and could find a clear listing of the main differences. I am particularly surprised to see contradictions in ...
0
votes
1answer
48 views

disqus api: get edited posts

I'm using the disqus api to get all the posts and using the cursor to do the pagination, i store them in my data base. The problem is if someone writes a post and my application gets it and stores ...
0
votes
0answers
97 views

oracle 10g XE database home page error in browser

i all. i was installed oracle database 10g on 10 computer thats uses windows XP. When i access databse homepage via browser, 9 computer doesn't show the home page, but only run in 1 computer. the ...
0
votes
0answers
86 views

How to force a postback in Java EE 6 Web Application

How can I force a postback in JAVA EE web application when the values does not match with the value expected? I have a form with username and password fields (XHTML) and when the form is submitted to ...
0
votes
1answer
117 views

TextBox edition does not end when hitting return/enter key in Windows Phone

I have added a text box to my page and when I tap on it the keyboard shows up and I can edit its content, but when I tap ENTER/RETURN button on the keyoard the edition does not stop. How to end it?
0
votes
1answer
61 views

Magento, get “new” or “edit” during product creation or edition

In Magento, while I'm creating or editing a product, I need to know if this product is a new product or an edited one. I found a part or the URL with "new" or "edit", but I didn't found anything ...
0
votes
1answer
62 views

Themes for Magento Community Edition?

Just a quick question, i'm a bit confused. The only difference between Magento Community Edition and Magento Premium is support, correct? Are there themes for specific Magento editions, or do all ...
0
votes
1answer
292 views

SQL Server 2008 and Visual studio 2010 for Developers

I was looking for a development edition for both Visual Studio 2010 and SQL Server 2008, so I came up with the following: Visual Studio 2010 Professional (449.99 $) ...
0
votes
1answer
219 views

sql compact edition select data where dateColumn =

hi i have this record in my table Name UserName Password DateAdded skype someusername somepassword 05/06/2012 01:18:50 am trying to excecute this statment but always fails try 1 Select ...
0
votes
1answer
82 views

Silverligh PivotViewer in Visual Studio express edition 2010

Is it possible to use PivotViewer in Visual Studio 2010 express edition for building web sites for commercial usage?? I know that PivotViewer is a free control for Silverlight but there is no ...
0
votes
2answers
741 views

Magento EE 1.11 - Customer Attributes Not Visible

Our client wants to add an 'Industry' dropdown to customer registration. We have created a new customer attribute, 'industry' and entered in the appropriate values. It was not showing on the ...
1
vote
2answers
576 views

Shake Icons on Longpress [EDIT MODE]

I have an Android application with some ImageButtons, just like icons. I would like to know how I could implement a function to "shake" icons after user long-presses them. Like iPhone icons on edit ...
4
votes
2answers
4k views

Oracle DB 11g XE, how to import file with SQL commands?

i have a simple problem, but for f.. sake i cant find how to solve it. I have a file which include many sql commands, like this: insert into .. ; insert into .. ; ... And now is the question.. how ...
4
votes
2answers
83 views

Design pattern for application with multiple editions

I would be curious to know if there is a design/architectural pattern for creating applications that have multiple editions (for example how Windows has Home, Standard or Ultimate editions). The main ...
-1
votes
2answers
309 views

Remove “<Student Version>” prefix on Student Version? (Ubuntu) [closed]

Is there a way to remove the prefix <Student Version> on each window? It is quite cumbersome causes the figure names to take up a bit of space. I am open to any possible window renaming ...
1
vote
0answers
231 views

SQL CE Private Deployment & Out of Browser Silverlight

With silverlight 4 we get access to COM and with SQL CE 4.0 we get Enitity Framework and nice little database server. I have a need for a standalone application (executing from a external jump drive) ...
2
votes
4answers
359 views

Insert line on the fly in a file with PHP

I want to make a .php file downloadable by my users every file is different from an user to another : at the line #20 I define a variable equal to the user ID. To do so I tried this : copy the ...
1
vote
1answer
1k views

Salesforce Professional Edition : Installing this package requires the following feature and its associated permissions: Apex Classes

I'm trying to install a MANAGED PACKAGE from my developer org to TRIAL Professional Edition, and it is resulting in following error: Installing this package requires the following feature and its ...
5
votes
3answers
1k views

How to check Windows edition in Java?

I want to check Windows edition (Basic or Home or Professional or Business or other) in Java. Please let me know the solution. Thanks much in adv.
3
votes
2answers
8k views

Java EE 6 Design Patterns

I would like to know about the design patterns that can be applied in Java EE 6 implementation. MVC. GOF. DAO Persistent relational mapping pooling CEC Entity control boundary (ECB) and many others ...
0
votes
1answer
401 views

How to check that system have Mysql x86 or Mysql X64

I want to check that which type of Mysql my system have. means X86 or x64 [32 or 64 bit]. any way to check that this thing in MySQL
0
votes
3answers
310 views

Java Desktop application

This is a single question, but with a couple of sub questions. I am planning a Desktop application using Java and I am using NetBeans as the IDE. Questions: Why so many Javas? Java, Java SE, Java ...
0
votes
1answer
72 views

what edition of db is best for primavera?

If a user wishes to run Primavera on SE database instead of EE, what are the pros and cons he is looking at ?
1
vote
1answer
4k views

How to edit a ListPreference value from java code in Android

I know how to change the value of a CheckBoxPreference, but I can't get it to work for a ListPreference. Here is how my preference screen is built: one CheckBox for the default A ListPreference to ...
3
votes
6answers
252 views

Is it necessary to test my application on all Windows OS's AND all editions of each?

I will be testing an application that claims to run on Windows XP, Windows Vista, and Windows 7. I know that I have to test the application for each of those on 32-bit and 64-bit (if it exists), but ...
2
votes
3answers
161 views

Identify Windows Editions with Python

I am writing a function which prints out detailed Windows Version informations, the output may be a tuple like this: ('32bit', 'XP', 'Professional', 'SP3', 'English') It will be supporting ...
0
votes
2answers
61 views

managing software editions created in java

I plan to create 3 editions of a piece of software in java from existing code base. what's the best practice? should I create 3 different projects one for each edition? Also any tools for managing ...
0
votes
5answers
3k views

How to check if pdf was modified

I have a pdf generated by 3rd party system. Using pdf editor or els software I have modified it. Is it possible to detect if pdf file was modified, without original file? 0 vote down check I will ...
1
vote
3answers
873 views

Opinion on TFS Database Edition

Database edition seems appealing but does anyone have any experience with it and how effective it is and how easy to manage? Does it work well for you in terms of source control of schemas, sql procs, ...
4
votes
3answers
195 views

How to obtain Vista Edition programmatically?

How to obtain Vista Edition programmatically, that is Home Basic, Home Premium, Business or Ultimate ?