topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Saturday June 14, 2025, 10:40 pm
  • 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 ... 21 22 23 24 25 [26] 27 28 29 30 31 32next
626
Living Room / Re: I need your help...
« Last post by anandcoral on November 23, 2012, 05:07 AM »
Made a small DC donation.

Hope it helps you overcome some of your problems.

Regards,

Anand
627
General Software Discussion / Re: Are you going to wait for Windows 9?
« Last post by anandcoral on November 21, 2012, 10:40 AM »
- we will all be using consumable, throwaway devices tied to their cash generation systems.

...and some cash for we programmers.

Try to remember DOS 3.0. No 'undelete' command. Peter Norton made some cash.
Fast forward to IPhone OS. No 'cut-paste'. Many programmers made some cash.
Now Win 8. No 'start menu'. Start8 like makes some cash.

I try to see the positive side of things. I can not stop MS or Apple to do what they are doing, but see how we programmers are going to earn our daily bread from it. We need some base (OS) to program on it and supporting a small program is far easier for a small programmer than supporting a full OS, if he/she makes one.

At time of plain DOS, users needed consultant, from IT guys near him/her. Now internet gives us very wide choice both for users and programmers.

Do not worry, some programmer will make one 'program' which will remove/suppress all the annoyance of Win 8 and make it behave like Win 7, Mac or Linux, you name it.

Regards,

Anand
628
General Software Discussion / Gmail Makes It Easier To Find Large Messages
« Last post by anandcoral on November 16, 2012, 06:06 AM »
Just read it http://www.makeuseof...ze-and-date-updates/

Well at least now Google have accepted that users need to check for their email size. I have being using OE as a helper for marking the big size emails and deleting or labeling them. Now it will be much easier to find them using combination of searches from GMail.

Now a 'lab' option to 'Show email size' will complete the issue, at least in non-conversation view.

Regards,

Anand
629
Or what about:
"Easy Screencast Recorder"

That's my current favorite.

In my view, this matches with Mouser's original description.
Something which
  • do not require deep knowledge of the job.
  • is quick and small.
  • has no fancy or complicated options.

Regards,

Anand
630
how about "EasyScreenCast" ?

Regards,

Anand
631
Living Room / Re: New AHK Forum Software
« Last post by anandcoral on October 30, 2012, 11:02 AM »
skwire is right.

They must have thought of touch but it is very difficult now on a desktop monitor.

Hope they make something like GMail 'Cozy' or 'Compact' option, so that both touch and non-touch are happy. Developer will still have to use the mouse-keyboard option for their bread and butter.

Regards,

Anand
632
General Software Discussion / Re: Interesting Phishing Email - Seen This?
« Last post by anandcoral on October 25, 2012, 02:02 AM »
You do not have to hack any one's account to get a list of names and corresponding email address.
Just look at the mails forwarded to you or your friend. The geek in us use 'bcc' but the rest of the world will fill the 'to' with loads of addresses.

We are having festive season 'Durga Puja' and 'Dushera' now in India. I am getting lots of wishes emails and I now have tons of emails to forward 'whatever', if I wish.

Also with so many web accounts been compromised, where do you think those emails end up to.

Regards,

Anand
633
Mentioning of color, got me thinking.

I do not require OCR always, but at times I get some images whose text I have to put down in the report format and I look for some simple ocr to extract the text quickly.

I have below installed (all free),
Advanced OCR Free
Free Image OCR
Free OCR to Word
SuperGeek Free Document OCR

(Funny all have similar interface).

To check if any works for a complex image with colors, I captured an image from my program and saved as PNG and run all on it. They all failed.

2012-10-19_130935.png

I know the image is very complex with background colors and also a PNG file, still I wanted to find out.

Then I check online OCRs,

GoogleDoc and www.onlineocr.net did more or less good job and extracted most text.
www.free-ocr.com and www.newocr.com came second in extracting from light colored backgrounds better than from complex colored backgrounds.

So finally I can rest assure, GoogleDoc is more robust and free.

regards,

Anand
634
N.A.N.Y. 2012 / Re: NANY 2012 Mugs, etc. -- All participants please read in
« Last post by anandcoral on October 16, 2012, 12:24 PM »
Thank you mouser  :)

Regards,

Anand
635
Nothing against Java or .Net. I already have .Net 2.0 installed since it is required by few of our in-house program. But did not went for any higher version, neither used any program which needed it.

Java once I installed for a calendar-reminder program, but it used to take lots of time to load, also I experienced system slow down, so did not go for it after the OS upgrade. I do not blame Java for it, may be my machine was not up to date.

wraith808 is right. It is something I try to avoid. As it is not required for my development and all my clients also do not have or use the same.

Anyway, I have decided to go ahead, since the features I require are more specific to me and I want a small portable win-exe.

Thanks for the information.

Regards,

Anand
636
Well as I develop different projects, I create similar code files for main, menu, about etc. routines. Also there are database read/write codes which differ only in field names.

