topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 25, 2024, 1:29 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - relipse [ switch to compact view ]

Pages: prev1 2 [3] 4 5next
51
General Software Discussion / Re: 2013 Version: Browser Wars
« on: January 28, 2013, 01:58 AM »
chrome rocks!

52
N.A.N.Y. 2013 / Re: NANY 2013 PLEDGE - Contractor's Work Log
« on: January 14, 2013, 06:10 PM »
Ok originally that is what I was thinking of doing, selling the source code for private installs.
In the mean time, I have instead received advice for charging a monthly fee (which I plan on implementing in the next few months at cworklog.com).

Depending on the price or interest, I still may sell the source for private installation, but the problem is what licensing do I put on the source code, and what about upgrades? Since the main site (cworklog.com) will be updated frequently with added features, you may find you want those features.

Since the original post,  I've changed the web server to linode, I have purchased a security certificate, i have paid programmers and testers to help get cworklog.com on the road and I am in the middle of working on an windows/macos/linux time-tracker that synchronizes to the server while it is online, and still tracks your time while you are offline (the current GUI only works while online).

In short, in about 3 months, I will have a monthly payment plan to use the secure https://cworklog.com with all the updates and features.

As far as a private installation, you might want to contact me about rights and what you intend to use it for and perhaps we can come up with something. ([email protected]).

Notes* I am also looking to do an android and iphone app to also monitor offline usage.

Jim

53
if you know php you can use dompdf to convert html to pdf
comes in handy
example code below:
Spoiler

   $contents = '<html><head></head><body><h2>Your Html Here</h2><center>hi</center></body></html>';
   require_once("lib/dompdf/dompdf_config.inc.php");
  
   set_time_limit (0);
   $dompdf = new DOMPDF();
   $dompdf->load_html($contents);
   //$dompdf->set_paper('paper', 'landscape');
   $dompdf->render();
  
   $dompdf->stream("Invoice", array("Attachment" => false));
   exit(0);


i used it to generate invoices at https://cworklog.com

54
Good ol notepad++ and Chrome ctrl-shift-j for debugging for me.

55
Developer's Corner / Re: Learn C (and other things...) the Hard Way
« on: December 28, 2012, 04:22 PM »
Wow, nice resource.  I'll be looking at this later; especially the Regex's; been wanting to learn that for a while, especially as it seems a pre-requisite for Linux hackery, and I never bothered to learn much beyond the basics.
Thanks to you and Josh  :Thmbsup:

I have been using RegexBuddy for several years now, a must tool for regular expressions worth every penny i spent on it, that will teach it to you by example.


56
LaunchBar Commander / Re: Show us your LaunchBar Commander Screenshots
« on: December 24, 2012, 12:26 AM »
yeah i think its the regular gray (none)

57
LaunchBar Commander / Re: Show us your LaunchBar Commander Screenshots
« on: December 24, 2012, 12:06 AM »
desktop_lbc.jpg

here is my setup, i love lbc

58
Found Deals and Discounts / Re: Expert PDF 8 Professional
« on: December 23, 2012, 12:26 AM »
man...powerdesk still doing it, eh?  my first alternative file manager over 10 years ago.

tom told me about Directory Opus which i just purchased after my 60 day trial, i purchased the light version but i may upgrade to pro! i love it

59
N.A.N.Y. 2013 / Re: NANY 2013 PLEDGE - Contractor's Work Log
« on: December 17, 2012, 01:25 PM »
hey tomos if you are having trouble with the gui, it would help to change the base url to https://cworklog.com
notice the "s"

Jim

60
N.A.N.Y. 2013 / Re: NANY 2013 PLEDGE - Contractor's Work Log
« on: December 14, 2012, 09:36 PM »
Editing the time (minutes worked) should modify the End Time, after putting "10" for 10 minutes, look over the end-time and confirm if it is actually 10 minutes. If you are satisfied, press enter

61
N.A.N.Y. 2013 / Re: NANY 2013 PLEDGE - Contractor's Work Log
« on: December 11, 2012, 02:27 PM »
a request:
customisable timezones

EXCELLENT SUGGESTION, I"LL HAVE TO MAKE THAT TOP priority
Thank you tomos

62
N.A.N.Y. 2013 / Re: NANY 2013 PLEDGE - Contractor's Work Log
« on: December 09, 2012, 01:17 PM »
Hey I'm pretty sure this is an IE8 javascript engine problem, meaning if you allow your computer to update to IE9 everything should be fine.
My computer just upgraded automatically so I can't test it out on IE8 again.

Is there a reason you want IE8? Or just haven't thought about it?

