topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Friday April 26, 2024, 4:01 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.


Topics - electronixtar [ switch to compact view ]

Pages: prev1 [2]
26
I've using OneNote for years, now collected data over 1GB  ;D

But I find it very annoying first because it's BIG, have install Office 2007 to use it, hope it's more slim and portable.

And I could not manage my info on Linux/Mac

Suddenly I thought that if OneNote support SVN versioning, everything is solved! I can even pending the same post from many places

Is there any full-stack PIM software like that?

27
Living Room / Where else do you go except DonationCoder
« on: May 31, 2008, 11:42 AM »
I am totally n00b to English speaking communities. I came to DonationCoder because of that loooong editor choosing thread and FARR.

So which are the top 10 sites developers always go? I'd really like to see what's going on in a BBS/forum/community. Always like to see new ideas.

Any recommends?

28
If you are going to publish you FARR MOD or plugin package on Web please double check every plugin folder  for "options.xml" where your Gmail account & password may be leaked through distribution. Especially "Google Calendar Quick Add" or any other account related plug-ins.

options.xml looks like this
<options>
<username label="Email :" value="[email protected]"/>
<password label="Password :" value="xxx"/>
</options>

One of the DC member already made a terrible mistake. I can't image how many ppl have donwloaded that plugin package.

Also, are there any ready-to-use solutions for credentials storage?

Saving plain passwords in XML is not a good idea. I am currently trying to write a twitter plugin for FARR, but where to save the passwords? The web-based auth_token hacking is complex & unstable

29
Hi everyone  ;D I used to be a launchy 2.0 user now I am switching to FARR. FARR is one of the best & most customizable launch programs :-) I recommend it to lots of my friends   ;D

Here's some of my suggestions. I quite n00b to FARR so if any of these were actually implemented by plug-ins, reply me. Thanks!

1. Simplify settings & options UI like launchy. In fact users do not care what a path's  score is. Just keep it simple and stupid.   It'll be never better if you could get hands on FARR without even reading the manual
2. Index registry "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths" so Launchy acts exactly as Win+R
3. Support indexing Google Bookmarks, Live bookmarks, Del.icio.us bookmarks
4. Support Opensearch like firefox do.(Something like Google Suggest) The AJAX drop down list is really cool.
5. I strongly recommand "launchy"-like two-column UI design. On the left you type command, the right display program name, the middle display an icon. The advantage of this is, you can type 1+1 on the left while display 2 on the right. Another example: Left for word input right for spell check or dictionay? LOL.
6. Now the most intersting part, if user's input matches a file, and a icon appears, display Explorer menu when right click the icon.  :-)
7. When a exact file/folder matches, support drag & drop operations compatible with Explorer. e.g. I type C:\Tools\Notepad.exe and then drag 1.txt from desktop to FARR so FARR launch 1.txt with  C:\Tools\Notepad.exe :-)
8. Index IE, Firefox, Opera history URL's & Webpage title
9. Options for store settings in Registry, .ini in %APPDATA% and in FARR directory to make FARR "portable"
10. An "Apply" & "Cancel" button in Options window so if a user tweak something wrong, he could just click Cancel.
11. i18n UI please :-)
12. Another i18n consideration. Suppose I am a Chinese user, I wanna match "你好.txt" typing "ni hao" or "ni h" or "n hao". You can launchy an i18n file/app without actually switching IME!
13. I strongly disagree using Ctrl+Space as the default FARR toggle hotkey cauz many CJK Windows use Ctrl+Space as default hotkey for IME switching
14. Something like weby in launchy, But provide more variables, %s for ANSI escaped keyword, %us for UTF-8 escaped keyword
15. Tab, Tab and Tab. Use the tab key more. e.g. "wikipedia TAB Donationcoder" opens http://en.wikipedia....g/wiki/Donationcoder. I think Tab is much better than space. Using space to separate parameters u have to worry the existing space in a parameter and use double quotes wrap a parameter, and Tab could avoid this

update:
16. How about store indexed file/folders in a SQLite database? So 3rd party tools could easily add entries to the list?
17. FARR UI will froze when doing network query. Hmm. May be display a "loading" and start a new background thread query will be nicer?
18. Support environment variables internally. Though a plugin could do this but envrionment is far too important.


That's as far as I could think of. FARR the coolest! Thank you Mouser & DonationCoder community!

30
General Software Discussion / Looking for a notepad software
« on: August 08, 2007, 09:54 AM »
This is my first post @ donationcoder, so hello everyone! I am looking for a note-taking program that offers:

1. XP/Vista compatible window style
2. Very tiny and fast. I want it to stay in memory all the time in case I need write down something
3. Activate on hotkey, activate if a second instance of the application starts
4. Auto-hide. When drag window to edge of screen, it could scroll to dock, when mouse stayed near screen edge for a second the window will appear.
5. Delete duplicate lines. I need this function when dealing with massive URL collections.
6. Line filtering. Just like live-search, when type a few letters display lines containing these keywords, just like the result of bash command: cat xxxxx.txt | grep "keyword"
7. High-light search result. Support RegExp search if possible.
8. Support external programs. Example: View current selection with SourceInsight, provide an API/SDK if possible

The reqirements seemed strict, I just wondered if there is any similar softwares.

Please do not recommand note-organizing softwares, I am using OneNote 2007 and it feels good.

Pages: prev1 [2]