in need of a little motivation...
-
I have been reading Professional JSP from wrox for the last couple weeks, i think i am the point where i can start writing code. I am building an e-commerce website, i am not interested in testing my skills, no time for that. I however can't get myself to start coding, I can't stop imagining all the things that are going to go wrong. :sigh: I am sitting in my flame proof buncker, so don't even bother. by the way, perl stinks.
mystro_AKA_kokie wrote: I however can't get myself to start coding, I can't stop imagining all the things that are going to go wrong. Don't lose your time, things always go wrong beyond imagination... :rolleyes: Yes, even I am blogging now!
-
I have been reading Professional JSP from wrox for the last couple weeks, i think i am the point where i can start writing code. I am building an e-commerce website, i am not interested in testing my skills, no time for that. I however can't get myself to start coding, I can't stop imagining all the things that are going to go wrong. :sigh: I am sitting in my flame proof buncker, so don't even bother. by the way, perl stinks.
mystro_AKA_kokie wrote: I can't stop imagining all the things that are going to go wrong It is all in the planning: Failing to plan is planning to fail.
"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar The Second EuroCPian Event will be in Brussels on the 4th of September Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way! My Blog
-
mystro_AKA_kokie wrote: I can't stop imagining all the things that are going to go wrong It is all in the planning: Failing to plan is planning to fail.
"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar The Second EuroCPian Event will be in Brussels on the 4th of September Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way! My Blog
Colin Angus Mackay wrote: Failing to plan is planning to fail. But planning for failure is a plan for success. :~ Marc Microsoft MVP, Visual C# MyXaml MyXaml Blog
-
I have been reading Professional JSP from wrox for the last couple weeks, i think i am the point where i can start writing code. I am building an e-commerce website, i am not interested in testing my skills, no time for that. I however can't get myself to start coding, I can't stop imagining all the things that are going to go wrong. :sigh: I am sitting in my flame proof buncker, so don't even bother. by the way, perl stinks.
mystro_AKA_kokie wrote: I however can't get myself to start coding GET OFF YOUR BUTT AND GET TO WORK, YOU SLACKER!!!! :-D Marc Microsoft MVP, Visual C# MyXaml MyXaml Blog
-
Colin Angus Mackay wrote: Failing to plan is planning to fail. But planning for failure is a plan for success. :~ Marc Microsoft MVP, Visual C# MyXaml MyXaml Blog
Marc Clifton wrote: But planning for failure is a plan for success. Reminds me of these Win32 APIs where the return code can be
ERROR_SUCCESS
"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar The Second EuroCPian Event will be in Brussels on the 4th of September Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way! My Blog
-
mystro_AKA_kokie wrote: I however can't get myself to start coding GET OFF YOUR BUTT AND GET TO WORK, YOU SLACKER!!!! :-D Marc Microsoft MVP, Visual C# MyXaml MyXaml Blog
My fears weren't unfounded, i just spent half an hour staring at a javac compiler error message, google isn't helping.:(( I am sitting in my flame proof buncker, so don't even bother. by the way, perl stinks.
-
My fears weren't unfounded, i just spent half an hour staring at a javac compiler error message, google isn't helping.:(( I am sitting in my flame proof buncker, so don't even bother. by the way, perl stinks.
-
What's the error message? /ravi My new year's resolution: 2048 x 1536 Home | Articles | Freeware | Music ravib@ravib.com
Turned out not to be an error but a warning about using a deprecated API...you can see why i am paranoid:) I am sitting in my flame proof buncker, so don't even bother. by the way, perl stinks.
-
Turned out not to be an error but a warning about using a deprecated API...you can see why i am paranoid:) I am sitting in my flame proof buncker, so don't even bother. by the way, perl stinks.
-
Look at the bright side: (1)
java.exe
was nice enough to notify you of the fact and (2) NO MORE MEMORY LEAKS! :) /ravi My new year's resolution: 2048 x 1536 Home | Articles | Freeware | Music ravib@ravib.comAnd you get plenty of time to read the null-pointer exception error messages :)