topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday November 6, 2025, 2:51 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

Recent Posts

Pages: prev1 ... 8 9 10 11 12 [13] 14 15 16 17 18 ... 36next
301
N.A.N.Y. 2015 / Re: NANY 2015 PRE-RELEASE: Link Warlock
« Last post by hamradio on October 31, 2014, 10:35 PM »
Just started playing with this...

I second the drag-n-drop suggestion.

Suggestion: If a URL is detected on the clipboard, pre-populate the 'Entry' field when adding a new entry.  You could make it even more efficient by adding a "Add URL from clipboard" option that wouldn't even display the 'Adding a New Entry' dialogue.  It would simply add the URL to which group is selected at the time.  Just a thought.

Yeah I am still fiddling with drag and drop some so maybe for a text drag and drop.  You can drag and drop text files to the list at the moment (import/create new list option pops up). One entry per line don't know if you figured that out or not.  You can also drag the xml files it creates to the list as well to open.
302
N.A.N.Y. 2015 / Re: NANY 2015 PRE-RELEASE: Link Warlock
« Last post by hamradio on October 31, 2014, 11:16 AM »
Bump! Any testers?
303
Living Room / Re: Show us the View Outside Your Window
« Last post by hamradio on October 19, 2014, 07:07 PM »
My view from the deck on the back of house...

Ocean_Deck_002_edited.jpg
304
Site/Forum Features / Re: Fetching Preview never loads?
« Last post by hamradio on October 06, 2014, 02:07 PM »
Works with quick reply, but not from full reply screen for me.
305
N.A.N.Y. 2015 / NANY 2015 RELEASE: Link Warlock
« Last post by hamradio on October 06, 2014, 01:14 PM »
NANY 2015 Entry Information

Application NameLink Warlock
Version1.1.0 build 1
Short DescriptionAllows you to store entries in xml files to open and launch as needed with searching.
Supported OSesWindows 7+
Web PageLink Warlock
Download LinkLink Warlock
System Requirements
  • .NET Framework 4.5
  • Obviously a computer...
Version History
"1.x.x"
  • 1.1.0 build 1 - Current Release
  • 1.0.0 build 1

"0.11.x ALPHA"
  • 0.11.6 build 2014
  • 0.11.5 build 2014
  • 0.11.4 build 2014

"0.10.x ALPHA"
  • 0.10.6 build 2014 - First Public Release

Authorhamradio

Description
Allows you to store entries in xml files to open and launch as needed with searching and other features.

Features (in no particular order)
  • Built-In toggle to show window always on top or not.
  • Customizable browser path, file launcher, and search url for searchwords.
  • Customizable default group names for new/imported entries.
  • Display/Hide parts of the interface you want/don't want to show.
  • Display/Hide selected columns as well as even hiding the column headers all together.
  • Each entry may have short notes added or none at all totally up to you.
  • Enter group names as appropriate for each entry if you don't want the default group names to be used.
  • Importation of plain text files with 1 entry per line and possible more import features will be implemented later down the road.
  • List header goes based on filename with smart capitalization and removal of underscores for spaces.
  • Move entries to a new group while holding the shift key and left clicking a entry and dropping over any entry in another group for automatic sort.
  • Nice tool tips shown when hovering over the group name as well as entry information for each column.
  • Search entries, notes, or just search both entries and notes at the same time.
  • Text drag and drop with the option to toggle the showing of the dialog.

Screenshots

The main screen...
screen_10062014.png

The launch/default group names setup dialog...
screen_10062014_002.png

Usage

Installation
Extract to any portable directory location and run.

Using the Application
Add urls, searchwords and/or file locations to the list, then click to launch.
Note: Can use <appdir> for macro for file location and a few others to be revealed later.

Uninstallation
Delete the Link Warlock files.

Known Issues
Scrollbar doesn't scroll to get to hidden entries while moving entries.

Inspired by...
RegaLink

Download link at top of topic as well.
306
Living Room / Re: The One Word Game!
« Last post by hamradio on September 11, 2014, 09:46 PM »
Doomsayer
307
Living Room / Re: The One Word Game!
« Last post by hamradio on September 11, 2014, 04:30 PM »
space
308
Living Room / Re: The One Word Game!
« Last post by hamradio on September 10, 2014, 02:32 PM »
night
309
One way to not even use the web browser control should be as simple as this...

Code: C# [Select]
  1. WebClient myWebClient = new WebClient();
  2. string siteSource = myWebClient.DownloadString("PLEASECHANGETOYOURURL");
  3.  
  4. if (siteSource.Contains("YOURTEXT"))
  5. {
  6. // Your string found code here.
  7. }
  8. else
  9. {
  10. // Your string not found code here.
  11. }

