Showing posts with label techy. Show all posts
Showing posts with label techy. Show all posts

Friday, 9 January 2026

The power of < / div >, can dissapear your whole sidebar of blog

< / div > small component of blogger coding, can dissapear your whole blog

  You may think a small component of Blogger can’t do much harm. But let me tell you—this tiny thing has the power to destroy your entire blog UI.

Yes, I’m talking about a single, innocent-looking tag:

</div>

It all started when I was happily coding for my blog, feeling like a professional web developer. While reviewing my code, I noticed something ugly sitting there, staring at me:

</div>

I thought, “What is this doing here? It looks broken. It’s ruining my code’s beauty.”

So, like a brave developer, I deleted it.

Without even clicking Preview (because confidence), I continued improving my blog design. After finishing everything, I proudly clicked Update.

And then…

💥 BOOM.

My entire left sidebar contents vanished.
Gone.
Like it never existed.


At that moment, I experienced all five stages of grief:

  1. Denial – “This must be a Blogger glitch.”

  2. Anger – “Who designed this editor?!”

  3. Bargaining – “Please just come back, I won’t touch the code again.”

  4. Depression – stares at blank layout

  5. Acceptance – shuts down computer

Yes, I literally turned off my PC and went to sleep.


The next day, full of hope and fear, I decided to rewrite the entire code from scratch. This time, I was extremely careful.
After every small change, I checked the preview like a paranoid developer.

Then I saw it again.

That same suspicious </div>.

I remembered deleting it yesterday… and remembered the disaster. But still, my brain said:

“Nah… this time it will be different.”

So I deleted it.

And once again—
🎩✨ the sidebar contents disappeared like magic.


Even while typing this blog post in "compose view" , Blogger keeps warning me again and again—
only because of </div>.



At this point, I’m convinced Blogger is emotionally attached to this tag. Remove it, and Blogger takes revenge.

if you are thinking i am superlative towards the same, then the answer is "no", as i also tried to remove </li>, </p>, even the <div>, nothing happens to my blog layout


It’s hard to believe, but this is the truth:

A single </div> can control your entire blog layout.

You don’t need hackers.
You don’t need malware.
You just need to delete one </div>.


Even chatgpt and gemini, had to bow down before it, i just simply asked for a thubnail containing </div> , they produced these images.










Watch the video below to witness the immense and terrifying power of </div>




#glitch

#blogger

#SIMILAR BLOGS
Dynamic Buttons

EMAIL NEWSLETTER CODING IN GOOGLE APPS SCRIPT, AUTOMATIC NOTIFICATION WHENEVER ANY NEW POST CREATED INSIDE YOUR BLOG/WEBSITE

Email Newsletter Code Generator

 ) 

RSS Feeds & Keywords


Social Media Links








Wednesday, 7 January 2026

CREATE YOUR OWN CUSTOM NEWSLETTER FOR GOOGLE APPS SCRIPT



Email Newsletter Code Generator

 ) 

Social Media Links






Monday, 29 December 2025

SUBSCRIBE BUTTON CREATION, AND AUTOMATIC NOTIFICATION IN EMAIL WITHOUT USING ANY 3RD PARTY SITES OR APPS

 




Hello techy buddies! 👋

I have fulfilled my promise today — creating a Subscribe buttoncollecting subscriber email lists, and automatically sending email notifications whenever a new blog post is published — without using any third-party apps or websites.

When the idea of automatic notifications first came to my mind, I searched inside Blogger itself for a built-in widget that could do this work for me. Unfortunately, earlier this feature was available through FeedBurner, but Google has discontinued that service.

After that, I explored several third-party solutions that could do the same job. One popular option I found was Follow.it. It works well initially, but after using it for about a year in the free version, I noticed a issue.
The email notifications were sent to subscribers without showing my actual blog content. When a subscriber clicked the link, it redirected them to the Follow.it page first, where my post and link were displayed. This broke the direct connection between my blog and my readers.

