|
Hello
I just found this really nice software, but I am missing one feature. When i hit the "clock"-button next to the "Spent"-column, the time in the "Spent"-column starts ticking. I can also see that I can right click a lin, go to "Other task attributes" and click "Add time to task log time". In this window I can put a check mark in the "Also add time to task's time spent", and if I then add a negative amount of time, the hours spent will decrease.
But I don't find this to be a good way to edit the time. Let's say that I with an accident started the timer for wrong task. I would then like to go into that task, get an overview of every time I have started/stopped the timer, and then select the wrongly added amount of time, and delete it.
Is this possible in any way? Or could it be made?
|
|
|
|
|
If you are referring to an article at CodeProject you can post such questions in the article forum (scroll down to the end of page when viewing the article).
This forum is definitely the wrong place. It is about work related discussions:
"Talk about work issues, get tips on resume writing, hiring, firing, office issues, co-workers and coffee etiquette."
|
|
|
|
|
|
Member 12594890 wrote: Is this possible in any way? Or could it be made? The answer is yes, anything is possible when you can write code. But that's the only answer we can give you since you didn't even mention what program you are using. Not sure what you were really looking for.
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|
|
I use \d*000$ for a multiple of 1000..
I am searching for a code of multiples of 250 and 500
|
|
|
|
|
You haven't had a reply in 10 months, probably because it is the wrong forum and because you don't state what language you are using. On the assumption that you are looking for a Regular Expression, you could try \d*(000|250|500|750)$
|
|
|
|
|
Hello,
Could you help me to get contacts to find a developers or IT consulting company at Hong Kong?
I don't know where to start.
|
|
|
|
|
Most companies will use a recruitment agency for developers but you can go direct and simply advertise you needs on a job board.
IT Consulting companies will advertise so a search of Google should get a bunch of results.
Getting a good one of either is the challenge!
Never underestimate the power of human stupidity
RAH
|
|
|
|
|
Hello, this is my first post. I came here for advice regarding casual contract work for programmers.
I'm a recent graduate, and I took on a casual contract with an organisation as the sole developer to build a non-commercial Java application and which would pay a set amount at the completion of the project. Because of the nature of software development work - shifting requirements, debugging and ongoing maintenance, etc. - I was a little worried about the nature of the contract, but I knew the people fairly well and trusted them to be fair, and I really needed the work!
Well, requirements did continue to shift, and new things added to the project, and the time-frame kept expanding, and I was eventually paid less and less per hour until in the end it was barely worth my time (and I didn't know how to say no to them!).
My question is: has any one else had experience with this kind of contract, and what was your experience like? How did you handle the contractual relationship when requirements continued to be added and changed? Was I completely idiotic to take on a contract with these conditions for this kind of work?
Thanks very much!
R.
|
|
|
|
|
ra-oul wrote: How did you handle the contractual relationship when requirements continued to be added and changed? By being very specific with the scope of the job. I do exactly what's written on the requirements document, which you Company have read and signed, for that amount of money. X modifications and Y hours of support are included, after that we renegotiate.
ra-oul wrote: Was I completely idiotic to take on a contract with these conditions for this kind of work? Idiotic? No. Naive? Yes, but you're inexperienced so it's easy to fall into this pitfalls. What doesn't kill you makes you smarter.
The general rule of thumb is to be specific and explicit. What happens if you're not satisfied with the final product? What happens if I have to call back on the project? What happens should the company cut off the project? And by "what happens" I'm talking about "How much do I get paid / have I to refund to the company" and "What are my legal liabilities".
GCS d--- s-/++ a- C++++ U+++ P- L- E-- W++ N++ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t++ 5? X R++ tv-- b+ DI+++ D++ G e++>+++ h--- ++>+++ y+++* Weapons extension: ma- k++ F+2 X
If you think 'goto' is evil, try writing an Assembly program without JMP. -- TNCaver
|
|
|
|
|
ra-oul wrote: has any one else had experience with this kind of contract Probably most of us have been down this track in our early years of developing. As has been suggested be as specific as possible, I would be surprised if you even had a spec document probably more likely a requirements statement and worked from there.
In my later years I would take the requirements meeting and maybe 2 others. I would then give them and estimate to write the specification.
Once you have written the spec you should have reduced the potential scope creep. Note, you will never eliminate it! So now you should be able to put an estimate on the development costs (you will get it wrong so go high). Then note that additional requirements will mean additional funding.
Try and identify milestones where you can get paid and how much of the pot you can get at each milestone. This should help you get a reasonable return for your time.
Never forget your reputation is worth more than money so leaving the client satisfied is very important as you need references more than pots of money.
Never underestimate the power of human stupidity
RAH
|
|
|
|
|
Always negotiate an hourly rate.
Period.
Else you WILL be screwed.
|
|
|
|
|
Everyone makes beginner mistakes because we all were beginners. Don't be embarrassed; learn from the experience and move on.
* Always have a contract. Always. If nothing else make sure there is a document that spells out in detail exactly what each party expects of each other; in the simplest cases that may be an email message. But if (_when_, really) it changes, it's equally important to update that document.
* Read Weinberg's The Secrets of Consulting, a book I've given as a gift at least 10 times over the years. One important lesson you'll gain from it is that "The answer to any client query, 'Can you do this?' is always: 'Yes: And this is what it will cost you.'" The cost may be in time or cash or any number of other things. It always surprises me what people are/aren't willing to pay for; make sure you set a price that makes you happy if they respond, "Sure, that works."
* Get money up front. The most common breakdowns are "half in advance, half at completion" though for some projects it may be, "x% at signing; x% at [some midpoint, where you both can see what the end result will look like; x% at completion." Be very clear in the contract what "completion" looks like. You might think it's, "The site is live!" but the client may believe it is, "When the CEO approves it" and she is on a year long sabbatical.
|
|
|
|
|
I know that a lot of the CP members here are contractors/consultants (or were at some time), and I wanted to get some feedback on how you find work contracts:
• Word of mouth
• Professional networking/events
• Employment sites (Monster, etc.)
• Direct contact with companies
• Recruiters
• Etc.
And so on…
I am curious how you find contracts, what channels you prefer, which you try to avoid and why.
Thanks,
Andreas Mertens
|
|
|
|
|
I visit employment site, find a vacancy, then go to the company and write directly to them. I think, if you write directly to the company, they'll see, that you are really interested working with them
|
|
|
|
|
Agencies dont hand out their clients name so it often takes a bit of digging around to find the firm.
If you speak to the agency, then they pretty much own you in respect of that job, and can take you to court if they find out you have cut them out of the deal.
|
|
|
|
|
So im asking for guidance on which programming language to learn if i have basic knowledge of MS-access, and my goal is to be able to create a web based database with the latest futuristic tools by myself, and sell it to small businesses.
so far 2 companies rejected the idea of access, even after proposing the migration of tables to SQL server to bypass the 2 GB limit :S , however its safe to say they were fairly large businesses.
P.S , thank you for ur time
|
|
|
|
|
In my opinion, stick with Microsoft. Use ASP.Net and SQL. Learn C#.
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|
|
ok thx for the advice, what do u think is the language to begin with
|
|
|
|
|
C#
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|
|
alrighty then here i go, one long road ahead hah
|
|
|
|
|
I'm curious, Raffi, why you insist on programming for Access. It's a long obsolete, inefficient database management system with extremely limited capabilities. Once upon a time it was a viable platform for many small business applications because SQL Server was so incredibly expensive. So long as the user count remained below about 5, it was relatively reliable, though prone to corruption if locking was improperly implemented.
But now the free version of SQL server offers capabilities that are orders of magnitude greater than Access ever had, and supports much larger databases. Why in the world would anyone still use Access?
By the way, Access, as part of the MS Office suite, was designed to be programmed using Basic - VBA, to be specific. Using any other language will involve workarounds and compromise. If you really want to build a product that has any hope for widespread acceptance by businesses of any size, Access is definitely the wrong way to go.
Will Rogers never met me.
|
|
|
|
|
well at the time it seemed to be a simple easy way to a create database, at least for small businesses i thought, i know i over estimated it, i started out access cuz i have no coding skills at all, but hey at least i got familiar with limited amount of macro's in access while creating the database, anyway now im learning C# and then asp.net.... and then i guess SQL =/ if i want to pursue my dream of creating databases for small sized businesses by myself to get lots of money
-- modified 17-Apr-16 7:22am.
|
|
|
|
|
You can go with Microsoft, and learn in same platform.
|
|
|
|
|
Hi All,
I'm totally new to this forum, kindly bear me if this is not the right place to ask questions
I am trying to test a web service using SOAP UI 5.2.1.
Crated a SOAP project and added the WSDL but when I'm testing the service by entering the input parameters , I'm getting access denied error .
Have installed SOAP UI in the same server where web service is deployed .
Any help will be really appreciated
Here is the error log
-------------------------------------------------------------
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 3/27/2016 7:21:30 AM
Event time (UTC): 3/27/2016 1:51:30 AM
Event ID: 2cd853bc553340288de4f32f9426c2f1
Event sequence: 4
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/ROOT/IntegrationServices-1-131035170822874864
Trust level: Full
Application Virtual Path: /IntegrationServices
Application Path: C:\Program Files\ICE\IntegrationServices\
Machine name: ICETest
Process information:
Process ID: 5536
Process name: w3wp.exe
Account name: NT AUTHORITY\SYSTEM
Exception information:
Exception type: HttpException
Exception message: Server cannot append header after HTTP headers have been sent.
Request information:
Request URL: http://ICETest/IntegrationServices/MI_EQUIP000.asmx
Request path: /IntegrationServices/MI_EQUIP000.asmx
User host address: 197.148.44.123
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\SYSTEM
Thread information:
Thread ID: 3
Thread account name: NT AUTHORITY\SYSTEM
Is impersonating: False
Stack trace: at System.Web.HttpResponse.AppendHeader(String name, String value)
at Meridium.Integration.Services.BasicAuthenticationModule.OnEndRequest(Object sender, EventArgs e)
at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Custom event details:
Regards,
Prasanth
modified 26-Mar-16 22:13pm.
|
|
|
|
|