Initially when I used to do project after 1/2 months gap, I did not cared much, but now that I have to get 2/3 projects ready in less than a week, I started looking for something like mail merge facility but for plain text files.

I found "FilesFromCSV" http://www.somebytes...-1-FilesFromCSV.html, which does it but I need more features.

I found Ath's HTML Mail Merge https://www.donation...ex.php?topic=25114.0, but I want non-java, as I do not have java.

There were more discussion of similar requirements
https://www.donation...ex.php?topic=29688.0
https://www.donation...ex.php?topic=30684.0

Well I made one a raw mode exe, just to get me started on it.

I envision the following features for it,
  1. CSV file can have comma, semi-colon or tab separated text.
  2. No multi line text in CSV, at least for now.
  3. Single or all template files from a template folder.
  4. Generated text file names can be controlled from CSV data.
  5. Field or global variables like current date, time etc. for replacement.

Now I need advise from DC members if this will be useful app to make for general. Maybe I missed that there already exist what I want. Please let me know about it.

Regards,

Anand

NANY 2013 Entry Information

Application Name Merge CSV and Text
Version 1.1.2
Short Description Merges column data from CSV file in text files, like mail merge.
Web Page https://sites.google...ite/mergecsvandtext/
Download Link https://sites.google...ecsvandtext/download


Description
Merges column data from CSV file in text files, like mail merge.
Case conversion of merged text can be done, also system date values can be written in merged text file.

Features
As a programmer, many times I find myself in a situation where I need to make a program which has same basic routines of company selection, help and about modules, done in previous program. The codes are same but the name, version, description etc. of the program is different. Obviously both program cater to different requirement and have different entry, report etc. menus. But there are codes which are more or less similar between programs.

I wanted a tool which could create the similar codes from template files by merging the required values of name, version etc. from a CSV file. Since as a programmer we generally work with code files which are basically text files, and CSV file can also be termed as a text file.

Since Merge CSV and Text works on text file other than programmers, like authors, writers, reviewers etc. can use it to generate the initial writeup from the template text and csv files.

Screenshots
https://sites.google...andtext/screen-shots

637
N.A.N.Y. 2013 / Re: And so it begins.. NANY 2013
« Last post by anandcoral on October 12, 2012, 02:08 AM »
Ahh.. at last :D. I was lurking now and then for the 'green flag' of NANY 2013.

Though this time I am finding myself under huge project works, NANY is the chance for me to break free.

I have some ideas burning and will post for advise before making any, as there may similar ones exist, which I do not know.

Happy pledging to all.

Regards,

Anand
638
General Software Discussion / Re: Overlap Wallpaper
« Last post by anandcoral on September 20, 2012, 10:39 AM »
Hi stophereareyou, thanks for the feedback.

1. Click on the 'Preview' button or better enable 'Preview mode' to see the changes as you change the size.

2. I got your 'reload' idea now, i.e. load next image from given folder after few seconds. Hope to take up next time.

3. The 'shadow' options is difficult as of now, so I do not promise it. If possible I will definitely  do it.

Regards,

Anand


639
General Software Discussion / Re: Overlap Wallpaper
« Last post by anandcoral on September 13, 2012, 02:09 PM »
Updated to version 2.0.1, long over due, nearly a year.

- New setting, reload photo after every given seconds.
- New setting, show photo always on top.
- New setting, make a given color in photo transparent.

https://sites.google...verlapwallpaper/home

I have also added "Feature and Tips" page on website to help the new users.

Please give some feedback, as did not get enough time to check the app in different combination.

@stophereareyou, I have added the 'interval' option as 'reload'.

Thanks Vernon.

Regards,

Anand


640
N.A.N.Y. 2012 / Re: NANY 2012 Mugs, etc. -- All participants please read in
« Last post by anandcoral on August 31, 2012, 12:59 PM »
Well at last I can show my gift.

It took time as the 'model' was busy with exams and I was not getting the perfect photo with both the gift and the certificate.

Below is my gift and the certificate, being checked by my son.

nany 2012 gift.jpg

Regards,

Anand
641
Living Room / Re: Apple v Samsung Verdict is in
« Last post by anandcoral on August 29, 2012, 07:17 AM »
The problem with all war is that one wins!

No matter who wins here, we the user will lose. The winner will pass the expenses to us.

Monopoly increases the price and competition decreases it. We have seen that in mobile service recently.

I hope better sense prevail and the common people do not get to suffer. The billions asked by one and paid by other is peanuts to them. It is just media frenzy for trp.

Regards,

Anand
642
General Software Discussion / Re: Firefox Spikes
« Last post by anandcoral on August 22, 2012, 02:55 AM »
No you are not alone TaoPhoenix, I too was facing this problem suddenly and after trying whatever I could, I just made backup of my extension list and bookmarks, I uninstalled FF fully and re-installed fresh from the latest FF installer.

Well it fixed the spike problem and I have since loaded few must extensions. Still working more or less without major problem.