then, i also explored other sites for the same, i also found zapier for this, but it demands for money, and also i found difficult to run it, as its steps are very much complicated and couldn't be understandable.

Then, At last I chose to build the entire system using Google’s own tools — to collect subscriber emails and send automatic notifications whenever a new blog post is published, all without depending on any external platforms.

If you have a little bit of coding knowledge, this method is perfect for you.
And even if you don’t know coding at all, you can still try it — because I have explained every step in a very simple way, so that even a complete beginner can follow along easily.

Without any unwanted talkings, we start our process from here.

You have to understand that for doing all of these things, we require 3 things, 

  •     one google form, who collect your suscribers email and all of the things, 
  •     then a google sheets, where all emails and other things are noted down automatically whenever any viewer click the submit button of google form, 
  •     and the 3rd thing, a tool who repeatedly viewing your site for any new blogs and sent email to suscribers listed down in google sheet.

Step 1: First create your google form (subscribe us form)

  • If you have multiple topics in your blog, and you want that your suscribers receive only its interested topic blogs 
  • Then, you have to add a section  in the google form, for better understanding, see the below video.

Step 2: Link with it a Google sheets

  • in google forms
  • click on "Responses"
  • click on"Link with sheets"
  • Select on "Create a new spreadsheet"
  • You can provide another name for it or keep as it is.
  • Then after few moments, a new spreadsheet open and you can view the following headings like "timestamp" and other "questions" as headings given in google forms.
  • Now whenever any suscribers enter his/her email or its details, it automatically note down here.

Step 3: Google sheets

  • in same spreadsheet, click on Extensions
  • click on Apps script
  • you can view following headings in left hand side: "Files", "code.gs", "Libraries", "services"
  • Click on "code.gs"
  • paste the following code
  • Enter your Spreadsheet Id and sheet name
  • Generate Google Apps Script Code

     ): SHEET NAME: 
  • click on run button in google apps script, [this button present at the top, where you can see 'Run', 'Debug', 'doPost']

