Posts

List of some of my posts about Computer Technology (Tech) History

Last updated on 2 Nov. 2023 This post is based on a message I sent to a fellow Indian software techie who is younger than me perhaps by around two decades. Listed below are some of my blog posts related to tech. history where I felt I should write about it as I had some exposure to these companies/technologies in my industry career. In other words, I felt I should contribute my small bit to tech. history info. via just some blog posts (which are surely not in the class of serious academic history accounts or media history articles). Wang computers were a major technology for me in the initial years of my industry career which laid my foundation as a software techie. So I had felt an urge to capture Wang computers history in some looong blog posts. Naturally this history also covered history of the (main) founder of the company. The related posts are given below: Chinese-American computer pioneer An Wang (1920-1990) and Wang Laboratories founded by him: some aspects of their history of ...

Simple usage of Github for version control and releases using Visual Studio 2022 and github.com

This post tries to capture straightforward usage of Github for maintaining various versions of code, but without branches, and to make releases of setup files, using Visual Studio 2022 (Community Edition) and github.com Main reference: How to use Github with Visual Studio 2022,  https://www.youtube.com/watch?v=BWqpTpo1kfw , around 24 mins. From around 6 min. 48 secs: Simple Windows Forms app.  From around 7 min. 33 secs: Creating a github repository for above app. From around 8 min. 48 secs: Effect of creating and pushing repository to Github.com (master is main branch of repository); New repository can be seen in github.com From around 9 min. 50 secs: Commit a change to repository (1. Commit change to local repo, 2. Push change to origin (remote)) From around 13 min. 3 secs: When to commit (to local repo) and when to push (local repo changes to origin (remote)) ----- To make a release, use Releases (or Create a new release) link-button in home page of project in Github....

Creating setup file for VB.Net project in Visual Studio 2022 Community Edition

Last updated on 14 Nov. 2023 Note: This was an in-progress post around 19 Sep. 2023 but I moved on to other stuff and now in mid. Nov. 2023, I think I should mention that I do not have any plans to update or follow up on the main contents of this post. I ran into some issues with the setup file and as I now freeze the related VB.NET project software (for which I was trying to create a setup file) capturing what works in it, I felt it is best to drop the setup file from the project. I am leaving the info./knowledge shared below in this post as is without reviewing it now in mid Nov. 2023. Some useful links 1) Setup Projects section of article: Setup and Deployment Projects,  https://learn.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/wx3b589t(v=vs.100) , dated 2012, is still a useful overview though the article is over 10 years old and so some parts of the section may be inaccurate now. 2) The section, "To install the Installer Projects extension" ...

Ported ExportFileFilterAndGenBook and ExportFileFilterByIndexList from VBA to BlogBackupToBook VB.Net single project of Visual Studio 2022 Community Edition

Image
Last updated on 21 Nov. 2023   BlogBackupToBook software creates HTML blogbook(s) from Blogger blog XML Backup/Export files. It also allows for filtering the output HTML blogbook(s) by content matching strings, by published and/or updated date range and by an index(es) list where the index(es) are positions of posts and pages entries in the Blogger XML Backup/Export file.  Github: https://github.com/ravisiyer/BlogBackupToBook Quick-Info: Top-level folder share: VB-ExportFileFilterAndGenBook,  https://drive.google.com/drive/folders/1UU8pdbI-PJ_PgpuG01_xsL4biYEb_uMs?usp=drive_link Sample files: Input file: 20231113-ravisiyer-blog.xml (18.8 MB), (use download link to download to computer)  https://drive.google.com/file/d/1OMMh9tUideo_hRYIzhiDHxxDibjxOQr4/view?usp=drive_link Output file a: Split 1 of 4 of HTML blog book with internal content links - 20231113-ravisiyer-blog-BlogBook-Split1wCLs.html (4 MB), (use download link to download to computer and view downloaded fil...

Was able to port ExportFileFilterByIndexList from VBA to VB.Net of Visual Studio 2022 Community Edition

Last updated on 16-Nov-2023 16-Nov-2023 Note: This program functionality has now been incorporated into BlogBackupToBook VB.Net project. For details, please visit: Ported ExportFileFilterAndGenBook and ExportFileFilterByIndexList from VBA to BlogBackupToBook VB.Net single project of Visual Studio 2022 Community Edition,  https://ravisiyermisc.blogspot.com/2023/09/ported-exportfilefilterandgenbook-from.html  . end-Note. Quick-Info: Top-level folder share: VB-ExportFileFilterByIndexList,  https://drive.google.com/drive/folders/1WpCo5Iptc4Z72cT3RKAzrOOKKvjZ7BLv?usp=drive_link Version v1 sub-folder: https://drive.google.com/drive/folders/1aBQ9T9k7LqgaOJrTPHeWHEjASXo_sXtP?usp=drive_link   v1/Info.txt: https://drive.google.com/file/d/1JZDxr-yZ-mmyYqN1iZST6S-ABoCjZSkB/view?usp=drive_link End Quick-Info Recently I downloaded Visual Studio 2022 Community Edition (free download) and tried out VB.Net programs there. I was able to get off to a quick start using some we...

Short User Guide to creating Blogger Blogbooks from Backup/Export File using BlogBackupToBook VB.Net project and ExportFileFilterAndGenBook and another VBA projects' macros/code (free and open source)

Image
Last updated on 21 Nov. 2023 BlogBackupToBook software creates HTML blogbook(s) from Blogger blog XML Backup/Export files. It also allows for filtering the output HTML blogbook(s) by content matching strings, by published and/or updated date range and by an index(es) list where the index(es) are positions of posts and pages entries in the Blogger XML Backup/Export file.  Github: https://github.com/ravisiyer/BlogBackupToBook ============================================ I decided to put up and publish this post now on 5 Sep. 2023 while this work is in progress, as I wanted to ensure that whatever work I have done till now is available for interested readers.  Note: The earlier title of this post was: "Short User Guide to creating Blogger Blogbooks from Backup/Export File using ExportFileFilterAndGenBook and another VBA projects' macros/code (free and open source)" and its contents covered that. Later I ported the code of the two VBA projects mentioned, to VB.Net and consoli...

Referral: Few Spiritual Blogbooklets I created recently using ExportFileFilterAndGenBook ...

Readers may want to view my recent post on another blog: Few Spiritual Blogbooklets I created recently using ExportFileFilterAndGenBook and ExportFileFilterByIndexList VBA projects,  https://ravisiyer.blogspot.com/2023/09/few-spiritual-blogbooklets-i-created.html .