Tagged Questions
The advice tag has no wiki summary.
6
votes
3answers
41 views
How to trim down Visual Studio to make it faster?
A recent exposure to an old IDE that was as almost as responsive as notepad, and the answers I got about it, got me thinking - Visual Studio must really have a lot more stuff that I never use than I ...
5
votes
4answers
377 views
Erlang / Python framework for Web2.0 / Mobile2.0 application, includes video, chat, click-to-call etc
Am a relative newbie to both Erlang & Python (can write/read small programs, yet to master FP-paradigms), willing to learn but need to move fast from learning to production, seeking some community ...
4
votes
2answers
299 views
Perl MVC to replace my current website code?
Currently my website uses HTML::Template, CGI::Session, DBI, CGI and I am looking for a Perl MVC to replace it, that:
Is simple to deal with, if possible easier than CGI::Application
Can be used ...
3
votes
1answer
68 views
Advice for switch from C# to Java [closed]
Thanks for taking the time to answer my question.
I have a year of experience working in the .NET environment and the C# language. I consider myself proficient in object oriented programming in C#, ...
3
votes
2answers
376 views
How to use @package & @subpackage in phpdoc?
I'm wondering how I should use @package & @subpackage for class doc.
let say I've the following class
class My_Controller_Action_Helper_MyHelperAction extends Foo_Bar {}
Should it be:
...
3
votes
6answers
190 views
Should I understand compiler theory and mechanics?
I've been doing C# development for about 4 years now, and prior to that C development for 3 years. I have this book on compilers. My goal is to become a well-rounded programmer by avoiding ...
3
votes
5answers
138 views
Current project tells me I need to look at Javascript OOP, should I?
I'm working on (and have actually finished) a project that fetches price quotes based on user-entered data. I've written the code already and it works fine. It's written in javascript/jQuery using ...
3
votes
2answers
150 views
Emacs/Emacs Lisp: can I insert advice before interactive form? or how to intelligently pre-set the compile-command?
What I'd like to do is intelligently pre-set a buffer-local default value for the string argument to the compile function.
Right now compile.el defaults to using "make" as the command. I can set ...
2
votes
1answer
41 views
Spring AOP superclass method execution without @target
Consider the following situation:
class A() {
void a();
}
@MyAnnotation
class B extends A {
void b();
}
I want to advice all methods of all classes annotated with @MyAnnotation (i.e ...
2
votes
1answer
60 views
What is the easiest way to generate a Java client from an RPC encoded WSDL
I’m new to the concept of web services and I’m currently working on a project where I need to retrieve some data from an external application via SOAP.
This application provides an RPC encoded WSDL. ...
2
votes
3answers
425 views
How to control network client pc
In my local network ,I have more than 10 pc.I need to take care all of the pc.I want to know all pc’s hardware informations.I also want to control those pc,Suppose ,at this moment I want to restart ...
2
votes
2answers
494 views
S3 Alternatives for storage of 2Gb?
I have a simple rails app that will need a few photos to be saved on a server and be able to be retrieved. I won't exceed 2 Gb. Is there any cheaper or free alternatives that provide online storage ...
2
votes
2answers
40 views
When is it best to write your own or learn a new “platform” and write extensions to fit your needs?
I'm looking for some advice from some people who have been "in the game" for a while. I'm fairly young, but I know when it's best to ask advice from those "more experienced." :p
Anyways, I'm looking ...
2
votes
3answers
416 views
network programming in C/C++
I would like to know what are the good books available in the market for network programming in C or C++ (in Linux). I know the book by Richard Stevens (UNIX Network Programming) is very popular and I ...
2
votes
3answers
166 views
Can I set a state within a function?
I have this code:
procedure EstablishCommunication;
var
State : TStates;
Attempts : Byte;
procedure IncAttempts;
begin
Inc(Attempts);
end;
begin
...
2
votes
4answers
264 views
Webservice that returns an image plus a number
If I have a webservice that returns an image, is there a standard way to also have it return some structured data (in the simplest case, an additional string or number)?
See this question for a PHP ...
2
votes
4answers
665 views
How can I build a online chat website?
Bear with me! I know this is a very vague question, but I'd like some guidance. I've never attempted to create something like this, so I'd like any advice possible.
This is the end result I have in ...
2
votes
2answers
239 views
What is a good resource for learning advanced SQL and PL/SQL [closed]
I already know the basics of both but would now like to learn some more advanced features.
The main purpose being to arrange raw data in a particular way. Or to compare values between different ...
2
votes
1answer
72 views
Class structure for the proposed data and its containers?
First I would like to wish a happy new year to everyone that may read this :)
I am having trouble on how to make a container for some data that I am importing into my application, and I am not sure ...
2
votes
10answers
542 views
Delphi and storing database
I want to develop a Delphi application which must use a Database,
I firstly think to INI Files but the access is slow and are limited in entries stored.
I tries, but not successfully to used MyBase, ...
2
votes
3answers
74 views
will coding and learning asp.net mvc as I go be disastrous or effective
I've not done anything so far in mvc, but I can't really even call myself a web forms intermediate programmer (despite using it for 1-2 yrs). Ive been doing research into mvc for a while. I played ...
1
vote
2answers
40 views
Graphics for a .Net WPF application
I'm developing an application that I think I might do in WPF, and .Net 4 using VS2010.
I't basically a monitoring app to show the status of various systems.
For a bit of a laugh, I want to create a ...
1
vote
1answer
32 views
Enterprise Portal + SOA system - will future development and extensions be costy in time?
At work we are designing an enterprise system that will consist of a few sub-systems. The subsystems are quite large and independent modules themselves. We plan having
1) Accounts and Security ...
1
vote
2answers
59 views
Reoccurring background task. Windows Service, Background Thread or Something else?
I'm writing a small system tray program in c#.net which displays a list of assignments for the logged in user. It retrieves all information on the assignments from a MSSQL database. What I would like ...
1
vote
2answers
46 views
php mvc business logic - need advice
I'm really lost on this case. I am trying to apply a custom MVC framework to my web application. The confusion rises from organizing the SQL queries. OK, here's the case:
UserRepository, ...
1
vote
1answer
111 views
Whether to use reporting tools or not?
I want to create a report. I have already stored all the query results in their appropriate textboxes. Now that I have all the data I require, do I need to use report viewer?
I haven't connected my ...
1
vote
2answers
67 views
Are there php tutors out there? [closed]
I've done php for a couple years now. If I need something done I'll do it.
However I'm not always sure my approach on things is right. It would be great if there was
somebody who came in once a ...
1
vote
4answers
82 views
Views on Message Board Topic
I am writing a basic PHP message board script. I want to track views on threads, but don't want to just increase views when someone loads the page. I plan to have pagination on threads with lots of ...
1
vote
2answers
114 views
advice on datastructure for ajax/javascript/jquery page
This is a JavaScript/Ajax webpage (also using jQuery).
I have a nested structure I need to display. After displaying a top level element, users can click on it, and see levels below it (dynamically ...
1
vote
1answer
127 views
What are some arguments AGAINST using EntityFramework?
The application I am currently building has been using Stored procedures and hand-crafted class models to represent database objects. Some people have suggested using Entity Framework and I am ...
1
vote
1answer
214 views
Continue with Python, or would the Arduino be easier?
So this is a fairly broad question, more so asking for general advice over any specific help with my code.
A quick overview of what my end goal is: The idea is an ultrasound based tablet. I want to ...
1
vote
1answer
164 views
Implementation design for serializable command pattern
I would like obtain the community opinion on how to solve a specific architectural problem.
I have an application which is server based, and supports plugins (in the form of managed DLLs), and is ...
1
vote
2answers
157 views
Getting started with Qt4
I've been developing applications with Java for a good while now. However I am finding that I'd like to build richer user interfaces, than Java allows me to do easily. To that effect I thought I'd ...
1
vote
4answers
203 views
Ruby - Should I learn it on Windows 7 or Linux?
What are the pros and cons of learning on one platform or the other. Thank you.
1
vote
1answer
59 views
Handle options and Functions?
I am currently developing a new website in Perl and I am having some doubts on my way.
How should I handle my site options ?
What I mean by "site options" are for example, database name, user, ...
1
vote
4answers
198 views
Advice on working with legacy code
I need some advice on how to work with legacy code.
A while ago, I was given the task to add a few reports to a reporting app. written in Struts 1, back in 2005. No big deal, but the code is quite ...
1
vote
0answers
56 views
License/terms/agreement for beta testers
I want to have my application tested by peers as it's development advances. For this purpose, what sort of license or terms could I add to state that the software could be unreliable and that it ...
0
votes
1answer
21 views
Using something other than ID in routes
I have two models, Book and Chapter.
I would like chapters to be accessed by their order in the book rather that their id's
/Books/the-chapter-title/chapters/1
Would it be recommended to do ...
0
votes
0answers
41 views
Spec-Writing Advice (and Contract based on it) for Outsourcing
A startup wants to write up a Spec for a web app, but they need to outsource the web-app development. The thinking is that a good spec will help guide the contract/Statement-of-Work for things like ...
0
votes
1answer
46 views
Building structure (MVC?) into an existing messy javascript / jQuery web application
I am building a very javascript-heavy application without using any object-oriented patterns, and I need some guidance on how to refactor / restructure my code.
The single-page application currently ...
0
votes
1answer
49 views
Best books for beginner's orientation into programming? [closed]
I have taken two computer science courses, and learned basic Java and C++. I frequently download video game codes to analyze them, and learn from them, but I often get lost.
I dropped out of college ...
0
votes
1answer
21 views
java spring3 annotation basec controller with logging
I am using java with spring3 i have following controller's service method
@Override
public ModelAndView handleRequest(HttpServletRequest request, HttpServletResponse response) throws Exception {
...
0
votes
1answer
44 views
WPF printing with plotter [closed]
Can anyone suggest great place to read about everything I should know regarding WPF printing, to became WPF printing guru and so on...
I'm interested in printing extremely large chart, (near 20 ...
0
votes
0answers
54 views
jQuery AJAX Live Search tutorials advice
I am going to try to implement a jQuery live search, the user has a number of options that will automatically update the query and display the results live on the same page using an AJAX request.
...
0
votes
0answers
34 views
Cover Flow do's and dont's [closed]
When and why would Apple reject Cover Flow style view app? I have seen many apps that are in the app store, but in the forums says that Apple will reject them.
So why it will be rejected and why not?
...
0
votes
1answer
75 views
Need advice on design domain object with good OO
I'm looking for advice on design my domain objects.
I have model EventRule which has many Expressions. Expressions should evaluate and return bool.
Pseudo code:
class EventRule : Entity
{
...
0
votes
0answers
35 views
Kiosk program (web browser), deployment struggles
Okay, here's a complicated one I've been breaking my head over all week.
I'm creating a self service system, which allows people to identify themselves by barcode or by smartcard, and then perform an ...
0
votes
1answer
150 views
RoR Auction Bid Timer
I am looking for advice on how to go about building a timer for a an auction site I'm working on. (like ebay)
I have the auction pages etc created I'm just missing the timer.
Please can you point me ...
0
votes
0answers
62 views
Exception produced in “before()” advice is caught too late
I'd like to place some assert in before advice. But I cannot understand how the exception is propagated. It arrives later than expected. Why it happens? Unfortunately I cannot find any specification ...
0
votes
1answer
199 views
Issue with Spring Method interceptor
I'm having an issue with using Spring interceptor. I've a CXF service endpoint method which I'm trying a wrap with an interceptor to do some initialization. For some reason, the interceptor is not ...