Step 4: Creatioon of tool that intervally check your "suscribers" list in google sheet and sent greeting new suscriber

  • go to drive
  • Step 5: Creation of tool that intervally check your website/blog for any new post/article and send it to respective suscribers


    Tuesday, 12 August 2025

    VS CODE OPTION NOT VISIBLE ON RIGHT CLICK !!!!!

    You must come here due to no option you can see "open with code" on right click after the intallation of software or accidentally vanished after some authorization given to anyone. I observed that after any authorization like google drive authorization or github authorization, you may face problems, i faced i am telling so.So, i bring all the steps for you curated from net and chatgpt how should you proceed. after doing this you may face problems of black screen with only arrow, that solution also brought for you.

    Step 1: Restart your computer

    • still not visible this option follow step 2

    Step 2: Enable "Open with Code" from VS Code setting

    • Open VS Code.
    • Press Ctrl + Shift + P to open the Command Palette.
    • Type Shell Command: Install 'code' command in PATH and select it. (If this option not visible you are in windows follow step 4)
    • Restart your computer.
    • If still not visible follow step 3

    Step 3: Add "Open with Code" to right-click manually

    1. Open VS Code.
    2. Press Ctrl + Shift + P to open the Command Palette.
    3. Type Shell Command: Install 'code' command in PATH and select it.
    4. Then run this command from your terminal:
    # For folders reg add "HKCR\Directory\Background\shell\Open with VS Code" /ve /d "Open with VS Code" /f reg add "HKCR\Directory\Background\shell\Open with VS Code\command" /ve /d "\"C:\Program Files\Microsoft VS Code\Code.exe\" \"%V\"" /f # For files reg add "HKCR\*\shell\Open with VS Code" /ve /d "Open with VS Code" /f reg add "HKCR\*\shell\Open with VS Code\command" /ve /d "\"C:\Program Files\Microsoft VS Code\Code.exe\" \"%1\"" /f

    Step 4: Check Settings in VS Code itself (Windows)

    • In VS Code, go to File > Preferences > Settings.
    • Search for context menu or Explorer: Enable Right Click and make sure it’s enabled (usually it is by default).
    • still not visible follow step 5

    Step 5: Reinstall the software

    • Go to settings
    • Go to apps (visible in left sidebar)
    • Go to installed apps
    • Search visual studio code
    • Click on 3 dots
    • Click uninstall
    • Download latest from https://code.visualstudio.com/
    • During installation, check all boxes in Select additional tasks box:
      • Add "Open with Code" action to Windows Explorer file context menu
      • Add "Open with Code" action to Windows Explorer directory context menu
    • Complete installation.
    • Restart your computer.
    • After this, you should see Open with Code when you right-click files and folders.
    • If still not fixed follow step 6
    ⚠️ Alert: If you don't have deep knowledge about computers or softwares, please don't prefer registry, simply do complete format of your computer, as you may face other problems after that!

    Step 6: Add registry keys manually

    • Open Notepad
    • Copy-paste the below code after generation
    • Way to find the directory
      • click windows key+R
      • paste %LocalAppData%\Programs\Microsoft VS Code
      • select title bar
      • copy it
      • paste the directory in the box "Enter VS code directory"
      • Enter your Visual Studio Code installation directory below (Example: C:\Users\SHWETA\AppData\Local\Programs\Microsoft VS Code) don't put "", if present please remove it.
      • Click File>Save As
      • Name it add-vscode-context-menu.reg and choose All files as file type.
      • Save it in desktop or anywhere where you easily find it
      • Double-click it, confirm changes
      • You can see this type of pop up
      • Screenshot showing how to restore the 'Open with Code' option in Windows right-click menu for Visual Studio Code using installer settings and registry edits
      • Restart PC.

      Note: Black Screen with arrow

      • Most probably it happens with you when you restart your computer after step 6, it is due to reset of graphic card.
      • Hence, i add this step in advance, so that you don't panic just press Windows key + Ctrl +Shift +B should be pressed simultaneously.
      • Then your computer take some time to load, and now you can visible that option on right click.

      #glitch #coding

      #SIMILAR BLOGS
      Dynamic Buttons

    Thursday, 7 August 2025

    HOW TO USE VBA CODE AND ASSIGN A MACRO WITH A SHOTCUT KEY

    STEPS:

    1. Open the document or template where you want this shortcut key functionality.
    2. Record the Macro:
    3. Press Alt + F8 to open the Macros dialog.

    If you have vba code:

    1. click on developer tab
    2.  click on the record macro and  giev a name and saved it.
    3. click on stop recording
    4. go to Macros
    5. click your desired macro
    6. click on edit
    7. write or paste your vba code 
    8. ctrl +S
    9. closs all and save.

    Assign the Macro to a Shortcut Key:

    1. Go to File > Options > Customize Ribbon > Keyboard Shortcuts: Customize (at the bottom).
    2. In the "Categories" list, select Macros.
    3. Select your MACRO from the list of macros.
    4. In the "Press new shortcut key" field, press your desired shortcut key (e.g., Ctrl + Alt + F), press those keys simultaneously not one by one.
    5. Click Assign, then Close.
    6. Save the Changes:
    7. Save the document as a macro-enabled file (*.docm) if you want to use this feature only in this document.
    8. Alternatively, save it in the Normal.dotm template to use the macro across all documents.


    Using the Shortcut:

    Press your assigned shortcut key (e.g., Ctrl + Alt + F), and your macro automatically run.


    IF YOU HAVE MORE THAN 1 MACRO , IT APPEARS LIKE THIS SEPARATED BY LINE.

    It is the vba(visual basic code) interface showing 2 macros separated by line, each macro allots a shortcut key


    #msexcel #coding Dynamic Buttons

    Wednesday, 25 December 2024

    Which PDF editor is best for you?

    Best Free PDF Editors

    Table of Contents

    Image to Text PDF Conversion

    Converting image-based PDFs (scanned papers) into text-based PDFs can be challenging. Adobe's online service provides an excellent free option for files up to 100 MB. Its conversion accuracy is impressive, maintaining the original layout and page alignment. Unlike other editors, Adobe ensures text remains on the same page as in the original document.But its worst part is searching, it is unable to find all the words in the document, even in the offline version. Keep logged out for free conversion, for multiple downloads, use incognito mode

    Merging and Splitting PDFs

    For basic merging and splitting tasks, PDF Swarkn and Xodo PDF are great free tools. However, PDF Swarkn may show errors when handling files larger than 1.5 GB.

    Adding Text, shrink and Other Features

    For tasks like adding text, converting PDFs to images, adding page numbers, encryption, and passwords, PDF-XChange Editor is a fantastic free option. Its user-friendly interface and extensive feature set make it a reliable choice for everyday PDF editing.

    Apps to Avoid

    PDF Reader Pro is not recommended as it requires payments for basic features. Additionally, avoid Foxit PDF, which has concerning behaviors such as downloading without clear user consent and aggressively requesting permissions.

    Conclusion

    Feature Recommended App
    Image to Text Conversion Adobe Online Service
    Never use for reading or searching Adobe
    Merging and Splitting PDF Swarkn, Xodo PDF
    Adding Text, Encryption, shrink etc. PDF-XChange Editor
    Apps to Avoid Foxit PDF

    All these apps are available on the Microsoft Store for convenient downloads. Choose the right tool based on your needs to manage your PDF files efficiently.

    But, when the pdf is above 1 gb all these softwares fail or demand subscription, then one and only option is "PYTHON"

    More1: Merge PDF by Python

    pip install PyPDF2
    from PyPDF2 import PdfMerger
    
    files = [r'C:\Users\ANURAG\Desktop\a.pdf',
             r'C:\Users\ANURAG\Desktop\b.pdf']
    output_file = r'C:\Users\ANURAG\Desktop\merged_file.pdf'
    
    merger = PdfMerger()
    for pdf in files:
        merger.append(pdf)
    
    merger.write(output_file)
    merger.close()
    
    print(f"Merge completed! Output saved as '{output_file}'.")
            

    #software

    SIMILAR BLOGS:

    Dynamic Buttons

    Friday, 6 December 2024

    one drive or google drive, which one better for backup or sync?

    Google Drive vs. OneDrive

    Table of Contents

    My Experience with Google Drive

    When I first explored cloud storage services, Google Drive caught my attention for syncing my files. Since it isn’t pre-installed on Windows, I downloaded it from Google’s website. Initially, everything worked smoothly, and I appreciated how convenient it was.

    However, over time, issues started to surface. The folders I synced became inaccessible, and many of my files were corrupted. This forced me to reformat my computer, but sadly, I lost all my files in the process. Additionally, Google Drive links and embedded content would sometimes expire without any prior notice, which disrupted my workflow. i also observed that, if you have bulky of data even within total data is within 15 gb. if you don't use this data over time, automatically these are deleted without prior information.

    Switching to OneDrive

    After my challenges with Google Drive, I switched to OneDrive. Over the years, I found it to be more user-friendly and reliable. Since it’s pre-installed on Windows, syncing files is much easier. OneDrive rarely corrupts files, till now no such situation i suffered.

    That said, OneDrive isn’t without flaws. Recently, I encountered an issue where it would abruptly stop syncing and display an error—even though I followed the same steps that had worked previously. Some days, everything syncs perfectly, while on others, the same process triggers an error.

    When this happens, I’ve found a workaround: I delete the problematic file from OneDrive and manually sync it using the SyncFolder app. This resolves the issue and allows syncing to continue smoothly.

    Ensuring File Security

    Given my experiences with both services, I’ve devised a method to safeguard my data:

    1. I created a dedicated folder to store the files I want to sync.
    2. I use the SyncFolder app to sync this folder with OneDrive.
    3. This approach minimizes risks, ensuring my original files remain untouched even if syncing issues arise.

    Conclusion

    Here’s how I compare Google Drive and OneDrive:

    • Storage Space: Google Drive offers more free storage (15 GB) compared to OneDrive (5 GB).
    • Reliability: While OneDrive generally performs better, it occasionally encounters syncing errors that require manual intervention.
    • Integration: OneDrive’s seamless compatibility with Windows gives it an edge.
    • Risk of File Corruption: Google Drive posed significant challenges, but OneDrive’s issues are less severe and easier to manage.
    • Better search: Google Drive
    • expiry of links and embeded materials without prior information: google
    • Data safety: one drive

    While Google Drive offers more storage, OneDrive’s integration and overall reliability make it my preferred choice, despite occasional glitches.



    #software Dynamic Buttons

    Thursday, 21 November 2024

    what is the solution of auto pressing???

    Hello friends,
    How are you? Today, I am here to talk about a problem I have been dealing with for months, and that is auto-pressing, twinkling, 

    What does it mean?
    It means that you don’t touch your mouse or keyboard, but they still act as if they are being pressed automatically on your computer., and also sometimes the mouse become freeze, it does not move still i want to move. 

    I have shared a video below; please take a look.

    I have tried everything available on the internet, from shutting down and restarting my system to running troubleshooting steps. F9 key solution i also tried. I even performed a complete Windows formatting, but nothing resolved the issue. 

    Finally, I discovered the problem was with the keyboard., After replacing the keyboard to new one, all problem resolved.





    #glitch

    #SIMILAR BLOGS
    Dynamic Buttons

    Wednesday, 13 November 2024

    TELL ME ABOUT THE NOTES APP AVAILABLE IN ANDROID

    Over the years, I’ve tried various Android apps for note-taking. I’d like to share the advantages and disadvantages of each based on my experience.

    One common disadvantage across all these apps is the tendency to delete some of your material without warning. Additionally, not all words in your notes are searchable. When you have many notes, even if a specific word is present, it may not appear in search results.

    SAMSUNG NOTES:

    Advantages:

    • It is very easy to use unlike " OBSIDIAN" app.
    • You can insert PDFs directly into notes and edit them with ease.
    • It’s user-friendly, allowing you to add images, audio, text boxes, and drawings.
    • You can sync with Microsoft OneNote or Samsung Cloud.
    • You can convert notes into Microsoft Word, text files, PDF files, images, PowerPoint, or Samsung Notes files. Can't possible in keep
    • I recommend saving as a PDF or Samsung Notes (.sdox) file, as these formats retain the original layout and formatting.

    Disadvantages:

    • can't available in windows like "KEEP" available everywhere, samsung notes only run in samsung devices 
    • Even you can insert the pdf pages, these pages not move with the text, that is the real problem, if you insert in between your notes, and you add any extra text above pages, the text overlaps the pdf
    • Converting notes to other file formats can cause issues, such as altered paragraph spacing and shrunken images. To maintain quality, you may need to resize each image, which is tedious.
    • In PDF conversions, text is not searchable; it appears like an image, meaning you can read but cannot search or select the text.
    • In notes you can't search 2 words simultaneously ex: "wake up", if you search this term, it shows all "wake" & all "up".
    • Each note can only hold up to 1 GB of content, after which no more additions are allowed.
    • Samsung Notes lacks an advanced bullet system like Google Keep, where selecting a main bullet also selects or deselects all sub-bullets automatically.
    • You can't create tables
    • Can't share your notes by link
    • No PDF OCR ( BUT APPLE NOTES & GOOD NOTES HAVE THIS FACILITY)
    *Pdf ocr means, it automatically detects characters from the image present in the pdf, & you can easily search these ones*


    IT IS THE STRONG RECOMMENDATION TO AVOID ANDROID APPS TO MAKE YOUR MEDICAL NOTES

    Atlast i also try microsoft word, for making my notes, still i have to face dissapointment, as they also delete your data without warning.

    In conclusion, if you make notes in android apps, get ready for loose your precious data.

    Till now, i observe that only pdf does not issue like data loss, so it is recommended that after making your notes save it to pdf to prevent data loss.

    #apps Dynamic Buttons