Because if there IS, I can work on a fix for it, if not, I won't worry about it.
Thanks,
Jim

63
N.A.N.Y. 2013 / Re: N.A.N.Y Pledge: Automatic GST calculator
« on: December 02, 2012, 06:18 PM »
i can do this...
would be neat to allow user to add his own keystroke combinations for display

64
N.A.N.Y. 2013 / Re: NANY 2013 PLEDGE - Contractor's Work Log
« on: November 30, 2012, 08:42 PM »
Work Log GUI Works on Linux!!!
Today I decided to test the gui 0.9 on linux (Ubuntu 12.10) using wine (if you don't have wine type sudo apt-get install wine)

Simply download and extract the zip then right click WorkLogGui.exe and choose
"Open With Wine Windows Program Loader"

Now you can log your time on the cworklog.com cloud using Linux AND Windows
Drawbacks
 - the javascript engine does not work, thus making these things not work and useless:
 - Automatic-login,
 - the pop up menu calling Start and Stop time log useless
 - The pop up asking for specific time log notes to not pop up (you'll have to log your notes using time_log_show.php


http://cworklog.com/...orkLogGUI.latest.zip

65
N.A.N.Y. 2013 / Re: NANY 2013 PLEDGE - Contractor's Work Log
« on: November 30, 2012, 12:24 PM »
Everyone: A new version of the GUI Client has been released 0.9 with a security fix. Please update immediately as there was a problem passing the username and password through the $_GET string allowing log files to contain it.

http://cworklog.com/...orkLogGUI.latest.zip



minor notes from today so far:
# close to tray should be default setting for an app like this imo
Hmm, I'll need more feedback to justify changing the default.
# I get a tray-popup after 30 seconds idle time [after two minutes inactivity it automatically stops the timer] - this is too soon imo, I find it pops up more often than I want and considering the (default?) two min limit on inactivity I think it would be better at the half-way (one minute) mark
Yeah i was always wondering about this, i just kind of got used to it personally, how about at the 75% mark?

# I right-clicked the app and added login details to prefs - I didnt get to see any image at any stage of the procedure. I prefer this myself :up: it's a functional app, you just want to log-in and work.
Of course... I dont want any non-mini pages showing up either. :)
# if you login in the initial window (rather than via prefs) does it offer to save the login details? If not, that would be a logical addition.
Good idea! i'll implement that in the next version
# ticking noise is nice but too subtle I find. I barely notice it unless the volume is quite high. (Volume currently @ 20 here - I can hear other stuff mostly quite well at that volume.) I got used to it :up:

Yeah it's nice because it lets you know it is still running and you are still "at work"
But on another note, if you want to change the sound just go to the /sounds directory and copy another sound file with the same file name. If you find a good one maybe i'll include it in the next release!



Gui Future Updates
Instead of wrapping the website in a mini web browser, I want to get a real web service for cworklog.com allowing development on other operating systems very easy. What do you all think?

66
N.A.N.Y. 2013 / Re: NANY 2013 PLEDGE - Contractor's Work Log
« on: November 27, 2012, 03:21 AM »
Ok, contact has been made and I have confirmed that this happens on machines where IE 8 is installed, I dont know about IE 7 or IE 6, but IE 9 produces no such error.

The problem has been fixed in version 0.897 which can be gotten here:
 http://cworklog.com/.../WorkLogGui_0897.zip
or the latest can always be gotten at
  http://cworklog.com/...orkLogGUI.latest.zip
(in case this post gets out of date)

A note to everyone else: Can anyone with Windows please try out the client-side GUI. It has amazing features such as auto-stop-logging when idle
All of your work logs are the same, whether using the GUI or using the website.


on that same note, if you have an android or iphone please do try http://cworklog.com


67
N.A.N.Y. 2013 / Re: NANY 2013 PLEDGE - Contractor's Work Log
« on: November 26, 2012, 03:44 PM »
Can i watch you try this live? my email is

contact made

EDIT/ @relipse - I suspect we're on different timezones -
you can see from my PM icon whether I'm online or not
(heading off shortly)

Ok, contact has been made and I have confirmed that this happens on machines where IE 8 is installed, I dont know about IE 7 or IE 6, but IE 9 produces no such error.

That being said, it is only a pop up message and does not affect the rest of the software, so you can still use it, But I will get to the bottom of this.
Jim

68
N.A.N.Y. 2013 / Re: NANY 2013 PLEDGE - Contractor's Work Log
« on: November 22, 2012, 10:09 AM »
Your link diverts to my worklogs ?

Forgot to say:
I'm on an admin account but I have UAC at the highest level.

I use a clipboard manager to remember/paste the password.
I repasted it in prefs and restarted the app after:

Running as admin makes no difference.

When I start, I see the minimal window with login fields & button - the fields are now filled.
It seems to try to login -but I dont really know- there is a pause anyway, and then I get the error about the file.
Then I see the image as per your post #21

I am then able to login manually no problem

Exactly the same if I run as admin or not.

The only other machine I have here is Win 8 - I can try that tomorrow to compare.

Can i watch you try this live? my email is <my-dc-username>@gmail.com

Thanks,
Jim

69
N.A.N.Y. 2013 / Re: NANY 2013 PLEDGE - Contractor's Work Log
« on: November 21, 2012, 10:14 AM »
After I add my login details to preferences, this is what I see on start up:
 (see attachment in previous post)
(should it not log me in automatically?)

Ok, after you add your login credentials to the Preferences -> Server tab, you need to close the program and re-open it.

If you see the main website coming up in the mini browser that means there is an error.
Basically the app loads a minified version of the website seen here: http://cworklog.com/index.php?mobile=1
If the login screen does not look like that, then perhaps the credentials are incorrect.

What I am concerned about is the file not found error. Did you try running the app as administrator?
Is your account a guest account or anything?

70
N.A.N.Y. 2013 / Re: NANY 2013 PLEDGE - Contractor's Work Log
« on: November 20, 2012, 06:44 PM »
Ok I fixed as many bugs as I can as well as have the new design partially implemented
work_log_new.jpg

I also added a feature to have the work log timer stay in the task bar, so try out the latest GUI for Windows
http://cworklog.com/.../WorkLogGui_0889.zip

71
N.A.N.Y. 2013 / Re: NANY 2013 PLEDGE - Contractor's Work Log
« on: November 20, 2012, 06:17 PM »
When I look in settings, my name and password are already saved (I didnt add them there manually - maybe they were picked up from the ini file).

The password is slightly encrypted so modifying the ini file will not work directly (for the password). However, the other fields can be changed perfectly fine. The Preferences reads from the INI file yes, so that is why there is already some text there.

72
N.A.N.Y. 2013 / Re: NANY 2013 PLEDGE - Contractor's Work Log
« on: November 20, 2012, 06:12 PM »
When I look in settings, my name and password are already saved (I didnt add them there manually - maybe they were picked up from the ini file).

I'm using IE8 still ... but I do have an idea what might be causing the focus problem (will test tomorrow without the possibly-suspect app).


The focus problem is fixed, I just need to upload to the server for you to see changes.
Thanks again for all your help

73
N.A.N.Y. 2013 / Re: NANY 2013 PLEDGE - Contractor's Work Log
« on: November 20, 2012, 06:11 PM »
---------------------------
Work Log Timer
---------------------------
The system cannot find the file specified.
---------------------------

As far as this error is concerned, if you run the .exe as an Administrator, do you still get this problem?
I am still trying to figure out why it would fail.

74
N.A.N.Y. 2013 / Re: NANY 2013 PLEDGE - Contractor's Work Log
« on: November 20, 2012, 05:56 PM »
Hi Jim

I dont think the first error is permissions - I have it in
C:\Portable\WorkLogGui
got the same error from
F:\Temp\WorkLogGui
(I also tried it with the "_0887" at the end of the folder name with no difference.)

Should the ini file store my username and password? It doesnt automatically.
I added them manually - now I get the screen like first image in OP, but I'm not logged in nor are my details aren't filled in.

Before that I didnt get any image - just the two fields and a login button.

The only way to store your username and password is to go to the Server tab in Preferences, you have to save it THERE first (simply logging in will not do it)

I think you are using a later version of IE which complains about a focusing issue that I used to have (the time log notes used to be visible) I fixed this, but am working on some other stuff before I upload the changes

75
N.A.N.Y. 2013 / Re: NANY 2013 PLEDGE - Contractor's Work Log
« on: November 20, 2012, 11:40 AM »
When I click stop (and add comment) the GUI reverts to showing 'Start' but does not reflect the work just done in the time/cost shown.
When I click Start again - it then shows the work that was done in the previous stint.

Yeah this has annoyed me for quite a while but I never went ahead and fixed it, thanks
it is on the list.

As far as the other errors, the app needs to create/modify the ini file so if you don't have proper permissions that could mess it up. I have mine running from my c drive (something like c:\utility\cpp\worklog\) so I haven't had any problems yet (I too am on Windows 7)


Be sure to try out using the hotkey Alt-` to start/stop and auto-idle-time detection , that is one reason I have been using the windows version instead of the pure web version
Jim

Also as far as the script error can you help me reproduce it?

Pages: prev1 2 [3] 4 5next