For more info: (Note: I'm not affiliated with Dot Net Perls in any size, shape, and/or form.)

http://www.dotnetperls.com/webclient
310
Living Room / Re: The One Word Game!
« Last post by hamradio on September 08, 2014, 12:36 PM »
truck
311
Living Room / Re: The One Word Game!
« Last post by hamradio on September 07, 2014, 01:34 PM »
Scotia
312
Living Room / Re: The One Word Game!
« Last post by hamradio on September 04, 2014, 07:43 PM »
web
313
Living Room / Re: The One Word Game!
« Last post by hamradio on September 04, 2014, 07:30 PM »
Pig
314
Living Room / Re: The One Word Game!
« Last post by hamradio on September 03, 2014, 01:03 AM »
Radio
315
Living Room / Re: The One Word Game!
« Last post by hamradio on September 03, 2014, 01:00 AM »
Programming
316
General Software Discussion / Re: Looking for calendar software
« Last post by hamradio on September 02, 2014, 02:10 PM »
I may be able to whip something up that could work for your purpose as a C# .net application.
317
Announce Your Software/Service/Product / Re: RegaLink
« Last post by hamradio on August 31, 2014, 10:28 PM »
Wow...I think I am in with a chance to win the award for most delayed reply on DonationCoder.com ever...and not even sure you still check the forums here, but anyhow:

I am no longer developing RegaLink as I no longer have enough free time to code :(  I released the code to the world for people to modify and use however they want.

The code was released with no license attached...you are free to download/use/play with/modify/set on fire as much as you want :)

I have been working on a complete rewrite of one similar it will be due out late this year (NANY 2015) if all goes as planned.

An actual current screenshot with some options disabled/enabled:
screen_08312014.png

Rest of the info ATM is classified including the name of said program.

Edit: Mouser thought I should let everyone know and show a teaser so everyone would know a version that is similar is being worked on...


318
Living Room / Re: Wheeeeeeeeeeeeeee
« Last post by hamradio on August 24, 2014, 10:26 PM »
I was expecting...



and as for your fun...

I added this to a userstyle in stylish for firefox long ago...

Code: CSS [Select]
  1. marquee {
  2. -moz-binding : none !important;
  3. display : block;
  4. height : auto !important;
  5. }

Stops em dead in their tracks...

319
In an emergency, seconds often count. Especially if Mom is not available to immediately answer the call and unlock her kid's phone. (I can predict more than a few parents might decide not to answer a tardily returned call. They'll just play the old "tit for tat" game and 'punish' their kid by deliberately not answering and leave their kid's phone locked out. Teach em' a lesson that will!)

So having to call or text Mom back first could have dangerous unintended consequences.

Just to confirm...

“...The child will always be able to call 911,” said Standifird.
-CBS New York
320
Living Room / Re: Printer's Ink
« Last post by hamradio on July 24, 2014, 09:47 PM »
hrumpff!!!
Are you Sir, ..................... insinuating???
 :'(

Nope.  Just thought that's a funny page on the internet.

Edit: Even more so cause of the older graphic on it...
321
Living Room / Re: Printer's Ink
« Last post by hamradio on July 24, 2014, 09:37 PM »
This topic reminds me of pages like... http://hmpg.net/ ;D
322
General Software Discussion / Re: scrolling down to save web page content
« Last post by hamradio on July 22, 2014, 04:19 PM »
Hmmm

If I type C:Photos\filenamehere it says "Can't use.

If I place a space in between the : and Photos - C: Photos\filenamehere - it says Too many arguments.
-eager to learn (July 22, 2014, 04:05 PM)

You still need to tell it to take a screenshot too...with the screenshot command if you just typed the path that is why it says can't use most likely.

Like for example (double \ is needed between folders): screenshot I:Misc\\test or even screenshot I:\\Misc\\test worked in my testing just then...
323
General Software Discussion / Re: scrolling down to save web page content
« Last post by hamradio on July 22, 2014, 03:44 PM »
I just tried typing in screenshot--C:\Photos\filenamehere and it says it doesn't recognize screenshot.

I then backspaced the word screenshot out and left C:\Photos\filenamehere and pressed Return but nothing happens.

Hmmm.
-eager to learn (July 22, 2014, 03:27 PM)

Perhaps it doesn't need the \ after the drive...try C:Photos\filenamehere

Edit: Yep works here if the directory can be written to else I don't see the file...
324
General Software Discussion / Re: scrolling down to save web page content
« Last post by hamradio on July 22, 2014, 03:02 PM »
I just tried screenshot --clipboard and that works well.

When I type in (without quotes) C:\ or c: it says it can't recognize that so I'm not sure how users could designate a certain folder each time they did a screenshot capture. Ex. C:\Photos, then the next screen capture C:\Pets, etc.

I may have to just use the clipboard.

Thanks so much.
-eager to learn (July 22, 2014, 02:50 PM)

Where you would put filename I believe you could just use for example but not sure: C:\Photos\filenamehere
325
General Software Discussion / Re: scrolling down to save web page content
« Last post by hamradio on July 22, 2014, 02:16 PM »
Hi Hamradio,

I typed in help screenshot in that command bar which appears when you press Shift/F2 in FF but I didn't see exactly who I control where the copied screenshot can be saved - even to clipboard so I could open it in Paint and then save it to a folder I select at that time.

I was interested in ....

One - saving the captured content to a specific folder while using the Shift/F2 function (so it's not automatic once I press the Return key but rather so I can instead choose which folder in Windows I want the content saved to and ...

Two - how I can save the captured content to clipboard and then open Paint to save it in a different format than .png and to a folder of my choice at that time.

This is such a great way of saving content so I very much appreciate all your help.
-eager to learn (July 22, 2014, 12:26 PM)

For one you can do it but I dont think you can select the folder instead you have to type in the path before the filename I believe.

For two you would just type: screenshot --clipboard
Pages: prev1 ... 8 9 10 11 12 [13] 14 15 16 17 18 ... 36next