I read this thread after I have done the clean up so did not replied as I felt that this was the extreme measure to take.

It looks like some extension or tweak was causing the spike in FF14. Till next time, all's well now.

Regards,

Anand
643
N.A.N.Y. 2012 / Re: NANY 2012 - Pledge & Final Release: Stick A Note
« Last post by anandcoral on August 04, 2012, 04:22 AM »
Thank you DyNama for the donation  :)

Regards,

Anand
644
N.A.N.Y. 2012 / Re: NANY 2012 - Pledge & Final Release: Stick A Note
« Last post by anandcoral on August 02, 2012, 12:01 PM »
Hi DyNama,

SAN keeps the notes in individual text file in the program (exe) folder. You can browse from explorer and view, edit or delete them. The notes are separated on based of the window title given. Since these are small text files in the folder, the number is limited by OS only. The problem may be how fast it can search and load the respective text file, when a window comes in focus. May be with too many number of files, this will cause some delay in displaying the notes.

If you find that wrong notes are shown for a window, I suggest, you explorer the program folder and check for the file named SAN_<window title> and delete it. The <window title> is cleaned up from '\*' etc. characters, if exist in original window title.

Please let me know if you are facing problem after the clean up.

I am sorry that I have not been able to fulfill my promise of making the explorer/finder from SAN within for the notes, due to continuous project work pressure. Still I like to thank all well wishers that the project work is helping be to reduce my liabilities.

Regards,

Anand

645
N.A.N.Y. 2012 / Re: NANY 2012 Pledge & Final Release: Tell When Done
« Last post by anandcoral on July 11, 2012, 07:58 AM »
Good idea, thanks Ath.

So the website will have the hash for zip file and also the exe ; and mention so.

The zip file will have hash text for the exe, as usual. This to help if a user's machine gets infected, and he/she wants to verify the exe.

Regards,

Anand
646
N.A.N.Y. 2012 / Re: NANY 2012 Pledge & Final Release: Tell When Done
« Last post by anandcoral on July 11, 2012, 05:12 AM »
Yes, the checksum is for the exe, as the values are also in the hash.txt file in the zip file, for anytime reference by the user.

I will mention so on the website, to clear any misunderstanding in future.

Regards,

Anand
647
Thank you IainB, for this very sweet review of SAN and the five stars  :D

I am sorry that I missed this post earlier, I found it from the Newsletter today (Thank you Mouser).

Yes I have plan for an option to search for text in all notes and display, UV does help in achieving it without the inbuilt one yet.

Thanks once again.

Regards,

Anand
648
N.A.N.Y. 2012 / Re: NANY 2012 Pledge & Final Release: Tell When Done
« Last post by anandcoral on July 10, 2012, 11:05 AM »
Hi ewemoa,

Thanks for your feedback.

I downloaded the "Tell When Done.exe" from the zip file of version 1.6.0 (Google sites, opened the zip file in web and allowed me to download just the exe :) ).

Ran again HashMyFiles v1.72 (from http://www.nirsoft.net). It gave same result. The full text is as below,

==================================================
Filename          : Tell When Done.exe
MD5               : B730B35429820D191F1E76CFB5367E6C
SHA1              : CFE68189D4DD9C53899958C316F27C2E235A7FF2
CRC32             : C3F79B42
Full Path         : Tell When Done.exe
Modified Time     : 7/10/2012 9:23:40 PM
Created Time      : 7/10/2012 9:23:37 PM
File Size         : 454,863
File Version      : 1, 0, 48, 05
Product Version   : 1, 0, 48, 05
Identical         :
Extension         : exe
File Attributes   : A
==================================================
(Please ignore the version number shown above)

I am running WinXp 32 bits.

Can you please check it with Nirsoft exe ? if you are using a different one, please tell me the name. Also please tell your Os version and 32/64, though this should not be the problem.

Please revert back.

Regards,

Anand

649
Find And Run Robot / Re: Windows 8 and FARR
« Last post by anandcoral on July 04, 2012, 02:03 AM »
Well I am still using Xp as my main system. After I started using FARR, I forgot that the 'Start' button has other use than 'Shutdown/Control Panel'. Even I do not care how many level deep a program is installed in the start menu, sometimes 3 levels like 'Company > Brand > Program'.

Using FARR I do not need to worry all about it. Just type the few letters of the program name and it is there. I use FARR in my Win7 system too, when I need to check some compatibility issues of any app.

Now I am happy that FARR works in Win8 :D, and I will me at home when I use Win8.

Regards,

Anand
650
Contro,

From the 2 hr video of my son's school annual function, I needed the good shot, for making the photo of him receiving his certificate.

I used "iWisoft Free Video Converter" http://www.iwisoft.com/products.php, to generate the sequence of png images from the selected portion of the video.

This helped me to select the image one which was the best for the photo.

You may give it a try.

Regards,

Anand
Pages: prev1 ... 21 22 23 24 25 [26] 27 28 29 30 31 32next